﻿body {
}

a,
a:hover,
a:active, a:visited {
    color: #2d3708;
}

a.btn:active, a.btn:visited {
    color: #ffffff;
}

/* layout */
#page-content > #wrap {
    max-width: 970px;
    margin: 0 auto;
}

/* Side bar */
.bctknh {
    z-index: 9999;
}

#sidebar i,
#sidebar li a,
#sidebar a:hover i,
#sidebar li a:hover {
    color: #2d3708;
}

#sidebar ul, #sidebar ul li a {
    background: #dfe0e2;
    color: rgba(69, 83, 12, 0.9);
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

#sidebar li a:hover {
    background: #cdde86;
    color: #000;
}

#sidebar > li.active > a {
    background: #03a9f4;
    color: #ffffff;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
}

#sidebar ul li.active:not(.open) > a {
    font-weight: 600;
    color: #2d3708;
}

#search form button[type="submit"] i {
    color: #2d3708;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#search form .search-query {
    background: #d4dad1;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
    color: #2d3708;
    padding: 0 10px 0 37px;
    border-radius: 0px;
    min-height: 40px;
    line-height: 18px;
    width: 100%;
}

#search form .search-query:-moz-placeholder {
    color: rgba(69, 83, 12, 0.5);
}

#search form .search-query::-moz-placeholder {
    color: rgba(69, 83, 12, 0.5);
    opacity: 1;
}

#search form .search-query:-ms-input-placeholder {
    color: rgba(69, 83, 12, 0.5);
}

#search form .search-query::-webkit-input-placeholder {
    color: rgba(69, 83, 12, 0.5);
}

body.collapse-leftbar #sidebar > li:hover > a,
body.collapse-leftbar #sidebar > li.keep-open > a,
body.collapse-leftbar #sidebar > li:hover a i,
body.collapse-leftbar #sidebar > li.keep-open a i {
    color: #2d3708;
}

#sidebar li.active.hasChild li i,
#sidebar li.active.hasChild li a:hover i {
    color: #fff;
}

#sidebar li.active.hasChild li.active i,
#sidebar li.active.hasChild li.active a:hover i {
    color: #ffffff;
}

#sidebar li.active.hasChild li.active a i,
#sidebar li.active.hasChild li.active a,
#sidebar li.active.hasChild li.active a:hover,
#sidebar li.active.hasChild li.active a:hover i {
    background: #c7cbce;
    color: #2d3708;
}

#sidebar li.active.hasChild li.active > a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f7f8fa transparent transparent;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
}

#sidebar > li.active.hasChild > a:after {
    display: none;
}


#sidebar > li.open.active.hasChild > a {
    /*background:#1A81DA;*/
    /*background: #694643;*/
}

/* panel */
.panel-primary {
    border-color: #03a9f4;
}

    .panel-primary .panel-heading {
        color: #ffffff;
        background-color: #03a9f4;
        border-color: #03a9f4;
    }

    .panel-primary .panel-body {
        border-top: 2px solid #03a9f4;
    }

.btn-primary {
    color: #ffffff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

/* header */
.navbar-inverse {
    background-color: #1080b3;
    border-color: #0061af;
}

header #leftmenu-trigger {
    border-right: 1px solid #1080b3;
}

header .toolbar .dropdown, header #headerbardropdown, header #rightmenu-trigger {
    border-left: 1px solid #1080b3;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #1080b3;
    color: #ffffff;
}

.table-docman {
    margin: 0;
}

    .table-docman tr {
        border-radius: 10px;
    }

    .table-docman a,
    .table-docman a h5 {
        color: #111;
        text-decoration: none;
    }

    .table-docman .date {
        color: #AEAFB1;
    }


    .table-docman .read .table {
        background: #f0f0f0;
    }

    .table-docman .unread .table {
        background: #ffffff;
    }

    .table-docman .table,
    .table-docman .table:hover {
        background: #fff6af;
    }


    .table-docman .unread td a {
        font-weight: normal;
    }

        .table-docman .unread td a .title {
            font-weight: bold;
        }


    /*table-docman .read a,
    .table-docman .unread a {
        margin: 3px 0;
        background: #f0f0f0;
    }*/

    .table-docman i.unread,
    .table-docman .unread a {
        /*color: #111111;*/
        background: none;
    }

    .table-docman i.fa-paperclip {
        font-size: 16px;
        color: #0061af;
    }

