/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

:root {
    --main-color: #016622;
    --main-color-old: #0066a4;
    --second-color: #71B744;
    --second-color-old: #d1edfd;
}

@font-face {
    font-family: Myriad-Pro-Semibold-Condensed_1;
    src: url('../font/Myriad-Pro-Semibold-Condensed_1.ttf');
}

@font-face {
    font-family: MyriadPro-Black;
    src: url('../font/MyriadPro-Black.otf');
}

@font-face {
    font-family: MyriadPro-BlackCond;
    src: url('../font/MyriadPro-BlackCond.otf');
}

@font-face {
    font-family: MyriadPro-BlackCondIt;
    src: url('../font/MyriadPro-BlackCondIt.otf');
}

@font-face {
    font-family: MyriadPro-BlackIt;
    src: url('../font/MyriadPro-BlackIt.otf');
}

@font-face {
    font-family: MyriadPro-Bold;
    src: url('../font/MyriadPro-Bold.otf');
}

@font-face {
    font-family: MyriadPro-BoldCond;
    src: url('../font/MyriadPro-BoldCond.otf');
}

@font-face {
    font-family: MyriadPro-BoldCondIt;
    src: url('../font/MyriadPro-BoldCondIt.otf');
}

@font-face {
    font-family: MyriadPro-BoldIt;
    src: url('../font/MyriadPro-BoldIt.otf');
}

@font-face {
    font-family: MyriadPro-Cond;
    src: url('../font/MyriadPro-Cond.otf');
}

@font-face {
    font-family: MyriadPro-CondIt;
    src: url('../font/MyriadPro-CondIt.otf');
}

@font-face {
    font-family: MyriadPro-It;
    src: url('../font/MyriadPro-It.otf');
}

@font-face {
    font-family: MyriadPro-Light;
    src: url('../font/MyriadPro-Light.otf');
}

@font-face {
    font-family: MyriadPro-LightCond;
    src: url('../font/MyriadPro-LightCond.otf');
}

@font-face {
    font-family: MyriadPro-LightCondIt;
    src: url('../font/MyriadPro-LightCondIt.otf');
}

@font-face {
    font-family: MyriadPro-LightIt;
    src: url('../font/MyriadPro-LightIt.otf');
}

@font-face {
    font-family: MyriadPro-Regular;
    src: url('../font/MyriadPro-Regular.otf');
}

@font-face {
    font-family: MyriadPro-Semibold;
    src: url('../font/MyriadPro-Semibold.otf');
}

@font-face {
    font-family: MyriadPro-SemiboldCondIt;
    src: url('../font/MyriadPro-SemiboldCondIt.otf');
}

@font-face {
    font-family: MyriadPro-SemiboldIt;
    src: url('../font/MyriadPro-SemiboldIt.otf');
}

*:not(i){font-family: 'MyriadPro-Regular', sans-serif!important;}
th a{color:inherit!important;text-decoration: underline;}

section {
    padding: 40px 0;
}
a{color:var(--main-color);}
header {
    color: var(--main-color);
    text-align: center;
    text-transform: uppercase;
    font-size: 54px;
    padding: 59px 0 41px 0;
    border-bottom: 2px solid var(--main-color);
    font-weight: 600;
}
header .container{position: relative;font-family: 'Myriad-Pro-Semibold-Condensed_1', sans-serif!important;}
header img {
    position: absolute;
    left: 0;
    top: -38%;
    max-height: 167%;
}

.header2{font-size: 45px;padding-bottom: 54px;}

h2, h3 {
    color: var(--main-color);
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 25px;
    font-family: 'Myriad-Pro-Semibold-Condensed_1', sans-serif !important;
    display: block;
    width: 100%;
}

h3 {
    font-size: 18px;
    display: block;
    width: 100%;
    margin-bottom: 1px;
    text-transform: none;
    font-weight: 200;
    font-family: 'MyriadPro-Regular', sans-serif!important;
}

