﻿body {
    font-size: 13px !important;
    color: #757575 !important;
    overflow: hidden;
}

@-moz-document url-prefix() {
    body {
        overflow: auto !important;
    }
}

#veinticinco, x:-moz-any-link, x:default {
    overflow: auto;
}

table {
    width: 100% !important;
    color: #212529 !important;
    border: solid 1px #dcdcdc;
}

    table thead th {
        vertical-align: bottom !important;
        border-bottom: 2px solid #e9ecef !important;
        background: #f8f9fa !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-top: 1px solid #e9ecef !important;
        color: #5b626b !important;
        font-weight: 600;
        font-size: 13px;
        padding: 15px 5px !important;
    }

    table tbody td {
        border-left: 0px !important;
        border-right: 0px !important;
        padding: 15px 5px !important;
    }

    table#example tbody td:nth-child(1) {
        white-space: nowrap;
    }

    table tbody tr:nth-child(even) {
        background: #f8f9fa !important;
        border-top: 1px solid #dcdcdc !important;
        border-bottom: 1px solid #dcdcdc !important;
    }

    table tbody tr:nth-child(odd) {
        background: #FFF !important;
    }

    table tr {
        border-bottom: 0px !important;
    }








#addleaveRequestUdfsForm .custom-CheckBoxList input[type="checkbox"] {
    opacity: 1 !important;
}

#addleaveRequestUdfsForm .custom-TextArea label {
    position: relative !important;
}

#addleaveRequestUdfsForm .fa + input {
    height: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
}

#addleaveRequestUdfsForm .custom-CheckBox input[type="checkbox"] {
    float: left;
    position: relative;
    display: inline-block;
    top: 3px;
    opacity: 1;
}

#addleaveRequestUdfsForm .custom-CheckBox label {
    float: right;
    display: inline-block;
    width: 89%;
    position: relative;
}






.ui-datepicker-calendar td {
    padding: 0px !important;
}

    .ui-datepicker-calendar td a {
        text-align: center !important;
    }
#fluDetails {
    top: 0px !important;
    overflow: auto;
}
    #fluDetails .modal-body {
        padding-top: 5px !important;
        padding-bottom: 0px !important;
    }
    #fluDetails .modal-dialog {
        top: 0;
        margin-top: 20px;
    }
#SymptomList li {
    list-style-type: none !important;
}

#SymptomList i {
    font-size: 9px;
    color: #e25829;
    margin-right: 6px;
    position: relative;
    bottom: 1px;
}
.edit-btn {
    border: solid 1px rgba(230, 88, 42, 1);
    border-radius: 50%;
    padding: 7px 6px 5px 9px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(230, 88, 42, 1) !important;
    transition: all ease-in 0.4s;
}

.edit-btn {
    padding: 6px 7px !important;
}

.delete-btn {
    border: solid 1px rgba(230, 88, 42, 1);
    border-radius: 50%;
    padding: 7px 9px 5px 9px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(230, 88, 42, 1) !important;
    transition: all ease-in 0.4s;
}

.edit-btn:hover {
    border: solid 1px rgba(230, 88, 42, 1);
    border-radius: 50%;
    cursor: pointer;
    color: #fff !important;
    background: rgba(230, 88, 42, 1);
}

