
*{
   box-sizing: border-box;
   font-family: 'Open Sans';
   color: #333;
}

html, body{
   height: 100vh;
   overflow-x: hidden;
}

a{
   text-decoration: none !important;
   cursor: pointer !important;
}

textarea:focus, input:focus, select:focus,
textarea:active, input:active, select:active{
   outline: none !important;
}

.app-name{
   display: table;
   font-size: 12px;
   width: 100%;
   text-align: right;
}

/* Remove input type number arrows Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove input type number Firefox */
input[type="number"]{
  -moz-appearance: textfield;
  appearance: textfield;
}
input[disabled="disabled"],
input[readonly],
input:disabled{
   background: #ececec;
   color: #000000;
}


body{
   margin: 0;
   padding: 0;
   border: 0;
   background: #f7f7f7;
   -webkit-text-size-adjust: none;
   -webkit-tap-highlight-color: transparent;
   user-select: none;
   -webkit-user-select: none;
}

.country-select{
   width: 100%;
   margin-bottom: 20px;
}

#country-name{
   -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

/* <LOGIN SCREEN> */

.login-body{
   overflow: hidden;
   position: fixed;
   width: 100%;
   height: 100%;
   display: table;
}

.login-container{
   display: table-cell;
   vertical-align: middle;
   height: auto;
   width: 100%;
}

