*{
    margin: 0px;
    padding: 0px;
}

body{

    font-size: 16px;
    font-family: Arial, Calibri, Tahoma;
    background-color: #f7f7f7;
    text-align: center;

/*
    background-color: #ededed;
    background-image: url("../images/map1.jpg");
    background-position: center center;
    background-repeat: repeat-y;
    border-top: 0 none;
    padding: 0;
*/
}

body,html{
    height: 100%;
}

header, footer, article, section, hgroup, nav, figure, aside {
    display: block;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

#body-wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    _height: 100%;
    position: relative;
    z-index: 1;
    min-width: 1000px;
}

header {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 999;
    min-width: 1000px;
}

header #header-social-panel {
    background: #01B5F1;
    height: 30px;
    position: relative;
    width: 100%;
    min-width: 1000px;
}

header #header-social-panel #header-social-panel-inner {
    height: 30px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

header #header-social-panel #header-social-panel-inner .social-list {
    position: absolute;
    top: 3px;
    right: 10px;
    list-style: none;
}

header #header-social-panel #header-social-panel-inner .social-list li {
    float: left;
    margin-left: 10px;
}

header #header-social-panel #header-social-panel-inner .social-list li a {
    display: block;
    background-image: url('../images/social-pics.png');
    cursor: pointer;
    height: 23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.fb-ico a {
    background-position: 0 0;
    width: 23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.tw-ico a {
    background-position: -23px 0;
    width: 22px;
}

header #header-social-panel #header-social-panel-inner .social-list li.vk-ico a {
    background-position: -45px 0;
    width: 23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.rs-ico a {
    background-position: -68px 0;
    width: 23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.ml-ico a {
    background-position: -91px 0;
    width: 27px;
}

header #header-social-panel #header-social-panel-inner .social-list li.fb-ico a:hover {
    background-position: 0 -23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.tw-ico a:hover {
    background-position: -23px -23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.vk-ico a:hover {
    background-position: -45px -23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.rs-ico a:hover {
    background-position: -68px -23px;
}

header #header-social-panel #header-social-panel-inner .social-list li.ml-ico a:hover {
    background-position: -91px -23px;
}

header #header-social-panel #header-social-panel-inner .pluso {
    float: left;
    width: 190px;
    height: 26px;
    overflow: hidden;
    margin-top: 2px;
    position: relative;
    left: 20px;
}

header #header-label-panel {
    height: 69px;
    position: relative;
    width: 100%;
    background: #3dc4ff; /*url('../images/header-bg.png');*/
}

header #header-label-panel #header-label-panel-inner {
    height: 69px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

header #header-label-panel #logo {
    height: 55px;
    width: 200px;
    display: block;
    position: absolute;
    top: 9px;
    left: 20px;
    cursor: pointer;
    background: url('../images/geoportal-logo.png');
}

header #header-label-panel .mrsu-logo {
    position: absolute;
    top: 5px;
    right: 10px;
    display: block;
}

header #header-label-panel .mrsu-logo img {
    height: 60px;
}

header #header-label-panel .rgo-logo {
    position: absolute;
    top: 5px;
    right: 270px;
    display: block;
}

header #header-label-panel .rgo-logo img {
    height: 60px;
}


header #header-menu-panel {
    background: #01B5F1;
    border-top: 0px solid #ffffff;
    border-bottom: 3px solid #029dD1;
    height: 42px;
}

header #header-menu-panel #header-menu-panel-inner {
    height: 42px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

header #header-menu-panel #header-menu-panel-inner ul {
    list-style: none;
}

header #header-menu-panel #header-menu-panel-inner ul li {
    float: left;
    height: 42px;
    line-height: 44px;
    border-right: 1px solid #01B5F1;
    border-left: 1px solid #01B5F1;
}

header #header-menu-panel #header-menu-panel-inner ul li#tour-li {
    background-color: #d40f00;
}

header #header-menu-panel #header-menu-panel-inner ul li:hover, header #header-menu-panel #header-menu-panel-inner ul li.active {
    background: #029dD1;
}

