@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: 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 }
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.with-icon {
    position: relative;
    padding-left: 20px;
    }
    a.with-icon .icon {
        position: absolute;
        left: 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;
        }

/* dropdown menu */
.ddmenu {/*font-family: arial, sans-serif; width:750px; height:100px; font-size:11px; */z-index:100; position:relative;}
/*.ddmenu ul li a, .ddmenu ul li a:visited {display:block; text-decoration:none; color:#000;width:104px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#710069; line-height:20px; font-size:11px; overflow:hidden;}*/
.ddmenu ul {padding:0; margin:0; list-style: none;}
.ddmenu ul li {float:left; position:relative;}
.ddmenu ul li ul {display: none;}

/* dropdown menu specific to non IE browsers */
/*.ddmenu ul li:hover a {color:#fff; background:#36f;}*/
.ddmenu ul li:hover ul {display:block; position:absolute; top:28px; left:0; width:105px; background-color: #000;}
.ddmenu ul li:hover ul li {width: 170px;}
/*.ddmenu ul li:hover ul li a.hide {background:#6a3; color:#fff;}*/
/*.ddmenu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}*/
.ddmenu ul li:hover ul li ul {display: none;}
.ddmenu ul li:hover ul li a {display:block; background:#000; color:#fff;}
/*.ddmenu ul li:hover ul li a:hover {background:#6fc; color:#000;}*/
.ddmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.ddmenu ul li:hover ul li:hover ul.left {left:-105px;}
.ddmenu ul li.hassub {}

.ddmenu ul li:hover ul li.selected a {
    background-image: url(/images/arrow-right.png) !important;
    background-position: 2% 45% !important;
    background-repeat: no-repeat !important;
}
#header-menu>li.hide>a {
    background-image: url(/images/arrow-down.png) !important;
    background-position: 92% 45% !important;
    background-repeat: no-repeat !important;
    padding-right: 30px;
}

ul.messages {
    color: #090;
    }
ul.errors {
    color: #C00;
    }
#flash-messages {
    }
    #flash-messages ul {
        color: #ff0202;
        font-size: 17px;
        }
    #flash-messages ul.success {
        color: #090;
        }
    #flash-messages ul.error {
        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*/
        clear:both;
        }
    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 {
    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;
            vertical-align: baseline;
            }
        td {
            text-align: left;
            padding: 5px 5px;
            vertical-align: top;
            }
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;
            }
.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 {
    /* 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;
}
.isuo-btn.big {
    font-size: 15px;
}
.isuo-btn.with-icon {
    padding-left: 32px;
}
.isuo-btn.with-icon .icon {
    left: 12px;
}
.isuo-btn.with-icon:active .icon {
    margin-top: 0.1px;
}
/* Блоки контента с ограниченной шириной. */
#footer, #header, #header-menu, #admin-header-menu, #header-breadcrumbs, #content, #header-menu-wrapper2 {
    min-width: 800px;
    max-width: 1200px;
    margin: 0 auto;
    }

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

HEADER

*/
#header-wrapper {
    background: #3177ce url(/images/header-bg.png) 50% 0 repeat-x;
    }
#header {
    position: relative;
    height: 162px;
    position: relative;
    margin: 0 auto;
    }
    #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;
    position: relative;
    z-index: 102;
    /*overflow: hidden;*/
    }
/* "Хлебные крошки" */
#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 18px 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;
                    }
#header-menu {
    border-left: 1px solid #fff;
    margin-bottom: -1px;
    }
    #header-menu li {
        margin: 0;
        padding: 0;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        display: block;
        float: left;
        }
        #header-menu li.hide ul li {
            width: 241px;
            }
            #header-menu li.hide ul li a {
                width: 215px;
                }
    #header-menu a {
        display: block;
        height: 19px;
        padding: 4px 13px 4px 13px;
        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 li.selected,
    ul.tabs li.active {
        background: url(/images/tab-active.png) 0 0 no-repeat;
        padding: 5px 8px 0 8px;
        width: 108px;
        margin: 0 -12px 0 0;
        z-index: 6;
        top: 1px;
        }
        ul.tabs li a {
            display: block;
            font-size: 15px;
            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: 12px;
        white-space: nowrap;
        }
