@charset "UTF-8";

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

.nowrap {
    white-space: nowrap;
    }

#lang-select {
    position: absolute;
    width: 192px;
    right: 20px;
    top: 3px;
    color: #FFF;
    height: 15px;
    }

a:link { color:#0055CC }
a:hover { color:#CC0000 }
a:visited { color:#990099 }
a:visited:hover { color:#CC0000 }
a:focus { outline:none }
img { border: 0 }
a.add-link { color: #090 }
a.delete-link { color: #C00 }
    a.delete-link:active,
    a.delete-link:focus {
        background-color: #C00;
        color: #FFF;
        }
a.soft_delete-link { color: #C00 }
    a.soft_delete-link:active,
    a.soft_delete-link:focus {
        background-color: #C00;
        color: #FFF;
        }
a.with-icon {
    position: relative;
    padding-left: 20px;
    white-space: nowrap;
    }
    a.with-icon .icon {
        position: absolute;
        left: 0;
        }
a.static {
    text-decoration: none;
    border-bottom: 1px dashed;
    }
.h-menu {
    margin: 0;
    padding: 0;
	}
    .h-menu li {
        list-style: none;
        display: inline-block;
        margin: 0 0.7em;
        }
ul.menu {
    margin: 0;
    padding: 0;
	}
    ul.menu li {
        list-style: none;
        margin: 0;
        }

ul.messages {
    color: #090;
    }
ul.errors {
    color: #C00;
    }
ul.flash-messages {
    color: #006bcf;
    }
/* Формы */
form dl {
    margin:0em;
    font-size:100%;
    margin-top:0.5em
    }
    form dt {
        float:left;
        width:11em;
        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;
        min-height: 1.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;
    }

form p.description {
    margin: 0;
    padding: 0;
    color: #999;
    }

label.required {
    font-weight: bold;
    }

/* Формa authorityForm */
    form#authorityForm dt {
        width:16em;
        }
    form#authorityForm dd {
        padding-left:5.5em;
        }
        
        /* Формa authorityForm */
    form#ircBidForm dt, form#ircParentBidForm dt, form#ircEditParentForm dt {
        width:16em;
        min-height: 22px;
        white-space: nowrap;
        }
    .dj_webkit .dijitTextBoxDisabled INPUT, .dj_webkit TEXTAREA.dijitTextAreaDisabled  {
        color: #565656 !important;
        }
    form#ircBidForm dd, form#ircParentBidForm dd {
        padding-left:9.5em;
        min-height: 22px;
        }
    form#ircEditParentForm dd {
        padding-left:5.5em;
        min-height: 22px;
        }
    form#main dt {
        width:16em;
        height: 22px;
        }
    form#main dd {
        padding-left:5.5em;
        height: 22px;
        color: #333;
        }
    
/* Заголовки */
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;
    }
table caption a {
    color: #e97001 !important; 
    }
table > tbody > tr > th {
    font-weight: normal;
    }
    
table.free-places {
    border-collapse: collapse;
   }
   table.free-places > tbody > tr > td, table.free-places > tbody > tr > th,
   table.free-places > thead > tr > td, table.free-places > thead > tr > th {
    border: 1px solid black;
   }
   table.free-places > tbody > tr > td > input {
       width: 30px;
       height: 15px;
   }
   table.free-places > tbody > tr > td > input[type="text"]{
        border: none;
   }
   
table.ko-table {
    border-collapse: collapse;
   }
   table.ko-table > tbody > tr > td, table.ko-table > tbody > tr > th {
    border: 1px solid black;
   }
   
/* Выпадающий список ссылок */
.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;
            }
.center {
    text-align: center;
    }