header #header-menu-panel #header-menu-panel-inner ul li a {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    height: 42px;
    padding: 0 7px;
    cursor: pointer;
}

header #header-menu-panel #header-menu-panel-inner ul li:hover a {
    text-decoration: none;
}

header #header-menu-panel #header-menu-panel-inner .search-panel {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 172px;
    height: 30px;
}

header #header-menu-panel #header-menu-panel-inner .search-panel .search-but {
    width: 20px;
    height: 20px;
    background: url('../images/search-but.png');
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 1px;
    left: 0;
}

header #header-menu-panel #header-menu-panel-inner .search-panel .search-field {
    border: 1px solid #41b8ff;
    width: 137px;
    height: 19px;
    line-height: 19px;
    color: #01B5F1;
    font-size: 14px;
    padding: 0 4px;
    position: absolute;
    top: 0;
    right: 0;
}

header #header-menu-panel #header-menu-panel-inner .social-buttons {
    position: absolute;
    top: 6px;
    right: 0;
    width: 235px;
    height: 30px;
}

header #header-menu-panel #header-menu-panel-inner .social-buttons .vk-soc {
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 20px;
    width: 72px;
}

header #header-menu-panel #header-menu-panel-inner .social-buttons .tw-soc {
    position: absolute;
    left: 86px;
    bottom: 5px;
    height: 20px;
    width: 72px;
}

header #header-menu-panel #header-menu-panel-inner .social-buttons .google-soc {
    position: absolute;
    left: 170px;
    bottom: 5px;
    height: 20px;
    width: 64px;
    overflow: hidden;
}



header #header-menu-panel #header-menu-panel-inner .social-buttons .fb-soc {
    position: absolute;
    left: 234px;
    bottom: 5px;
    height: 20px;
    width: 72px;
}

/************************************ КОНТЕНТ *************************************************************************/

#content-wrapper {
    z-index: 10;
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 1000px;
    padding-bottom: 50px;
}

#content-wrapper section {
    background: #ffffff;
    width: 970px;
    padding: 15px;
    overflow: hidden;
}

#content-wrapper #mission-container {
    margin-bottom: 25px;
}

#content-wrapper section h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #58b9ff;
    font-weight: normal;
    margin-bottom: 15px;
}

#content-wrapper section h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #58b9ff;
    font-weight: normal;
    margin-bottom: 5px;
}

#content-wrapper section hr {
    color: #279dff;
    background-color: #279dff;
    height: 1px;
    margin: 10px 0 15px 0;
}

/**********************************************************************************************************************/

#content-wrapper.emap-wrapper {
    width: 100%;
    padding: 0;
    min-width: 1000px;
    min-height: 400px;
    background-color: #ffffff;
}

#emap {
    position: absolute;
    left: 250px;
}

#emap .emap_loader {
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    background: url('../images/ajax-loader.gif');
    display: none;
}

#emap-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    min-height: 400px;
    background-color: #3DC4FF;
}

#emap-menu h2 {
    font-weight: normal;
    font-size: 22px;
    margin-top: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #0763b3;
}

#emap-menu>ul {
    margin-left: 10px;
    list-style: none;
    font-size: 15px;
    line-height: 18px;
    color: #0044dd;
}

#emap-menu>ul>li {
    width: 225px;
    margin-bottom: 5px;
    border: 2px solid #01B5F1;
    background-color: #01B5F1;
    cursor: pointer;
}

#emap-menu>ul>li h3 {
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
}

#emap-menu>ul>li p {
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
    color: #f0f6ff;
    margin: 0;
}

#emap-menu>ul>li:hover, #emap-menu>ul>li.active, #emap-menu>ul>li#geoportal-categories {
    border: 2px solid #073d74;
    background-color: #019fda;
}

#emap-menu p {
    margin-left: 10px;
}

#emap-menu p a {
    color: #0A399F;
    text-decoration: underline;
    font-size: 14px;
    line-height: 18px;
}