/*.docman-title{
        /*overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1; 
       line-height: 121x;       
       max-width: 300px;      
    }*/

/*.attachments > .dropdown-menu {
    background: #C0392B;
}*/

/*.table tr:first-child td {
    border: none;
}*/

a.attachment {
    color: #4F5259;
}

    a.attachment:hover,
    a.attachment:active {
        color: #4F8EDC;
        text-decoration: none;
    }

.docman-searchzone {
    width: 100%;
}


/*Login View*/

div.login {
    padding: 0 !important;
    /*width: 440 !important;*/
    margin: 0 !important;
}

.login,
.login-body {
    margin: 0 !important;
}

    .login .panel-heading {
        /*background: #C0392B url('../../images/logo.png') no-repeat 10 7px;*/
        background: #A0A0A0;
        height: 45px;
    }


        .login .panel-heading h4,
        .login .panel-heading h5 {
            float: left;
            padding-left: 5px;
        }

        .login .panel-heading .nav.nav-tabs li a,
        .login .panel-heading .nav.nav-tabs li.active a {
            line-height: 2.921em;
            padding: 0 15px;
        }

        .login .panel-heading .nav.nav-tabs li.active a {
            color: #fff;
            background-color: #C0392B;
            border-color: #C0392B;
            border-width: 2px;
            border-bottom-width: 0;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px;
        }


.page-login {
    background: #1e4363 url('../images/login_bg.jpg') no-repeat center center fixed;
    /*background-color: -webkit-radial-gradient(center,ellipse cover,#eaeff2 0,rgba(212,221,228,0.4) 60%),-webkit-linear-gradient(top,#cae1f4 0,rgba(125,185,232,0) 100%);
    background-color: radial-gradient(ellipse at center,#eaeff2 0,rgba(212,221,228,0.5) 50%),linear-gradient(to bottom,#cae1f4 0,rgba(125,185,232,0) 100%);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .page-login .panel-danger .panel-body {
        border-top-color: #0A71B6;
    }

.login-message {
    margin-top: 190px;
    padding-left: 20px;
}


.Monday,
.Tuesday,
.Wednesday,
.Thursday,
.Friday,
.Saturday,
.Sunday {
    background: none;
    text-align: center;
    border: 1px;
}
/*.Saturday{
        background:#f1f1f1;
    }*/
.Sunday {
    background: #f1f1f1;
}

th.Monday,
th.Tuesday,
th.Wednesday,
th.Thursday,
th.Friday,
th.Saturday,
th.Sunday {
    background-color: lightskyblue;
}

th.Saturday {
    background: #82f865;
}

th.Sunday {
    background: #f99d5d;
}



/* Calendar Styles */
select > option.current {
    font-weight: bold;
}

tr.title,
tr.title.today,
tr.title.today td {
    font-weight: bold;
    /*border:0 solid #990000;*/
    background: #eeeeee !important;
    border-right: 0 solid #cccccc;
    border-left: 0 solid #cccccc;
}

    tr.title.today,
    tr.title.today td {
        background: #E4D796 !important;
        border-right: 0 solid #990000;
        border-left: 0 solid #990000;
    }

a.title h4,
a.title h4 small,
a.title h4 i {
    color: #101d2e;
}

a.title.today,
a.title.today h4,
a.title.today h4 i,
a.title.today h4 small {
    background: #005396 !important;
    color: #fff;
}

tr.today,
tr.today td {
    /*border:0 solid #990000;*/
    background: #E9F5FF;
    border-color: #237cc3;
}

    tr.today:nth-child(odd) > td,
    tr.today:nth-child(odd) > th {
        background-color: #f0f7fc !important;
    }

    tr.today td:first-child {
        border-left: 0 solid #990000;
    }

    tr.today td:last-child {
        border-right: 0 solid #990000;
    }

tr.title td,
tr.title.today td {
    border-top: 2px solid #990000 !important;
}


/* Calendar Table styles */
.td-time {
    width: 5%;
}

.td-content {
    width: 25%;
}

.td-owner {
    width: 10%;
}

.td-members {
    width: 25%;
}

.td-location {
    width: 10%;
}

.td-5 {
    width: 5%;
}

.td-10 {
    width: 10%;
}

.td-15 {
    width: 15%;
}

.td-20 {
    width: 20%;
}

.td-25 {
    width: 25%;
}

tr.allday > td,
tr.allday:nth-child(odd) > td,
tr.allday > th,
tr.allday > td a,
tr.allday:nth-child(odd) > td a {
    /*background:#fff;*/
    color: #1565C0;
}


/*tr.allday {
    border-bottom: #900 double  !important;
}*/


span.allday {
    white-space: nowrap;
}



@media (max-width: 1200) {
    .login-message {
        margin-top: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background: #ffffff;
        border: 1px solid #d2d3d6;
        border-top: 0;
        border-top-right-radius: 1px;
        border-top-left-radius: 1px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #d2d3d6;
    }

    #page-heading h1 {
        margin: 0;
        padding: 15px;
        float: left;
        line-height: 20px;
        font-weight: 300;
        font-size: 24px;
    }

    /* Calendar Table styles */
    .td-time {
        width: auto;
    }

    .td-content {
        width: auto;
    }

    .td-owner {
        width: auto;
    }

    .td-members {
        width: auto;
    }

    .td-location {
        width: auto;
    }

    .td-5,
    .td-10,
    .td-15,
    .td-20,
    .td-25 {
        width: auto;
    }
}

