#capture-map {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1500;
}

.leaflet-marker-pane img {
    /*transform: translate(781px, 585px) !important;*/
}

.leaflet-toolbar-icon-wide {
  height: 90px !important;
}

.leaflet-toolbar-icon-capture {
  vertical-align: top !important;
  font-family: FontAwesome !important;
}

.print-size-textbox {
	height: 20px;
	width: 4em;
	color: #666;
	text-align: right;
}

.ecarto-map-capture-editing-icon {
	width: 14px !important;
	height: 14px !important;
	border-radius: 7px;
}

.print-input{
	margin: auto;
}

.leaflet-control-map-capture {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
    width: 160px;
    padding: 5px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.leaflet-control-map-capture .input-container-vertical {
	/* Centering of child elemnts */
    display: flex;              /* establish flex container */
    flex-direction: column;     /* stack flex items vertically */
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;        /* center items horizontally, in this case */
}

.leaflet-control-map-capture .input-container {
	/* Centering of child elemnts */
    display: flex;              /* establish flex container */
    flex-direction: row;
    justify-content: center;    /* center items vertically, in this case */
    align-items: center;       /* center items horizontally, in this case */
}

.leaflet-control-map-capture .uiElement input {
    width: 50px;
    height: 22px;
    padding: 0px 5px;
    margin-bottom: 5px;
	/*margin-left: 10px;*/
	text-align: center;
    font-size: 12px;
}

.capture-zoom-level {
    width: 40px !important;
    display: block !important;
    margin: 0 auto !important;
}

.leaflet-control-map-capture .uiElement .input-label{
    font-weight: 600;
    font-size: 0.9em;
    padding-bottom: 2px;
	text-align: center;
}

.bottom-separator {
    width: 10px;
}

.leaflet-control-map-capture .minibuttons div {
    cursor: pointer;
    width:15px;
    height:15px;
    display:block;
    opacity: 0.5;
    margin-top: 14px;
	margin-left: 10px;
	margin-right: 5px;
}

.leaflet-control-map-capture .minibuttons .map-capture-close {
    background: url('img/close.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4px;
}

.leaflet-control-map-capture .minibuttons .map-capture-close:hover {
    opacity: 1;
}

.leaflet-control-map-capture .minibuttons .map-capture-save {
    background: url('img/download.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.leaflet-control-map-capture .minibuttons .map-capture-save:hover {
    opacity: 1;
}

.leaflet-control-map-capture .minibuttons .fullscreen {
    background: url('img/fullscreen.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.leaflet-control-map-capture .minibuttons .fullscreen:hover {
    opacity: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.leaflet-control-map-capture .minibuttons > div:hover .tooltiptext {
    visibility: visible;
}


.leaflet-control-map-capture .minibuttons {
    float:right;
    margin-right: 2px;
}

.leaflet-control-center-bottom .leaflet-control-map-capture {
    position:relative;
    left: -50%;
}

.leaflet-control-center-bottom {
    position: fixed;
    float: none!important;
    z-index: 5000;
    bottom: 10px;
    left: 50%;
    width:auto;
}

.leaflet-container.crosshair-cursor-enabled {
    cursor:crosshair;
}

/* Tooltip text */
.leaflet-control-map-capture .minibuttons > div .tooltiptext {

    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -60px;
    right: -45px;
}

.leaflet-control-map-capture .minibuttons > div .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.leaflet-control-map-capture .minibuttons > div .tooltip-close {
    bottom: 92px;
}

.leaflet-control-map-capture .minibuttons > div .tooltip-save {
    bottom: 67px;
}

.leaflet-control-map-capture .minibuttons > div .tooltip-fullscreen {
    bottom: 37px;
}