/************************************* ФУТЕР ******************************************/
#footer-wrapper {
    height: 40px;
    width: 100%;
    margin: 0 auto;
    margin-top: -40px;
    z-index: 105;
    position: relative;
    background: #01B5F1;
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
    min-width: 1000px;
}

#footer-wrapper footer {
    height: 40px;
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

#footer-wrapper footer a {
    color: #ffffff;
    text-decoration: underline;
}

#footer-wrapper footer .footer-l, #footer-wrapper footer .footer-r {
    position: absolute;
    top: 0;
    line-height: 40px;
}

#footer-wrapper footer .footer-l, #footer-wrapper footer .footer-r a {
    text-decoration: none;
}

#footer-wrapper footer .footer-l {
    left: 0;
    text-align: left;
}

#footer-wrapper footer .footer-r {
    right: 0;
    text-align: right;
}

/**********************************************************************************************************************/

#chapters-container {
    position: relative;
    width: 1000px;
    margin-top: -15px;
    margin-left: -15px;
    margin-bottom: 20px;
}

#chapters-container #sections-block {
    width: 1000px;
    height: 185px;
    position: relative;
    background-color: #80caef;
    border-bottom: 1px solid #266bc7;
}

#chapters-container #sections-block ul {
    list-style: none;
    height: 150px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
}

#chapters-container #sections-block ul li {
    float: left;
    display: block;
    position: relative;
    margin-right: 10px;
}

#chapters-container #sections-block .chapter-img {
    width: 145px;
    height: 145px;
    float: left;
    cursor: pointer;
    z-index: 100;
    position: relative;
    border: 4px solid #266bc7;
}

#chapters-container #sections-block ul li.active .chapter-img {
    border: 4px solid #f3fdff;
}

/**********************************************************************************************************************/

.show-window {
    width: 1000px;
    height: 250px;
    margin-bottom: 15px;
    position: relative;
    margin-bottom: 5px;
    background-color: #80caef;
}

.show-window .carette {
    height: 250px;
    width: 915px;
    overflow: hidden;
    position: relative;
    left: 40px;
    top: 0px;
}

.show-window ul {
    list-style: none;
    height: 250px;
    display: block;
    /* Max width here, for users without Javascript */
    width: 9000px;
    position: absolute;
    top: 15px;
    left: 10px;
}

.show-window ul li {
    position: relative;
    float: left;
    display: block;
    margin-right: 16px;
    border: 4px solid #0094e7;
}

.show-window ul li:hover, .show-window ul li.active {
    border: 4px solid #2f66cb;
}

.show-window .showcase-img {
    width: 210px;
    height: 210px;
    cursor: pointer;
    z-index: 10;
}

.show-window ul li .information {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 210px;
    padding: 5px 1px;
    z-index: 20;
    background: #0094e7;
    color: #ffffff;
    text-align: center;
}

.show-window ul li:hover .information, .show-window ul li.active .information {
    background: #2f66cb;
}


.show-window .left-button, .show-window .right-button {
    width: 27px;
    height: 50px;
    cursor: pointer;
    top: 100px;
    position: absolute;
}

.show-window .left-button {
    background-image: url('../images/left.png');
    left: 10px;
}

.show-window .right-button {
    background-image: url('../images/right.png');
    right: 10px;
}

/**********************************************************************************************************************/

.main-show-window.show-window {
    width: 600px;
    height: 130px;
    margin-bottom: 15px;
    background-color: #80caef;
}

.main-show-window.show-window .carette {
    height: 130px;
    left: 40px;
    top: 7px;
    width: 517px;
}

.main-show-window.show-window ul {
    height: 150px;
    top: 5px;
    left: 0px;
    margin: 0 !important;
}

.main-show-window.show-window ul li {
    margin-right: 6px;
    border: 4px solid #0094e7;
}

.main-show-window.show-window ul li:hover, .main-show-window.show-window ul li.active {
    border: 4px solid #2f66cb;
}

.main-show-window.show-window .showcase-img {
    height: 100px;
    width: auto;
}

.main-show-window.show-window .left-button, .main-show-window.show-window .right-button {
    top: 42px;
}

.main-show-window.show-window .left-button {
    left: 10px;
}

