* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;

    font-size: 14px;
    font-weight: normal;
    background: #fff;
    overflow-x: hidden;
    font-family: 'Arial';
    color: #182A3D;
    min-height: 100vh;
}
.dHide {
    display: none;
}

textarea {
    overflow-y: hidden;
    resize: none;
}

.zSpanBtn {
    cursor: pointer;
}
.zmImgDefImg {
    position: absolute;
    z-index: 999;
    background: #3d94db;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 10px;
    color: #fff;
    right: 0;
    top: 0;
}
.rmImgDefImg {
    position: absolute;
    z-index: 999;
    background: #f71f1f;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 10px;
    color: #fff;
    left: 0;
    top: 0;
}
/* LOADER */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.pace-inactive {
display: none;
}

.pace .pace-progress {
background: #C6C6C6;
position: fixed;
z-index: 2000;
top: 0;
right: 100%;
width: 100%;
height: 2px;
}

.pace .pace-progress-inner {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #C6C6C6, 0 0 5px #C6C6C6;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-moz-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
-o-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 15px;
right: 15px;
width: 14px;
height: 14px;
border: solid 2px transparent;
border-top-color: #C6C6C6;
border-left-color: #C6C6C6;
border-radius: 10px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
0% { transform: rotate(0deg); transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/* RESET */
label {
    cursor: pointer;
}
input[type="checkbox"] {
    cursor: pointer;
    width: 18px;
    height: 18px;
}
input[type="checkbox"]:checked {
    width: 20px;
    height: 20px;
}
p {
    margin: 0;
    padding: 0;
}
a {
    color: #182A3D;
    text-decoration: none;
    background: transparent;
}
.form-control:disabled, .form-control[readonly] {
    background: #e9ecef!important;
    opacity: 1;
    cursor: not-allowed;
}
.datepicker-dropdown {
    z-index: 99999999!important;
}

.modal {
    z-index: 99999!important;
}
/* [BUTTON] */
.defBtn {
    text-align: center;
    background: #83B1DF;
    color: #182A3D;
    padding: 10px;
    font-weight: bold;
    /*float: right;*/
    width: 100%;
    cursor: pointer;
    font-size: 17px;
}
.defBtn1 {
    text-align: center;
    background: transparent;
    color: #00418b;
    border: 2px solid #00418b;
    padding: 9px;
    font-weight: bold;
    /*float: right;*/
    width: 100%;
    cursor: pointer;
    font-size: 17px;
}
.defBtn1.check {
    text-align: center;
    background: #e2e2e2;
    color: #00418b;
    border: 2px solid #00418b;
    padding: 9px;
    font-weight: bold;
    /*float: right;*/
    width: 100%;
    cursor: pointer;
    font-size: 17px;
}
.defBtn2 {
    text-align: center;
    background: #00418B;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    font-size: 17px;
}
.defBtn1:hover,
.defBtn2:hover {
    color: #fff;
    background: #00418B;
}
.add_btn_ {
    font-size: 20px;
    cursor: pointer;
}
/* [LOADING] */
#loader {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
}
#loader .loaderOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000 url('/assets/img/i/b.png');
    opacity: 0.5;
}
#loader .loaderMsg {
    z-index: 999;
    margin: 20%;
}
/* JS Alert */
.jq-toast-wrap {
    z-index: 99999 !important;
}
/* L-2 */
#svLoadding {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
    margin: 0 auto;
    display: none;
}
.lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 45vh auto;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
#woSV_tB_ {
    min-height: 40px;
}
/* Image uploader */
#progress_ {
    display: none;
    position: fixed;
    top: -20px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(254,254,254, 0.7);
    z-index: 99999999;
}
.progress {
    margin-top: 45vh;
    width: 100px;
    height: 100px;
    background: none;
    position: relative;
}
.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.progress_ h3 {
    margin-top: 30px;
    background: none;
    position: relative;
    text-align: center;
    font-size: 20px;
    width: 100%;
    color: #182A3D;
}
.progress > span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left {
    left: 0;
}
.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right {
    right: 0;
}
.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}
.vProgress h3 {
    font-weight: 700 !important;
    font-size: 20px;
    color: #3D94DB;
    margin-top: 5px;
    margin-right: -5px;
}

