/*Кнопки*/
a:focus { outline: none }
a.asc:after { content: ' ↓' }
a.desc:after { content: ' ↑' }

.commands {
    padding-bottom: 0 !important;
}
.commands .btn{
    margin-bottom: 8px;
    min-width: 112px; 
}

.btn { 
    border-radius: 5px; 
}


.btn:focus{
    outline: none !important; 
}
.btn.btn-xs{
    min-width: auto;
}
.btn.btn-width{
    min-width: 100px;  
}
.btn-primary {
    background-color: #D14A42;
    border-color: #D14A42
}
.btn-primary:hover {
    background-color: #CC3333;
    border-color: #CC3333
}
.btn-primary:focus,.btn-primary:active {
    background-color: #CC3333 !important;
    border-color: #CC3333 !important
}

.btn-info {
    background-color: #676A69;
    border-color: #676A69;
    color:#fff;
}
.btn-info:hover {
    background-color:#404040;
    border-color:#404040
}
.btn-info:focus,.btn-info:active {
    background-color:#404040 !important;
    border-color:#404040 !important
}

.btn-default {
    background-color: #f9f9f9;
    border-color: #eee
}
.btn-default:hover {
    background-color: #ddd;
    border-color: #ddd
}
.shiftright { margin-right: 20px }

/********************/
label{
    font-weight: normal;
}


/*Пагинация*/
.pagination{
    float:right;
}
.pagination .active a{
    background-color: #D14A42;
    border-color: #D14A42
}

.pagination .active a:hover {
    background-color: #CC3333;
    border-color: #CC3333
}

/*Фикс селект2*/
.select2-container--krajee .select2-selection__clear {
    line-height: 1 !important;
}

.form-group.required label:after{
    content: ' *';
    font-size: small;
    color: #D14A42;
}

/*fix checkbox в линии*/
.for-checkbox {
    margin-top: 20px;
}
/*Фикс */
@media screen and (max-width: 767px) {
    .table-responsive {
        display:block;
    }
}  
.undergrid{
   clear:both;
}
    
@media screen and (min-width: 992px) {
    .undergrid{
        clear:none;
    }
}  

/* ===[ Подтверждалка ]=== */

.msgbox { box-shadow: 0 5px 10px 1px #999 }

.msgbox .title { font-weight: bold }

.msgbox .icon { font-size: 32px }

.msgbox hr { margin: 5px }


.box-header .breadcrumb{
    margin-bottom: -20px;
    margin-top: -5px;
}

/*=== ===*/
.embed-container {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
    border-radius: 5px;
}
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*=== breadcrumb===*/
.breadcrumb{
    padding:0px;
}
.breadcrumb li{
    color:#999 !important;
    font-size: 12px;
}
.breadcrumb a{
    color:#999 !important;
    font-size: 12px;
}
.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #bbb;
    content: ">";
}

/*=== footer===*/
footer.app{
    margin-top: -65px;
    background: #282828;
    display: block;
    height: 65px;
    position: relative;
}
footer.app .copyright{
    text-align: center;
    color:#eee;
    position: absolute;
    bottom: -3px;
    width:100%;
}
footer.app .menu{
    text-align: center;
    position: absolute;
    top: 5px;
    width:100%;
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
}
footer.app .menu li{
    display: inline-block;
    margin: 0 5px;
}
footer.app .menu a{
    color:#eee;
    text-decoration: underline;
}

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

.row-msg{
    padding: 40px 0;
}