﻿body {
    color: #232323;
    line-height: 1.5em;
    font-size: 14px;
    font-family: Arial,sans-serif;
    /*font-family: 'Segoe UI',Arial,sans-serif;*/
}

#body {
    min-height: 400px;
    margin-top: 10px;
}

#p_search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #888;
}

#p_search::-moz-placeholder { /* Firefox 19+ */
    color: #888;
}

#p_search:-ms-input-placeholder { /* IE 10+ */
    color: #888;
}

#p_search:-moz-placeholder { /* Firefox 18- */
    color: #888;
}

#p_search:hover {
}

#top_search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
}

#top_search::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}

#top_search:-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
}

#top_search:-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}

#top_search:hover {
}

a {
    cursor: pointer;
}

#logo {
    margin-right: 25px;
    margin-top: 11px;
    float: left;
    height: 32px;
    width: 100px;
    background: url('/Content/images/bim-logo.svg') no-repeat;
}

.topBar {
}

    .topBar .logo {
        width: 110px;
        float: left;
    }

    .topBar .search {
        width: auto;
        overflow: hidden;
    }

        .topBar .search a {
            font-size: 14px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            padding-left: 15px;
            padding-right: 15px;
            border-left: solid 1px #eee;
            color: #888;
        }

            .topBar .search a:hover {
                background-color: #ccc;
            }

        .topBar .search .right {
            width: 140px;
            float: right;
        }

        .topBar .search .left {
            width: auto;
            overflow: hidden;
        }

.navbar {
    margin-bottom: 25px;
    min-height: 35px;
}

.caret {
    margin-left: 0px;
}

#usr_avatar {
    width: 34px;
    border-radius: 16px;
    border: solid 1px #eee;
    margin-top: -4px;
}

.left-menu {
    background-color: #fff;
    padding: 0px 0px 20px;
    color: #666;
    background-color: #fff;
}

    .left-menu > a {
        display: block;
        padding: 5px 0px 6px;
        margin-bottom: 5px;
    }

        .left-menu > a:hover, .left-menu > a.selected {
            color: #000 !important;
        }

.treePanel {
    height: auto;
    overflow: hidden;
}

    .treePanel .right.full {
        width: 68px;
        float: right;
        padding-left: 3px;
    }

        .treePanel .right.full button {
            padding: 3px 6px 4px;
            float: right;
            margin-right: 3px;
            height: 28px;
            width: 28px;
        }

    .treePanel .left {
        float: none;
        width: auto;
        overflow: hidden;
        position: relative;
    }

#p_search {
    background-color: #eee;
    width: 100%;
    padding: 0px 23px 0 6px;
    line-height: 40px;
}

#topSearch {
    width: 100%;
    padding: 0px 23px 0 6px;
    line-height: 36px;
    border: none;
    outline: none;
    border-right: solid 1px #fff;
    margin-top: 2px;
    margin-left: 2px;
}

.treePanel .left i {
    position: absolute;
    top: 7px;
    right: 6px;
    color: #ccc;
}

.treeRoot {
    color: #707070;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.66666666666667;
    padding: 5px 10px 4px 0;
}

    .treeRoot strong {
        display: inline-block;
        padding: 1px 3px;
        cursor: pointer;
    }

        .treeRoot strong:hover {
            background: #E7F4F9;
            box-shadow: inset 0 0 1px #E1EBEF;
        }

        .treeRoot strong.selected {
            background: #beebff;
            border-radius: 2px;
            box-shadow: inset 0 0 1px #999;
        }

.main-content {
    color: #333;
}

a.btn-xs {
    margin: 1px;
}

.one-line {
    margin-bottom: 2px;
}

    .one-line:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.user_menu li.open > a, .user_menu li.open > a:focus, .user_menu li.open > a:hover {
    background-color: transparent !important;
}

.cat-tree i.jstree-themeicon {
    background: url(/Content/images/file_sprite.png) -505px -17px no-repeat !important;
    width: 19px;
    top: 2px;
    left: 24px;
    position: absolute;
}

.search_top {
    position: relative;
}

@media (min-width: 768px) {
    .search_top > i {
        position: absolute;
        top: 15px;
        left: 8px;
        color: #888;
        font-size: 18px;
    }

    td.r, th.r {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .search_top > i {
        position: absolute;
        top: 11px;
        right: 27px;
        color: #888;
    }
}

.cat-tree.jstree-default .jstree-anchor {
    line-height: 18px !important;
    height: auto !important;
    max-width: 90% !important;
    padding-left: 22px !important;
    white-space: normal !important;
    padding-top: 2px;
    padding-bottom: 4px;
}

.jstree-default .jstree-node {
    padding: 0px 0 !important;
    position: relative;
}

.col-form-label {
    padding-top: calc(.5rem + 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0;
    font-weight: 400;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        display: block;
    }

.ticketFilter .col-xs-6, .ticketFilter .col-xs-12 {
    padding-left: 0;
    padding-bottom: 5px;
}

    .ticketFilter .col-xs-6:first-child {
        padding-left: 15px;
    }

.ticketFilter select {
    padding: 5px 5px 6px
}

.ticketFilter .search {
    width: auto;
    overflow: hidden;
}

    .ticketFilter .search a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        border-left: solid 1px #eee;
        color: #888;
    }

        .ticketFilter .search a:hover {
            background-color: #ccc;
        }

    .ticketFilter .search .right {
        width: 88px;
        float: right;
    }

    .ticketFilter .search .left {
        width: auto;
        overflow: hidden;
        position: relative;
    }

        .ticketFilter .search .left i {
            position: absolute;
            top: 9px;
            left: 6px;
            color: #ccc;
        }

.addTicket {
    width: auto;
    overflow: hidden;
    margin-bottom: 8px;
}

    .addTicket .right {
        width: 115px;
        float: right;
    }

    .addTicket .left {
        width: auto;
        overflow: hidden;
    }

#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;
    }

.request {
    color: #f00;
}

#previewTicketModal .form-group, #createTicketModal .form-group, #signupModal .form-group {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

    #createTicketModal .form-group label, #signupModal .form-group label {
        padding-top: 8px;
    }

.topBar .search a.sign-off {
    color: #c30000;
}

    .topBar .search a.sign-off:hover {
        text-decoration: none;
    }

.tab-page {
    border-top: none;
    padding: 0;
    float: left;
    width: 100%;
}

    .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;
}

#ticketTable tr td:nth-child(4), #ticketTable tr td:nth-child(5), #ticketTable tr td:nth-child(6) {
    white-space: nowrap;
}

.modal-dialog label.radio-inline {
    margin-left: 0px;
    margin-right: 10px;
}

.modal-dialog .form-group label.col-md-2 {
    padding-right: 0;
}