.delete-btn:hover {
    padding: 7px 9px 5px 9px;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

    table.dataTable thead th,
    table.dataTable tfoot th {
        font-weight: bold
    }

    table.dataTable thead th,
    table.dataTable thead td {
        padding: 10px 18px;
        border-bottom: 1px solid #dfdfdf;
    }

        table.dataTable thead th:active,
        table.dataTable thead td:active {
            outline: none
        }

    table.dataTable tfoot th,
    table.dataTable tfoot td {
        padding: 10px 18px 6px 18px;
        border-top: 1px solid #111
    }

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
        *cursor: hand;
        background-repeat: no-repeat;
        background-position: center right
    }

    /*table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png")
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png")
}*/

    table.dataTable thead .sorting_desc_disabled {
        background-image: url("../images/sort_desc_disabled.png")
    }

    table.dataTable tbody tr {
        background-color: #ffffff
    }

        table.dataTable tbody tr.selected {
            background-color: #B0BED9
        }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 18px 10px
    }

    table.dataTable.row-border tbody th,
    table.dataTable.row-border tbody td,
    table.dataTable.display tbody th,
    table.dataTable.display tbody td {
        border-top: 1px solid #ddd
    }

    table.dataTable.row-border tbody tr:first-child th,
    table.dataTable.row-border tbody tr:first-child td,
    table.dataTable.display tbody tr:first-child th,
    table.dataTable.display tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.cell-border tbody th,
    table.dataTable.cell-border tbody td {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr th:first-child,
    table.dataTable.cell-border tbody tr td:first-child {
        border-left: 1px solid #ddd
    }

    table.dataTable.cell-border tbody tr:first-child th,
    table.dataTable.cell-border tbody tr:first-child td {
        border-top: none
    }

    table.dataTable.stripe tbody tr.odd,
    table.dataTable.display tbody tr.odd {
        background-color: #f9f9f9
    }

        table.dataTable.stripe tbody tr.odd.selected,
        table.dataTable.display tbody tr.odd.selected {
            background-color: #acbad4
        }

    table.dataTable.hover tbody tr:hover,
    table.dataTable.display tbody tr:hover {
        background-color: #f6f6f6
    }

        table.dataTable.hover tbody tr:hover.selected,
        table.dataTable.display tbody tr:hover.selected {
            background-color: #aab7d1
        }


    table.dataTable.no-footer {
        border-bottom: 1px solid #ddd;
    }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap
    }

    table.dataTable.compact thead th,
    table.dataTable.compact thead td {
        padding: 4px 17px 4px 4px
    }

    table.dataTable.compact tfoot th,
    table.dataTable.compact tfoot td {
        padding: 4px
    }

    table.dataTable.compact tbody th,
    table.dataTable.compact tbody td {
        padding: 4px
    }

    table.dataTable th.dt-left,
    table.dataTable td.dt-left {
        text-align: left
    }

    table.dataTable th.dt-center,
    table.dataTable td.dt-center,
    table.dataTable td.dataTables_empty {
        text-align: center
    }

    table.dataTable th.dt-right,
    table.dataTable td.dt-right {
        text-align: right
    }

    table.dataTable th.dt-justify,
    table.dataTable td.dt-justify {
        text-align: justify
    }

    table.dataTable th.dt-nowrap,
    table.dataTable td.dt-nowrap {
        white-space: nowrap
    }

    table.dataTable thead th.dt-head-left,
    table.dataTable thead td.dt-head-left,
    table.dataTable tfoot th.dt-head-left,
    table.dataTable tfoot td.dt-head-left {
        text-align: left
    }

    table.dataTable thead th.dt-head-center,
    table.dataTable thead td.dt-head-center,
    table.dataTable tfoot th.dt-head-center,
    table.dataTable tfoot td.dt-head-center {
        text-align: center
    }

    table.dataTable thead th.dt-head-right,
    table.dataTable thead td.dt-head-right,
    table.dataTable tfoot th.dt-head-right,
    table.dataTable tfoot td.dt-head-right {
        text-align: right
    }

    table.dataTable thead th.dt-head-justify,
    table.dataTable thead td.dt-head-justify,
    table.dataTable tfoot th.dt-head-justify,
    table.dataTable tfoot td.dt-head-justify {
        text-align: justify
    }

    table.dataTable thead th.dt-head-nowrap,
    table.dataTable thead td.dt-head-nowrap,
    table.dataTable tfoot th.dt-head-nowrap,
    table.dataTable tfoot td.dt-head-nowrap {
        white-space: nowrap
    }

    table.dataTable tbody th.dt-body-left,
    table.dataTable tbody td.dt-body-left {
        text-align: left
    }

    table.dataTable tbody th.dt-body-center,
    table.dataTable tbody td.dt-body-center {
        text-align: center
    }

    table.dataTable tbody th.dt-body-right,
    table.dataTable tbody td.dt-body-right {
        text-align: right
    }

    table.dataTable tbody th.dt-body-justify,
    table.dataTable tbody td.dt-body-justify {
        text-align: justify
    }

    table.dataTable tbody th.dt-body-nowrap,
    table.dataTable tbody td.dt-body-nowrap {
        white-space: nowrap
    }

    table.dataTable,
    table.dataTable th,
    table.dataTable td {
        box-sizing: content-box
    }

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
    margin-top: 20px;
    overflow: auto;
    padding: 3px;
}

    .dataTables_wrapper .dataTables_length {
        float: left
    }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            margin-left: 0.5em
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: 0.755em
    }

    .dataTables_wrapper .dataTables_paginate {
        float: right;
        text-align: right;
        padding-top: 0.25em
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: 0.5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            *cursor: hand;
            color: #333 !important;
            border: 1px solid transparent;
            border-radius: 2px
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current,
            .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #333 !important;
                border: 1px solid #979797;
                background-color: white;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
                background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
                background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
                background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
                background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
                background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
                background: #e25829;
                color: #fff !important;
                border: #e25829 solid 1px !important;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: transparent;
                box-shadow: none
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: white !important;
                border: 1px solid #111;
                background-color: #585858;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
                background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
                background: -moz-linear-gradient(top, #585858 0%, #111 100%);
                background: -ms-linear-gradient(top, #585858 0%, #111 100%);
                background: -o-linear-gradient(top, #585858 0%, #111 100%);
                background: linear-gradient(to bottom, #585858 0%, #111 100%);
                background: #e25829;
                color: #fff !important;
                border: #e25829 solid 1px !important;
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                outline: none;
                background-color: #2b2b2b;
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
                background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
                background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
                background: #e25829;
                color: #fff !important;
                border: #e25829 solid 1px !important;
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em
        }

    .dataTables_wrapper .dataTables_processing {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 40px;
        margin-left: -50%;
        margin-top: -25px;
        padding-top: 20px;
        text-align: center;
        font-size: 1.2em;
        background-color: white;
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            *margin-top: -1px;
            -webkit-overflow-scrolling: touch
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
                vertical-align: middle
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid #111
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
    .dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
        border-bottom: none
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

.btn:hover, .btn-large:hover, .btn-small:hover {
    color: #fff;
}

#correspondenceFieldDetails {
    padding-top: 0px;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

@media screen and (max-width: 640px) {

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}

@media screen and (max-width: 500px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: left;
        text-align: center;
        clear: left;
    }
}

#leaveRequestHeader, #disabilityRequestHeader {
    padding: 0px !important;
    border-bottom: 4px solid #db5829;
}

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: 0;
    }

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }

#leaveRequestHeader b {
    font-size: 13px;
}

