html, body {
    /*overflow-x: hidden;*/
}

html[lang="el"] body, h1, h2, h3, h4, h5, h6, a {
    font-family: 'Open Sans', sans-serif !important;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.container-full > .row {
    margin-right: 0px;
    margin-left: 0px;
}

.main-container {
    border-top: 1px solid #d3d3d3;
}
/**************** SLIDER *******************/
#slide1 {
	background-image: url('/static/images/banner.jpg?bd3b375e94ce');
	background-repeat:no-repeat;
	background-size:cover;
    height: 500px;

}
.bx-wrapper .bx-viewport {
    border:0px;
    box-shadow: 0px;
    left:0px;
}

/**************** GENERAL **************** */
a {
    color: #2c7fa7;
}

a:hover {
    color: #1c526e;
    text-decoration: none;
}

.buttonColor {
    border: 1px solid #2c7fa7;
    background-color: #2c7fa7;
    background: #2c7fa7;
}
.buttonColor:hover {
    background-color: #2c7fa7;
    background: #2c7fa7;
}
/* ************** Navigation **************/
.navbar {
    margin-bottom: 0px;
}
/* ************** HEADER *************** */
.header-logo img {
    margin-right: 15px;
    margin-top: 10px;
    width: 90px;
}

.header-title {
    padding: 25px 0px 15px 0px;
    background-image: url('/static/images/subHeader-page-bg-blue.png?bd3b375e94ce');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
}
.header-title h1 {
    float: left;
    color: white;
    padding: 0px 10px 0px 10px;
    line-height: 47px;
    display: inline;
}

.navbar.navbar-default.navbar-fixed-top {
    background-color: white;
    border: none;
    z-index: 1000;
    box-shadow: 0px 0px 0px #9c9c9c !important;
}

.flagIcons {
    float: right;
    margin-left: 26px;
    margin-bottom: 0px;

}

.flagIcons li {
    display: inline;
    padding-left: 10px;
    padding-right: 6px;
}

.flagIcons li a {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.flagIcons li a:hover {
    opacity: 0.6;
}

.flag {
    height: 20px;
    width: 20px;
}

#mymapcy-logo-right {
    width: 77px;
    margin-left: -4px;
}

#mymapcy-logo-left {
    width: 43px;
    margin-right: 0px;
}

.socialIcons {
    text-align: right;
    float: right;
    margin-bottom: 0;
}

.project-editor-navbar {
    font-size: 12px;
    border-left: 1px solid #d3d3d3;
    margin-top: 8px;
    padding-top: 5px;
}

.project-editor-navbar a {
    margin-left: 12px;
}
.topBar{
    height: 56px;
}
/* ************** SignSet Details View - Sign Details View Wrapper *************/
.signset_wrapper .nav-tabs{
    margin-left:-15px;
    margin-right:-15px;
    border:0px solid;
    margin-bottom:0px;
}
.signset_wrapper .nav-tabs  li{
    width:50%;
    border: 0px solid transparent;
    margin:0px;
}
.signset_wrapper .nav-tabs  li a{
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #787878;
    border:0px solid transparent;
    margin:0px;
    border-radius:0px;
    cursor:pointer;
    font-size:12px;
}
.signset_wrapper .nav-tabs  li.active a{
    background-color: #2c7fa7;
    color: #ffffff;
    border:0px solid;
}
.signset_wrapper .nav-tabs  li.active a.focus{
    border:0px solid;
}

.signset_wrapper .nav-tabs  li.in-project a{
    background-color:#FF7F7F;
    color: #ffffff;
}
.signset_wrapper .nav-tabs  li.active.in-project a{
    background-color: #FF0000;
}
/* ************** Sign Details View *************/

.sign-details-view {
margin-left: -15px;
margin-right: -15px;
}

.sign-details-images {

}

