﻿body {
    font-family: 'Roboto Condensed', Arial, sans-serif !important;
    font-size: 12px !important;
}

/*------------------------------------------------------------*/

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aea79f;
    /*border: 1px solid rgb(0,0,0);*/
}
/*---------------------------------*/

.main-container:before{
    background-color: #eeeeee;
}

.panel-body {
    padding: 5px !important;
    position: relative;
    margin-bottom: 0;
}

.Pding-div {
    padding: 5px !important;
}

.p-table {
    background: #ffffff;
    border: 1px #ccc solid;
    box-shadow: 0 1px 2px #ccc;
}

.footer .footer-inner {
    position: fixed !important;
    z-index: 9;
}

.footer .footer-inner .footer-content {
    background: #F2F2F2 !important;
    position: initial !important;
    line-height: 20px !important;
}

.footer {
    padding-top: 50px;
    height: 0;
    width: 0;
}

.paging {
    float: left;
    margin: 10px;
}
.pagination {
    float: right !important;
}

.table{
    margin-bottom: 10px;
}

.modal-header{
    background-color:#076792;
    padding-top:10px;
    padding-bottom:10px;
    color:#fff;
}
.modal-footer{
    padding-top: 8px;
    padding-bottom: 8px;
}

.login {
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
    /*background: url(../../Images/bg-login.jpg) top center repeat;*/
    background-color: #bad5ef;
}

.tab-content {
    border: none !important;
}
.tab-content > .tab-pane .input-group > .form-control {
    height: 42px !important;
}

/*.modal > .modal-dialog > .modal-content {
    top: 50%;
    transform: translateY(-50%);
}
.modal > .modal-dialog {
    height: 100%;
}*/

.profile-info-name {
    width: 130px !important;
}

select.form-control {
    font-size: 13px !important;
}

.label-bt {
    margin-top: 7px;
}

.profile-info-value {
    padding: 3px !important;
}

.large-title {
    font: 800 65% Roboto;
    text-transform: uppercase;
}

.panel-search-adv {
    margin: 10px 0 0 0;
    padding: 0px;
    position: relative;
    border: none;
    text-align: center;
    background-color: #eff3f8;
}

.accordion-style1 > .row::before {
        padding: 8px;
    }

.accordion-style1 > .row::after {
        padding: 6px;
    }

.btn-tkhoso {
    padding: 3px;
}
.ace-nav>li
{
    border-left:none;
}
.ace-nav>li>a
{
    background-color:transparent;
}
.navbar
{
    background:#356e98;
}
.select2-container .select2-choice {
    height: 34px !important;
    line-height: 34px !important;
}
/* Put your css in here */

multiselect {
    display: block;
}

    multiselect .btn {
        width: 100%;
        background-color: #FFF;
    }

        multiselect .btn.error {
            border: 1px solid #da4f49 !important;
        }

    multiselect .dropdown-menu {
        max-height: 300px;
        overflow-y: auto;
    }

    multiselect .dropdown-menu {
        width: 100%;
        box-sizing: border-box;
        padding: 2px;
    }

        multiselect .dropdown-menu > li > a {
            padding: 3px 10px;
            cursor: pointer;
        }
