html{
    background-color: #d99b9b;
}
*{
    font-family: 'Almarai', sans-serif; 
}
body{
    background-color: #d99b9b;
}
.bg-light {
    background-color: #fff !important;
}

#navbar{
    width: 100%;
}
#navbarSupportedContent li{
    color: #111;
}
.navbar-brand{
    font-size: 24px;
}

#topcontrol {
    z-index: 2;
    background: #FF8500 url(../img/separate.png) no-repeat center -410px;
    background-color: rgb(255, 133, 0);
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto;
    background-color: #f47c26 !important;
}
#containerUser{
    min-height: 682px;
}
#delUser
{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}
#delUserok
{
    width: 20%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}
.container-fluid {
    min-height: 682px;
}

@media screen and (min-width: 300px)and (max-width: 700px) {
	#logo-h img{
	
	width: 40px;
}
    .slide{
        margin-top: 56px !important;
    }
    .navbar-brand{
    font-size: 15px;
}.navbar-brand img{
    width: 40px !important;
}
    #delUser
    {
        width: 95%;
    }
    #delUserok
    {
        width: 95%;
    }

 
}
@media screen and (min-width: 710px)and (max-width: 1024px) {
	#logo-h img{	
	width: 40px;
}
    .navbar-brand{
    font-size: 18px;
}
 
}