.main-show-window.show-window .right-button {
    right: 10px;
}

/**********************************************************************************************************************/

#atlas-columns {
    position: relative;
}

#atlas-text {
    width: 480px;
    float: left;
    position: relative;
}

#atlas-side {
    width: 480px;
    float: right;
    position: relative;
}

#atlas-text p {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 21px;
}

#atlas-side .side-container {
    width: 450px;
    padding: 15px;
    background-color: #9ae2ff;
    margin-bottom: 15px;
}

#atlas-side .side-container h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 6px;
    color: #2f66cb;
    text-transform: uppercase;
}

#atlas-side .side-container .pictures-list {
    list-style: none;
    margin-right: -15px;
    margin-top: -8px;
}

#atlas-side .side-container .pictures-list li {
    float: left;
    margin-right: 8px;
    margin-top: 8px;
}

#atlas-side .side-container .pictures-list li img.illustration-pic {
    width: 100px;
    height: 100px;
    border: 3px solid #0094e7;
}

#atlas-side .side-container .pictures-list li img.illustration-pic:hover {
    border: 3px solid #2f66cb;
}

#atlas-side .side-container .map-container {
    width: 450px;
    height: 350px;
    border: 1px solid #2f66cb;
    background: #b4f5ff;
}

#atlas-text ul {
    margin-left: 20px;
}

/**********************************************************************************************************************/

#mainpic_bg {
    position: relative;
    background: #80CAEF;
    margin-top: -15px;
    margin-left: -15px;
    width: 1000px;
    height: 352px;
    border-bottom: 1px solid #212aa2;
}

#mainpic_bg #mainpic {
    width: 1000px;
    height: 352px;
    background-image: url('../images/mainpics/1.jpg');
    position: absolute;
    top: 0;
    left: 0;
}

#mainpic_bg #mainpic-white {
    width: 1000px;
    height: 352px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/mainpics/0.png') #5facff;
}

/*
#mainpic_bg #arrow-left {
    width: 10px;
    height: 24px;
    background: url('../images/arrow.png') left 0 no-repeat;
    position: absolute;
    top: 120px;
    left: 11px;
    cursor: pointer;
}

#mainpic_bg #arrow-right {
    width: 10px;
    height: 24px;
    background: url('../images/arrow.png') left -24px no-repeat;
    position: absolute;
    top: 120px;
    right: 11px;
    cursor: pointer;
}
*/

/**********************************************************************************************************************/

#left-column {
    width: 600px;
    float: left;
    position: relative;
    padding-top: 13px;
}

#left-column p {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
}

#left-column ul {
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
}

/**********************************************************************************************************************/

#main-right-panel {
    width: 373px;
    float: right;
    position: relative;
    margin-right: -15px;
}

#main-atlas-menu {
    width: 373px;
    position: relative;
    background-color: #c1f0ff;
    padding-top: 13px;
}

#main-atlas-menu #side-picture1, #main-atlas-menu #side-picture1 {
    margin: 0 10px 10px 10px;
    display: block;
    float: left;
}

#main-atlas-menu #side-picture1 img, #main-atlas-menu #side-picture2 img {
    margin-bottom: 10px;
    width: 170px;
    border: 1px solid #0078A8;
}

#main-atlas-menu h2 {
    font-size: 25px;
    margin-bottom: 13px;
    margin-left: 13px;
    line-height: 27px;
    color: #266bc7;
    font-weight: normal;
    text-transform: uppercase;
}

#main-atlas-menu ul {
    list-style: none;
    height: 150px;
    display: block;
    position: relative;
    margin-left: 13px;
    margin-top: 13px;
}

#main-atlas-menu ul li {
    float: left;
    display: block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

#main-atlas-menu ul li .chapter-img {
    width: 160px;
    height: 160px;
    float: left;
    cursor: pointer;
    z-index: 100;
    position: relative;
    border: 4px solid #266bc7;
}

#main-atlas-menu ul li:hover .chapter-img {
    border: 4px solid #f3fdff;
}

