body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

/* p {
  color: #b3b3b3;
  font-weight: 300; } */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", sans-serif;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
a:hover {
    text-decoration: none !important;
}

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.half,
.half .container > .row {
    min-height: calc(100vh - 53px);
}

.half .bg {
    height: 200px;
}
@media (max-width: 991.98px) {
    .half .bg {
        height: 200px;
    }
}

.half .contents {
    background: #f6f7fc;
}

.half .contents,
.half .bg {
    width: 100%;
}
@media (max-width: 1199.98px) {
    .half .contents,
    .half .bg {
        width: 100%;
    }
}
.half .contents .form-control,
.half .bg .form-control {
    border: none;
    border-radius: 4px;
    height: 54px;
    background: #efefef;
}
.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.half .bg {
    background-size: cover;
    background-position: center;
}

.half a {
    color: #888;
    text-decoration: underline;
}

.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}

.form-block {
    background: #fff;
    padding: 20px 40px;
    z-index: 99999999999;
    position: relative;
}
@media (max-width: 991.98px) {
    .form-block {
        padding: 25px;
    }
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
}
.control .caption {
    position: relative;
    top: 0.2rem;
    color: #888;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #fb771a;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #fb8633;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none;
}

.control__indicator:after {
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
    display: none;
    font-size: 16px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff;
}

.control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    margin-top: -1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #7e0cf5;
    opacity: 0.2;
}

header.main-header {
    background-color: #fab702;
    padding: 15px 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}
.icon-social ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.icon-social ul li {
    margin-right: 4px;
    display: inline-block;
}

.icon-social ul li i {
    font-size: 1.3rem;
    color: #000;
}
section.main-form {
    height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
footer.main-footer {
    background-color: #000;
    padding: 10px 15px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 99999999999;
    height: 53px;
}
.icon-social ul li p {
    margin: 0px;
    font-size: 1.2rem;
}

button.btn-custom {
    background: #000;
    color: #fff;
}
.icon-social ul li p {
    margin: 0px;
    font-size: 1.2rem;
    font-family: "Roboto";
    color: #000;
    font-weight: 500;
}
.logo h3 {
    color: #000;
    font-size: 1.3rem;
    margin: 0px;
    font-weight: 500;
}
header {
    border-bottom: 1px solid #fab702 !important;
    box-shadow: -1px 3px 5px 0px #000000a6;
    padding: 7px 0 !important;
}
.icon-social ul li p {
    margin: 0px;
    font-size: 1.2rem;
    font-family: "Roboto";
    color: #fff;
    font-weight: 500;
}
footer p {
    color: #939393;
    font-size: 15px;
    text-align: center;
    margin: 0;
}
.contents.order-2.order-md-1 {
    background-image: url("../images/glass-items.png");
    opacity: 1;
    position: relative;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 70% 100%;
}
/* .contents.order-2.order-md-1:after {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: #00000075;
  position: absolute;
  top: 0px;
} */
.custom-card {
    width: 100%;
    max-width: 475px;
    box-shadow: 0 0 10px #838383;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 20px;
}
@media only screen and (max-width: 600px) {
    .custom-card {
        margin: 0 20px;
    }
    header.main-header {
        background-color: #fab702;
        padding: 15px 0px;
        /* position: inherit; */
        width: 100%;
    }
    footer.main-footer {
        background-color: #000;
        padding: 15px;
        position: inherit;
        bottom: 0px;
        width: 100%;
    }
}

header#mainHead .main-header {
    margin: auto;
    border: 0;
}
header#mainHead {
    margin: auto;
}
footer#mainFooter {
    margin: 0;
    position: relative;
}
.icon-social li.nav-item.dropdown a#navbarDropdown {
    color: #000;
    font-weight: 500;
}

.table-box {
    margin: 2rem 0rem;
}
.table-box thead {
    background: #2c2c2c;
    color: #fff;
}
.heading-table h2 {
    font-size: 1.8rem;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 2.5rem;
}
.card-header.custm-head {
    background: #2c2c2c;
    color: #fff;
}
.card-header.custm-head h3.card-title {
    color: #fff;
    font-size: 1.4rem;
}

.table-box tbody td i.fas.fa-trash {
    color: #e73333 !important;
}

div#app {
    margin-top: 70px;
}
div#subLoclist {
    background: #fff5db;
}

/* .map-back {
    background: #e8eaed;
} */
.modal .modal-dialog {
    margin-top: 90px;
}
div.table-box {
    overflow: auto;
}
.wmax-750 {
    max-width: 750px !important;
}
.heading-custom {
    font-weight: 700;
    color: #343a40;
}
div#myjoblistinviewpage table {
    border: 1px solid #dee2e6;
}
div#myjoblistinviewpage table thead {
    background-color: #e8eaed;
}

.custom-map-wrapper div#map .gm-style-iw.gm-style-iw-c {
    min-width: 270px !important;
}
.custom-map-wrapper div#map .gm-style-iw.gm-style-iw-c h4 {
    font-size: 1.1rem;
    margin-bottom: 0px;
}
.custom-map-wrapper div#map .gm-style-iw.gm-style-iw-c p {
    font-size: 0.8rem;
}
.custom-map-wrapper div#map .gm-style-iw.gm-style-iw-c p {
    font-size: 0.8rem;
    margin-bottom: 5px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 6px;
}
.notes-custom {
    background-color: #f2e9d0;
    padding: 10px;
    border: 1px solid #dee2e6;
    max-height: 21.9vh;
    overflow: auto;
    min-height: 21.9vh;
}
.notes-custom h5 {
    border-bottom: 1px solid #525252;
    display: inline-block;
    padding-bottom: 3px;
    font-weight: 600;
}
div#subLoclist {
    background: #fff5db;
    overflow: auto;
    margin-bottom: 0;
    max-height: 295px;
    min-height: 295px;
}
.min-31 {
    min-height: 31vh;
}

.viewJob_page {
    min-height: 82vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewJob_page a {
    font-size: 26px;
    width: 50%;
    padding: 20px;
}
.subLoclist_map_col div.subLoclist_map {
    max-height: 100% !important;
    height: 100% !important;
}

.change_password_page {
    min-height: 82vh;
    align-items: center;
    justify-content: center;
}

input#pac-input {
    margin-bottom: 0.5rem;
}

div#subLoclist table.table thead {
    position: sticky;
    top: -1px;
    background: #fff5db;
}
.point-map {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.point-map h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.point-map > div {
    min-width: 100px;
}

a.btn.acherBT2 {
    background: #1b6017;
    color: #fff;
}

#maintenance_estimate {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
  }
  
  #maintenance_estimate td, #maintenance_estimate th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #maintenance_estimate tr:nth-child(even){background-color: #f2f2f2;}
  
  #maintenance_estimate tr:hover {background-color: #ddd;}
  
  #maintenance_estimate th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #2c2c2c;
    color: white;
  }

@media (min-width: 768px) and (max-width: 820px) {
    .contents.order-2.order-md-1 {
        background-image: url(../images/glass-items.png);
        opacity: 1;
        position: relative;
        z-index: 9;
        background-repeat: no-repeat;
        background-size: 100% 50%;
    }
    .custom-card {
        margin-top: 23rem;
    }
    .mideum-scren {
        justify-content: center !important;
    }
}
