﻿body {
    font-size: 12px;
}

footer {
    font-size: 12px;
    background: #EF810F;
    color: white;
}

p {
    margin: 0px;
}

hr {
    border-top: 1px solid #EF810F;
}

a {
    color: #151515;
    text-decoration: none;
}

.table a {
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #a75a0a;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a.btn {
    text-decoration: none;
}

input[type="radio"].form-checkbox,
input[type="checkbox"].form-checkbox {
    display: inline-block;
    height: auto;
    margin: -5px 5px 0 0;
    vertical-align: middle;
    width: auto;
}

.bootstrap-filestyle.input-group input[type="text"] {
    background-color: #fff;
}

/*inherit - datatables*/
table.dataTable,
table.dataTable.no-footer {
    border: none;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info {
    margin-left: 15px;
    margin-right: 15px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-right: 15px;
}

/*table.dataTable thead th, table.dataTable tfoot th {*/
.table thead tr th {
    font-size: 15px;
    font-weight: 300;
}

/*inherit - jquery ui*/
.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: #EF810F;
    color: #fff;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0px;
    font-size: 10pt;
}

/*inherit - modal */
.bootstrap-dialog.type-primary .modal-header {
    background: #EF810F;
}

.bootstrap-dialog .modal-header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/*inherit - datetimepicker */
.bootstrap-datetimepicker-widget .timepicker-hour {
    width: 100%;
}

.bootstrap-datetimepicker-widget .timepicker-minute {
    width: 100%;
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
    color: #EF810F;
}

.bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #EF810F;
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #EF810F;
}
/*inherit - bootstrap theme*/

.navbar-default .navbar-nav > li > a {
    font-weight: 300;
}

.table > thead > tr > th {
    border: none;
    color: #fff;
    background: #EF810F;
}

.table > thead > tr > th,
.table > tbody > tr > td {
    border-color: #151515;
    border-top: none;
    border-bottom: solid 1px;
}

.btn-primary,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    background: #EF810F;
    border: 1px solid #EF810F;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #151515;
        border: 1px solid #151515;
    }

    .btn-primary.disabled,
    .btn-primary[disabled], fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover, .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        color: #fff !important;
        background: #EF810F;
        border: #EF810F;
    }

.btn-request {
    color: #fff !important;
    background: #18a689;
    border: #18a689;
}
    .btn-request:hover,
    .btn-request:focus,
    .btn-request:active,
    .btn-request.active {
        color: #fff !important;
        background-color: #151515;
        border: #151515;
    }

.page-header {
    margin-top: -15px;
    margin-bottom: 15px;
    border-color: #EF810F;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: default;
    opacity: 1;
    color: #EF810F;
    background-color: #eee;
}

#ApplyDateInput,
#StartDateInput,
#ExpireDateInput,
#fromDateInput,
#toDateInput {
    color: #6F6F6F;
    background-color: #fff;
}

.navbar-nav > li > span {
    font-weight: 300;
    color: #fff;
    line-height: 21px;
    position: relative;
    display: block;
    padding: 12px 15px;
}

.glyphicon-asterisk {
    color: red;
    font-size: xx-small;
    vertical-align: super;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #EF810F;
}

.navbar-collapse {
    font-size: 15px;
    padding-left: 0px;
}

/* drop down sub menu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 6px;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.dropdown-menu > .dropdown-submenu > a {
    padding-right: 20px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
/* End drop down sub menu */

.label, .control-label, .help-block, .checkbox, .radio {
    font-size: 15px;
}

.input-group-addon {
    background-color: rgb(239, 129, 15);
    color: #fff;
}

    .input-group-addon:not(.disabled):hover {
        background-color: #151515;
    }

/*custom class*/

#iCONEXT-logo {
    margin: 10px;
}

textarea.remark-text {
    resize: vertical;
    height: 100px;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.dashboard-image {
    border: 1px solid black;
}

#body {
    padding-bottom: 15px;
}

#email-suffix {
    font-size: 1.25em;
    padding-right: 40px;
    text-align: left;
}

#link-forgot {
    color: rgb(239,129,15);
    text-decoration: underline;
    cursor: pointer;
}

    #link-forgot:hover {
        color: #666;
    }

    #link-forgot:active {
        color: #000;
    }

/* sticky footer */
* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}

footer, .push {
    height: 120px; /* .push must be the same height as .footer */
}

.container-footer {
    padding-top: 20px;
}

.tdh4 {
    font-size: 14px;
}

.margin-top-26 {
    margin-top: 26px;
}

#site-name {
    display: inline-block;
    font-weight: bold;
    font-size: 36px;
    color: #EF810F;
    margin: 10px;
    margin-top: 9px;
}

    #site-name:hover {
        text-decoration: none;
        color: #EF810F;
    }

.navbar-small {
    font-size: 15px;
}
/* validateion */

.validation-summary-errors {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-left-color: #d9534f;
}

    .validation-summary-errors li {
        list-style: none;
        color: red;
    }

.input-validation-error {
    border-color: red;
}

#leave-btn-container {
    margin-bottom: 10px;
}

#quota-table tr th,
#quota-table tr td {
    border: none;
    font-weight: normal;
    line-height: 1;
    padding: 2px 5px;
}

    #quota-table tr th.table-heading {
        padding: 8px;
        line-height: 1.42857;
        height: 42px;
    }

    #quota-table tr td.separator {
        padding: 5px;
    }

    #quota-table tr td.total,
    #quota-table tr td.used {
        padding-right: 10px;
    }

    #quota-table tr td.balance {
        padding-right: 14px;
    }

    #quota-table tr td.used,
    #quota-table tr td.balance {
        border-left: 1px solid;
    }

    #quota-table tr td.collapse-trigger {
        background-color: #ccc;
        background-image: linear-gradient(to bottom, #eee, #ccc);
    }

        #quota-table tr td.collapse-trigger #show-all-quota-btn {
            background-color: transparent;
            width: 100%;
        }

#quota-table tr.sec-q.collapsed {
    display: block;
}

    #quota-table tr.sec-q.collapsed td,
    #quota-table tr.sec-q.collapsed td span {
        border: none;
        display: block;
        height: 0;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 0;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    #quota-table tr th,
    #quota-table tr td {
        border: none;
        font-weight: normal;
        line-height: 1;
        padding: 2px;
    }

        #quota-table tr td.total,
        #quota-table tr td.used {
            padding-right: 5px;
        }

        #quota-table tr td.balance {
            padding-right: 10px;
        }

        #quota-table tr td .tdh4 {
            font-size: 12px;
        }
}

#quota-balance-container {
    font-size: 15px;
    padding: 6px 12px;
}

@media (max-width: 992px) {
    #quota-balance-container {
        text-align: right;
    }
}

.control-label-wrapper {
    line-height: 35px;
}

.text-red {
    color: #f00;
}

#leave-status-dd,
#year-dd {
    color: #000;
}

    #leave-status-dd, #year-dd th {
        width: 100%;
    }


#leave-summary-table_wrapper {
    padding-top: 20px;
}

#ajax-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
    text-align: center;
    z-index: 100;
}

#ajax-loader-icon {
    position: absolute;
    top: 40%;
}

#email-keyword-btn {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    margin: 10px 0 0 0;
    padding: 7px 11px;
}

@media (min-width: 992px) {
    #email-keyword-btn {
        margin: 0;
    }
}

.fc-unthemed .fc-popover {
    z-index: 10;
}

.nav.navbar-nav .separator {
    color: white;
    line-height: 39px;
    font-size: 25px;
    font-weight: 100;
}