#main-news-container {
    width: 373px;
    position: relative;
    background-color: #c1f0ff;
    /*padding-bottom: 10000px;
    margin-bottom: -10000px;*/
}

#main-news-container h2 {
    font-size: 25px;
    margin-bottom: 13px;
    margin-left: 13px;
    line-height: 27px;
    color: #266bc7;
    font-weight: normal;
    text-transform: uppercase;
}

#main-news-container ul {
    list-style: none;
}

#main-news-container ul li {
    width: 373px;
    margin-bottom: 5px;
    border-bottom: 1px solid #279dff;
}

#main-news-container ul li h3 {
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 4px;
}

#main-news-container ul li h3 a {
    color: #266bc7;
    text-decoration: underline;
}

#main-news-container ul li .date {
    font-size: 12px;
    font-style: italic;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #2b4bab;
}

#main-news-container ul li img {
    width: 100px;
    float: left;
    margin: 0 0 0 10px;
    border: 3px solid #266bc7;
    margin-bottom: 10px;
}

#main-news-container ul li div.desc-new {
    width: 240px;
    padding-right: 10px;
    float: right;
    margin-bottom: 10px;
    color: #266bc7;
}

#main-news-container ul li div.desc-new .desc {
    font-size: 14px;
    line-height: 16px;
}

/**********************************************************************************************************************/

#new-date {
    margin-bottom: 20px;
    color: #266bc7;
    font-size: 16px;
    line-height: 18px;
    margin-top: -10px;
}

.new-img {
    border: 4px solid #279dff;
    width: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}

.text-block {
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    position: relative;
}

.text-block.text-new {
    float: right;
    width: 740px;
}

.text-block p {
    margin-bottom: 15px;
}

.text-block ul {
    margin-bottom: 15px;
    margin-left: 20px;
}

.text-block .images {
    margin: 10px 0px;
}

.text-block .images img {
    height: 170px;
    margin: 6px;
    float: left;
    border: 1px solid #3dadff;
    padding: 3px;
}

/**********************************************************************************************************************/



.box {
    display: none;
    border: 1px solid #7a848d;
    padding: 5px;
    min-height: 120px;
}

.box.site-comment {
    background: #d5f3ff;
}

.box.visible {
    display: block;
}

ul.tabs {
    list-style: none;

}

ul.tabs li {
    float: left;
    height: 30px;
    line-height: 30px;
    background-color: #42a0ff;
    padding: 0 15px;
    cursor: pointer;
    margin-right: 4px;
    margin-bottom: 4px;
    color: #ffffff;
    font-weight: normal;
}

ul.tabs li:hover {
    background-color: #0763b3;
}

ul.tabs li.current {
    background-color: #0763b3;
}

#comments {
    list-style: none;
    text-align: left;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #2f66cb;
}

#comments li {
    border-bottom: 1px solid #2f66cb;
    padding-bottom: 5px;
    margin-bottom: -1px;
    padding: 6px;
}

#comments li .author {
    font-size: 16px;
    color: #1c24a4;
}

#comments li .time {
    font-size: 14px;
    color: #2162f9;
    font-style: italic;
}

#comments li .comment {
    font-size: 16px;
    color: #2b4bab;
    margin-left: 0px;
}

#comment-form table {

}

#report-form td, #comment-form td {
    text-align: left;
    vertical-align: top;
    padding: 2px;
}

#report-form td.caption, #comment-form td.caption {
    vertical-align: top;
    text-align: right;
    line-height: 20px;
    font-size: 14px;
    color: #212aa2;
}

#report-form td.error, #comment-form td.error {
    vertical-align: top;
    text-align: left;
    padding-left: 2px;
    line-height: 13px;
    color: #ffdcdf;
    font-size: 11px;
    font-style: italic;
    width: 150px;
}

#report-form input, #comment-form input {
    width: 345px;
    height: 20px;
    border: 1px solid #1c24a4;
}

#report-form input.small, #comment-form input.small {
    width: 190px;
    height: 20px;
    border: 1px solid #1c24a4;
    margin-left: 4px;
}