#leaveRequestHeader textarea {
    resize: none;
}

.tabs {
    height: 44px;
    width: 100%;
    background-color: #f1f1f3 !important;
    margin: 0 auto;
    white-space: nowrap;
    margin-bottom: 17px !important;
    margin-top: 20px !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .tabs .tab a {
        color: #777 !important;
    }

        .tabs .tab a:hover, .tabs .tab a:active, .tabs .tab a:focus, .tabs .tab a:focus.active, .tabs .tab a.active {
            background-color: #3e5364 !important;
            color: #fff !important;
        }

    .tabs .indicator {
        background-color: #e6582a !important;
        height: 4px !important;
    }

.innerWrapper {
    height: 100% !important;
}

.nav-tabs .nav-item {
    width: 50%;
    line-height: 40px !important;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #e6582a !important;
    -webkit-box-shadow: 0 1px 0 0 #e6582a !important;
    box-shadow: 0 1px 0 0 #e6582a !important;
}

    input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
        color: #e6582a !important;
    }

.page-title {
    font-size: 18px;
    font-weight: 100;
    padding-bottom: 10px !important;
    color: #666;
    margin-top: 10px !important;
    text-transform: uppercase !important;
}

textarea {
    resize: none !important;
}

.textarea-material.input-field > label {
    top: -8px !important;
    left: 12px !important;
}

