.r-warning-modal-bg{
    background: rgba(93, 93, 93, 0.37);
    /*background-color: rgb(119, 119, 119);*/
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    display: block;
    /*opacity: 0.7;*/
    position: fixed;
    z-index: 105;
    margin: 0 !important;
}

.r-warning-modal-city{
    z-index: 3;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    border: 0px solid #FFFFFF;
    border-width: 2px;
    /*min-height: 469px;*/
    position: fixed;
    left: 25%;
    opacity: 0;
}

.r-warning-modal-city .layout{
    border: 1px solid #e0e0e0;
    background-color: #fff;
    /*min-height: 460px;*/
    background-image: url('/local/templates/roomatic/assets/images/background.jpg');
}

.r-warning-modal-city .header{
    height: 10px;
    font-size: 14px;
    line-height: 10px;
    padding: 9px 17px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff0000;
    border-bottom: 1px solid #e0e0e0;
    background-image: url('/local/templates/roomatic/images/menu-bg.png');
    position: relative;
}

.r-warning-modal-city .warning-close{
    position: absolute;
    width: 30px;
    height: 30px;
    top: -1px;
    right: -1px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('/local/templates/roomatic/images/sprite.jpg');
    background-position: 0 -300px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.r-warning-modal-city .body{
    border-bottom: 1px solid #e0e0e0;
    padding: 17px;
    padding-right: 0;
    overflow-y: auto;
    height: auto;
    padding-bottom: 10px;
    background: #F0F0F0 !important;
    /*min-height: 512px;*/
}

.r-warning-modal-city .buttons-block{
    padding: 17px;
    /*width: 705px !important;*/
}

.r-warning-modal-city .table{
    /*margin-bottom: -1px;*/
    margin-bottom: -1px;
    height: 79px;
}


.r-warning-modal-city .field{
    display: inline-block;
    background: #fff;
    width: 340px;
    height: 78px;
    border: 1px solid #e0e0e0;
}

.r-warning-modal-city .marker{
    background: url('/local/templates/roomatic/images/marker.png');
    width: 8px;
    background-position: -1px 0px;
    height: 10px;
    display: inline-block;
    vertical-align: 37px;
    margin-left: 2px;
}

.r-warning-modal-city .no-margin{
    margin-bottom: -6px;
}

.r-warning-modal-city .field img{
    width: 55px;
    height: 55px;
    border: 1px solid #A6A6A6;
    display: inline-block;
    margin: 11px;
}

.disable{
    background-color: #EFEFEF !important;
    color: #85888D;;
}

.r-warning-modal-city .text{
    display: inline-block;
    vertical-align: 22px;
    margin-top: 0px;
    margin-left: 17px;
    vertical-align: top;
    width: 257px;
}

.r-warning-modal-city .text-title{
    font-size: 12px;
    font-weight: bold;
    margin-top: -1px;
}

.r-warning-modal-city .text-body{
    font-size: 12px;
    padding-top: 2px;
    width: 246px;
}


.disable-link{
    cursor: default;
    text-decoration: none;
    color: #85888D;;
}

.disable-link:hover{
    text-decoration: none !important;
}

.showModalWindow{
    color: #000;
    text-decoration: none;
}

.showModalWindow:hover{
    color: #000;
    text-decoration: none;
}

.activeBacground{
    cursor: pointer;
}

.activeBacground:hover{
    background-color: #EDEDED;
}

.blocked{
    display: none;
}

.min-height{
    min-height: 10px !important;
}

.modal-button{
    text-align: center;
    height: 23px!important;
    width: 111px!important;
    font-weight: bold;
    border: 1px solid red;
    padding-top: 5px;
    background: white;
    margin: .5em 16px 0 0;
    cursor: pointer;
    float: left;
    font-size: 12px;
    display: inline-block;
    color: #888;
    text-decoration: none;
}

.modal-button:hover{
    text-decoration: none;
    background: rgb(237, 237, 237);
    color: black;
}