h2 a,h3 a {
    font-family: inherit !important;
    color: inherit !important;
}
input[type="email"], input[type="text"], input[type="number"], input[type="password"], input[type="file"], select, textarea {
    border-radius: 0 !important;
    border: 2px solid #ced4da !important;
    font-size: 22px !important;
    padding: 7px 13px 4px 13px !important;
    margin-bottom: 21px !important;
    width:100%;
}
textarea{resize: none;height: 100px;}
select {
    height: auto !important;
    padding: 10px 13px 7px 13px !important;
}
input[type="file"]{display:none;}
input[type="submit"]:not(.normal) {
    text-transform: uppercase;
    color: white;
    background-color: var(--main-color);
    font-size: 40px;
    margin: auto;
    display: block;
    padding: 11px 41px 3px 41px;
    cursor: pointer;
    margin-top:10px;
}
#add_photo_button, .mhbtn {
    color: white;
    background-color: var(--main-color);
    border: none;
    font-size: 26px;
    line-height: 1;
    padding: 14px 20px 8px 20px;
    text-transform: uppercase;
    display: block;
    margin: auto;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}
.userfilelabel{display:none}
.mhbtn {
    color: white !important;
    text-align: center;
    width: 214px;
    text-decoration: none !important;
    margin-bottom: 15px;
}
.mhbtn2 {
    display: inline-block;
    padding: 8px 13px 3px 13px;
    font-size: 14px;
    width: auto;
}
#mainNav{background-color: var(--second-color)!important;}
.navbar-dark .navbar-nav .nav-link{color:white!important;}
hr {
    height: 2px;
    border: none;
    background-color: #cccccc;
    width:100%;
}
.form_label1{
    color: #666666;
}
.form_label1 .h {
    font-size: 33px;
    padding-left: 40px;
}
.form_label1 .items{}
.form_label1 .items .item{margin-bottom:15px;text-align: center;}
.form_label1 .items .item .cb {
    border: 2px solid #cccccc;
    width: 40px;
    height: 40px;
    margin: auto auto 6px auto;
    cursor: pointer;
}
.form_label1 .items .item .cb input{display:none;}
.form_label1 .items .item .cb.active {
    background-image: url('../img/kontrolka_ok.png');
    background-size: cover;
}