.login-form{
   display: block;
   margin:0 auto;
   width: 100%;
   max-width: 420px;
   background-color: #fff;
   border-radius: 8px;
   padding: 1.5em;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.container-login{
   margin: 1% auto;
   height: auto;
   width: 100%;
   max-width: 420px;
   background-color: #fff;
   border-radius: 8px;
   margin-bottom: 2em;
   padding: 1.5em;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.app-logo{
   display: block;
   margin:  0 auto;
   width: 100%;
   max-width: 280px;
   padding: 30px 0px;
}

.login-label{
   display: block;
   width: 100%;
   font-size:12px;
   font-weight: bold;
}
.login-field{
   display: block;
   width: 100%;
   font-size:14px;
   line-height: 20px;
   padding: 10px;
   border-radius: 4px;
   border: 1px #d6d6d6 solid;
   margin-bottom: 20px;
}

.login-field-service-part{
   display: inline-block;
   width: 96%;
   font-size:14px;
   line-height: 20px;
   padding: 10px;
   border-radius: 4px;
   border-top-right-radius: 0px;
   border-bottom-right-radius: 0px;
   border: 1px #d6d6d6 solid;
   margin-bottom: 20px;
}

.login-btn{
   width: 100%;
   border-radius: 4px;
   display: block;
   text-decoration: none;
   background: #c02e2d;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   padding: 1em 0.75em;
   margin-bottom: 20px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: pointer;
}

.login-btn i{
   color: #fff;
}

/* </LOGIN SCREEN> */

/* <HEADER> */
.container-header{
   margin: 0 auto;
   height: auto;
   width: 100%;
   max-width: 1140px;
   background-color: #fff;
   border-radius: 8px;
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
   margin-bottom: 10px;
   padding: 0em 15px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header-left{
   display: table-cell;
   width: 50%;
}
.header-right{
   display: table-cell;
   width: 50%;
}

.app-logo-small{
   display: block;
   width: 100%;
   max-width: 120px;
   padding: 15px 0px;
}

.user-profile{
   width: auto;
   border-radius: 4px;
   font-size: 14px;
   font-weight: 400;
   color: #333;
   padding: 1.2em 1em;
   border: none;
}

.user-profile i{
   color: #333 !important;
   font-size: 20px;
}

.logout-btn{
   width: auto;
   border-radius: 4px;
   text-decoration: none;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   background-color: #c02e2d;
   text-align: center;
   padding: 0.7em;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   cursor: pointer;
   margin-left: 10px;
}

.logout-btn i{
   color: #fff !important;
   font-size: 14px;
}

/* </HEADER> */

/* <MENU> */

.container-menu{
   margin: 0 auto;
   height: auto;
   width: 100%;
   max-width: 1140px;
   margin-bottom: 10px;
   padding: 0px;
}

.app-menu{
   list-style: none;
   display: table;
   table-layout: fixed;
   width: 100%;
   margin: 0;
   padding: 0;
}

.app-menu .link{
   display: table-cell;
   padding: 10px;
}

.app-menu .link a{
   display: block;
   border-radius: 4px;
   font-size: 14px;
   font-weight: 400;
   color: #333;
   background-color: #fff;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   padding: 20px 10px;
}

.app-menu .link i{
   font-size: 18px;
   color:#c02e2d;
   display: inline-block;
   margin-right: 10px;
}

.app-menu .link a > h1{
   font-size: 12px;
   font-weight: 600;
   display: inline-block;
   margin: 0;
}

/*.menu-selected,
.menu-selected i,
.menu-selected h1{
   background-color: #c02e2d !important;
   color: #fff !important;

}*/

.menu-selected{
   border-bottom: 5px #c02e2d solid !important;
}

/* </MENU> */

/* <PAGES> */

.container{
   margin: 0 auto;
   height: auto;
   width: 100%;
   max-width: 1140px;
   background-color: #fff;
   border-radius: 8px;
   padding: 10px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.page-heading{
   display: table;
   width: 100%;
}

.page-heading-block{
   display: table-cell;
}

.page-heading i{
   color: #c02e2d;
   font-size: 28px;
   display: inline-block;
   margin-right: 5px;
}

.page-heading h1{
   color: #333;
   font-weight: 600;
   font-size: 16px;
   display: inline-block;
}

.search-form{
   display: inline-block;
}

.search-btn-small{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #c02e2d;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   padding: 1em;
   margin-bottom: 20px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: pointer;
}

.search-btn-small i{
   color: #fff !important;
   font-size: 14px !important;
}

.export-btn-small{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #c02e2d;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   padding: 1em;
   margin-bottom: 20px;
   margin-right: 0px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: pointer;
}

.export-btn-small i{
   color: #fff !important;
   font-size: 14px !important;
}

select.login-field{
   height: 40px;
}

.search-field{
   display: inline-block;
   width: 150px;
   font-size:14px;
   line-height: 26px;
   padding: 10px;
   border-radius: 4px;
   border: 1px #d6d6d6 solid;
}

.filter-dropdown{
   display: inline-block;
   width: 160px;
   height: 48px;
   font-size:14px;
   line-height: 26px;
   padding: 12px 4px 13px 4px;
   border-radius: 4px;
   border: 1px #d6d6d6 solid;
}

.filter-page-dropdown{
   display: inline-block;
   width: 60px;
   height: 48px;
   font-size:14px;
   line-height: 26px;
   padding: 12px 4px 13px 4px;
   border-radius: 4px;
   border: 1px #d6d6d6 solid;
}

.filter-active{
   border: 2px #525252 solid !important;
}

.search-name-field{
   display: block;
   width: 100%;
   font-size:14px;
   line-height: 26px;
   padding: 10px;
   border-radius: 4px;
   border: 1px #d6d6d6 solid;
}

.stat{
   font-size: 28px;
   width: 100%;
   text-align: right;
   padding: 20px 20px 0px 0px;
   font-weight: normal;
}

span.ct-label{
   font-size: 10px;
}

.warehouse-table{
   display: table;
   width: 100%;
   border: 0;
}
thead.warehouse-table-header tr td{
   padding: 10px 6px;
   margin-bottom: 15px;
   background: #dbdbdb;
}
tbody tr:hover{
   background: #dbdbdb;
}

.warehouse-table tr td{
   vertical-align: middle;
   padding: 5px;
}

.warehouse-table tr td a.print-btn,
.warehouse-table tr td a.delete-btn{
   padding: 8px !important;
   margin-bottom: 0px !important;
}

.worksheet-hash{
   font-size: 25px;
   font-weight: bolder;
   display: inline;
   width: 20px;
}
.worksheet-field{
   display: inline;
   width: auto;
   font-size: 18px;
   font-weight: bolder;
   border: 0;
   border-bottom: 2px #333 solid;
   padding: 6px;
   margin-bottom: 30px;
}
.worksheet-label-disabled{
   display: inline-block;
   width: auto;
   min-width: 234px;
   font-size: 18px;
   font-weight: bolder;
   border: 0;
   border-bottom: 2px #333 solid;
   padding: 6px;
   margin-bottom: 30px;
   pointer-events: none;
}
table#service-parts{
   display: table;
   width: 100%;
   /*table-layout: fixed;*/
}

table#service-parts thead{
   font-size: 12px;
}

.autocomplete-input, .qty-input{
   display: block;
   width: 100%;
   font-size:14px;
   line-height: 20px;
   padding: 10px;
   border-radius: 4px;
   border: 1px #d6d6d6 solid;
}

.ui-menu .ui-menu-item-wrapper{
   padding: 15px 10px !important;
   border-bottom: 1px #f4f4f4 solid !important;    
}

.small-header{
   font-size: 14px;
   font-weight: 500;
}
.small-header:hover{
   background-color: transparent !important;
}

td.btn{
   width: 50px;
   min-width: 50px;
   overflow: hidden;
}

td.service-part-input-qty{
   width: 100px;
   min-width: 100px;
   overflow: hidden;
}

.remove-service-part{
   display: block;
   width: 100%;
   height: 40px;
   line-height: 40px;
   border-radius: 4px;
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
   display: block;
   text-decoration: none;
   background: #a4a0a0;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: pointer;
}

.success{
    background: #72bf44 !important;
}

.info-msg{
   display: table;
   width: 100%;
   font-size: 14px;
   box-sizing: border-box;
   padding: 30px 10px;
}

/* </PAGES> */

/* <FILTERS> */

.page-filters{
   display: table;
   width: 100%;
   text-align: right;
   border-top: 1px #ececec solid;
   border-bottom: 1px #ececec solid;
   padding: 15px 0px;
   margin-bottom: 15px;
}

.page-filter{
   display: inline-block;
   width: auto;
   border-right: 1px #ececec solid;
   padding: 0px 15px;
}

.search-btn{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #a4a0a0;
   font-size:14px;
   font-weight:400;
   color:#fff;
   text-align:center;
   padding:1em;
   box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border:none;
   cursor:pointer;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.search-btn i{
   color: #fff;
   font-size: 14px;
   margin: 0px 5px;
}

.signed-btn{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #72bf44;
   font-size:14px;
   font-weight:400;
   color:#fff;
   text-align:center;
   padding:1em;
   box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border:none;
   cursor:pointer;
   margin: 0px 10px;
}

.unsigned-btn{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #a4a0a0;
   font-size:14px;
   font-weight:400;
   color:#fff;
   text-align:center;
   padding:1em;
   box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border:none;
   cursor:pointer;
   margin-right: 10px;
}

.no-staff-btn{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #363636;
   font-size:14px;
   font-weight:400;
   color:#fff;
   text-align:center;
   padding:1em;
   box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border:none;
   cursor:pointer;
   margin-right: 10px;
}

.signed-btn i,
.unsigned-btn i,
.no-staff-btn i{
   color:#fff !important;
}

.signed-btn.active{
   -webkit-box-shadow:inset 0px 0px 0px 2px #437526;
   -moz-box-shadow:inset 0px 0px 0px 2px #437526;
   box-shadow:inset 0px 0px 0px 2px #437526;
}

.unsigned-btn.active{
   -webkit-box-shadow:inset 0px 0px 0px 2px #696969;
   -moz-box-shadow:inset 0px 0px 0px 2px #696969;
   box-shadow:inset 0px 0px 0px 2px #696969;
}

.no-staff-btn.active{
   -webkit-box-shadow:inset 0px 0px 0px 2px #777777;
   -moz-box-shadow:inset 0px 0px 0px 2px #777777;
   box-shadow:inset 0px 0px 0px 2px #777777;
}

.reset-btn{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #ffffff;
   font-size:14px;
   font-weight:400;
   color:#333;
   text-align:center;
   padding:1em;
   box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border:none;
   cursor:pointer;
}

.reset-btn i{
   color: #333;
   font-size: 14px;
   margin: 0px 5px;
}

/* </FILTERS> */

/* <BUTTONS> */

.half-btn{
   width: 47% !important;
   display: inline-block !important;
   margin-right: 3% !important;
}

.half-btn:last-of-type{
   margin-right: 0px !important;
}

.dummy-btn{
   width: 100%;
   display: table;
   height: 41px;
   margin-bottom: 10px;
}

.disabled-btn{
   cursor:auto !important;
   pointer-events: none !important;
}
.primary-btn{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #c02e2d;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   padding: 1em;
   margin-bottom: 20px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: pointer;
}

.secondary-btn{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #a4a0a0;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   padding: 1em;
   margin-bottom: 20px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: pointer;
}

#add-service-part{
   margin-top: 20px;
   float: right;
}

.trash-btn{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #544343;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   padding: 1em;
   margin-bottom: 20px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: pointer;
}

.print-btn{
   width: 100%;
   border-radius: 4px;
   display: block;
   text-decoration: none;
   background: #c02e2d;
   font-size: 12px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   padding: 1em;
   margin-bottom: 10px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: pointer;
}

.delete-btn{
   width: 100%;
   border-radius: 4px;
   display: block;
   text-decoration: none;
   background: #544343;
   font-size: 12px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   padding: 1em;
   margin-bottom: 10px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: pointer;
}

.cancel-btn{
   width: 100%;
   border-radius: 4px;
   display: block;
   text-decoration: none;
   background: #544343;
   font-size: 12px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   padding: 1em;
   margin-bottom: 10px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: pointer;
}

.export-btn{
   width: 100%;
   border-radius: 4px;
   display: block;
   text-decoration: none;
   background: #c02e2d;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   padding: 0.5em 1em;
   margin-bottom: 10px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: pointer;
}

.hours-btn{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #c02e2d;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   text-align: center;
   padding: 1em;
   margin-bottom: 0px;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border: none;
   cursor: default;
}
.hours-btn b{
   color: #fff !important;
}

.primary-btn i,
.secondary-btn i,
.trash-btn i,
.print-btn i,
.delete-btn i,
.cancel-btn i,
.export-btn i,
.hours-btn i{
   color: #fff !important;
   font-size: 14px !important;
}

/* </BUTTONS> */

/* <ALERTS> */

.alert-container{
   position: absolute;
   visibility: hidden;
   width: 100%;
   padding: 1.6em;
}

.alert{
   margin: 0 auto;
   height: auto;
   width: 96%;
   max-width: 380px;
   border-radius: 8px;
   text-align: center;
   font-size: 13px;
   font-weight: 600;
   padding: 1em;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   position: relative;
   z-index: 9;
}
.alert.error{
   background: #c02e2d;
   color: #fff;
}

.alert.success{
   background: #75ce5f;
   color:#fff;
}

.fade-out {
   -moz-animation-name: fade-out;
   -webkit-animation-name: fade-out;
   -ms-animation-name: fade-out;
   animation-name: fade-out;
   -moz-animation-duration: 4s;
   -webkit-animation-duration: 4s;
   -ms-animation-duration: 4s;
   animation-duration: 4s;
 }

 @keyframes fade-out { 0% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden;  }} 
 @-moz-keyframes fade-out { 0% { opacity: 1; visibility: visible; }  100% { opacity: 0; visibility: hidden; }} 
 @-webkit-keyframes fade-out { 0% { opacity: 1; visibility: visible; }  100% { opacity: 0; visibility: hidden; }} 
 @-ms-keyframes fade-out { 0% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; }} 


 .rotation-alert{
   font-size: 20px;
   font-weight: bold;
   display: none;
   width: 100%;
   padding: 30% 10%;
   text-align: center;
}