.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 .ctrl {
        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;*/
        background: #FFF;
        }
        #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;
                        }
    #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%
        );
        }

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

#accepted-bids-list .current-user-bid {
    font-weight: bold;
    }

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

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

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;
        }







/**************** Формы *********************/
.childForm dt {
    width: 23em;
    }
.childForm dd {
    margin-left: 23.5em;
    }
.childRepForm dt {
    width: 15em;
    }
.childRepForm dd {
    margin-left: 13.5em;
    }



/******************** Поиск *************************/
    #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 */

#fieldset-gdDate{
    float:left;
}
#gdDate-label, #gdDate-element{
    display: none;
}

#grantDirection-element, #gdCancel-element{
    float: left;
    margin: 0;
}

#gdCancel-label, #gdDate-label{
    display: none;
}

#fieldset-gdDate{
    display: block;
    position: relative;
    margin: -101px 0 0 0px;
    background-color: #ffffff;
    padding: 10px;
}

#gdDate-element{
    position: absolute;
}

/* Стили для календаря Dojo DateTextBox */
.dijitCalendarPreviousYear:before {
    font-size: 110%;
    content: "← ";
}
.dijitCalendarNextYear:after {
    font-size: 110%;
    content: " →";
}

.preschoolBidForm .dijitTextBox{
    width: 35em !important;
}
.preschoolBidForm .input-short{
    width: 15em !important;
}
.preschoolBidForm .dijitTextBox .dijitInputField{
    padding: 2px !important;
}
.preschoolBidForm .dijitComboBox .dijitArrowButtonInner{
    background-position: -34px 53% !important;
}

#child-birth_cert_file-label p {
    font-size: 12px;
}

div.hint {
    font-size: 110%;
    padding: 9px;
    background: #fff2c3;
    border-radius: 10px;
    margin: 10px 0;
    display: inline-block;
    font-style: italic;
}

.queue-form {
    font-size: 110%;
    padding: 9px;
    background: #fff2c3;
    border-radius: 10px;
    margin: 10px 0;
    display: inline-block;
}
    .queue-form .queue-form-element {
        display: inline-block;
        margin: 0 7px;
    }

#id-search-submit{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: url("http://ajax.googleapis.com/ajax/libs/dojo/1.6/dijit/themes/claro/form/images/button.png") repeat-x center top #E9F4FE;
    outline-width: 0;
    color: #333;
    border: 1px solid #769DC0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    padding: 2px 4px;
}
#id-search-submit:hover{
    cursor: pointer;
}
#id-search-input{
    padding: 3px 4px !important;
    width: 80px !important;
    border-color: #B5BCC7;
    border-width: 1px !important;
    border-style: solid;
}
#representatives{
    margin: 2px 0 0 5px;
}
span.rep-user{
    padding: 2px 0 0 12px;
    vertical-align: bottom;
    background: url('/images/ico/user_black_8x8.png') no-repeat left center;
}
.attention{
    margin: -1em 0 2em 0;
    font-weight: bold;
}
.attention_red{
    margin: -1em 0 2em 0;
    font-weight: bold;
    color: #f00;
}

/* Стили для древовидного селекта */
input#filter-koatuu_idFakeInput, input#koatuuFakeInput, input#child-koatuu_idFakeInput{
    background-color: #FFFFFF;
    border: 1px solid #B5BCC7;
    margin: 0 0 2px;
    padding: 2px;
    width: 172px;
}
.bid_list_table input#filter-koatuu_idFakeInput{
    width: 162px;
}
button#filter-koatuu_idSelectButton, button#koatuuSelectButton, button#child-koatuu_idSelectButton{
    background-color: #FFFFFF;
    border: 1px solid #B5BCC7;
    color: #B5BCC7;
    margin-left: -1px;
    width: 20px;
    padding: 1px;
}

input#filter-koatuu_idFakeInput:hover, input#koatuuFakeInput:hover, input#child-koatuu_idFakeInput:hover{
    border: 1px solid #769DC0;
}
button#filter-koatuu_idSelectButton:hover, button#koatuuSelectButton:hover, button#child-koatuu_idSelectButton:hover{
    border: 1px solid #769DC0;
    color: #769DC0;
}