/* Кнопки в стиле ИСУО */
.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, .isuo-btn-white {
    /* IE8 hack!!! */
    border: 1px solid #2f4666\0;
}
@media all and (min-width:0) {
    .isuo-btn, .isuo-btn-white {
        /* 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, .isuo-btn-white: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;
    min-height: 162px;
    height: max-content;
    position: relative;
    margin: 0;
    }
    #header a {
        color: #caf1ff;
        }
        #header a:hover {
            color: #fff;
            }
    #logo {
        position: absolute;
        top: 7px;
        left: 15px;
        }
    #user-menu {
        width: 192px;
        position: absolute;
        top: 30px;
        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: left;
            font-size: 15px;
            }
        #user-menu #logout-link {
            float: left;
            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;
    position: relative;
    z-index: 10;
    }
/* "Хлебные крошки" */
#header-breadcrumbs {
    }
    #header-breadcrumbs .breadcrumbs {
        color: #FFF;
        padding: 7px 5px;
        overflow: hidden;
        zoom: 1;
        white-space: nowrap;
        position: relative;
        }
        #header-breadcrumbs .breadcrumbs-fade {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 16px;
            background: transparent url(/images/breadcrumbs-fade.png) 0 0 repeat-y;
            }
        #header-breadcrumbs .breadcrumbs a {
            color: #CCC;
            }
            #header-breadcrumbs .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: 65px;
            height: 20px;
            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: 30px;
    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 {
    height: 27px;
    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: 19px;
        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;
        }
ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
    ul.tabs li {
        background: url(/images/tab-inactive.png) 3px 6px no-repeat;
        padding: 5px 6px 0 9px;
        height: 25px;
        width: 112px;
        text-align: center;
        vertical-align: bottom;
        margin: 0 -10px 0 0;
        display: inline-block;
        position: relative;
        z-index: 5;
        zoom: 1;
        *display: inline;
        }
ul.tabs-details {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
    ul.tabs-details li {
        background: #5F87D0;
        border-radius: 10px 10px 0 0; 
        box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
        border: 1px grey;
        padding: 3px 6px 0 9px;
        height: 20px;
        width: 150px;
        text-align: center;
        vertical-align: bottom;
        display: inline-block;
        position: relative;
        z-index: 5;
        zoom: 1;
        *display: inline;
        margin-left: 7px;
        margin-right: 3px;
        }
    ul.tabs-details li a {
            display: block;
            font-size: 13px;
            color: #FFF !important;
            line-height: 20px;
            text-decoration: none;
            }
            
    ul.tabs-details li.active {
        background: #FFF !important;
        box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
        padding: 5px 8px 0 8px;
        width: 150px;
        z-index: 6;
        top: 1px;
        }
        ul.tabs-details li.active a ,
        ul.tabs-details li.active a:hover {
            cursor: default;
            text-decoration: none;
            }
        ul.tabs-details li a:hover {
            text-decoration: underline;
            }
        ul.tabs-details li.active a {
            color: #e97001 !important;
            }
    .dijitDialogPaneContent {
    height: auto !important;
    width: auto !important;
}
    ul.tabs li.selected,
    ul.tabs li.active {
        background: url(/images/tab-active.png) 0 0 no-repeat;
        padding: 5px 8px 0 6px;
        width: 112px;
        margin: 0 -12px 0 0;
        z-index: 6;
        top: 1px;
        }
        ul.tabs li a {
            display: block;
            font-size: 13px;
            color: #FFF !important;
            line-height: 25px;
            text-decoration: none;
            }
            ul.tabs li.selected a,
            ul.tabs li.active a ,
            ul.tabs li.selected a:hover,
            ul.tabs li.active a:hover {
                cursor: default;
                text-decoration: none;
                }
            ul.tabs li a:hover {
                text-decoration: underline;
                }
        ul.tabs li.selected a,
        ul.tabs li.active a {
            color: #e97001 !important;
            }
    ul.tabs li.long-title-tab a {
        font-size: 10px;
        white-space: nowrap;
        }
        
        ul.tabs-textbook li a {
            line-height: 1.2em !important;
            }
        ul.tabs-textbook li  {
            justify-content: center;
            }
        ul.tabs-textbook li.long-title-tab a {
        font-size: 11px;
        white-space: normal !important;
        }
.content-with-shadow {
    background: url(/images/shadow-bg.png) 0 0 no-repeat;
    padding: 10px 10px 10px 20px;
    margin: -4px 0 0 0;
    position: relative;
    }
    .content-with-shadow .blc {
        display: block;
        background: url(/images/fade-v.png) 0 0 no-repeat;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 60px;
        }
    .content-with-shadow .trc {
        display: block;
        background: url(/images/fade-h.png) 0 0 no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        }
    .content-with-shadow-body {
        position: relative;
        z-index: 5;
        }

/*** Элементы управления узлом ***/
.node-controls {
    background: #EEE;
    padding: 8px 0 8px 10px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    zoom: 1;
    }
    .node-controls .view-link,
    .node-controls .add-link,
    .node-controls .edit-link,
    .node-controls .delete-link,
    .node-controls .soft_delete-link,
    .node-controls .ctrl,
    .node-controls .download-link {
        margin-right: 10px;
        }
/* Разварачивающийся список кураторов */
.collapsible-list > .entries {
    overflow: hidden;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    }
    .collapsible-list.collapsed > .entries {
        height: 1.7em;
        margin-bottom: 0;
        }
    .collapsible-list > .entries > li {
        height: 1.7em;
        line-height: 1.7em;
        }
.collapsible-list > .control-link {
    text-decoration: none;
    border-bottom: 1px dashed;
    }

/********* Школы ***********/
.list-type-select {
    text-align: right;
    color: #666;
    padding: 10px 0;
    }
#school-list-images {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    }
    #school-list-images .school {
        margin: 1.5% 2%;
        width: 220px;
        padding: 1.5% 2%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        border: 1px solid #CCC;
        background: #EEE;
        min-height: 200px;
        zoom: 1;
        *display: inline;
        }
        #school-list-images .school.end {
            width: 100%;
            margin: 0;
            padding: 0;
            border: none;
            background: transparent;
            min-height: 1px;
            }
        #school-list-images .school .photo {
            margin: 10px 0;
            }
            #school-list-images .school .photo img {
                border: 1px solid #CCC;
                }
