body {
	margin: 0;
    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')
    touch-action: manipulation;
}
* {
    touch-action: manipulation;
}
/* #5C677D  */
#menu-date {
    padding: 10px;
}
.bg-light {background: #d7dde6 !important;}

.my-navbar {background: #5C677D !important; padding: 0; color: white; box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2), 0px -2px 4px 0px rgba(0,0,0,0.2);}
.my-navbar .nav-item .nav-link {color: inherit !important; padding: 10px;}
.my-navbar .nav-item:hover {color: #5C677D !important; background: white;}
.my-navbar .nav-item.active {background: white;}
.my-navbar .nav-item.active .nav-link{color: #5C677D !important;}
.my-navbar .nav-item.active .nav-link:hover{color: #5C677D !important;}

.my-navbar .navbar-toggler-icon i{color: white !important; line-height: 28px}
.my-navbar .dropdown-menu {margin: 0; border: none; border-radius: 0; box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);}




select option.plumber {
    background: #bcd6ff;
    font-weight: 500;
}


select option.electrician {
    background: #ffe0bc;
}

select option.apprentice {
    background: rgb(247, 245, 245);
    font-weight: 500;
}


button:not(:disabled):hover {
    cursor: pointer;
}

i {user-select: none;}

form {
    margin: 0;
}
/*
input[type="text"], input[type="date"], select {
    height: 30px;
    border: 1px solid #999;
    padding-left: 5px;
}*/

textarea {
    padding-left: 5px;
    width: 100%;
    margin-bottom: 10px;
}

label {
    margin: 0;
}

.hidden {
    display: none !important;
}
.modal-labelCenter {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    vertical-align: top;
}

.modal-label {
    font-weight: bold;
    display: inline-block;
    width: 30%;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 5px;
    vertical-align: top;
}

.modal-field {
    display: inline-block;
    width: 60%;
    text-align: left;
    margin-bottom: 10px;
}
.modal-field-lg {
    display: inline-block;
    width: 75%;
    text-align: left;
   
    margin-bottom: 10px;
}
.modal-field-textarea {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}

.techlist {
    margin-bottom: 10px;
    width: 60%;
    display: inline-block;
}

#techsAssignForm{
    font-family:"Font Awesome 5 Free";
    font-size:14px;
}



#techsAssignForm::after{
    vertical-align:middle;
}

#logo{
    height: 100px;
}

#otherLogo{
    margin-left:100px;
    top:10px;
    right:20%;
    height: 50px;
}

#otherLogo:hover {
    cursor: pointer;
}

.top-nav {
	box-sizing: border-box;
	background: #5C677D;
	color: white;
	height: 40px;
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2), 0px -2px 4px 0px rgba(0,0,0,0.2);
    width: 100%;
	z-index: 10;
}

.top-nav-right {
	float: right;
    text-align: center;
}

.top-nav-item, .nav-dropdown-item, #nav-menu-btn {
	box-sizing: border-box;
	display: inline-block;
	height: 100%;
	padding: 10px 15px;
	margin: 0;
	color: inherit;
	text-decoration: none;
	transition: 0.25s;
    line-height: 20px;
}

#nav-menu-btn {
    display: none;
}

a.top-nav-item:hover, .nav-dropdown:hover, .nav-dropdown-item:hover, #nav-menu-btn:hover {
	background: white;
	color: #5C677D;
	text-decoration: none;
}

.top-nav-item.active {
	background: white;
	color: #5C677D;
}