.recover-link{
    margin: -2px 0 0;
}


/* Отзывы о ДУЗ */
#commentForm{
    margin-top: 15px;
}
#commentForm textarea{
    height: 108px !important;
    max-height: 220px !important;
    overflow-y: auto !important;
}
#commentForm dt{
    clear: both;
    float: none;
    font-weight: normal;
    margin-bottom: 0;
    position: relative;
    width: 10em;
}
#commentForm dd{
    font-size: 100%;
    font-style: normal;
    margin-bottom: 0.8em;
    margin-left: 0em;
    min-height: 1.5em;
    padding-left: 0em;
}
.comment-date{
    float: right;
    color: #aaa;
}

.hidden{
    display: none;
}

.direction-line .fl{
    float: left;
}
.direction-line .combo{
    margin: -3px 5px 0;
}

.direction-line .submit{
    margin-top: -5px;
}
.direction-line .submit .dijitButton{
    margin: 0 !important;
}

#editLetterForm textarea{
    padding: 3px;
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-color: #B5BCC7;
    border-width: 1px !important;
    border-style: solid;
}
#editLetterForm pre{
    margin: 0 0 0 5px;
}
#editLetterForm .hint{
    margin: 0 0 0 5px;
    float: right;
}
.editLetterFormWrap{
    display: inline-block;
    border-radius: 4px;
    clear: both;
    padding: 10px 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-color: #B5BCC7;
    border-width: 1px !important;
    border-style: solid;
    width: 950px;
}
.editLetterFormWrap textarea{
    width: 706px;
}

#editLetterForm ul.errors{
    clear: both;
}

#bidListForm [name="filter[child_lastname]"]{
    width: 125px;
}
#bidListForm [name="filter[child_firstname]"], #bidListForm [name="filter[child_patronymic]"]{
    width: 95px;
}
#bidListForm th{
    vertical-align: bottom;
}

#bidHoldFormWrapper, #bidReturnReceivedFormWrapper{
    display: none;
    background-color: #FFF;
    float: none !important;
    width: auto !important;
    position: static !important;
    margin: 0 !important;
    padding: 10px !important;
    border: none !important;
}
#bidHoldFormWrapper dt, #bidReturnReceivedFormWrapper dt{
    float: none !important;
    width: auto !important;
    margin: 10px 0 4px;
}
#bidHoldFormWrapper dd:after{
    display: inline;
}
#bidReturnReceivedFormWrapper dd:after{
    display: inline;
}
textarea#holded_comment{
    width: 280px;
    clear: both;
    height: 100px !important;
    max-height: 100px !important;
}
#bidHoldFormWrapper .isuo-btn{
    margin: 10px 5px 0 0;
}
#bidHoldFormWrapper #widget_holded_date_expire #holded_comment-label{
    clear: both;
}
#bidReturnReceivedFormWrapper #bidReturnReceivedForm-return_request_file_id-label{
    clear: both;
}
#bidHoldFormWrapper ul.errors{
    margin: 3px 0 2px -25px;
}
#bidReturnReceivedFormWrapper ul.errors{
    margin: 3px 0 2px -25px;
}
#holded_submit-label, #holded_cancel-label, #return_submit-label, #return_cancel-label, #hide_submit-label, #hide_cancel-label, #restore_submit-label, #restore_cancel-label{
    display: none;
}
#holded_submit-element, #holded_cancel-element, #return_submit-element, #return_cancel-element, #hide_submit-element, #hide_cancel-element, #restore_submit-element, #restore_cancel-element{
    margin: 5px 0 0 -0.2em;
    padding: 0;
    display: inline;
}
#holded_submit-element .dijitButton, #holded_cancel-element .dijitButton{
    margin: 8px 8px 0 0;
}
#return_submit-element .dijitButton, #return_cancel-element .dijitButton{
    margin: 15px 10px 0 0;
}
#hide_submit-element .dijitButton, #restore_submit-element .dijitButton{
    float: left;
}
#hide_cancel-element .dijitButton, #restore_cancel-element .dijitButton{
    float: right;
}
#hide_submit-element::after, #hide_cancel-element::after, #restore_submit-element::after, #restore_cancel-element::after{
    display: inline;
}
#bidListForm tr.expired td{
    background-color: #FF8D8D;
}
span.info{
    font-size: 10px;
    border: 1px solid #CCCCCC;
    color: #777777;
    padding: 1px 6px;
    cursor: default;
    position: absolute;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
#bidHoldFormWrapper span.info:hover{
    border: 1px solid #769DC0;
    color: #769DC0;
}