.table > tr.past {
}

.table > tbody > tr.past > td {
    color: #555;
}

    .table > tbody > tr.past > td > a {
        color: #555;
    }

/* panel simple */
.panel-simple {
    border-color: #ccc;
}

    .panel-simple .panel-heading {
        border-color: #ccc;
        background: #1080b3;
    }

.panel.panel-simple > .panel-body {
    border: none;
    padding: 0;
}

.panel.panel-simple > .panel-footer {
    border-top: 1px solid #ddd;
    padding: 20px;
}

.table-docman a.attachment,
.table-docman .read a.attachment,
.table-docman .unread a.attachment {
    color: #0061af;
    font-weight: normal;
}

    .table-docman a.attachment:hover {
        text-decoration: underline;
    }



.sort-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 200px;
    margin-bottom: -5px;
}





/* Calendar Television */
body.tv {
    overflow: hidden;
    background: #900;
}

    body.tv .navbar-brand {
        background-image: url("../images/logo_calendar.png");
    }

#page-content-tv {
    font-size: 170%;
    /*width:1920px;*/
    color: #000;
    overflow: hidden;
}

    #page-content-tv #page-heading .table {
        margin: 0;
        padding: 0;
        background: #900;
        color: #fff;
    }

    #page-content-tv #page-heading td {
        text-align: center;
        font-size: 150%;
        font-weight: bold;
        padding: 10px;
    }

        #page-content-tv #page-heading td.clock {
            font-weight: normal;
        }


    #page-content-tv .container {
        padding: 0;
    }

    #page-content-tv .panel {
        margin: 0;
    }

    #page-content-tv .container .table {
        padding: 0;
        margin: 0;
    }

        #page-content-tv .container .table > thead > tr > th {
            vertical-align: bottom;
            border-bottom: 1px solid #ccc;
            background: #e7e7e7;
        }

        #page-content-tv .container .table > tbody > tr > td {
            border-color: #ccc;
        }

        #page-content-tv .container .table > tbody > tr:nth-child(odd) > td,
        #page-content-tv .container .table > tbody > tr:nth-child(odd) > th {
            background-color: #ffffff;
        }

        #page-content-tv .container .table > tbody > tr:nth-child(even) > td,
        #page-content-tv .container .table > tbody > tr:nth-child(even) > th {
            background-color: #F9F7EC;
        }

        #page-content-tv .container .table > tbody > tr > td a {
            color: #111;
            font-size: 120%;
            padding: 120% 0;
        }

    #page-content-tv #others {
        margin-top: 20px;
        /*border-top:1px solid #03A9F4;*/
        font-size: 21px;
    }

        #page-content-tv #others .table,
        #page-content-tv #others td {
            background: none;
        }

        #page-content-tv #others .days > tbody > tr:first-child td {
            text-align: center;
        }

        #page-content-tv #others .days .title {
            background: #2c82d4;
            padding: 5px;
            border-bottom: 1px solid #1F77A2;
            white-space: nowrap;
            color: #fff;
        }

        #page-content-tv #others .days > tbody > tr > td,
        #page-content-tv #others .days > tbody > tr > th {
            border: 0px solid #fff;
            border-right-width: 1px;
        }

            #page-content-tv #others .days > tbody > tr > td .table {
                padding: 0 5px;
            }

            #page-content-tv #others .days > tbody > tr > td:nth-child(odd) {
                background: #9EE0FF;
            }

                #page-content-tv #others .days > tbody > tr > td:nth-child(odd) .table td {
                    border-color: #03A9F4;
                }

            #page-content-tv #others .days > tbody > tr > td:nth-child(event) .table td {
            }

            #page-content-tv #others .days > tbody > tr > td .table td,
            #page-content-tv #others .days > tbody > tr > th .table td {
                /*border:none;*/
            }