.bootbox .modal-dialog {
    max-width: 600px;
}

.pdf {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/Icons/pdf.gif') no-repeat;
    float: left;
}

.excel {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/Icons/excel.gif') no-repeat;
    float: left;
}

.word {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/Icons/word.gif') no-repeat;
    float: left;
}

.image {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/Icons/image.png') no-repeat;
    float: left;
}

.file {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/Icons/file.gif') no-repeat;
    float: left;
}

.msg {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/Icons/Email-icon.png') no-repeat;
    float: left;
}

.rar {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 3px;
    background: url('/Icons/rar.gif') no-repeat;
    float: left;
}

.divDetailMessage .commentList {
    height: 393px;
    max-height: 450px;
    padding: 5px;
}

.sender_info {
    background-color: #E0EAF1;
    padding: 5px 8px;
    line-height: 1.0;
}

    .sender_info #createdBy {
        color: #07C;
    }

    .sender_info #senderEmail, .sender_info #senderPhone {
        font-size: 12px;
    }

    .sender_info #createdTime, .sender_info #submitChannel {
        font-size: 12px;
    }

    .sender_info #createdBy {
        color: #07C;
    }

.info_box > div > div {
    background-color: #E0EAF1;
    height: 28px;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
}

.dashboardTable th, .dashboardTable td {
    padding: 1px 2px;
    font-size: 12px;
}

.mini-session {
    border-bottom: solid 2px #aaa;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 3px;
    margin-top: 5px;
}

.left-top-box {
    background-color: #f7f7f7;
    border: solid 1px #ccc;
    padding: 10px 8px;
    margin-top: 8px;
    margin-bottom: 12px;
}

.birthdayTip {
    position: absolute;
    bottom: 0;
    right: 5px;
    background-color: #449D44;
    color: #fff;
    font-size: 9px;
    line-height: 9px;
    padding: 1px 2px;
    border-radius: 5px;
}

.home_date {
    font-size: 24px;
    text-align: center;
    font-weight: 300;
}

.minmax {
    display: inline-block;
    float: left;
    width: 35px;
    color: #7C8B9C;
    font-size: 13px;
}

.dim {
    color: #7C8B9C;
}

.home_hour {
    font-size: 20px;
    text-align: center;
    line-height: 2em;
}

h1, h2 {
    margin-top: 5px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 35px;
}

h3 {
    font-family: "Segoe UI Light", "Segoe UI", Tahoma, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 33px;
    line-height: 50px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 25px;
    margin-top: 20px;
}

hr {
    margin: 5px 0 20px;
}

.left_img {
    width: 35px;
    float: left;
    border-left: solid 3px #555;
}

.right_div {
    padding-left: 3px;
    width: auto;
    overflow: hidden;
}

#small_avatar {
    width: 32px;
    height: 32px;
}

a:hover, a:active {
    text-decoration: none;
}

.modal-dialog {
    max-width: 100%;
}

.aui-avatar-inner {
    text-align: center;
}

#company_logo, #project_logo {
    max-width: 100%;
    max-height: 300px;
}

.bottomBtn {
    text-align: center;
    margin-top: 3px;
}

.modal-dialog .bigTable th {
    background-color: #eee;
}

#pre_action_plan {
    width: 100%;
    border: solid 1px #ddd;
    height: 84px;
    padding: 0 5px;
    min-width: 100%;
}

.modal-header {
    padding: 5px 15px !important;
}

.btn-flat {
    border-radius: 0px;
    font-size: 13px;
    padding: 2px 3px 3px;
}

label {
    font-weight: 600;
}

#createTicketModal .form-group div.col-md-5:nth-child(2) {
    padding-right: 0px;
}

.attach_div {
    float: left;
    margin-right: 10px;
}

.fluid .select2-container--default.select2-container--focus .select2-selection--multiple, .fluid .select2-container--default .select2-selection--multiple {
    border: dashed #ccc 1px;
    outline: 0;
    border-radius: 0px;
}

    .fluid .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #4E8EF7;
        border: 1px solid #4E8EF7;
        border-radius: 0px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
        color: #fff;
    }

    .fluid .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

.fluid .select2-container .select2-selection--multiple {
    height: 34px;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    vertical-align: top;
}

.modal-footer {
    padding: 8px 15px !important;
}

.thumb-avatar {
    width: 32px;
    height: 32px;
}

.fixed-top {
    box-shadow: 0 1px 0 rgba(12,13,14,0.1), 0 1px 3px rgba(12,13,14,0.1), 0 4px 20px rgba(12,13,14,0.035), 0 1px 1px rgba(12,13,14,0.025);
    background-color: #fafafb;
    transition: box-shadow cubic-bezier(.165, .84, .44, 1) .25s;
}

.inputPass {
    margin-bottom: 10px;
    height: 40px;
    border: solid 1px #ccc;
    width: 100%;
    max-width: 374px;
    padding-left: 8px;
}

a:active {
    text-decoration: none;
}

.nav-right {
    margin-top: 0px;
    text-align: right;
}

.sign-in {
    display: inline;
}

.sb-navbar {
    background-color: #2D435D;
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    /*font-family: 'Segoe UI',Arial,sans-serif;*/
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #2D435D;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
}

