@import url('/public/styles/Material+Icons.css');
@import url('/public/styles/fonts.css');

td.title-container{
    padding-left: 15px !important;
}

td.his-login{
    padding-right: 20px !important;
}

td.language-switcher{
    left:15px !important;
}

div#main-header .container .header td {
    padding-top:10px !important;
    padding-bottom:10px !important;
    padding-left:10px !important;
}

/* access form*/
.access-form {
    line-height: 14px;
    font-size: 14px;
}

.access-form .panel-body {
    padding-top: 30px;
}

.access-form .panel-heading {
    background-color: #4271A6;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
}

.access-form .btn {
    text-transform: uppercase;
    padding: 15px 50px;
    border-radius: 25px;
}

.access-form .btn-success,
.access-form .btn-default {
    border: none;
}

.access-form .btn-success {
    background-color: #5B9A52;

}

.access-form .btn-default {
    background-color: #888888;
    color: #fff;
}

.access-form .btns {
    margin-top: 30px;
}

.access-form .enter-code {
    color: #CC583B;
    font-size: 22px;

    font-weight: bold;
    line-height: 30px;
}

.access-form .has-error {
    color: #F20000;

}

.access-form .has-error .form-control {
    border-color: #CC583B;
}

.access-form .has-error .messages {

    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
}

/* access form*/

/* announment */
#content .img-responsive {
    margin: auto;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    #announcements-sidebar {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* announment */

/* breadcrumb */

#breadcrumb {
    font-family: 'Comfortaa', 'Dangrek', cursive;
    font-weight: bold;
}

#breadcrumb h2 {
    font-size: 20px;
    line-height: 24px;
}

#breadcrumb hr {
    margin: 0;
    color: #D8D8D8;
}

#breadcrumb p {
    line-height: 19px;
    font-size: 10px;
    color: #5B9A52;
    padding-top: 10px;
}

#breadcrumb a {
    text-decoration: none;
    color: #5B9A52;
}

.admin-breadcrumb-link {
    font-family: 'Open Sans Condensed', 'Bayon', sans-serif;
    margin-top: 26px;
    margin-right: 10px;
    color: #000 !important;
}

.admin-breadcrumb-link i {
    color: #4271A6;
    top: 5px;
    padding-right: 3px;
}

/* breadcrumb */

/* calendar */
.calendar-container {
    border: solid 1px #E8E8E8;
    padding: 15px;
    border-radius: 5px;
    max-width: 230px;
    margin: auto;
}

.calendar-container header {
    text-align: center;
}

.calendar-container header .btn {
    border: none;
    background-color: transparent;
    padding: 0;
}

.calendar-container .prev-month {
    float: left;
}

.calendar-container .next-month {
    float: right;
}

.calendar-container .month-year {
    display: inline;
    font-size: 13px;
    font-family: 'Comfortaa', 'Dangrek', cursive;
    font-weight: bold;
}

.calendar-container hr {
    margin: 10px 5px;
}

.calendar-container table {
    font-family: 'Open Sans', 'Battambang', sans-serif;
    font-weight: bold;
    width: 100%;
}

.calendar-container tr {
    margin: 2.5px 0;
    border-radius: 100px;
    width: 100%;
    display: inline-flex;
}

.calendar-container th {
    font-size: 8px;
    line-height: 21px;
    padding: 7px;
}

.calendar-container td {
    padding: 5px;
    font-size: 7px;
    line-height: 14px;
    width: 14.2857142857%;
    display: inline;
    text-align: center;
}

.calendar-container td.active {
    background-color: #5B9A52;
    border-radius: 100px;

}

.calendar-container td.active a {
    color: #fff;
}

.calendar-container td.active.left {
    border-radius: 100px 0 0 100px;
}

.calendar-container td.active.right {
    border-radius: 0 100px 100px 0;
}

/* calendar */

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-block {
    padding: 14px;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f9f9fa;
    border-bottom: 1px solid #e1e6ef;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    font-weight: bold;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f9f9fa;
    border-top: 1px solid #e1e6ef;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-header.card-header-inverse {
    color: #fff;
}

.card-header.card-header-primary {
    margin: -1px -1px 0;
    background: #4271A6;
    border-bottom: 1px solid #4271A6;
}