.vertical-text {
    transform: rotate(90deg);
    transform-origin: left top 0;
}

.vertical-text {
    float: left;
}

/* Calendar Status */
span.Active,
span.Postponed,
span.Cancel {
    width: 50px;
    height: 25px;
    display: block;
    position: relative;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

span.Postponed {
    background: url(../images/postponed.png);
}

span.Cancel {
    background: url(../images/cancel.png);
}

tr.highlight,
tr.highlight a {
    font-weight: normal;
    color: #DA1304 !important;
}

tr.Active,
tr.Postponed,
tr.Cancel,
tr.Active a,
tr.Postponed a,
tr.Cancel a {
    color: #000;
}

    /*tr.Active a {
        color: #090;
    }*/

    tr.Postponed,
    tr.Cancel,
    tr.Postponed a,
    tr.Cancel a {
        color: #777;
    }

/* New Login Form Style */
.panel-login {
    margin: 0;
    margin-top: 25px;
    padding: 10px 40px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #444;
}

    .panel-login a {
        color: #4285F4;
    }

    .panel-login input.form-control,
    .panel-login span.input-group-addon {
        opacity: .9;
    }

    .panel-login button {
        opacity: .9;
    }

@media (max-width: 767px) {
    .focusedform .panel-login {
        width: auto;
    }

    .focusedform .verticalcenter .panel-login {
        margin: 0;
        top: 0;
    }

    .page-login .verticalcenter {
        margin-top: -140px;
    }
}

.focusedform .panel-login .brand {
    padding-bottom: 1px;
    width: auto;
}

.panel-login .btn {
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-login .btn-google {
    font-family: 'Segoe UI', sans-serif;
    background: #3a7fb9;
    color: #ffffff;
}

.fancy {
    line-height: 0.1em;
    text-align: center;
}

.fancy span {
    display: inline-block;
    position: relative;
}

    .fancy span:before,
    .fancy span:after {
        content: "";
        position: absolute;
        height: 1px;
        border-bottom: 1px solid rgba(255,255,255,.5);
        /*border-top: 1px solid white;*/
        top: 0;
        min-width: 80px;
        max-width: 145px;
    }

    .fancy span:before {
        right: 100%;
        margin-right: 15px;
    }

    .fancy span:after {
        left: 100%;
        margin-left: 15px;
    }

.panel-login .login-or {
    color: #444;
    padding: 10px 0;
    margin-bottom: 10px;
}

.panel-login .title {
    width: 100%;
    text-align: center;
    color: #fff;
}

/* Report form */
.report {
    font-size: 11px;
    color: #000;
}

.report h4,
.report h5 {
    margin-top: 3px;
    margin-bottom: 0;
    padding: 0;
}


.report table th,
.report table td {
    font-weight: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.report ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.report ul li {
    margin: 0;
    padding: 0;
}

/*.report .table-striped > tbody > tr:nth-child(odd) > td, */
.report .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #c2e4c9;
}

.report .table > thead > tr > th,
.report .table > tbody > tr > th {
    vertical-align: middle;
    background-color: #c2e4c9;
    /*font-weight:bold;*/
    text-transform: uppercase;
    white-space: nowrap;
}

.report .table-bordered > thead > tr > th,
.report .table-bordered > tbody > tr > th,
.report .table-bordered > tfoot > tr > th,
.report .table-bordered > thead > tr > td,
.report .table-bordered > tbody > tr > td,
.report .table-bordered > tfoot > tr > td {
    border: 1px solid #7fda92;
}

.report .tab-container > .nav-tabs > li > a,
.report .tab-container > .nav-tabs > li.active > a {
    margin-bottom: -1px;
    text-transform: uppercase;
    font-weight: bold;
    border-top-width: 4px;
}

.report .tab-container > .nav-tabs > li.active > a {
    border-top-color: #72a510;
}

.report .assessment .table > thead > tr > th,
.report .assessment .table > tbody > tr > th {
    white-space: normal;
}

.report textarea {
    /*background: none;
    border: none;
    padding: 0;
    resize: none;
    border-style: none;
    border-color: Transparent;*/
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.report input[type="radio"] {
    /*display:none;*/
}

.report label {
    display: inline-block;
    /*background-color:#ddd;
    padding:4px 11px;
    font-family:Arial;
    font-size:16px;*/
}

.report input[type="radio"]:checked + label {
    font-weight: bold;
}

@media print {
    .report .assessment {
        page-break-before: always;
    }

    .report table {
        page-break-inside: auto;
    }

    .report tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    textarea {
        background-color: transparent;
        border: none;
        padding: 0;
        border-style: none;
        border-color: Transparent;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    /*thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }*/
}

@media (max-width: 480px) {
    ul.toolbar {
        display: block;
        float: none !important;
        margin: 0;
        background-color: #1175a2;
    }
}

/* Footer on left side */
#sidebar li.footer,
#sidebar li.footer:hover,
#sidebar li.footer a,
#sidebar li.footer a:hover {
    background: none;
    cursor: default;
}

/*li.footer a ,
li.footer a:hover {
    background:none;
}*/

/* logo profile image */
img .user-avatar,
a.username img.user-avatar {
    border-radius: 50%;
    /*height: 32px;
    width: 32px;*/
}

.dropdown-menu.userinfo li.username img.user-avatar {
    border-radius: 50%;
    height: 72px;
    width: 72px;
}

/* Custom Radio Button*/

.custom-radios div {
    display: inline-block;
}

.custom-radios input[type="radio"] {
    display: none;
}

.custom-radios input[type="radio"] + label {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-radios input[type="radio"] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 20px;
}

.custom-radios input[type="radio"] + label span img {
    opacity: 0;
    transition: all .3s ease;
}

.custom-radios input[type="radio"]#color-5 + label span,
.custom-radios input[type="radio"]#color-4 + label span,
.custom-radios input[type="radio"]#color-3 + label span,
.custom-radios input[type="radio"]#color-2 + label span,
.custom-radios input[type="radio"]#color-1 + label span {
    background-color: #ccc;
}

.custom-radios input[type="radio"]:checked#color-5 + label span {
    background-color: #2ecc71;
}

.custom-radios input[type="radio"]:checked#color-4 + label span {
    background-color: #3498db;
}