.sign-details-info {
    margin-top: 20px;
}
.overviewList li{
    clear:both;
}
.overviewList li.red, .overviewList li.red span{
    color:#b94a48;
}
.overviewList .popover{
    max-width:200px;
    padding:0px;
}
.overviewList .popover span{
    float:none;
}
.overviewList .popover img{
    max-height:75px;
    max-width:170px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.overviewList .popover-title{
    padding: 0px;
    width: 100%;
}
.overviewList .popover-title button{
    font-size:24px;
    width:100%;
    float:none;
}
.overviewList .popover-content{
    padding:9px 5px;
}
.overviewList .popover-content div{
    text-align:center;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 999;
}
/* ************** MAP VIEW ******************** */

#app-wrapper .main-container{
    margin-top:165px;
}
#app-wrapper.fullscreen-map .main-container{
    margin-top:50px;
}
/** FILTERS **/

.filterHeader {
    background-color: #2c7fa7;
}

.filterNav .current {
    background-color: #7fa72c;
    /*border-bottom: 2px solid #7fa72c;
    border-top: 1px solid #7fa72c;*/
}

.filterNav .current:after {
    border-color: #7fa72c transparent;
}

.filterNav li a {
    color: #4d4e4e;
}

.filterNav .current li a {
    color: white;
}

.filterContent {

    border-radius: 0px;
    border: 0px solid #c9c9c9;
    box-shadow: none;
}

.filter-icon-img {
    height: 25px;
}

.formDropdown, input {
    box-shadow: 0 0px 0px white;
}

#map-canvas {
    position: relative;
    height: 100vh;
    min-height: 675px;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.intro-float {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 300px;

}

.intro-float .sliderTextBox p {
    margin-top: 15px;
}

.intro-float .sliderTextBox .or {
    line-height: 85px;
}

/* English Photos  */
.btn-intro-tosale-en {
    background: url('/static/images/logo-tobuy.png?bd3b375e94ce');
    border: 0px;
    background-size: 130px 168px;
    width: 130px;
    height: 168px;
    outline: none;
}

.btn-intro-tosale-en:hover {
    background: url('/static/images/logo-tobuy-hover.png?bd3b375e94ce');
    background-size: 130px 168px;
}

.btn-intro-torent-en {
    background: url('/static/images/logo-torent.png?bd3b375e94ce');
    border: 0px;
    background-size: 130px 168px;
    width: 130px;
    height: 168px;
    outline: none;
}

.btn-intro-torent-en:hover {
    background: url('/static/images/logo-torent-hover.png?bd3b375e94ce');
    background-size: 130px 168px;
}

.btn-intro-tosale-en {
    background: url('/static/images/logo-tobuy.png?bd3b375e94ce');
    border: 0px;
    background-size: 130px 168px;
    width: 130px;
    height: 168px;
    outline: none;
}

.btn-intro-tosale-en:hover {
    background: url('/static/images/logo-tobuy-hover.png?bd3b375e94ce');
    background-size: 130px 168px;
}

.btn-intro-torent-en {
    background: url('/static/images/logo-torent.png?bd3b375e94ce');
    border: 0px;
    background-size: 130px 168px;
    width: 130px;
    height: 168px;
    outline: none;
}

.btn-intro-torent-en:hover {
    background: url('/static/images/logo-torent-hover.png?bd3b375e94ce');
    background-size: 130px 168px;
}

/* Greek Photos  */

.btn-intro-tosale-el {
    background: url('/static/images/logo-tobuy-el.png?bd3b375e94ce');
    border: 0px;
    background-size: 160px 168px;
    width: 130px;
    height: 168px;
    outline: none;
}

.btn-intro-tosale-el:hover {
    background: url('/static/images/logo-tobuy-el-hover.png?bd3b375e94ce');
    background-size: 160px 168px;
}

.btn-intro-torent-el {
    background: url('/static/images/logo-torent-el.png?bd3b375e94ce');
    border: 0px;
    background-size: 160px 168px;
    width: 160px;
    height: 168px;
    outline: none;
}