.card-header.card-header-secondary {
    margin: -1px -1px 0;
    background: #e1e6ef;
    border-bottom: 1px solid #e1e6ef;
}

.card-header.card-header-success {
    margin: -1px -1px 0;
    background: #79c447;
    border-bottom: 1px solid #79c447;
}

.card-header.card-header-info {
    margin: -1px -1px 0;
    background: #67c2ef;
    border-bottom: 1px solid #67c2ef;
}

.card-header.card-header-warning {
    margin: -1px -1px 0;
    background: #fabb3d;
    border-bottom: 1px solid #fabb3d;
}

.card-header.card-header-danger {
    margin: -1px -1px 0;
    background: #ff5454;
    border-bottom: 1px solid #ff5454;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }

    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }

    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.card-primary {
    background-color: #4271A6;
}

.card-primary .card-header, .card-primary .card-footer {
    background-color: #1d97c2;
}

.card-success {
    background-color: #79c447;
}

.card-success .card-header, .card-success .card-footer {
    background-color: #6cb73b;
}

.card-info {
    background-color: #67c2ef;
}

.card-info .card-header, .card-info .card-footer {
    background-color: #50b9ed;
}

.card-warning {
    background-color: #fabb3d;
}

.card-warning .card-header, .card-warning .card-footer {
    background-color: #f9b224;
}

.card-danger {
    background-color: #ff5454;
}

.card-danger .card-header, .card-danger .card-footer {
    background-color: #ff3b3b;
}

.card-inverse {
    color: #fff;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

/*carousel*/
#carousel-generic {
    max-width: 1024px;
    margin: auto;
}

#carousel-generic .carousel-inner {
    height: 110px;
}

.carousel-image {
    width: 1024px;
    height: 102px;
    box-shadow: inset 0px 6px 4px -4px rgba(0, 0, 0, 0.5);

}

#carousel-generic .carousel-inner .item {
    height: 100%;
}

.carousel-caption {
    top: 0;
    text-align: left;
    text-shadow: none;
    left: 10%;
    right: 10%;
}

.carousel-caption img {
    float: left;
    margin-right: 15px;
}

.carousel-caption h3 {
    font-family: 'Comfortaa', 'Dangrek', cursive;
    font-weight: bold;
    font-size: 22px;
    margin: 0;
}

.carousel-caption p {
    font-family: 'Open Sans', 'Dangrek', sans-serif, cursive;
    font-weight: 600;
    font-size: 11px;
}

.carousel-caption i {
    font-size: 12px;
    float: left;
    margin-top: 2px;
    margin-right: 2px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    height: 110px;
    top: 0;
    opacity: 1;
    text-shadow: none;
    width: 5%;
}

.carousel-control > i {
    top: 50%;
    position: absolute;
    margin-top: -25px;
    font-size: 55px;
}

.carousel-control.left i {
    left: 15px;
}

.carousel-control.right i {
    right: 15px;
}

.carousel-indicators {
    bottom: 0;
}

@media (max-width: 767px) {
    #carousel-generic .carousel-inner {
        height: fit-content;
    }

    #carousel-generic .carousel-inner .item {
        min-height: 150px;
    }

    .carousel-control > i {
        top: 100%;
    }
}

/*carousel*/

/*contact us*/
.contact-us .row .jumbotron {
    padding: 15px;
    border-radius: 0;
}

.contact-us .row .jumbotron p {
    font-size: 17px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 0;
}

.contact-us .row .jumbotron p:last-child,
.contact-us .row .jumbotron p a {
    color: #5B9A52;
}

.contact-us h5 {
    font-size: 15px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-us .col-md-3 {
    min-height: 300px;
}

.contact-us .thumbnail {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.22), inset 0px -3px 0px 0px #264A9E;
    border-radius: 0;

}

.contact-us .thumbnail h3 {
    font-size: 14px;
    font-family: 'Comfortaa', 'Dangrek', cursive;
}

.contact-us .thumbnail p {
    font-size: 12px;
    color: #264A9E;
    margin-bottom: 0;
    word-break: break-all;
}

.contact-us .thumbnail p i {
    font-size: 12px;
    float: left;
    margin-right: 5px;
}