.brand-top > .nav-right > ul.user_menu > li > a {
    color: #fff;
}
/*.brand-top>.nav-right>ul.user_menu>li>a:hover{
    color: #333;
}*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #eee;
}

.navbar-default .navbar-toggle {
    border-color: #eee;
}

.global-avatar-thumb {
    width: 28px;
    height: 28px;
    margin: 2px 0px 0 0;
}

.treeRoot strong.selected {
    background: #beebff;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999;
}

.ch-container .ch-main-title {
    font-size: 14px;
    color: #202020;
    border-bottom: 1px solid #dde2e4;
    padding: 10px 12px 9px;
    font-weight: 700;
    position: relative;
}

.ch-container .ch-box {
    border: 1px solid #dde2e4;
}

.ch-container .ch-main-content {
    padding: 11px 12px 12px;
}

.form-group {
    margin-bottom: 8px;
}

.page-header {
    background-color: #DEECF9;
    margin: 0px 0 10px;
    height: 40px;
}

    .page-header p.title {
        font-family: "Segoe UI Light", "Segoe UI", Tahoma, Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 25px;
        padding: 2px 10px;
    }

.page-tool > button:hover, .page-tool > a:hover {
    background-color: #C7E0F4;
}

.page-tool > button, .page-tool > a {
    display: inline-block;
    padding: 0 10px 0 10px;
    margin: 0;
    height: 40px;
    background: transparent;
    border-width: 0;
    cursor: pointer !important;
    font-size: 14px;
    background-color: #DEECF9;
    outline: none;
    line-height: 40px;
}

textarea.form-control {
    line-height: 1.3em;
}

a.del {
    color: #b70000;
}

    a.del:hover {
        color: #ff0000;
    }

.treePanel {
    position: relative;
}

    .treePanel > input#p_search {
        border: none;
        outline: none;
    }

    .treePanel i {
        position: absolute;
        top: 12px;
        right: 10px;
        color: #2B88D8;
    }

.page-tool {
    text-align: right;
}

.avatar-action {
    text-align: center;
}

.footer {
    border-top: solid 1px #ccc;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: -17px;
}

.checkbox-inline, .radio-inline {
    margin-left: 0px;
    margin-right: 5px;
    padding-left: 17px;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-left: 0px;
        margin-right: 5px;
    }

.no-padding-right {
    padding-right: 0px;
}

#set_area {
    line-height: 34px;
}

#org-image {
    width: 100%;
}

select.form-control {
    padding-left: 3px;
    padding-right: 3px;
}

.form-control {
    padding: 6px 6px;
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.error_input {
    background-color: #FEEEEE !important;
    border: solid 1px #C01A2E !important;
}

.emp_avatar_sm {
    width: 34px;
    height: 34px;
}

.page-tool .treePanel {
    max-width: 300px;
}

.tab-cell-container {
    height: auto;
    overflow: hidden;
}

.tab-cell-right {
    padding-left: 5px;
    width: auto;
    overflow: hidden;
}

.tab-cell-left {
    width: 32px;
    float: left;
    background: #aafed6;
}

.global-avatar-thumb {
    border-radius: 14px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #007AFF;
}

#main-employee-image {
    max-width: 100%;
    width: 200px;
}

#divLogin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -175px;
    margin-left: -175px;
    width: 350px;
    padding: 0px;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    padding: 0px;
}

    #divLogin .form-control {
        font-size: 14px;
    }

.aui-avatar-inner {
    text-align: center;
}

.navbar-nav {
    margin: 0 -15px;
}

.dropdown-menu > li > a {
    padding: 4px 20px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

@media (min-width: 768px) {
    td.c {
        text-align: center;
    }

    .brand-top {
        background-color: #fff;
        height: 60px;
        padding-top: 7px;
    }

    .img-responsive {
        width: 112px;
    }

    .no-padding-right2 {
        padding-right: 0px;
    }

    .navbar-nav > li {
        /*border-right: solid 1px #f8f8f8;*/
        line-height: 45px;
    }

    .navbar-right > li {
        border-left: solid 1px #f8f8f8;
    }

    .navbar-right > li {
        border-right: none;
    }

    .navbar-nav > li > a {
        float: none;
        padding: 10px 12px;
        text-decoration: none;
        line-height: 20px;
    }

    .navbar-brand {
        padding: 6px 5px 8px 25px;
    }

    .user_menu {
        float: right;
    }

        .user_menu > li > a {
            padding: 3px 6px 3px 6px !important;
            float: right;
        }

            .user_menu > li > a > img {
                float: left;
                border: solid 1px #ccc;
            }

            .user_menu > li > a > .caret {
                float: left;
                margin-top: 14px;
                display: inline-block;
                margin-left: 4px;
            }

    #user_name {
        line-height: 32px;
        display: inline-block;
        margin-top: 0px;
        float: left;
        margin-left: 20px;
        color: #333;
        font-weight: 600;
    }

    .img-responsive2 {
        display: none !important;
    }

    .hint_logo {
        font-family: 'Segoe UI',Arial,sans-serif;
        letter-spacing: 4px;
        float: left;
        padding-top: 13px;
        padding-left: 20px;
    }

    .navbar-default .navbar-nav > li > a.notify {
        margin: 10px 10px;
        background: #262626 !important;
        border-radius: 13px;
    }

        .navbar-default .navbar-nav > li > a.notify:hover {
            color: #fff;
        }

    .user_menu > li.dropdown > a {
        margin-top: 3px;
    }

    .hint_logo > span {
        border-left: solid 1px #4D946B;
        display: block;
        padding-left: 20px;
        font-weight: 400;
        color: #4D946B;
        text-transform: uppercase;
    }
}

.search_top > span.caret {
    position: absolute;
    right: 10px;
    top: 22px;
}

.navbar-nav > li > .dropdown-menu {
    /*right:0px;*/
    border-top: none;
}

@media (min-width: 768px) {
    #top_search {
        border: none;
        padding: 10px 5px 10px 30px;
        width: 450px;
        background-color: #eee;
        font-size: 15px;
        border-radius: 5px;
        outline: none;
    }

    .no-padding-left {
        padding-left: 0px;
    }

    .left404 {
        float: left;
        border-right: solid 1px #ccc;
        vertical-align: middle;
        text-align: right;
        height: 200px;
        width: 30%;
        padding-right: 20px;
    }

    .right404 {
        float: left;
        border-left: solid 1px #ccc;
        margin-left: -1px;
        vertical-align: middle;
        text-align: left;
        height: 200px;
        width: 70%;
        padding-left: 15px;
    }

    th.c, td.c {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #top_search {
        border: solid 1px #ccc;
        padding: 3px 5px;
        width: 250px;
    }

    .left404 {
        float: left;
        vertical-align: middle;
        text-align: left;
        height: 200px;
        width: 100%;
    }

    .right404 {
        float: left;
        vertical-align: middle;
        text-align: left;
        height: 200px;
        width: 100%;
    }
}

.search_top {
    float: left;
    padding-top: 3px;
    margin-left: 40px;
}

.nav > li > a {
    font-family: 'Segoe UI',Arial,sans-serif;
}

