.form-control::-webkit-input-placeholder { color: #aaa !important; }
.form-control:-moz-placeholder { color: #aaa !important; }
.form-control::-moz-placeholder { color: #aaa !important; }
.form-control:-ms-input-placeholder { color: #aaa !important; }

/* Let's get this party started */
::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(225,225,225,0.3); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(225,225,225,0.3); 
}


body{
    margin: 0px;
    overflow: hidden;
}

.app-label{
    color: white;
    background-color: #ccc;
}

.tooltip-left{
    margin-right: 30px;
}

.btn1{
    background: transparent;
    color: rgba(11, 74, 119, 0.75); /*#F2F2F2;*/
    /* CSS Transition */
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: none;
}

.btn2{
    background: transparent;
    color: #979797;
    /* CSS Transition */
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: none;
}

.btn3{
    background-color: #2196F3;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
}

.btn4{
    background-color: #7DC94D;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
}

.btn4:hover, .btn4:focus, .btn4:active, .button-primary-override:visited{
    background-color: #6CB83C !important;
}

.app-loading-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    opacity:0.1;
    filter: alpha(opacity = 0.1);
    background-color: black;
    z-index: 100009;
}

.app-loading{
    background-image:url(../imgs/preloader_horizontal.gif);
    left: 75px;
    bottom: 5px;
    position: absolute;
    display: none;
    width: 160px;
    height: 24px;
    background-position:center;
    background-repeat:no-repeat;
    z-index: 10000000 !important;
}

.map-header{
    background-color: #f1f1f1;
    width: 100%;
    overflow: auto;
    height: 0px;
    min-width: 550px;
}

.position-rt{
    position: absolute;
    right: 5px;
    top: 5px;
}

.position-lt{
    position: absolute;
    left: 5px;
    top: 5px;
}

.layers-tree-checkbox{
    display:initial;
    top: 2px;
    position: relative;
}

.ordering-item-stl{
    padding: 5px;
    margin: 5px;
    color: white;
}

.form-ordering{
    width: 90%;
    margin: 0 auto;
}

.app-icon-div {
    width: 25px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10px;
}