﻿body {
	padding-left: 15px;
	padding-right: 15px;
}

.body_no_map {
	overflow-y: auto !important;
	overflow-x: hidden;
}

.bottone {
    width: 140px;
}

.bottoneBig {
    width: 180px;
}

.imgbutton{
    max-width: 20px;  
    max-height: 20px;  
}

.inline {
    line-height: 40px;
}

.posizioneModal {
   /*position: absolute;
   bottom: 0;
   left: 0;
   z-index: 10040;
   overflow: auto;
   overflow-y: auto;*/
   top: 130px !important;
}
#BasemapToggle {
    position: absolute;
    top: 20px;
    right: 34px;
    z-index: 50;
}

.btnAddRow {
    background: #ff0000;
}
.btnAddRow2 {
    background: #ff0000;
    color:white;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-right136 {
    margin-right: 136px;
}
/*#login_credential {
    width: 100%;
    background-color: #428bca;
    border-color: #428bca;
}*/

.loader {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background-color: #ffffff; /*#cccccc;*/
    opacity: 1;
    display: none;
}

.body_form_pwd {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /*background-color: #dd1936;*/
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-image: url('../Layout/img/background_change_pwd.jpg')
}