.bigTable {
    margin-bottom: 0;
    width: 100%;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

    .bigTable tr {
        border-bottom: solid 1px #ddd;
    }

.blue-text {
    color: blue;
}

.section-on-table {
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.jcrop-keymgr {
    display: none !important;
}

.bigTable td {
    vertical-align: middle;
    padding: 2px 2px;
    line-height: 1.4em;
    border: solid 1px #333;
}

.bigTable > thead > tr > th {
    vertical-align: middle !important;
    font-weight: 600;
    padding: 6px 6px 3px;
    background-color: #e5e5e5 !important;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.bigTable td, .bigTable th {
    border-top-width: 0;
    border-left-width: 0;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    empty-cells: show;
    line-height: 18px;
    padding: 5px 6px;
    /* background-color: #fff; */
    vertical-align: top;
    /* overflow: hidden; */
    outline-width: 0;
    background-clip: padding-box;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.tab-content {
    padding: 15px;
}

#attendanceTableEmployee td, #attendanceTableEmployee th {
    vertical-align: middle;
    padding: 2px 3px;
}

@media(max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #eee;
    }

    .li_notify {
        position: absolute !important;
        top: 0;
        right: 58px;
    }

    ul.user_menu > li > ul {
        height: 30px;
        background-color: #9BC839 !important;
        padding-top: 0;
        margin-top: 0px;
        color: #eee;
        border-radius: 0;
    }

        ul.user_menu > li > ul > li > a {
            color: #eee !important;
        }

    .brand-top > .nav-right > ul.user_menu > li > a {
        color: #eee;
    }

        .brand-top > .nav-right > ul.user_menu > li > a:hover {
            color: #eee;
        }

    .search_top {
        display: none;
    }

    .user_menu li {
        float: left;
    }

    .hint_logo {
        display: none;
    }

    .navbar-nav > li > a.notify {
        line-height: 30px;
    }

    .nav-right {
        position: absolute;
        top: 0px;
        right: 70px;
        margin-top: 0;
        z-index: 10000;
    }

    #user_name {
        display: none;
    }

    .img-responsive {
        display: none !important;
    }

    .img-responsive2 {
        width: 96px;
    }

    .navbar-brand {
        padding-top: 12px;
    }

    .brand-top {
        background-color: #2D435D;
    }

    #createTicketModal .form-group div.col-md-5:nth-child(2) {
        padding-right: 15px;
    }

    #createTicketModal .form-group div.col-md-5:nth-child(3) {
        margin-top: 5px;
    }

    .bigTable-responsive table, .bigTable-responsive thead, .bigTable-responsive tbody, .bigTable-responsive th, .bigTable-responsive td, .bigTable-responsive tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .bigTable-responsive thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .bigTable-responsive tr {
        border-bottom: 6px solid #ddd !important;
    }

    .bigTable-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        padding-left: 40% !important;
        min-height: 31px;
    }

    #cFeedbackRating > tr > td:first-child {
        padding-left: 6px !important;
        font-weight: 600;
    }

    .bigTable-responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 5px;
        left: 6px;
        width: 38%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .bigTable table, .bigTable thead, .bigTable tbody, .bigTable th, .bigTable td, .bigTable tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .bigTable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .bigTable tr {
        border-bottom: 6px solid #ddd !important;
    }

    .bigTable td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        padding-left: 32% !important;
        min-height: 31px;
    }

        .bigTable td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 5px;
            left: 6px;
            width: 30%;
            padding-right: 10px;
            white-space: nowrap;
        }

    .bigTable tbody {
        font-size: 13px;
    }

    .bigTable .email, #showStaffInRole span {
        font-size: 13px;
        line-height: 13px;
        color: #888;
        display: block;
    }

    .bigTable td i.fa-check {
        font-size: 11px;
    }

    .bigTable > thead > tr > th {
        vertical-align: middle !important;
    }

    .fixed-top {
        background-color: #ddd;
    }

    .ticketFilter .col-xs-6:nth-child(3) {
        padding-left: 15px;
    }

    .ticketFilter .col-xs-12 {
        padding-left: 15px;
    }

    .ticketFilter .search .right span {
        display: none;
    }

    .ticketFilter .search .right {
        width: 42px;
        float: right;
    }

    .info_box > div:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }

    .info_box > div > div {
        background-color: #E0EAF1;
        height: 52px;
        text-align: center;
        padding-top: 18px;
        font-size: 12px;
        text-transform: uppercase;
    }
}

.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: table;
    table-layout: fixed;
    width: 100%;
}

.aid-sidebar, .tab-content, .div75 {
    float: left;
}

.aui-page-panel-nav {
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px 20px 10px 0;
    vertical-align: top;
}

.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;
    }

.mini-session-header {
    margin-top: 20px;
    border-bottom: solid 2px #888;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

.mini-table td {
    vertical-align: top;
}

    .mini-table td:first-child {
        font-weight: 500;
        color: #006B32
    }

.mini-table {
    border-bottom: dashed 1px #ccc;
    padding: 2px 2px 7px 2px;
    margin-bottom: 10px;
    position: relative;
}

    .mini-table:hover {
        background-color: #f1f1f1;
    }

.btnEditAccount {
    position: absolute;
    top: 3px;
    right: 35px;
}

.btnRemoveAccount {
    position: absolute;
    top: 3px;
    right: 0px;
}

.small-table {
    width: 100%;
}

    .small-table td {
        padding: 2px;
    }

@media (min-width: 768px) {
    .aid-sidebar {
        width: 18%;
    }

    .tab-content {
        width: 82%;
        border-left: 1px solid #ccc;
        margin-left: -1px;
        padding-right: 0;
    }

    .col-right {
        padding-right: 0px;
    }

    .bottom-tool {
        padding-right: 0px;
    }

    .left-block {
        border-right: solid 1px #ccc;
    }

    .right-block {
        border-left: solid 1px #ccc;
        margin-left: -1px;
    }
}

.bottom-tool {
    background-color: #DEECF9;
    padding: 3px 5px;
    text-align: right;
}

a:focus {
    text-decoration: none;
}

.avatar {
    height: auto;
    overflow: hidden;
}

    .avatar .left {
        /*width: 45px;*/
        float: left;
    }

    .avatar img {
        width: 36px;
        margin: 0px 5px 0px 0px;
    }

    .avatar .right {
        float: none;
        width: auto;
        overflow: hidden;
        padding-right: 10px;
        line-height: 1em;
    }

    .avatar .name {
        font-size: 15px;
        line-height: 20px;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4E8EF7;
    border: 1px solid #4E8EF7;
    border-radius: 0px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
    padding: 0px 5px 2px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple, .fluid .select2-container--default .select2-selection--multiple {
    border: solid #ccc 1px;
    outline: 0;
    border-radius: 0px;
    /*height: 34px;*/
}
/*.select2-container .select2-selection--multiple {
    height: 34px;
}*/
.goback {
    cursor: pointer;
    color: #337ab7;
}

.fc-left > h2 {
    font-size: 19px;
    line-height: 28px;
}

#listCheckFingerPrint td {
    padding-right: 10px;
}

#clock1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: white;
    background-color: black;
    border: 2px solid purple;
    padding: 4px;
}

/* Profile sidebar */
.profile-sidebar {
    padding: 10px 0 10px 0;
    background: #fff;
}

.profile-userpic img {
    width: 36px;
    height: 36px;
}

.profile-userpic {
    float: left;
    width: 40px;
    height: auto;
    position: relative;
}

