/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

.dropdownIcons{
    /* width: 18px; */
    margin-right: -15px;
    z-index: 2;
    margin-left: 36px;
}

#sidebar{
    background-color: white;
    width:400px;
    float: left;
    position: absolute;
    top:0px;
    bottom: 0px;
    overflow-y: hidden;
}
#footer{
    background-color: white;
    width:100%;
    height: 38px;
    bottom:0;
    position:absolute;
}

#header{
    background-color: wheat;
    width:100%;
    height: 100px;
}

#dragbar{
    background-color:#078aa3;
    height:100%;
    float: right;
    width: 3px;
    cursor: col-resize;
}

button:focus {
    outline: 0 !important;
}

html {
    -ms-overflow-style: none ;/* hide scroll bar - edge and explorer.  */
}

::-webkit-scrollbar {/* hide scroll bar- safari and chrome only.  */
    display:none;
}

.floatstop {
    clear: both;
}

a:hover, a:active, a:link, a:focus  {
    text-decoration:none
}

.bar {
    background-color: #ff6600;
    color: #ffffff;
    padding: 15px;
    font-weight: bold;
    width: 290px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
    margin-top: 0px;
}

.left15 {
    margin-left:15px;
}

.padding15 {
    padding: 15px;
}

.left15{
    margin-left:15px
}