/* </ALERTS> */


/* <WORKSHEETS> */
.worksheet-box{
   border: 1px #d9d9d9 solid;
   border-radius: 4px;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   background-color: #fff;
   padding: 18px 10px 0px 10px;
   margin: 10px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   position: relative;
}

.worksheet-box.no-staff-bg{
   background-color: #fffaed !important;
   border: 1px #c02e2d solid !important
}

.worksheet-box.no-staff-bg .grid-table h1{
   color: #c02e2d !important;
}

.worksheet-box .staff-comment{
   position: absolute;
   display: block;
   width: 90%;
   text-align: right;
}
.worksheet-box.not-owner{
   background-color: #e3e3e3 !important;
}

.grid-table{
   display: table;
   width: 100%;
   border: none;
}

.grid-table tr:hover{
   background-color: transparent;
}

.grid-table td{
   vertical-align: middle;
   padding-bottom: 10px;
}

.grid-table h1{
   padding: 0;
   font-weight: 600;
   margin: 8px 0px 15px 0px;
   font-size: 16px;
   line-height: 18px;
   display: block;
}


.grid-table i{
   font-size: 16px;
   color:#333;
}

.grid-table span{
   font-size: 12px;
   font-weight: 500;
   display: block;
   line-height: 20px;
}

td.w20px{
   width: 20px !important;
}