/* App Net notification */
#netInfo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 99999;
    background: #FF0000;
    border-top: 1.5px solid #fff;
    display: none;
}
.netInfo p {
    margin: 0;
    padding: 8px;
    color: #fff;
    text-align: center;
}
/* [HEADER] */
#header {
    background: #3D94DB;
    padding: 10px 5px;
    /*border-bottom: 3px solid #AAB2BD;*/
    position: relative;
    z-index: 99;
}
/* App Meni */
.appMeni {
    margin-left: -20px;
    text-align: left;
}
.appMeni li {
    padding: 5px 15px;
    display: block;
}
.appMeni li a {
    color: #fff;
    font-size: 20px;
}
#appMeni_ {
    display: none;
    position: absolute;
    top: 50px;
    margin-left: 15px;
}
.appMeni_ {

}
.appMeni_ li {
    margin: 0;
    padding: 0;
    display: block;
}
.appMeni_ li a {
    display: block;
    /*width: 120%;*/
    width: 150%;
    background: #fff;
    color: #182A3D;
    padding: 8px 15px;
    font-weight: 500;
    border: 1px solid #182A3D;
    margin-top: -1px;
    text-decoration: none;
}
.appMeni_ li a:hover,
.appMeni_ li a:active,
.appMeni_ li a:focus {
    display: block;
    width: 150%;
    background: #B8D8F1;
    color: #182A3D;
    padding: 8px 15px;
    font-weight: 500;
    border: 1px solid #182A3D;
    margin-top: -1px;
    text-decoration: none;
}
.appMeni_ li a.lItem,
.appMeni_newCreate_Menu a.lItem {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.appMeni_ li a i {
    width: 25px;
    text-align: center;
}
.appMeni_ li a span {
    margin-left: 10px;
}
/*.appMeni_ li a.lItem span {
    float: right;
    animation: linear infinite alternate;
    animation-name: lr_run_;
    animation-duration: 2s;
}*/
@-webkit-keyframes lr_run_ {
    0%   {left:0;transform:translateX(0);}
    100% {left:100%;transform:translateX(-100%);}
}
.appMeni_newCreate_Menu {
    position: absolute;
    top: 75%;
    left: 119%;
}
.appMeni_newCreate_Menu a {
    display: block;
    width: 160%;
    background: #fff;
    color: #182A3D;
    padding: 8px 15px;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #182A3D;
    margin-top: -1px;
    text-decoration: none;
}
.appMeni_newCreate_Menu a:hover,
.appMeni_newCreate_Menu a:active,
.appMeni_newCreate_Menu a:focus {
    display: block;
    width: 160%;
    background: #B8D8F1;
    color: #182A3D;
    padding: 8px 15px;
    font-weight: 500;
    border: 1px solid #182A3D;
    margin-top: -1px;
    text-decoration: none;
}
/* App Logo */
.appLogo {
    /*margin-left: -20px;*/
    text-align: center;
}
.appLogo img {
    width: auto;
    height: 40px;
}
/* App Meni 2 */
.appMeni2 {
    margin-right: -10px;
    text-align: right;
}
.appMeni2 li {
    display: inline-block;
    padding: 5px 10px;
}
.appMeni2 li a {
    color: #fff;
    font-size: 20px;
}
#appMeni_2 {
    z-index: 9999;
    display: none;
    position: absolute;
    top: 50px;
    right: 75px;
    width: 100%;
}
.appMeni_2 {

}
.appMeni_2 li {
    margin: 0;
    padding: 0;
    display: block;
}
.appMeni_2 li a {
    display: block;
    width: 150%;
    background: #fff;
    color: #182A3D;
    padding: 8px 15px;
    font-weight: 500;
    border: 1px solid #182A3D;
    margin-top: -1px;
    text-decoration: none;
}
.appMeni_2 li a:hover,
.appMeni_2 li a:active,
.appMeni_2 li a:focus {
    display: block;
    width: 150%;
    background: #B8D8F1;
    color: #182A3D;
    padding: 8px 15px;
    font-weight: 500;
    border: 1px solid #182A3D;
    margin-top: -1px;
}
.appMeni_2 li a img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0.5px solid #182A3D;
    float: right;
    margin: 2px -5px 0 10px;
}
.appMeni_2 li a i {
    margin: 0 -5px 0 10px;
    font-size: 25px;
}
.appMeni_2 li a.lItem {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* Alert Coutn */
.alertCount {
    position: absolute;
    font-size: 11px;
    margin: -1px -10px;
    top: 2px;
    border-radius: 50%;
}
/* Alert Page */
#AlertPage {
    width: auto;
    height: auto;
}
.AlertPageBG {
    width: 80vw;
    height: auto;
    background: #fff;
    margin: 0 auto;
}
.alertPageIcon {
    text-align: center;
}
.alertPageIcon i {
    margin: 25px auto 15px; auto;
    font-size: 35px;
    color: #182A3D;
}
.alertPageIcon h3 {
    margin-bottom: 10px;
    font-size: 23px;
    color: #182A3D;
}
#alertPageList {

}
.alertBoxItem {
    background: #B8D8F1;
    width: 100%;
    margin: 2px 0;
    padding: 8px 10px 8px 10px;
}
.alertBoxItem p {
    color: #00418B;
}
.alertBoxItemBtn {
    top: auto;
    left: 20%;
    position: relative;
}
.alertBoxItemBtn span {
    color: #fff;
    font-size: 20px;
}
.alertBoxItemBtn span i {
    color: #fff;
    margin: -10px -15px;
    position: absolute;
}
.itemRight {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00418B;
    margin: -8px 0;
    cursor: pointer;
}
.alertB_ {

}
.alertB_ li {
    display: inline-block;
}
.alertPimg_ {
    width: 25px;
    height: 25px;
}
.dateInfo__ {
    margin-top: -5px;
}
.dateInfo__ small {

}
.ddddd_ {
    position: absolute;
    right: 10px;
    top: 10px;
}
.alertItemBtn span {
    color: #fff;
}