form img {
    display: block;
    margin: auto auto 17px auto;
    max-width: 225px;
}
.dropdown-menu {

    top: 80%!important;
}
.dropdown-menu a {
    display: block;
    padding: 4px 11px;
    color: inherit;

}
.dropdown-menu a:hover{background-color: #eee;text-decoration: none;}

.pagination {
    text-align: center;
    display: block;
}
.pagination li {
    float: none !important;
    display: inline-block;
    margin-bottom: 5px;
}
.pagination li a {
    color: var(--main-color);
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    padding: 4px 7px 2px 7px;
    border: 1px solid var(--main-color);
    margin: 0 3px;
}
.pagination li.active a,.pagination li:hover a{background-color: var(--main-color);color:white;}

.statl {
    border-right: 1px solid #cccccc;
    padding-right: 59px;
    padding-top: 41px;
}
.statr {
    border-left: 1px solid #cccccc;
    padding-left: 59px;
}
.statb {
    border-top: 2px solid #cccccc;
    padding-top: 20px;
    margin-top: 20px;
}

.plot1{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.plot1 .item {
    width: 3%;
    height: 100px;
    background-color: #41d2f6;
    float: left;
    border-right: 1px solid white;
}
.plot1 .item span {
    color: white;
    font-size: 12px;
    word-wrap: break-word;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    text-align: center;
    display: none;
}
.plot1out{color:#666666;}
.plot1out .t1 {
    line-height: 1;
    font-size: 33px;
    margin-top: 10px;
}
.plot1out .t2 {
    line-height: 1;
    font-size: 18px;
}
.plot1 .scale {
    width: 1px;
    height: 100px;
    background-color: #666666;
    position: absolute;
    right: 0;
}
.plot1 .scale .s {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 40px;
    text-align: right;
    position: absolute;
    right: -40px;
    font-size: 12px;
    line-height: 1;
    color:#666666;
}
.plot1 .scale .s1{
    bottom: 0;
    margin-bottom: -5px;
}
.plot1 .scale .s2{
    bottom: 25%;
    margin-bottom: -5px;
}
.plot1 .scale .s3{
    bottom: 50%;
    margin-bottom: -5px;
}
.plot1 .scale .s4{
    bottom: 75%;
    margin-bottom: -5px;
}
.plot1 .scale .s5{
    bottom: 100%;
    margin-bottom: -6px;
}
.plot2{}
.plot2 .item {
    margin-bottom: -5px;
}
.plot2 .item .l {
    float: left;
    width: 70%;
    position: relative;
    height: 20px;
    padding-top: 11px;
}
.plot2 .item .in {
    position: absolute;
    width: 100%;
    height: 100%;
}
.plot2 .item .in span {
    color: #666666;
    position: absolute;
    top: 3px;
    right: 0;
    margin-right: -54px;
    line-height: 1;
    width: 51px;
    word-wrap: break-word;
    font-size: 13px;
    padding-top: 2px;
}
.plot2 .item .r {
    float: right;
    width: 14%;
}
.plot2 .item .txt {
    color: #666666;
    font-size: 13px;
    margin-top: -11px;
}
#act_filter {
    padding: 4px 4px 2px 4px !important;
    font-size: 15px !important;
    border-width: 1px !important;
    border-radius: 3px !important;
    width: 73%;
    color: #666666 !important;
}

.plot3 {
    margin-bottom: 37px;
    padding: 0 29px;
}
.plot3 .h {
    color: #666666;
    font-size: 20px;
    margin-bottom:20px;
}
.plot3 .h img {
    margin-right: 8px;
}
.plot3 .plot1 {
    background-color: #eee;
    padding: 8px;
    min-height: 238px;
}
.filter {
    margin-bottom: 20px;
    text-align: center;
}
.filter input[type="text"],.filter input[type="number"],.filter select {
    font-size: 14px !important;
    padding: 2px 6px 0px 6px !important;
    border-width: 1px !important;
}
.filter input[type="number"]{padding: 5px 6px 5px 6px !important;}
.filter input[type="submit"], .filter .mhbtn {
    font-size: 14px !important;
    padding: 6px 6px 4px 6px !important;
    display: inline-block;
    border: 1px solid var(--main-color);
    border-radius: 3px;
    width: auto;
    white-space: nowrap;
    line-height: 1;
}
.filter span {
    color: var(--main-color);
    font-size: 13px;
    margin: 0 10px;
}
#panel {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -180px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
}

#bar {
    width: 190px;
    background-color: rgba(255, 255, 255, 0.75);
    margin: 8px;
    padding: 4px;
    border-radius: 4px;
}
#bar p {
    margin-bottom: 5px;
}
#bar p:last-child {
    margin-bottom: 0px;
}
#autoc {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 5px 1px 5px !important;
    font-size: 13px !important;
    margin-bottom: 0 !important;
}
#map{height: 400px;width: 100%;}
#floating-panel{margin-bottom: 10px;text-align: center;width: 100%;}
#floating-panel button {
    background-color: var(--main-color);
    border: none;
    color: white;
    font-size: 13px;
    padding: 5px 10px 2px 10px;
    cursor: pointer;
    margin-bottom: 2px;
    border-radius: 3px;
    text-transform: uppercase;
}