.label-heading{
   display: inline;
   width: 80%;
   float: left;
   line-height: 57px;
}

.label-btn{
   display: inline;
   width: 20%;
   float: right;
   text-align: right;
   padding-bottom: 10px;
}

.label-btn a{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #fff;
   font-size:14px;
   font-weight:400;
   color:#000000;
   text-align:center;
   padding:1em 1.3em;
   box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border:none;
   cursor:pointer;
}

.label-separator{
   width: 100%;
   background-color: #000;
   border:0;
   height: 1px;
   margin-bottom: 20px;
}


.service-parts-heading{
   display: inline;
   width: 80%;
   float: left;
   padding-top: 15px;
}

.service-parts-list{
   display: inline;
   width: 20%;
   float: right;
   text-align: right;
   padding-bottom: 10px;
}

#service-part-list-btn{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #c02e2d;
   font-size:14px;
   font-weight:400;
   color:#fff;
   text-align:center;
   padding:1em 1.3em;
   box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border:none;
   cursor:pointer;
}

#service-part-list-btn i{
   color: #fff;
}

#service-part-list-table{
   display: none;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0px;
   left: 0px;
   background: #f3f3f3;
}

#service-part-list-table-heading{
   display: inline-block;
   height: 77px;
   line-height: 77px;
   padding: 0px 15px;
   font-weight: bold;
}

