body {
    /*padding-top: 5rem;*/
    /*padding-bottom: 5rem;*/
    /*font-size: 14px;*/
    font-size: 1.6rem !important;
}

.content {
    padding-bottom: 50px;
    font-size: 1.4rem !important;
}

.ui-helper-hidden-accessible {
    display: none;
}

.ui-menu .ui-menu-item a.ui-corner-all:hover, .ui-menu .ui-menu-item a.ui-corner-all:focus, .ui-menu .ui-menu-item a.ui-corner-all:active {
    background: #008080 !important;
    color: #000;
    border-radius: 0;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #008080;
    border: none;
    color: #000;
    border-radius: 0;
    font-weight: normal;
}

span.ui-state-default {
    background: none !important;
    background-color: #f00 !important;
    color: #ffffff !important;
    /*color: #f00 !important;*/
}

/*.ui-state-active {background: none !important;}*/
.ui-state-active {
    background: none !important;
    background-color: #2a88bd !important;
    color: #ffffff !important;
}

/*.ui-state-highlight {*/
/*background: none !important;*/
/*background-color: #2a88bd !important;*/
/*color: #ffffff !important;*/
/*}*/

/*.col-form-label {*/
/*margin-top: 10px;*/
/*}*/

.error {
    color: #f00;
}

.notif-nav {
    background-color: #ffff00 !important;
    padding: .01rem .2rem;
}

.notif-nav-text {
    color: #000 !important;

}

/*.dropdown.open {*/
/*background-color: #ffff00;*/
/*}*/

.ijin-detail-header {
    background-color: #dddddd;
}

.detail-row {
    margin-bottom: 1em;
}

.row-Approved {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.row-Rejected {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.row-Cancelled {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

[data-toggle="collapse"] i:before {
    content: "\f146";
}

[data-toggle="collapse"].collapsed i:before {
    content: "\f0fe";
}

select option:disabled {
    color: red;
}

.table td, .table th {
    vertical-align: middle !important;
    padding: .15rem !important;
}

/*.btn-xs {*/
/*padding: .1rem .9rem;*/
/*font-size: .875rem;*/
/*line-height: 1.5;*/
/*border-radius: .2rem*/
/*}*/

.sidebar-menu li.header {
    font-size: 1.6rem !important;
    color: #ffffff !important;
}

li.header[aria-expanded="true"] .panel-title:after {
    font-family: Fontawesome;
    content: "\f078";
    float: right;
}

li.header[aria-expanded="false"] .panel-title:after {
    font-family: Fontawesome;
    content: "\f054";
    float: right;
}

.sidebar-menu > li.header {
    white-space: normal !important;
}

.sidebar-menu li.sub-header {
    /*font-size: 0.5rem !important;*/
    color: #ffffff !important;
    /*padding:10px 25px 10px 15px;*/
    text-decoration: underline;
    text-align: center;
}

.divider {
    border-bottom: 1px solid #000000;
    margin-left: 1rem;
    margin-right: 1rem;
}

.modal.modal-fullscreen {
    /* Maximize the main wrappers on the screen */
    /* Make the parent wrapper of the modal box a full-width block */
    /* Remove borders and effects on the content */
    /**
       * /!\ By using this feature, you force the header and footer to be placed
       * in an absolute position. You must handle by yourself the margin of the
       * content.
       */
    margin: 3rem;
}

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.modal.modal-fullscreen .modal-dialog {
    margin: 0;
    width: 100%;
    animation-duration: 0.6s;
}

.modal.modal-fullscreen .modal-content {
    border: none;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    box-shadow: inherit;
    /* change bg color below */
    /* background:#1abc9c; */
}

.modal.modal-fullscreen.force-fullscreen {
    /* Remove the padding inside the body */
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
    padding: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
    left: 0;
    position: absolute;
    right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
    top: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
    bottom: 0;
}

.overlay > .fa {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 30px;
}

/*.overlay > .fa {*/
/*position: fixed;*/
/*z-index: 999;*/
/*height: 2em;*/
/*width: 2em;*/
/*overflow: show;*/
/*margin: auto;*/
/*top: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*right: 0;*/
/*font-size: 30px;*/
/*}*/