/********* SIDEBAR *********/
#sidebar {
    float: left;
    width: 250px;
    overflow: hidden;
    }
    #sidebar > .sidebar-title {
        padding-left: 5px;
        white-space: nowrap;
        }
    #struct-menu-controls {
        font-size: 13px;
        white-space: nowrap;
        padding-left: 5px;
        }
        #struct-menu-controls a {
            text-decoration: none;
            border-bottom: 1px dashed;
            }
        #struct-menu-controls a.selected {
            border-bottom: none;
            color: inherit;
            cursor: default;
            }
    #side-menu {
        margin: 0 0 20px 0;
        padding: 0;
        /*border-right: 1px solid #c5c9d2;*/
        }
        #side-menu ul {
            list-style-type: none;
            margin: 5px 0 0 0;
            padding: 0;
            }
            #side-menu li {
                padding: 2px 0 2px 20px;
                margin: 0;
                }
                #side-menu li.selected > a {
                    background-color: #fae5d2;
                    }
                #side-menu li.selected.current > a {
                    background-color: #ffb575;
                    }
                #side-menu li.selected.current.this-page > a {
                    text-decoration: none;
                    cursor: default;
                    color: #A00;
                    }
                #side-menu li a {
                    display: inline-block;
                    padding: 3px;
                    border-radius: 5px;
                    }
                    #side-menu li a:hover {
                        background-color: #ffefe1;
                        }

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

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

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: 5px;
        float: right;
        }
        #copyright a {
            color: #FFF;
            }
    #li-counter {
        overflow: hidden;
        height: 31px;
        width: auto;
        float: right;
        margin-top: -4px;
        }


#footer, #header, #header-menu, #admin-header-menu, #header-breadcrumbs, #content {
    min-width: 800px;
    max-width: 1200px;
    margin: 0 auto;
    }

ul.tree {
    list-style-type: none;
    }

/* Pagination */
#pagination-digg li {
    border:0;
    margin:0;
    padding:0;
    font-size: 90%;
    list-style:none;
    margin-right:2px;
    display: inline-block;
    zoom: 1;
    }
    #pagination-digg a {
        margin-right:2px;
        padding: 4px 6px;
        display: inline-block;
        zoom: 1;
        }
        #pagination-digg a:hover{
            background: #EEE;
            border-radius: 7px;
            }
        #pagination-digg .next a,
        #pagination-digg .previous a {
            font-weight: bold;
            }
    #pagination-digg .previous-off,
    #pagination-digg .next-off {
        color: #888888;
        display: block;
        font-weight: bold;
        margin-right: 2px;
        padding: 4px 6px;
        display: inline-block;
        zoom: 1;
        }
    #pagination-digg .active{
        padding: 4px 6px;
        background: #BBB;
        display: inline-block;
        border-radius: 7px;
        zoom: 1;
        }