#bidHoldFormWrapper textarea{
    height: 100px !important;
    max-height: 100px !important;
    min-height: 100px !important;
}

#bidHoldFormWrapper form{
    padding: 0;
}

a.dashed, a.static{
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
    color:#0055CC;
}

#buttonContainer{
    clear: both;
    display: block;
    margin: 0 0 0 18px;
    width: 180px;
}
#buttonContainer a{
    font-size: 90%;
}
#buttonContainer a:hover{
    color: #CC0000;
}

.fr{
    float: right;
}

.pl10{
    padding-left: 10px;
}
.pl20{
    padding-left: 20px;
}

.stars-wrap{
    cursor: pointer;
}

#ser-format-hint, .phone-format-hint{
    display:none;
    color: #555;
    margin-left: 10px;
}

.marked{
    color: #333;
    font-weight: bold;
}

#enrolled_date-label, #widget_enrolled_date{
    margin-top: 10px;
}

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


a.button {
    margin: 0 0 1em 0;
    color: #000 !important;
    border: 1px solid #769dc0;
    padding: 2px 7px 4px 7px;
    background-image: url(/images/button.png);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #e9f4fe;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    display: inline-block;
    }
a.button:hover {
    background-color: #abd6ff;
    color: #000;
    transition-duration: 0.2s;
    }
.button_label {
    display: block;
    width: 145px;
    float: left;
    clear: both;
    font-weight: normal;
    margin-bottom: 0.8em;
    position: relative;
    }

/* Enroll popup form. */
#bidEnrollFormWrapper dd:after{
    display: inline;
}
#enroll_submit-label, #enroll_cancel-label {
    display: none;
}
#enroll_submit-element, #enroll_cancel-element {
    margin: 5px 0 0 -0.2em;
    padding: 0;
    display: inline;
}
#bidEnrollFormWrapper .enroll_errors {
    color: #c00;
    display: none;
}

/* Remove file inputs icon. */
.remove_file_input {
    background: url("../images/delete-file-input.png") no-repeat scroll 1px 50% rgba(0, 0, 0, 0);
    display: inline-block;
    padding-left: 16px;
    width: 1px;
    text-decoration: none;
}

/* Prechool queue bids childs form. */
#preschoolBidForm .description span.file_desc {
    color: #e97001;
}

/* Main page info block */
#main-page-info-block {
    width: 100%;
}
#main-page-info-block .button-block {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}
#main-page-info-block .button-block .info-start-button {
    background-color: #ffb575;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Times, serif;
    font-size: 28px;
    font-weight: bold;
    padding: 7px 55px;
    text-decoration: none;
    text-shadow: black 1px 2px 2px;
}
#main-page-info-block .button-block .info-start-button:hover {
    background-color: #ffb545;
}
#main-page-info-block .button-block .info-start-button:active {
    position:relative;
    top:1px;
}
#main-page-info-block #info-image {
    width: 1009px;
    height: 510px;
    margin: 0 auto;
}
#main-page-info-block #info-image.info-image-lang-uk {
    background-image: url("../images/main-page-info-bg-uk.jpg");
}
#main-page-info-block #info-image.info-image-lang-ru {
    background-image: url("../images/main-page-info-bg-ru.jpg");
}

table.free-places {
    border-collapse: collapse;
    margin-top: 10px;
}

table.free-places > tbody > tr > td, table.free-places > tbody > 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;
}

.update_row_log{
    min-width: 150px;
}
.update_row_log p {
    margin: 0;
    padding: 0;
}