@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
    background: #FFF;
}

#lang-select {
    position: absolute;
    width: 182px;
    right: 20px;
    top: 5px;
    color: #FFF;
    height: 30px;
    }

a:link { color:#0055CC }
a:hover { color:#CC0000 }
a:visited { color:#990099 }
a:visited:hover { color:#CC0000 }
a:focus { outline:none }
a.static {
    text-decoration: none;
    border-bottom: 1px dashed;
    }

img { border: 0 }
.h-menu {
    margin: 0;
    padding: 0;
	}
    .h-menu li {
        list-style: none;
        display: inline-block;
        margin: 0 0.7em;
        //display: inline;
        }
ul.menu {
    margin: 0;
    padding: 0;
	}
    ul.menu li {
        list-style: none;
        margin: 0;
        }

ul.messages {
    color: #090;
    }
ul.errors {
    color: #C00;
    }
/* Формы */
form dl {
    margin:0em;
    font-size:100%;
    margin-top:0.5em
    }
    form dt {
        float:left;
        width:10em;
        margin-bottom:0.8em;
        /*text-align:right;*/
        font-weight:normal;
        position:relative; /*IEWin hack*/
        }
    form dd {
        margin-left:10.5em;
        margin-bottom:0.8em;
        font-size:100%;
        font-style:normal;
        padding-left:0.5em
        }
        form dd:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: right;
            height: 0;
            }
        * html form dd { zoom: 1; } /* IE6 */
        *+html form dd { zoom: 1; } /* IE7 */
        
        form dd.submit {
            margin-top:2em
            }
    form .wide-field {
        width: 90%;
        }

.form-help-usage {
    font-size: 90%;
    color: #999;
    margin: 1em 0 2em 0;
    }

label.required {
    font-weight: bold;
    }
/* Заголовки */
h1, h2, h3, h4 {
    color: #e97001;
    padding: 0;
    margin: 1em 0 .5em 0;
    font-weight: normal;
    }
h1 {
    font-size: 20px;
    }
h2 {
    font-size: 17px;
    }
h3 {
    font-size: 14px;
    }
h4 {
    font-size: 13px;
    }
/* Таблицы */
table.list {
    width: 100%;
    }
    tr.even {
        background-color: #fff;
        }
    tr.odd {
        background-color: #f1f5fc;
        }
    table.zebra-stripe > tbody > tr:nth-child(even) {
        /* то же, что и tr.even - fix чтобы работало в ie */
        background-color: #fff;
        }
    table.zebra-stripe > tbody > tr:nth-child(odd) {
        /* то же, что и tr.odd - fix чтобы работало в ie */
        background-color: #f1f5fc;
        }
    table.list > tbody > tr.hover, table.zebra-stripe.list > tbody > tr:hover {
        background-color: #FFEFE1;
        }
    table.list > tbody > tr.odd.hover, table.zebra-stripe.list > tbody > tr.odd:hover {
        background-color: #fee8d5;
        }
        th {
            text-align: left;
            padding: 5px 5px;
            }
        td {
            text-align: left;
            padding: 5px 5px;
            }
table caption {
    color: #e97001;
    text-align: left;
    }
.html-select-wrapper {
    height: 28px;
    position: relative;
    }
.html-select {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 3px 10px 4px 10px;
    margin: -3px 0 0 -10px;
    vertical-align: top;
    white-space: nowrap;
    z-index: 801;
    position: absolute;
    top: 0;
    border-radius: 5px 5px 5px 5px;
    }
    .html-select .item {
        display: none;
        }
    .html-select .title {
        border-bottom: 1px dashed;
        }
    .html-select:hover {
        background-color: #3177CE;
        color: #FFF;
        text-decoration: none;
        cursor: default;
        }
        .html-select:hover .title {
            border-bottom: none;
            display: block;
            margin-bottom: 5px;
            }
        .html-select:hover .item {
            display: block;
            margin-bottom: 5px;
            }
/* Кнопки в стиле ИСУО */
.isuo-btn {
    background-color: #6296c4;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(bottom, #6296c4, #82b6e1);
    background-image: -ms-linear-gradient(bottom, #6296c4, #82b6e1);
    background-image: -webkit-linear-gradient(bottom, #6296c4, #82b6e1);
    background-image: -o-linear-gradient(bottom, #6296c4, #82b6e1);
    background-image: linear-gradient(bottom, #6296c4, #82b6e1);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.199219) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.046875) 0px 1px 2px 0px, rgba(47, 70, 102, 0.9) 0px 0px 1px 1px;
    box-shadow: rgba(255, 255, 255, 0.199219) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.046875) 0px 1px 2px 0px, rgba(47, 70, 102, 0.9) 0px 0px 1px 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF !important;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 3px 12px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.359375) 0px 1px 1px;
    text-decoration: none;
}
/* IE8 & 9 hacks*/
.isuo-btn {
    /* IE8 hack!!! */
    border: 1px solid #2f4666\0/;
}
@media all and (min-width:0) {
    .isuo-btn {
        /* IE9 hack */
        border: none;
    }
}
.isuo-btn:hover {
    background-color: #5582aa;
    background-image: -moz-linear-gradient(bottom, #5582aa, #82b6e1);
    background-image: -ms-linear-gradient(bottom, #5582aa, #82b6e1);
    background-image: -webkit-linear-gradient(bottom, #5582aa, #82b6e1);
    background-image: -o-linear-gradient(bottom, #5582aa, #82b6e1);
    background-image: linear-gradient(bottom, #5582aa, #82b6e1);
}
.isuo-btn:active {
    padding: 4px 12px 2px 12px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.046875) 0px 1px 2px 0px, rgba(47, 70, 102, 0.9) 0px 0px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.199219) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.046875) 0px 1px 2px 0px, rgba(47, 70, 102, 0.9) 0px 0px 1px 1px;
}
/******************

HEADER

*/
#header-wrapper {
    background: #3177ce url(/images/header-bg.png) 50% 0 repeat-x;
    }
#header {
    position: relative;
    height: 167px;
    position: relative;
    margin: 0;
    }
    #header a {
        color: #caf1ff;
        }
        #header a:hover {
            color: #fff;
            }
    #logo {
        position: absolute;
        top: 7px;
        left: 15px;
        }
    #user-menu {
        width: 182px;
        position: absolute;
        top: 35px;
        right: 20px;
        color: #FFF;
        }
        #user-menu #login-username,
        #user-menu #login-password {
            border: 0;
            background: url(/images/input.png);
            width: 170px;
            height: 18px;
            margin: 5px 0;
            padding: 2px 6px;
            color: #014c7f;
            }
        #user-menu #login-button {
            float: right;
            font-size: 15px;
            }
        #user-menu #logout-link {
            font-size: 15px;
            }
        #user-menu #login-forgot {
            line-height: 27px;
            }
            
    #lang-selector {
        margin: 0 0 0 5px;
        left: 2em;
        }