.contact-us .thumbnail p a {
    color: #264A9E;
}

@media (max-width: 767px) {

    .contact-us .thumbnail img, a > img {
        max-width: 150px;
        float: left;
    }

    .contact-us .thumbnail .caption {
        display: grid;
        min-height: 105px;
    }

    .contact-us .thumbnail .caption h3 {
        margin-top: 0;
    }

    .contact-us .col-md-3 {
        min-height: auto;
    }
}

/*contact us*/

/*event calendar*/
.announcement-item {
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.22), inset 0px -6px 0px 0px #264A9E;
    padding: 15px;
    margin-bottom: 60px;
}

.announcement-item .col-md-12 {
    margin-bottom: 30px;
}

.announcement-item h2 {
    font-size: 20px;
    font-family: 'Comfortaa', 'Dangrek', cursive;
    font-weight: bold;
    margin-top: 0;
    line-height: 24px;
}

.announcement-item p {
    font-size: 13px;
    line-height: 21px;
}

.announcement-item .btn-readmore {
    border: 2px solid #4271A6;
    background: transparent;
    border-radius: 25px;
    color: #4271A6;
    padding: 5px 20px;
    font-family: 'Comfortaa', 'Dangrek', cursive;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    margin-top: 15px;
}

.announcement-item .session {
    font-family: 'Open Sans', 'Battambang', sans-serif;
    font-size: 11px;

}

td, th {
    border-top: none;
}

.announcement-item .session i {
    font-size: 11px;
}

.announcement-item .session th {
    vertical-align: middle;
}

.announcement-item .session td {
    color: #264A9E;
    font-weight: bold;
    vertical-align: middle;
}

.announcement-item .session td .btn {
    font-family: 'Comfortaa', 'Dangrek', cursive;
    border-radius: 25px;
    font-size: 10px;
    background-color: #5B9A52;
    float: right;
}

.btn {
    font-family: 'Comfortaa', 'Dangrek', cursive;
    border-radius: 25px;
}

@media (max-width: 991px) {
    .feature-img img {
        margin: auto;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .announcement-item {
        margin: 15px;
    }

    .announcement-item .feature-img img {
        margin: auto;
        margin-bottom: 15px;
    }
}

/*event calendar*/

/*fade-images*/
#fade-images {
    max-width: 1024px;
    margin: auto;
    z-index: -1;
}

#fade-images .carousel-inner .item {
    transition-property: opacity;
}

#fade-images .carousel-inner .item,
#fade-images .carousel-inner .active.left,
#fade-images .carousel-inner .active.right {
    opacity: 0;
}

#fade-images .carousel-inner .active,
#fade-images .carousel-inner .next.left,
#fade-images .carousel-inner .prev.right {
    opacity: 1;
}

#fade-images .carousel-inner .next,
#fade-images .carousel-inner .prev,
#fade-images .carousel-inner .active.left,
#fade-images .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#fade-images .carousel-control {
    z-index: 2;
}

/*fade-images*/

/*footer*/

#footer {
    margin-top: 30px;
    background: #F8F7F7;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer .copyright {
    text-align: center;
    font-family: 'Open Sans', 'Battambang', sans-serif;

}

#footer .copyright p {
    font-size: 12px;
    margin: 0;

}

#footer .copyright p span:after {
    content: '|';
    color: #D2D2D2;
    padding: 10px;
}

#footer .copyright br {
    display: none;
}

#admin-footer {
    margin-top: 30px;
    background: #4271a6;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

#admin-footer .copyright {
    text-align: center;
    font-family: 'Open Sans', 'Battambang', sans-serif;

}

#admin-footer .copyright p {
    font-size: 12px;
    margin: 0;

}

#admin-footer .copyright p span:after {
    content: '|';
    color: #D2D2D2;
    padding: 10px;
}

#admin-footer .copyright br {
    display: none;
}

.back-to-top-container {
    width: 100%;
    margin: auto;
    height: 0;
    position: absolute;
    max-width: 991px;
    left: 0;
    right: 0;

}

