.me_description {
    display: block;
    color: #999;
    font-size: 12px;
}

.show_blocked{
    background-color: #ffeeeed4;
    /*color:darkred;*/
}

.show_blocked_legend{
    color: #ffeeeed4;
    /*color:darkred;*/
}


.notify_bg {
    background-color: rgb(230, 230, 230);
}


.notify_legend{
    color: rgb(230, 230, 230);
    /*color:darkred;*/
}


.outlinefa{
    color: #ffffff;
    /*opacity: 0.6;*/
}


.btn-light-clicked{
    background-color: #e9eaeb;
}


.shadowbox{
    box-shadow: 1px 1px 1px gray;
}


.merch-col{
    max-width: 300px;
    word-wrap: break-word;
    table-layout: fixed;
}

.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}


.bg_gray{
    background-color: #f4f5f6;
}


.hover_icon i:hover{
    color: #ffc107;
}


.popover{
    max-width: 400px;
    min-width: 400px;
    width: 400px;
    z-index: 99990;
}


.sm_badge{
    width:16px;
    font-size: x-small;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #ffc107;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='black' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}



.tablehead{
    background-color: #f4f5f6;
    font-weight: bold;
}


.pointer_cursor{
    cursor: pointer;
}

.help_cursor{
    cursor: help;
}


body {
    padding: 0 !important;
    min-width: 750px;
    background-color: rgba(0, 0, 0, 0.07);
}

::selection {
    background: rgba(255, 193, 7, 0.5);
}

::-moz-selection {
    background: rgba(255, 193, 7, 0.5);
}

.readonly {
    pointer-events: none;
    background-color: #f4f7f8;
}


.lnk a:link,
.lnk a:visited {
    color: #ffc107;
!important;
}

.lnk a:hover,
.lnk a:active {
    color: #e0a800;
!important;
}

.pagination > li > a:link,
.pagination > li > a:visited,
.pagination > li > span,
.pagination > li > span:visited {
    color: rgba(0, 0, 0, 0.6);
!important;
}


.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:active,
.pagination > li > span:active,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #ffc107;
    color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 0 transparent;
}

.pagination > li > a:focus,
.pagination > li > span:focus {
    font-weight: bold;
    box-shadow: 0 0 0 0 transparent;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #ffc107 !important;
    color: rgba(0, 0, 0, 0.6) !important;
    border-color: #ffc107 !important;
    box-shadow: 0 0 0 0 transparent;
}


table td,
table th,
.table td,
.table th,
.table thead th,
.table tbody td {
    text-align: center;
    vertical-align: middle;
}

table.tablever th,
thead {
    background-color: #f4f5f6;
}

label,
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
    margin-bottom: 0.23rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1px;
    margin-bottom: 1px;
}


.helper {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.6);
}

.form-check > * {
    display: inline-block;
    height: 19px;
}

.card-header,
.card-footer {
    background-color: #f4f7f8;
    border: 0px;
}

.input-group-append .fa {
    background-color: #f4f7f8;
    color: rgba(0, 0, 0, 0.5);
}

aside,
.sidebar {
    overflow: hidden;
}


.sidebar-light-warning .sidebar a {
    color: rgba(0, 0, 0, 0.5);
}

.sel:focus option:checked {
    background-color: transparent;
}

.sel:focus,
select.form-control:focus {
    outline: none;
    box-shadow: 0 0 2px #ffc107;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.nav {
    flex-wrap: nowrap;
}

.sidebar-mini .nav-sidebar,
.sidebar-mini .nav-sidebar .nav-link,
.sidebar-mini .nav-sidebar > .nav-header {
    white-space: nowrap;
    overflow: visible;
}

.txarea {
    font-size: 0.8rem;
    min-height: 150px;
    min-width: 230px;
}

input[type="text"]:read-only,
input[type="number"]:read-only,
input[type="date"]:read-only {
    background-color: #f4f7f8;
}

.table input[type="text"]:read-only,
.table input[type="number"]:read-only,
.table .form-control[readonly] {
    background-color: #f4f7f8;
    font-size: 0.8rem;
}

.table input[type="text"],
.table .form-control {
    font-size: 0.8rem;
}

.txarea:focus,
textarea:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
    box-shadow: 0 0 2px #ffc107;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px rgba(255, 193, 7, 0.1) inset;
    transition: background-color 5000s ease-in-out 0s;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffc500;
    border: 1px solid #ffffff;
    margin-top: 3px;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
     color: #000000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
     background-color: #ffc500;
     color: #000000;
    !important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 38px !important;
    border-color: #ced4da;
}
.select2-selection__arrow {
    height: 34px !important;
}