#leaveRequestHeader .columnWrapper {
    background: #f1f1f3;
    padding: 5px 12px;
    border: solid 1px #e4e4e4;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.fa-calendar {
    position: absolute;
    right: 5px;
    top: 20px;
}

.select-wrapper select {
    display: none;
}

#example_filter input {
    width: auto !important;
}

.modal {
    z-index: 9997 !important;
    padding-top: 0px !important;
}

    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 600px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        max-width: none;
    }

        .modal.right .modal-dialog.modal-correspondence {
            position: fixed;
            margin: auto;
            width: 800px;
        }

    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.right .modal-body {
        padding: 20px 20px 30px;
    }

    /*Right*/
    .modal.right.fade .modal-dialog {
        right: -600px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

        .modal.right.fade .modal-dialog.modal-correspondence {
            right: -800px;
            -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
            -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
            -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
        }

    .modal.right.fade.show .modal-dialog {
        right: 0;
    }

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
    width: 100% !important;
    padding: 0px !important;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 0px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: 0;
    }

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
    color: #ffffff;
    background-color: rgba(62, 83, 100, 1);
    border-bottom: 4px solid #db5829;
    border-left: 0px !important;
    border-right: 0px !important;
}

.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    background: rgba(241, 241, 243, 1);
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0px;
    border-bottom: solid 4px rgba(241, 241, 243, 1);
    border-left: 0px;
    border-right: 0px;
    padding-top: 6px;
    color: #555;
    border-color: #e9ecef #e9ecef;
}

#myTabContent {
    margin-top: 15px;
}

.nav-tabs .nav-item:nth-child(1) .nav-link {
    border-top-left-radius: 8px;
}

.nav-tabs .nav-item:nth-child(2) .nav-link {
    border-top-right-radius: 8px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #c5c6c7;
}

.no-padding {
    padding: 0px;
}

#leaveReasonDynamicForm {
    margin: 0px;
    background: #f1f1f3;
    padding: 5px 12px;
}

#SelfServiceDocumentGroupGrid .table-edit.edit-btn, #SSInsightsDocumentGroupGrid .table-edit.edit-btn {
    position: relative;
    top: 2px;
}

.table-edit.edit-btn .fa-download {
    position: relative;
}

#SelfServiceDocumentGroupGrid h2, #SSInsightsDocumentGroupGrid h2 {
    font-weight: 300;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
}

    #SelfServiceDocumentGroupGrid h2 div[aria-expanded="true"], #SSInsightsDocumentGroupGrid h2 div[aria-expanded="true"] {
        padding: 15px;
        background: #3e5364;
        color: #fff;
        border: solid 1px #3e5364;
    }

    #SelfServiceDocumentGroupGrid h2 div[aria-expanded="false"], #SSInsightsDocumentGroupGrid h2 div[aria-expanded="false"] {
        padding: 15px;
        background: #d2d2d2;
        color: #293844;
        border: solid 1px #b7b7b7;
    }


    #SelfServiceDocumentGroupGrid h2 div i, #SSInsightsDocumentGroupGrid h2 div i {
        padding-right: 10px;
    }

#SelfServiceDocumentGroupGrid .card, #SSInsightsDocumentGroupGrid .card {
    position: relative;
    margin: 0px 0 1rem 0 !important;
}

#accordionDocumentgroups {
    margin-bottom: 5px !important;
    clear: both;
}

#SelfServiceDocumentGroupGrid td, #SSInsightsDocumentGroupGrid td {
    width: 50%;
    padding: 12px 15px !important;
}