#service-part-list-table-heading i{
   margin-right: 10px;
   font-size: 26px;
}

#close-service-part-list-table{
   position: relative;
   float: right;
   right: 0;
   display: inline;
   margin: 15px;
   text-decoration: none;
   background: #fff;
   font-size:14px;
   font-weight:400;
   color:#333;
   text-align:center;
   padding:1em 1.3em;
   box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border:none;
   border-radius: 4px;
   cursor:pointer;
}

.scroll-warehouse-table{
   overflow-y: scroll;
   position: absolute;
   height: 100%;
   width: 100%;
   padding-bottom: 50px;
}

#additional-staff-btn{
   width: auto;
   border-radius: 4px;
   display: inline-block;
   text-decoration: none;
   background: #c02e2d;
   font-size:14px;
   font-weight:400;
   color:#fff;
   text-align:center;
   padding:1em 1.3em;
   box-shadow:rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   border:none;
   cursor:pointer;
}

#additional-staff-btn i{
   color: #fff;
}
#additional-staff-table{
   display: table;
   width: 100%;
   margin-bottom: 40px;
}
#additional-staff-table tr:hover{
   background-color: #d6d6d6;
}
td.additional-staff-hours{
   width: 80px;
   max-width: 80px;
   
}
td.additional-staff-hours input,
td.additional-staff-hours select{
   text-align: right;
   margin-bottom: 0px !important;
}