.btn-intro-torent-el:hover {
    background: url('/static/images/logo-torent-el-hover.png?bd3b375e94ce');
    background-size: 160px 168px;
}

.filtersRow.disabled {
    height: 500px;
    overflow: hidden;
}

.filtersRow.disabled img.disabled {
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    cursor: not-allowed;
    margin-left: -15px;
}

.filtersRow img.disabled {
    display: none;
}

.map-toolbox {
    position: absolute;
    top: 30px;
    right: 8px;
}

.btn-fullscreen-toggle {
    height: 48px;
    width: 48px;
    border: 0px;
    padding: 8px;
}

.btn-fullscreen-minimised {
    background: url('/static/images/expand.png?bd3b375e94ce') no-repeat;
    background-size: 80% auto;
    background-position: center;
}

.btn-fullscreen-maximised {
    background: url('/static/images/collapse.png?bd3b375e94ce') no-repeat;
    background-size: 80% auto;
    background-position: center;
}

.info-box {
    width: 150px;
    height: auto;
}

.btn-map-popup {
    position: absolute;
    margin: 0 auto;
    bottom: 12px;
}

.map-filter-box {
    padding-right: 0px;
    padding-left: 0px;
    background: linear-gradient(#f8f8f8, #ebebeb);
    min-height: 675px;
}

.filter.container-full {
    margin: 0 auto;
    width: 100%;
}

.filter-search-box {
    margin-bottom: 2px;
    margin-top: 0px;
    z-index: 100;
}

.btn-group-filters {
    display: block;
}

.btn-checkbox-filters {
    display: block;
}

.btn-group-filter {
    width: 25%;
    height: 60px;

}

.btn-saletype-filter {
    width: 50%;
}

.btn-checkbox-filter {
    width: 100%;
}

.btn-saletype-filter.active:after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    background: url('/static/images/check-white.png?bd3b375e94ce') no-repeat;
    background-size: 100% auto;
}

.btn-group-filter.active:after {
    content: "";
    position: absolute;
    margin-top: 30px;
    left: 35%;
    width: 22px;
    height: 22px;
    background: url('/static/images/check.png?bd3b375e94ce') no-repeat;
    background-size: 100% auto;
}

.btn-checkbox-filter.active:after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    background: url('/static/images/check-white.png?bd3b375e94ce') no-repeat;
    background-size: 100% auto;
}

/** FILTER BAR **/
select {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background-image: none;
}

.noUi-connect {
    background-color: #2c7fa7 !important;
}

.filterbar {
    /*margin-top: 60px;*/
    /*position:fixed;
    top:60px;
    */
    border-bottom: 1px solid #e8e8e8;
}
.filterbar > .row{
    padding-left:5px;
    padding-right:5px;
}
.filterbar .checkbox{
    margin:0px;
}
.filterbar input, .filterbar .btn, .filterbar .btn-group-filter-5, .filterbar .btn-group-filter-6{
    height: 30px;
    font-size: 13px;
}
.filterbar .btn-group-filter-5, .filterbar .btn-group-filter-6{
    font-size: 11px;
}
.filterbar .btn-group-filter-5:hover, .filterbar .btn-group-filter-6:hover{
    background-color: initial;
}
.select2-container .select2-selection--single{
    height:30px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 3px;
    padding-right: 20px;
    text-overflow: ellipsis;
    font-size:13px;
}
.filterbar-section {
    border-left: 1px solid #d3d3d3;
    /*min-height: 70px;*/
}
.filterbar-section:first-child{
    border-left: 0px;
}

.filterbar-section .row {
    margin-bottom:10px;
}

