.badge {
    padding: 3px 5px;
}

/* LOADER IN SUBMIT FORM */
.form-loading-loader {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .3;
    background: url(/img/loading.gif) center no-repeat #e32828;
}
/* END LOADER IN SUBMIT FORM */

/************************************
*                PAGINATION BOOTSTRAP
*************************************/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #333;
    border-color: #333;
}

/************************************
*              RADIO BUTTON BOOTSTRAP
*************************************/
.input-group .notActive{
    color: #666;
    background-color: #fff;
}
.input-group .notActive:hover{
    color: #111;
    background-color: #fafafa;
}

/************************************
*                               OTHER
*************************************/

.btn[disabled] {
    pointer-events: all !important;
}
.span-tooltip {
    cursor: pointer;
    border-bottom: 1px dashed #999;
}

.bg-white {
    background-color: #fff !important;
}
.border-bottom {
    border-bottom:1px solid #f7f7f7;
}


.input-group .form-control {
    z-index: 3;
}

.form-group .radio,
.form-group .checkbox {
    display: inline-block;
}
.radio-fix .form-group .radio:first-child label,
.radio-fix .form-group .checkbox:first-child label {
    padding-left: 0 !important;
}
.alert{
    margin-top: 15px;
    margin-bottom: 0;
}
form div.required label.control-label:after {
    content:" * ";
    color:#dd4b39;
}
textarea{
    max-width: 100%;
}
@media(max-width: 767px){
    .box-header .btn{
        width: 100%;
        margin-bottom: 5px;
    }
}

/************************************
*                               TABLE
*************************************/
.table thead tr:first-child {
    background: #f1f1f1;
    font-size: 12px;
}
.table .filters td{
    padding:0;
}
/* иконки для сортировки GridView */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}
a.asc:after {
    content: "\f0d7";
}
a.desc:after {
    content: "\f0d8";
}
.sort-numerical a.asc:after {
    content: "\f0d7";
}
.sort-numerical a.desc:after {
    content: "\f0d8";
}
.sort-ordinal a.asc:after {
    content: "\f0d7";
}
.sort-ordinal a.desc:after {
    content: "\f0d8";
}
.grid-view td {
    white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/* END иконки для сортировки GridView */



/************************************
*                                PACE
*************************************/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #222;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