.disabled-field{
   display: block;
   width: 100%;
   font-size: 14px;
   line-height: 20px;
   padding: 10px;
   border-radius: 4px;
   border: 1px #d6d6d6 solid;
   margin-bottom: 0px;
   background: #ececec;
   color: #000000;
   pointer-events: none;
}



/* </WORKSHEETS> */


/* <LISTINGS> */

.shadow-box{
   border: 1px #d9d9d9 solid;
   border-radius: 4px;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   background-color: #fff;
   padding: 0.2em 1em;
   margin: 10px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.shadow-box i{
   font-size: 18px;
   color:#c02e2d;
   display: inline-block;
}

.shadow-box h1{
   font-size: 12px;
   font-weight: 500;
   margin: 10px 0px 10px 10px;
   display: inline-block;
}

.test-result{
   font-size: 12px;
   font-weight: bold;
   color:#c02e2d;
}

.stopwatch{
   display: inline-block;
   margin-left: 10px;
   font-weight: bold;
}

/* </LISTINGS> */


.big-box{
   border-radius: 4px;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
   padding: 2em;
   margin: 10px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.big-box i{
   font-size: 48px;
   color: #fff !important;
}

.big-box h1{
   font-size: 1.3em;
   font-weight: 300;
   margin: 20px 0px 20px 50px;
   display: inline-block;
   color: #fff !important;
}

.big-box h3{
   color: #fff !important;
}

.white{
   background-color: #fff;
}

.red{
   background-color: #c02e2d;  
}

.gray{
   background-color: #a4a0a0 !important;
}

p{
   font-weight: 300;
}

h1{
   line-height: 1.5em;
   padding: 0px;
   margin: 0 0 1em 0;
   font-size: 1.2em;
   font-weight: 300;
}

h2{
   padding: 0;
   font-weight: 600;
   margin: 0 0 1em 0;
   font-size: 1.2em;
   line-height: 1.8em;
}   

h3{
   font-size: 12px;
   font-weight: 300;
}

h3 i{
   font-size: inherit !important;
   font-weight: inherit !important;
   color: inherit !important;
}

h4{
   font-size: 16px;
   font-weight: 400;
}

h4 i{
   font-size: 18px !important;
   color: inherit !important;
}

ul{
   list-style: none;
}
li{
   font-weight: 300;
}

hr.separator{
   width: 100%;
   background-color: #c02e2d;
   border:0;
   height: 2px;
   margin-bottom: 20px;
}

.row{
   display: table;
   width: 100%;
}

.col-first .shadow-box{
   margin-left: 0px !important;
}
.col-last .shadow-box{
   margin-right: 0px !important;
}

.col-100{
   display: block;
   width: 100%;
}

.col-50{
   display: inline-block;
   width: 50%;
}

.col-25{
   display: inline-block;
   width: 25%;
}

.text-left{
   text-align: left;
}
.text-right{
   text-align: right;
}
.text-center{
   text-align: center;
}
.vertical-middle{
   vertical-align: middle;
}
@media screen and (max-width: 768px) {

   .app-menu{
      padding: 0 10px;
   }

   .app-menu .link {
      display: block;
      padding: 5px;
      width: 50%;
      float: left;
   }

   .header-left{
      display: inline-block;
      width: 30%;
   }

   .header-right{
      display: inline-block;
      width: 70%;
   }

   .container{
      width: 95%;
      max-width: auto;
   }

   .container-login{
      margin: 2vh auto;
      height: 96vh;
      width: 94%;
   }

   .page-heading-block{
      display: block;
      width: 100%;
      margin-bottom: 10px;
   }

   .search-form{
      display: table;
      width: 100%;
   }
   .search-field{
      display: inline-block;
      width: 80%;
      float: left;
   }
   .search-btn{
      display: inline-block;
      width: 20%;
      float: right;
   }
   .page-filter{
      display: block;
      width: 100%;
      border: none;
      padding: 0px;
      margin-bottom: 15px;
   }

   .export-btn-small{
      display: none;
   }

   .filter-dropdown{
      width: 90%;
   }
   .primary-btn,
   .secondary-btn,
   .trash-btn{
      width: 100%;
      display: block;
   }

   .col-first .shadow-box{
      margin-left: 10px !important;
   }
   .col-last .shadow-box{
      margin-right: 10px !important;
   }

   .shadow-box.registrations i.reg{
      font-size: 35px;
      color:#c02e2d;
      display: block;
      text-align: center;
      margin-top: 15px;
   }
   
   .shadow-box.registrations h1{
      font-size: 1em;
      font-weight: 300;
      margin: 20px 0px;
      display: block;
      text-align: center;
   }

   .search-heading{
      display: block !important;
      width: 100% !important;
   }
   

   .col-50{
      display: block;
      width: 100%;
   }

   .col-25{
      display: inline-block;
      width: 50%;
   }

   .container{
      padding: 0.7em;
   }

   .big-box i{
      font-size: 32px;
   }

   .big-box h1{
      font-size: 1.2em;
      margin: 10px 0px 10px 5px;

   }

   .service-type-btn{
      width: 48% !important;
   }
   .checkmark{
      line-height: 45px !important;
      font-size: 15px !important;
   }
   .warehouse-table{
      table-layout: fixed;
      font-size: 13px;
   }
   

}

@media screen and (max-width: 480px) {
   .container-login{
      margin: 2vh auto;
      height: 96vh;
      width: 94%;
   }
   .container{
      width: 95%;
      max-width: auto;
   }

   .col-25{
      display: inline-block;
      width: 100%;
   }

   .user-profile,
   .logout-btn{
      font-size: 12px;
   }
   
   .user-profile i{
      font-size: 16px;
   }

}


/* Test BTN */
.service-type-btn {
   display: inline-block;
   width: 23.6%;
   height: 50px;
   position: relative;
   padding: 2.5em;
   margin: 0.5%;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border-radius: 4px;
   text-decoration: none;
   background: #ccc;
   color: #fff;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
   text-align: center;
 }

 .service-type-btn.check-50{
    width: 48.8%;
 }

 .full-btn{
    display: block !important;
    width:98% !important;
    margin: 0.5% 0% !important;
 }
 
 /* Hide the browser's default radio button */
 .service-type-btn input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
 }
 
 /* Create a custom radio button */
 .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   line-height: 36px;
   font-size: 18px;
   font-weight: 600;
   padding: 1.2em;
   border-radius: 4px;
 }

 .checkmark i{
    font-size: 28px;
    margin-right: 10px;
 }
 
 /* On mouse-over, add a grey background color */
 .service-type-btn:hover input ~ .checkmark {
   background-color: #c02e2d;
   color: #fff;
 }
 .service-type-btn:hover input ~ .checkmark i {
   color: #fff;
 }
 
 /* When the radio button is checked, add a red background */
 .service-type-btn input:checked ~ .checkmark{
   background-color: #c02e2d;
   color: #fff;
 }

 .service-type-btn input:checked ~ .checkmark i{
   color: #fff;
 }
 
 /* Create the indicator (the dot/circle - hidden when not checked) */
 .checkmark:after {
   content: "";
   position: absolute;
   display: none;
 }
 
 /* Show the indicator (dot/circle) when checked */
 .service-type-btn input:checked ~ .checkmark:after {
   display: block;
 }
 
 /* Style the indicator (dot/circle) */
 .service-type-btn .checkmark:after {
   top: 9px;
   left: 9px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: white;
 }

 #signature {
   display: table;
   width: 100%;
   border: 2px dotted black;
   background-color:#f7f7f7;
   max-height: 80vh;
}
#sig-buttons{
   display: table;
   width: 100%;
   height: 60px;
   text-align: center;
}

#form-sig{
   display: table;
   width: 100%;
}

#sig-reset,
#sig-save,
#sig-cancel{
   display: inline-block;
   max-width: 100px;
   margin: 15px 5px 0px 5px;
}

.container.container-sig{
   display: none;
}