/* Schedule */
.scheduleItem {
    background: #A0A0A0;
    width: 100%;
    margin: 2px 0;
    padding: 8px 10px 8px 10px;
}
.scheduleItemBtn {
    top: auto;
    left: 20%;
    position: relative;
}
.scheduleItemBtn span i {
    color: #fff;
    margin: 30px auto;
    position: absolute;
}
.schCalIcons {
    margin: 15px 5px;
}
.calDay {
    position: absolute;
    width: 100%;
    margin: 0 -15px;
}

/* Jobs Page */
#JobsPage {
    width: auto;
    height: auto;
}
.JobsPageBG {
    width: 85vw;
    height: auto;
    background: #fff;
    margin: 0 auto;
}
/* Jobs Table Table */
.jobsPageTable {
    
}
/* Jobs Table Head */
.jTblHead {
    border-bottom: 0.5px solid #182A3D;
    width: 95%;
    margin: 0 auto;
}
.jTblHeadItem {
    margin: 0 -15px;
}
.jTblHeadItem p {
    margin: 10px 0 5px 5px;
    font-size: 18px;
    text-transform: capitalize;
    color: #182A3D;
}
.jTblHeadItemIcon {
    text-align: right;
    margin: 10px 0 5px 15px;
    cursor: pointer;
}
.jTblBody {
    border: 0.5px solid transparent;
    border-bottom: 0.5px solid #C6C6C6;
    width: 95%;
    margin: 0 auto;
    margin-top: -1px;
    margin-bottom: 1px;
    cursor: pointer;
    font-size: 16px;
}
.jTblBody.active,
.jTblBody:hover,
.jTblBody:active,
.jTblBody:focus {
    background: #83B1DF;
    border: 0.5px solid #182A3D;
    /*margin: -1.5px;*/
}
.jTblBody .jTblBodyItem span small {
    font-size: 11px;
}
.jTblBody.active .jTblBodyItem span small {
    color: #fff;
    font-size: 11px;
}
.jTblBody.active .jTblBodyItem p {
    color: #fff;

}
    
.jTblBody.active,
.jTblBody:hover,
.jTblBody:active,
.jTblBody:focus {
    background: #83B1DF;
    border: 0.5px solid #182A3D;
    /*margin: -1.5px;*/
}