.custom-radios input[type="radio"]:checked#color-3 + label span {
    background-color: #f1c40f;
}

.custom-radios input[type="radio"]:checked#color-2 + label span {
    background-color: #e74c3c;
}

.custom-radios input[type="radio"]:checked#color-1 + label span {
    background-color: #000000;
}

.custom-radios input[type="radio"]:checked + label span img {
    opacity: 1;
}

/* Custom Checkbox */
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #ddd;
}

.styled-checkbox:hover + label:before {
    background: #f35429;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #f35429;
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

#pinBoot {
    position: relative;
    max-width: 100%;
    width: 100%;
    /*min-width:500px;*/
}

#pinBoot img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.white-panel {
    position: absolute;
    background: white;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 0px;
}

.white-panel:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



.table-docman .table, .table-docman .table:hover {
    background: #fff6af;
}

#page-container {
    background: #1080b3;
}

#page-leftbar {
    background: #1080b3;
}

#sidebar .divider {
    box-shadow: inset -1px 0 0 0 rgba(0,0,0,.1);
    background-color: #272829;
}

#sidebar i, #sidebar li a, #sidebar a:hover i, #sidebar li a:hover {
    color: #ffffff;
}

#sidebar ul, #sidebar ul li a {
    background: #1080b3;
    color: #fff;
    box-shadow: inset -1px 0 0 0 rgba(0,0,0,.1);
}