#report-form textarea, #comment-form textarea {
    width: 345px;
    max-width: 345px;
    min-width: 345px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    border: 1px solid #1c24a4;
}

#report-form .button, #comment-form .button {
    height: 25px;
    cursor: pointer;
    color: #ffffff;
    line-height: 25px;
    text-transform: uppercase;
    border: 1px solid #212aa2;
    background: #279dff;
    width: 150px;

}

#report-form td.input-td {
    width: 355px;
}

#report-form td .captcha {
    margin-bottom: 4px;
}

#report-form td.error {
    color: #f00;
    line-height: 11px;
}

.captcha {
    cursor: pointer;
}

/**********************************************************************************************************************/

.full-new-list {
    position: relative;
    padding-top: 13px;
}

.full-new-list h2 {
    font-size: 25px;
    margin-bottom: 13px;
    line-height: 27px;
    color: #266bc7;
    font-weight: normal;
    text-transform: uppercase;
}

.full-new-list ul {
    list-style: none;
}

.full-new-list ul li {
    margin-bottom: 5px;
    border-bottom: 1px solid #279dff;
}

.full-new-list ul li h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 4px;
}

.full-new-list ul li h3 a {
    color: #266bc7;
    text-decoration: underline;
}

.full-new-list ul li .date {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 10px;
    color: #2b4bab;
}

.full-new-list ul li img {
    width: 100px;
    float: left;
    border: 3px solid #266bc7;
    margin-bottom: 10px;
    margin-right: 10px;
}

.full-new-list ul li div.desc-new {
    padding-right: 10px;
    margin-bottom: 10px;
    color: #266bc7;
}

.full-new-list ul li div.desc-new .desc {
    font-size: 14px;
    line-height: 16px;
}

/**********************************************************************************************************************/

.file-table {
    border: 1px solid #266bc7;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.file-table th, .file-table td {
    border: 1px solid #266bc7;
    padding: 4px 8px;
}

.file-table th {
    font-weight: normal;
    text-align: center;
    background: #279dff;
    color: #ffffff;
}

.file-table td {
    vertical-align: top;
}

.file-table td.center-td {
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
}

.file-table td a {
    color: #279dff;
    font-weight: bold;
}

/**********************************************************************************************************************/

.main-pic {
    width: 600px;
}

/**********************************************************************************************************************/

.text-container {
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
}

.text-container p {
    margin-bottom: 15px;
}

.text-container ul {
    margin-bottom: 15px;
    margin-left: 20px;
}

.text-container a {
    color: #0055ff;
}

/**********************************************************************************************************************/

#contact-map {
    width: 970px;
    height: 500px;
}

/**********************************************************************************************************************/

#geoportal-map {
    width: 970px;
    height: 600px;
    margin-bottom: 15px;
}

.popup-text, .popup-div, .popup-div p {
    text-align: justify;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
    padding: 5px;
}

ul.popup-text, .popup-div ul  {
    list-style: disc;
    margin-left: 20px;
}

.popup-header {
    text-align: justify;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
    padding: 5px;
}

/**********************************************************************************************************************/

.leaflet-container a {
    text-decoration: underline;
}

.red-color {
    color: #fa7485 !important;
}

.popup-container {
    width: 700px;
    max-width: 700px;
}

/**********************************************************************************************************************/

.source-list {

}

.source-list ul {
    list-style: none;
}

.source-list ul h3 {
    color: #206fdd;
    margin-top: 10px;
}

.source-list ul ol {
    margin-left: 25px;
    list-style: none;
}

.source-list ul ol li {
    width: 450px;
    float: left;
    margin-right: 20px;
}

.source-list ul ol li span, .source-list ul ol li a {
    cursor: pointer;
    text-decoration: underline;
    color: #004488;
}



#timer {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 2px solid #0055ff;
    background: #ffffff;
    font-size: 24px;
    line-height: 26px;
    padding: 15px;
}

#timer span {
    display: block;
    text-align: center;
}

#timer #timer-title {
    font-size: 14px;
    line-height: 16px;
    text-decoration: none !important;
    top: 5px;
    right: 5px;
    font-weight: bold;