/* Jobs Table Body */
.jTblBodyItem {
    margin: 0 -15px;
}
.jTblBodyItem p {
    margin: 8px 0 5px 5px;
}
.jTblBodyItemRes p img {
    width: auto;
    height: 30px;
    min-width: 50px;
}
.jTblBodyItemRes p span {
    margin: 0 10px;
    position: absolute;
}
/* Address list */
.jobAl {

}
.jobAl li {
    display: inline-block;
}
.jobAl li i {
    font-size: 30px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    color: #3d94db
}
.jobAl li p {
    margin: 0px 5px -5px 20px;
    padding: 0;
}
.jobAl li p span {

}
.jobAl li p small i {
    font-size: 12px;
    position: unset;
    display: block;
    top: auto;
    left: auto;
    color: #333;
    margin: 1px 0;
}
/* Add new Address */
#newAddress {
    background: #83B1DF;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 9;
    width: 85%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 30px;
}
.newAddress {
    padding: 15px;
    color: #fff;
}
.newAddress h3 {
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.newAddress p {
    font-size: 13px;
    font-style: normal;
    text-align: left;
    padding: 8px 0;
}
.newAddress span {
    float: right;
}
.newAddrInput {
    padding: 2px 5px;
    height: 30px;
}
/* Add new Location */
#newLocation {
    background: #83B1DF;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 9;
    width: 85%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 30px;
}
.newLocation {
    padding: 15px;
    color: #fff;
}
.newLocation h3 {
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.newLocation p {
    font-size: 13px;
    font-style: normal;
    text-align: left;
    padding: 8px 0;
}
.newLocation span {
    float: right;
}
.addNewDeff p {
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding: 10px 0 0 0;
}
.addNewDeff {
    margin: 10px 0;
}
/* Location action */
.locAction_ {
    display: none;
    position: absolute;
    right: 0;
    background: #83B1DF;
    top: 0;
    padding: 4px;
}
.locAction_ span {
    display: inline-block;
    padding: 5px;
    font-size: 20px;
    margin: 8px 5px;
    border: 1px solid #fff;
    color: #fff;
}
/* Site Visit */
#svPage {
    width: 80vw;
    height: auto;
    margin: 10px auto;
    z-index: 9;
    position: relative;
}
.svPage {

}
/* Site Visit Action */
#svPageAction {
    margin: 20px auto 15px auto;
}
.clockIN a {
    background: #07DB00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none!important;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    width: 100%;
}
.inTransit a {
    background: #ffc107;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none!important;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    width: 100%;
}
.clockIcon {
    font-size: 35px;
    margin: -6px 0;
}
.btnIcn {
    font-size: 25px;
    margin: 0 0 10px 0;
}
.clockOUT a {
    background: #FF0000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none!important;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    width: 100%;
}
/* Site Visit Content (Info) */
.svPageInfoHead {
    width: 100%;
    background: #182A3D;
    padding: 5px 10px;
    margin: -0.7px;
}
.svPageInfoHead p {
    color: #fff;
    font-size: 16px;
}
.svPageInfoHead p b {
    font-weight: bold;
    font-size: 15px;
}
.svPageInfoHead p span {
    font-size: 11px;
    margin-top: 5.5px;
}
.svPageInfoBody {
    width: 100%;
    background: #fff;
    padding: 5px 10px;
    margin: 0;
}
.svPageInfoBodyDefHead {
    border-bottom: 0.5px solid #182A3D;
}

.defItem {
    /*padding: 10px 0 0 0;*/
}
.defItemHead {
    padding-bottom: 10px;
    border-bottom: 1px solid #182A3D;
    padding: 10px 0;
}
.defItemHead.active {
    background: #e2e2e2;
}
.defItemHead p {
    padding: 0 10px;
}
.defItemDefOfWork {
    border-bottom: 0.5px solid #182A3D;
}
.defItemDefOfWork p {
    padding: 0 5px 10px 5px;
    font-weight: bold;
}
.defItemBody {
    margin-top: 15px;
}
.defItemBodyNote {

}
.defItemBodyNote p {
    margin: 10px 0;
    font-size: 15px;
    text-align: left;
}
.defItemBodyNote p span {
    color: #333;
    font-size: 12px;
}