.profile-usertitle {
    width: auto;
    overflow: hidden;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.profile-usertitle-job {
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
}

.collect-div {
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
    width: 794px;
    margin: auto;
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.collect-table input.form-control, .collect-table select.form-control {
    padding: 2px 3px;
    height: 27px;
    margin: 2px 0;
    border: solid 1px #888;
    color: #222;
}

.collect-table textarea.form-control {
    border: solid 1px #888;
    color: #222;
}

.collect-table tr > td:first-child {
    padding-top: 2px;
}

.ui-widget-header {
    border: 1px solid #ccc;
    background: #ddd;
    font-weight: 700;
}

.removeShare {
    color: red;
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    background: none;
}

.elfinder-button-text {
    display: inline !important;
}

#previewModal {
    padding: 0 !important;
}

    #previewModal .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    #previewModal .modal-header {
        background-color: #3B3E40 !important;
        color: #fff;
        border-bottom: none;
    }

#m_excelEmbedRenderer_m_hostViewAnchor {
    display: none;
}

#previewModal .modal-body {
    padding: 0;
    height: calc(100% - 85px);
}

#previewModal .modal-footer {
    background-color: #3B3E40;
    border-top: none;
    position: absolute;
    width: 100%;
}

#previewModal .modal-content {
    height: 100%;
    min-height: 100%;
    border-radius: 0;
}

#previewModal .close {
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.elfinder-lock {
    display: none !important;
}

.elfinder-perms {
    display: none !important;
}

.elfinder-cwd-icon.elfinder-cwd-icon-directory.ui-corner-all {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../Content/images/file_type/folder_48.png) 0 0 no-repeat;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.elfinder-cwd-icon.elfinder-cwd-icon-application.elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-sheet.ui-corner-all {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../Content/images/file_type/xls_48.png) 0 0 no-repeat !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.elfinder-cwd-icon.elfinder-cwd-icon-application.elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-document.ui-corner-all {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../Content/images/file_type/doc_48.png) 0 0 no-repeat !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.elfinder-cwd-icon.elfinder-cwd-icon-application.elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-presentation.ui-corner-all {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../Content/images/file_type/ppt_48.png) 0 0 no-repeat !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.elfinder-cwd-icon.elfinder-cwd-icon-image.ui-corner-all {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../Content/images/file_type/png_48.png) 0 0 no-repeat !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.elfinder-cwd-icon.elfinder-cwd-icon-application.elfinder-cwd-icon-zip.ui-corner-all {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../Content/images/file_type/zip_48.png) 0 0 no-repeat !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.elfinder-cwd-icon.elfinder-cwd-icon-application.elfinder-cwd-icon-x-rar {
    background: url(../Content/images/file_type/zip.png) 0 0 no-repeat !important;
}

.elfinder-cwd-icon.elfinder-cwd-icon-text.elfinder-cwd-icon-plain {
    background: url(../Content/images/file_type/rtf.png) 0 0 no-repeat !important;
}

.elfinder-cwd-icon.elfinder-cwd-icon-application.elfinder-cwd-icon-x-rar.ui-corner-all {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../Content/images/file_type/zip_48.png) 0 0 no-repeat !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.elfinder-cwd-icon.elfinder-cwd-icon-text.elfinder-cwd-icon-plain.ui-corner-all {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../Content/images/file_type/txt_48.png) 0 0 no-repeat !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.elfinder-cwd-icon.elfinder-cwd-icon-application.elfinder-cwd-icon-pdf.ui-corner-all {
    display: block;
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url(../Content/images/file_type/pdf_48.png) 0 0 no-repeat !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

@media (max-width: 767px) {
    .elfinder-navbar {
        display: none !important;
    }

    .aui-page-panel-nav {
        width: 100%;
        border-right: none;
    }

    .aui-nav > li {
        width: 50%;
        float: left;
    }

    .tab-content {
        padding: 0px;
        border-top: solid 1px #ccc;
        padding-top: 10px;
        width: 100%;
    }

    .no-padding-right {
        padding-right: 15px;
    }

    .session-header {
        margin-top: 5px;
    }
}


.videoWrapper {
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% + 25px);
    }

.pdfWrapper {
}

.linkshare {
    width: 100%;
    border: none;
    line-height: 27px;
    outline: none;
}

.pdfWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#shareModal .modal-dialog {
    width: 1000px;
    max-width: 95%;
}

.linkshare {
    width: 100%;
}

.error {
    background-color: #f2dede;
    border-color: #ebccd1;
}

.filterBox > div {
    float: left;
    padding-right: 5px;
}

    .filterBox > div > select, .filterBox > div > input {
        width: 100%;
    }

.selectAdministrativeUnit {
    width: 100%;
    height: 34px;
    border: solid 1px #ccc;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.administrativeUnitContainer {
    width: 100%;
    height: 34px;
    padding: 3px 16px 2px 1px;
}

    .administrativeUnitContainer > .dep-all {
        padding: 2px 4px;
    }

.selectAdministrativeUnitTree {
    position: absolute;
    top: 33px;
    left: -1px;
    width: calc(100% + 2px);
    height: 300px;
    background: #fff;
    border: solid 1px #ccc;
    border-top: none;
    z-index: 10000;
    cursor: default;
    overflow: hidden;
}

.selectAdministrativeUnit > i {
    position: absolute;
    top: 8px;
    right: 7px;
}

.treePanel {
    position: relative;
    height: auto;
    overflow: hidden;
}

#p_search_loc {
    background-color: #DEECF9;
    width: 100%;
    padding: 0px 23px 0 6px;
    line-height: 40px;
    border: none;
    outline: none;
}

.treePanel i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #2B88D8;
}

#btnSelectAdministrative, #btnSelectResidentAdministrative, #btnSelectCurrentAdministrative {
    position: absolute;
    top: 4px;
    right: 18px;
}

.footnote {
    font-size: 12px;
}

.session-header {
    padding: 1px 3px;
    height: 26px;
    text-transform: none !important;
    font-size: 13px !important;
    /*border-right: solid 1px #fff;*/
}

.session-bottom {
    text-align: right;
    margin-bottom: 10px;
}

.session-header > span {
    line-height: 24px;
    font-weight: 600;
}

tr.selected {
    background-color: #D9EDF7 !important;
}

.form-note {
    line-height: 34px;
    color: #aaa;
    font-style: italic;
}

label.BedroomArea3, label.BedroomArea5, label.WCArea3 {
    text-align: left;
}

.computedValue {
    line-height: 34px;
    font-weight: 600;
    background-color: #f1f1f1;
    border: solid 1px #ddd;
}

#CostWithoutVAT, #FurnitureCostWithoutVAT, #LandCost, #ConstructionCost,
#MaintenanceFee, #CarpetUnitCostVAT, #BuildUpUnitCostVAT, #FinalCostVATAndMaintenanceFee, #CarpetUnitCostVAT,
#BuildUpUnitCostVAT {
    text-align: right;
}

#TotalCostWithFurniture, #TotalVAT, #FinalCost, #FinalCostVAT, #MaintenanceFee, #CarpetUnitCostVAT, #BuildUpUnitCostVAT {
    text-align: right;
    display: block;
    width: 100%;
    padding-right: 6px;
}

