* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.map .wrapper {
    height: 100%;
}

#mapwrap.map.fullsize {
    background: #add19e;
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.fullsize #leafletmap {
    height: 100%;
}

/* COLUMNS
*******************************************************/

.row:before, .row:after {
    content: " ";
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row:after {
    clear: both;
}

.col-25, .col-50, .col-75, .col-100, .col-80, .col-20, .col-33 {
    float: left;
    position: relative;
    min-height: 1px;
}

.col-20 { width: 25%; }
.col-25 { width: 25%; }
.col-33 { width: 33.33333333%; }
.col-50 { width: 50%; }
.col-75 { width: 75%; }
.col-80 { width: 80%; }
.col-100 { width: 100%; }

.hide-cols [class*="col-"]:first-child:last-child {
    width: 100%;
}

@media screen and (max-width: 730px) {
    .col-25, .col-50, .col-75, .col-100, .col-80, .col-20, .col-33 {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 10px;
    }
}


/* TOOLBAR
*******************************************************/

.toolbar {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10001;
    min-height: 40px;
    background: #000;
    background: rgba(0, 0, 0, .6);
}

.top-toolbar {
    top: 0;
}
.bottom-toolbar {
    bottom: 0;
}

.top-toolbar > div {
    display: inline-block;
}
.footer__subs .map .btn-subs {
    border-bottom: none;
}
.bottom-toolbar .b-btn {
    display: inline-block;
    border: none;
    min-width: 40px;
    font-size: 15px;
    color: #fff;
    padding: 7px 8px;
}

.bottom-toolbar .b-btn.hide {
    display: none;
}

.bottom-toolbar .b-btn:hover, .bottom-toolbar .b-btn.active {
    background: rgba(0, 0, 0, .4);
}

.bottom-toolbar .map-options {
    width: 100%;
    display: inline-block;
    list-style: none;
}

.bottom-toolbar .map-options > li {
    display: inline-block;
    vertical-align: top;
}

.bottom-toolbar .map-options > li > a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}

.bottom-toolbar .map-options > li > a.map .btn-link {
    padding: 13px
}

#save-contour-btn {
    background-color: rgba(199, 0, 0, 0.7);
}

#save-contour-btn:hover {
    background-color: rgba(199, 0, 0, 0.5) !important;
}

#return-modal a {
    display: block;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottom-toolbar .map-scale p {
    color: #ffffff;
    font-size: 13px;
    padding: 10px 15px 10px 0;
}


/* TABS
*******************************************************/

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.tabs li {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 8px 15px;
    cursor: pointer;
}

ul.tabs li > .icon {
    vertical-align: middle;
    margin: -3px 8px 0 0;
}

ul.tabs li.current,
ul.tabs li:hover {
    background: rgba(0, 0, 0, .4);
}

.tab-content {
    position: absolute; left: 0;
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, .76);
    padding: 15px 20px;
    color: #ffffff;
    z-index: 1;
}


/* SEARCH
*******************************************************/

.search-panel {
    margin: 5px;
    position: relative;
}

.search-panel .form-group {
    margin-bottom: 0;
}

.search-panel .twitter-typeahead {
    float: left;
}

.search-field {
    border: none;
    float: left;
    background: rgba(255, 255, 255, .5);
    color: #fff;
    padding: 7px 10px;
}

.search-btn {
    border: none;
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: rgba(255, 255, 255, .5) url(/map/i/search-btn.png) center no-repeat;
}

.search-clean-container {
    float: left;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .5);
}

.search-clear-btn {
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/map/i/search-clear-btn.png) center no-repeat;
}

.search-clear-btn.hide {
    display: none;
}

.search-btn:hover, .search-clear-btn:hover {
    background-color: rgba(255, 255, 255, .4);
}

.search-panel .search-hints {
    position: absolute;
    top: 30px;
    width: 100%;
    max-height: 355px;
    overflow-y: auto;
    z-index: 10001;
}

.olControlZoom {
    z-index: 10000 !important;
}

.hint-description {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    opacity: .8;
    max-height: 27px;
    overflow-y: hidden;
}

.search-panel .search-hints.hide {
    display: none;
}

.search-panel .search-hints ul {
    width: 100%;
    background: rgba(0, 0, 0, .6);
    list-style: none;
}

