﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.navbar-light {
    background: #DEECF9 !important
}

#logo {
    width: 97px;
    height: 27px;
    background: url(/content/images/logo.png) 0 0 no-repeat;
}

#userNameLbl-1, #userAvatar {
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

#userAvatar {
    margin-right: 5px;
}

.collapsable {
    border: 1px solid #eee;
    padding: 12px;
    display: block;
}

#complaintTable th {
    background-color: #eee;
    font-weight: 500;
}

.filterButton {
    display: inline-block;
    float: right;
    padding: 0px 5px;
    cursor: pointer;
    position: relative;
}

    .filterButton.selected {
        background-color: #ccc;
        border: solid 1px #aaa;
        border-radius: 2px;
    }

.filterPopup {
    -webkit-box-shadow: 2px 2px 6px 0px rgba(181,181,181,1);
    -moz-box-shadow: 2px 2px 6px 0px rgba(181,181,181,1);
    box-shadow: 2px 2px 6px 0px rgba(181,181,181,1);
    position: absolute;
    background-color: #fff;
    border: solid 1px #eee;
    padding: 3px 4px;
    min-width: 300px;
    left: 0;
}

    .filterPopup table, .filterPopup table tr, .filterPopup table td {
        border: none;
    }

    .filterPopup table {
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .filterPopup table tr td:first-child {
            padding-left: 0;
        }

        .filterPopup table tr td:last-child {
            padding-right: 0;
        }

.form-control {
    font-size: 14px;
}

.filterBox > div {
    float: left;
    padding-right: 5px;
}

    .filterBox > div > select, .filterBox > div > input {
        width: 100%;
    }

.required {
    color: red;
}

@media (min-width: 768px) {
    .filterBox > div {
        float: left;
    }

        .filterBox > div:first-child {
            padding-left: 0;
        }

        .filterBox > div:last-child {
            padding-right: 0;
        }

    .div5 {
        width: 5%;
        float: left;
    }

    .div10 {
        width: 10%;
        float: left;
    }

    .div15 {
        width: 15%;
        float: left;
    }

    .div20 {
        width: 20%;
        float: left;
    }

    .div25 {
        width: 25%;
        float: left;
    }

    .div30 {
        width: 30%;
        float: left;
    }

    .div35 {
        width: 35%;
        float: left;
    }

    .div40 {
        width: 40%;
        float: left;
    }

    .div45 {
        width: 45%;
        float: left;
    }

    .div50 {
        width: 50%;
        float: left;
    }

    .div55 {
        width: 55%;
        float: left;
    }

    .div60 {
        width: 60%;
        float: left;
    }

    .div65 {
        width: 65%;
        float: left;
    }

    .div70 {
        width: 70%;
        float: left;
    }

    .div75 {
        width: 75%;
        float: left;
    }

    .div80 {
        width: 80%;
        float: left;
    }

    .div85 {
        width: 85%;
        float: left;
    }

    .div90 {
        width: 90%;
        float: left;
    }

    .div95 {
        width: 95%;
        float: left;
    }
}

.tab-page {
    border: solid 1px #ddd;
    border-top: none;
    padding: 0;
    float: left;
    width: 100%;
    background-color: #FAFAFA;
}

    .tab-page a span {
        background-image: url('/Content/images/sprite.png');
        border-color: transparent;
        height: 16px;
        width: 16px;
        display: block;
    }

.next-btn {
    background-position: 0 -16px;
}

.forward-btn {
    background-position: 0 -80px;
}

.prev-btn {
    background-position: 0 -48px;
}

.backward-btn {
    background-position: 0 -112px;
}

.tab-page .selected {
    border-color: #3f51b5 transparent transparent;
    border-radius: 0;
    border-top: solid 2px;
    box-shadow: none;
    color: #3f51b5;
}

.tab-page .disabled {
    opacity: 0.25 !important;
    cursor: default !important;
}

    .tab-page .disabled:hover {
        color: #888;
        opacity: 0.25 !important;
        cursor: default !important;
    }

.page-perpage > select {
    border: none;
    height: 34px;
}

.tab-page a {
    border-color: transparent;
    border-top: solid 2px #fff;
    padding: 15px 15px 17px 15px;
    color: #333;
    opacity: 0.6;
    float: left;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
}

    .tab-page a:hover {
        text-decoration: none;
        opacity: 1.0;
    }

    .tab-page a:active {
        text-decoration: none;
        opacity: 1.0;
    }

.etc {
    float: left;
    padding-top: 11px;
}

.page-perpage {
    float: left;
    padding: 8px 0;
}

.page-number {
    float: left;
}

.page-show {
    float: right;
    line-height: 50px;
    color: #888;
    padding-right: 10px;
}

.page-perpage {
    float: left;
    padding: 8px 0;
}

.department-checkbox {
    margin-right: 20px;
}

.box {
    border: solid 1px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 0 10px;
}

.btn-sm {
    padding: 3px 6px !important;
}

.divContent {
    padding: 5px;
    background: #eaeaea;
    margin-bottom: 5px;
}

.department-checkbox label {
    font-weight: bold;
}

.btn-outline-primary {
    border-color: #007bff !important;
}

#divBodApproved {
    padding-top: 20px;
    border-top: solid 1px;
}

    #divBodApproved label {
        font-weight: bold;
    }

