.leaflet-overlay-pane, .leaflet-popup-pane, .leaflet-left {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.map {
    height: 600px;
}

.image_chart img {
    width: 600px;
}

#loginBox {
    margin: 50px 0 0 0;
    background: #fff;
    border-radius: 3px;
}

#logoLogin {
    width: 100%;
    margin: 10px 0;
}

#sunflower_white {
    width: 49px;
    /* float: left; */
    margin: 0 0px 0 0;
}

#brandName_white {
    /* height: 34px; */
    margin: 16px 7px 0 0;
    width: 157px;
    float: right;
}

#confirm_window {
    display: none;
}

#testInter {
    width: 250px;
}

#interpolation_v2 {
    display: none;
}

#sensorsGetDb {
    display: none;
}

.ball-pulse-sync > div {
	background-color: #3b9d24;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block;
}

#loaderVariogram {
    margin: 20px 50px;
    display: none;
}

#field_scale {
    color: #fff;
}

#field_scale th {
    color: #777;
}

#current_flag {
    width: 32px;
    height: 32px;
}

#current_flag img {
    width: 32px;
}

.lang ul {
    width: 100px !important;
}

.lang ul a {
    background: none;
    padding: 2px 5px;
}

.lang ul.msg_list li a {
	padding: 12px 5px !important;
}


.lang ul li {
    width: 147px !important;
    font-size: 14px;
    background: none;
}

.lang ul a .image img {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    width: 32px !important;
}

.lang ul.msg_list li {
	margin-bottom: 6px;
	 padding: 2px; 
}

.qq-total-progress-bar-container {
    display: none !important;
}

.image-item {
    width: auto;
}

#imageModal {
    z-index: 999999999;
}

.mfp-bg {
	z-index: 99999;
}

.mfp-wrap {
    z-index: 999999;
}

.interpolation-image {
    cursor: pointer;
}

.saveIntrpImage {
	position: absolute;
	top: 90px;
	left: 75px;
	font-size: 24px;
	z-index: 99999;
	color: green;
}

.interpolation-box-item {
    position: relative;
}

#uploadXLSWrap {
    background: #ccc;
    padding: 0;
    display: block;
    border-radius: 3px;
    margin: 0 10px 0 0;
    position: relative;
    width: 220px;
    height: 37px;
    overflow: hidden;
    position: absolute;
    top: 17px;
    right: 6px;
}

#xlsTemplate {
    top: 24px;
    right: 258px;
    position: absolute;
}

#uploadXLS {
    text-align: center;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 0 auto;
    width: 180px;
    height: 50px;
    display: block;
    opacity: 0;
    padding: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    cursor: pointer;
}

#uploadXLSTxt {
    top: 10px;
    left: 22px;
    position: absolute;
    color: #000;
}

/*.nav_title {
    width: 230px;
    float: left;
    background: #EDEDED;
    border-radius: 0;
    height: 57px;
}*/

body {
    display: table !important;
    width: 100%;
}

#probesList tr td {
    width: 50px;
}

#probesList tr td input {
    font-size: 10px;
}

#probesList tr th {
    width: 50px;
    font-size: 10px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 5px 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.leaflet-marker-pane {
    position: relative;
}

.leaflet-overlay-pane {
    z-index: 400;
    position: relative;
}

.leaflet-marker-pane {
    z-index: 600;
    position: relative;
}

#addColorRange {
    color: #fff;
    background: #333;
    padding: 5px;
    display: inline-block;
    margin: 0 0 5px 0;
    cursor: pointer;
}

.elementRangeItem {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    position: relative;
}

.elementRangeItem .closeRangeItem {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.elementRangeItem .colorRangeItem {
    margin: 5px 5px 0 0;
    display: block;
}

.elementsTable {
    width: 100%;
}

select[multiple], select[size] {
	height: 400px;
}