.search-panel .search-hints ul > li {
    padding: 8px 10px;
    cursor: pointer;
    color: #fff;
}

.search-panel .search-hints ul > li:hover {
    background: rgba(0, 0, 0, .2);
}


/* PROECTIONS
*******************************************************/

.proection-items {
    width: 85%;
    float: left;
    display: table;
}

.proection-items > .item {
    display: table-cell;
    height: 100px;
    padding: 0 10px;
    max-width: 25%;
    cursor:pointer;
    text-align: center;
}

.proection-items img {
    max-height: 80px;
}

.proection-title {
    margin-top: 15px;
    text-align: center;
}

.proection-title > span {
    color: #ffffff;
}

.item.active .proection-title > span {
    font-weight: bold;
}

.proection-add {
    width: 15%;
    float: left;
    padding-top: 12px;
}

.proection-add > a {
    display: block;
    width: 56px; height: 56px;
    margin: 0 auto;
    background: url("/map/i/add-btn.png") center no-repeat;
}

/* LAYERS
*******************************************************/

.tab-panel .layers {
    width: 300px;
}

ul.params {
    list-style: none;
}

ul.params > li {
    margin-bottom: 10px;
}

ul.params > li ul {
    padding-left: 15px;
    margin-top: 5px;
}


/* MAP
*******************************************************/

#mapwrap.map {
    width: 100%;
    max-width: 100%;
    height: 600px;
    border: 1px solid #333;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#leafletmap {
    width: 100%;
    height: 600px;
}

.leaflet-control-container {
    position: relative;
    height: 100%;
}

.leaflet-control-container .leaflet-right .leaflet-control {
    margin-top: 0;
    margin-right: 0;
}

.leaflet-top.leaflet-right {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-ctrls .custom-ctrls-btn {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, .5) center no-repeat;
    cursor: pointer;
}

.custom-ctrls .custom-ctrls-btn:hover {
    background-color: rgba(0, 0, 0, .6);
}

.custom-ctrls .custom-ctrls-btn:last-child {
    margin-bottom: 0;
}

.custom-ctrls .custom-ctrls-btn.plusBtn {
    background-image: url(/map/i/plus-btn.png);
}

.custom-ctrls .custom-ctrls-btn.minusBtn {
    background-image: url(/map/i/minus-btn.png);
}

.custom-ctrls .custom-ctrls-btn.locationBtn {
    background-image: url(/map/i/location-btn.png);
}

.custom-ctrls .custom-ctrls-btn.centerBtn {
    background-image: url(/map/i/center-btn.png);
}


.sleep-note {
    top: -50% !important;
}

.map-content {
    position: absolute;
    top: 50px; left: 50px; bottom: 50px; right: 50px;
}


/* MODALS
*******************************************************/

