﻿.min-width-80 {
    -moz-min-width: 80px;
    -ms-min-width: 80px;
    -o-min-width: 80px;
    -webkit-min-width: 80px;
    min-width: 80px;
}

.min-width-40 {
    -moz-min-width: 40px;
    -ms-min-width: 40px;
    -o-min-width: 40px;
    -webkit-min-width: 40px;
    min-width: 40px;
}

.padding-1020 {
    padding: 4px 20px;
}

.badge.badge-default {
    font-size: 10px;
    line-height: 15px;
}

.badge.badge-purple {
    font-size: 10px;
    background-color: #D3B2D7;
    line-height: 15px;
    border: solid 1px #D3B2D7;
}

.badge.badge-maroon {
    font-size: 10px;
    background-color: #D5886B;
    line-height: 15px;
    border: solid 1px #D5886B;
}

.badge.badge-blue {
    font-size: 10px;
    background-color: #5bc0de;
    line-height: 15px;
    border: 1px solid #5bc0de;
}

.badge.badge-red {
    font-size: 10px;
    background-color: #e66454;
    line-height: 15px;
    border: solid 1px #e66454;
}

.badge.list-item {
    line-height: 16px;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
}

@media (min-width: 768px) {
    .col-sm-20-percent {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 20%;
    }
}

/* Hides the navbar menu if it contains no-main-navbar style (used primarily with iframes) */
body.no-main-navbar #main-navbar {
    display: none !important;
}

body.no-main-navbar #content-wrapper {
    padding-top: 18px;
}

/* Additional padding values */
.padding-xs {
    padding: 5px !important;
}

.padding-md {
    padding: 10px !important;
}

.padding-lg {
    padding: 15px !important;
}

.margin-h-xxs {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-tb-xs {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.margin-b-xs {
    margin-bottom: 5px !important;
}

.margin-tb-md {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-tb-lg {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.padding-xxs-vr {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-xxs-hr {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.no-padding-r {
    padding-right: 0 !important;
}

.no-padding-l {
    padding-left: 0 !important;
}

.text-warning2 {
    color: #c7254e;
    background-color: #f9f2f4;
}

.bg-light-gray {
    background-color: #f6f6f6;
}

.dont-look-disabled {
    background-color: #FFF !important;
    cursor: pointer !important;
}

.table-info.dataTable tr th.sorting_asc,
.table-info.dataTable tr th.sorting_desc {
    background-color: #5ec7e4;
}

table.dataTable thead .sorting {
    background: url("../../images/datatables/sort_both.png") no-repeat center right;
}

table.dataTable thead .sorting_asc {
    background: url("../../images/datatables/sort_asc.png") no-repeat center right;
}

table.dataTable thead .sorting_desc {
    background: url("../../images/datatables/sort_desc.png") no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
    background: url("../../images/datatables/sort_asc_disabled.png") no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
    background: url("../../images/datatables/sort_desc_disabled.png") no-repeat center right;
}

.table-info thead tr a, .table-info thead th a {
    color: #fff;
}

.alert.alert-dark a {
    color: #FFF;
}

    .alert.alert-dark a:hover {
        color: #EEE;
    }

.margin-right-sm {
    margin-right: 10px;
}

.margin-left-sm {
    margin-left: 10px;
}

.margin-right-xs {
    margin-right: 5px;
}

.margin-left-xs {
    margin-left: 5px;
}

.margin-bottom-xs {
    margin-bottom: 5px !important;
}

.margin-bottom-md {
    margin-bottom: 10px !important;
}

.margin-bottom-lg {
    margin-bottom: 15px !important;
}

.margin-bottom-xl {
    margin-bottom: 20px !important;
}

.margin-top-xs {
    margin-top: 5px;
}

.underline {
    text-decoration: underline;
}

.opacity-50 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.opacity-100 {
    opacity: 1;
    filter: alpha(opacity=100);
}

.loading-overlay {
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 10;
    background-color: #fff;
    padding: 10px 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #dbdbdb;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vbottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.small-numeric-field {
    width: 70px;
    text-align: right;
}

.form-control-small {
    height: 30px !important;
    padding: 3px 10px !important;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }

        .no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
    Label the data
    */
        .no-more-tables td:before {
            content: attr(data-title);
        }
}

.neg-margin-top-20-sm {
    margin-top: -20px;
}

@media (min-width: 768px) {
    .neg-margin-top-20-sm {
        margin-top: inherit;
    }
}
.progress-wrapper {
    display: none;
}
.progress-whiteout {
    background: #FFF;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 10;
    opacity: 0.7;
    margin-top: -20px;
    margin-left: -20px;
}

.progress-text {
    font-size: 30px;
    color: #000;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    z-index: 10;
    padding-top: 20px;
}

.d-block {
    display: block;
}

.file-upload-wrapper {
    border: 2px solid #4083a9;
    margin: 5px;
    padding: 3px;
    display: block;
}
    a.file-upload-wrapper:hover {
        border: 2px solid #28a8f1;
        background: #eaf2ff;
    }

    .file-upload-wrapper .file-upload-img {
        border: 1px solid #000;
        width: 100%;
        padding: 5px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .file-upload-wrapper .file-upload-img img {
            width: 100%;
            background-image: linear-gradient(45deg, #EEE 25%, transparent 25%, transparent 50%, #EEE 50%, #EEE 75%, transparent 75%, #fff);
            background-size: 5px 5px;
        }

.social-media-share {
    float: left;
    margin: 0 10px 10px 0;
}
.social-media-share img {
    width: 25px;
}