.filterbar-dropdown, input {
    /*
    width: 100%;
    padding: 3px;
    margin-bottom: 10px;
    font-size: 13px;
    */
}
.filterbar input{
    font-size: 13px;
    padding: 3px;
    margin:0px;
}
.filterbar input[type='checkbox']{
    height:auto;
}
.dropdown-checkbox {
    max-width: 30px;
    padding: 3px;
    margin-bottom: 10px;
}
.dropdownMenuSuppliers{
    height:300px;
    overflow:auto;
}
.btn-group-filter-5, .btn-group-filter-6{
    margin-top: 0px;
    text-align: left;
}
.btn-group-filter-5.active:after, .btn-group-filter-6.active:after  {
    content: "";
    position: absolute;
    margin-top: 0px;
    right: 5%;
    width: 13px;
    height: 13px;
    background: url('/static/images/check-white.png?bd3b375e94ce') no-repeat;
    background-size: 100% auto;
}
.btn.city-filter, .btn.type-filter, .btn.highways, .btn.illuminated, .btn.poi {
    background-color:#e8e8e8;
    color:#787878;
    border-color:#e8e8e8;
}
.btn.city-filter.active, .btn.type-filter.active, .btn.highways.active{
    background-color:#2c7fa7;
    color:#ffffff;
    /*border-color:#2c7fa7;*/
    border-bottom: 0 none #01547c;
    border-color: #01547c;
    border-top: 0 none #01547c;
}
.btn.illuminated.active, .btn.poi.active{
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}
.btn.poi{
    /*height: 70px;*/
}
.btn.poi-open{
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #787878;
}
.btn.poi-open:hover{
    background-color: #a1a1a1;
    border-color: #e8e8e8;
    color: #787878;
}
.btn.poi-open.enabled{
    background-color: #a80049;
    border-color: #e8e8e8;
    color: #FFFFFF;
}
.dropdown-menu {
    min-width:210px;

}
.dropdown-menu label{
    font-size:12px;
}
.map-icon-title {
    width: 60px;
}

.mapSmall {
    height: 450px !important;
}

/* *************** MENU ****************** */
.nav.navbar-nav li a:hover {
    color: #2c7fa7;
}

.nav.navbar-nav .current {
    box-shadow: inset 0 -4px 0px #2c7fa7;
}

/* ************** GENERAL ***************** */

.top2 {
    margin-top: 2px;
}

.top4 {
    margin-top: 4px;
}

.top8 {
    margin-top: 8px;
}

.top16 {
    margin-top: 16px;
}

.top32 {
    margin-top: 32px;
}

.top64 {
    margin-top: 64px;
}

.bottom2 {
    margin-bottom: 2px;
}

.bottom4 {
    margin-bottom: 4px;
}

.bottom8 {
    margin-bottom: 8px;
}

.bottom16 {
    margin-bottom: 16px;
}

.bottom32 {
    margin-bottom: 32px;
}

.bottom64 {
    margin-bottom: 64px;
}

.margin-top-20 {
    margin-top: 20px;
}

.float-left {
    float: right;
}

.btn-primary {
    color: #fff;
    background-color: #2c7fa7;
    border-color: #2c7fa7;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1c526e;
    border-color: #1c526e;
}

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

.no-padding {
    padding: 0px;
}

.accordianLink {
    background-image: url('/static/images/icon-plus.png?bd3b375e94ce');
}

h3 {
    color: #4d4e4e;
    border-bottom: 7px solid #2c7fa7;
}

.main-color {
    color: #2c7fa7;
}

.secondary-color-light {
    color: #808282
}

