/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/
form .form-group label span
{
    color: #D84315;
    padding-right: 7px;
}

.form-control-feedback
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
}

.has-feedback-left .form-control
{
    padding-right: 12px;
    padding-left: 36px;
}

.form-control
{
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 36px;
    padding: 7px 12px;
}

.form-group.has-error .form-control
{
    border: 1px solid #D84315;
    border-radius: 10px;
    height: 36px;
    padding: 7px 12px;
}

.form-control:focus
{
    border-top-color: #ddd;
    border-left-color: #ddd;
    border-right-color: #ddd;
    outline: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    background-color: #fafafa;
    border: 1px solid #ddd;
    opacity: 1;
}

.bootstrap-select .btn-default
{
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 10px;
    padding: 7px 12px;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus
{
    color: #333;
    background-color: #F2F2F2;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.bootstrap-select.btn-group.open > .btn-default.dropdown-toggle
{
    border-bottom-color: #009688;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 0 #009688;
    box-shadow: 0 1px 0 #009688;
}

.bootstrap-select > .btn.btn-default, .bootstrap-select > .btn.btn-default.disabled {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.bootstrap-select > .btn.btn-default.disabled
{
    background-color: #F5F5F5;
    border: 1px solid #CDCDCD;
}

.bootstrap-select.btn-group .btn .caret
{
    right: 12px;
}

.form-group.has-error .bootstrap-select .btn-default.active, .form-group.has-error .bootstrap-select .btn-default.focus, .form-group.has-error .bootstrap-select .btn-default:active, .form-group.has-error .bootstrap-select .btn-default:focus
{
    background-color: transparent;
    border-bottom-color: #D84315;
    -webkit-box-shadow: 0 1px 0 #D84315;
    box-shadow: 0 1px 0 #D84315;
}

.form-group.has-error .bootstrap-select.btn-group.open > .btn-default.dropdown-toggle
{
    border-bottom-color: #D84315;
    background-color: transparent;
    -webkit-box-shadow: 0 1px 0 #D84315;
    box-shadow: 0 1px 0 #D84315;
}

.form-group.has-error .bootstrap-select .btn-default
{
    border: 1px solid #D84315;
}

.input-group-addon
{
    text-align: center;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.input-group-addon, .input-group-btn
{
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control
{
    display: table-cell;
}

.input-group-addon:last-child
{
    padding-right: 12px;
}


.input-group.has-error .form-control
{
    border: 1px solid #D84315;
}

.has-error .input-group-addon, .has-success .input-group-addon, .has-warning .input-group-addon
{
    border-color: #D84315;
}

.btn-group.open > .multiselect.btn-default.dropdown-toggle, .multiselect.btn-default, .multiselect.btn-default:active, .multiselect.btn-default:focus, .multiselect.btn-default:hover
{
    border-radius: 10px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: transparent;
    padding: 7px 12px;
    height: 36px;
}

.multiselect.btn-default .caret
{
    right: 12px;
}

.has-error .btn-group.open > .multiselect.btn-default.dropdown-toggle, .has-error .multiselect.btn-default:active
{
    -webkit-box-shadow: 0 1px 0 #D84315;
    box-shadow: 0 1px 0 #D84315;
}

.has-error .btn-group.open > .multiselect.btn-default.dropdown-toggle, .has-error .multiselect.btn-default, .has-error .multiselect.btn-default:active, .has-error .multiselect.btn-default:focus, .has-error .multiselect.btn-default:hover
{
    border: 1px solid #D84315;
    color: #333;
}

.has-error .multiselect.btn-default .caret, .has-error .multiselect-container > li > a > label
{
    color: #333;
}

span.input-group-addon
{
    padding-left: 16px;
}

/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/
.navbar-brand > img
{
    margin-top: 0px;
    height: 20px;
}

#navbar-second-toggle ul li:first-child a
{
    padding-left: 2px;
}

.sidebar-user-material-content a
{
    border: solid 2px #fff;
}

/*
|--------------------------------------------------------------------------
| Body
|--------------------------------------------------------------------------
*/
.page-full
{
    padding-top: 50px;
}

.panel-footer.panel-footer-bordered
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.pl-30
{
    padding-left: 30px !important;
}

.pl-40
{
    padding-left: 40px !important;
}

.pt-30
{
    padding-top: 30px !important;
}

.pt-35
{
    padding-top: 35px !important;
}

.pt-40
{
    padding-top: 40px !important;
}

.pt-45
{
    padding-top: 45px !important;
}

.pt-50
{
    padding-top: 50px !important;
}

.table
{
    border: 1px solid #ddd;
    border-radius: 10px !important;
    border-collapse: separate;
}

.table thead
{
    background-color: #FAFAFA;
}

.table.no-border
{
    border-top: 1px solid #ddd !important;
}

.table thead.header-white
{
    background-color: #ffffff;
}

.table > thead > tr > th
{
    border-bottom: none;
}

.width-5 , .table td.width-5 {width: 5%;}
.width-10, .table td.width-10 {width: 10%;}
.width-15, .table td.width-15 {width: 15%;}
.width-17, .table td.width-17 {width: 17%;}
.width-20, .table td.width-20 {width: 20%;}
.width-23, .table td.width-23 {width: 23%;}
.width-25, .table td.width-25 {width: 25%;}
.width-27, .table td.width-27 {width: 27%;}
.width-30, .table td.width-30 {width: 30%;}
.width-35, .table td.width-35 {width: 35%;}
.width-40, .table td.width-40 {width: 40%;}
.width-45, .table td.width-45 {width: 45%;}
.width-50, .table td.width-50 {width: 50%;}
.width-55, .table td.width-55 {width: 55%;}
.width-60, .table td.width-60 {width: 60%;}
.width-65, .table td.width-65 {width: 65%;}
.width-70, .table td.width-70 {width: 70%;}
.width-75, .table td.width-75 {width: 75%;}
.width-80, .table td.width-80 {width: 80%;}
.width-85, .table td.width-85 {width: 85%;}
.width-90, .table td.width-90 {width: 90%;}
.width-95, .table td.width-95 {width: 95%;}

.pv-1{padding-top: 0; padding-bottom: 0;}

.datatable-header
{
    border-bottom: none;
    padding-top: 0;
}

.datatable-header .bootstrap-select
{
    width: 75px !important;
}

.datatable-main thead tr th, .datatable-coupon thead tr th
{
    border-bottom: 1px solid #ddd;
}

.dataTables_filter input
{
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 36px;
    padding: 7px 12px;
    width: 280px;
}

.dataTables_filter > label::after
{
    margin-right: 12px;
}

.datatable-footer a.paginate_button
{
    background-color: #fff;
    border: 1px solid #ddd;
}

.datatable-footer a.paginate_button.previous, .datatable-footer a.paginate_button.next
{
    display: none;
}

.dataTables_paginate .paginate_button.current, .dataTables_paginate .paginate_button.current:focus, .dataTables_paginate .paginate_button.current:hover, .dataTables_paginate .paginate_button.current
{
    background-color: #F8F8F8;
    color: #333;
}

.dataTables_info:before
{
    content: "\e993";
    font-family: icomoon;
    padding-right: 7px;
    padding-top: 20px;
}

.label-semifull
{
    width: 70%;
}

.accordion .panel
{
    margin-bottom: 10px;
}

.accordion .panel-heading
{
    padding-bottom: 15px;
    padding-top: 15px;
}

.accordion .panel-title
{
    font-size: 13px;
    font-weight: 500;
}

.border-active, .border-admission
{
    border-color: #4caf50;
}

.text-active, .text-admission
{
    color: #4caf50 !important;
}

.border-dismissal, .border-error
{
    border-color: #f44336;
}

.text-dismissal, .text-error
{
    color: #f44336;
}

.border-inactive
{
    border-color: #999;
}

.text-inactive
{
    color: #999 !important;
}

.border-pendent, .border-vacation
{
    border-color: #FFB74D;
}

.text-pendent, .text-vacation
{
    color: #FFB74D !important;
}

.border-compensation
{
    border-color: #2196f3;
}

.text-compensation
{
    color: #2196f3 !important;
}

.pb-0
{
    padding-bottom: 0 !important;
}

.panel-note
{
    color: #999;
    float: right;
    margin-right: 30px;
}

.icon-1x
{
	font-size: 25px;
}

.text-through
{
    text-decoration: line-through !important;
}

.float-right
{
    float: right !important;
}

/*
|--------------------------------------------------------------------------
| PNotify
|--------------------------------------------------------------------------
*/
.ui-pnotify
{
    right: 0;
}

.ui-pnotify-container
{
    border-radius: 0;
    height: 50px;
    text-align: center;
    opacity: 0.9;
    padding-top: 15px;
}

.ui-pnotify-container.brighttheme-success
{
    background-color: #59CDB0;
    color: #fff;
}

.ui-pnotify-container.brighttheme-error
{
    background-color: #FF4D4D;
    color: #fff;
}

.ui-pnotify .ui-pnotify-shadow
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ui-pnotify.success-image
{

}

body > .ui-pnotify
{
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
|--------------------------------------------------------------------------
| Modal
|--------------------------------------------------------------------------
*/
.modal-header
{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
}

.modal-header .close
{
    top: 35%;
}

/*
|--------------------------------------------------------------------------
| Profile
|--------------------------------------------------------------------------
*/
.profile-cover-img
{
    background: #7986cb url(/images/profile-background.png);
    height: 250px;
}

.profile-cover + .navbar
{
    margin-bottom: 20px;
}

.media .profile-thumb img
{
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
    box-shadow: 0 0 3px rgba(0,0,0,.5);
}
.file-preview {
    border-radius: 10px;
}