body {
    height: auto;
    width: 1920px;
    min-height: 750px;
    max-height: 1080px;
}

    body:before {
        overflow-x: hidden;
        overflow-y: auto;
        height: auto;
        display: block;
        padding-top: 100%;
    }


/* Set padding to keep content from hitting the edges */
.body-content {
    min-height: 100%;
    min-width: 100%;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.container {
    width: 100%;
}

.login_wrap {
    width: 100%;
    height: 100%;
}

.login_contents {
    width: 400px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
}

.login_wrap input {
    width: 300px;
}


.index_wrap {
}


.badge {
    margin-left: 5px;
    letter-spacing: 0px;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: rgb(40, 95, 145);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.badge-error {
    background-color: #b94a48;
}


.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;
    }


#alert_mini {
    z-index: 10000;
    width: 35px;
    height: 35px;
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 0px;
    border: 1px solid rgb(200,200,200);
    background:white;
    right: 1px;
    vertical-align: middle;
    text-align: center;
}

#alert_mini_icon{
    width:100%;
    height:100%;
}

    #alert_mini_icon > a {
        display: block;
        margin: 0px;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        padding: 5px;
    }
    #alert_mini_icon > .btn {
        border-radius: 0px;
    }
    #alert_mini_icon > a > i {
        margin: 0 auto;
    }

#alert_mini_badge > span {
    right: -7px;
    top:-5px;
}

#alert_wrap {
    z-index: 10100;
    /*width: 350px;*/
    min-height: 60px;
    display: block;
    position: fixed;
    bottom: 0px;
    border: 1px solid rgb(150,150,150);
    right: 0px;
    vertical-align: middle;
    text-align: center;
    background: white;
}

    #alert_wrap #top_menu {
        height: 25px;
        /*background:rgb(165,222,253);*/
        background:rgb(90,64,129);
        color:white;
        
    }

        #alert_wrap #top_menu #close_menu  {
            display:block;
            position:absolute;
            top:0px;
            right:0px;
        }
        #alert_wrap #top_menu #close_menu > a {
            color:white;
            /*color: rgb(20,150,220);*/
        }

            #alert_wrap #top_menu #close_menu > a:hover, #alert_wrap #top_menu #close_menu > a:active {
                color: white;
                /*color: rgb(10,130,200);*/
                box-shadow: none;
            }

    #alert_wrap #content_menu {
        width: 375px;
        font-size: 12px;
    }

    #alert_wrap .alert_content_wrap {
        max-width: 375px;
        display: table;
        border-bottom: 1.5px solid #ddd;
    }

    #alert_wrap .alert_content_wrap > div {
        display: table-cell;
    }
    #alert_wrap .content_left {
        width: 80px;
        border-right: 1px solid #ddd;
        vertical-align: middle;
        font-weight:600;
    }

        #alert_wrap .content_left span {
            display: block;
        }
    #alert_wrap .content_right {
        padding: 5px 10px;
        text-align: left;
        width:300px;
    }

    #alert_wrap .alert_more{
        text-align:right;
        margin-bottom:-5px;
    }

    #content_menu .content_right::before {
        border: 2px solid black;
    }
    #title_nemu {
        display: inline-block;
    }


#alarm_nores_wrap {
    width: 100%;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    border-bottom: none !important;
}

    #alarm_nores_wrap span {
        line-height: 40px;
        vertical-align: middle;
    }