/* ######### PROGRESSBAR BILLS ########## */

        .set-size-1 {
            font-size: 1em;
        }

        .set-size-2 {
            font-size: 2em;
        }

        .set-size-3 {
            font-size: 3em;
        }

        .set-size-4 {
            font-size: 4em;
        }

        .set-size-5 {
            font-size: 5em;
        }

        .set-size {
            font-size: 10em;
        }

        /*        .pie-wrapper.style-2 .label {
                    background: none;
                    color: #7f8c8d;
                }
        */
        .pie-wrapper.progress-1-5 .pie .half-circle {
            border-color: #29db37;
        }

        .pie-wrapper.progress-1-5 .pie .left-side {
            -webkit-transform: rotate(72deg);
            transform: rotate(72deg);
        }

        .pie-wrapper.progress-1-5 .pie .right-side {
            display: none;
        }

        .pie-wrapper.progress-2-5 .pie .half-circle {
            border-color: #db173e;
        }

        .pie-wrapper.progress-2-5 .pie .left-side {
            -webkit-transform: rotate(144deg);
            transform: rotate(144deg);
        }

        .pie-wrapper.progress-2-5 .pie .right-side {
            display: none;
        }

        .pie-wrapper.progress-3-5 .pie {
            clip: rect(auto, auto, auto, auto);
        }

        .pie-wrapper.progress-3-5 .pie .half-circle {
            border-color: #38e2ff;
        }

        .pie-wrapper.progress-3-5 .pie .left-side {
            -webkit-transform: rotate(216deg);
            transform: rotate(216deg);
        }

        .pie-wrapper.progress-3-5 .pie .right-side {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .pie-wrapper.progress-4-5 .pie {
            clip: rect(auto, auto, auto, auto);
        }

        .pie-wrapper.progress-4-5 .pie .half-circle {
            border-color: #0b00c0;
        }

        .pie-wrapper.progress-4-5 .pie .left-side {
            -webkit-transform: rotate(288deg);
            transform: rotate(288deg);
        }

        .pie-wrapper.progress-4-5 .pie .right-side {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .pie-wrapper.progress-5-5 .pie {
            clip: rect(auto, auto, auto, auto);
        }

        .pie-wrapper.progress-5-5 .pie .half-circle {
            border-color: #c300ff;
        }

        .pie-wrapper.progress-5-5 .pie .left-side {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

        .pie-wrapper.progress-5-5 .pie .right-side {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        *,
        *:before,
        *:after {
            box-sizing: border-box;
        }

        /*
                .charts-container:after {
                    clear: both;
                    content: '';
                    display: table;
                }
        */
        .pie-wrapper {
            height: 1em;
            width: 1em;
            /*float: left;*/
            /*margin: 15px;*/
            position: relative;
        }

        /*.pie-wrapper:nth-child(3n + 1) {
            clear: both;
        }*/

        .pie-wrapper .pie {
            height: 100%;
            width: 100%;
            clip: rect(0, 1em, 1em, 0.5em);
            left: 0;
            position: absolute;
            top: 0;
        }

        .pie-wrapper .pie .half-circle {
            height: 100%;
            width: 100%;
            border: 0.15em solid #f0f000;
            border-radius: 50%;
            clip: rect(0, 0.5em, 1em, 0);
            left: 0;
            position: absolute;
            top: 0;
        }

        .pie-wrapper .label {
            background: none;
            color: #7f8c8d;
            border-radius: 50%;
            /*bottom: -0.7em;*/
            cursor: default;
            display: block;
            font-size: 0.7em;
            left: 0.4em;
            line-height: 2.8em;
            position: absolute;
            right: 0.4em;
            text-align: center;
            top: -0.7em;
        }

        .pie-wrapper .shadow2 {
            height: 100%;
            width: 100%;
            border: 0.15em solid #d9dfe3;
            border-radius: 50%;
        }


#makeMeScrollable div.scrollableArea *
{
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    /* If you don't want the images in the scroller to be selectable, try the following
        block of code. It's just a nice feature that prevent the images from
        accidentally becoming selected/inverted when the user interacts with the scroller. */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*.custom-file-label::after{content:"Загрузить"}*/

/*.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Загрузить";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}*/

.upload-file{
display: none;
}