.back-to-top-container #back-to-top {
    background-image: url("../svg/back-to-top-bg.svg");
    cursor: pointer;
    bottom: 167px;
    width: 81px;
    height: 81px;
    text-align: center;
    padding: 25px;
    font-size: 26px;
    color: #fff;
    position: relative;
    float: right;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .back-to-top-container #back-to-top {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 117px;
    }

    #footer {
        margin-top: 120px;
    }
}

@media (max-width: 767px) {
    #footer .copyright {
        padding-top: 30px;
    }

    #footer .copyright br {
        display: block;
    }

    .back-to-top-container #back-to-top {
        bottom: 187px;
    }
}

/*footer*/

/*page*/

@media (max-width: 991px) {
    .back-to-top-container {
        display: none;
    }

    .access-form .btns .btn-default {
        display: none;
    }
}

@media (max-width: 767px) {
    #main-header .clear-btn {
        top: 0;
        position: absolute;
        right: 0;
    }

    #main-header .language-switcher {
        text-align: center;
    }
}

#content .col-md-6 {
    margin-bottom: 30px;
}

/*page*/

/*Message Container*/
#message .message-container .message-header {
    font-family: 'Comfortaa', 'Dangrek', cursive;
    font-weight: bold;
}

#message .message-container {
    font-family: 'Comfortaa', 'Battambang', cursive;
    padding-top: 60px;
}

#message .message-container .message-header {
    text-align: center;
}

#message .message-container h3 {
    font-size: 42px;
}

#message .message-container hr {
    width: 50%;
    color: #D8D8D8;
}

#message .message-container .media-body {
    line-height: 21px;
    font-size: 13px;
}

@media (max-width: 767px) {
    #message .media-left {
        width: 100%;
        float: left;
        margin-bottom: 15px;

    }

    #message .media-left img {
        margin: auto;
    }

    #message .media-body .col-md-6 {
        margin-bottom: 15px;
    }
}

/*Message Container*/

/* Navbar */
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.navbar {
    margin-bottom: 0;
}

.navbar .container {
    padding: 0;
}

.navbar-default {
    font-family: 'Open Sans', 'Battambang', sans-serif;
    background-color: #4271A6;
    -webkit-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
    box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.25), 0px 2px 4px 0px rgba(0, 0, 0, 0.50);
    border: none;
    border-radius: 0;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #183C65;
    color: #fff;
    -webkit-box-shadow: inset 0px 10px 6px -6px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 10px 6px -6px rgba(0, 0, 0, 0.25);
}

.navbar-default .navbar-nav > li > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #183C65;
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
  /*font-family: Koulen,Arial,Helvetica,sans-serif; */
  font-family:  'Battambang', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.dropdown-menu,
.dropdown-submenu > .dropdown-menu {
    padding: 15px 0 18px 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25), inset 0px -3px 0px 0px #5B9A52;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25), inset 0px -3px 0px 0px #5B9A52;
}

.dropdown-menu {
    -webkit-box-shadow: inset 0px 6px 4px -4px rgba(0, 0, 0, 0.5), 0px 0px 4px 0px rgba(0, 0, 0, 0.25), inset 0px -3px 0px 0px #5B9A52;
    box-shadow: inset 0px 6px 4px -4px rgba(0, 0, 0, 0.5), 0px 0px 4px 0px rgba(0, 0, 0, 0.25), inset 0px -3px 0px 0px #5B9A52;
}

.dropdown-submenu > .dropdown-menu {
    margin-left: 0;
}

.dropdown-submenu > .dropdown-menu li a:before {
    content: '- ';
}

.dropdown-submenu > a:after {
    content: '';
    border: none;
}