.defItemBodyImage {
    margin: 20px auto;
    text-align: center;
}
.defItemBodyImage h3 {
    font-size: 50px;
    cursor: pointer;
}
.defItemBodySave {
    width: 80%;
    margin: 0 auto 25px auto;
}
.defItemBodySave button {
    margin-bottom: 20px;
}
/* Check */
.svDefCheckText {
    text-align: left;
}
.svDefCheckBtn {
    text-align: right;
}
/* Resources */
#resourcePage {
    width: auto;
    height: auto;
}
.resourcePage {
    width: 80vw;
    height: auto;
    margin: 0 auto;
}
.resourcePageIcon {
    text-align: center;
}
.resourcePageIcon h3 {
    margin-bottom: 10px;
    font-size: 40px;
    color: #182A3D;
}
.resourcePageIcon i {
    margin: 25px auto 15px;
    color: #182A3D;
}
.resIconBack {
    font-size: 30px;
    /* position: absolute; */
    margin: -5px 0;
    text-align: center;
}
/* Resource Item */
.resourcePageItem {
    margin: 10px auto;
    padding: 20px 10px;
    text-align: center;
    background: #83B1DF;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 1px 1px 3px #182A3D;
}
.resourcePageItemItem {
    
}
.resourcePageItemItem h3 {
    font-size: 30px;
}
.resourcePageItemItem p {
    font-size: 13px;
    margin-top: -8px;
    font-weight: bold;
}

.tblImgCheckIcon {
    margin-top: 3px;
    text-align: center;
}
.tblImgCheckIconBg {
    width: 17px;
    height: 16px;
    cursor: pointer;
    background: url(/assets/img/i/check/no-check.png?v1) no-repeat center;
    background-size: cover;
    margin: 5px auto;
    position: absolute;
}
.checkInpTbl {
    position: absolute;
    opacity: 0;
    z-index: 9999;
    /* margin: 5px -10px; */
    left: 14px;
    /* top: 8px;*/
}
.checkInpTbl:checked ~ .tblImgCheckIconBg {
    width: 17px;
    height: 16px;
    margin-top: 5px;
    background: url(/assets/img/i/check/check.png?v1) no-repeat;
    background-size: cover;
}
/* Site Visit */
#woPage {
    width: 80vw;
    height: auto;
    margin: 10px auto;
    z-index: 99;
    /*position: relative;*/
}
.woPage {

}
.woPageInfo {

}
.woPageInfoHead {
    background: #B8B8B8;
    padding: 10px 10px 5px 10px;
    border: 1px solid #182A3D;
}
.woPageInfoHead p {
    margin-top: -5px;
    color: #182A3D;
}
.woPageInfoHead p b {

}
.woImage {
    margin: 0;
    padding: 20px 0 0 0;
    border: 1px dashed rgba(67,67,67,0.3);
    width: 80%;
    height: 150px;
    text-align: center;
    border-radius: 3px;
}
.woImage h3 {
    margin-top: 45px;
}
.woImage h4 {
    position: absolute;
    bottom: 5px;
    color: #fff;
    font-size: 25px;
    margin: 0 auto;
    width: 100%;
}
.woImage img {
    width: auto;
    max-width: 100%;
    height: 148px;
    margin: -20px;
}
.woImageAfter {
    margin: 0;
    padding: 20px 0 0 0;
    border: 1px dashed rgba(67,67,67,0.3);
    width: 80%;
    height: 150px;
    text-align: center;
    border-radius: 3px;
}
.woImageAfter h3 {
    margin-top: 45px;
}
.woImageAfter h4 {
    position: absolute;
    bottom: 5px;
    color: #fff;
    background: #3d94db;
    font-size: 20px;
    margin: 0 auto;
    width: 100%;
    z-index: 9999;
    width: 45px;
    margin: 0 auto;
    right: 25%;
    left: 25%;
    border-radius: 50%;
    padding: 8px;
}
.woImageAfter img {
    width: auto;
    height: 150px;
    margin: 0;
    background: #e2e2e2;
}


.woEditDefBtn {
    position: absolute;
    right: 10px;
    background: #182A3D;
    padding: 2px 8px;
    border-radius: 10px;
    color: #fff;
    margin-top: -10px;
}
/* BSP app Loader */


