/*start: CUSTOM EDIT THEME*/
.navbar .navbar-header{
  /*height: 66px;*/
}
.navbar .navbar-header .navbar-brand{
  width: 220px;
}
#sidebar{
  width: 261px;
}
#sidebar > div nav > ul{
  margin-top: 0;
}
/*end: CUSTOM EDIT THEME*/

/*start: CUSTOM SETTING PANEL*/
.settings.panel{
  top: 200px;
}
.settings > .btn{
  top: 0;
  padding: 14px 15px;
}
/*end: CUSTOM SETTING PANEL*/

/*start: CUSTOM DASHBOARD ICON*/ 
.da-report-icon ,.da-manage-icon,.da-off-icon{
  margin-bottom: 10px;
  border-radius: 25%;
  font-size: 2.5rem;
}
.da-report-icon{
  background: linear-gradient(60deg, #5E35B1, #039BE5);
}
.da-manage-icon{
  background: linear-gradient(60deg, #F50057, #FF8A80);
}
.da-off-icon{
  background: linear-gradient(60deg, #fb8c00, #FFCA29);
}
/*end: CUSTOM DASHBOARD ICON*/ 

/*start: CUSTOM DASHBOARD*/
.panel-dashboard{
  /*box-shadow: 4px 3px 3px #ddd;*/
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.panel-dashboard:hover{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.contract{
  font-size: 20px;
  margin-bottom: 20px;
}
/*start: CUSTOM CIRCLE BAR*/
.circle-bar{
	position: relative;
    top: -69px;
    border: 2px solid #DDD;
    border-radius: 40px;
    height: 66px;
    width: 200px;
    float: left;
}
.circle-bar ul{
	position: absolute;
}
.circle-bar li{
	float: left;
	padding: 20px;
}
/*end: CUSTOM CIRCLE BAR*/

/*start: CUSTOM TABLE*/
/*.table-rounded{
	border: 2px solid #ddd;
    padding: 20px;
    border-radius: 20px;
}*/
table.table-rounded td, table.table-rounded th {
  padding-top: 1.1rem !important;
  padding-bottom: 1rem !important;
  padding: .75rem !important;
  vertical-align: top !important;
  border-top: 1px solid #dee2e6 !important;
  border-collapse: collapse;
}
table.table-rounded th{
  border-top: 0 !important;
}
.table-rounded a i{
	color: #485058;
}
/*end: CUSTOM TABLE*/

/*start: CUSTOM TOW COLUMNS TABLE*/
.two-col{
  width: 70%;
}
/*start: CUSTOM TOW COLUMNS TABLE*/

/*start: EMPTY AND TOTAL RAW*/
.empty-row{
  border: none !important;
  background: #fff;
  color: #fff !important;
  height: 30px;
}
.empty-row:hover{
  background: #fff !important;
}
.total-row{
  background: #efeff0 !important;
}
/*end: EMPTY AND TOTAL RAW*/

/*start: CUSTOM DATE PICKER DIRECTION*/
.clip-datepicker table{
    direction: ltr;
}
/*end: CUSTOM DATE PICKER DIRECTION*/

/*start: CUSTOM UI-SELECT*/
.ui-select-bootstrap>.ui-select-match>.btn{
  text-align: right !important;
  margin: 0 !important;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search{
  max-width: none;
  width: 100%;
}
/*end: CUSTOM UI-SELECT*/

/*start: TIME SPENT*/
.time-task{
  position: absolute;
  right: 3%;
  top: -7px;
  background: #FFF;
  border: 1px solid #DDD;
  padding: 10px;
  box-shadow: 1px 2px 3px #ddd;
  border-radius: 5px;
}
.time-task h4{
  margin:0;
}
.time-attendance{
  position: absolute;
  right: 160px;
  top: -7px;
  background: #FFF;
  border: 1px solid #DDD;
  padding: 10px;
  box-shadow: 1px 2px 3px #ddd;
  border-radius: 5px;
}
.time-attendance h4{
  margin:0;
}
/*end: TIME SPENT*/

/*start: CUSTOM PANEL*/
.custom-panel{
  max-width: 500px;
  margin: 0 auto 1.75rem;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
  border: 0;
  border-radius: .125rem;
}
.custom-panel .panel-footer{
  border-top-color: #DDD;
}
.finance-panel{
  margin: auto;
}
/*end: CUSTOM PANEL*/

/*start: CUSTOM CLOSE BUTTON*/
button.close{
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
/*end: CUSTOM CLOSE BUTTON*/

/*start: CUSTOM ICON COLOR*/
.blue-icon{
  color: #5F8295;
}
/*end: CUSTOM ICON COLOR*/

/*Start Checkbox Slider Rounded*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px !important;
  height: 34px !important;
}
.switch input {display:none;}
.slider{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #64bd63;
}
input:checked + .slider:after{

}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/*End Checkbox Slider Rounded*/

/*start: LABEL IN MODAL */ 
@media (min-width: 768px){
  .form-horizontal .control-label{
    text-align: left;
  }
}
/*end: LABEL IN MODAL */ 

/*start: DAY ROW*/
.day-off{
  background: #ddd;
  border-bottom: 1px solid #FFF;
}
.day-left{
  background: #fff3cd;
  border-bottom: 1px solid #FFF;
}
.day-Minus{
  /*background: #d9534f;
  background: #d43f3a;*/
  background: #e84c4ca3;
  border-bottom: 1px solid #FFF;
}
.day-Minus > td{
  color: #fff !important;
}
/*end: DAY ROW*/

/*start: BOX LOGIN FORMS*/
.box-login,.box-reset, .box-forgot, .box-changePassword{
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  margin: 15px 0 65px 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);
}
/*end: BOX LOGIN FORMS*/

/*start: CUSTOM MESSAGE VALIDATION */
.has-error .control-label {
  color: #a94442 !important;
}
/*end: CUSTOM MESSAGE VALIDATION */

/*start: MONTH CARD*/
.month-card{
  padding: 10px;
  margin: 1rem;
  background: #f7f7f8;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.month-card:hover{
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  -webkit-box-shadow: box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
/*end: MONTH CARD*/

/*start: LOADING OVERLAY*/
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}
/*end: LOADING OVERLAY*/

/*start: CUSTOM MEDIA QUERY */
@media (min-width: 992px){
  .navbar .navbar-header{
    border:0;
    
  }
  #app > footer {
    margin-left: 259px;
  }
}
@media (max-width: 991px){
  .navbar .navbar-header .navbar-brand{
    width: auto;
  } 
  .time-task , .time-attendance{
    top: -20px;
  }
  .adjust-alert{
    margin-top:40px;
  }
}
/*end: CUSTOM MEDIA QUERY */


/*Start Checkbox Slider Rounded Small*/
.switch-small {
  bottom: -10px;
  position: relative;
  display: inline-block;
  width: 30px !important;
  height: 17px !important;
}
.switch-small input {display:none;}
.slider-small{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider-small:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-small {
  background-color: #64bd63;
}
input:checked + .slider-small:after{

}
input:focus + .slider-small {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider-small:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider-small.round-small {
  border-radius: 17px;
}
.slider-small.round-small:before {
  border-radius: 50%;
}