@charset "utf-8";
/* ==================================================================================
    [vendor.css]
        - external plugins style
================================================================================== */
/* ----------------------------------------------------------------------------------
    bootstrap
---------------------------------------------------------------------------------- */
/* button style */
.btn {
    border-radius: 2px;
}

/* form style */
.form-control {
    height: 34px;
    border-radius: 2px;
}

/* table style */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px 10px;
    line-height: 1.5;
    font-size: 15px;
    vertical-align: middle;
}
.table > thead > tr > th,
.table > thead > tr > td {
    font-size: 15px;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dfdfdf;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom: 3px double #dfdfdf;
}
.table-bordered > tbody > tr > th {
    font-weight: 400;
}

/* text */
.text-primary {
    color: #33f !important;
}
.text-danger {
    color: #f33 !important;
}

/* ----------------------------------------------------------------------------------
    bxslider
---------------------------------------------------------------------------------- */
.bx-wrapper {
    border: 0;
    background: transparent;
    box-shadow: none;
}

/* ----------------------------------------------------------------------------------
    drawer.js
---------------------------------------------------------------------------------- */
nav .dropdown-backdrop {
    display: none;
}
.drawer-open .drawer-overlay {
    z-index: 10;
}
#nav .drawer-menu-item {
    font-size: 16px;
}
#nav .drawer-dropdown-menu-item {
    padding-left: 20px;
    font-size: 13px;
    color: #767676;
}
#nav .drawer-dropdown-menu-item.active {
    color: #2690EA;
    background-color: #F3FAFE;
    /*color: #2c91e5;*/
    /*background-color: #fff9f9;*/
}

/* ----------------------------------------------------------------------------------
    select2.js
---------------------------------------------------------------------------------- */
.select2-container--default
.select2-selection--single {
    border-radius: 1px !important;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    font-size: 13px;
    color: #333;
}

/* nav */
.article .nav-justified,
.article .nav-tabs.nav-justified {
    margin: 0 0 30px;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    padding: 12px 10px;
    font-size: 17px;
    color: #767676;
    border-bottom: 1px solid #143e91;
    border-radius: 0;
    background-color: #f7f7f7;
}
.nav-tabs-justified > li > a:hover, .nav-tabs.nav-justified > li > a:hover {
    color: #666;
    border-color: #fafafa;
    border-bottom: 1px solid #143e91;
    background-color: #f0f0f0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    font-weight: bold;
    color: #143e91;
    border: 1px solid #143e91;
    border-top-width: 3px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