margin-bottom: 15px;
}

#timer #timer-counter {
    font-size: 20px;
    line-height: 22px;
}

.a-none {
    text-decoration: none !important;
}



/**********************************************************************************************************************



ul.ul-treefree { padding-left:5px; }
ul.ul-treefree ul { margin:0; padding-left:6px; }
ul.ul-treefree li { position:relative; list-style:none outside none; border-left:solid 1px #fff; margin:0; padding:0 0 0 19px; line-height:23px; }
ul.ul-treefree li:before { content:''; display:block; border-bottom:solid 1px #fff; position:absolute; width:18px; height:11px; left:0; top:0; }
ul.ul-treefree li:last-child { border-left:0 none; }
ul.ul-treefree li:last-child:before { border-left:solid 1px #fff; }

ul.ul-dropfree div.drop {
    width:11px;
    height:11px;
    position:absolute;
    z-index:10;
    top:6px;
    left:-6px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAALCAIAAAD0nuopAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpinDlzJgNlgAWI09LScEnPmjWLoAImrHpIAkwMFAMqGMGC6X44GzkIsHoQooAFTTVQKdbAwxOigyMsmIh3MC7ASHnqBAgwAD4CGeOiDhXRAAAAAElFTkSuQmCC');
    background-position:-11px 0;
    background-repeat:no-repeat;
    cursor:pointer;
}
*/
/**********************************************************************************************************************/

#geoportal-categories {
    height: 230px;
    max-height: 230px;
    width: 224px !important;
    overflow-y: scroll;
    padding: 0 !important;
}

#geoportal-categories ul, #emap-menu .select-list {
    list-style: none;
}

#geoportal-categories ul li, #emap-menu .select-list li {
    list-style: none;
    color: #ffffff;
}

#geoportal-categories ul li a, #emap-menu .select-list li a {
    display: block;
    padding: 10px;
    background-color: #01639a;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    border-top: 1px solid #1b90d1;
    border-bottom: 1px solid #004064;
}

#geoportal-categories ul li a:hover, #emap-menu .select-list li a:hover {
     background-color: #0181c1;
 }

#geoportal-categories ul li a.active, #emap-menu .select-list li a.active {
    background-color: #019ae0;
}

#geoportal-categories ul li span, #emap-menu .select-list li span {
    display: block;
    padding: 10px;
    background-color: #004064;
    color: #ffffff;
    font-weight: bold;
}




/**********************************************************************************************************************/

.leaflet-popup-content ul {
    list-style: none;
}

.leaflet-popup-content .ico {
    width: 31px;
    height: 25px;
    border: 1px solid #0763b3;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 5px;
}

.leaflet-popup-content .car-ico {
    background: url('../images/picto-car.png');
}

.leaflet-popup-content .bike-ico {
    background: url('../images/picto-bike.png');
}

.leaflet-popup-content .ped-ico {
    background: url('../images/picto-dude.png');
}

.promo {
    width: 100%;
    margin-bottom: 10px;
}

/**********************************************************************************************************************/


#auth-form-table {
    margin: 0 auto;
    margin-top: 30px;
    text-align: right;
}

#auth-form-table input {
    width: 200px;
    border: 1px solid #003a70;
}

#auth-form-table button {
    width: 202px;
    border: 1px solid #003a70;
    background-color: #4a98ff;
    cursor: pointer;
}

.menu-list {
    margin-left: 25px;
    font-size: 18px;
}

.popup-input {
    border: 1px solid #4a98ff;
    width: 97%;
    height: 16px;
    line-height: 16px;
}

.upload-container {
    width: 600px;
    max-width: 600px;
    overflow: hidden;
}



#image-list {
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin-bottom: 15px;
}

#image-list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

#image-list li img {
    height: 60px;
}

#image-list .del {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: red;
    background: #ffffff;
}

ul.reestr {
    list-style: none;
    margin-right: 15px;
}

ul.reestr>li {
    margin-bottom: 10px;
}

ul.reestr ul {
    margin-left: 25px;
}