.status_100 {
    background-color: #fff;
}

.status_200 {
    background-color: #FDE9D9;
}

.status_300 {
    background-color: #FDE9D9;
}

.status_400 {
    background-color: #B7DEE8;
}

.status_500 {
    background-color: #D9D9D9;
}

.icheck label, .icheck label {
    padding-left: 0px;
    padding-right: 15px;
}

.bold label, .bold label {
    font-weight: 600 !important;
}

b {
    font-weight: 600 !important;
}

input[readonly], input[disabled] {
    background: #f5f5f5 !important;
}

.smallText th {
    font-size: 10px !important;
    padding: 2px 1px !important;
}

.smallText td {
    font-size: 11px !important;
    padding: 2px 1px !important;
}

input.tableInput {
    width: 100%;
    border: none;
    outline: none;
    padding: 5px 5px;
}

td.tableInput {
    padding: 0;
}

#sumPaymentSchedule {
    font-weight: 600;
    background-color: #f1f1f1;
}

.smTable {
    width: 100%;
}

    .smTable td {
        vertical-align: top;
    }

    .smTable tr td:nth-child(2) {
        font-weight: 500;
    }

input[readonly].error {
    background-color: #f2dede !important;
    border-color: #ebccd1;
}

.highcharts-credits {
    display: none;
}

.session-header table {
    width: 100%;
}

    .session-header table input {
        width: 100%;
        color: #333;
        padding: 0;
        line-height: 12px;
    }

.notifyNumber {
    background-color: crimson;
    border-radius: 6px;
    color: #fff;
    position: absolute;
    top: -4px;
    right: 1px;
    line-height: 12px;
    padding: 2px 1px;
}

.tableContainer {
    width: 100%;
    overflow-x: auto;
}

.checkbox.icheck {
    margin-top: 7px;
    margin-bottom: 7px;
}

.inputTable {
    width: 100%;
}

    .inputTable tr > td {
        padding: 2px 8px 2px 0;
    }

        .inputTable tr > td:last-child {
            padding-right: 0;
        }

    .inputTable td > select, .inputTable td > input {
        width: 100%;
        height: 26px;
    }

td > input[format='number'] {
    border: none;
    text-align: right;
    /*outline: none;*/
    width: 100%;
}

td.c > input[format='number'] {
    text-align: center;
}

#uploadMsg {
    color: #f00;
    margin-bottom: 10px;
}

.uploadTable th > input, .uploadTable th > textarea, .uploadTable td > input, .uploadTable td > textarea {
    border: none;
    width: 100%;
    padding: 4px 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    vertical-align: middle;
    resize: none;
}

.uploadTable td, .uploadTable th {
    position: relative;
}

.editTable td > input, .editTable td > textarea {
    background-color: #ffffff;
}

    .editTable td > input[disabled], .editTable td > textarea[disabled] {
        background-color: #f8f8f8;
    }

    .editTable td > input.error, .editTable td > textarea.error {
        background-color: #f2dede;
        border-color: #ebccd1;
    }

    .editTable td > input[readonly], .editTable td > textarea[readonly] {
        background-color: #f8f8f8;
    }

.editTable td {
    background-color: #f8f8f8;
}

#tblPackageItemList td {
    vertical-align: top;
    padding: 0px;
}

.attachedItem {
    margin-top: 3px;
    float: left;
    width: 100%;
}

    .attachedItem span {
        float: left;
        display: inline-block;
        margin-left: 4px;
    }

    .attachedItem img {
        float: left;
        display: inline-block;
        margin-top: 1px;
    }

.removeAttach {
    display: inline-block;
    margin-left: 2px;
    color: #f00;
}

@media (max-width: 767px) {
    .div5, .div10, .div15, .div20, .div25, .div30, .div35, .div40, .div45, .div50, .div55, .div60, .div65, .div70, .div75, .div80, .div85, .div90, .div95 {
        width: 100%;
        margin-bottom: 5px;
    }
}

@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;
    }
}

td.no-padding, th.no-padding {
    padding: 0 !important;
}

tr.boldText > td {
    font-weight: 600;
    background-color: #f1f1f1;
}

tr.darkBackground > td {
    font-weight: 400;
    background-color: #f1f1f1;
}

td.no-padding > div > select {
    border: none;
}

td.no-padding > div > input {
    border: none;
    border-top: solid 1px #ddd;
}

.clearEditTable th {
    text-transform: none !important;
    font-size: 13px !important;
}

.clearEditTable th {
    border: solid 1px #d5d5d5 !important;
    padding: 3px 2px 2px;
}

.clearEditTable td {
    /*border-top: dashed 1px #ccc;
    border-bottom: none;
    border-left: none;*/
    /*border-right: solid 1px #d5d5d5;*/
    padding: 2px;
    border: solid 1px #d5d5d5 !important;
}

.clearEditTable tr:last-child td {
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
}

