.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.panel-section .panel-heading, .panel-white .panel-heading {
    color: #fff;
    background-color: #06328B;
    border-bottom: 1px solid rgba(120,130,140,.13);
}

.panel-question .panel-heading, .panel-white .panel-heading {
    color: #313131;
    background-color: #8ac6f7;
    border-bottom: 1px solid rgba(120,130,140,.13);
}

.panel-add .panel-heading, .panel-white .panel-heading {
    color: #ffffff;
    background-color: #355791;
    border-bottom: 1px solid rgba(120,130,140,.13);
}

.tab-active {
    background: #fff;
  }
.tab-inactive{
background: rgb(221, 223, 230);
}

.two-part li span {
    font-size:30px;
}

.two-part li i {
    font-size: 30px;
}

.panel-group .panel-heading {
    padding: 10px 10px;
}





.mega-dropdown-menu {
    padding: 10px 10px 10px 40px;
}

.navbar {
    min-height: 0px;
}

.navbar-top-links>li>a {
    line-height: 45px;
    min-height: 45px;
}



.footer {
    padding: 5px 10px 5px 30px;
}


.tabs-style-bar nav ul li a span {
    text-transform: unset;
    font-size: 15px;
    font-family: Rubik,sans-serif;
}

.sticon::before {
    font-size: 14px;
}

.white-box {
    padding: 20px;
    margin-bottom: 15px;
}

body {
    font-weight: unset;
    line-height: unset;
}

.white-box .box-title {
    text-transform: unset; 
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: unset;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px 8px;
}

.checkbox label::after {
    padding-top: 3px;
}

.form-control {
    height: 33px;
}

label {
    font-weight: 400;
}

.form-group, .form-horizontal .form-group {
    margin-bottom: 15px;
}

hr {
    margin-top: 15px; 
    margin-bottom: 15px;
}

.btn {
    line-height: unset;
}

.container-fluid {
    padding-right: 10px;
    padding-bottom: 10px;
}


#page-wrapper {
    padding-bottom: 30px;
}


.label {
    padding: 3px 5px 3px 5px;
    font-weight: 400;
    border-radius: 3px;
}

.input-group-addon {
    padding: 0px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #19466b;
    background-color: #06328B;
}

.text-info {
    color: #06328B;
}

.color-table.info-table thead th {
    background-color: #317AC8;
    color: #fff;
}

a.dt-button, button.dt-button, div.dt-button {
    background: #317AC8;
    color: #fff;
    border-color: #317AC8;
}

.bg-title {
    padding: 5px 10px 0px 0px;
}