.pagging-left15{
    padding-left:15px
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom5 {
    margin-bottom: 5px;
}

.padding5 {
    padding:5px;
}

.padding0 {
    padding:0;
}

.margin10 {
    margin:10px;
}

.margin10-top {
    margin-top:10px;
}

.padding10-right {
    padding-right:10px;
}

.margin15 {
    margin:15px;
}

.border-grey {
    border:grey solid 1px;
}

.shadow{
    -webkit-box-shadow: -1px 1px 5px 1px rgba(94,94,94,1);
    -moz-box-shadow: -1px 1px 5px 1px rgba(94,94,94,1);
    box-shadow: -1px 1px 5px 1px rgba(94,94,94,1);
}

.shadow-soft{
    -webkit-box-shadow: -1px 1px 5px 1px rgba(154,154,154,1);
    -moz-box-shadow: -1px 1px 5px 1px rgba(154,154,154,1);
    box-shadow: -1px 1px 5px 1px rgba(154,154,154,1);
}

/* btn with icon */
.btn .glyphicon{
    margin-right:6px;
    margin-top:0px;
    font-size:20px;
}

.btn-lg .glyphicon{
    margin-top:2px;
    font-size:28px;
}

.btn-md .glyphicon{
    margin-top:2px;
    font-size:26px;
}

.btn-sm .glyphicon{
    margin-top:1px;
    font-size:18px;
}

.btn-xs .glyphicon{
    margin-right:5px;
    margin-top:-1px;
    font-size:18px;
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{
    color:#fff;background-color:#5C9FB4;border-color:none; /*remove active color */
}

.no-border{
    border:none
}

.no-border:hover, .no-border:active{
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}

/*navbar */

.work-button {
    position:absolute;
    top: -5px;
    margin-left: -9px;
}

.option-icon {
    font-size: 35px;
    margin-right: 15px;
    margin-top: -8px;
    color: #078AA3;
}

.dropdown-menu .list-with-button {
    margin-top:15px;
}

.dropdown-menu .list-with-button button {
    background-color: #078AA3;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    margin: -5px 10px 10px 10px;
    float: right;
    font-size: 12px;
}

.dropdown-menu .list-with-button button:hover {
    background-color: #5C9FB4;
}

.navbar-dx{
    position:absolute;
    right:0;
    top:0;
    width:152px;
}

.navbar-dx .navbar-account{
    background-color:#ffffff;
    float:right;
    color:black;
    font-weight:bold;
    font-size:12px;
}

.navbar-dx .navbar-account a{
    color:black;
}

.navbar-dx ul{
    padding:0;
}

.navbar-dx li{
    float:left;
    list-style:none;
}

.navbar-dx .dropdown-menu {
    margin:0;
}

.navbar-dx .dropdown-menu li { /* formattare dropdown nel piccolo */
    /*width:290px;*/
}

@media (max-width: 767px) {
    .navbar-dx .open .dropdown-menu { /* formattare dropdown nel piccolo */
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 290px;
    }
}

.navbar-dx .search-wrap{
    display:none;
    height:50px;
}

/*home/welcome page */


.navbar-home{
    z-index:1000;
}

.customer-logo{
    width:200px;
    height:28px;
    margin-top:11px;
    margin-left:8px;
}

.log-in-home{
    display:none;
}

.footer {
    margin-top: 50px;
    padding-top: 30px;
    text-align: center;
    color: #5C9FB4;
    margin-bottom: 30px;
    border-top: 1px solid #5C9FB4;
}

.col {
    margin-top: 30px;
}

.col-no-margin {
    margin: 0;
}

.map-title {
    height: 2em;
    padding-left: 10px;
    padding-top: 3px;
}

.search-wrap-home .search-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position:absolute;
    bottom:15px;
}

.search-wrap-home .btn-default {
    border:none;
}

.text-home{
    width:100%;
    margin:auto;
}

.map-editing-tools {
    height: 30px;
    width:92px;
    position:absolute;
    bottom:0;
    right:15px;
}

/*end  home/welcome page */

.absolute-map {
    position: absolute;
    right: 0;
    bottom: 100px;
}

.square-button {
    height: 50px;
    width: 50px;
}

.square-button-md {
    height: 30px;
    width: 30px;
}

.square-button .glyphicon {
    margin-left: -6px;
    margin-top:3px;
    font-size: 35px;
}

.square-button-md .glyphicon {
    margin-left: -9px;
    margin-top:-2px;
    font-size: 23px;
}

.square-button-sm {
    height: 25px;
    width: 25px;
}

.square-button-sm .glyphicon {
    margin-left: -2px;
    margin-top: -7px;
    font-size:20px;
}

.dropdown-menu button {
    background-color: #ffffff;
    border: 0;
    width: 290px;
    padding: 15px;
    text-align: left;
    padding-bottom: 6px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.dropdown-menu button:hover {
    background-color: #eeeeee;
}

.dropdown-menu a {
    text-decoration: none;
    color: #333333;
}
.dropdown-menu .close-xs {
    display: block;
    background-color: transparent !important;
    height: 40px;
    width: 40px;
    float: right;
    margin-top: -16px;
}

.absolute-info {
    position: absolute;
    bottom: 10px;
    right: 1px;
    height: 50px;
}

.info-container{
    height:50px;
    margin-right:10px;
}

.lat-long{
    width: 180px;
    padding:25px 10px;
    background-color: #ff6600;
    color:white;
}

#scale { /* scale widget */
    height: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #999;
    cursor: pointer;
    position:relative;
}

.ol-mouse-position {
    font-family: initial;
    top: 13px;
    left: 8px!important;
    font-size: 16px;
}

.label-modal {
    position:relative;
    width: 70px;
}

.label-modal:after {
    content: '1';
    font: 23px "customFont", monospace;
    color: #078aa3;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 2px;
    top: 2px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.label-modal:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:25px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

.label-width-lg {
    width: 130px;
}

.label-width-md {
    width: 90px;
}

.label-scale {position:relative;}

.select-cord {
    width: 130px;
}

.select-format {
    width: 80px;
}

.label-scale {position:relative;}

.label-scale:after {
    content:'1';
    font:23px "customFont", monospace;
    color:#078aa3;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
    right:2px;
    top:2px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

.label-scale:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:25px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

.divider-map {
    height: 1px;
    margin: 0px 0;
    overflow: hidden;
    background-color: #5C9FB4;
}

.divider-horiz {
    width: 1px;
    height: 1px;
    overflow: hidden;
    background-color: #5C9FB4 /* azzurro chiaro */ !important;
}
.divider-horiz2 {
    width: 1px;
    height: 1px;
    overflow: hidden;
    background-color: red important;
    color: black !important;
}

.divider-horiz-md {
    width: 1px;
    height: 30px;
    overflow: hidden;
    background-color: #5C9FB4 /* azzurro chiaro */ !important;
}

.divider-edit {
    width: 1px;
    height: 30px;
    overflow: hidden;
    background-color: #5C9FB4 /* azzurro chiaro */ !important;
}

navbar-dx .search-wrap {
    width: 50px;
    display: none;
}

.search-wrap input-group {
    display: none;
}

.visible-xs {
    display: block;
    float: left;
}
/* scale dx-bottom menu */

.scale {
    height: 50px
}

.scale .line {
    background-color:#ffffff;
    height:25px;
}

/* working tool */
.sidebar {
    background-color: #FFFFFF;
    width: 100%;
    /*height: 100%;*/
    overflow: auto;
}

/* working tool */
.layerOrganizer {
    position: absolute;
    top: 1px;
    background-color: #FFFFFF;
    width: 257px;
    overflow: auto;
    z-index:1;
    margin-left: -9px;
    margin-top: 0px;
}

.sidebar .btn-default {
    border:none;
}

.panoToolsul {
    width: 295px;
    margin: 0;
}
.panoToolsul li {
    list-style: none;
    float: inherit;
    margin: 0;
    padding: 0;
    float: left;
}
.panoTools .square-button {
    height: 50px;
    width: 50px;
}
.panoButton{
    height: 34px;
    border-radius: 20px;
    margin-top: 8px;
    margin-left: 134px;
}

.sidebar .close-sidebar {
    height: 50px;
    width: 50px;
}

.sidebar .working {
    width: 290px;
    margin: auto;
}

.layerOrganizer .working ul {
    margin: 0;
}
.layerOrganizer .working .panel .list-group-item {
    padding: 15px;
    margin: 0px;
    width: 290px;
}

.layerOrganizer .working .panel .list-group-item ul {
    margin-left: -15px;
}

#layersTools > div > div > ul > li {
    padding: 15px;
    text-align: initial;
    cursor:  pointer;
}

.panel li{
    margin: 0px;
    width: 227px;
    position: relative;
    display: block;
    background-color: #ffffff;
}

.layerOrganizer .working .title-tool {
    color: #078AA3;
    font-weight: bold;
    padding: 15px;
    text-align:  center;
}

.working-eye {
    position: absolute;
    top: 10px;
    left: 43px;
}

.layer-name {
    top: 15px;
    margin-left: 63px;
    height:20px;
}

.working-option {
    position: absolute;
    top: 10px;
    right: 35px;
    margin-top:2px;
}

.working-adjust{
    position: absolute;
    top: 10px;
    right: 5px;
    margin-top:2px;
}

.working-folder {
    position: absolute;
    top: 10px;
}

.map-container {
    height: 100px;
    width: 260px;
    background-color: pink;
    margin-top: 5px;
}

.sidebar .working .draw-button button {
    background-color: #ffffff;
    border: 0;
    width: 290px;
    padding: 15px;
    text-align: left;
    padding-bottom: 6px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.sidebar .working .draw-button button:hover {
    background-color: #eeeeee;
}

.sidebar .working add-layer {
    background-color: #078AA3;
    width: 100px;
    text-align: center;
    padding: 10px;
    margin: -5px 10px 10px 10px;
    float: right;
    font-size: 14px;
}

/* Panel OPTIONS modal body  */
.modal-header .close {
    margin-top: -6px;
}

.modal-body ul {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

.modal-body li a {
    display: block;
    padding: 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.modal-body li a:hover {
    background-color: #eeeeee;
    text-decoration: none;
}

.modal-body textarea {
    margin-top:5px;
    width:260px;
    padding:5px;
    border:1px solid #078AA3;
}

.modal-body input {
    margin-top:3px;
    margin-bottom:20px;
    /* width: 20px; */
    padding: 5px;
    border:1px solid #078AA3;
}

.modal-body .list-with-button .position-download {
    margin-top: 85px;
}

.modal-body .list-with-button button:hover {
    background-color: #5C9FB4;
}
.modal-body .qrcode {
    background-color: yellow;
    height: 100px;
    width: 100px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
}

.modal-body .btn-default {
}

.modal-print {
    margin-left: 23px;
    margin-right: 23px;
}
/* button right  */

.button-right {
    background-color:#ffffff;
    width: 290px;
}

.button-right li {
    padding:0;
    border:0;
}

.button-right .list-group-item button {
    background-color: #ffffff;
    border: 0;
    width: 290px;
    padding: 15px;
    text-align: left;
    padding-bottom: 6px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}

.button-right .list-group-item button:hover {
    background-color:#eeeeee;
}

.divider {
    width: 290px;
    height: 1px;
    margin: 0 0;
    overflow: hidden;
    background-color: #eeeeee;
}

/* OPACITY LAYER AND OPTIONS LAYER */
.modal-height{
    height:15px;
}

.noUi-target {
}

.noUi-background {
    background:#CCC;
}

.noUi-horizontal {
    height: 2px;
    width: 260px;
    margin:auto;
}
.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-horizontal .noUi-handle {
    width: 23px;
    height: 23px;
    top: -10px;
}

.noUi-handle {
    background: #078AA3;
    cursor: default;
    border-radius:50px;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

/* INFO PANEL */
.info-panel {
    width:100%;
}

.info-wrap{
    width:290px;
    margin:auto;
}

.info-panel .arrows{
    height:50px;
    width:101px;
    margin:15px 15px
}

.info-space {
    height:350px;
    width:290px;
    margin:auto;
    overflow:auto;
    padding:15px;
}

.info-title {
    font-weight:bold
}

/* print */

.panel580 {
    width:290px;
}

.wrap580{
    width:260px;
    padding:15px;
}

.box260{
    width:260px;
}

.opacity-legend{
    opacity:0.3;
}

.label-print {position:relative; width: 120px;}

.label-print:after {
    content:'c';
    font:20px "customFont", monospace;
    color:#078aa3;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
    right:4px; top:6px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

.label-print:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:25px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}

/* ---------------------catalog-------------------- */

.list-catalog li{
    width:260px;
    height:150px;
}

/* ---------------------checkbox new-------------------- */

input[type=checkbox],
input[type=radio] {
    opacity: unset;
    position: absolute;
    z-index: 12;
    /* right: 55px; */
}

input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none !important;
}

input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
    font-family: "customFont";
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-weight: normal;
}


input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before {
    font-family: "customFont";
    font-size: 22px;
    color: #078aa3;
    content: "";
    background-color: #FAFAFA;
    border: 1px solid #078aa3; /* color checkbox border */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    display: inline-block;
    text-align: left;
    vertical-align: left;
    height: 20px; /* checkbox size */
    width: 20px;
    line-height: 13px;
    font-size:19px;
}

input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {
    font-family: "customFont";
    display: inline-block;
    content: '\e01a';
    background-color: #F5F8FC;
    border-color: #078aa3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

input[type=checkbox]:hover+.lbl::before,
input[type=radio]:hover+.lbl::before,
input[type=checkbox]+.lbl:hover::before,
input[type=radio]+.lbl:hover::before {
    border-color: #078aa3;
}

input[type=checkbox]:active+.lbl::before,
input[type=radio]:active+.lbl::before,
input[type=checkbox]:checked:active+.lbl::before,
input[type=radio]:checked:active+.lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=checkbox]:disabled+.lbl::before,
input[type=radio]:disabled+.lbl::before,
input[type=checkbox][disabled]+.lbl::before,
input[type=radio][disabled]+.lbl::before,
input[type=checkbox].disabled+.lbl::before,
input[type=radio].disabled+.lbl::before {
    background-color: #DDD !important;
    border-color: #078aa3 !important;
    box-shadow: none !important;
    color: #BBB;
}

input[type=radio]+.lbl::before {
    border-radius: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

input[type=radio]:checked+.lbl::before {
    content: "\e01a";
}

/* --------------manager pages----------------------- */
.navbar-dx {
    width:154px;
    top: 10px;
    right: 15px;
}

.status{
    position:absolute;
    top:130px;
    left:25px;
}

.status .glyphicon{
    font-size:32px;
}

.check{
    font-size:30px;
}

.green{
    color:#4E8C75;
}

.red{
    color:#A23F37;
}

.wrap-user-btn{
    height:50px;
}

.groups-area {
    width: 260px;
    height: 100px;
}

@media (min-width: 768px) {

    .menu {
        position:absolute;
        bottom:20px;
        left:20px;
    }

    .with-love{
        position:absolute;
        width:90px;
        height:27px;
        bottom:5px;
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0;
        background-size:contain;
    }

    .map-logo{
        position:absolute;
        width:90px;
        height:27px;
        bottom:5px;
        left:5px;
        background-repeat:no-repeat;
        background-size:contain;
    }

    .navbar-dx .search-wrap {
        width: 300px;
        height: 50px;
        display: block;
    }

    .navbar-dx .search-wrap .btn-default {
        border:none;
    }

    .navbar-dx  .dropdown-menu {
        left: auto;
        right: 0;
        border-radius: 10px;
    }

    .visible-xs {
        display: none;
    }
    .dropdown-menu .close-xs {
        display: none;
    }
    /* working tool */
    .sidebar {
        /*width: 290px;*/
    }
    .ol-control button {
        background-color: rgba(40, 40, 40, 0.8) !important;
    }
    .ol-control button:hover {
        background-color: rgba(40, 40, 40, 1) !important;
    }

    .panes-container {
        display: flex;
        width: 100%;
        overflow: hidden;
    }

    .left-pane {
        width: 18%;
        background: #ccc;
    }

    .panes-separator {
        width: 5px;
        background: #078aa3;
        position: relative;
        cursor: col-resize;
    }

    .right-pane {
        flex: auto;
        background: #eee;
    }

    .panes-container,
    .panes-separator,
    .left-pane,
    .right-pane {
        margin: 0;
        padding: 0;
        height: 100%;
    }

    /* home */

    .search-wrap-home .search-wrap {
        width: 580px;
    }

    .text-home{
        width:70%;
    }

    .customer-logo{
        width:225px;
        height:36px;
        margin-top:7px;
        margin-left:10px;
    }

    .log-in-home{
        display:block;
    }

    a:hover .map-thumb {
        -webkit-box-shadow: -1px 1px 5px 1px rgba(154,154,154,1);
        -moz-box-shadow: -1px 1px 5px 1px rgba(154,154,154,1);
        box-shadow: -1px 1px 5px 1px rgba(154,154,154,1);
    }

    /* INFO PANEL */
    .info-panel {
        width:290px;
    }

    .info-wrap{
        width:290px;
    }

    /* PRINT big */

    .panel580 .modal-content {
        width:580px;
    }

    .panel580 {
        width:580px;
        background-color:#ffffff;
    }

    .wrap580{
        width:580px;
        padding:0;
    }

    .box260{
        margin:15px;
    }

    /* ---------------------catalog-------------------- */

    .list-catalog li{
        margin:15px;
    }

}
@media (min-width: 1200px) {

    .navbar-dx {
        width:154px;
    }

    .navbar-dx .search-wrap {
        width: 50px;
        height: 50px;
    }

    /* INFO PANEL */
    .info-panel {
        width:580px;
    }

    .info-panel .modal-header {
        width:580px;
    }

    .info-panel .modal-content {
        width:580px;
    }

    .info-panel .divider {
        width:580px;
    }

    .info-space {
        width:580px;
    }

    .info-wrap{
        width:580px;
    }
}

.mainDiv {
    height: 250px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#one p {
    padding: 0;
}

.mainDiv {
    height: 100%;
}

.split p, .split-flex p {
    padding: 20px;
}

.split, .split-flex {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    overflow-y: auto;
    overflow-x: hidden;
}

.gutter {
    background-color: #eee;

    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('../../../img/vertical.png');
    cursor: ew-resize;
}

.gutter.gutter-vertical {
    background-image: url('../../../img/horizontal.png');
    cursor: ns-resize;
}

.split.split-horizontal, .gutter.gutter-horizontal {
    height: 100%;
    float: left;
}

.konumButton{
    position: relative;
    right: 0px;
    float: left !important;
}

.login-form-main-message.error {
    border-left-color: #e74c3c;
}

.login-form-main-message {
    background: #ffffff;
    color: #999999;
    border-left: 3px solid transparent;
    border-radius: 3px;
    margin-bottom: 8px;
    font-weight: bold;
    height: 0;
    padding: 0 20px 0 17px;
    opacity: 0;
    transition: all ease-in-out 200ms;
}
.login-form-main-message.show {
    height: auto;
    opacity: 1;
    padding: 10px 20px 10px 17px;
}
.login-form-main-message.success {
    border-left-color: #2ecc71;
}
.login-form-main-message.error {
    border-left-color: #e74c3c;
}

/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}


input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
    width: 100%;
    /* min-height: 100vh; */
    /* display: -webkit-box; */
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    /* padding: 15px; */
    background: transparent;
    position: relative;
    z-index: 1;
}

.contact100-map {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wrap-contact100 {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    /* padding: 62px 55px 65px 55px; */
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}


/*==================================================================
[ Form ]*/

.contact100-form {
    width: 100%;
}

.contact100-form-title {
    display: block;
    font-family: JosefinSans-Bold;
    font-size: 21px;
    color: #333333;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 30px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 11px;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: JosefinSans-Bold;
    font-size: 15px;
    color: #1b3815;
    line-height: 1.2;
}


/*---------------------------------------------*/
input.input100 {
    border: none;
    height: 36px;
    padding: 0 20px 0 23px;
}


textarea.input100 {
    min-height: 59px;
    padding: 19px 20px 0 23px;
}

/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100-1,
.focus-input100-2 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100-1::before,
.focus-input100-2::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #57b846;
}

.focus-input100-1::before {
    top: -1px;
    left: 0;
}

.focus-input100-2::before {
    bottom: -1px;
    right: 0;
}

.focus-input100-1::after,
.focus-input100-2::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 0;
    background-color: #57b846;
}

.focus-input100-1::after {
    top: 0;
    right: -1px;
}

.focus-input100-2::after {
    bottom: 0;
    left: -1px;
}



@keyframes full-w {
    to {
        width: calc(100% + 1px);
    }
}

@keyframes full-h {
    to {
        height: calc(100% + 1px);
    }
}


/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
    padding-top: 12px;
    padding-bottom: 28px;
}

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-family: Oswald-Medium;
    font-size: 15px;
    color: #1b3815;
    line-height: 1.2;
    margin: 0;
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #e6e6e6;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
    color: #57b846;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
    /* display: -webkit-box; */
    /* display: inline; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* padding-top: 13px; */
}