/* Create new (ffoter) */
#newCreate_ {
    /*display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(254,254,254,0.7);*/
    position: relative;
    z-index: 9999999;
}
.newCreate_ {
    position: fixed;
    bottom: 20.5px;
    right: 15px;
}
.newCreate_ a {
    background: #3D94DB;
    border-radius: 50%;
    font-size: 28px;
    padding: 10px 15px;
    cursor: pointer;
    color: #fff;
}
.newCreate_ a.active {
    border-radius: 8px;
}
.newCreate_Menu {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 60px;
}
.newCreate_Menu a {
    display: block;
    background: #3D94DB;
    padding: 7px 20px;
    font-size: 25px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: 0.5px solid #e2e2e2;
    border-right: 0.5px solid transparent;
}
.newCreate_Menu a:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.newCreate_Menu a:last-child {
    border-bottom-left-radius: 8px;
    border-bottom: none;
    border-right: 0.5px solid #e2e2e2;
}
.newCreate_Menu a i {
    padding-right: 10px;
}
/* Communication */
.commPageInfoBody {
    width: 100%;
    background: #fff;
    padding: 5px 10px;
    margin: -1px;
    border: 0.5px solid #333;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* Communication - Jobs - Progress */
#jobCommunication {

}
/* Scrollbar */
#jobCommunication::-webkit-scrollbar {
    width: 5px;
}
#jobCommunication::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 25px;
}
#jobCommunication::-webkit-scrollbar-thumb {
    background: rgb(208,208,208); 
    border-radius: 25px;
}
#jobCommunication::-webkit-scrollbar-thumb:hover {
    background: rgb(67,67,67);
    border-radius: 25px;
}
.userMsgLine {
    margin: 10px;
}
.userMsgLine hr {
    margin: 10px 0 18px 0;
}
.msgLine li {
    display: inline-table;
    padding: 0;
    margin: 0;
}
.msgLineL2_p {
    display: block!important;
    /*margin-top: -33px!important;
    margin-right: 40px!important;*/
    margin-top: -15px!important;
}
.msgLineL2 {
    display: block!important;
    margin-left: 40px!important;
    margin-top: -33px!important;
}
.msgLineL2_p p, 
.msgLineL2 p {
    font-weight: bold;
    font-size: 13px;
}
.msgLine li p {
    margin: -6px 0;
    padding: 0;
}
.msgLine img {
    width: 30px;
    height: 30px;
    background: #e2e2e2;
    border-radius: 50%;
}
.pMsgLine {
    width: 100%;
    font-size: 13px;
    /* box-shadow: 0px 0px 5px #e2e2e2; */
    padding: 5px 0;
    margin: 5px 0 10px 0;
}
.msgLine_p {
    text-align: right;
    margin-top: -10px;
    margin-bottom: 20px;
}
.svAddImg_ {
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
}
.addMoreImgOnDef_ {
    padding: 4px 0;
    cursor: pointer;
    position: absolute;
    width: 100%;
    margin-left: -19px;
}
/* Accoutn Page */
#accountPage {
    width: auto;
    height: auto;
}
.accountPageBG {
    width: 80vw;
    height: auto;
    background: #fff;
    margin: 0 auto;
}
.accountPageIcon {
    margin: 25px auto;
    text-align: center;
}
.accountPageIcon img {
    margin: 15px 0;
    background: #e2e2e2;
    width: 90px;
    max-height: 90px;
    border-radius: 50%;
    box-shadow: 0.5px 0.5px 4px rgba(0,0,0,0.5);
}
.accountPageIcon h3 {
    margin-bottom: 10px;
    font-size: 23px;
    color: #182A3D;
}
/* svOtherMeni */
.svOtherBtnM.active {
    background: #83B1DF!important;
    color: #fff!important;
}
#svOtherMeni {
    display: none;
    margin-top: 1px;
}
.svOtherMeni {
    background: transparent;
    width: 100%;
}
.svOtherMeni li {
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    background: #83B1DF;
    margin-top: -1px;
    border-radius: 5px;
}
/* Fix mobile */
.__fT {
    width: 80%;
    display: block;
}
.carousel-control-prev {
    left: 10px;
    text-shadow: 0 0 10px #333;
    font-size: 50px;
}
.carousel-control-next {
    right: 10px;
    text-shadow: 0 0 10px #333;
    font-size: 50px;
}
/* Year Sheet */
.tblHH_ {
    background: #e2e2e2;
    border: 0.5px solid #000000!important;
}
.yearSheetTable {
    margin: -1px 0 0 0;
    padding: 0;
    border: 0.5px solid #000000;
}
.yearSheetTable div div {
    font-size: 13px;
}
/* Quote */
.tAll_ {
    background: #3D94DB;
    padding: 10px;
}
.tAll_ p {
    color: #fff;
    font-size: 13px;
    text-shadow: 0px 0px 1px #fff;
}
.tAll_ p span {
    float: right;
    font-size: 14px;
    font-weight: bold;
}
.tAll_ small {
    color: #fff;
}