#search form .search-query {
    background: #fff;
    color: #000;
}


/* Calendar */
.datepicker-inline {
    width: 100%;
}

.datepicker table {
    width: 100%;
}

    .datepicker table tr td,
    .datepicker table tr th {
        width: 10%;
        height: 30px;
    }

#calendar .table a {
    text-decoration: none;
}

#calendar .table > tbody > tr > td:hover,
#calendar .table > tbody > tr:hover td {
    font-size: 125%;
    cursor: pointer;
}

/* Main banner */
#banner {
    /*margin-top: -10px;*/
    width: 100%;
    background: transparent url('../images/banner1170.jpg') center top no-repeat;
    background-size: cover;
}

#banner > div {
    /*display:block;
margin:0 auto;
width:1170px;
height:410px;
background: transparent url('../images/banner1170.jpg') center top no-repeat;
background-size:cover;*/
}

@media (max-width: 768px) {
    #banner {
        height: 230px;
        background-size: cover;
    }
}

@media (max-width: 480px) {
    #banner {
        height: 130px;
        background-size: cover;
    }
}

@media(max-width:320px) {
    .navbar-brand {
        width: 270px;
        background-position-x: left;
        background-image: url('../images/logo-nhaphoc-320.png')
    }
}

@media (min-width: 768px) {
    #banner {
        height: 290px;
    }

    .col-md-3 {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {

    #banner {
        height: 380px;
        background: transparent url('../images/banner-2024_3.png') center top no-repeat;
    }

    .col-md-3 {
        width: 25%;
    }
}
.enforce-lable {
    color: #f00
}

.enforce-input {
    background: rgba(247,238,88,.3)
}
.tieuDe {
    color: #18a5ad !important;
    text-align: center;
    font-weight: bold;
    font-size: 200%
}
.headThongTinHoSo {
    background: #18a5ad !important;
    text-align: center
}

.headThongTinCaNhan {
    background: #1861ad !important;
    text-align: center
}

.headThongTinGiaDinh {
    background: #e7c23c !important;
    text-align: center
}
.headThongTinDongHocPhi {
    background: #f6391f !important;
    text-align: center
}

.headThongTinKhaoSat {
    background: #16a060 !important;
    text-align: center
}

.headXacThuc {
    background: #e73c3c !important;
    text-align: center
}

div.login {
    padding: 0 !important;
    margin: 0 !important
}

.login, .login-body {
    margin: 0 !important
}

    .login .panel-heading {
        background: #a0a0a0;
        height: 45px
    }

        .login .panel-heading h4, .login .panel-heading h5 {
            float: left;
            padding-left: 5px
        }

        .login .panel-heading .nav.nav-tabs li a, .login .panel-heading .nav.nav-tabs li.active a {
            line-height: 2.921em;
            padding: 0 15px
        }

        .login .panel-heading .nav.nav-tabs li.active a {
            color: #fff;
            background-color: #c0392b;
            border-color: #c0392b;
            border-width: 2px;
            border-bottom-width: 0;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -moz-border-radius-topright: 5px
        }