.top-nav.sticky {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.top-nav-right .nav-dropdown, .nav-right .nav-dropdown-list {
    width: 150px;
}

.top-nav-right i {
    float: right;
}

.nav-dropdown, .dropdown-btn {
    box-sizing: border-box;
    margin: 0;
    /*background: #157;*/
    display: inline-block;
    font-size: initial;
    border: none;
    height: 100%;
    outline: none;
}

.nav-dropdown-btn {
    font-family: inherit;
    font-size: inherit;
    padding: 10px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    line-height: 20px;
}

.nav-dropdown:hover .nav-dropdown-list {
    display: block;
}

.nav-dropdown-list {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    z-index: 1;
    transition: 0.2s;
}

.nav-dropdown-item {
    color: #157;
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    display: block;
    text-align: left;
}

.nav-dropdown-item:hover {
    background: rgba(0,0,0,0.05);
    color: #157;
}

.sticky + .main {
    padding-top: 40px;
}

.main h2 {
	text-align: center;
    margin: 15px;
}

.logo-header {
	margin: 20px 0;
	text-align: center!important;
}

/*.dataTables_wrapper {
    padding: 0px 10px 20px 10px;
}*/

.dataTables_wrapper select, .dataTables_wrapper input {
    margin: 5px 0;
       /* font-size: 17px!important; */
}
/*table {
	border-collapse: collapse;
    width: 100%;
}*/
/*
.table th {
    padding: 0.5em;
}*/

th{
    background-color:#5C677D;
    color:white;
    box-sizing: border-box;
    /*padding: 5px !important;*/
    /*box-sizing: border-box !important;*/
}

.col-s {
    width: 50px;
}

.col-m {
    width: 120px;
}

.col-l {
    width: 240px;
}

.address {
    width: 240px;
}

td {
	white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    
    max-width:0;
    
    height: 32px;
}

.table td {
    vertical-align: middle;
}

tbody tr:hover {color: blue;}

h1{    
    text-align:center;
}

.plain-table tr:hover{
    text-decoration:none !important;
    border:1px solid;
}

#mytable, .tabelClass {
    border: solid 1px #E8EEF4;
    border-collapse: collapse;
    padding-top: 6px;

    }
    #mytable, .tabelClass tr:hover {
        color:#000;

        }
        #mytable, .tabelClass td {



        padding-right: 6px;
        padding-bottom:6px;
        padding-left: 6px;
        margin-right: 6px;
        margin-left: 6px;

        }
#content{
    /*min-width: 1000px;*/
    width:100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto 40px auto;
}

input[type=radio]{
    transform: scale(1.5);
    margin-left:20px;
}

textarea {
  resize: none;
     /* font-size: 17px!important;  */
}

/*#workOrderTable{
    color:blue;
}*/

ul,li { 
    list-style-type: none;
    list-style-position:inside;
    margin:0;
    padding:0; 
}
.li-Header{
    border:none !important;
    text-align: left !important;
    border-radius:0px;
    margin:0px;
    font-size:.8rem;
  }

.date-container {
    text-align: center;
    z-index: 2;
    /*margin-bottom: -25px;*/
}

/*remove arrow buttons on date input*/
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
/*hide up and down arrows */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

/*.workOrderTable td{
    color: blue;
}*/

.workOrderTable td {
    box-sizing: border-box !important;
    padding: 3px !important;
}

.center {text-align: center;}

.left {text-align: left;}

.right {text-align: right;}

.number {
    text-align: right;
}

.btn-container {
    width: 100%;
    display: block;
}

.btn-container button {
    margin: 0 auto;
}

.modal-open {
    padding: 0 !important;
}

td.icon-btn {
    text-align: center;
    color: rgba(0,0,0,0.4);
}

td.icon-btn:hover {
    cursor: pointer;
    color: rgba(0,0,0,0.8);
}

#headerRow th {text-align: center!important; vertical-align: middle;}

select:disabled { 
    /*same color as disabled input*/
    background: rgb(235,235,228);
}

.loading {
    text-align: center;
    margin-top: 50px;
    font-size: 25px;
}
.loading img {
    width: 25px;
}

/*popover*/
.popover-body {padding: 0;}
.popover-body .list-group-item {border-top-left-radius: 0px; border-top-right-radius: 0px}
.popover-body .list-group-item:hover {background: rgba(0,0,0,0.075); cursor: pointer;}
.popover-body .list-group-item:not(first) {border-bottom: .5px solid rgba(0,0,0,0.125);}
.popover-body .list-group-item:not(last) {border-top: .5px solid rgba(0,0,0,0.125);}

