@charset "UTF-8";

table.dataTable thead .sorting_asc:after {
    display: none !important;
}

table.dataTable thead .sorting_desc:after {
    display: none !important;
}

table.dataTable thead .sorting:after {
    display: none !important;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: block;
    margin:auto auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

a.btn:not(.btn-default) {
    margin-top:5px !important;
}

.rtl {
    direction: rtl;
}

.has-error ul li {
    color:#a94442;
}

@media (min-width: 992px) {
    .equal {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.panel {
    width: 100%;
    height: 97%;
}

.btn-no-radius {
    border-radius: 0;
}

.table-primary > thead:first-child > tr:first-child > th, .table-primary > thead:first-child > tr:first-child > td {
    background-color: #428BCA;
    color: white;
    border-color: #357EBD;
    border-top: 1px solid #357EBD;
    text-align: center;
}

.table-primary > tbody > tr:hover > td,
.table-primary > tbody > tr:hover > th {
    background-color:#D9EDF7;
    border-color: #AFD9EE;
}

.dataTables_length .select2.select2-container {
    width: 52px!important;
}

.big-text {
    font-size: 18px;
    line-height: 8px;
    font-weight: bold;
}

.border-left {
    border-left: 1px solid #dbdee0;
}

.border-right {
    border-right: 1px solid #dbdee0;
}

.border-bottom {
    border-bottom: 1px solid #dbdee0;
}

.padding0 {
    padding: 0;
}
.padding5 {
    padding: 5px 0;
}
.padding05 {
    padding: 0 5px;
}
.padding10 {
    padding: 10px 0 !important;
}
.padding010 {
    padding: 10px 0 !important;
}
.padding1010 {
    padding: 10px !important;
}

.bold {
    font-weight: bold;
}

.card {
    position: relative;
    border-radius: 4px;
    background-color: #f7f7f8;
    margin-bottom: 30px;
    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-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card .card-header {
    padding: 15px 15px 0;
    background-color: #f7f7f8;
    border-bottom: none!important;
}

.card .card-title {
    margin: 0;
    color: #333;
    font-weight: 300;
}

.card .card-category, .card label {
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    margin-bottom: 0;
}

.card .card-body {
    padding: 15px 15px 10px;
}

.card .card-footer {
    padding: 15px 15px 10px;
    background-color: transparent;
    line-height: 30px;
    border-top: none!important;
    font-size: 14px;
}

.card .card-footer .legend {
    padding: 5px 0;
}

.card .card-footer hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.card .stats {
    color: #ea7526;
}

.card .fa {
    width: 18px;
    text-align: center;
}