/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reset css ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: 'open_sansregular';
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
 -webkit-text-size-adjust: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}

a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
embed, iframe, object {
    max-width: 100%;
}

a{
    cursor: pointer;
}

/* Horizontal Line */
hr {
    border-color: #eaeaea;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 0 0 0px;
}

body {
    color: #666666;
    font-size:16px;
    line-height:normal;
     font-family: 'open_sansregular';
    word-wrap: break-word;
    background:#fff;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Text elements */

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    font-weight: normal;
    line-height: normal;
    font-family: 'open_sanssemibold';
    color:#092f87;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    font-family: 'open_sansbold';
}

h1{font-size:34px;}
h2{font-size:34px;}
h3 {font-size:30px;}
h4 {font-size:24px;}
h5 {font-size:18px;}
h6 {font-size:16px;}

p {
    font-family: 'open_sansregular';
    font-size:16px;
    margin-bottom:15px;
}

/* Links */
a{color: #092f87;   text-decoration: none;}
a:hover, a:focus, a:active {text-decoration: none;color:#666;}

img {
    max-width:100%;
    height:auto;
    vertical-align:middle;
}

ol, ul {
    margin: 0;
    padding: 0px 0px 10px 30px;
}


strong {
    font-family: 'open_sansbold';
}

/* Forms */
input, textarea {
     -webkit-border-radius: 0px;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="reset"],
input[type="button"],
input[type="submit"],
textarea{
    -webkit-appearance: none !important;
    appearance: none !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    padding:5px 10px;
    border:1px solid #cccccc;
    line-height: 20px;
    width: 100%;
    margin: 0 0 10px;
    background-color: #fff;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    min-height:40px;
    font-family: 'open_sansregular';
    font-size: 16px;
    color:#666;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
    background: #092f87;
    border: none;
    color: #fff;
    display:inline-block;
    min-height: 40px;
    margin: 0px;
    padding:5px 16px;
    cursor: pointer;
    font-family: 'open_sansregular';
    font-size: 16px;
    transition:linear 0.3s all;
    -webkit-transition:linear 0.3s all;
}

input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
    background:#978865;
}

textarea{height:75px; resize: none;}

cite, em, i{font-style: italic;}

pre {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
}
pre, code, kbd {
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 19px;
    background-color: #F9F9F9;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
address {
    display: block;
    margin: 0 0 1.625em;
}
ins {
    background: #fff9c0;
}

/* Superscript and Subscript */
sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}

figure {
    margin: 0;
    text-align: center;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}


.edit_rental .intial td input[type="text"] {
    
    background: #FFF;
}

.edit_rental .intial td input[type="text"]:read-only {
    
    background: #F5F7F9;
    pointer-events: none;
}







/* clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
    height:1%;
}
.clearfix {
    display: block;
}
/* close commented backslash hack */
.clearfix-third, .clear {
    clear: both;
}

.fl{ float:left}
.fr{ float:right}
.rel{ position:relative}
.txtc{ text-align:center}
.txtl{ text-align: left}
.txtr{ text-align: right}

.upper{text-transform: uppercase;}
.lower{text-transform: lowercase;}
.capital{text-transform: capitalize;}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


.container{width:1210px; padding:0 20px; margin:0 auto;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.disabled{
    cursor: not-allowed !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}


body{
    background: #edf0f5;
}

.edit_heading{
    position: relative;
}
.edit_heading_right{
    position: absolute;
    top: 0;
    right: 0px;
}
.edit_heading_right a{
    font-size: 14px;
    border: 1px solid #3f51b5;
    padding:5px 38px 5px 28px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #3f51b5;
}
.edit_heading_right a::after{
    content: "\f054";
    right: 18px;
    font-family: "FontAwesome";
    position: absolute;
    top: 9px;
}
.edit_heading_right em{
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 13px;
    color: #3f51b5;
}
.edit_heading_right a:hover{
    border: 1px solid transparent;
    background:#3f51b5 ;
    color: #fff;
}

.edit_heading_right a i{
    position: absolute;
    right: 20px;
    font-family: 'open_sansregular';
    top: 8px;
    font-weight: normal;
}


.master .btn-group a{
    font-size: 14px;
    border: 1px solid #3f51b5;
    padding:5px 38px 5px 28px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #3f51b5;
    margin-bottom: 20px;
}
.master .btn-group a::after{
    content: "\f054";
    right: 18px;
    font-family: "FontAwesome";
    position: absolute;
    top: 9px;
}
.master .btn-group em{
    position: absolute;
    right: 20px;
    top: 7px;
    font-size: 13px;
    color: #3f51b5;
}
.master .btn-group a:hover{
    border: 1px solid transparent;
    background:#3f51b5 ;
    color: #fff;
}




.rental-common::after, .submit_buttons:after, .job_specs_inner::after, .job_specs::after, .job_specs_total::after, .category::after,
.financial::after, .documentation::after, .documentation_total::after, .doc_download::after, .doc_upload::after, .doc_update::after,
.footer::after, .complete_heading::after, .master::after, .rental_create_inner::after, .activate::after, .pagination_right ul::after
{
    display: block;
    clear: both;
    content: "";
}

.rental-common{
    
    
}
.logo-column{
    background: #fff;
}
.logo-column-inner{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.logo-column-inner.container{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    padding-right: 0;
}
.logo-column .menu{
    list-style: none;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.logo-column .menu > li{
    float: left;
    position: relative;
    margin: 30px 0 0 0;
}
.logo-column .menu li a{
    font-size: 15px;
    padding-left: 30px;
    display: inline-block;
    color: #282828;   
    font-family: 'open_sansbold';
    padding-bottom: 30px;
}
.logo-column .menu li i{
    margin:5px 0 0 5px;
    display: inline-block;
    color: #282828; 
}
.logo-column .menu li:first-child > a{
    padding-left: 0;
}
.logo-column .menu li a:hover{
    text-decoration: none;
    color: #3f51b5;
}
.logo-left{
    text-align: center;
    padding: 5px 0 0 0;
    width: 15.229167%;
}

.logo-center, .logo-right{
    
}

.logo-center{
    border-left: 1px solid #d7e0f1;
    border-right: 1px solid #d7e0f1;
    width: 70.83333333333334%;
}
.logo-center-inner-left{
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}
.logo-center-inner{
    align-items: center;
}
.logo-column .logo-center-button {
        display: inline-block;
    vertical-align: middle;
    width: 29%;
    padding-right: 0;
    margin-right: 0px;
}
.logo-center-button a{
    padding: 14px 15px;
    background: #3f51b5;
    color: #fff;
    border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
    font-family: 'open_sanssemibold';
    min-width: 160px;
    text-align: center;
}
.logo-center-button a:hover{
    background: #333;
    color: #fff;
    text-decoration: none;
}
.logo-column .logo-right{
   padding: 0px 0px 0 10px;
    text-align: right;
    width: 10.9375%;
}
.logo-right-inner-right{
    padding-left: 0;
    list-style: none;
    padding-bottom: 0;
}
.logo-right-inner-right ul{
    list-style: none;
}

.logo-right-inner-right > li{
    position: relative;
        padding: 30px 0 0 0;
}

.logo-right-inner-right> li:last-child > ul ul{left:inherit;right:100%;}
.logo-right-inner-right > li:last-child > ul li{ text-align: right}*/
.logo-right-inner-right ul ul{left:100%;top:0px;right:inherit;}
.logo-right-inner-right ul{
    margin: 0px 0px 0px 0px;
    background: #092f87;
    z-index: 1;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    width: 200px;
    position: absolute;
    right: 0px;
    top: 100%;
    padding: 0px;
    display: none;
}
.logo-right-inner-right ul li{margin:0px 0px 0px 0px;padding:0;float:none;display:block;line-height:normal;text-align:left;position:relative;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.logo-right-inner-right .logo-right-inner-right ul li a{
   width: 100%;
    color: #fff;
     font-family: 'open_sanssemibold';
    padding-left: 15px;
}
.logo-right-inner-right ul li:last-child{border:none;}
.logo-right-inner-right ul li a{display:block;padding:11px 15px;color:#fff;text-transform:capitalize;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;border-bottom:1px solid #fff; line-height: 16px; text-align: left;}
.menu ul li:last-child a{border:none;}
.logo-right-inner-right .menu ul li:first-child a{
    padding-left: 15px;
}
.logo-column .menu ul li a{
    padding-left: 15px;
    text-align: left;
}
.logo-right-inner-right li > ul{
    display: none;
}
.logo-right-inner-right li:hover > ul, .logo-right-inner-right ul li:hover > ul{display:block;-webkit-animation:menu_up ease-out 0.3s 0s;-webkit-animation-fill-mode:both;animation:menu_up ease-out 0.3s 0s;animation-fill-mode:both;}
@-webkit-keyframes menu_up{0%{-webkit-transform:translateY(30px);opacity:0;}
100%{-webkit-transform:translateY(0px);opacity:1;}
}
@keyframes menu_up{0%{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0;}
100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;}
}
.logo-right-inner-right .logo-right-inner-right ul ul{left:100%;top:1px;}
.logo-right-inner-right .logo-right-inner-right ul li:hover > a, .logo-right-inner .logo-right-inner-right ul li a:hover, .logo-right-inner .menu ul li.active a{color:#fff; background:#222 ;}
.logo-right-inner-right .logo-right-inner-right ul li:hover > a, .logo-right-inner .menu ul li > a:hover, .logo-right-inner.menu ul li.selected > a{ color:#fff; background:#222 ; }




.logo-right p{
    margin-bottom: 0;
    padding-bottom: 20px;
}
.logo-right p a{
    font-size: 15px;
    font-family: 'open_sansbold';
    color: #282828;
    display: inline-block;
    padding-left: 7px;
}
.logo-right p i{
    margin-left: 5px;
}





.menu> li:last-child > ul ul{left:inherit;right:100%;}
.menu > li:last-child > ul li{ text-align: right}*/
.menu ul ul{left:100%;top:0px;right:inherit;}
.menu ul{
    margin: 0px 0px 0px 0px;
    background: #092f87;
    z-index: 1;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    width: 200px;
    position: absolute;
    left: 0px;
    top: 100%;
    padding: 0px;
    display: none;
}
.menu ul li{margin:0px 0px 0px 0px;padding:0;float:none;display:block;line-height:normal;text-align:left;position:relative;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.logo-column .menu ul li a{
   width: 100%;
    color: #fff;
     font-family: 'open_sanssemibold';
    padding-left: 15px;
}
.menu ul li:last-child{border:none;}
.menu ul li a{display:block;padding:11px 15px;color:#fff;font:13px;text-transform:capitalize;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;border-bottom:1px solid #fff; line-height: 16px}
.menu ul li:last-child a{border:none;}
.logo-column .menu ul li:first-child a{
    padding-left: 15px;
}
.logo-column .menu ul li a{
    padding-left: 15px;
    text-align: left;
    padding-bottom: 15px;
}
.menu li > ul{
    display: none;
}
.menu li:hover > ul, .menu ul li:hover > ul{display:block;-webkit-animation:menu_up ease-out 0.3s 0s;-webkit-animation-fill-mode:both;animation:menu_up ease-out 0.3s 0s;animation-fill-mode:both;}
@-webkit-keyframes menu_up{0%{-webkit-transform:translateY(30px);opacity:0;}
100%{-webkit-transform:translateY(0px);opacity:1;}
}
@keyframes menu_up{0%{-webkit-transform:translateY(30px);transform:translateY(30px);opacity:0;}
100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1;}
}
.logo-column .menu ul ul{left:100%;top:1px;}
.logo-column .menu ul li:hover > a, .logo-column .menu ul li a:hover, .logo-column .menu ul li.active a{color:#fff; background:#222 ;}
.logo-column .menu ul li:hover > a, .logo-column .menu ul li > a:hover, .logo-column .menu ul li.selected > a{ color:#fff; background:#222 ; }










.edit-rental-total{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.edit_rental{
    max-width: 1920px;
    margin: 0 auto;
}
.edit_rental_menu h6{
    background: #3f51b5;
    color: #fff;
    padding: 25px 11px 25px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'open_sanssemibold';
    margin-bottom: 0;
}
.edit_rental_menu{
        width:16.119167%;
    order: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}
.edit-rental-inner.container{
    width: 100%;
    max-width: 100%;
    padding: 0px 0 0px 0;
    margin: 0;
}
.rental_job{
    margin: 30px 0px 30px 30px;
    width: 96%;
    order: 2;
    padding-left: 16.119167%;
}
.rental_job h4{
    margin-bottom: 30px;
    text-align: center;
    color: #282828;
}
.rental_job h3{
    font-size: 21px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    padding: 0 30px 15px 30px;
    margin-bottom: 0;
}
.content-links table{
    width: 100%;
}
.content-links-one .clicking{
    display: inline-block;
    position: absolute;
    left: 9px;
    top: 35%;
    background: #3f51b5;
    border-radius: 50%;
    color: #fff;
    padding: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}
.clicking::after{
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 1px;
    width: 10px;
    height: 6px;
    cursor: pointer;
}
.clicking.minus::after{
    content: "\f068";
    font-family: FontAwesome;
        
}
.content-links-one th{
    padding: 10px 0 10px 40px;
    background: #dde5e9;
    font-family: 'open_sansbold';
    font-size: 14px;
    text-transform: uppercase;
}
.content-links-one td{
    padding: 25px 0 25px 40px;
    font-size: 15px;
    position: relative;
}
.content-links-one td span{
    display: block;
    text-align: left;
    font-size: 15px;
     font-family: 'open_sansbold';
    padding-left: 40px;
}

.measurement_total{
    padding: 0 50px 0 50px;
}

.measurement{
    padding:30px 0px 0px 0px;
}
.measurement table{
    border: 1px solid #d7e0f1;
}
.measurement th.mea_heading{
    padding: 10px 10px 10px 20px;
    background: #f5f7f9;
    font-size: 18px;
}
th.mea_heading h5{
    margin-bottom: 0;
}
.measurement h5{
     font-family: 'open_sansbold';
    font-size: 18px;
}
.measurement th{
    font-size: 18px;
    padding:10px 10px 10px 20px;
    background: #e9edf2;
    font-size: 14px;
    font-family: 'open_sansbold';
}
.measurement .mea_pressure td{
    font-family: 'open_sansregular';
    font-size: 14px;
    padding: 15px 10px 15px 20px;
    background: #f5f7f9;
}

/*
.cert .cert_details th{

    background: inherit;
    text-align: center;
    width: 100%;
    font-family: 'open_sansbold';
    font-size: 18px; 
    display: inline-block;

}
*/
.cert .cert_details input[type="text"]{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 100%
}
.cert{
        margin: 0px 0px 0px 0px;
    border-left: 1px solid #d7e0f1;
    border-right: 1px solid #d7e0f1;
    padding: 0px 30px 0px 30px;
}
.cert .cert_details{
    width: 55%;
}
.cer_heading{
    font-family: 'open_sansbold';
    text-align: center;
}
.cert_details td{
    font-size: 14px;
    font-family: 'open_sansbold';
}
.cert_inner{
    width: 90%;
    padding-left: 20px;
    padding: 15px 0 0px 0;
}
.cert_bar{
    display: inline-block;
    padding-left: 15px;
    font-family: 'open_sansbold';
}
.cert_inner_res{
    list-style: none;
    padding-left: 0;
}
.cert_inner_res li input[type="text"]{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 60%;
    margin-bottom: 0;
}
.cert_inner_res li{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}
.cert_inner_res h4{
    font-size: 18px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
}
.cert_inner_res li:first-child{
    display: block;
    width: 100%;
}
.cert_inner_res li > span{
    float: left;
     font-size: 14px;
    font-family: 'open_sansbold';
    width: 25%;
    padding-right: 20px;
}
.cert_inner_res li p{
    float: left;
    margin-bottom: 0;
    width: 75%;
}
.cert_inner_res .bar{
    
}


.intial{
    margin: 0px 0px 0px 0px;
    border-left: 1px solid #d7e0f1;
    border-right: 1px solid #d7e0f1;
    padding: 10px 0px;
}
.intial th{
    font-size: 14px;
    background: #e9edf2;
    color: #282828;
    font-family: 'open_sansbold';
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #d7e0f1;
    border-right: 1px solid #d7e0f1;
    vertical-align: middle;
}
.intial th.intial_run{
        padding: 0;
}
.intial th.intial_runinner{
    border: 0;
    padding: 10px 0 0px 0;
    position: relative;
}
.intial th.intial_runinner::before{
    position: absolute;
    content: "";
    top: 4px;
    border: 1px solid #d7e0f1;
    width: 100%;
    left: 0;
}
.intial td{
    font-size: 14px;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #d7e0f1;
    border-right: 1px solid #d7e0f1;
}
.intial td:last-child.spcl_border{
    border-right: 1px solid #d7e0f1;
}
.intial td:last-child.border_bottom_none{
    border-bottom: 0;
}
.intial td input[type="text"]{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    margin-bottom: 0;
}
.intial td.bg_inherit input[type="text"]{
    background: inherit;
}
.intial td:last-child{
    border-right:0;
}
.intial_total td{
    padding: 15px 0;
    text-align: center;
    font-family: 'open_sansbold';
}
.intial_total td.average{
    text-align: right;
    padding-right: 10px;
}
.cert.cert_buttons{
    padding-bottom: 15px;
    border-bottom: 1px solid #d7e0f1;
}
.cert.cert_buttons .cert_inner_res li{
    display: flex;
    flex-wrap: wrap;
}
.cert.cert_buttons  .cert_inner_res li:first-child{
    display: flex;
    width: auto;
    flex-wrap: wrap;
}
.cert.cert_buttons .cert_inner_res li > span{
    float: none;
    padding-right: 15px;
}
.cert.cert_buttons .cert_inner_res li p{
    float: none;
}
.cert.cert_buttons .cert_inner_res li em{
    font-style: normal;
    color: #ff2b2b;
}

.submit_buttons{
    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
}
.submit_buttons li{
    float: left;
}
.submit_buttons li a{
    padding: 13px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 10px;
    min-width: 160px;
    text-align: center;
}
.update{
    background:#3f51b5 ;
}
.update:hover{
    background: #5ca2d2;
}
.calibrated{
    background: #1d2345;
}
.calibrated:hover{
    background: #094e7d;
}
.approved{
    background: #5ca2d2;
}
.approved:hover{
    background: #3f51b5;
}
.download_cart{
    background: #094e7d;
}
.download_cart:hover{
    background: #3f51b5;
}



/*JOBS SPECS*/
.job_specs{
    padding: 30px 0;
    background: #fff;
}
.job_specs h3{
    font-size: 21px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    padding: 0 30px 15px 30px;
    border-bottom: 1px solid #d7e0f1;
    margin-bottom: 0;
}
.job_specs_total{
    padding: 40px 40px 0 40px;
        display: flex;
    flex-wrap: wrap;
}
.job_specs_inner{
    list-style: none;
    padding-left: 0;
    width: 50%;
}
.job_specs_inner_right{
    padding-left: 30px;
}
.job_specs_inner li{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.job_specs_inner li em{
    color: #ff4343;
    font-style: normal;
}
.job_specs_inner li span{
    font-size: 14px;
    font-family: 'open_sansbold';
    width: 25%;
    padding-right: 20px;
}
.job_specs_inner li p span{
    font-family: 'open_sansregular';
}
.job_specs_inner li p{
    margin-bottom: 0;
    width: 75%;
    position: relative;
}
.job_specs_inner li input[type="text"]{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 100%;
    margin-bottom: 0;
}
.job_specs_inner li select{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sanssemibold';
    font-size: 15px;
    margin-bottom: 0;
}
.job_specs_inner li select option{
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}
.rental-common .job_specs_inner_right textarea{
    background: #f5f7f9;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-bottom: 0;
    height: 160px;
}
.job_specs_inner li.align_no{
    align-items: normal;
}
.job_specs_inner li.align_no span{
    padding: 15px 0;
}


.category{
    width: 100%;
    display: inline-block;
}
.extend{
    width: 20%;
}

.category tr th{
    padding: 20px 25px 20px 25px;
    background: #e9edf2;
    font-family: 'open_sansbold';
    font-size: 14px;
    border-top: 1px solid #d7e0f1;
    border-bottom: 1px solid #d7e0f1;
}
.bootstrap-datetimepicker-widget table th{
    background: inherit;
    border: 0;
}
.category td{
    padding: 20px 0px 20px 25px;
    position: relative;
    vertical-align: middle;
}
.category td select{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sanssemibold';
    font-size: 13px;
    margin-bottom: 0;
}
.category td input[type="text"]{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 100%;
    margin-bottom: 0;
}

.action span{
     font-family: 'open_sansregular';
    font-style: normal;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.action span.action_minus{
    margin-right: 5px;
    background: #3f51b5;
    color: #fff;
}
.action span.action_plus{
    border: 2px solid #b8b8b8;
    line-height: 23px;
}
.action span.action_plus i{
    color: #acacac;
    line-height: 24px;
}
.status{
    padding: 15px 15px;
    width: 100%;
    border-top: 1px solid #d7e0f1;
    border-bottom: 1px solid #d7e0f1;
}
.status table{
    width: 100%;
}
.status_left{
    width: 10%;
    font-family: 'open_sansbold';
    font-size: 14px;
}
.status_right{
    width: 20%;
}
.status_right select{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sanssemibold';
    font-size: 13px;
    margin-bottom: 0;
}


.status th{
    text-transform: uppercase; 
    font-family: 'open_sansbold';
    font-size: 14px;
    color: #282828;
}
.status th em{
    font-style: normal;
    color: #3f51b5;
    font-family: 'open_sansbold';
    cursor: pointer;
}

.job_submitting{
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}
.job_submitting li{
    display: inline-block;
}
.job_submitting li{
    margin-right: 20px;
}
.job_submitting li:last-child{
    margin-right: 0;
}
.job_submitting li a{
    padding: 13px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    background: #3f51b5;
    text-align: center;
    min-width: 160px;
}
.job_submitting li button{
    padding: 13px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    background: #3f51b5;
    text-align: center;
    min-width: 160px;
}
.job_submitting li button:hover{
    background:#333 ;
}

.rental-common button{
    padding: 13px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    background: #3f51b5;
    text-align: center;
    min-width: 160px;
    border: 0;
}
.rental-common  button:hover{
    background:#333 ;
}
.job_submitting li a:hover{
    background:#333 ;
}
.job_submitting li a.can_btn{
    background:#1d2345 ;
}
.job_submitting li a.can_btn:hover{
    background: #3f51b5;
}


.financial{
    width: 100%;
    display: inline-block;
    padding: 30px 0;
}
.financial-inner{
    width: 100%;
}
.financial h3{
    font-size: 21px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
}
.financial th{
    padding: 15px 10px 15px 10px;
    background: #dde5e9;
    font-family: 'open_sansbold';
    font-size: 14px;
    text-transform: uppercase;
}
.financial td{
    padding: 20px 0 20px 40px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #d7e0f1;
}
.financial td a{
    padding: 13px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    background: #3f51b5;
    min-width: 160px;
    text-align: center;
}
.financial td a:hover{
    background: #5ca2d3;
}

.spacing_none td{
    padding: 15px 0 0 0;
    border-bottom: 0;
    text-align: right;
}
.financial td a.resend{
    background:#1d2345 ;
}
.financial td a.resend:hover{
    background: #5ca2d3;
}
.financial td a.send_invoice{
    background:#5ca2d3 ;
}
.financial td a.send_invoice:hover{
    background:#1d2345 ;
}

.documentation{
    width: 100%;
    padding: 30px 0;
}
.documentation_total{
    padding: 0px 40px 0 40px;
}
.documentation_total b, .financial b{
    padding-bottom: 0;
    display: block;
    padding-top: 30px;
    color: #092f87;
    text-align: center;
    font-size: 20px;
}
.financial b{
    margin-bottom: 10px;
}
.documentation h3{
    font-size: 21px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    padding: 0 30px 15px 30px;
    border-bottom: 1px solid #d7e0f1;
    margin-bottom: 0;
}
.documentation_button{
    float: right;
    list-style: none;
    margin-bottom: 0;
    padding: 25px 0;
}
.documentation_button li{
    float: left;
    margin-right: 15px;
}
.documentation_button li:last-child{
    margin-right: 0;
}
.documentation_button li a{
    padding: 13px 15px 13px 45px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    background: #3f51b5;
    text-align: center;
    padding-right: 20px;
    position: relative;
}
.documentation_button li a::after{
    content: "\f1c1";
    font-family: FontAwesome;
    left: 25px;
    position: absolute;
    top: 16px;
}
.doc_download table{
    width: 100%;
    display: table;
    padding-bottom: 30px;
}
.documentation_button li a.doc_download{
    min-width:240px ;
    background: #094e7d;
}
.documentation_button li a.doc_download:hover{
    background: #5ca2d2;
}
.documentation_button li a.doc_download::after{
    content: "\f1c1";
}
.documentation_button li a.doc_send{
    min-width: 200px;
    background: #1d2345;
}
.documentation_button li a.doc_send:hover{
    background: #094e7d;
}
.documentation_button li a.doc_send::after{
    content: "\f0e0";
}
.documentation_button li a.doc_sales{
    min-width: 190px;
    background: #5ca2d2;
}
.documentation_button li a.doc_sales:hover{
    background: #1d2345;
}
.documentation_button li a.doc_sales::after{
    content: "\f15c";
}


.doc_download{
    width: 100%;
    display: inline-block;
}
.doc_download th{
    padding: 20px 10px 20px 10px;
    background: #e9edf2;
    font-family: 'open_sansbold';
    font-size: 14px;
    border-top: 1px solid #d7e0f1;
    border-bottom: 1px solid #d7e0f1;
    vertical-align: middle;
}
.doc_download td{
    padding: 20px 10px 20px 10px;  
    font-size: 15px;
    vertical-align: middle;
}
.doc_download td.doc_file, .doc_download td.doc_holder, .doc_download td.doc_plus{
    padding: 15px;
}
.doc_download .action{
    text-align: left;
}

/*Customize upload button*/
.doc_upload input[type="file"]{
    /*display: block;*/
}
.upload_plus{
    position: relative;
}
.upload_plus i{
    padding-right: 10px;
}
.upload_plus span{
    font-family: 'open_sanssemibold';
    color:#094e7d ;
    font-size: 16px;
    text-transform: uppercase;
}

.doc_upload{
    display: flex;
    flex-wrap: wrap;
    background: #e9edf2;
    padding: 15px 15px 15px 30px;
    width: 100%;
    align-items: center;
}
.doc_upload input[type="text"]{ 
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 75%;
    margin-bottom: 0;
    float: right;
}
.doc_file{
       width: 20%;
    padding-right: 30px;
}
.documentation_total .doc_file {
    position: relative;
}
.documentation_total .doc_file .file_upload  {
    font-family: 'open_sanssemibold';
    font-size: 13px;
    color: #979aa1;
    padding: 0;
    position: absolute;
    bottom: -23px;
    white-space: nowrap;
}
.doc_holder{
    width: 57%;
}
.doc_download td.doc_plus{
    width: 10%;
    padding-right: 22px;
    text-align: left;
}
.action_plus{
    font-family: 'open_sansregular';
    font-style: normal;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    border: 2px solid #b8b8b8;
    line-height: 23px;
}
.doc_download th.doc_plus{
    padding-right: 5px;
}

.doc_update{
    margin: 30px 0 0 0;
    text-align: center;
}
.doc_update a{
    padding: 13px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    background: #3f51b5;
    text-align: center;
    min-width: 200px;
}
.doc_update a:hover{
    background: #333;
    color: #fff;
}

.delivery .spacing_none input[type="text"]{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 100%;
    margin-bottom: 0;
}
/*
.delivery .financial-inner th{
    padding: 15px 20px 15px 20px;
}
*/
.delivery .financial-inner td{
    padding: 15px 10px 15px 10px;
}
.delivery .financial-inner select{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sanssemibold';
    font-size: 15px;
    margin-bottom: 0;
}
.delivery .spacing_none td{
    text-align: left;
}
.delivery .spacing_none td.spacing_none_inner{
    padding: 0;
    padding-bottom: 10px;
}
.financial.delivery td a.resend{
    background: #3f51b5;
}
.financial.delivery td a.resend:hover{
    background: #333;
}

.category.delivery_inner{
    padding: 30px 40px 30px 40px;
    display: table;
}

.financial .delivery_inner a:hover{
    background: #333;
}
.financial.delivery .delivery_inner td{
    padding: 10px 40px;
    border-bottom: 0;
    vertical-align: middle;
}
.financial.delivery .delivery_inner td a{
    margin-bottom: 0;
    background:#1d2345 ;
}
.financial.delivery .delivery_inner td a:hover{
    background: #3f51b5;
}
.del_driver{
    width: 30%;
}
.del_delivery{
    width: 70%;
}


.complete_job .content-links-one th{
    padding: 10px 5px 10px 5px;
}
.complete_job .content-links-one td:first-child{
    padding: 10px 0 10px 40px;
}
.complete_job .content-links-one td{
    padding: 10px 5px 10px 5px;
    vertical-align: middle;
}
.complete_job .content-links-one td.vertical_none{
    vertical-align: top;
}
.complete_job .content-links-one td input[type="text"]{
        background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 100%;
    margin-bottom: 0;
}
.complete_job .content-links-one td > a{
    padding: 8px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    background: #3f51b5;
    text-align: center;
    min-width: 160px;
    background:#1d2345 ;
}
.complete_job .content-links-one td > a:hover{
    background:#3f51b5 ;
}
.complete_job .com_remove td:first-child{
    padding: 10px 0;
}
.complete_job .content-links-one td  a span{
    padding: 0;
    color: #666;
    font-family: 'open_sansregular';
}
.complete_job .com_remove td{
    padding: 10px 0;
    text-align: center;
    font-family: 'open_sanssemibold';
    position: relative;
}
.complete_job .com_remove td p{
    color: #3f51b5;
    font-family: 'open_sanssemibold';
    font-size: 15px;
}
.complete_job .com_remove td p i{
    padding-right: 6px;
    font-size: 17px;
}

.complete_job .content-links-one td input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox_outer{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #d7e0f1;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.complete_job input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.complete_job .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 15px;
    border: solid #000;
    border-width: 0px 3px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.complete_heading{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0 25px 0;
}
.complete_heading_left{
    width: 50%;
}
.complete_heading_right{
    text-align: right;
    width: 50%;
    padding-right: 30px;
}
.complete_heading_right a{
    padding: 13px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    background: #3f51b5;
    text-align: center;
    min-width: 160px;
    background: #3f51b5;
}


.footer{
        padding: 30px 0;
    bottom: 0;
    left: 0;
    right: 0px;
    margin: 0 auto;
    text-align: center;
}
.footer .container{
    max-width: 100%;
    width: 100%;
}
.footer span{
    font-size: 14px;
    color: #282828;
    font-family: 'open_sanssemibold';
    
}


/* =======================================================================================
Humburger Aniamtion
========================================================================================== */
.humbur{     margin: 0 0 0 40px;
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0px;}
.humbur a{ position: relative; display: block; width: 30px; height: 25px; background: url(../images/humburger.png) no-repeat 0 0; transition: 0.4s linear all; -webkit-transition: 0.4s linear all; cursor: pointer;}
.humbur a:hover{ background-position: -30px 0px}

.device_nav ul {
    display: none;
    padding-left: 0;
}


.master
{
    padding: 30px 0;
}
.master h3{
    font-size: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'open_sansbold';
}
.master .container{
    max-width: 970px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
    
}
.master_inner{
    padding: 30px 0;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}
.master_inner h4{
    padding-bottom: 30px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: 1px solid #d7e0f1;
}

.master_inner .add_master td{
    padding: 0 15px;
    vertical-align: middle;
    padding-bottom: 20px;
    position: relative;
}
.master_inner .add_master td textarea{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 70%;
    margin-bottom: 0;
    vertical-align: middle;
}
.master_inner .add_master td.add_master_input .search-field input[type="text"]{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sanssemibold';
    font-size: 15px;
    margin-bottom: 0;
    padding: 5px 0;
    padding-left: 20px;
    min-height: 40px;
    text-align: left;
}
.master_inner .add_master td:last-child{
}
.master_inner .add_master{
    margin: 20px auto 0px auto;
}
.master_inner .add_master p{
    font-size: 15px;
    font-family: 'open_sanssemibold';
    margin-bottom: 0;
    text-align: right;
}
.master_inner .add_master p em{ 
    color: #ff4343;
    font-style: normal;
}
.master_inner .add_master td.master_padding_none{
    padding-bottom: 0;
}

.master_inner .add_master input[type="text"]{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 70%;
    margin-bottom: 0;
    vertical-align: middle;
}
.master_inner .add_master input[type="password"]{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 70%;
    margin-bottom: 0;
    vertical-align: middle;
}
.master_inner .add_master .chosen-container{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 70% !important;
    margin-bottom: 0;
    vertical-align: middle;
}
.add_master_content{
   width: 30%; 
}
.add_master_input{
    width: 70%;
}
.master_inner .add_master td.status_inner_left{
    padding: 15px 20px 15px 0px;
    
}
.master_inner .add_master td.status_inner_right{
    padding: 15px 15px 15px 15px;
}
.master_inner .add_master input[type="file"]{
    display: none;
}

.master_inner td.file_upload{
    font-family: 'open_sanssemibold';
    font-size: 13px;
    color: #979aa1;
    padding:10px 0 0 25px;
}

.uncertain_heading{
    padding: 15px 0;
    background: #EDF0F5;
}
.uncertain_heading h5{
    padding-bottom: 0;
    color: #282828;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}



.uncertain .driver{
    width: 70%;
}
.uncertain .driver th{
    background: #e9edf2;
    padding: 15px 15px;
    font-family: 'open_sansbold';
    font-size: 14px;
    border-top: 1px solid #d7e0f1;
    border-bottom: 1px solid #d7e0f1;
    text-transform: uppercase;
}
.uncertain .driver td{
    padding: 15px;
}

.uncertain .status{
    
    width: 100%;
    border-top: 1px solid #d7e0f1;
    border-bottom: 1px solid #d7e0f1;
}
.uncertain .status th em{
    font-style: normal;
    color: #3f51b5;
    font-family: 'open_sansbold';
    cursor: pointer;
}
.uncertain .status th{
    padding: 15px 15px;
}

.cer_buttons{
    width: 100%;
}
.master_inner .add_master .cer_buttons td{
    padding-bottom: 0;
    padding-top: 20px;
}
.cer_buttons a{
    padding: 13px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    text-align: center;
    min-width: 160px;
}
.certain_submit{
    background: #3f51b5;
}
.certain_submit:hover{
    color: #fff;
    background: #1d2345;
}
.certain_cancel{
    background: #1d2345;
}
.certain_cancel:hover{
    color: #fff;
    background: #3f51b5;
}


.rental_create .container{
    max-width: 100%;
    width: 100%;
    padding: 0 50px;
}
.rental_create{
    padding: 30px 0;
}
.rental_create h3{
    font-size: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 0;
    font-family: 'open_sansbold';
}
.rental_create_inner{
    
}

.rental_create_inner{
    text-align: center;
    list-style: none;
    padding-bottom: 30px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    padding-right: 15px;
}

.rental_create_inner li{
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}
.rental_create_inner li a{
    padding: 9px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #1d2345;
}
.rental_create_inner li a:hover{
    background: #3f51b5;
}
.rental_create_inner li a:hover{
    background: ;
}
.rental_create_inner li:last-child{
    padding-right: 0;
}
.rental_create_inner li.rental_select{
        width: 14.40625%;
}
.rental_create_inner li.rental_inp{
        width: 14.40625%;
    position: relative;
}
.rental_create_inner li.rental_search{
       width:4.2%;
}
.rental_create_inner li.rental_button{
        width: 12.333333%;
}
.rental_create_inner select{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sanssemibold';
    font-size: 15px;
    margin-bottom: 0;
}
.rental_create_total .chosen-container-single .chosen-single{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sanssemibold';
    font-size: 15px;
    margin-bottom: 0;
    padding: 5px 0;
    min-height: 40px;
}
.rental_create_total .chosen-container-single .chosen-single div {
    top: 7px;
}

.rental_job .chosen-container-single .chosen-single{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sanssemibold';
    font-size: 15px;
    margin-bottom: 0;
    padding: 5px 0;
    padding-left: 20px;
    min-height: 40px;
}
.rental_job .chosen-container-single .chosen-single div{
    top: 7px;
}

.rental-common .chosen-container-single .chosen-single{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sanssemibold';
    font-size: 15px;
    margin-bottom: 0;
    padding: 5px 0;
    padding-left: 20px;
    min-height: 40px;
    text-align: left;
}
.rental-common .chosen-container.chosen-with-drop .chosen-drop{
    text-align: left;
}
.rental-common .chosen-container-single .chosen-single div{
    top: 7px;
}
 .rental-common .chosen-container-single .chosen-search input[type=text]{
    min-height: 20px;
}

.rental-common textarea{
    height: 55px;
        background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 100%;
    margin-bottom: 0;
}

.rental-common .chosen-container-multi .chosen-choices{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 100%;
    margin-bottom: 0;
}


.rental_job .chosen-container, .chosen-container-single .chosen-single span{
    width: 100% !important;
   
}


.rental_create_inner input[type="text"]{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
}

.rental_create_inner .rental_search input[type="text"]{
    width:10px;
    border: 2px solid #3f51b5;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background:  url(../images/search.png) no-repeat;
    background-position: 10px 6px; 
    background-repeat: no-repeat;
    padding: 8px 3px 8px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    cursor: pointer;
}
.rental_create_inner .rental_search input[type="text"]:hover{
    background: url(../images/search_hover.png) no-repeat;
    background-position: 10px 6px; 
}

.activate{
    padding: 30px 30px;
}
.activate_bottom{
    padding-bottom: 0;
}
.activate_left{
    float: left;
    width: 50%;
}
.activate_right{
    float: right;
    width: 50%;
}

.pagination{
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    text-align: right;
    float: right;
    margin: 0;
    padding-bottom: 0;
}
.pagination_left{
    padding-right: 20px;
}
.pagination_left span{
    font-family: 'open_sanssemibold';
}
.pagination_right ul{
    list-style: none;
    border: 1px solid #ccc;
    padding-bottom: 0;
    padding: 0;
    border-radius: 7px;
    margin-bottom: 0;
}
.pagination_right li{
    float: left;
    border-right: 1px solid #d7e0f1;
    padding: 10px 0;
    font-size: 14px;
}
.pagination_right li:last-child{
    border-right: 0;
}
.activate_right .pagination li.active a{
    background: #3f51b5;
    color: #fff;
}
.pagination li.active a{
    color: #fff;
}
.activate_right .pagination li a{
   padding: 11px 15px;
    display: block;
    color: #a0acc3;
}

.activate_inner{
    list-style: none;
    border: 1px solid #3f51b5;
    border-radius: 7px;
    display: inline-block;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.activate_inner li{
    float: left;
    min-width: 180px;
    border-right: 1px solid #3f51b5;
    text-align: center;
    
    
}
.activate_inner li a{
    text-transform: uppercase;
    font-family: 'open_sansbold';
    padding: 10px 15px;
    display: block;
}
.activate_inner li a:hover{
    background: #3f51b5;
    color: #fff;
}
.activate_inner li:last-child{
    border-right: 0;
}

.rental_create a{
    
}
.rental_create_total{
    padding: 20px 0px 20px 0px;
    background: #fff;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}
.equipment{
    font-size: 14px;
    border: 1px solid #3f51b5;
    padding: 10px 28px 10px 28px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    color: #3f51b5;
    margin-bottom: 20px;
}
.equipment i{
    padding-right: 10px;
}
.equipment:hover{
    border: 1px solid transparent;
    background: #3f51b5;
    color: #fff
}

.quotation{
    width: 100%;
}
.quotation th{
    padding: 15px 0 15px 40px;
    background: #dde5e9;
    font-family: 'open_sansbold';
    font-size: 14px;
    text-transform: uppercase;
}
.quotation td{
    padding: 15px 0 15px 40px;
    border-bottom: 1px solid #d7e0f1;
    font-size: 14px;
     font-family: 'open_sansregular';
}



.quotation input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.quotation .checkbox_outer{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quotation .checkmark{
    position: absolute;
    top: -7px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #d7e0f1;
}
.quotation th .checkbox_outer .checkmark{
        border: 2px solid #676a6c;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.quotation input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 15px;
    border: solid #000;
    border-width: 0px 3px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quotation td i{
    font-size: 22px;
    color: #787d99;
}
.quotation td i.status{
    border: 0;
}
.quotation td.checkbox_pencil{
    padding-left: 0;
    text-align: center;
    border-bottom: 0;
}
.quotation td.checkbox_dustbin{
    padding-left: 20px;
    text-align: center;
    border-bottom: 0;
}
.quotation td.checkbox_lock{
    padding: 15px 0 0px 40px;
}
.quotation td.checkbox_lock .status{
    background: inherit;
    border: 0;
}

/*login*/


.login_box {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 35%;
    margin: auto;
    text-align: center;
    background: #edf0f5;
    left: inherit;
    vertical-align: middle;
    display: inline-block;
    z-index: 1;
}
.login-rt-main{
    padding: 15px 0 0px 0;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
    position: relative;
    width: 90%;
}
.login_container{
    margin: 30px;
    border: 1px solid #ccc;
    border-radius: 7px;
}
.login_container input[type="text"], .login_container input[type="password"]{
    background: #f5f7f9;
    border: 1px solid #d7e0f1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 100%;
    margin-bottom: 15px;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'open_sanssemibold';
}

.responsive_image{
    display: none;
}
#background_branding_container {
    position: fixed;
    background:url(../images/login_bg.jpg) center top no-repeat;
    background-size: cover;
    top: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition-property: opacity;
    transition-duration: 1s;
}

.login-overlay{ background: rgba(0, 0, 0, 0.13); width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.login-overlay h3{ color: #fff; padding: 0 0 0 360px; position: absolute; top: 27%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); margin: 0; font-size: 45px; letter-spacing: 2px; font-family: 'open_sanssemibold';}
img#background_background_image {
    position: fixed;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    visibility: visible;
    display: block;
    object-fit: cover;
    display: none;
}

.login_input{
    padding: 30px;
    background: #fff;
}
.forgot_pass{
    font-size: 13px;
    color:#3f51b5 ;
    text-align: right;
    font-family: 'open_sanssemibold';
    display: block;
}
.login_input input[type="submit"]{
    padding: 13px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    text-align: center;
    min-width: 160px;
    background: #3f51b5;
    color: #fff;
    margin: 30px auto 0 auto;
}
.login_input input[type="submit"]:hover{
    background: #333;
    color: #fff;
}




.job_specs_inner li span.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.job_specs_inner .list-unstyled li {
  
     margin-bottom: 0px; 
}


/*  custom alert box start here */
.alert_header {
    background: #34353a;    
    color: #fff;    
    font-size: 17px;
    padding: 7px 14px;
    position: relative;
    text-align: left;
}
.alrt_overlay {
    background: #fff;
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.custom_alert {     
    bottom: 0;
    box-sizing: border-box;    
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 450px;
    z-index: 9999; display: table; height: inherit !important;
}
.custom_alertin{ display: table-cell; vertical-align: middle;}
.custom_alertin .alert_height{background: #fff ;box-shadow: 0 0 20px rgba(86, 84, 84, 0.65); -webkit-box-shadow: 0 0 20px rgba(86, 84, 84, 0.65); }
.alert_body {
    text-align: center; 
    padding: 20px;    
}
.alt_btns a{margin: 10px 5px 0; }
.remove_note {
    cursor: pointer;
}


.dashboard_total .container-fluid{
        max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
.dashboard_total .tt_left .title{
    font-size: 21px;
    font-family: 'open_sansbold';
    text-transform: uppercase;
    padding: 15px 30px 15px 0px;
    border-bottom: 1px solid #d7e0f1;
    margin-bottom: 0;
    display: block;
}
.dashboard_total .card{
    background: #fff;
    padding: 30px;
}
.dashboard_total .dashboard_bluebar{
        padding-left: 0;
    width: 100%;
    display: inline-block;
    background: #e8e8e8;
    padding: 15px;
}
.dashboard_total .dashboard_bluebar li{
    list-style: none;
    float: left;
    padding: 0 10px;
    text-align: center;
    width: 25%;
}
.dashboard_total .dashboard_bluebar li span{
    font-size: 45px;
    font-family: 'open_sansbold';
}
.dashboard_total .dashboard_bluebar li h5 {
    margin-bottom: 0;
    font-size: 14px;
}
.dashboard_total .card-title .title{
    font-size: 21px;
    text-transform: uppercase;
    padding: 10px 30px 15px 0px;
    margin-bottom: 0;
    display: block;
}


.alert-success, .alert-danger, .alert-warning, .alert-success{
    max-width: 990px;
    margin: 10px auto;
    text-align: center;
    position: relative;
}
.alert button.close{
    background: #3f51b5;
    position: absolute;
    right: -4px;
    min-width: auto;
    border-radius: 50%;
    opacity: 1;
    line-height: 10px;
    text-align: center;
    top: -10px;
    display: block;
    padding: 10px;
    font-size: 14px;
}
.alert button.close span{
    color: #fff;
}


.rental-common ul.alert-danger{
    list-style: none;
    padding: 10px 0;
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
}
.rental-common ul.alert-danger li{
    display: block;
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
}




.rental_job_detail table{
    table-layout: fixed;
}
.rental-common .table-responsive{
    overflow: inherit;
    min-height: inherit;
}
/*
.table-responsive{
    overflow-y: hidden;
}
*/



/*
.mcs-horizontal-example{
  overflow-x: auto;
  white-space: nowrap;
}
*/

.mcs-horizontal-example .item{
  display: inline-block;
}



a[aria-disabled="true"] {
  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

.login_container .alert-danger{
    position: static;
    left: 0;
    right: 0;
    margin: 0;
    top: -60px;
}




.rental_pro_pdf{
    margin: 10px 0;
}


.rental-common .fc .fc-button-group>*{
    margin-right: 10px;
    margin-bottom: 10px;
}
.rental-common .fc .fc-toolbar>*>*{
    margin-left: 0;
}
.dashboard-chart ul{
    padding-bottom: 0;
    border-bottom: 0;
}
.dashboard_bluetab a.tablinks{
    font-size: 14px;
    margin: 0;
}
.dashborad_charttable th{
    background: #f5f7f9;
    color: #282828;
    border: 0;
    border-bottom: 0 !important;
    font-size: 15px;
}
.dashborad_charttable td{
    font-size: 14px;
}
.dashboard-chart .dashboard_bluetab li.active{
    border: 0;
    background: #3f51b5;
    color: #fff;
}

.dashboard-chart .dashboard_bluetab li.active a{ 
    background: inherit;
    color: #fff;
    border: 0;
    border-radius: 7px;
}
.btn_submit_div {
    width: 100%;
}



label.error{
        width: 100%;
    background: #d60808;
    position: relative;
    color: #fff;
    text-shadow: none;
    font-size: 90%;
    border: 1px solid #dd0101;
    padding: 4px 10px 4px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    font-size: 12px;
    text-align: left;
    width: 180px;
}

label.error::before{
    position: absolute;
    content: '';
    left: 10px;
    top: -8px;
    border-bottom: 7px solid #d60808;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}


.only_allowed{
    position: absolute;
    top: 70px;
    left: 18px;
}


.add_master_input .inputfile-1 + label{
    min-width: auto;
    width: 70%;
}

 .category tr  th{
    padding: 20px 15px 20px 15px;
    font-size: 13px;
}
.rental_job_detail th.select_increasing{
    width: 20%;
}
.rental_job_detail th.select_increasing1{
    width: 16%;
}
.rental-common .rental_job_detail textarea{
    height: 100px;
}

.rental_job_detail .edit_rental_menu {
    width: 15.119167%;
}
input.cert_resolution,  {
    width: 27% !important;
}
.rental_job_detail .cert_inner_res input, .cert_inner_res textarea, .rental_job_detail .cert_inner_res .chosen-container, .rental_job_detail .cert_inner_res .chosen-container-single .chosen-single span {
    width:  40%;
}

.rental_job_detail .rental_job {
    margin: 30px 0px 30px 0px;
    width: 99%;
}

.delivery .financial-inner .driver_inner td{
    padding: 5px 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
}
#calendar button {
    min-width: 0;
}

.dashboard_bluebar.sale li {
    width: 33.33%;
}

/*Bug Fix Css Start*/

.edit-rental-total.add-page .chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-single, .job_specs_total table .chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-single{
    width: 100px;
}
.edit-rental-total.add-page .chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-drop, .job_specs_total table .chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-drop{
    width: 100px;
}
.job_specs_total table .chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-single, .job_specs_total table .chosen-container.chosen-container-single.chosen-container-single-nosearch .chosen-drop{
    width: 150px;
}
.category td {
    padding: 20px 3px 20px 3px;
}
.table-full-date{
    width: 15%;
}
.rental-common .chosen-container-single .chosen-single{
    padding: 6px 0px 6px 20px;
}
.edit-rental-total.add-page h2.resp-accordion{
    cursor: not-allowed !important;
     pointer-events: none;
     opacity: 0.4;    
}
.edit-rental-total.add-page h2.resp-accordion:first-child{
    cursor: pointer !important;
    pointer-events: inherit !important;
    opacity: 1 !important;
    border: 1px solid #c1c1c1 !important;
}
label.upload_plus{
    padding: 10px !important;
}
.measurement_total .chosen-container-single .chosen-single span{
    padding: 0px;
}
.measurement_total .rental_job_detail .cert_inner_res .chosen-container{
    width: 100%;
}
.measurement_total .content-links-one td span{
    padding-left: 25px;
}
.measurement_total .cert.cert_buttons{
    padding-top: 35px;
}
.content-links-one th{
    vertical-align: middle;
}
.measurement_total p {
    position: relative;
}
.measurement_total p .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour {
    position: absolute;
    top: 100% !important;
    background: #fff !important;
    height: 290px;
    width: 275px;
    right: 1px !important;
    left: 0% !important;
    overflow: hidden;
    margin: 0px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour table{
    border: none;
}
.measurement_total p .bootstrap-datetimepicker-widget.dropdown-menu:after{
    display: none;
}    
.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour span.glyphicon.glyphicon-chevron-left, .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour span.glyphicon.glyphicon-chevron-right{
    padding-left: 3px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour .glyphicon {
    display: inline-block !important;
    font-family: 'Glyphicons Halflings' !important;
}
.financial td{
    padding: 20px 5px 20px 5px;
}
.documentation_total .doc_file {
    position: relative;
}
.inputfile-1 + label.error {
    background: red;
    color: #fff;
    font-size: 15px;
    border: none;
    font-weight: normal;
    padding: 0px;
    max-width: 100%;
    box-shadow: none;
    border-radius: 0px;
    margin: 2px 0px;
    position: absolute;
    bottom: 60px;
    display: block !important;
}
.inputfile-1 + label.error:hover{
    background: red !important;
    color: #fff !important;
}
label.upload_plus{
    color: #fff;
    font-size: 16px;
    border: 2px solid #094e7d;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: center;
    margin-bottom: 0;
    min-width: 200px !important;
    max-width: 200px !important;
    width: 200px !important;
    background: #094e7d;
    height: 40px;
    overflow: hidden;
}
label.upload_plus i.fa.fa-plus{
    float: left;
    padding: 4px 0px;
}
.doc_upload input[type="file"]{
    opacity: 0;
    height: 0px;
}
div .product_inner .resp-tabs-list li.close_job_tab_green {
    background: rgba(0, 103, 32, 0.28) !important;
    color: #666 !important;
    border-left: 4px solid #006720 !important;
}
td span.dropoff_time b {
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    font-size: 14px;
}
.table-full-date-complete{
    width: 10%;
}
.fill-width{
    padding: 4px 0px !important;
}
td.extend.fill-width td:first-child{
    padding: 10px 0 10px 0;
}
td.extend.fill-width .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.bottom{
    width: 275px;
}
.logo-column .menu li.active a {
    color: #3f51b5;
}
.logo-column .menu li li a{
    color: #fff !important;
}
.edit_rental .intial td input[type="text"]:read-only{
    background: #e8e8e8;
}
.cert_inner_res li input[type="text"]{
    background: #ffffff;
}
.rental-common .chosen-container-single .chosen-single{
    background: #ffffff;
}
.cert .chosen-container.chosen-container-single, input.form-control.cert_resolution.fnumber, .cert input.form-control.required{
    width: 150px !important;
}
.modal-body.product_changes table.scanned_products td {
    padding: 10px;
}
.bootstrap-datetimepicker-widget table td.day {
    line-height: 12px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
    width: 275px !important;
}
.datepicker td:first-child{
    padding: 10px 0 10px 0px !important;
}
table.cert_details_metnor2 td:first-child, table.cert_details td:first-child{
    padding: 10px 10px 10px 10px !important;
}
.financial.delivery .bootstrap-datetimepicker-widget table td.day {
    line-height: 4px !important;
    padding: 0px;
    text-align: center;
}
li.align_no textarea{
    height: 160px !important;
}
input#ambient_temperature, input#relative_humidity{
    width: 60%;
}
.content-links-one td span{
    font-family: 'open_sansregular';
}
.logo-column .menu li.switch-list:before {
    position: absolute;
    content: '';
    height: 88px;
    width: 1px;
    background: #d7e0f1;
    top: -32px;
    left: 15%;
}
.logo-column .menu li.switch-list{
    position: relative;
}
ul.nav.nav-tabs.dashboard_bluetab >li>a{
    border: 1px solid transparent;
    border-bottom-color: #3f51b5;
}
ul.nav.nav-tabs.dashboard_bluetab{
    border-bottom: 1px solid #3f51b5;
}
.rental-common button.approve-quotation{
    margin-top: -6px;
}
.inputfile-1 + label.upload_plus{
    color: #fff;
    border: 0px solid #3f51b5;
    background: #3f51b5;
    max-width: 200px !important;
    min-width: 200px !important;
    width: 200px !important;
}
.inputfile-1 + label.upload_plus:hover{
    background: #094e7d;
}
.upload_plus span{
    color: #fff;
}
.main-left-grid{
    background: red;
}
.main-left-grid{
    width: 71%;
    margin: auto 1%;
    float: left;
}
.main-right-grid{
    width: 24%;
    margin: auto 1%;
    float: left;
}
.master_inner .add_master input[type="text"]{
    background: #fff;
}
.container.edit-master{
    max-width: 1100px;
}
.job_submitting li{
    vertical-align: middle;
}
.btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
.logo-center-button-2{
    display: none;
}
.cert_inner_res li{
    padding: 10px 0px;
    margin-bottom: 0px;
}
input.form-control.temperature_resolution_temp.fnumber {
    width: 26%;
}
td.add_master_input .bootstrap-datetimepicker-widget table td.day{
    padding: 0px;
}
.rental_create_inner li{
    margin: 0 5px;
}
.custom_alert{
    width: 30%;
}
input[disabled="disabled"] + em{
    cursor: not-allowed !important;
}
.product_inner h2.resp-accordion:first-child{
    border-bottom: 1px solid #c1c1c1 !important;
} 
.login_container{
    border-radius: 0px;
}
.modal-footer button.btn.btn-default:hover{
    color: #fff;
}
ul.activate_inner{
    overflow: hidden;
}
.status .table-responsive{
    overflow: visible !important;
}
ul.chosen-results li.no-results > span{
    width: 100% !important;
    padding: 10px 0px !important;
}
/*.table-responsive table{
    display: -webkit-box;
    word-break: break-word;
}*/
.chosen-container.chosen-container-single{
    float: left;
}
td.add_master_input select + label.error::before {
    display: none;
}
label.error{
    display: block;
}
.tooltiptopicevent.tooltips_view{
    left: 20% !important;
    width: 45%;
}
a.update.recalculate{
    margin: 20px 20px;
}
.master_inner .add_master td textarea{
    background: #ffffff;
}
/*.bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour.top{
    bottom: 0px !important;
    top: 90px !important;
    height: 290px;
}*/
@media (max-width: 1300px){
    .cert_inner_res li > span{
        width: 40%;
    }
    .cert_inner_res li p{
        width: 55%;
    }
}
@media (max-width: 1280px){
    .logo-column .menu li.switch-list:before{
        left: 5%;
    }
}
@media (max-width: 1145px){
    .logo-right p a{
        padding-left: 0px;
    }
}
@media (max-width: 1100px){
     .logo-center-inner-left{
        width: 77% !important;
     }
     .logo-column .logo-center-button{
        width: 20% !important;
     }
}
@media (max-width: 991px){
    .rental_job_detail .rental_job {
        margin: 30px 0.5% 30px 0.5%;
        width: 99%;
    }
    .measurement_total p .bootstrap-datetimepicker-widget.dropdown-menu.usetwentyfour{
        left: 0% !important;
        transform: translateX(0%);
    }
    li .datepicker {
        width: 100%;    
    }
    .logo-center-button-2{
        display: block;
        float: right;
        position: absolute;
        right: 10%;
    }
    .logo-center-button-2 a{
        color: #fff;
        padding: 14px 15px;
        background: #3f51b5;
        color: #fff;
        border-radius: 5px;
        border-radius: 5px;
        font-size: 15px;
        display: inline-block;
        font-family: 'open_sanssemibold';
        min-width: 160px;
        text-align: center;
    }
}
@media (max-width: 767px){
    .financial td .pull-right a {
        padding: 13px 15px;
    }
    .tooltiptopicevent.tooltips_view{
        width: 60%;
    }
}
@media (max-width: 768px){
    .complete_heading_left, .complete_heading_right{
        width: 50%;
    }
    table.doc_upload input[type="text"]{
        width: 200px;
    }
    .custom_alert{
        width: 90%;
    }
    ul.rental_create_inner{
        text-align: left;
    }
}
@media (max-width: 600px){
    .logo-center-button-2{
        top: 87px;
        right: 0;
        text-align: center;
    }
    .logo-center-button-2 a{
        color: #fff;
        padding: 4px 4px;
        background: #3f51b5;
        color: #fff;
        border-radius: 5px;
        border-radius: 0px;
        font-size: 12px;
        display: inline-block;
        font-family: 'open_sansregular';
        min-width: 160px;
        text-align: center;
    }
    .logo-column-inner.container{
        margin: 0 auto 20px 0px;
    }
    .fc-popover.fc-more-popover{
        width: 100%;
    }
}
@media (max-width: 580px){
    ul.cert_inner_res li span{
        padding-left: 0px !important;
    }
    ul.cert_inner_res{
        padding-left: 40px;
    }
    div.cert ul.cert_inner_res{
        padding-left: 0px;
    }
    .master_inner .add_master td textarea{
        width: 100%;
    }
}

@media (max-width: 480px){
    .job_submitting li {
        text-align: initial;
    }   
    .modal-dialog.modal-dash{
        margin: 0px;
    }
    .content-links-one span.clicking {
        top: 60%;
    }
}

.terms_title {
    text-align: left;
    margin-left: 10px;
    border-bottom: 1px #e8e2e2 solid;    
}
.invoice_generate_block{
    margin: 10px 30px 0;
    width: 100%; text-align: right;
}
.invoice_generate_block .form-group input{ margin-bottom: 0; width: 155px;}
.invoice_generate_block a {
    padding: 9px 15px;
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    background: #3f51b5;
    text-align: center;
    min-width: 160px;
    background: #3f51b5;
}
.invoice_create_tbl {
    width: 100%;
}
.invoice_create_tbl td{
    padding: 5px;
}
.invoice_generate_block  .error {
    border: 1px solid red;
    border-radius: 5px;    
}
.invoice-generate-section {
    display: flex;
}
.view-collection-note{
    padding: 8px 0px !important;
}
.recived-product {
    padding: 5px 0px !important;   
}
.job-spec-products .table-full-date {
    width: 120px;
}
.job-spec-products .product-remarks {
    width: 150px;
}
/*Bug Fix Css End*/
