.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
}

.form-group.has-error .select2-selection {
    border-color: #dd4b39;
    box-shadow: none;
}

.thumbnail.medium {
    max-width: 200px;
}

.table-show tbody tr th {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}

.vl {
    border-right: 1px solid #d6d6d6;
    min-height: 180px;
}

.product-box {
    border: 1px solid #efefef;
    margin-bottom: 10px;
    background-color: #ffffff;
    cursor: pointer;
}

.product-title {
    font-size: 18px;
    color: #777777;
    margin: 0 15px 20px 15px;
}

ul.chart-legend li {
    margin-bottom: 4px;
}

.timeline > li > .timeline-item {
    margin-left: 80px;
}

.timeline > li > img.circular {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    border-radius: 50%;
    background-color: #c6c6c6;
    padding: 1px;
}

#formCategory .select2-container, #formTag .select2-container {
    display: block;
}

.btn-envato {
    color: #ffffff;
    background-color: #78A343;
    border-color: rgba(77, 163, 15, 0.2);
}

.btn-envato:hover {
    color: #ffffff;
    background-color: #5aa326;
    border-color: rgba(77, 163, 15, 0.2);
}

select.form-control {
    cursor: pointer !important;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #ddd;
    border-color: #a8a8a8;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.medium-rectangle {
    width: 180px;
    height: 120px;
    max-height: 100px;
    min-height: 100px;
    border-radius: 0 !important;
    border: 1px solid #f9f9f9;
}

.form-inline .control-label {
    margin-right: 10px;
    margin-left: 10px;
}

td small.label {
    margin-left: 5px;
    font-size: 9px;
}

/*
 * Component: Summer note
 * ---------------------
 */

.note-editor.note-frame {
    border-radius: 0;
    border: 1px solid #e6e6e6 !important;
}

.note-editor.note-frame .modal.show {
    z-index: 9999 !important;
}

.note-editor .btn-default {
    border-radius: 0;
    background: #ffffff;
}

.form-group.has-error .note-editor.note-frame {
    border-color: #dd4b39 !important;
    box-shadow: none;
}

.hide-quick-search .dataTables_filter label {
    display: none;
}

a.info-link {
    color: #333;
}

/*
 * Component: report box
 * ---------------------
 */
.report-box {
    margin: 1px;
}

.report-box span {
    color: #999999;
}

.report-box .left-section {
    width: 65%;
    float: left;
}

.report-box .right-section {
    width: 35%;
    float: left;
    display: block;
}

.report-box .left-section h1 {
    margin: 0 0 3px 0;
}

.report-box .left-section span {
    color: #999999;
}

.report-box .right-section span {
    margin-left: 3px;
    color: #999999;
}

.report-box .right-section .fa-arrow-up {
    color: #00a65a;
}

.report-box .right-section .fa-arrow-down {
    color: #FD404C;
}

/*
 * Component: Busy time box
 * ---------------------
 */
.busy-time-box {
    display: flex;
}

.busy-time-box .row {
    margin-left: 2px;
    margin-right: 2px;
}

.day-column {
    width: 18px;
    line-height: 30px;
}

.content-column {
    flex-grow: 1;
}

.busy-time-box span.body-cell {
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border-radius: 5px;
}

.busy-time-box span.footer-cell {
    font-size: 12px;
    display: block;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.padding-2 {
    padding: 2px;
    color: #DEB0DE;
}

.green0 {
    background: #eef5f0;
}

.green50 {
    background: #e8f5e9;
}

.green100 {
    background: #c8e6c9;
}

.green200 {
    background: #a5d6a7;
}

.green300 {
    background: #81c784;
}

.green400 {
    background: #66bb6a;
}

.green500 {
    background: #4caf50;
}

.green600 {
    background: #43a047;
}

.green700 {
    background: #388e3c;
}

.green800 {
    background: #2e7d32;
}

.green900 {
    background: #1b5e20;
}

/*
 * Component: Testimonial Box
 * --------------------------
 */

.circle-100 {
    width: 100px;
    height: 100px;
    line-height: 90px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.circle-100-success {
    border: 5px solid #00a65a;
    color: #00a65a;
}

.circle-100-primary {
    border: 6px solid #3c8dbc;
    color: #3c8dbc;
}

.circle-100-info {
    border: 6px solid #00c0ef;
    color: #00c0ef;
}

.circle-100-warning {
    border: 6px solid #f39c12;
    color: #f39c12;
}

.circle-100-danger {
    border: 6px solid #dd4b39;
    color: #dd4b39;
}

.progress-box {
    display: flex;
    clear: both;
    margin-top: 5px;
}

.progress-label {
    width: 50px;
}

.progress {
    flex-grow: 100;
    margin-top: 8px;
    margin-bottom: 10px;
}

.progress-count {
    width: 30px;
    text-align: right;
}


/* login captcha design */
.login-captcha{
    display:flex;
    justify-content: center;
    align-items: center;
}

/* Admin panel style override */
.skin-blue .main-header .logo{
    background-color: #fff;
    color: #367fa9;
}
.skin-blue .main-header .logo:hover {
    background-color: #fff;
}