﻿body {
    background: url(/Resources/clear5.png); /* Цвет фона и путь к файлу url(/Resources/background.jpg) #EFF2F2 */
    background-size: 20%;
    background-repeat: repeat;
    background-attachment: fixed;
}


@media (min-width: 992px) {
    .modal-mdx {
        width: 500px;
    }
}

.hideGridColumn {
    display: none;
}

.lb-sm {
    font-size: 12px;
}

.lb-md {
    font-size: 16px;
}

.lb-lg {
    font-size: 20px;
}

.rbtType label {
    font-weight: normal;
    padding-left: 5px;
}

.blur {
    content: '';
    position: fixed; /* Фиксируем на одном месте */
    left: 0;
    right: 0; /* Вся ширина */
    z-index: -1; /* Фон ниже текста */
    /* Параметры фона */
    filter: blur(5px); /* Размытие */
    pointer-events: none;
}

.StyleRow {
    background-color: white;
    color: black;
    text-align: left;
}


    .StyleRow:hover {
        background-color: #99D2FF;
        color: black;
    }

.StyleCommandRow {
    visibility: hidden;
}


    .StyleCommandRow:hover {
        visibility: visible;
    }

.AltStyleRow {
    background-color: #DDE;
    color: black;
    text-align: left;
}

    .AltStyleRow:hover {
        background-color: #99D2FF;
        color: black;
    }

.RowDanger {
    background-color: #F2DEDF;
    color: red;
    text-align: left;
}

    .RowDanger:hover {
        background-color: #99D2FF;
        color: red;
        text-align: left;
    }

.RowWarning {
    background-color: #fcf8e3;
    color: red;
    text-align: left;
}

    .RowWarning:hover {
        background-color: #99D2FF;
        color: red;
        text-align: left;
    }

.RowSuccess {
    background-color: #dff0d8;
    color: black;
    text-align: left;
}

    .RowSuccess:hover {
        background-color: #99D2FF;
        color: black;
        text-align: left;
    }

.RowDefault {
    background-color: #fff;
    color: black;
    text-align: left;
}

    .RowDefault:hover {
        background-color: #99D2FF;
        color: black;
        text-align: left;
    }

.GridHead {
    background-color: #337ab7;
    color: white;
    text-align: left;
}

.GridHeadFixed {
    background-color: #337ab7;
    color: white;
    text-align: left;
    position: fixed;
}

.BankMess {
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border-color: #dbdbdb;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    text-align: left;
    padding: 3px;
    margin: 1px;
}

.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

    .badge:hover {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.badge-error {
    background-color: #b94a48;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #3a87ad;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333;
}

.badge-inverse:hover {
        background-color: #1a1a1a;
}

.date-picker{
    width: 280px !important;
}

@media (max-width: 767px)
{
    .date-picker {
        width: 100% !important;
    }
}


@media (max-width: 1280px) { /*change 768*/
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/*.Waiting {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: transparent;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.centerWaiting {
    z-index: 1000;
    margin: 25% auto;
    padding: 10px;
    width: 10%;
    background-color: transparent;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}*/


/*выравниваем элементы по центру экрана*/
.Waiting {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
    z-index: 999;
    opacity: 1;
    -moz-opacity: 1;

    backdrop-filter: blur(3px); /*размытие фона*/

}

    .Waiting:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
    }

.centerWaiting {
    padding-top:25%;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: center;
    z-index: 1000;
}

@media (max-width: 768px) {
    .centerWaiting {
        padding-top: 65%;
    }
}

@media (max-width: 1024px) {
    .centerWaiting {
        padding-top: 45%;
    }
}


.centerimg {
    height: 100px;
    width: 100px;
}

.modal-static-backdrop {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.modal-static {
    bottom: auto;
    display: block !important;
    position: absolute;
    z-index: 2001;
}

@media (min-width: 1300px) {

    .modal-lg {
        width: 900px;
    }

    .modal-slg {
        width: 1200px;
    }
}

.wrimagecard {
    margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .wrimagecard .fa {
        position: relative;
        font-size: 70px;
    }

.wrimagecard-topimage_header {
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}

.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}

.wrimagecard-topimage_title {
    padding: 10px 24px;
    height: 50px;
    padding-bottom: 0.75rem;
    position: relative;
}

.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}

.margin-head {
    margin-top: -40px;
}

@media (max-width: 991px) {
    .margin-head {
        margin-top: 0;
    }
}







/*выравниваем элементы заголовка по центру экрана*/
.parent-head {
    width: 100%;
    height: 30%;
    position: static;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
}


    .parent-head:before {
        /*height: 100%;*/
        display: inline-block;
        vertical-align: middle;
        content: '';
    }

.block-head {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    padding-top: 5%;
}

/*выравниваем элементы авторизации по центру экрана*/
.parent {
    width: 100%;
    position: static;
    margin-top: 5%;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 0;
}

    .parent:before {
        display: inline-block;
        vertical-align: middle;
        content: '';
    }

.block {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: center;
}


@media (max-width: 425px) {
    .pull-left-badge {
        float: left !important;
    }
}

@media only screen and (min-width : 1024px) and (max-width : 1024px) {
    .pull-left-badge {
        float: left !important;
    }
}


/*span.banner-monitoring {
    font-size: 45px;
    color: #e02401;
    margin: auto;
    font-weight: 700;
    text-align: center;
}

.block-banner-monitoring {
    width: 100%;
    text-align: center;
    background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 68%)), url(https://garveks.ru/images/test/maxresdefault.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 2px 0 1px #000;
}

@media (max-width: 768px) {
    span.banner-monitoring {
        font-size: 20px;
        margin-top: 10px;
    }

    .block-banner-monitoring {
        padding-top: 10px;
        text-shadow: 1.5px 0 1px #000;
    }
}*/

span.banner-monitoring {
    font-size: 45px;
    color: #e02401;
    margin: auto;
    font-weight: 700;
    text-align: center;
}

.block-banner-monitoring {
    width: 100%;
    text-align: center;
    background-image: linear-gradient(rgb(255 255 255 / 70%), rgb(255 255 255 / 68%)), url(https://garveks.ru/images/test/maxresdefault.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 2px 0 1px #000;
}

@media (max-width: 768px) {
    span.banner-monitoring {
        font-size: 20px;
        margin-top: 10px;
    }

    .block-banner-monitoring {
        padding-top: 10px;
        text-shadow: 1.5px 0 1px #000;
    }
}