.jq-toast-wrap {
    z-index: 99999;
}
.ui-sortable-handle {
    cursor: move;
}

a.idle,a.idle:hover,a.idle:focus, button.idle, button.idle:hover, button.idle:focus {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent) !important;
    background-size: 40px 40px!important;
    animation: idle .5s linear infinite !important;
    border-color: transparent !important;
    color: transparent !important;
}

@keyframes idle {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 28px 0
    }
}


.table-child {
    background-color: rgba(218, 218, 218, 0.49) !important;
    border-radius: 10px;
    border: 1px solid #f4f4f4;
}

.img-was-uploaded img{
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}

.img-was-uploaded {
    position: relative;
    display: inline-block;
    padding-top: 10px;
}

.img-was-uploaded .remove-uploaded-file, .img-was-uploaded .remove-uploaded-file-repeat
{
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: -20px;
}

.img-was-uploaded .cropped-uploaded-file-repeat {
    font-size: 14px;
    position: absolute;
    top: 23px;
    right: -22px;
}


.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content,
.ui-tooltip.ui-corner-all.ui-widget-shadow.ui-widget.ui-widget-content {display: none !important;}

table.table-child tr td{
    vertical-align: top;
}

.wrap-dropzone {
    margin: 20px;
    border: 3px dashed #34cd74 !important;
    border-radius: 20px !important;
    background: white !important;
}

.dropzone {
    min-height: 120px !important;
    border: 0px !important;
    border-radius: 0px !important;
    background: rgba(249, 249, 249, 0.3)!important;
}

.dropzone {
    text-align: left;
}

.dropzone.dz-clickable .dz-message * {
    font-style: italic;
    font-size: 1.5em;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone.dz-clickable * {
    cursor: move;
}
.dropzone, .dropzone * {
    box-sizing: border-box;
}

.remove-repeat {
    position: absolute;
    width: 30px;
    right: 10px;
    height: 29px;
    z-index: 10;
    padding: 4px;
}

.sort-repeat {
    position: absolute;
    left: 11px;
    cursor: move;
    width: 29px;
    height: 29px;
    z-index: 10;
    padding: 4px;
}

.repeat-row {
    padding-left: 35px;
    padding-right: 35px;
}

.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}

.count-charts {float: right;}
.form-control[type="file"] { border: 0 !important; height: 28px; font-size: 12px; line-height: 1.3; padding: 0; margin-top: 5px; }

.SL2IMG {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
    background-color: rgba(255,255,255,1);
}

.SL2IMG img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.fancy-win {
    min-width: 300px;
    width: 1000px;
}
.fancy-win #croppedPhotoDiv {
    position: relative;
    overflow: hidden;
    width: 90px;
    height: 80px;
}

.fancy-win #mainPhoto, .fancy-win #croppedPhotoDiv {
    border: 1px solid gray;
}

.link-clear {
    display: inline-block;
    color: #aaa;
    border-bottom: 1px dashed #aaa;
}

.link-clear:hover { border-bottom-color: transparent; color: darkred }
.ulink { text-decoration: underline; font-weight: 600 }
.ulink:hover { text-decoration: none }

.redesign-card-shield {
    display: inline-block;
    background-color: #009bb4;
    border-radius: 2px;
    white-space: nowrap;
    font-size: 11px;
    line-height: 14px;
    padding: 2px 5px;
    color: #fff;
    font-family: 'Arial Narrow', Candara, Arial;
}

.redesign-card-shield.blue2 { background-color: #2281ae; }
.redesign-card-shield.red { background-color: #ee7576; }
.redesign-card-shield.black { background-color: #108b3c; }
.redesign-card-shield.orange { background-color: #e68f4f; }
.redesign-card-shield.gray { background-color: #5e5e5e; }

.sidebar-menu > li > a { padding: 7px 5px 7px 15px; }
.sidebar-menu li.header { padding: 7px 25px 7px 15px; }


.select2Ajax .select2-results__option {
    padding: 6px;
}

.select2-result-ajax {
    padding-top: 4px;
    padding-bottom: 3px
}

.select2-result-ajax__image {
    float: left;
    width: 66px;
    margin-right: 10px
}

.select2-result-ajax__image img {
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
}

.select2-result-ajax__meta {
    margin-left: 76px
}

.select2-result-ajax__title {
    color: black;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px
}

.select2-result-ajax__stat2 {
    margin-left: 1em
}

.select2-result-ajax__stat1,.select2-result-ajax__stat2 {
    display: inline-block;
    color: #aaa;
    font-size: 11px
}

.select2-result-ajax__description {
    font-size: 13px;
    color: #777;
    margin-top: 4px
}

.select2-results__option--highlighted .select2-result-ajax__title {
    color: white
}

.select2-results__option--highlighted .select2-result-ajax__stat1,.select2-results__option--highlighted .select2-result-ajax__stat2,.select2-results__option--highlighted .select2-result-ajax__description {
    color: #c6dcef
}
.select2-container--default .select2-results__option[aria-selected=true] .select2-result-ajax__title {
    color: black;
}

.btn-count {
    position: relative;
}
.btn-count .badge{
    position: absolute;
    top: -3px;
    right: -7px;
    font-size: 10px;
    font-weight: 400;
    z-index: 1;
}

.pull-right .btn-count {
    margin-left: 0;
    margin-right: 0;
}

#atooltip {
    text-align: center;
    min-width: 100px;
    z-index: 9999;
    position: absolute;
    display: none;
    top:0;
    left:0;
    background-color: #000;
    padding: 2px 8px 4px;
    color: white;
    opacity: 0.6;
    border-radius: 5px;
    font-size: 12px;
}

.color--box {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 3px;
    border: 1px solid #efefef;
}


@media (max-width: 767px) {
    .navbar-nav {
        margin: 15px 0px;
        display: inline-block;
    }

    .nav > li {
        position: relative;
        display: inline-block;
        font-size: 10px;
    }

    .navbar-nav>li>a {
        padding-top: 3px;
        padding-bottom: 3px;
        line-height: 13px;
    }

    .nav>li>a {
        position: relative;
        display: inline-block;
        padding: 4px 8px;
        max-width: 25px;
        overflow: hidden;
        white-space: nowrap;
    }

    .sidebar-menu > li > a {
        padding: 4px 4px 4px 5px;
        font-size: 12px;
    }
}