#divLogin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -175px;
    width: 350px;
    border: solid 1px #ddd;
    padding: 0px;
    clear: both;
    overflow: hidden;
}

    #divLogin .leftDiv {
        width: auto;
        overflow: hidden;
    }

    #divLogin label {
        font-weight: 400;
        padding-left: 0;
    }

.pdf {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/content/Icons/pdf.gif') no-repeat;
    float: left;
}

.excel {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/content/Icons/excel.gif') no-repeat;
    float: left;
}

.word {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/content/Icons/word.gif') no-repeat;
    float: left;
}

.image {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/content/Icons/image.png') no-repeat;
    float: left;
}

.file {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/content/Icons/file.gif') no-repeat;
    float: left;
}

.rar {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/content/Icons/rar.gif') no-repeat;
    float: left;
}

.btnUpdateUserAction {
    height: 35px;
}

#tblData td {
    vertical-align: middle;
}

.treePanel i {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #2B88D8;
}

.inputPass {
    margin-bottom: 10px;
    height: 40px;
    border: solid 1px #ccc;
    width: 100%;
    max-width: 374px;
    padding-left: 8px;
}

.outdate {
    width: 115px;
    color: white;
    background: #d63b3b;
    border-radius: 2px;
    padding: 0 3px;
    text-align: center
}
.c{
    text-align:center;
}
.disabled-checkbox {
    pointer-events: none;
}
a {
    cursor:pointer;
}
.navbar-nav .dropdown {
    margin-top: 8px;
    color: rgba(0,0,0,.5);
}
.dropdown-toggle {
    color: rgba(0,0,0,.5);
}
.dropdown-menu li {
    padding:5px;
}
    .dropdown-menu li a {
        color: rgba(0,0,0,.9);
    }
    .dropdown-menu li a.active {
        color: rgba(0,0,0,1);
    }


.aui-page-panel {
    background: #fff;
    border-top: 1px solid #ccc;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    display: block;
    margin: 10px 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.aui-page-panel-inner {
    border-spacing: 0;
    display: flex;
    table-layout: fixed;
    width: 100%;
}
 .div75 {
    float: left;
}

.aui-page-panel-nav {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px 20px 10px 0;
    vertical-align: top;
    min-width:170px;
}

.aui-navgroup-vertical .aui-nav-heading + .aui-nav, .aui-navgroup-vertical .aui-nav:first-child, .aui-navgroup-vertical .aui-navgroup-inner > .aui-nav-heading:first-child, .aui-navgroup-vertical .aui-navgroup-primary > .aui-nav-heading:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

.aui-navgroup-vertical .aui-nav, .aui-navgroup-vertical .aui-nav-heading {
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding-top: 5px;
}

.aui-nav-heading {
    color: #888;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.66666666666667;
    text-transform: uppercase;
    padding: 10px 10px 4px 0;
}

.aui-nav, .aui-nav > li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aui-nav-vertical .aui-nav li.active > a, .aui-navgroup-vertical .aui-nav li.active > a {
    color: #333;
    font-weight: 700;
}

.aui-nav-vertical > li > a, .aui-navgroup-vertical .aui-nav > li > a {
    color: #3572b0;
    display: block;
    line-height: 1.14285714285714;
    padding: 5px 5px;
    margin: 0 0 0 -5px;
}

    .aui-nav-vertical > li > a:focus, .aui-navgroup-vertical .aui-nav > li > a:focus {
        text-decoration: none;
    }