.dropdown-menu > li > a {
    font-family:  'Battambang', sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 767px) {
    .navbar.navbar-default {
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        box-shadow: none;
        width: 90%;
    }

    button.navbar-toggle {
        background-image: url("../images/Oval.png");
        width: 72px;
        height: 72px;
        border: none;
        right: 15px;

    }

    button.navbar-toggle .icon-bar {
        margin: auto;
    }

    button.navbar-toggle:hover {
        background-color: transparent !important;
    }

    .navbar-collapse.in {
        top: 0;
        position: absolute;
        width: 90%;
        right: 0;
        background: #4271A6;
        z-index: 999;
        border: none;

    }

    .navbar-collapse.in .mobile-tagline {
        display: block;
        padding-top: 15px;
        padding-left: 15px;
        padding-bottom: 15px;

    }

    .navbar-collapse.in .mobile-tagline .navbar-toggle {
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        color: #fff;
        right: 15px;
    }

    .navbar-collapse.in .mobile-tagline h2 {
        margin: 0;
        font-family: 'Open Sans Condensed', 'Bayon', sans-serif, cursive;
        font-weight: bold;
        font-size: 24px;
        color: #fff;
        margin-bottom: 5px;
    }

    .navbar-collapse.in .mobile-tagline h3 {
        margin: 0;
        font-family: 'Open Sans Condensed', 'Bayon', sans-serif, cursive;
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
        color: #fff;
    }

    .navbar-nav > li > .dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
        box-shadow: none;
        background: #F6F6F6;
        margin-bottom: 15px;
        padding-left: 30px;

    }

    .navbar-nav > li > .dropdown-menu .dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
        left: 15px;
        box-shadow: none;
        background: transparent;
    }

    .navbar-default .navbar-nav li > a {
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-default .navbar-nav > .active > a {
        text-decoration: underline;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        box-shadow: none;
    }

    .footer-container {
        display: block;
        background-color: #F6F6F6;
        margin-left: -15px;
        padding: 30px 15px;

    }

    .footer-container .related-sites-container {
        font-family: 'Comfortaa', 'Dangrek', cursive;

    }

    .footer-container .related-sites-container h5 {
        padding-left: 15px;
        padding-right: 15px;
        font-weight: bold;
    }

    .footer-container .related-sites-container a {
        color: #5B9A52;
        text-decoration: underline;
        padding-top: 0;
        padding-bottom: 5px;
        padding-left: 15px;
    }

    .footer-container .related-sites-container .row {
        padding-bottom: 30px;
    }
}

/* Navbar */

/*publication*/
.publication .row {
    margin-bottom: 30px;
}

.publication .row .col-md-6 > .media:first-child {
    padding-top: 15px;
    border-top: solid 1px #E8E8E8;
}

.publication .row h5 {
    font-family: 'Open Sans', 'Battambang', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.publication .row h4 {
    font-family: 'Comfortaa', 'Dangrek', cursive;
    font-size: 13px;
    font-weight: bold;
}

.publication .row p {
    font-size: 11px;
    color: #264A9E;
    font-weight: bold;

}

.publication .row p i {
    font-size: 11px;
}

.publication .row p span {
    padding-right: 15px;
}

.publication .row img {
    width: 32px;
}

.publication .row .btn {
    font-family: 'Comfortaa', 'Dangrek', cursive;
    border-radius: 25px;
    font-size: 10px;
    line-height: 11px;
    background-color: #5B9A52;
    float: right;

}

.publication .row .btn i {
    font-size: 10px;
}

.publication .row .media {
    border-bottom: solid 1px #E8E8E8;
    padding-bottom: 15px;
}

/*publication*/

/*related site*/
#related-sites .related-sites-container {
    padding-top: 50px;
    text-align: center;
    font-family: 'Comfortaa', 'Dangrek', cursive;
}

#related-sites .related-sites-container h5,
#related-sites .related-sites-container a {
    font-size: 16px;
}

#related-sites .related-sites-container h5 {
    font-weight: bold;
}

#related-sites .related-sites-container a {
    color: #5B9A52;
}

/*related site*/

/*spotlights*/
#spotlights {
    margin-top: 60px;

}

#spotlights .jumbo-container .col-md-3 a:hover {
    text-decoration: none;
}

#spotlights .jumbo-container .col-md-3 div {
    width: 100%;
    height: 220px;
    font-size: 12px;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#spotlights .jumbo-container .col-md-3 div > object {
    max-height: 90px;
}

#spotlights .jumbo-container .col-md-3 div,
#spotlights .jumbo-container .col-md-3 > p {
    text-align: center;
    font-family: 'Comfortaa', 'Dangrek', cursive;
}

#spotlights .jumbo-container .col-md-3 div > p {
    padding-top: 50px;
}