.contact100-form-btn {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: table; */
    justify-content: center;
    align-items: center;
    padding: 0px !important;
    min-width: 96px;
    height: 42px;
    background-color: #078aa3;
    font-family: JosefinSans-Bold;
    font-size: 14px;
    color: #fff;
    /* line-height: 1.2; */
    /* text-transform: uppercase; */
    /* padding-top: 5px; */
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn:hover {
    background-color: #1b3815;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-contact100 {
        padding: 62px 15px 65px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;

    font-family: JosefinSans-Bold;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    body img {
        width: 90%; max-width: 1048px;
    }
}

.ol-popup-content {
    max-width: 300px;
    max-height: 310px !important;
}


input[type="text"]:disabled {background: #DDE0DC;}

.ol-control.ol-layerswitcher-image {

    position: absolute !important;

    left: 0px !important;

    right: auto !important;

    bottom: 0px !important;

    top:auto !important;
}

.ol-layerswitcher-image > ul {
    height: 75px !important;
    width: 214px !important;
}

.ol-mouse-position {
    top: 13px !important;
}

.material-icons {

    padding-right: 20px !important;
}

.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}
.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}
.tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.tooltip-static:before {
    border-top-color: #ffcc33;
}

#searchfield { display: block; width: 100%; text-align: center; margin-bottom: 35px; }