.modal {
    display: block;
    z-index: 10010;
    position: absolute;
    top: 50%; left: 50%;
    width: 600px; height: 450px;
    max-width: 100%; max-height: 100%;
    background: rgba(0, 0, 0, .76);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal.close {
    display: none;
}

.modal .modal-header {
    position: relative;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}

.modal .modal-header > h2 {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 16px 0;
 }

.modal-content {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
}
.modal-content._mCS_2 {
    position: relative;
    top: 85px;
    left: 300px;
    height: 90%;
}
.modal-content._mCS_3 {
    position: relative;
    top: 200px;
    left: 425px;
    height: 85%; 
}
.modal-content._mCS_4 {
    position: relative;
    top: 220px;
    left: 300px;
    height: 90%;
}
.modal-content._mCS_5 {
    position: relative;
    top: 183px;
    left: 300px;
    height: 87%;
}
.modal-content._mCS_6 {
    position: relative;
    top: 80px;
    left: 49%;
    height: 100%;
}
.fullsize .modal-content._mCS_2 {
    top: 85px;
    left: 300px;
}
.fullsize .modal-content._mCS_3 {
    top: 202px;
    left: 425px;
}
.fullsize .modal-content._mCS_4 {
    top: 224px;
    left: 300px;
}
.fullsize .modal-content._mCS_5 {
    top: 182px;
    left: 300px;
}
.fullsize .modal-content._mCS_6 {
    top: 90px;
    left: 300px;
}
.fullsize .modal-confirm {
    position: relative;
    height: 195px !important;
}
.modal-content h3 {
    font-size: 15px;
    font-weight: normal;
}

.modal-content .content-inner a {
    color:#fff;
    text-decoration: underline;
}
.modal-content .content-inner a:hover {
    text-decoration: none;
}

.historical-info {
    max-height: 150px;
}

.modal-content ul {
    list-style: none;
    margin-bottom: 10px;
}

.modal-content li {
    list-style: none;
}

.modal-content ul > li {
    font-size: 13px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted rgba(255,255,255,.2);
}

.modal-content ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.modal-header-panel {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 15px;
}

.modal-header-panel button {
    background: transparent;
    cursor: pointer;
    border: none;
}

.close-modal {
    background: transparent;
    cursor: pointer;
    border: none;
}

.modal-comment {
    height: 440px;
}

.modal-comment textarea {
    /*margin-bottom: 20px;*/
}

.modal-export {
    height: 185px;
}

.modal-confirm {
    height: 200px;
}

.modal-export .inline-group {
    margin-bottom: 20px;
}

.modal-item {
    width: 850px;
}

.modal-item .media-content {
    margin-top: 20px;
}

.modal-item .media-content .item a {
    vertical-align: top;
}

.modal-addobject {
    height: 500px;
}

.modal-editobject{
    height: 418px;
}

.add-map {
    color: #fff;
    background: transparent;
    border: none;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
 }

.add-map span.icon {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}

.contour-group {
    margin-bottom: 25px;
}

.contour-group .contour-title {
    vertical-align: middle;
    font-size: 16px;
}

.coord-row {
    margin-bottom: 5px;
}

.coord-row:last-child {
    margin-bottom: 0;
}

.coord-btns, .contours-btns {
    list-style: none;
    margin-bottom: 0 !important;
}

.contours-btns .hide {
    display: none;
}

.coord-btns > li, .contours-btns > li {
    display: inline-block;
    margin-right: 10px;
}

.coord-btns > li:last-child, .contours-btns > li:last-child {
    margin-right: 0;
}

.coord-btns button, .contours-btns button {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 2px 5px;
}

.coord-btns button:hover, .contours-btns button:hover {
    background: rgba(0, 0, 0, .4);
}


/* MEDIA-CONTENT
*******************************************************/

.media-container .item {
    display: inline-block;
    margin-right: 13px;
    vertical-align: top;
    margin-bottom: 4px;
}

.media-container .item:last-child {
    margin-right: 0;
}

.media-container .item img {
    display: block;
    max-width: 100%;
    height: 80px;
}

.media-video {
    position: relative;
}

.media-video:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 99;
    background: url(/map/i/video-icon.png) center no-repeat;
}

.photo-items, .video-items {
    width: 100%;
    float: left;
    display: table;
    text-align: center;
}

.photo-items .item, .video-items .item {
    display: table-cell;
    padding-right: 20px;
    max-width: 25%;
    vertical-align: top;
}

#model-container .item-img {
    max-width:100%;
    position: relative;
}

#model-container .item-img img {
    max-width: 100%;
    margin: 0 auto;
}

.photo-items .item .item-img, .video-items .item .item-img {
    position: relative;
    width: 80px; max-height: 80px;
    overflow: hidden;
}

.photo-items .item .item-img a, .video-items .item .item-img a {
    display: block;
    width: 80px; max-height: 80px;
}

.photo-items .item .item-img img, .video-items .item .item-img img {
    display: block;
    max-height: 100%;
    min-width: 100%;
    max-width: none;
}

.photo-items .item .delete-foto,
.video-items .item .delete-foto,
#model-container .item-img .delete-foto {
    display: none;
    position: absolute;
    z-index: 999;
    top: 0; right: 0;
    width: 18px; height: 20px;
    padding: 4px 6px;
    cursor: pointer;
}

.photo-items .item:hover .delete-foto,
.video-items .item:hover .delete-foto,
#model-container .item-img:hover .delete-foto  {
    display: block;
    background: rgba(0, 0, 0, .7) url("/map/i/del-photo-icon.png") center no-repeat;
}

.video-items .video-container {
    min-height: 130px;
}

.video-items .video-container a {
    position: relative;
    height: 80px;
}

.video-items .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    max-width: none;
}

.photo-add, .video-add {
    width: 100%;
    float: left;
    padding-top: 12px;
}