#spotlights .jumbo-container .col-md-3 > p {
    padding-bottom: 10px;
    font-size: 12px;
    border-bottom: solid 1px;
    border-radius: 1px;
    margin-bottom: 30px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

/*spotlights*/

/*main*/

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

div.space-50px {
    padding: 25px;
}

div.space-30px {
    padding: 15px;
}

.container {
    overflow: hidden;
    /*border: 1px solid #ff0000;*/
}

.container .card-block {
    padding: 0px;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 1024px;
    }
}

#main {
    padding-top: 60px;
}

.container-shadow {
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.50);
}

.container-shadow-2 {
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.50);
}

.mobile-tagline {
    display: none;
}

.footer-container {
    display: none;
}

#content .img-responsive {
    padding-bottom: 10px;
    margin: auto;
}

#content h2 {
    font-size: 20px;
    font-family: 'Comfortaa', 'Dangrek', cursive;
    font-weight: bold;
    margin-top: 0;
}

#content h3 {
    margin: 0;
}

#content p.date-user span {
    margin-right: 30px;
}

#content p.date-user,
#content p.date-user i {
    margin-top: 5px;
    font-size: 11px;
    color: #264A9E;
}

#content #announcements-sidebar .announcements-container {
    background-color: #F8F7F7;
    padding-bottom: 60px;
}

#content #announcements-sidebar .announcements-container h4 {
    font-size: 13px;
    font-family: 'Comfortaa', 'Dangrek', cursive;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

#content #announcements-sidebar .announcements-container .list-group-item,
#content #announcements-sidebar .announcements-container .list-group-item.active {
    background-color: transparent;
    border: none;
    /*font-weight: bold;*/
}

#content #announcements-sidebar .announcements-container .list-group-item.active {
    color: #5B9A52;
}

#content #announcements-sidebar .announcements-container .list-group-item {
    color: #262626;
}

#content #announcements-sidebar .announcements-container hr {
    margin: auto;
    width: 90%;
}

.pagination-container .pagination{
    font-family: 'Open Sans', 'Battambang', sans-serif;
    font-size: 13px;
}

.pagination-container .pagination > li > a {
    color: #264A9E;
}

.pagination-container .pagination > .active > a {
    color: #fff;
    background-color: #264A9E;
}

.pagination-container i {
    font-size: 13px;
}

#page-404 {
    margin-top: 100px;
    font-family: 'Comfortaa', 'Dangrek', cursive;
}

#page-404 h1 {
    font-size: 70px;
}

#page-404 h2 {
    font-size: 42px;
}

#page-404 hr {
    max-width: 370px;
    color: #D8D8D8;
    margin-bottom: 30px;
}

#page-404 p {
    font-family: 'Open Sans', 'Battambang', sans-serif;
}

.public-dashboard iframe {
    display: block;
    width: 100%;
    min-height: 600px;
}

.color-text-green {
    color: #5B9A52;
}

.panel-border {
    border-bottom: 4px solid #44803b;
}

.align-center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-no-margin {
    margin: 0px;
    padding: 0px;
}

.row-margin-top {
    margin: 20px -5px
}

.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

#entry-inline-form label {
    min-width: 220px;
}

label {
    font-size: 13px;
}

#entry-inline-form input {
    min-width: 220px;
}

.inner-glow-btn {
    -webkit-box-shadow: inset 0 0 10px #ccc;
    -moz-box-shadow: inset 0 0 10px #ccc;
    box-shadow: inset 0 0 10px #ccc;
}

.operation-button {
    padding: 8px 25px;
    margin-right: 10px;
}

@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }

    .grid-divider > [class*='col-'] {
        position: static;
    }

    .grid-divider > [class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
    }

    .col-padding {
        padding: 0 15px;
    }
}

/*main*/

/*header*/
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
/*.header-top {
  width: 100%;
  height: 4px;
  background-color: #4271A6;
}*/
#main-header {
    border-top: 4px solid #4271A6;
}

/* Make the masthead heading the same height as the navigation */
#main-header .container {
    padding: 0;
}

.header .table {
    border-collapse: collapse;
    border-spacing: 0;
}

.header table.logo {
    margin-left: -15px;
}

.header table.logo td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header td.title-container {
    max-width: 380px;
    padding-left: 15px;
}