.clearEditTable tr {
    border-left: solid 1px #ccc;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

    .clearEditTable tr.first {
        border-top: solid 1px #ccc;
    }

    .clearEditTable tr.last {
        border-bottom: solid 1px #ccc;
    }

.clearPrintTable th {
    text-transform: none !important;
    font-size: 13px !important;
}

.clearPrintTable th {
    border: solid 1px #888 !important;
    padding: 2px 2px 2px !important;
}

.clearPrintTable td {
    border-top: dashed 1px #888;
    border-bottom: none;
    border-left: none;
    border-right: solid 1px #888;
    padding: 2px;
}

.clearPrintTable tr:last-child td {
    border-bottom: solid 1px #888;
    border-left: solid 1px #888;
    border-right: solid 1px #888;
}

.clearPrintTable tr {
    border-left: solid 1px #888;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

    .clearPrintTable tr.first {
        border-top: solid 1px #888;
    }

    .clearPrintTable tr.last {
        border-bottom: solid 1px #888;
    }

.bigTable-print {
    margin-bottom: 0;
    width: 100%;
}

    .bigTable-print tr {
        border-bottom: solid 1px #888;
    }

    .bigTable-print td {
        vertical-align: middle;
        padding: 4px 3px;
        border: solid 1px #888;
        line-height: 1.4em;
    }

    .bigTable-print > thead > tr > th {
        vertical-align: middle !important;
        font-weight: 400;
        padding: 4px 3px 3px;
        background-color: #e5e5e5;
        border: solid 1px #888;
    }

#listProposalTable th {
    white-space: nowrap;
}

h2 {
    margin-bottom: 15px;
}

.uploadTable tr.boldText > th > input, .uploadTable tr.boldText > th > textarea, .uploadTable tr.boldText > td > input, .uploadTable tr.boldText > td > textarea {
    font-weight: 600;
    background-color: #f1f1f1;
}

.uploadTable tr.darkBackground > th > input, .uploadTable tr.darkBackground > th > textarea, .uploadTable tr.darkBackground > td > input, .uploadTable tr.darkBackground > td > textarea {
    font-weight: 400;
    background-color: #f1f1f1;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #f5f5f5 !important;
}

.money {
    color: coral;
}

a.notify {
    background: #262626 !important;
    color: #fff !important;
}

.notify span {
    color: #fff;
    background-color: #ff0000;
    border-radius: 5px;
    position: absolute;
    top: -7px;
    left: 20px;
    font-size: 10px;
    padding: 0px 4px;
}

.notify-item {
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #dddfe2;
    float: left;
    width: 100%;
}

    .notify-item:hover, .notseen {
        background: #edf2fa;
    }

    .notify-item p {
        line-height: 25px;
        margin: 0;
    }

    .notify-item .content {
        font-weight: 400;
        line-height: 1.3em;
        margin: 3px 0;
        color: #666;
    }

    .notify-item .createby {
        color: #888;
        font-size: 12px;
        float: left;
        width: 50%;
        line-height: 19px;
    }

    .notify-item .time {
        font-weight: 200;
        font-style: italic;
        color: #888;
        font-size: 11px;
        line-height: 19px;
        float: left;
        width: 50%;
        text-align: right;
    }

.twoDiv {
    height: auto;
    overflow: hidden;
}

    .twoDiv .right {
        width: 58px;
        float: right;
        background: #aafed6;
    }

    .twoDiv .left {
        float: none; /* not needed, just for clarification */
        background: #e8f6fe;
        /* the next props are meant to keep this block independent from the other floated one */
        width: auto;
        overflow: hidden;
    }

.clearEditTable2 th {
    text-transform: uppercase !important;
    font-size: 12px !important;
}

.entityCommentBox {
    width: 100%;
}

    .entityCommentBox .commentList {
        /*height: 234px;
        max-height: 450px;*/
        padding: 5px;
        font-size: 13px;
    }

.commentList {
    padding: 0;
    list-style: none;
    /*max-height: 200px;*/
    overflow: auto;
}

.commentRight {
    width: 100px;
    float: right;
    padding-left: 5px;
}

.commentLeft {
    float: none;
    width: auto;
    overflow: hidden;
}

#btnSendComment {
    width: 100%;
    height: 55px;
}

.sub-text {
    color: #aaa;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
}

.commentText p {
    margin: 0;
    padding-right: 90px;
    font-family: Arial;
    font-size: 13px;
}

.commenterImage {
    width: 36px;
    margin-right: 8px;
    height: 100%;
    float: left;
    display: none;
}

    .commenterImage img {
        width: 100%;
        border: solid 1px #ddd;
    }