.photo-add > a, .video-add > a {
    display: block;
    float: right;
    width: 56px; height: 56px;
    margin: 0 auto;
    background: url("/map/i/add-btn.png") center no-repeat;
}


/* POPUP
*******************************************************/

#pop {
    min-width: 250px;
}

#pop .fon {
    background: rgba(0, 0, 0, .6);
    position:absolute;
}

#pop_FrameDecorationDiv_0,
#pop_FrameDecorationDiv_1,
#pop_FrameDecorationDiv_2,
#pop_FrameDecorationDiv_3,
#pop_FrameDecorationDiv_4{
    display: none;
}

#pop_GroupDiv {
    position: relative;
    /*background: rgba(0, 0, 0, .6);*/
}

#pop_contentDiv {
    min-width: 210px;
    height: 90%;
}

#pop_close {
    background: url(/map/i/close-btn.png) no-repeat;
}

.popup-header {
    padding-bottom: 10px;
}

.popup-header h3 {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}

.popup-content > p {
    font-size: 13px;
    color: #fff;
}

.popup-content a {
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
}

.popup .popup-wrapper:after, #pop .fon:after {
    content: '';
    position: absolute;
    bottom: -18px; left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0; height: 0;
    border-style: solid;
    border-width: 18px 7px 0 7px;
    border-color: rgba(0, 0, 0, .6) transparent transparent transparent;
}

.popup .popup-header {
    position: relative;
    padding-bottom: 10px;
}

.popup .close-popup {
    margin-right: 0;
}

.popup .popup-content {
    font-size: 13px;
    color: #ffffff;
}

.popup .popup-content ul {
    list-style: none;
    margin-bottom: 10px;
}

.popup .popup-content ul > li {
    color: #fff;
}

.popup .popup-content a.info {
    color: #fff;
}

.popup .popup-content a.info:hover {
    text-decoration: none;
}


/* BUTTONS
*******************************************************/

.map .btn {
    display: inline-block;
    border: none;
    padding: 10px 15px;
    border-bottom: 3px solid;
    font-size: 13px;
    cursor: pointer;
    vertical-align: bottom;
    text-align: center;
}

a.map .btn {
    text-decoration: none;
}

.map .btn:active {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: inherit;
    border-bottom-width: 1px;
}

.map .btn.map .btn-block,
.map .row .btn-block {
    width: 100%;
}

.map .btn.map .btn-weight,
.map .row .btn-weight {
    font-weight: bold;
}

/* btn-red */
.map .btn.map .btn-red,
.map .row .btn.btn-red {
    color: #fff;
    background: #db151c;
    border-bottom-color: #c61319;
}
.map .btn.map .btn-red:hover,
.map .row .btn.btn-red:hover {
    background: #bb151c;
    border-bottom-color: #a31319;
}
.map .btn.map .btn-red:active,
.map .row .btn.btn-red:active {
    border-top-color: #bb151c;
}
/* btn-dark */
.map .btn.map .btn-dark,
.map .row .btn-dark {
    color: #fff;
    background: #23212b;
    border-bottom-color: #5a5763;
}
.map .btn.map .btn-dark:hover,
.map .row .btn-dark:hover {
    background: #3c3a47;
    border-bottom-color: #6b6874;
}
.map .btn.map .btn-dark:active,
.map .row .btn-dark:active {
    border-top-color: #201e28;
}


/* FORMS
*******************************************************/

.input-group, .input-group h3 {
    margin-bottom: 20px;
}
.input-group:last-child {
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 10px;
}
.form-group > p {
    padding: 10px;
    background: rgba(255, 255, 255, .4);
}
.form-group > label{
    width: 150px;
}
.inline-group {
    display: table;
    width: 100%;
}
.inline-group label, .inline-group select, .inline-group input {
    display: table-cell;
    vertical-align: middle;
}
.inline-group select, .inline-group input {
    width: 100%;
}
input, select,
.map-content form input,
.map-content form select{
    border: none;
    float: left;
    background: rgba(255, 255, 255, .5);
    color: #fff;
    padding: 7px 10px;
    vertical-align: top;
    height: 30px;
}