/**************** Формы *********************/
#searchSchoolsForm > dl > dt {
    width: 14em;
    }
#searchSchoolsForm > dl > dd {
    margin-left: 14.5em;
    }
#searchStaffForm > dl > dt {
    width: 14em;
    }
#searchStaffForm > dl > dd {
    margin-left: 14.5em;
    }
#searchStudentsForm > dl > dt {
    width: 14em;
    }
#searchStudentsForm > dl > dd {
    margin-left: 14.5em;
    }
#schoolForm > dl > dt {
    width: 15em;
    }
#schoolForm > dl > dd {
    margin-left: 15.5em;
    }
#authorities-pos-form .auth-title {
    width: 20em;
    display: inline-block;
    zoom: 1;
    }
    #authorities-pos-form li input {
        width: 5em;
        }

#searchPreschoolsForm > dl > dt {
    width: 14em;
    }
#searchPreschoolsForm > dl > dd {
    margin-left: 14.5em;
    }
    
#ptnzForm > dl > dt {
    width: 15em;
    }
#ptnzForm > dl > dd {
    margin-left: 15.5em;
    }    
    
#vnzForm > dl > dt {
    width: 15em;
    }
#vnzForm > dl > dd {
    margin-left: 15.5em;
    }       
    
#schoolForm > dl > dd > #widget_not_work_from_date {
    margin-bottom: 10px;
}

/******************** Поиск *************************/
    #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.id,
    #search-results th.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 */

#semesterForm{
    color: #777777;
}

.auth-bold{
    font-weight: bold;
}
.auth-pl{
    padding-left: 10px;
    border-left: 1px solid #A6C0E6;
}

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

/* */
#delReasonFormWrapper{
    display: none;
    background-color: #FFF;
    float: none !important;
    width: auto !important;
    position: static !important;
    margin: 0 !important;
    padding: 10px !important;
    border: none !important;
}
#delReasonFormWrapper dd:after{
    display: inline;
}
#delReasonFormWrapper textarea{
    height: 100px !important;
    max-height: 100px !important;
    min-height: 100px !important;
}
#delete_submit-label, #delete_cancel-label{
    display: none;
}
#delete_submit-element, #delete_cancel-element{
    margin: 5px 0 0 -0.2em;
    padding: 0;
    display: inline;
}
#delete_submit-element .dijitButton, #delete_cancel-element .dijitButton{
    margin: 8px 8px 0 0;
}
#delReasonFormWrapper form{
    padding: 0;
}
#delReasonFormWrapper form dt{
    width: 100%;
}
#delReasonFormWrapper ul.errors{
    margin: 3px 0 -10px -25px;
}


/* Блок для скачивание шаблона для загрузки отчетов из файлов. */
#report_file_template_block{
    margin-top: 20px;
    text-align: right;
}
#report_file_template_block a{
    font-size: 14px;
    color: #CC0000;
}
#report_file_template_block a:hover{
    text-decoration: none;
}

.institution-table-separator{
    text-align: center;
    font-weight: bold;
    background-color: #fff;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, .4);
}

body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}

#login-user-wait, #lgn-user-wait {
    display:    none;
    height:     40px;
    width:      192px;
    margin-top: 10px;
}

#login-user-wait img, #lgn-user-wait img {
    display: block;
    margin: auto;
}

#login-error, #lgn-error {
    color: #C00;
}

#login-back-button, #lgn-back-button {
    float: right;
    font-size: 15px;
}