.popupout {
    background-color: rgba(255,255,255,0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    display: none;
}
.popupout .popup {
    width: 400px;
    background-color: white;
    border: 1px solid var(--main-color);
    padding: 33px 20px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 20%;
    border-radius: 3px;
}
.popupout .popup p{color:var(--main-color);text-align: center;font-size: 20px;margin:0;}

.popupout .popup .buttons{margin-top:10px;text-align: center;}
.popupout .popup .buttons button {
    color: white;
    background-color: var(--main-color);
    border: none;
    border-radius: 3px;
    padding: 7px 16px 5px 16px;
    line-height: 1;
    cursor: pointer;
}

.popupout .popup input[type="text"] {
    font-size: 13px !important;
    border-width: 1px !important;
    margin: 5px 0 3px 0 !important;
}
.alert {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.db{display:block!important;}
label{color:var(--main-color);width:100%;font-weight:bold;text-align: center;}
.challenges_stat{color:#666666;}
.challenges_stat .h {
    font-size: 20px;
    margin-bottom: 33px;
}
.challenges_stat .i1 .plot {
    width: 100%;
    border-left: 2px solid #cccccc;
    position: relative;
    padding-bottom: 1px;
    padding-top: 11px;
    float:left;width:40%
}
.challenges_stat .i1 .legend1 {
    float: left;
    width: 54%;
    margin-left: 0;
}
.challenges_stat .i1 .legend1 div {
    font-size: 15px;
    text-align: right;
    padding-right: 9px;
    line-height: 1;
    height: 22px;
    margin: 12px 0 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.challenges_stat .i1 .plot .line{
    position: absolute;
    top:0;
    width: 1px;
    height: 100%;
    background-color:#cccccc;
}
.challenges_stat .i1 .plot .line1{left:20%;}
.challenges_stat .i1 .plot .line2{left:40%;}
.challenges_stat .i1 .plot .line3{left:60%;}
.challenges_stat .i1 .plot .line4{left:80%;}
.challenges_stat .i1 .plot .line5{left:100%;}

.challenges_stat .i1 .plot .bar {
    height: 18px;
    background-color: #2086d9;
    margin-bottom: 20px;
    position: relative;
}
.challenges_stat .i1 .plot .bar span {
    position: absolute;
    font-size: 13px;
    top: 1px;
    right: -28px;
}
.challenges_stat .i1 .legend2 {
    clear: both;
    margin-left: 54%;
    position: relative;
}
.challenges_stat .i1 .legend2 .item {
    float: left;
    font-size: 13px;
}
.challenges_stat .i1 .legend2 .item0 {
    margin-left: -2%;
    margin-right: 10%;
}
.challenges_stat .i1 .legend2 .item1 {
    margin-right: 7%;
}
.challenges_stat .i1 .legend2 .item2 {
    margin-right: 7%;
}
.challenges_stat .i1 .legend2 .item3 {
    margin-right: 7%;
}
.challenges_stat .i1 .legend2 .item4 {
    margin-right: 7%;
}
.challenges_stat .i1 .legend2 .item5 {
}
.challenges_stat .i2 .item {
    float: left;
    margin: 0 6px;
}
.challenges_stat .i2 .item{}
.challenges_stat .i2 .item .bar {
    width: 37px;
    height: 200px;
    background-color: #eee;
    position: relative;
    margin: auto;
}
.challenges_stat .i2 .item .bar .in {
    background-color: red;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 78%;
}
.challenges_stat .i2 .item .bar .in .v {
    background-color: green;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    margin-top: -18.5px;
    text-align: center;
    font-size: 12px;
    padding-top: 11px;
    color: white;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    word-wrap: break-word;
}
.challenges_stat .i2 .item .icon {
    margin-top: 20px;
}
.challenges_stat .i2 .item .icon img{}

.challenges_stat .i4 .item {
    float: left;
    width: 10%;
    margin: 0 2%;
}
.challenges_stat .i4 .item .txt1 {
    text-align: center;
    font-size: 13px;
}
.challenges_stat .i4 .item .bar {
    height: 150px;
    position: relative;
    background-color: #eee;
}
.challenges_stat .i4 .item .bar .in{position: absolute;background-color: #2086d9;bottom:0;left:0;height:66%;width:100%;}
.challenges_stat .i4 .item .txt2{text-align: center;font-size: 13px;}

.challenges_stat .i1,.challenges_stat .i3{border-right:2px solid #cccccc;}
.challenges_stat .i3 g text{font-size: 13px!important;color: #666666!important;}
.challenges_stat .i3 g {
    min-width: 200px !important;
}
#finish {
    color: white!important;
    text-decoration: none;
    background-color: var(--main-color);
    display: block;
    text-align: center;
    line-height: 1;
    padding: 11px 7px 7px 7px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 3px;
    margin-top: 8px;
}

#mapout {
    width: 100%;
    text-align: center;
}
#mapout span {
    font-size: 14px;margin-right: 10px
}
#mapout .nav {
    width: auto;
    text-align: center;
    display: inline-block;
    margin: auto auto 4px auto;
}
#mapout .nav .n {
    padding: 4px 7px 2px 7px;
    color: var(--main-color);
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    width: 170px;
}
#mapout .nav .n1 {
    text-align: right;
}
#mapout .nav .n2{text-align: left;}
.flot-x-axis * {
    color:transparent !important;
}
.flot-y-axis * {
    color:#666666 !important;
}

.ui-widget-header {
    border: none !important;
    background: var(--second-color) !important;
}
.ui-datepicker-prev:hover,.ui-datepicker-prev:focus,.ui-datepicker-next:hover,.ui-datepicker-next:focus{background:none!important;border:none!important;}
.table-striped tbody tr:hover{background-color:#d4f5bf !important;}
.table-bordered td, .table-bordered th {
    font-size: 13px;
}

.multichoice{}
.multichoice .name{}
.multichoice .name span {
    color: white;
    margin: 0;
}
.multichoice .name span.c {
    font-size: 12px;
}
.multichoice .items {
    border: 1px solid var(--main-color);
    padding: 4px;
    border-radius: 3px;
    position: absolute;
    background-color: white;
    z-index: 999;
    width: 93%;
    display: none;
    top: 63px;
    max-height: 130px;
    overflow-y: auto;
}
.multichoice .items .item,.multichoice .items .item2 {
    text-align: left;
    font-size: 13px;
}
.multichoice .items .item input{}


.ads{}
.ads h2 {
    text-transform: none;
    text-align: left;
    margin-bottom: 10px;
    font-size: 26px;
}
.ads_home{}
.ads_home .box {
    width: 50%;
    margin: 0 auto 23px auto;
    background-color: #f8f9fb;
    padding: 23px 10px 19px 10px;
    -webkit-box-shadow: -2px 2px 11px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 2px 11px -5px rgba(0,0,0,0.75);
    box-shadow: -2px 2px 11px -5px rgba(0,0,0,0.75);
    word-wrap: break-word;
}
.ads_home .box .title{}
.ads_home .box .val {
    font-size: 36px;
}
.ads_home .buttons{}
.ads_home .buttons a, .ads_home .buttons select {
    display: inline-block !important;
    width: auto;
    border: none !important;
    color: white;
    background-color: var(--main-color);
    padding: 12px 24px 8px 24px !important;
    font-size: 20px !important;
    line-height: 1 !important;
    text-transform: uppercase;
    border-radius: 4px !important;
    text-decoration: none
}
.ads_home .buttons a{padding: 12px 24px 8px 24px !important;}
.ads_home .buttons select{padding: 9px 24px 5px 24px !important;}
.ads_home .tablebox{margin-top: 20px;}
.ads_home .tablebox .filterbox{margin-bottom: 9px;}
.ads_home .tablebox .filterbox .h {
    display: inline-block;
    color: #888;
}
.ads_home .tablebox .filterbox .el {
    display: inline-block;
    background-color: var(--main-color);
    color: white;
    padding: 4px 14px 2px 14px;
    border-radius: 4px;
    margin: 0 8px;
}
.ads_home .tablebox .filterbox .el a{color:inherit}
.ads_home .tablebox .filterbox .el i{margin-left: 3px;cursor:pointer}
.ads_home .tablebox table .dot,.ads_create .new_ad_box2 .part1 .dot {
    display: block;
    margin: auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.ads_home .tablebox table .dot.red,.ads_create .new_ad_box2 .part1 .dot.red{background-color: red}
.ads_home .tablebox table .dot.green,.ads_create .new_ad_box2 .part1 .dot.green{background-color: green}
.ads_home .tablebox table span{color: #888;display:block;}


.ads_create1{padding-top:0}

.ads_create .headbar {
    color: white;
    background-color: #e13423;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}
.ads_create .headbar.headbar2{margin-bottom: 30px;}
.ads_create .headbar a{color: inherit;margin-right: 10px;}
.ads_create .bc{border-bottom: 1px solid #ddd;text-align: center;margin-bottom: 30px;}
.ads_create .bc .item {
    display: inline-block;
    line-height: 1;
    padding: 26px 0;
    color: #888;
    margin: 0 5px;
}
.ads_create .bc .item.active{font-weight: 600;color:black}
.ads_create .bc .item.done{font-weight: normal}
.ads_create .bc .item .no {
    font-weight: 600;
    display: inline-block;
    color: white;
    background-color: #bbb;
    padding: 8px 0 0 2px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 6px;
}
.ads_create .bc .item.active .no{background-color: var(--main-color);}
.ads_create .bc .item .no i{display:none}
.ads_create .bc .item.done .no span{display:none}
.ads_create .bc .item.done .no i{display:inline}
.ads_create .box {
    border: 1px solid #ddd;
    font-size: 17px;
    padding: 30px 18px;
    margin-bottom: 15px;
}

.ads_create  .topnav{padding-bottom: 25px}
.ads_create .topnav a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 23px;
    display: inline-block;
    padding: 0 9px 2px 9px;
    color: #aaa;
}
.ads_create .topnav a.active {
    color: var(--main-color);
    font-weight: 600;
    border-bottom: 1px solid;
}
.ads_create .box{position: relative}
.ads_create .box .checkboxes{}
.ads_create .box .checkboxes .item{line-height: 1;margin-bottom: 20px;}
.ads_create .box .checkboxes .item:last-child{margin-bottom: 0}
.ads_create .box .checkboxes .item .cb{float:left;width:10%;}
.ads_create .box .checkboxes .item .text{float:left;width:90%;}
.ads_create .box .checkboxes .item .text span{display: block;color:#888;margin-top: 3px;}
.ads_create .box .smallinfo {
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
}
.ads .mhbtn {
    font-size: 16px;
    width: auto;
    line-height: 1;
    padding: 9px 17px 7px 17px;
    display: inline-block;
}
.ads_create .container2 {
    padding: 0 10%;
}
.ads_create .submitbox {
    margin: 25px 0 0 -15px;
}
.ads_create .submitbox input {
    display: inline-block;
    margin: 0 15px 0 0;
    border: none;
    font-size: 16px;
    padding: 7px 14px 5px 14px;
    font-weight: 600;
    line-height: 1;
    border-radius: 4px;
    white-space: normal;
}
.ads_create .submitbox input[disabled="disabled"] {
    background-color: #ddd;
    color: #aaa;
    font-weight: normal;
}
.ads_create .submitbox a {
    text-transform: uppercase;
    color: #888;
    text-decoration: none;
    display: inline-block;
}
.ads_create .submitbox a.blue{color:var(--main-color);}
#adsModal .modal-footer button {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #5993f6;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;cursor:pointer
}
#adsModal .modal-body{
    padding:0
}
#adsModal .modal-header{border-bottom: none}
@media (min-width: 860px) {
    #adsModal .modal-dialog {
        max-width: 800px;
    }
}

#adsModal .search {
    font-size: 14px !important;
    border: none !important;
    margin: 0 !important;
    padding: 12px 32px 12px 0 !important;
    background-image: url('../img/adszoom.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}
#adsModal .in {
    padding: 0 20px;
    border-top: 1px solid #e9ecef;
}
#adsModal .l{padding-right: 0;border-right: 1px solid #e9ecef}
#adsModal .r{padding-left: 0;}
#adsModal .choosen {
    font-size: 14px;
    padding: 12px 0;
}
#adsModal .choosen a{color: #5993f6;font-weight: 600;text-transform: uppercase;float:right;text-decoration: none}

#adsModal .list {
    padding-top: 20px;
}
#adsModal .list .item {
    line-height: 1;
    font-size: 14px;
    padding-bottom: 17px;
}
#adsModal .list .item .txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}
#adsModal .list .item i {
    cursor: pointer;
    font-size: 20px;
    margin-top: -2px;
    color: #888;
}