@media only screen and (max-width: 400px) {
    #menu-date {
        display: none; 
    }
    #Logo{
        display: block;
        max-width: 75%;
        width: auto;
        height: auto;    
    }
    #otherLogo{
        display: block;
        max-width: 50%;
        width: auto;
        height: auto;    
    }

    .workOrderTable td {
        box-sizing: none !important;
        padding: 0px !important;
    }
   
    /*
    #otherLogo{
        width: 50%;
    }
    #logo{
        width: 50%;
    }
        */
}
@media only screen and (max-width: 650px) {
    /*
    #otherLogo{
        width: 60%; 
    }
    .logo-header img {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }
*/

#Logo{
    display: block;
    max-width: 75%;
    width: auto;
    height: auto; 
    margin-left:40px;   
}
#otherLogo{
    display: block;
    max-width: 50%;
    width: auto;
    height: auto;  
    margin-left:140px;  
}
    .nav-menu-btn {
        display: block;
        float: right;
    }

    .modal-label {
        display: block;
        width: 100%;
        text-align: left;
    }
    .modal-field {
        display: block;
        width: 100%;
    }
}

.modal-label-title {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.modalReportedDivContainer{
    display:flex;
    align-items: center;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}

#modalReportedDIV[contenteditable]{
    border: 1px solid black;
    min-width: 100%;
    min-height: 40px;
    max-height: 300px;
    overflow: auto;
    padding:5px;
}

.plumber-identifier{
    display:flex;
    align-items: center;
    background: #bcd6ff;
    padding-top:2px;
    padding-right:6px;
    padding-bottom:2px;
    padding-left:6px;
}
.electrician-identifier {
    display:flex;
    align-items: center;
    background: #ffe0bc;
    padding-top:2px;
    padding-right:6px;
    padding-bottom:2px;
    padding-left:6px;
}
.apprentice-identifier {
    display:flex;
    align-items: center;
    background: rgb(247, 245, 245);
    padding-top:2px;
    padding-right:6px;
    padding-bottom:2px;
    padding-left:6px;
}
.unassigned-identifier{
    display:flex;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
    padding-right: 6px;
    padding-bottom: 10px;
    padding-left: 6px;
}
.unassigned-identifier-container{
    display:flex;
    align-items: center;
    flex-direction: column;
    min-width: 300px;
   /* border:1px solid lightgrey; */
}
.blankoption{
    text-align: left;
    padding-right: 6px;
    padding-left: 6px;
    background: #fd9800;  
}
.plumber{
  text-align: left;
  padding-right: 6px;
  padding-left: 6px;
    background: #bcd6ff;  
}
.electrician{
    text-align: left;
    padding-right: 6px;
    padding-left: 6px;
    background: #ffe0bc;
}
.apprentice{
    text-align: left;
    padding-right: 6px;
    padding-left: 6px;
    background: rgb(247, 245, 245);
}

#ul-plumber {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
#ul-plumber li {
    float: left;
    padding-left:8px;
    padding-right:8px;
    border:3px solid #bcd6ff;
    border-radius: 16px;
    margin:4px;
  }

#ul-apprentice{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
#ul-apprentice li {
    float: left;
    padding-left:8px;
    padding-right:8px;
    /*background-color: rgb(247, 245, 245); */
    border:3px solid rgb(247, 245, 245);
    border-radius: 16px;
    margin:4px;
  }

#ul-electric{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
#ul-electric li {
    float: left;
    padding-left:8px;
    padding-right:8px;
    border:3px solid #ffe0bc;
    border-radius: 16px;
    margin:4px;
  }