#SelfServiceDocumentGroupGrid tr:nth-child(even), #SSInsightsDocumentGroupGrid tr:nth-child(even) {
    background: #efefef;
}

#SelfServiceDocumentGroupGrid tr:nth-child(odd), #SSInsightsDocumentGroupGrid tr:nth-child(odd) {
    background: #FFF;
}

#SelfServiceDocumentGroupGrid .card, #SSInsightsDocumentGroupGrid .card {
    margin-bottom: 8px !important;
    border: 0px;
}

#SelfServiceDocumentGroupGrid .dataTables_wrapper, #SSInsightsDocumentGroupGrid .dataTables_wrapper {
    border: solid 1px #dfdfdf;
    margin-top: 0px;
}

#SelfServiceDocumentGroupGrid .display, #SSInsightsDocumentGroupGrid .display {
    border-top: solid 1px #dfdfdf;
}

#SelfServiceDocumentGroupGrid .dataTables_length, #SSInsightsDocumentGroupGrid .dataTables_length {
    padding-left: 15px;
    margin-top: 7px;
}

#SelfServiceDocumentGroupGrid .dataTables_filter, #SSInsightsDocumentGroupGrid .dataTables_filter {
    padding-right: 15px;
}

#SelfServiceDocumentGroupGrid th, #SSInsightsDocumentGroupGrid th {
    background: #efefef;
    padding: 12px 15px !important;
}

#SSInsightsDocumentGroupGrid .edit-btn {
    padding: 6px 5px 6px 10px !important;
}

#ssInsightsRequestsGrid_wrapper .edit-btn {
    padding: 6px 6px 6px 8px !important;
} 
#SelfServiceDocumentGroupGrid .dataTables_info, #SSInsightsDocumentGroupGrid .dataTables_info {
    padding: 15px;
}

#SelfServiceDocumentGroupGrid .dataTables_paginate, #SSInsightsDocumentGroupGrid .dataTables_paginate {
    padding: 10px;
}

#SelfServiceDocumentGroupGrid h1, .page-title main-page, #SSInsightsDocumentGroupGrid h1, #h1-custom-style h1 {
    border-left: solid 3px #e25829;
    font-size: 22px;
    color: #3e5364;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 3px !important;
    margin-bottom: 7px;
    margin-top: 10px !important;
}

#caseStatusAndType {
    margin-top: 4px !important;
    position: relative;
    top: 5px;
}

#SSInsightsDocumentGroupGrid {
    margin-top: -20px !important;
}

    #SSInsightsDocumentGroupGrid h1 { margin-top:0px !important;}

    h1 {
        margin-bottom: 0px;
    }

h5 {
    border-bottom: solid 1px;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 17px;
    padding-bottom: 4px;
}

.help-text i {
    font-size: 22px;
    color: rgba(230, 88, 42, 1) !important;
}

.help-text b {
    font-size: 17px;
    color: rgba(62, 83, 100, 1) !important;
}


.help-text img {
    display: inline-block;
    border: solid 1px #e6582a;
    margin: 3px 5px;
}

.innerWrapper {
    color: #757575 !important;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    opacity: 1;
}

#CorrespondenceGridDetails_wrapper th::after, #ssInsightsPaymentsGrid th::after, #example_wrapper.dataTables_wrapper th::after, #leaveRequestGrid_wrapper th::after, #ssInsightsRequestsGrid_wrapper th::after, #employeesGrid th::after {
    content: "\f0dc";
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-family: "FontAwesome";
    position: relative;
    left: 5px;
}

footer.innerWrapper {
    margin-top: 30px;
}

th.sorting_disabled::after, .ui-datepicker-calendar th::after {
    display: none !important;
}

.nav-pills .nav-link {
    background: #3e5364;
    color: #fff;
    padding: 18px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    border-bottom: solid 1px #2f3f4c;
}

    .nav-pills .nav-link:nth-child(1) {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .nav-pills .nav-link:nth-last-child(1) {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom: 0px;
    }

#leaveRequestTabStrip #myTabContent, #editClaimSummary #myTabContent {
    margin-top: 0px;
    border: solid 1px #d6d8db;
    border-top: 0px;
    padding: 15px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #db5829;
}