.page-login {
    background: #eaeff2 url('../images/login_bg.jpg');
    background-color: -webkit-radial-gradient(center,ellipse cover,#eaeff2 0,rgba(212,221,228,.4) 60%),-webkit-linear-gradient(top,#cae1f4 0,rgba(125,185,232,0) 100%);
    background-color: radial-gradient(ellipse at center,#eaeff2 0,rgba(212,221,228,.5) 50%),linear-gradient(to bottom,#cae1f4 0,rgba(125,185,232,0) 100%)
}

    .page-login .panel-danger .panel-body {
        border-top-color: #0a71b6
    }

.login-message {
    margin-top: 190px;
    padding-left: 20px
}

.panel-login {
    margin-top: 60px;
    padding: 20px 40px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.55)
}

@media(max-width:767px) {
    .focusedform .panel-login {
        width: auto
    }

    .focusedform .verticalcenter .panel-login {
        margin: 0;
        top: 0
    }

    .page-login .verticalcenter {
        margin-top: -140px
    }
}

.focusedform .panel-login .brand {
    padding-bottom: 1px;
    width: auto
}

.panel-login .btn {
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px
}

.panel-login .btn-google {
    font-family: 'Segoe UI',sans-serif;
    background: #4285f4;
    color: #fff
}

.fancy {
    line-height: .1em;
    text-align: center
}

    .fancy span {
        display: inline-block;
        position: relative
    }

        .fancy span:before, .fancy span:after {
            content: "";
            position: absolute;
            height: 1px;
            border-bottom: 1px solid #fff;
            top: 0;
            min-width: 80px;
            max-width: 145px
        }

        .fancy span:before {
            right: 100%;
            margin-right: 15px
        }

        .fancy span:after {
            left: 100%;
            margin-left: 15px
        }

.panel-login .login-or {
    color: #fff;
    padding: 10px 0;
    margin-bottom: 10px
}

.panel-login .title {
    width: 100%;
    text-align: center;
    color: #fff
}

@media(max-width:480px) {
    .navbar-header {
        width: auto
    }
}

.navbar {
    margin: 0;
    height: 60px
}

.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 60px;
    width: 301px
}

.navbar-inverse .navbar-toggle {
    border-color: #fff
}

.navbar-toggle {
    margin-top: 15px
}

@media(min-width:768px) {
    .navbar-right {
        float: right !important;
        float: right;
        margin-right: 15px;
        margin-top: 10px
    }
}

#banner {
    width: 100%;
    background: transparent url('../images/banner-2024_3.png') center top no-repeat;
    background-size: cover
}

@media(max-width:768px) {
    #banner {
        height: 230px;
        background-size: cover
    }
}

@media(max-width:480px) {
    #banner {
        height: 130px;
        background-size: cover
    }
}

@media(max-width:320px) {
    .navbar-brand {
        width: 270px;
        background-position-x: left;
        background-image: url('../images/logo-nhaphoc-320.png')
    }
}

@media(min-width:768px) {
    #banner {
        height: 290px
    }

    .col-md-3 {
        width: 50%;
        float: left;
        margin-bottom: 20px
    }
}

@media(min-width:992px) {
    #banner {
        height: 380px;
        background: transparent url('../images/banner-2024_3.png') center top no-repeat
    }

    .col-md-3 {
        width: 25%
    }
}

#page-content {
    min-height: 450px;
    padding-bottom: 20px
}

.home-welcome {
    background: url('../images/welcome-b-bg.png') bottom right no-repeat;
    margin-top: 20px;
    min-width: 280px;
    padding-bottom: 55px
}

    .home-welcome .body {
        background: #cee9f9;
        padding: 20px
    }

    .home-welcome .up {
        width: 100%;
        height: 10px;
        background: #e1f1fb
    }

.color_title {
    font-family: 'Segoe UI';
    font-size: 26px
}

.myicon {
    width: 24px
}

.btn-nhaphoc {
    text-transform: uppercase;
    background: #fff;
    color: #f00;
    border: 1px solid #fdf2f2;
    box-shadow: 0 4px 8px 0 rgba(109,89,89,.2),0 6px 20px 0 rgba(255,9,9,.19)
}

    .btn-nhaphoc:hover {
        background: #0061af;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #0061af;
        box-shadow: 0 4px 8px 0 rgba(5,61,169,.2),0 6px 20px 0 rgba(24,88,144,.19)
    }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background: none;
    opacity: 1;
    border: none;
    padding-left: 0;
    font-size: 110%;
    font-weight: bold
}

footer {
    clear: both
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 20px
}
.radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
    min-height: 20px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    background: rgba(0,0,0,.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    #return-to-top:hover {
        background: rgba(0,0,0,.9)
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px
        }

#return-to-top-print {
    position: fixed;
    bottom: 60px;
    right: 20px;
    background: #000;
    background: rgba(0,0,0,.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    #return-to-top-print i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    #return-to-top-print:hover {
        background: rgba(0,0,0,.9)
    }

        #return-to-top-print:hover i {
            color: #fff;
            top: 5px
        }