td input {
    background-color: inherit;
}

.header h2 {
    font-size: 24px;
}

.header h3 {
    font-size: 12px;
    line-height: 15px;
}

.header h2, .header h3 {
    margin: 0;
    font-family: 'Battambang', 'Comfortaa', sans-serif, cursive;
    font-weight: bold;
}

.header-top-right {
    background-color: #F6F6F6;
    margin-right: -15px;
}

.sub-title {
    font-family: 'Battambang', 'Comfortaa', sans-serif, cursive;
    font-size: 20px;
    line-height: 24px;
    padding: 30px 30px 20px 30px;
}

.his-login {
    padding-right: 30px;
}

.login-btn {
    background-color: transparent;
    background-image: url("../svg/login-btn-bg.svg");
    border: none;
    width: 73px;
    height: 73px;
    color: #fff;
}

.login-btn .material-icons, .logout-btn .material-icons {
    font-size: 24px;
}

.logout-btn {
    background-color: transparent;
    background-image: url("../svg/logout-btn-bg.svg");
    border: none;
    width: 73px;
    height: 73px;
    color: #fff;
}

.login-label, logout-label {
    font-family: 'Comfortaa', 'Dangrek', cursive;
    font-size: 10px;
    text-transform: uppercase;
}

.language-switcher {
    padding-left: 30px;
    padding-bottom: 15px;
}

.language-switcher a {
    color: #262626;
}

.language-switcher a.active {
    text-decoration: underline;
}

.language-switcher img {
    margin-right: 5px;
}

.language-switcher span {
    font-family: 'Comfortaa', 'Dangrek', cursive;
    line-height: 16px;
    font-size: 12px;
    padding-right: 15px;
}

.logo-center {
    margin: auto !important;
}

/*test*/
/*test*/

.top {
    height: 250px; /* Space in here for search */
    padding-top: 40px;
    position: relative;
}

.login-header {
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
}

.login-header .clear-btn,
.login-header .language-switcher {
    padding-left: 15px;
    padding-bottom: 29px;
    padding-top: 30px;
    padding-right: 15px;
}

table {
    font-size: 13px;
}

table > tbody > tr > td > input{
    font-size: 13px;
}

.login-header .clear-btn a {
    color: #262626;
    height: 21px;
}

.login-header .logo img {
    height: 50px;
    width: auto;
}

.login-header h2 {
    font-size: 20px;
}

.login-header h3 {
    font-size: 11px;
}

#main-header .header {
    padding: 0;
}