#caseSummaryForm .nav-link {
    cursor: auto;
    border-top-right-radius: 8px;
}

#leaveRequestTabStrip label, #caseSummaryTabStrip label {
    position: relative;
}

input:not([type])[readonly="readonly"] {
    box-shadow: none !important;
    background-color: transparent;
}

.margin-left-right-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.row.details-tab {
    padding-top: 7px;
}

    .row.details-tab label {
        text-transform: uppercase;
        color: #3e5364;
    }

    .row.details-tab span {
        font-weight: 700;
        color: #3e5364;
    }

#progress1 {
    position: fixed;
    top: 0;
    display: none;
    width: 100%;
    height: 150px;
    z-index: 9999 !important;
    background: url("kendo/Default/359.gif") no-repeat center center;
    background-size: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    height: 100%;
}

.overlay {
    z-index: 1000;
    opacity: 1; /* in FireFox */
    filter: alpha(opacity=50); /* in IE */
    pointer-events: none;
}

textarea:read-only {
    color: rgba(0, 0, 0, 0.42);
    border: 1px dotted rgba(0, 0, 0, 0.42);
    pointer-events: none;
    margin-top: 12px;
    border-radius: 0px;
}


#leaveReasonDynamicForm select, #leaveReasonDynamicForm textarea {
    width: 100%;
    margin-top: 35px;
    border-radius: 0px;
    border: solid 1px #d8d5d5;
}

#leaveReasonDynamicForm input {
    margin-top: 20px;
    border-color: #d8d5d5;
}

#leaveReasonDynamicForm .fa-calendar {
    margin-top: 20px;
}

select.form-control {
    height: 36px;
    font-size: 13px !important;
}

.date-pick {
    position: relative;
    margin-bottom: 15px;
}

.text-danger {
    color: #dc3545 !important;
    font-size: 11px;
    bottom: -8px;
}

#ssInsightsConfirmRegInfoForm label, #selfServiceConfirmRegInfoForm label {
    position: relative;
    margin-bottom: 0px;
}

#ssInsightsRegInfoFormSection input, #selfServiceRegInfoForm input {
    margin-bottom: 0px;
}

#ssInsightsRegInfoFormSection .text-danger, #selfServiceRegInfoForm .text-danger {
    bottom: -4px;
}

.modal-header button.close.modal-close {
    color:#333;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    margin-right: 15px;
    margin-top: 4px;
}

#ssInsightsConfirmRegInfoForm .columnWrapper, #selfServiceConfirmRegInfoForm .columnWrapper {
    padding: 10px 40px 0px 25px;
}

.date-pick input {
    margin-bottom: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

label {
    color: #757575 !important;
}

    #leaveReasonDynamicForm [type="radio"]:nth-child(1), .defined-fields [type="radio"]:nth-child(1), .defined-fields [type="checkbox"]:nth-child(1) {
    margin-top: 40px !important;
}

.defined-fields {
    border: solid 1px #e4e4e4;
    margin-top: -16px;
}

    .defined-fields select {
        margin-top: 35px;
    }

#viewSelfServiceLeaveReasonDynamicForm {
    width: 100%;
}

    #viewSelfServiceLeaveReasonDynamicForm .label, #viewleaveRequestUdfsForm .label {
        width: 100%;
        display: block;
        float: left;
        text-align: left;
        color: #757575;
    }

    #viewSelfServiceLeaveReasonDynamicForm .input.viewValue, #viewleaveRequestUdfsForm .input.viewValue {
        margin: 0px !important;
        display: block;
        color: rgba(0, 0, 0, 0.42);
        border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
        margin-bottom: 30px !important;
        width: 100%;
    }