input.required-error, select.required-error, textarea.required-error {
    background-color: rgba(222, 37, 37, 0.5);
}
.tt-hint.required-error {
    background-color: rgba(222, 37, 37, 0.5) !important;
}
select.required-error option {
    background-color: #fff;
}
select {
    line-height: 30;
    -webkit-appearance: menulist-button;
}
select > option {
    color: #000;
}
.col-25 select {
    padding-left: 0;
    padding-right: 0;
    min-width: 35px;
}


/* FOOTER
*******************************************************/

/* .footer {
    border-top: 1px solid #dddddd;
    text-align: center;
    padding-top: 20px;
} */

.footer .copyright {
    color: #333;
}

.footer .copyright > a {
    color: #333;
    text-decoration: underline;
}

.footer .copyright > a:hover {
    color: #333;
    text-decoration: none;
}


/* ICONS
*******************************************************/

.icon {
    display: inline-block;
    background: center no-repeat;
    width: 24px; height: 24px;
}

.export-icon {
    background-image: url(/map/i/export-icon.png);
}

.pin-icon {
    background-image: url(/map/i/pin-icon.png);
}

.fullscreen-icon {
    background-image: url(/map/i/fullscreen-icon.png);
}

.close-icon {
    background-image: url(/map/i/close-btn.png);
}

.plus-icon {
    background-image: url(/map/i/plus-icon.png);
}

.move-icon {
    background-image: url(/map/i/icon-move.png);
}

.edit-icon {
    background-image: url(/map/i/edit-icon.png);
}

.del-icon {
    background-image: url(/map/i/del-icon.png);
}

.layer-icon {
    background-image: url(/map/i/layer-icon.png);
}

.projection-icon {
    background-image: url(/map/i/projection-icon.png);
}


/* OTHER
*******************************************************/

.empty {
    position: relative;
    min-height: 80px;
    min-width: 80px;
    background: rgba(255, 255, 255, .5);
}

.empty span {
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

label {
    font-size: 13px;
}

label.checkbox {
    cursor: pointer;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + .input-indicator {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    cursor: pointer;
}

input[type="checkbox"]:checked + .input-indicator {
    background: url('/map/i/checked.png') center no-repeat;
}

.input-indicator:hover {
    background: rgba(255,255,255,.1);
}

textarea {
    width: 100%;
    max-width: 100%;
    resize: vertical;
    background: rgba(255, 255, 255, .5);
    padding: 8px 10px;
    font-size: 15px;
    color: #ffffff;
    font-family: sans-serif;
	border: none;
}

.tab-contents.layers .mCSB_container {
    margin-right: 0 !important;
}

.map
    ::-webkit-input-placeholder {color:#fff;}
    ::-moz-placeholder          {color:#fff;}
    :-moz-placeholder           {color:#fff;}
    :-ms-input-placeholder      {color:#fff;}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-10 {
    padding-top: 10px;
}
.mt-10 {
    margin-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}



.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
.photo-add.fileinput-button input, .video-add.fileinput-button input {
    height:68px;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.progress {
    height: 2px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #5cb85c;
}

#progress_model {
    margin-top: 20px;
}

.olControlScale {
    bottom: 3px !important;
    right: 35px !important;
}

.twitter-typeahead {
    width:100%;
}

/* цвет подсказки в поле */
.tt-hint {
    color: #999;
}

.tt-menu {
    width: 100%;
    background: rgba(55, 55, 55, .9);
}

.tt-suggestion {
    padding: 3px 10px;
    /*font-size: 18px;*/
    line-height: 1.4;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.saveError {
    color: rgb(236, 18, 16);
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    display:none;
}
.modal-comment em {
    font-size:11px;
    font-style: normal;
}

.input-group-addon {
    width:30px;
    height:30px;
    float:left;
}

/* Media */
@media (max-width: 768px) {
    .modal .modal-header > h2{
        font-size: 14px;
        padding: 16px 40px;
    }
    .modal-content ul li p,.modal-content ul li span{
        font-size: 14px;
    }
    .modal-content .object-type{
        word-break: break-all;
    }
    .modal-content,.modal-content._mCS_3{
        left: 50%;
        top: 45%;
    }
    .map-content {
        inset: 0 !important;
    }
}
@media (max-width: 425px) {
    .modal-content, .modal-content._mCS_3{
        top: 37%;
    }
    .modal-content._mCS_3 {
        height: 75%; 
    }
}