.qtp_ {
    margin-top: 8px;
}
/* Tracher Sheet */
.trackerSheetData {
    display: none;
}
.trackerSheet_data_ {
    padding: 10px 0;
    border-bottom: 0.5px solid #e2e2e2;
}
.trackerSheet_data_ p {

}
.trackerSheet_data_ p span {
    font-weight: bold;
    float: right;
}
.trackerSheet_data_ h4 {
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}
.yt_chYear {

}
.yt_chYear li {
    display: block;
    padding: 5px;
}
.yt_chYear li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.yt_chYear li a.a {
    font-weight: bold;
}
/* U are sure iframe map */
#uSureWmap {

}
#uSureWmap iframe {
    width: 100%;
    border: 0;
    height: 200px;
}
/* Photo system */
._photoSys {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #fafafa;
    z-index: 999999;
    display: none;
    overflow: hidden;
}
._photoSys_hl {
    border-top: 4px solid #333;
}
._photoSysFH {

}
._photoSysFH h3 {
    text-align: center;
    font-size: 50px;
    margin: -10px auto;
    color: #333;
}
._photoSysAddImgBtn {
    margin: 30px auto;
    border-bottom: 2px solid #182a3d;
    padding-bottom: 40px;
}
._photoSysAddImgBtn h3 {
    font-size: 60px;
    text-align: center;
}
._photoSysAddImgBtn h3 small {
    display: block;
    font-size: 12px;
    margin: -5px 0;
}
._photoSysImages {
    height: 25vh;
    overflow-y: scroll;
    border: 1px solid #333;
    margin: 10px;
    padding: 5px 5px 5px 10px;
    position: relative;
}
._photoSysImages ._iM {
    display: inline-block;
    width: 47%;
    height: 130px;
    background: #e2e2e2;
    border-radius: 3px;
    margin: 8px 5px;
}
._photoSysImages ._iM img {
    position: relative;
    width: 100%;
    height: 130px;
}
._photoSysImages ._iM span {
    position: absolute;
    z-index: 9999;
}
._photoSysImages ._iM span._imgCount_ {
    margin-top: 6px;
    margin-left: 6px;
    padding: 3px 8px;
    font-size: 16px;
    color: #fff;
}
._photoSysImages ._iM span._imgRm {
    margin-top: 100px;
    margin-left: -40px;
    padding: 3px 10px;
    font-size: 17px;
    color: #fff;
}
/* new Deficiency */
._cToBox label {
    user-select: none;
}
._cToBox input,
._cToBox input:checked {
    width: 15px;
    height: 15px;
}
#_cToNote {
    display: none;
}
#_cToNote p {
    margin: 0;
    padding: 10px;
    background: #ff726f;
    color: #333;
    border-radius: 3px;
}
/* Dashboard */
._dashboardBox {
    margin: 20px 0 0 0;
    padding: 0;
}

._dashBoardTitle {
    position: relative;
    margin: 0 0 47px 0;
}
._dashBoardTitle h1 {
    margin: 0;
    padding: 5px 10px;
    border-left: 5px solid #3D94DB;
    border-bottom: 2px solid #3D94DB;
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
}
._dashBoardTitle h1 span {
    float: right;
    cursor: pointer;
}

.dashBox {
    position: relative;
}
.dashBox h1 {
    text-align: left;
    /*font-style: italic;*/
    font-size: 16px;
    /* text-transform: uppercase; */
    background: #3D94DB;
    color: #fff;
    width: 100%;
    position: absolute;
    margin: -15px 0;
    padding: 4px 8px;
    border: 1px solid #333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dashBoxBg {
    background: #fafafa;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 2.6vh 5px 2.6vh 5px;
    margin: 0;
    box-shadow: 5px -4px 10px #fafafa;
}
.dashBoxBg p {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 40px;
    text-shadow: 1px 1px #e5e5e5;
}
.dashBoxBg p.price {
    padding: 8px 5px 8px 5px;
    font-size: 30px;
}
.dashBoxBg em {

}
.dashBoxBg small {
    font-size: 25px;
}
.dashBoxBg small i {
    font-size: 14px;
    font-style: normal;
}