.ul-tech-badge{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
.ul-tech-badge li {
    float: left;
    padding-left:8px;
    padding-right:8px;
    border-radius: 16px;
    margin:2px;
    font-size:.7rem;
    font-weight: 500;
  }


/* Installer badge */
.li-installer {
    background-color: #ffffff;
  border:3px solid #bcd6ff;
    
    /*  background-color: #bcd6ff;
  background-color: #ffffff;
  border:3px solid #bcd6ff;
  */
}

/* Helper badge */
.li-helper {
    background-color: #ffffff;
  border:3px solid #f4f1f1;
    /* background-color: #f4f1f1;
  background-color: #ffffff;
  border:3px solid #f4f1f1;
   */
}




 

    












.light-separator{
    color:grey;
}

.plumber-indicator{
    padding:4px;
      border-left:6px solid #bcd6ff;  
      border-bottom: 1px solid #bcd6ff;  

     /* margin-bottom:14px; */
  }
.plumber-indicator-table{
    min-width: 200px;
    border-left:6px solid #bcd6ff;  
    border-bottom: 1px solid #bcd6ff;  
    padding-left:4px;
}
.electrician-indicator-table{
    min-width: 200px;
    border-left:6px solid #ffe0bc;  
    border-bottom: 1px solid #ffe0bc;  
    padding-left:4px;
}
  .electrician-indicator{

    border-left:6px solid #ffe0bc;
    border-bottom: 1px solid #ffe0bc;
    padding:4px;
  }
  .apprentice-indicator{
    padding:4px;
    border-left:6px solid rgb(247, 245, 245);
    border-bottom: 1px solid rgb(226, 225, 225);
    
  }
  .A-type-th{
    background-color:#4b81b4; /* #5d8ebb #6f9ac3   */
    color: white;
    
    
   }
   .A-type-th-border{
     background-color: #edf2f7;
   /* border:1px solid #93b4d2; */
    color: #18414e;
    text-align: center;
   }

  .A-type-th-border-pill{
  /*    background-color: #edf2f7;*/
  border:1px solid #93b4d2; 
  color: #18414e;
  text-align: center;
  border-radius: 12px;
  padding-left: 10px;
  padding-left: 10px;
   }

.pill-header{
    padding:6 8 6 8;
    font-weight: 600;
    border:1px solid #0c79e5;
    border-radius: 12px;
}
  #snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 70px;
    font-size: 20px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  #snackbar.green{
    /*   background-color:#2aac46;
     background-color:#67A675;  kinda based on bootstrap success*/
     background-color:#3b3b3b;
     border-radius: 8px;
  }
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 70px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 70px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 70px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 70px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
.imgT-responsive{
    width:100%;
}
/*not used ? */
.helper-pill{
    background-color: orangered;
}
.btn-secondary-alt{
    padding-top:2px;
    padding-bottom:2px;
  border:2px solid #777777;  
  color:#000;

}
.btn-secondary-alt:hover{
    background-color:#6C757D;
    color:#fff;
  }
.btn-secondary-alt:focus{
    outline: none !important;
    box-shadow: none;
  }
.btn-primary-alt{
    padding-top:2px;
    padding-bottom:2px;
   border:2px solid #007BFF;  
   background-color:#fff;
}

.btn-primary-alt:focus{
    outline: none !important;
    box-shadow: none;
    touch-action: manipulation;
    border:2px solid #007BFF;  
    background-color:#fff;
    color:#000;
  }

.min-tbl{
    min-width:360px;
}

/*bg for div rows */
.sectbg{
    background-color:#EDF2F7;
    margin-top:40px;
    margin-bottom:40px;
    padding-top:20px;
    padding-bottom:20px;
}


/*
 input[type="text"]{
    font-size: 17px!important;
 }
*/
 input[type=search]{
   /* font-size: 17px!important; 
    touch-action: manipulation;
    */
}
    
.dem-header {
    /*  background-color:#495669; */
 background: rgb(255,255,255);
 background: linear-gradient(90deg, rgba(255,255,255,1) 31%, rgba(0,78,153,1) 99%, rgba(0,78,153,1) 100%);
}

.iconBtnCal{
    color:#c9d9e8;
    font-size:1.4rem;
    padding-left:6px;
    margin-right:22px;
    cursor:pointer;
}
.iconBtnCal:hover{
    color:#ffffff;
}

  .dead-btn{
        pointer-events:none;
   } 

.smallertext{
	font-size: .9rem;
}
.smallerestext{
	font-size: .8rem;
	font-weight: normal;
}   
.ellipsis-animate {
  display: inline-block;
  letter-spacing: 2px;
}