#header-menu-wrapper {
    background: #2a2a2a;
    width: 100%;
    border-top: 1px solid #FFF;
    }
#header-breadcrumbs {
    padding: 5px;
    color: #FFF;
    }
    #header-breadcrumbs a {
        color: #CCC;
        }
        #header-breadcrumbs a:hover {
            color: #FFF;
            }
/* Быстрый поиск */
    #quick-search {
        float: right;
        position: relative;
        padding: 2px;
        margin: 0 10px 0 0;
        }
        #quick-search .search-input {
            display: block;
            width: 120px;
            height: 19px;
            padding: 3px 30px 3px 13px;
            font-size: 13px;
            line-height: 1;
            color: #CCC;
            background-color: #555;
            border: 0;
            -webkit-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
            -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.4),inset 0 1px 0 rgba(0,0,0,.3);
            -webkit-transition: all .14s ease-out;
            -moz-transition: all .14s ease-out;
            transition: all .14s ease-out;
            }
            #quick-search .search-input:focus,
            #quick-search .search-input.focus,
            #quick-search.focus .search-input {
                background-color: #FFFFFF;
                box-shadow: none;
                color: #555;
                text-shadow: none;
                width: 165px;
                outline: 0 none;
                }
        #quick-search .search-label {
            display: block;
            height: 24px;
            position: absolute;
            left: 15px;
            top: 6px;
            cursor: text;
            color: #CCC;
            }
            #quick-search .search-label .text {
                font-style: normal;
                font-size: 13px;
                line-height: 18px;
                display: inline-block;
                zoom: 1;
                vertical-align: middle;
                }
                #quick-search.focus .search-label .text {
                    display: none;
                    }
        #quick-search .submit {
            display: block;
            position: absolute;
            top: 6px;
            right: 12px;
            border: 0;
            background: transparent;
            padding: 0;
            margin: 0;
            cursor: pointer;
            font-size: 16px;
            width: 16px;
            height: 18px;
            }
            #quick-search .submit:active {
                padding: 1px 0 0 1px;
                }
            #quick-search .submit .text {
                display: none;
                }
            #quick-search .submit .icon {
                width: 16px;
                height: 18px;
                background: transparent url(/images/search.png) 0 0 no-repeat;
                display: inline-block;
                zoom: 1;
                vertical-align: middle;
                }
                #quick-search.focus .submit .icon {
                    background-position: 0 -32px;
                    }