#main-header .header table.logo {
    margin-left: 15px;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-right {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rounded-left {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-0 {
    border-radius: 0;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #c0cadd !important;
}

a.text-muted:focus, a.text-muted:hover {
    color: #9faecb !important;
}

.text-primary {
    color: #20a8d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #1985ac !important;
}

.text-success {
    color: #79c447 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #61a434 !important;
}

.text-info {
    color: #67c2ef !important;
}

a.text-info:focus, a.text-info:hover {
    color: #39afea !important;
}

.text-warning {
    color: #fabb3d !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #f9aa0b !important;
}

.text-danger {
    color: #ff5454 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #ff2121 !important;
}

.text-gray-dark {
    color: #384042 !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #212526 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .nav-link, .nav-tabs .navbar .dropdown-toggle, .navbar .nav-tabs .dropdown-toggle {
    color: #9faecb;
}

a.nav-link.nopermission, a.nav-link.nav-dropdown-toggle.nopermission {
    color: #808080 !important;
    cursor: pointer;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active:hover {
    background: #183C65;
    border-color: #183C65;
    color: #FFFFFF;
}

.nav-tabs .nav-link.active, .nav-tabs .navbar .active.dropdown-toggle, .navbar .nav-tabs .active.dropdown-toggle {
    /*color: #384042;*/
    /*background: #fff;*/
    color: #FFFFFF;
    background: #4271A6;
    border-color: #4271A6;
    border-bottom-color: #fff;
}

.nav-tabs .nav-link.active:focus, .nav-tabs .navbar .active.dropdown-toggle:focus, .navbar .nav-tabs .active.dropdown-toggle:focus {
    /*background: #fff;*/
    color: #FFFFFF;
    background: #4271A6;
    border-color: #4271A6;
    border-bottom-color: #fff;
}

.tab-content {
    margin-top: -1px;
    background: #fff;
    border: 1px solid #4271A6;
}

.tab-content .tab-pane {
    padding: 1rem 1rem;
}

input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
    margin-left: 0px;
    line-height: normal;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}

.material-icons {
    font-size: 18px;
    position: relative;
}

a#back-to-top i.material-icons {
    font-size: 24px;
}

.item {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.item .content {
    background-color: #44803b;
    padding: 8px;
    border-radius: 5px;
    max-height: 110px;
}

.item .button-container {
    padding: 35px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
    max-height: 90px;
}

.item .content a {
    display: block;
    color: #fff !important;
}

#toltips_box {
    font-family: Arial, Helvetica, sans-serif;
    display: none;
    position: absolute;
    text-align: left;
    padding: 5px;
    width: 300px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 13px;
}

.carousel-inner .item{
    padding: 0 !important;
    border-radius: 0 !important;
}

fieldset {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border:1px solid #e5e5e5;
    display: block;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.cell {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 14px;
    height: 25px;
    position: relative;
    text-align: center !important;
    width: 100%;
}
.con_cell {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 14px;
    height: 25px;
    position: relative;
    text-align: center !important;
    width: 100%;
}

.paddingLR-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.margin-0 {
    margin: 0px !important;
}

.table-fontsize13 {
    font-size: 13px;
}

.box_go {
    position: relative;
}

.box_go .ico {
    position: absolute;
    left: 150px;
    display: none;
}

.box_go:hover .ico {
    display: block;
    z-index:99;
}
.box_go .ico img{
    padding:1px;
    border:1px solid #999999;
    background-color:#CCC
}

.bg-disabled{
    background-color:#FFF !important;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0, 0.5);

}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #F00;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e1e6ef;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    width: 100%;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e1e6ef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}


.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.modal-primary .modal-content {
    border-color: #4271A6;
}

.modal-primary .modal-header, .modal-content .modal-primary {
    color: #fff;
    background-color: #4271A6;
}

.modal-secondary .modal-content {
    border-color: #e1e6ef;
}

.modal-secondary .modal-header, .modal-content .modal-secondary {
    color: #fff;
    background-color: #e1e6ef;
}

.modal-success .modal-content {
    border-color: #79c447;
}

.modal-success .modal-header, .modal-content .modal-success {
    color: #fff;
    background-color: #79c447;
}

.modal-info .modal-content {
    border-color: #67c2ef;
}

.modal-info .modal-header, .modal-content .modal-info  {
    color: #fff;
    background-color: #67c2ef;
}

.modal-warning .modal-content {
    border-color: #fabb3d;
}

.modal-warning .modal-header, .modal-content .modal-warning {
    color: #fff;
    background-color: #fabb3d;
}

.modal-danger .modal-content {
    border-color: #ff5454;
}

.modal-danger .modal-header, .modal-content .modal-danger  {
    color: #fff;
    background-color: #ff5454;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-top {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-right {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rounded-left {
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.rounded-circle {
    border-radius: 50%;
}

.input-group-addon-primary{
    color: #fff;
    background-color: #4271A6;
    border-color: #4271A6;
}

.input-group-addon-secondary{
    color: #666666;
    background-color: #e1e6ef;
    border-color: #e1e6ef;
}

.input-group-addon-info{
    color: #fff;
    background-color: #67c2ef;
    border-color: #67c2ef;
}

.input-group-addon-warning{
    color: #fff;
    background-color: #fabb3d;
    border-color: #fabb3d;
}

.input-group-addon-danger{
    color: #fff;
    background-color: #ff5454;
    border-color: #ff5454;
}

.input-group-addon-success{
    color: #fff;
    background-color: #79c447;
    border-color: #79c447;
}

div.tab-content {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.tooltip {
    display: contents;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

select {
    text-overflow: ellipsis;
    width: 100% !important;
}

.panel-heading {
    font-weight: bold;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #4271A6;
    border-color: #4271A6;
}


.multi-level .dropdown-submenu {
    border-right: 3px solid #5B9A52;
}