.ellipsis-animate::after {
  content: '';
  display: inline-block;
  width: 1ch;
  text-align: left;
  animation: dots 1.5s steps(4, end) infinite;
}
@keyframes dots {
  0%   { content: ''; }
  25%  { content: '.'; }
  50%  { content: '..'; }
  75%  { content: '...'; }
  100% { content: ''; }
}

.hidden-row {
           display: none;
}

.hili-selHdr{
  background-color: #5C677D;
}

.assigned-flag {
    color: red;
    font-size: 0.85em;
    margin-left: 5px;
}
.closets-TxtColor{
      color:#5C677D;    
}
.doors-TxtColor{
    /* color:#cc7a00;  
    color:#cc7a00;*/
    color:#ffbf00;
}
.doors-TxtColorRl{
    /* color:#cc7a00;  
    color:#cc7a00;*/
    color:#CC9900;
}
.service-TxtColor{
     color:#CB4C4E; 
    
}
.hardware-TxtColor{
   color:#4B6A9B; 
}

.closets-bg{
    background-color:#5C677D !important;
}
.doors-bg{
 background-color:#CC9900 !important;
}
.service-bg{
  background-color:#CB4C4E !important;  
}
.hardware-bg{
    background-color:#4B6A9B !important;
}

.btn-doors-nav{
 margin-right:4px;
 font-weight:500;
 min-width: 120px;
 border-top-left-radius:0 !important;
border-bottom-left-radius:0 !important;
  color: #6C757D;                /* primary color text */
  border-color: #6C757D !important;         /* primary color border */
}
.btn-doors-nav:hover{

  color: #FFF;                /* primary color text */
  border-color: #CC9900;         /* primary color border */
  background-color:#CC9900;
}

.btn-doors-nav-selected{
     margin-right:4px;
 font-weight:500;
 min-width: 120px;
 border-top-left-radius:0 !important;
border-bottom-left-radius:0 !important;
 background-color:#CC9900 !important;
 font-weight:500;
 color:#FFF;
 border:1px solid #CC9900;
}


.btn-closets-nav{
 margin-right:4px;
 font-weight:500;
 min-width: 120px;
 border-top-left-radius:0 !important;
border-bottom-left-radius:0 !important;
  color: #6C757D;                /* primary color text */
  border-color: #6C757D !important;         /* primary color border */
}
.btn-closets-nav:hover{

  color: #FFF;                /* primary color text */
  border-color: #5C677D;         /* primary color border */
  background-color:#5C677D;
}

.btn-closets-nav-selected{
     margin-right:4px;
 font-weight:500;
 min-width: 120px;
 border-top-left-radius:0 !important;
border-bottom-left-radius:0 !important;
 background-color:#5C677D !important;
 font-weight:500;
 color:#FFF;
 border:1px solid #5C677D;
}




.btn-doors-closets-nav{
 margin-right:4px;
 font-weight:500;
 min-width: 120px;
 border-top-right-radius:0 !important;
border-bottom-right-radius:0 !important;
  color: #6C757D;                /* primary color text */
  border-color: #6C757D !important;         /* primary color border */
}
.btn-doors-closets-nav:hover{
    background: linear-gradient(
    72deg,          /* diagonal direction */
    #CC9900 0%,     /* start gold */
    #CC9900 41%,    /* gold up to halfway */
    #5C677D 41%,    /* gray starts at halfway */
    #5C677D 100%    /* gray to end */
  );
  color: #FFF; 
}

.btn-doors-closets-nav-selected{
     margin-right:4px;
 font-weight:500;
 min-width: 120px;
 border-top-right-radius:0 !important;
 border-bottom-right-radius:0 !important;
 font-weight:500;
 color:#FFF;
    background: linear-gradient(
    72deg,          /* diagonal direction */
    #CC9900 0%,     /* start gold */
    #CC9900 41%,    /* gold up to halfway */
    #5C677D 41%,    /* gray starts at halfway */
    #5C677D 100%    /* gray to end */
  );
}
.btn-doors-closets-nav-selected:hover{
        cursor:default !important;
}
