a {
    /* Интуитивно понятные ссылки */
    color: #337ab7;
}

.no-pad{
    padding: 0;
}
.add-album {
    padding-bottom: 15px;
}

.rrelative {
    position: relative;
}

.optiongroups:after {
    font-family: 'Glyphicons Halflings';
    content: "\e253";
    float: right;
    color: grey;
}

.optiongroups.collapsed:after {
    /* symbol for "collapsed" panels */
    font-family: 'Glyphicons Halflings';
    content: "\e252"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.chekMark.collapsed:after {
    font-family: 'Glyphicons Halflings';
    content: "\e259";
    right: 25px;
    top: 20px;
    position: absolute;
    color: black;
    font-weight: bold;
    font-size: 22px;
}

.chekMark:after {
    font-family: 'Glyphicons Halflings';
    content: "\e260";
    right: 25px;
    top: 20px;
    position: absolute;
    color: black;
    font-weight: bold;
    font-size: 22px;
}

.hidzero {
    width: 0;
    height: 0;
    margin: 0;
}

.pjax-alb-manipulator {
    background-color: white;
    padding: 30px 50px;
    border-radius: 10px;
    border: solid 3px rgba(32, 38, 226, 0.5);
}

.pjax-alb-manipulator .btn-kv {
    padding: 0;
}

.vhs-alb-modal hr {
    border-top: 2px solid #7266ba;
}

.albm-element-car {
    padding: 0 10px;
    border: none;
}

.item-video-nice {
    padding: 0 30px;
}

.btn-nice-collor-album {
    background-color: #3d93ec;
    border-color: #709bc7;
}

.btn-alb-close-modal {
    padding: 30px;
}

.btn-alb-close-modal {
    padding: 30px !important;
    color: #5c5296;
    opacity: 1;
}

.btn-alb-close-modal:hover {
    color: #533996 !important;
    opacity: 1;
}

.color-image-selector .select2-results__options {
    max-height: 300px !important;
}

.color-image-selector .select2-results__option{
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.img-auto{
    display: block;
    width: 100%;
    height: 100%;
}

.color-image-selected{
    height: auto !important;
}

.color-image-selected .select2-selection__rendered{
    width: 300px !important;
}
.file-thumbnail-footer input, .file-thumbnail-footer textarea {
    border-radius: 5px;
}

.file-preview-frame.krajee-default.file-preview-initial{
    border-radius: 7px;
    box-shadow: 3px 3px 5px 0 #8789c3;
}

.file-preview-frame.krajee-default.file-preview-initial textarea::-webkit-input-placeholder{
    line-height: 3;
}

.file-footer-buttons .btn-default{
    height: 30px !important;
    padding: 5px;
}
.kv-file-sync.btn.btn-xs.btn-default{
    padding: 5px 7px;
}

.modal-content-wrapper{
    background-color: white;
    border-radius: 10px;
    border: solid 3px rgba(32, 38, 226, 0.5);
    padding: 105px 50px 30px;
}

.standard-eqp-model-dd .select2-results__options[role=tree]{
    max-height: 500px !important;
    margin-bottom: 15px;
}


.standard-eqp-model-dd .select2-results__option[aria-selected=true]{
    color: white;
    background-color: #8f64d4;
    font-weight: bold;
}

.standard-eqp-model-dd .select2-results__option--highlighted[aria-selected]{
    background-color: #59309a;
    color: #fff;
}

.standard-eqp-model-dd .s2-togall-button {
    color: #692ace;
}

.standard-eqp-model-select-wrapper .select2-selection__choice{
    display: none !important;
}