.ads_create .box .submitbox{margin: 15px 0 0 0}
.ads_create .box table{font-size: 14px;width:100%;margin-top: 20px;border-top: 1px solid #e9ecef}
.ads_create .box table input[type="checkbox"] {
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.ads_create .box table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    padding: 12px 0 10px 0;
}
.ads_create .box table tr{border-bottom: 1px solid #e9ecef}

.ads_create .box .greysmall {
    color: #888;
    margin-bottom: 20px;
    display: block;
}
.ads_create .box .greysmall2{margin-bottom: 5px;}
.ads_create .box .greysmall3{margin-top: 30px;}
.ads_create .box input[type="text"], .ads_create .box input select {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom-color: black !important;
    padding: 0 0 3px 0 !important;
    margin: 0 !important;
    font-size: 18px !important;
    color: black;
    width: 70%;
}
.ads_create .box input.w100[type="text"],.ads_create .box select.w100 {
    width: 100%;
    margin-bottom: 20px !important;
    font-size: 16px !important;
    border-color:#ddd!important
}
.ads_create .new_ad_box {
    text-transform: uppercase;
    color: var(--main-color);
    border: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 40px 21px;
    width: 49%;
    margin-right: 1%;
    cursor:pointer;
    margin-top: 15px;
    background-color: #f8f9fb;
    float:left;
    text-align: center
}
.ads_create .new_ad_box2 {
    padding: 13px 21px;
}
.ads_create .new_ad_box2 .title {
    background-image: url('../img/adsglobe.png');
    background-repeat: no-repeat;
    background-position: left;
    text-align: left;
    color: black;
    font-weight: 600;
    text-transform: none;
    background-size: auto 100%;
    line-height: 1;
    padding: 5px 0 0 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ads_create .new_ad_box2 .bottom {
    margin-top: 13px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.ads_create .new_ad_box2 .part1{width:16%;float:left;}
.ads_create .new_ad_box2 .part2 {
    width: 66%;
    float: left;
    margin: 0 1%;
    text-align: left;
    text-transform: none;
    color: black;
    line-height: 1.1;
}
.ads_create .new_ad_box2 .part2 .url{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.ads_create .new_ad_box2 .part2 .greysmall {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ads_create .new_ad_box2 .part3{width:16%;float:left;}
.ads_create .new_ad_box2 .part3 i {
    color: #888;
    font-size: 15px;
    cursor: pointer;
}
.ads_create .new_ad_box i{font-size: 20px;margin-right: 3px;}

.ads_create .box .adconf {
    padding-top: 15px;
}
.ads_create .box .adconf .info {
    border: 1px solid #ddd;
    line-height: 1.3;
    font-size: 14px;
    padding: 8px 16px 8px 42px;
    margin: 8px 0 18px 0;
    background-color: #f8f9fb;
    background-image: url('../img/adsexc.png');
    background-repeat: no-repeat;
    background-position: 11px 10px;
}
.ads_create .box .adconfleft{}
.ads_create .box .adconfright {
    background-color: #f8f9fb;
}
.ads_create .box .adconfright .b {
    border: 1px solid #ddd;
    background-color: white;
    padding: 80px 11px;
    text-align: center;
}
.ads_create .box .adconfright .b .t1 {
    line-height: 1.3;
    margin-bottom: 15px;
}
.ads_create .box .adconfright .b .t2 {
    line-height: 1.3;
}
.ads_create .box .adconfright .b .show {
    text-decoration: none;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-top: 30px;
    display: block;
}

.ads_create .box .adconfright .b.b2 {
    padding: 0;
    background: none;
    border: none;
    margin-top: 10px;
}
.ads_create .box .adconfright .b.b2 img{max-width: 100%;margin: 0;}
.ads_create .box .adconfright .b.b2 strong {
    text-align: left;
    font-size: 12px;
    margin-bottom: 4px;
}
.ads_create .box strong{display: block}

.ads_create .box .uploadbox{cursor: pointer}
.ads_create .box .uploadbox .area {
    line-height: 1;
    text-transform: uppercase;
    color: #5993f6;
    margin: 30px 0 5px 0;
}
.ads_create .box .uploadbox .area img {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    top: 6px;
}
.ads_create .box .uploadbox .greysmall{}

.ads_create .box .checkboxes .to_choose {
    border: 1px solid #ddd;
    padding: 15px 20px;
}

.ads_create .box .editbtn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #999;
    font-size: 16px;
}
/*************************/

@media (max-width: 1199px) {
    .header2{font-size: 36px;}
    .challenges_stat .i2 .item {
        margin: 0 10px;
    }
    .challenges_stat .i1 .legend2 .item{display:none;}
    .challenges_stat .i1 .legend1 {
        margin-left: 0;
    }

    .ads_create .bc .item{font-size: 12px;}
}
@media (max-width: 991px) {
    body{overflow-x: hidden;}

    header img{display:none;}
    input[type="submit"] {
        font-size: 20px;
    }

    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    header {
        color: var(--main-color);
        font-size: 35px;
        padding: 74px 0 18px 0;
        word-wrap: break-word;
    }


    .statl{
        border-right: none;
        padding-right: 0;
        margin-bottom:30px;
    }
    .statr {
        border-left: none;
        padding-left: 0;
        margin-bottom:30px;
        padding-top:30px;
        border-top: 2px solid #cccccc;
    }

    .navbar-nav .dropdown-menu{display:block!important;}
    .challenges_stat .i1, .challenges_stat .i2, .challenges_stat .i3, .challenges_stat .i4 {
        border: none !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .challenges_stat .i2 .item{margin-bottom:10px;}
    #mainNav {
        max-height: 100%;
        overflow-y: auto;
    }
    input[type="file"]{overflow: hidden;}

    .filter span {
        display: block;
        margin: 10px 0 4px 0;
    }
    .ads_create .bc{display: none}
    .ads_create .headbar{margin-bottom: 30px;}
    .ads_create .box strong{margin-bottom: 10px;}
    #adsModal .l{padding-right: 15px;}
    #adsModal .modal-body {
        padding: 0 15px;
    }
    #adsModal .list .item i{margin-top: 3px;}
    #adsModal .in{padding:0}
    #adsModal .r {
        padding-left: 15px;
    }
    .ads_create .submitbox input {
        margin: 0 0 10px 0;
        display: block;
        text-align: center;
        width: 100%;
    }
    .ads_create .submitbox a {
        display: block;
        text-align: center;
    }
    .ads_create .submitbox {margin: 0}
    .ads_create .box input[type="text"]{width: 100%;}
    .ads_create .new_ad_box{width: 100%;margin:0 0 10px 0}
    .ads_create .box .adconfright{padding-bottom: 15px;}
}

@media (max-width: 500px) {
    .ads_home .buttons a, .ads_home .buttons select {
        display: block !important;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .ads_home .box{width: 100%}
}

@media (max-width: 400px) {
    .challenges_stat .i4 .item .txt1,.challenges_stat .i4 .item .txt2 {
        text-align: center;
        font-size: 12px;
    }
    #chart_div {
        margin-left: -122px;
    }

    .popupout .popup {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }
    #mapout .nav{display:none;}
    .ads_create .box .checkboxes .item .cb{width: 12%}
    .ads_create .box .checkboxes .item .text {
        width: 88%;
    }
}

@media (min-width: 1300px) {
    .container{max-width: 1240px;}
}

@media (min-width: 1400px) {
    .container{max-width: 1340px;}
}

@media (min-width: 1500px) {
    .container{max-width: 1440px;}
}

.filter.select2-top20 span{margin:0!important}

#select2-challenges_id-ks-result-2bj8-133{color:red!important}

.select2big .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: 0;
    height: 45px;
    font-size: 21px;
    padding-top: 9px;
    padding-left: 10px;

    color: #495057;
}

.select2big .select2-container{width:100%}

#mainNav #langs {
    position: absolute;
    top: 4px;
    left: 7px;
}
#mainNav #langs a {
    color: white;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    padding: 3px 4px 1px 4px;
    text-decoration: none!important
}
#mainNav #langs a.active{
    color:var(--main-color);
    background-color: white
}
#gps_map_chart {
    text-align: center;
    height: 200px;
    margin: 20px 0 10px 0;
    border-bottom: 1px dotted;
    border-top: 1px dotted;
    padding: 0 10px;
    position: relative;
}
#gps_map_chart .min, #gps_map_chart .max{position: absolute;
    z-index: 9;
    font-size: 13px;
    font-weight: bold;}
#gps_map_chart .min {
    bottom: -20px;
    left: -20px;
}
#gps_map_chart .max{
    top: -18px;
    left: -20px;}
#gps_map_chart .item{
    display:inline-block;
    height:100px;
    width: 3px;
    background-color: #ccc;position: relative;
}
#gps_map_chart .item span {

    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    top: -10px;
    position: absolute;
    left:50%;
    margin-left: -5px;
    display: none;
    z-index: 999
}
#gps_map_chart .item.active{background-color: red}

#gps_map_chart .item.active span{display: block;}

#pushlistbox {
    background-color: var(--main-color);
    color: white;
    display: inline-block;
    font-size: 12px;
    padding: 7px 24px 5px 12px;
    position: fixed;
    top: 40%;
    right: 0;
    font-weight: bold;
    line-height: 1;
    z-index: 999
}

#pushlistbox i{color:white;margin:0 3px}

#loading{
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display:none
}
#loading img {
    width: 50px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