#support-link {
    float:  right;
    height: 29px;
    padding:  0 10px 0 0;
    }
    #support-link a {
        color: #FFF;
        padding: 7px 0;
        display: inline-block;
        text-decoration: underline;
        }
    #support-link a:hover {
        text-decoration: none;
        }
#header-menu {
    border-left: 1px solid #fff;
    }
    #header-menu li {
        margin: 0;
        padding: 0;
        height: 100%;
        border-right: 1px solid #fff;
        display: block;
        float: left;
        }
    #header-menu a {
        display: block;
        height: 21px;
        padding: 4px 15px 4px 15px;
        color: #fff;
        text-decoration: none;
        }
        #header-menu a:hover {
            background-color: #515151;
            }
        #header-menu .selected a {
            background-image: url(/images/arrow.png);
            background-position: bottom center;
            background-repeat: no-repeat;
            }

/******************

CONTENT

*/
#body-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -20px 0; /* отрицательный нижний отступ на высоту футера */
    padding: 0;
    }
    #content {
        padding: 30px 0 30px 0;
        }
/********* SIDEBAR *********/
#sidebar {
    float: left;
    width: 250px;
    overflow: hidden;
    }
    #sidebar h2 {
        color: #ff7a00;
        font-weight: normal;
        font-size: 17px;
        padding-left: 5px;
        white-space: nowrap;
        }
    #side-menu-wrapper {
        padding: 0 1px 0 0;
        margin: 0;
        background-color: #c5c9d2;
        background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0, #FFF),
            color-stop(0.10, #c5c9d2),
            color-stop(0.90, #c5c9d2),
            color-stop(1, #FFF)
        );
        background-image: -moz-linear-gradient(
            center bottom,
            #FFF 0%,
            #c5c9d2 10%,
            #c5c9d2 90%,
            #FFF 100%
        );
        }
    #side-menu {
        list-style-type: none;
        margin: 0;
        padding: 0 20px 20px 20px;
/*        border-right: 1px solid #c5c9d2;*/
        background: #FFF;
        }
        #side-menu li {
            padding: 2px 0;
            margin: 0;
            }
            #side-menu li a {
                display: inline-block;
                padding: 3px;
                border-radius: 5px;
                }

/********** MAIN CONTENT ************/
#main-content {
    margin: 0 0 0 270px;
    }
#main-content.nosidebar {
    margin: 0 0 0 10px;
    }
#main-content > .article {
    margin: 0 10px 0 0;
    }

li#mon-link {
    margin-left: -15px;
    }
        
/******************

FOOTER

*/
#footer-wrapper {
    width: 100%;
    background: #2a2a2a;
    color: #fff;
    clear: both;
    padding: 0;
    margin: 0;
    }
#footer {
    font-size: 11px;
    height: 23px;
    padding: 4px 20px;
    position: relative;
    }
    #copyright, #trial-operation {
        text-align: right;
        padding: 0 5px;
        float: right;
        }
        #copyright a {
            color: #FFF;
            }
    #li-counter {
        overflow: hidden;
        height: 31px;
        width: auto;
        float: right;
        margin-top: -4px;
        }


#footer, #header, #header-menu, #header-breadcrumbs, #content,
#header-menu-wrapper2 {
    min-width: 800px;
    max-width: 1200px;
    margin: 0 auto;
    }
