

.BackgroundGray {
    background-color: #434343;
    height: 100%;
    width:100%;
    position: absolute;
}

.BackgroundLightGray {
    background-color: #f2f2f2;
    height: 100%;
    position: absolute;
    overflow: auto;
}
#Logo_UR img{
    height:150px;
    margin-bottom:30px;
}
.Mobile_SelectBlocks {
    height: 120px;
    width: 180px;
    background-color: rgba(16,66,122,1);
    display: inline-block;
    margin: 10px;
    color: white;
    vertical-align: top;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.Mobile_SelectBlocks:nth-child(3){
    display:block;
    background-color:red;
    margin-inline:auto;
    margin-right:-50px;
}
.Mobile_SelectBlocks p{
    font-size:12px;
}
.Mobile_SelectBlocks i{
    margin-top:20px;
    margin-bottom:10px;
}
.MobileHome_Buttons{
    text-align:center;
}
.MobileDashboardBox_Icon{
    height:72px;
    margin-top:5px;
}
.CenterTable {
    margin-left: auto;
    margin-right: auto;
}
.Mobile_SelectBlocks:hover {
    cursor: pointer;
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
}
.SMART_BackBtn {
    font-size: 16px;
    font-weight: 500;
    color: white;
    background-color: transparent;
    border: none;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    display: inline-block;
}
.SMART_BackBtn_black {
    font-size: 16px;
    font-weight: 500;
    color: black;
    background-color: transparent;
    border: none;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    display: inline-block;
}
    .SMART_Table .dx-header-row {
        background-color: rgba(16,66,122,1);
        color: white;
    }
.SMART_Title {
    padding-top: 15px;
    padding-left: 30px;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
}
.SMART_TopArea {
    height: 45px;
    padding-bottom: 52px;
    background-color: white;
    position: relative;
}
.SMART_Right_btn{
    float:right;
    margin:5px;
    margin-right:10px;
    margin-top:15px;
    background-color:transparent;
    border:none;
}
/*dx-row dx-data-row*/
.SMART_Table .dx-state-hover:hover {
    cursor: pointer;
}
/*#f2f2f2*/
.SMART_Table .dx-data-row {
    background-color: #f2f2f2;
}
.SMART_Table {
}

.MobileBottomBar {
    width: 100%;
    background-color: white;
    height: 55px;
    position: fixed;
    bottom: 0;
    width: 100%;
    border: 1px solid silver;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}
.MobileBottomBar button{
    border:none;
    background-color:transparent;
    margin-right:3%;
    margin-left:3%;
}
    .MobileBottomBar button:nth-child(1) {
        color: #9e9e9e;
    }
    .MobileBottomBar button:nth-child(2) {
        color: #7cb957;
        margin-top: -15px;
    }
    .MobileBottomBar button:nth-child(3) {
        color: #3c3a4d;
    }

.SMART_MiddleBox{
    width:330px;
}
.SMART_MiddleBox p{
    text-align:left;
    margin-left:18px;
    margin-bottom:0px;
    color:black;
}
    .SMART_MiddleBox input {
        width: 300px;
        border: 2px solid #dcdcdc;
        border-radius: 5px;
        height:30px;
    }
    .SMART_MiddleBox textarea {
        width: 300px;
        border: 2px solid #dcdcdc;
        border-radius: 5px;
        height: 70px;
    }
.Line_Light {
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    margin-top:10px;
    margin-bottom:10px;
}



