/*form {
	display: inline-block;
	!*background: #eeefed;*!
	padding: 0;
	margin: 0;
	padding: 3px;
	border-radius: 3px;
	!* margin: 5px 0 0 0; *!
	height: 35px;
}*/
.biginput {
    width: 296px;
    height: 52px;
    padding: 0 10px 0 10px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 15px;
    color: #aeaeae;
    font-weight: normal;
    /*font-size: 1.5em;*/
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.biginput:focus {
    color: #858585;
}

#aramaKutusu{
    position: absolute;
    right: 175px;
    /*margin-right: 340px; */
}

/* Search Parameteres */
#searchParagraf > div:nth-child(2) > strong{

    font-size: 11px !important;

    color: black;
}

#searchParagraf > div:nth-child(2){
    font-size: 11px !important;
}
.searchParagraf {
    /* border: 1px solid #999; */
    border-radius: 3px;
    padding: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: #ededed;
    width: 284px;
    overflow: hidden;
}
.searchParagraf > div {
    line-height: normal;
    margin-bottom: 5px;
    width: 280px;
}
.searchParagraf > div > strong {
    /*padding-right: 5px;*/
}

.searchParagraf:hover {
    border: 1px solid #1c6e8e;
    border-radius: 3px;
    cursor: pointer;
    background: #fff;
}