.secondary-color-dark {
    color: #1c526e
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-40 {
    margin-top: 40px;
}

.font-large {
    font-size: 16px;
}

.font-xl {
    font-size: 22px;
}

.font-xxl {
    font-size: 26px;
}

/* ************** FOOTER ************************ */
.footer-logo {
    width: 160px;
}

footer {
    background: url('/static/images/footer-bg.png?bd3b375e94ce');
    background-size: 100%;
    color: #4d4e4e;
    padding: 30px 0;

}

.socialIcons.footer2 li a {
    border: 3px solid #4d4e4e;
    color: #2c7fa7;
}

footer h3 {
    text-transform: uppercase;
    text-align: center;
    color: #808282;
    border-bottom: 0px;
    font-weight: bold;
    margin-top: 22px;
}

footer p.social-icons a {
    margin-right: 30px;
}

.logo-footer {
    width: 120px;
}

/* *************** BOTTOM BAR *********************** */
.bottomBar {
    color: #ffffff;
    background-color: #4d4e4e;
}

/* *************** ABOUT US*********************** */
ul.about-ul li {
    list-style: square inside none;
}

/* **************** MODALS************************** */
.select2-container {
    z-index: 9999;
}

/* *************** PROJECT TOOLBAR ******************* */
.project-toolbar a{
    cursor: pointer;
}
.project-editor-selector-wrapper input{
    margin: 1px;
    padding: 1px;
}
.active-project-toolbar{
    font-size: 12px;
}
.no-project-toolbar{
    padding-top:5px;
}
.project-name-wrapper{
    overflow: hidden;
    text-overflow:ellipsis;
    width:100%;
}
.project-name-wrapper .projectName{
    text-overflow:ellipsis;
    overflow:hidden;
    width: 100%;
}
/* *************** POI SEARCH DIALOG ******************* */
.poi-sets .item-wrapper, .selectedpoi-sets .item-wrapper{
    width:100px;
    height:100px;
    float:left;
    text-align: center;
    cursor: pointer;
}
.poi-sets .item-wrapper .item, .selectedpoi-sets .item-wrapper .item{
    padding:5px 10px;
    width:100%;
    height:100%;
    font-size: 12px;
    font-weight: bold;

}
.poi-sets .item-wrapper .item:hover, .selectedpoi-sets .item-wrapper .item:hover{
    background-color: lightyellow;
}
.poi-sets .item-wrapper .item.selected, .selectedpoi-sets .item-wrapper .item.selected{
    background-color: pink;
}
.panel.poi-cats, .panel.poi-subcats, .panel.poi-sets{
    min-height:100px;
}
.cats-loader, .subcats-loader, .poisets-loader{
    font-size:45px;
    text-align: center;
    position: absolute;
    left:50%;
    top:50%;
    z-index: 1;
}
.table-stats-summary td, .table-stats-summary th, .table-signs-summary td,
.table-signs-summary th{
    text-align:center;
    font-size:11px;
}
.table-stats-summary td:first-child, .table-stats-summary th:first-child{
    text-align:right;
}
td.strong{
    font-weight: bold;
}


#is_campaign, #sharing_enabled, .bbUseDefaultCost{
    width:auto;
}
.advertising_cycles_select_list{
    max-height: 800px;
    overflow-y: auto;
}
.advertising_cycles_select_list > div{
    padding:5px;
    cursor: pointer;
}
.advertising_cycles_select_list .checked{
    background-color:lightyellow;
}

@media (min-width: 992px){
    .modal-xlg {
        width: 80%;
        min-width:900px;
    }
}
.dataTables_info, .dataTables_paginate.paging_simple_numbers{
    font-size:14px;
}

div.dt-button-collection{
    width:500px;
}
div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button{
    float:left;
}
.bxslider > li{
    text-align: center;
}
.bx-wrapper img{
    display: inline-block;
}

/* DAte picker jquery ui overrides */
/* begin: jQuery UI Datepicker moving pixels fix */
	table.ui-datepicker-calendar {border-collapse: separate;}
	.ui-datepicker-calendar td {border: 1px solid transparent;}
/* end: jQuery UI Datepicker moving pixels fix */
/* begin: jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
	background: #743620 none; /* a color that fits the widget theme */
	color: white; /* a color that is readeable with the color above */
}
/* end: jQuery UI Datepicker emphasis on selected dates */