#v-pills-tabContent #example_wrapper {
    overflow: auto;
    padding-bottom: 20px;
}

#CorrespondenceGridDetails {
    border: 1px solid #dfdfdf;
}

#veinticinco, x:-moz-any-link, x:default {
    overflow: auto;
}

#success-alert {
    font-size: 15px;
    color: #333 !important;
    text-align: center;
    border: none;
    border: #d6d6d6 0px solid;
    border-radius: 13px;
    width: 452px !important;
    height: 136px !important;
}

    #success-alert strong {
        display: block;
        font-size: 23px;
        color: #53c14c !important;
        padding-bottom: 6px;
    }

    #success-alert div {
        line-height: 24px;
        padding-top: 33px !important;
    }

    #CorrespondenceGridDetails tbody td {
        padding: 15px 10px !important;
    }

.innerWrapper {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#correspondenceFieldDetails .input-field.input-relative > label {
    color: #757575;
    position: relative;
    display: block;
    margin-bottom: 18px;
}

#correspondenceFieldDetails .input-field > label {
    color: #757575;
    position: relative;
    display: block;
    margin-bottom: 14px;
}

#correspondenceFieldDetails select {
    width: 100%;
}

.backdrop-orange {
    background: #fafafa;
    padding: 5px 12px;
    border: solid 1px #e4e4e4;
    border-bottom: 4px solid #db5829;
    margin-top: 15px;
}

#correspondenceFieldDetails .backdrop-orange table {
    background: #fff !important;
}

#correspondenceFieldDetails .input-field input[type=search]:focus:not(.browser-default) {
    background: #fafafa !important;
}

.backdrop-orange .input-field {
    margin-top: -10px !important;
}

#correspondenceFieldDetails .input-field > label {
    top: 3px;
}

    #correspondenceFieldDetails .input-field > label:not(.label-icon).active {
        transform: translateY(-5px) scale(0.8);
        top: 20px;
    }

.date-pick input {
    position: relative;
    bottom: 12px;
    height: 2.5rem !important;
}

.date-pick label {
    margin-bottom: 0px;
    top: -3px;
    position: relative;
}

#content {
    padding: 0px 15px !important;
}

.buttonFooter {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
    text-align: center;
    background: #fafafa !important;
}

#leaveRequestTabStrip {
    margin-bottom: 30px;
}

/*RESPONSIVE*/

@media (min-width: 576px) {
    .innerWrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .innerWrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .innerWrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .innerWrapper {
        max-width: 1140px;
    }
}


@media (max-width: 992px) {
    .nav-pills .nav-link {
        font-size: 13px;
        padding: 18px 10px;
        width: 100%;
        letter-spacing: -0.5px;
    }
}

@media (max-width: 768px) {
    .nav-pills .nav-link {
        font-size: 13px;
        padding: 14px 16px;
        letter-spacing: 0px;
    }

    .innerWrapper {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: auto !important;
    }

    #v-pills-tabContent {
        margin-top: 20px;
    }

    #selfServiceConfirmRegInfoPopup { top:0px !important;
                                      left:0px !important;
                                      width:100% !important;
    }

    .nav-tabs .nav-item {
        width: 100%;
        line-height: 40px !important;
    }

        .nav-tabs .nav-item:nth-child(1) .nav-link {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

        .nav-tabs .nav-item:nth-child(2) .nav-link {
            border-top-right-radius: 0px;
        }

    #viewSelfServiceLeaveReasonDynamicForm .input.viewValue, #viewleaveRequestUdfsForm .input.viewValue {
        margin: 0px !important;
        display: block;
        color: rgba(0, 0, 0, 0.42);
        border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
        margin-bottom: 30px !important;
        width: 100%;
    }

    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100% !important;
    }

    #ssInsightsConfirmRegInfoPopup {
        width: 100% !important;
        left: 0px !important;
        top: 0% !important;
    }
}

@media (max-width: 575px) {
    #content {
        padding: 15px !important;
    }
}