/******************** Поиск *************************/
    #simple-search-form {
        position: relative;
        padding: 0;
        margin: 0;
        }
        #simple-search-form .search-input {
            display: inline-block;
            zoom: 1;
            width: 250px;
            height: 35px;
            padding: 3px 13px 3px 13px;
            font-size: 20px;
            color: #333;
            background-color: #FFFFFF;
            border: 1px solid #4CB5FF;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            outline: 0;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            vertical-align: top;
            }
        #simple-search-form .search-input:focus,
        #simple-search-form.focus .search-input{
            }
        #simple-search-form .search-label {
            display: block;
            height: 30px;
            position: absolute;
            left: 10px;
            top: 8px;
            cursor: text;
            color: #CCC;
            font-size: 20px;
            visibility: hidden;
            }
        #simple-search-form.show-label .search-label {
            visibility: visible;
            }
            #simple-search-form .search-label .text {
                font-style: normal;
                line-height: 18px;
                display: inline-block;
                zoom: 1;
                vertical-align: middle;
                }
                #simple-search-form.focus .search-label .text {
                    display: none;
                    }
        #simple-search-form .select-wrapper {
            display: inline-block;
            zoom: 1;
            height: 35px;
            padding: 3px 3px;
            border: 1px solid #4CB5FF;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            vertical-align: top;
            }
        #simple-search-form select {
            display: inline-block;
            zoom: 1;
            height: 29px;
            padding: 0 0 0 10px;
            margin: 0;
            border: none;
            background: #FFF;
            font-size: 20px;
            color: #333;
            box-sizing: border-box;
            }
        #simple-search-form button {
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
            background-color: rgb(76, 181, 255);
            background-repeat: repeat-x;
            background-image: -moz-linear-gradient(top, rgb(189, 228, 255), rgb(76, 181, 255));
            background-image: -ms-linear-gradient(top, rgb(189, 228, 255), rgb(76, 181, 255));
            background-image: -webkit-linear-gradient(top, rgb(189, 228, 255), rgb(76, 181, 255));
            background-image: -o-linear-gradient(rgb(189, 228, 255), rgb(76, 181, 255));
            background-image: linear-gradient(rgb(189, 228, 255), rgb(76, 181, 255));
            border: 1px solid rgb(76, 181, 255);
            border-bottom-color: rgb(48, 169, 255);
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -webkit-box-shadow: rgba(255, 255, 255, 0.199219) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.046875) 0px 1px 2px 0px;
            box-shadow: rgba(255, 255, 255, 0.199219) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.046875) 0px 1px 2px 0px;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: #333;
            cursor: pointer;
            display: inline-block;
            height: 35px;
            margin: 0;
            padding: 3px 13px;
            text-align: center;
            text-shadow: rgba(255, 255, 255, 0.359375) 0px 1px 1px;
            font-size: 20px
            }
            #simple-search-form button:hover {
                background-position: 0 -15px;
                }
            #simple-search-form button:active {
                -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
                -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
                box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
                }
            #simple-search-form button:disabled,
            #simple-search-form button:disabled:hover,
            #simple-search-form button:disabled:active,
            #simple-search-form button.disabled,
            #simple-search-form button.disabled:hover,
            #simple-search-form button.disabled:active
            {
                cursor: default;
                background-image: none;
                filter: alpha(opacity=65);
                -khtml-opacity: 0.65;
                -moz-opacity: 0.65;
                opacity: 0.65;
                background-position: 0 0;
                }
            #simple-search-form button .icon {
                width: 24px;
                height: 20px;
                background: transparent url(/images/search2.png) 0 -36px no-repeat;
                display: inline-block;
                zoom: 1;
                vertical-align: middle;
                }
                #simple-search-form button,
                #simple-search-form input,
                #simple-search-form .select-wrapper,
                #simple-search-form .search-label {
                    margin: 5px 0;
                    }
#search-results .search-count {
    color: #999;
    font-size: 90%;
    padding: 0;
    margin: 0 0 10px 0;
    }
#search-results table {
    width: 100%;
    }
    #search-results td.number,
    #search-results th.number {
        text-align: right;
        width: 3em;
        }
    #search-results td.school_id,
    #search-results th.school_id {
        text-align: right;
        width: 4em;
        padding-right: 1em;
        }
        
        
        
/************ CLEARFIX ****************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
*+html .clearfix { zoom: 1; } /* IE7 */

#flash-messages li{
    list-style-type: none;
    padding: 5px;
    background-color: #E0EFFF;
    border: 1px solid #C2E0FF;
}

#logo_diso_sync {
    float: right;
    margin: 30px 200px 0 0;
}

#stat-info {
    padding-top: 550px;
}