.thread {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.thread_6 {
    background-color: #2E8B57;
}

.thread_5 {
    background-color: #337AB7;
}

.thread_4 {
    background-color: #808000;
}

.thread_3 {
    background-color: #5F9EA0;
}

.thread_2 {
    background-color: #B0C4DE;
}

.thread_1 {
    background-color: #1E90FF;
}

.toTrinhDetailModal > .modal-dialog {
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.toTrinhDetailModal > .modal-body {
    position: fixed;
    top: 36px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.toTrinhDetailModal > .modal-header {
    height: 36px;
}

.chairmanComment {
    padding: 5px 10px 15px;
    border: solid 1px #ccc;
    background-color: #f1f1f1;
}

.mainContentOfProposal {
    font-family: 'Times New Roman'
}

.toTrinhDetailModal .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.alignTop td {
    vertical-align: top;
}

tr.notApproved {
    background-color: #ffffdd;
}

tr.approved {
    background-color: #ffffdd;
}

#otp {
    padding: 10px 10px;
    font-size: 20px;
    letter-spacing: 5px;
    width: 130px;
    text-align: center;
}

@media (min-width: 768px) {
    .padding-right-5 {
        padding-right: 5px;
    }

    .menu-text-mobile {
        display: none;
    }

    .menuRight {
        float: right;
        margin-right: 15px;
    }

    .user-mobile {
        display: none;
    }

    .mobile-btn {
        display: none;
    }

    #mobileMenu {
        display: none;
    }

    .mainMenu > ul > li > a {
        color: #f1f1f1;
    }
}

.menu-text > span.badge {
    margin-left: 3px;
    font-size: 12px;
    font-weight: 300;
    /* min-width: 20px; */
    height: 16px;
    padding: 0px 5px;
    text-align: center;
    line-height: 17px;
    border-radius: 8px;
    border: none;
    vertical-align: baseline;
    display: inline;
}

@media (max-width: 767px) {
    .mainContentOfProposalContainer {
        overflow: scroll;
        width: 100%;
    }

    .mainContentOfProposal {
        min-width: 1200px;
    }

    .m_hidden {
        display: none;
    }

    .dropdown-menu > li > a {
        color: #337ab7;
    }

    .menuRight {
        float: right;
        margin-right: 0px;
    }

    .user-normal {
        display: none;
    }

    .user-mobile {
        font-size: 22px;
        line-height: 40px;
    }

    ul.menuRight > li > a > span.user-mobile {
        background: none;
        padding: 0 16px 0 8px;
        margin-right: 1px;
    }

    ul.menuRight > li.open > a > span.user-mobile {
        background-color: #fff;
        padding: 0 16px 0 8px;
        display: block;
        float: right;
        border-right: solid 1px #ddd;
        margin-right: 0;
    }

    .mobile-user-drop {
        margin-left: 5px;
        top: 20px;
        position: absolute;
        right: 4px;
    }

    #mobileMenu {
        float: left;
        margin-right: 5px;
        display: block;
        height: 40px;
        padding: 9px 10px;
        font-size: 19px;
        color: #fff;
    }

    #menuMenuItems {
        position: absolute;
        top: 40px;
        right: 0;
        left: 0;
        background-color: #fff;
        border-bottom: solid 1px #ddd;
        z-index: 100;
    }

    #mobileMenu.selected {
        background-color: #fff;
        color: #337ab7;
    }

    .bimMenu > .navbar-header {
        float: left;
        width: 150px;
        padding-left: 0px;
    }

        .bimMenu > .navbar-header #logo {
            width: 90px;
            margin: 12px 0;
            height: 24px;
        }

    .mainMenu {
        float: none;
        width: auto;
        overflow: hidden;
    }

        .mainMenu > ul {
            margin: 0;
            float: left;
        }

            .mainMenu > ul.menuRight {
                margin: 0;
                float: right;
                position: absolute;
                right: 0px;
                z-index: 1000;
            }

    .bimMenu {
        position: relative;
    }

    .mainMenu > ul.menuRight > li > a {
        background: none !important;
        height: 40px;
    }

    .mainMenu > ul > li {
    }

        .mainMenu > ul > li > a {
            padding: 8px 10px;
        }

    .mainMenu > ul.menuRight > li > a {
        padding: 0px;
        text-align: right;
    }

    .mainMenu > ul > li .menu-icon {
        font-size: 15px;
        margin-right: 4px;
    }

    .mainMenu > ul > li .menu-text-mobile {
        font-size: 11px;
    }

    .listFilter > div {
        margin-bottom: 3px;
    }

    .mainTable table, .mainTable thead, .mainTable tbody, .mainTable th, .mainTable td, .mainTable tr {
        display: block;
    }

        .mainTable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .mainTable tr {
        border-bottom: 6px solid #ddd !important;
    }

    .mainTable td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        padding-left: 27% !important;
        min-height: 31px;
    }



    #waitApprovalsTableThau td:nth-of-type(1):before {
        content: "Mã tờ trình";
    }

    #waitApprovalsTableThau td:nth-of-type(2):before {
        content: "Nội dung";
    }

    #waitApprovalsTableThau td:nth-of-type(3):before {
        content: "LĐ xin duyệt";
    }

    #waitApprovalsTableThau td:nth-of-type(4):before {
        content: "Dự án";
    }

    #waitApprovalsTableThau td:nth-of-type(5):before {
        content: "Người lập";
    }

    #waitApprovalsTableThau td:nth-of-type(6):before {
        content: "Gía trị ĐX (đ)";
    }

    #waitApprovalsTableThau td:nth-of-type(7):before {
        content: "Trợ lý k.tra";
    }

    #waitApprovalsTableThau td:nth-of-type(8):before {
        content: "NV cho ý kiến";
    }

    #waitApprovalsTableThau td:nth-of-type(9):before {
        content: "Duyệt/ko duyệt";
    }

    #waitApprovalsTableThau td:nth-of-type(10):before {
        content: "File đính kèm";
    }

    /*#waitApprovalsTableTQT td:nth-of-type(1):before {
        content: "Mã số";
    }

    #waitApprovalsTableTQT td:nth-of-type(2):before {
        content: "Nội dung";
    }

    #waitApprovalsTableTQT td:nth-of-type(3):before {
        content: "LĐ xin duyệt";
    }

    #waitApprovalsTableTQT td:nth-of-type(4):before {
        content: "Dự án";
    }

    #waitApprovalsTableTQT td:nth-of-type(5):before {
        content: "Người lập";
    }

    #waitApprovalsTableTQT td:nth-of-type(6):before {
        content: "Giá trị đx (đ)";
    }

    #waitApprovalsTableTQT td:nth-of-type(7):before {
        content: "Trợ lý k.tra";
    }

    #waitApprovalsTableTQT td:nth-of-type(8):before {
        content: "NV cho ý kiến";
    }

    #waitApprovalsTableTQT td:nth-of-type(9):before {
        content: "Duyệt/ko duyệt";
    }

    #waitApprovalsTableTQT td:nth-of-type(10):before {
        content: "File đính kèm";
    }*/

    #waitApprovalsTable td:nth-of-type(1):before {
        content: "Luồng";
    }

    #waitApprovalsTable td:nth-of-type(2):before {
        content: "Mã số";
    }

    #waitApprovalsTable td:nth-of-type(3):before {
        content: "Nội dung";
    }

    #waitApprovalsTable td:nth-of-type(4):before {
        content: "LĐ xin duyệt";
    }

    #waitApprovalsTable td:nth-of-type(5):before {
        content: "Dự án";
    }

    #waitApprovalsTable td:nth-of-type(6):before {
        content: "Người lập";
    }

    #waitApprovalsTable td:nth-of-type(7):before {
        content: "Số PR";
    }

    #waitApprovalsTable td:nth-of-type(8):before {
        content: "Giá trị đề xuất";
    }

    #waitApprovalsTable td:nth-of-type(9):before {
        content: "NV cho y/k";
    }

    #waitApprovalsTable td:nth-of-type(10):before {
        content: "Duyệt/ko duyệt";
    }

    #waitApprovalsTable td:nth-of-type(11):before {
        content: "File đính kèm";
    }

    .menuRight .dropdown-menu {
        position: fixed;
        top: 40px;
        background-color: #fff;
        z-index: 15000;
        border: solid 1px #ddd;
        right: 14px;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .mainTable td.c {
        text-align: left;
    }

    .mainTable td, .mainTable th {
        border: none !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .page-show {
        padding-right: 0;
    }

    .tab-page {
        font-size: 13px;
    }

    .pc-btn {
        display: none;
    }
}

.navbar-nav > li > a {
}

.navbar-nav > li.active > a {
    color: #337ab7;
    background-color: #f1f1f1;
}

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    color: #337ab7;
}

.status-1 {
    background-color: #ccc;
    color: #000;
    padding: 2px 4px;
    border-radius: 9px;
    font-size: 12px;
}

.status-2 {
    background-color: #ff9900;
    color: #fff;
    padding: 2px 4px;
    border-radius: 9px;
    font-size: 12px;
}

.status-3 {
    background-color: #cc00ff;
    color: #fff;
    padding: 2px 4px;
    border-radius: 9px;
    font-size: 12px;
}

.status-10 {
    background-color: #00cc00;
    color: #fff;
    padding: 2px 4px;
    border-radius: 9px;
    font-size: 12px;
}

.status-5 {
    background-color: #9999ff;
    color: #fff;
    padding: 2px 4px;
    border-radius: 9px;
    font-size: 12px;
}

.status-6 {
    background-color: #ff3300;
    color: #fff;
    padding: 2px 4px;
    border-radius: 9px;
    font-size: 12px;
}

.status-11 {
    background-color: #ff0000;
    color: #fff;
    padding: 2px 4px;
    border-radius: 9px;
    font-size: 12px;
}

.status-4 {
    background-color: #0099cc;
    color: #fff;
    padding: 2px 4px;
    border-radius: 9px;
    font-size: 12px;
}

.mainContentOfProposalContainer .table-bordered td, .mainContentOfProposalContainer .table-bordered th {
    padding: 2px 3px;
    border: solid 1px #333;
}

.status-11 {
    background-color: #ff0000 !important;
    color: #fff !important;
    padding: 2px 4px;
    border-radius: 9px;
    font-size: 12px;
}

.status-12 {
    background-color: #007bff !important;
    color: #fff !important;
    padding: 2px 4px;
    border-radius: 9px;
    font-size: 12px;
}

.status-13 {
    background-color: #ff3300 !important;
    color: #fff !important;
    padding: 2px 4px;
    border-radius: 9px;
    font-size: 12px;
}
