﻿html, body {
    height: 100% !important;
    font-family: web_Yekan;
    margin: 0;
    padding: 0
}

.bgx {
    width: 100%;
    min-height: 100%;
    background-image: url('/Images/Content/CityBg.jpg?t=1');
    background-repeat: repeat-y;
    background-size: cover;
}

.RadBox {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
    border: silver solid 1px;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    direction: rtl;
    vertical-align: middle !important
}

.RadBox * {
    color: black;
    font-weight: bold
}

.logo {
    width: 100%
}

.fancy-tooltip em {
    color: white;
}

.btn {
    font-weight: 400;
    font-size: 1em !important;
    color: white
}