/*Begin:login page css*/

body{background-color:#d3dae1 !important}
.login-wrapperV2 {
  background-color: #fff;
  border-radius:10px;
  margin-top:28%;
  -webkit-box-shadow: 0 0 4px 2px #b6b6b6;
  -moz-box-shadow: 0 0 4px 2px #b6b6b6;
  box-shadow: 0 0 4px 2px #b6b6b6;}
  .login-wrapper img{
    margin:0 auto;
    margin-top:10%;
    background-color:#fff
  }
  .login-wrapper .box form input::-webkit-input-placeholder{color:#cdd1d4 !important;}
  .login-wrapper .box form input{ 
   border:1px solid #d3dae1 !important;
   border-radius:5px;
 }
 .login-wrapper .box input[type="text"],
 .login-wrapper .box input[type="password"] {
  font-size: 14px;
  height:auto !important;
  margin-bottom: 10px;
  padding-left: 12px;
}
.login-wrapper .box {
  padding: 8px 0 8px;
  background-color: transparent !important;
}
.signup{
  background-color: #042c55 !important;
  margin-left:0 !important;
  width:92%;
  float: none !important;
  text-transform: capitalize !important;
  margin-top:10px;
}
.login-wrapper{
  color:#042c55 !important;
  text-align:left !important;
  width:400px;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-80%);
}
@media screen and (max-width: 767px){
  .login-wrapper{
    transform: translate(-50%);
    width:300px;
  }
}
.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 30px auto !important;
}
.labelText{
  color:#042c55 !important;
}
.box .form-control:focus {
  background-color:#f5f5f5 !important;
  border-color:#042c55 !important;
  box-shadow:none !important
}

/*End: Login page css*/

/*Begin:Vendor_sidebar page */
/* Sidebar navigation */
.form-horizontal .form-group {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.content-box-small{
  margin-bottom:30px;
  background: #fff !important ;
  border-radius:10px;
  padding:0px !important;
  border-left:1px solid #eee;
  border-top:1px solid #eee;
  border-right:2px solid #eee;
  border-bottom:2px solid #eee; 
  min-height:650;
}

.content-box, .content-box-large {
  margin-bottom:30px;
  background: #fff !important ;
  border-radius:10px;
  padding:0px !important;
  border-left:1px solid #eee;
  border-top:1px solid #eee;
  border-right:2px solid #eee;
  border-bottom:2px solid #eee; 
  min-height:650px;
}

.sidebar{
  background: #052c55 !important
}

.content-box-large {
 padding: 20px;
}

.box-with-header {
 border-top: none;
 border-top-left-radius:0px;
 border-top-right-radius:0px;
}

.content-box-header {
 min-height: 40px;
 font-size: 16px;
 background:#f5f5f5;
 border-top-left-radius:5px;
 border-top-right-radius:5px;
 padding:10px;
 border-left:1px solid #eee;
 border-top:1px solid #eee;
 border-right:2px solid #eee;
}

.content-box-header:after {
 clear:both;
}

.sidebar ul.nav, .sidebar ul.nav ul{
 list-style: none;
 padding: 0px;
 margin: 0px;
}

.sidebar ul.nav ul {
  margin:0px;
  padding:0px;
  display:none;
}

.sidebar .nav li.open ul{
  display:block;
}

.sidebar .nav > li {
 margin: 0;
 border-bottom:1px dashed #eee;
}

.sidebar .nav > li:last-child{
  border-bottom:0px;
}

.sidebar .nav > li li {
 margin: 0;
}

.sidebar .nav > li li a{
  padding-left:25px;
}

.sidebar .nav > li > a {
 font-size: 14px;
 line-height: 20px;
 padding: 15px 15px;
 color: #999;
 display: block;
 font-weight:bold;
 background:none;
 text-decoration: none;
 border-top:0px;
 font-weight:400;
}

.sidebar .nav > li > a > i{
  margin-right:5px;
}

.sidebar .nav > li > ul > li > a {
 font-size: 13px;
 line-height: 20px;
 padding: 8px 10px 8px 40px;
 color: #fff;
 background: #022344;
 display: block;
 text-decoration: none;
 border-top:0px;
 font-weight:bold;
}

.sidebar .nav > li > ul > li.active > a{
  background:#fff;
  border-top:0px;
  color:#555;
}

.sidebar .nav > li > ul > li > a:hover{
  background:#fff;
  color:#555;
  border-bottom:0px;
}

.sidebar .nav li a:hover, .sidebar .nav li.current > a {
 background: #fff;
 color: #555;
 border-bottom:0px;
}

.sidebar .nav li.open > a {
  background:#fff;
  color: #555;
  border-bottom:1px solid #052c55 !important;
}

/*change arrow in side bar -> class added in place of caret*/
.arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top:3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}



/*end:change arrow in side bar -> class added in place of caret*/
.sidebar .nav a .caret {
 float: right;
 width: 0;
 height: 0;
 display: inline-block;
 vertical-align: top;
 border-top: 4px solid #aaa;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
 content: "";
 margin-top: 8px;
 margin-left: 2px;
}

.sidebar .nav a:hover .caret {
 border-top-color: #aaa;
}

.sidebar .nav li.open > a > .caret {
 border-top: none;
 border-bottom: 4px solid transparent !important;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
}

.sidebar .nav li.open > a:hover > .caret {
 border-bottom-color: #aaa;

}

.sidebar .nav li a:hover{
  background:#fcfcfc;
  background: -webkit-linear-gradient(#102f4e, #102f4e) !important;
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#102f4e, #102f4e) !important; 
  /* For Opera 11.1 to 12.0 */ 
  background: -moz-linear-gradient(#102f4e, #102f4e) !important; 
  /* For Firefox 3.6 to 15 */  background: linear-gradient(#102f4e, #102f4e) !important; 
  border-left:80px solid #102f4e !important;

}

.sidebar .nav li.current > a, .sidebar .nav li.open > a, .sidebar .nav > li > a{
 background:#fcfcfc;
 background: -webkit-linear-gradient(#052c55, #052c55) !important;
 /* For Safari 5.1 to 6.0 */
 background: -o-linear-gradient(#052c55, #052c55) !important; 
 /* For Opera 11.1 to 12.0 */ 
 background: -moz-linear-gradient(#052c55, #052c55) !important; 
 /* For Firefox 3.6 to 15 */  background: linear-gradient(#052c55, #052c55) !important; 
/* Standard syntax (must be last) */ }
/*.content-box{ background:#c0c0c0;}
.content-box,.content-box-large{border-color:#c0c0c0; border-radius:7px !important;}*/

.sidebar .nav li a:hover, .sidebar .nav li.current > a, .sidebar .nav li.open > a, .sidebar .nav > li > a{
  color:#fff !important;
}



.sidebar .nav > li:first-child a{
  background:#052c55 !important;
  border-left:none !important;border-right:none !important;
  font-size:20px;
  border-width:1px; 
  color:#fff !important; 
  border-top:1px solid #fff;
  padding:30px 10px 20px 30px !important
}
.sidebar .nav > li:first-child{
 border-width:1px;
 font-family: 'UnileverDINOffcPro-Bold';
}
.sidebar .nav > li{
  border-bottom-style:solid;
  border-color: #193f67 !important;
  color:#fff !important;
}
.sidebar .nav > li:first-child{
  border-color:#fff;
}
.sidebar .nav > li:not(:first-child) > a{
  padding-left:10%;
  font-family: 'UnileverDINOffcPro'; 
  font-size:17px;
  transition:.3s;
}
.sidebar .nav > li:not(:first-child) > a:hover{
  /* border-left:8px solid #fff !important; */
  border-left:none !important;
  color:#fff !important;
  padding-left:12% !important;
  background-color:#000 !important;
}
.aside_nav .open ul li a{
  background:#fcfcfc !important; 
  background: -webkit-linear-gradient(#022344, #022344) !important;
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#022344, #022344)!important;
  /* For Opera 11.1 to 12.0 */ 
  background: -moz-linear-gradient(#022344, #022344) !important; 
  /* For Firefox 3.6 to 15 */  
  background: linear-gradient(#022344, #022344)!important;
  /* Standard syntax (must be last) */  
  color:#fff !important; padding-left:10% !important;
}
.aside_nav .open ul li a:hover{
  border-left:8px solid #052c55 !important;
  color:#fff !important;
  padding-left:8.1% !important;

}


.caret{border-top: 10px solid #fff !important;
 border-right-width:7px !important;
 border-left-width:7px !important;
 margin-top:0 !important;}

 .active_aside > a, .active_aside > a:first-child{
  border-left:none !important; 
  /* border-left:8px solid #fff !important;  */
  padding-left:8.1% !important; 
  margin-top:-1px;
}

.submenu-bullet{
  margin-right:10px;
}

/*End: Vendor_sidebar page */

/*Begin: Header*/
.header{ /*background-image:url(../images/admin/headerBg.png);*/ background-color:#FFFFFF; background-repeat:no-repeat; background-size:cover;}
.header .logo h1 a{
  font-family: 'HelveticaWorld-Regular'; font-size:28px; letter-spacing:1px;  text-transform:uppercase; font-weight:bold;}
  .header .navbar .nav > li > a{font-family: 'UnileverDINOffcPro' !important;}

  .aside_logo{
    width:25% !important;
    margin-right:3% !important;
    margin-top:5px !important;
  }

  .header .logo h1 {
    font-size:30px;
    margin: 0px 0px 2px 0px !important;
    padding: 10px 40px !important;

  }

  .headText{
    font-size:18px;
    font-weight: bold !important;
  }

  .header {
    height: 65px !important;
  }
  /*End: Header*/

  /*Begin Datatable*/
  .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
    border-bottom: 1px solid #ddd !important;
    border-right:none !important;
    border-left:none !important;
    border-top:none !important;
    vertical-align: middle;
  }

  thead {
    background-color: #032d57 !important;
    color: #fff;
  }

  .ellipsis, .paginate_button {
    /*background-color: #e9eef1 !important;*/
    border: 1px solid #e9eef1 !important;
    /*border-radius:5px !important;*/

  }
  .dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    /*background-color: #032d57 !important;*/
    color: #fff !important;
    background: #032d57 !important;
    
  }

 .dataTables_wrapper .dataTables_paginate .paginate_button {

            margin-left: 0 !important;
        }

  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
    color: #fff !important
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 6px 12px !important;
    font-size:0.88em !important;
  }

  .dt-button, div.dt-button, a.dt-button {
    border-color: #e9eef1 !important;
    background-color: #e9eef1 !important;
    background: #e9eef1 !important;
    padding: 0.5em 0.6em !important;
    font-size:0.88em !important;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 5px !important;
    transition:.2s ease-in !important;
  }
  .dt-button, div.dt-button, a.dt-button:hover {
    border-color: #032d57 !important;
    background-color: #032d57 !important;
    background: #032d57 !important;
    color: #fff !important;

  }

  div.dataTables_length select {
    width: 75px;
    border: 1px solid #e9eef1;
    border-radius: 5px;
    background-color: #e9eef1;
    padding: 8px;
  }
  .dataTables_wrapper .dataTables_filter input{
    border:1px solid #c1cbd4 !important;
    border-radius: 5px;
    padding: 5px;
  }

  .table.dataTable.no-footer{
    border-bottom: none !important;
  }


  /*jquery table pagination*/
   .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #032d57 !important;
    border-color: #032d57 !important;
}


  /*End Datatable*/

  /*Begin:Main Headings/Titles for page*/
  .panel-title{
    color:#032d57 !important;
    font-weight:bold !important;
    font-size:16px !important
  }

  .panel-heading {
    padding: 10px 2px !important;

  }
  .panel-body{
    padding:25px !important;
  }

  /*End:Main Headings/Titles for page*/


  /*Begin:button classes*/

  .btn-primary{
    background-color: #032d57 !important;
    color:#fff !important;
    transition: .2s !important;
    border-color: #032d57 !important;
  }

  .btn-primary:hover{
    background-color: #e9eef1 !important;
    color: #000 !important;
    border:0.5px solid #032d57 !important;

  }

  /*End: button classes*/

  /*Begin: Form layout*/
  .formField.form-control:focus {
    border-color:#042c55 !important;
    box-shadow:none !important
  }
  .formField.form-control{
    border:1px solid #c1cbd4 !important;
  }


  /*custom file input*/
  
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 34px;
    margin-bottom: 0;
  }
  
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 34px;
    margin: 0;
    opacity: 0;
  }
  
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  
  .custom-file-input:focus ~ .custom-file-control::before {
    border-color: #80bdff;
  }
  
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }
  
  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.428571429;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    padding: 6px 12px;
    line-height: 1.428571429;
    /* color: #495057; */
    color: #fff;
    content: "Browse";
    /* background-color: #e9ecef; */
    background-color: #052c55e8 ;
    border-left: 1px solid #ced4da;
    border-radius: 3px;
  }
  
  .table span.fa , #customTabels span.fa {
    font-size: 20px;
  }
  .header .navbar .nav > li > a {
    color: #000!important;
    font-size: 13px !important;
    border-bottom: 0px !important;
    margin-top: 0px !important;
    font-weight: bold;
  }


  .error_message{
    color: red;
    text-transform: capitalize;
  }
  .resources-table tr th + th {
    min-width:95px
  }
  div.dt-buttons{
    width: 100%;
  }
  .pagination{
    margin: 0;
  }
  /*end*/
  /*End: Form layout*/


  .header .navbar .dropdown.notify-dropdown a {
    font-size:20px !important;
    position:relative;
  }

  .header .navbar .dropdown.notify-dropdown a span {
    position:absolute;
    right: 8px;
    top: 9px;
    font-size: 10px;
    height:18px;
    width:18px;
    font-weight:bold;
    color:#fff;
    background:red;
    text-align:center;
    border-radius:30px;
  }

  .header .navbar .dropdown.notify-dropdown > ul li a {
    font-size:14px !important;
    position:relative;
    color:#052c55;
  }

  .header .navbar .dropdown.notify-dropdown > ul li a p {
    margin:0;
    font-size:12px;
    color:#666;
  }

  .header .navbar .dropdown.notify-dropdown > ul li:first-child {
    background:#052c55;
    color:#fff;
    font-weight:bold;
  }

  .header .navbar .dropdown-menu {
    width: 300px;
    max-height: 400px;
    overflow: auto;
    padding:0;
  }

  label.error{
    color: red;
    width: 100%;
    padding: 0px 7px;
  }

  .select2-container .select2-selection--single {
    height: 36px !important;form-control inventory_id  
  }



  .toplist ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .toplist ul li a{
    display: block;
    padding: 6px 10px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
  }

  .toplist ul li a.active{
    color: #032d57;
    font-weight: bold;
    background-color: #f7f7f7;
  }

  .toplist ul li a:hover:not(.active) {
    background-color: #f7f7f7;
    font-weight: bold;
    color: black;
  }

  /*Custom Radio Button CSS*/
  .radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }


  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff
  }
  .radio-container input:checked ~ .checkmark {
    background-color: #fff;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .radio-container input:checked ~ .checkmark:after {
    display: block;
  }

  .radio-container .checkmark:after {
    top: 2px;
    left: 2.5px;
    width: 12px;
    height: 12px;
    background: #0a3c70;
    border-radius: 50%;
  }

  /*END: Custom Radio Button CSS*/
  .margin-top{
    margin-top: 20px;
  }

  .margin-top-btn{
   margin-top:50px;  
 }

 /*profile card CSS*/
 .rounded{
  border-radius: 100%;
}

.label-profile{
  font-size: 14px;

}

.span-profile{
  color: #808080 ;

}

.img-section{
  border-right:1.5px solid rgba(0,0,0,.1);
}

.label-detail{
  margin-bottom: 12px !important;
}

.heading-employee{
  color: #032d57;
  font-weight: 600;
}

.content-box-profilecard{
  margin-bottom: 30px;
  background: #fff !important;
  border-radius: 10px;
  padding: 0px !important;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  min-height: 300px;
}

@media screen and (max-width: 767px) {
  .content-box-profilecard{
    min-height: 700px ;
  }
}


@media only screen and (max-width: 991px) {
  .content-box-profilecard{
    min-height: 700px  ;
  }
}

.req_caption , .req , .error{
  color: #dc3545 !important;
}

label.error{
  position: absolute;
}


/*custom checkbox css*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.check-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border:1px solid #ddd;
}

.checkbox-container input:checked ~ .check-box {
  background-color: #0a3c70;
}

.check-box:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .check-box:after {
  display: block;
}


.checkbox-container .check-box:after {
left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*end: custom checkbox css*/