.searchParagrafTitle {
    color:#337ab7;
    font-size: 11px;
    font-weight: bold;
}

.searchParagrafImg{
    float: right;
    cursor: pointer;
    margin-top: -42px;
    width: 37px;
    margin-right: 30px;
    heigth: 20px;
}

.autocomplete-suggestions {
    width: 296px !important;
    max-height: 650px !important;
    background: #fff;
    cursor: default;
    overflow: auto;
    font-size: 11px;
    line-height: 11px;
    border: 1px solid #337ab7;
    background-color:#ff6600;
}
/*.autocomplete-suggestion { padding: 10px 5px; font-size: 1.2em; white-space: nowrap; overflow: hidden; }*/
.autocomplete-selected { background: #f0f0f0; }
.autocomplete-suggestions strong { color: #3399ff;
}

#dataTablesKapat {
    height: 38px;
    position: absolute;
    left: 56px;
    bottom: 4px;
    width: 40px;
}

.panel {
    max-height: 580px !important;
    overflow: auto !important;
}

#attributeSaveform {
    max-height: 210px !important;
    overflow: auto !important;
}

.panel-edit-tools {
    margin-left: -40px !important;
}

.panel-edit-tools li {
    width: 300px;
}

.ankaLogo {
    position: absolute;
    bottom: 81px;
    right: 17px;
}

.ankaLogo:hover{
    box-shadow: 0 0 3px #ffffff, 0 0 6px #ffe6e6, 0 0 9px #ff6666
    , 0 0 12px #ffb3b3, 0 0 15px #ff9999 , 0 0 18px #ff8080
    , 0 0 21px #ff3333, 0 0 24px #ff1a1a ;
    transition-duration: 1s;
}