.isuo-btn-white {
    background-color: #c2c2c2;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(bottom, #c7c7c7, #dfdfdf);
    background-image: -ms-linear-gradient(bottom, #c7c7c7, #dfdfdf);
    background-image: -webkit-linear-gradient(bottom, #c7c7c7, #dfdfdf);
    background-image: -o-linear-gradient(bottom, #c7c7c7, #dfdfdf);
    background-image: linear-gradient(bottom, #c7c7c7, #dfdfdf);
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.199219) 0px 0px 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 0px 1px, rgba(47, 70, 102, 0.9) 0px 0px 1px 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #004561 !important;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 3px 12px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.17) 0px 1px 1px;
    text-decoration: none;
}

.isuo-btn-white:hover {
    background-color: #adadad;
    background-image: -moz-linear-gradient(bottom, #aaaaaa, #dddddd);
    background-image: -ms-linear-gradient(bottom, #aaaaaa, #dddddd);
    background-image: -webkit-linear-gradient(bottom, #aaaaaa, #dddddd);
    background-image: -o-linear-gradient(bottom, #aaaaaa, #dddddd);
    background-image: linear-gradient(bottom, #aaaaaa, #dddddd);
}

#user-login {
    padding-left: 20px;
}
    #user-login #lgn-username, #user-login #lgn-password {
        width: 190px;
        height: 18px;
        margin: 7px 0;
        padding: 2px 6px;
        color: #014c7f;
    }
    #lgn-password {
        margin-right: 10px !important;
    }
    #user-login #lgn-button {
        float: left;
        font-size: 15px;
    }
    
    #lgn-btn-holder {
        width: 204px;
    }
    
    #lgn-label {
        font-size: 18px;
    }
    #lgn-password-holder span {
            color: #C00;
    }
    
.recover-link {
    display: inline-block;
    margin-top: 10px;
}

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

#map {
    width: 200px;
    height: 200px;
}

#report-statistic h2 {
    text-align: center;
    color: black;
    font-weight: bold;
}

#inclusive-znz-map {
    width: 930px;
    height: 500px;
}
.address-cell{
    min-width: 225px;
}
.children-history-delete-btn{
    padding: 5px 10px;
    border: 1px solid red;
    width: auto;
    background: #df353594;
    text-decoration: none;
    border-radius: 6px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#move_form {
    max-width: 200px;
    position: absolute;
    padding: 5px 10px;
    left: 20px;
    bottom: 20px;
}
#move_form label{
    display: block;
}
#move_form input{
    margin-bottom: 10px;
}

.new-site-btn{
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: rgba(255, 255, 255, 0.199219) 0 1px 0 0 inset, rgba(0, 0, 0, 0.046875) 0 1px 2px 0, rgba(47, 70, 102, 0.9) 0 0 1px 1px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.199219) 0 1px 0 0 inset, rgba(0, 0, 0, 0.046875) 0 1px 2px 0, rgba(47, 70, 102, 0.9) 0 0 1px 1px;

}
.new-site-btn:active {
    padding-top: 5px;
    padding-bottom: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0 1px 0 0 inset, rgba(255, 255, 255, 0.046875) 0 1px 2px 0, rgba(47, 70, 102, 0.9) 0 0 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.199219) 0 1px 0 0 inset, rgba(255, 255, 255, 0.046875) 0 1px 2px 0, rgba(47, 70, 102, 0.9) 0 0 1px 1px;
}
.new-site-btn:hover{
    color: #fff;
    background-color: #0f541f;
    border-color: #0c2f14;
}
.new-site-btn:visited, .new-site-btn:link{
    color: #caf1ff !important;
}
.new-site-btn-no-auth{
    margin: 8px 20px;
    padding: 7px 14px;
    display: inline-block;
}
.new-site-btn-no-auth:active{
    padding-top: 8px;
    padding-bottom: 6px;
}
.new-site-btn-auth{
    float: right;
    padding: 4px 5px;
}
.new-site-btn-stud{
    float: right;
    margin: 7px 77px 0 0;
    padding: 4px 5px;
}

.alert {
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    line-height: 1.5;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.text-center {
    text-align: center;
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    transition: background 0.3s, opacity 0.2s;
    color: white !important;
}

.btn-danger {
    background-color: #dc3545;
    color: white;
    border: 1px solid #dc3545;
}

.btn-danger:hover {
    background-color: #c82333;
}

.btn-danger:active {
    background-color: #bd2130;
}

/* Primary Button */
.btn-primary {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.btn-primary:active {
    background-color: #004085;
}