/* Used Colors [ #17a2b8 ] , [ #596D7F ] */


/* General*/
@font-face {
font-family: 'Almarai', sans-serif;
font-family: 'Tajawal', sans-serif;
font-style: normal;
font-weight: normal;
}

* {
    font-family: 'Almarai', sans-serif;
}

body {
    
    font-family: 'Almarai', sans-serif;
    direction: rtl;
  
}

ul {
    
    margin: 0;
    padding: 0;
    list-style: none
}

a {
   color :#FFF;
    text-decoration: none
}


a:hover {
    text-decoration: none;
    color: #e25b1cc2
}

/* End General*/

/* Start upper bar */

.upper-bar {
   background-image: url(../images/bg1.png);
   background-repeat: no-repeat;
   background-size:cover;
   min-height: 120px;
   color: #FFF;
   direction: rtl;
   border-bottom: 1px solid #d7d9da;
}
.upper-bar .logo {
    margin-top: 42px;
    margin-bottom: 5px;
    vertical-align:bottom;
    line-height: 2;
}

.upper-bar span {
    color: #000bba;
    font-size: 17px !important;
    font-weight: bold;
    margin-top: 5px;
      text-align: center;
    font-weight: bold;
    font-size: 22px;
}

.logo img {
    margin-left: 3px;
    width: 75px;
    height: 70px;
}

.social {
    margin-top: 10px
}
.social ul {
    margin-left: 4px
    
}
.upper-bar i {
    margin-left: 9px;
    text-align: left;
    font-size: 25px;
    line-height: 2 
}

upper-bar img{
    margin-top: 5px;
}


.title {
    border: 2px solid #ffffff;
    padding: 6px 7px;
    border-radius: 5px;
    color: #FFF;
    font-weight: 1000;
    margin-bottom: 5px;
    font-family: 'Tajawal', sans-serif;
    background-color: #3cb4b8;
    font-size: 13px;
}

.title:hover {
    color: #e25b1cc2;
    /*color: #e25b1d;*/
    background-color: #01b4b8;
    border: 2px solid #e25b1cc2;
}

/* End upper bar */
/* Start wrapper */

.wrapper {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.wrapper-login {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
    direction: ltr
}


.sidebar {
	height: 100%;
    min-height: 120vh;
	background: #596d7f url(../images/noize.png) repeat 100% 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.20);
	border-right: 1px solid rgba(0, 0, 0, 0.20);
	float: right;
	position: relative;
	z-index: 100;
}

.sidebar-login {
	height: 100%;
    padding: 5px;
	background: #596d7f url(../images/noize.png) repeat 100% 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.20);
	border-right: 1px solid rgba(0, 0, 0, 0.20);
	z-index: 100;
   
}

#menu {
	float: right;
	text-align: right;
	font-family: 'Almarai', sans-serif;
	font-size: 17px;
	margin-top: 40px;
	margin-bottom: 50px;
	position: relative;
	z-index: 100;
	padding: 0 0 0 24px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.menu-v ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 250px;
	background: transparent url(../images/menu-line.png) no-repeat center bottom;
}
 
.menu-v ul li{
	position: relative;
	padding-right: 5px;
	background: transparent url(../images/menu-line.png) no-repeat center top;
	padding: 0;
}

.menu-v ul li a{
	display: block;
	color: white;
	text-decoration: none;
	padding: 12px 0 10px 20px;
	padding-right: 17px;
	background: transparent; 
	color: #f0f0f0;
	text-decoration: none;
	border: none;
}

.menu-v ul li a.active, .menu-v ul li a.selected, .menu-v ul li a:hover{
	text-decoration: none;
	background: transparent url(../images/menu-hover.png) repeat-y left top;
	color: #fff;
}

.menu-v ul li ul{
	position: absolute;
	width: 130px; 
	top: 0px;
	font-weight: normal;
	visibility: hidden;
	text-align: right;
	padding: 0 15px 0 15px;
	margin-left: 0;
	background: #596d7f url(../images/noize.png) repeat top center;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(0, 0, 0, 0.30);
	font-size: 14px;
	line-height: 20px;
}

.menu-v ul li ul li{
	background: transparent url(../images/dropdown-line.png) repeat-x left top;
}

.menu-v ul li ul li:first-child {
	background: none;
	padding-bottom: 0;
}

.menu-v ul li ul li a{
	padding: 12px 0;
}

.menu-v ul li ul li a.active, .menu-v ul li ul li a.selected, .menu-v ul li ul li a:hover{
	background: none;
}


.menu-v ul li ul {
    right: 250px;
    width: 250px
    
}

* html .menu-v ul li { float: right; height: 1%; }
* html .menu-v ul li a { height: 1%; }


/* End wrapper */

/* Start Content */
.content {
	width: 100%;
    padding: 21px 20px 20px 0;
    margin: 13px 0;
    direction: rtl;
    float: right;
}


.jumbotron {
    padding: 4rem 7rem;
    color: #555;
    margin-top: 21px;
}

.jumbotron label {
    text-align: right;
    color: #596d7f;
    margin-right: 4px
}

.jumbotron h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #596d7f
}

.jumbotron btn {
    background-color: #17a2b8;
}


.myjumbotron {
  padding: 2rem 5rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}


.myjumbotron h1 {
text-align: center;
color: #596d7f
}

.myjumbotron h2 {
    text-align: center;
    color: #596d7f
}

.myjumbotron label {
    text-align: right;
    color: #596d7f;
    margin-top: 10px;
    margin-bottom: 7px;
    margin-right: 4px
}

.myjumbotron ul li {
    margin-top: 15px;
    color: #596d7f;
    list-style :initial
}


.jumbotron-login {
  padding: 1rem 3rem;
  margin: 25px 18px;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}


.jumbotron-login h1 {
    text-align: center;
    color: #596d7f;
    margin-bottom: 30px;
}

.jumbotron-login label {
    text-align: right;
    color: #596d7f;
    margin-top: 10px;
    margin-bottom: 7px;
    margin-right: 4px
    
}

.jumbotron-login .btn {
    text-align: left;
    display: block
}


.form-control {
    width: 100%;
    text-align: right;
}

label{
    margin-bottom: 10px;
    margin-left: 10px;
}

.form-control-file {
    margin-top: 8px;
}

btn {
    
    display: inline-block
}
.form-control-plaintext {
    
    background-color: #FFF;
    border: 1px solid #999
}

/* End Content */

/* Start Footer */

.footer {
    padding: 16px 5px;
    text-align: center;
    background: #596d7f url(../images/noize.png) repeat  100%;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
    color: #FFF;
    /*position: absolute;
    right: 0;*/
    overflow: hidden;
     bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.footerr {
    padding: 10px 5px;
    text-align: center;
    background: #596d7f url(../images/noize.png) repeat  100%;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
	box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
    color: #FFF;
    /*position: absolute;
    right: 0;*/
    overflow: hidden;
     bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.footerr .copyright ul li p{
    margin-bottom: 0
}

.footer p {
    text-align: center;
}

.footer .copyright ul li img {
   text-align: center;
}

.footer .copyright ul li p {
   text-align: center;
    margin-bottom: 0px
}

.footer .copyright ul li {
   text-align: center;
   font-size: 12px 
}

.footer .location ul li p {
   text-align: center;
   font-size: 12px;
    margin-top: 23px;
}

.footer .location ul li h5 {
   font-size: 14px;
    text-align: center;
    margin-right: 7px;
    margin-top: 10px;
}

.footer .location ul li h5 i {
    margin-left: 7px
}

.footer .phone ul li {
   text-align: right;
   font-size: 12px 
}


.footer .phone ul li h5 {
    font-size: 14px;
    text-align: center;
    margin-top: 17px;
}

.footer .phone ul li p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-top: 21px;
    letter-spacing: 1.5px
}

.footer .phone ul li h5 i {
   margin-left: 7px
}

.footer .email ul li {
   text-align: right;
   font-size: 12px 
}


.footer .email ul li h5 {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.footer .email ul li p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-top: 21px;
    letter-spacing: 1.5px
}

.footer .email ul li h5 i {
   margin-left: 7px
}


/* End Footer */

/* Media Quieries */


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .upper-bar {
       background-color: #17a2b8;
       background-image: none;
       background-repeat: no-repeat;
       background-size:cover;
       min-height: 120px;
   
    }
    .upper-bar .logo {
        margin-top: 29px;
        margin-bottom: 0;
        line-height: 0;
        text-align: center;
    }

    .logo img {
        margin-left: 6px;
        width: 58px;
        height: 57px;
    }

    .social {
        text-align: center;
        margin-top: 0;
    }
    .social ul {
        margin-left: 0;

    }
    
    .wrapper-login {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
    direction: ltr
}
    
    
    .upper-bar i {
        margin-left: 6px;
        margin-right: 7px;
        text-align: right;
        font-size: 30px;
    }

    .upper-bar img{
        margin-top: 5px;
    }
    .upper-bar span {
        text-align: center;
        font-weight: bold;
         color: #fff;
        font-size: 15px !important;
    }

    .title {
        padding: 9px 10px;
        border-radius: 9px;
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 14px;
        background-color: #34a2b7 !important;
    }
    
    
    .content {
        margin: 20px 0;
        padding: 1px;
    }
    
    .jumbotron {
        padding: 2rem 1rem;
        margin-top: 0px;
    }

    .jumbotron label {
       text-align: right;
        color: #596d7f;
        margin-right: 4px
        }

    .jumbotron h1 {
        margin-bottom: 13px;
        font-size: 1.3rem;
        }

    .jumbotron .btn {
        background-color: #34a2b7;
        font-size: 1rem !important;
        }
    
    .form-control {
        height: 50px;
        }
    
     .myjumbotron {
        padding: 2rem 1rem;
        }


    .myjumbotron h1 {
        font-size: 1.5rem;
        }

    .myjumbotron h2 {
        font-size: 1.5rem;
        }
    
    .myjumbotron h4 {
        font-size: 1.5rem;
        }

    .myjumbotron ul li {
        margin-right: 13px;
        
        }

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .upper-bar {
       background-color: #17a2b8;
       background-image: none;
       background-repeat: no-repeat;
       background-size:cover;
       min-height: 120px;
    }
    
    .upper-bar .logo {
        margin-top: 29px;
        margin-bottom: 0;
        line-height: 0;
        text-align: center;
    }

    .logo img {
        margin-left: 6px;
        width: 58px;
        height: 57px;
    }

    .social {
        text-align: center;
        margin-top: 0;
    }
    .social ul {
        margin-left: 0;

    }
    .upper-bar i {
        margin-left: 6px;
        margin-right: 7px;
        text-align: right;
        font-size: 30px;
    }

    .upper-bar img{
        margin-top: 5px;
    }
    .upper-bar span {
        text-align: center;
        font-weight: bold;
         color: #fff;
        font-size: 15px !important;
    }

    .title {
        padding: 9px 10px;
        border-radius: 9px;
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 14px;
        background-color: #34a2b7 !important;
    }
    
    .sidebar {
	   float: none;
	}
    
    .content {
        margin: 20px 0;
        padding: 1px;
    }
    
    .jumbotron {
        padding: 2rem 1rem;
        margin-top: 0px;
    }

    .jumbotron label {
       text-align: right;
        color: #596d7f;
        margin-right: 4px
        }

    .jumbotron h1 {
        margin-bottom: 13px;
        font-size: 1.3rem;
        }

    .jumbotron .btn {
        background-color: #34a2b7;
        font-size: 1rem !important;
        }
    
    .form-control {
    height: 50px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .upper-bar {
        background-image: url(../images/bg1.png);
        background-repeat: no-repeat;
        background-size:contain;
        min-height: 101px;
    }
    
    .upper-bar .logo {
        margin-top: 29px;
        margin-bottom: 0;
        line-height: 0;
        text-align: right;
    }

    .logo img {
        margin-left: 6px;
        width: 58px;
        height: 57px;
    }

    .social {
        text-align: left;
        margin-top: 0;
    }
    .social ul {
        margin-left: 0;

    }
    .upper-bar i {
        margin-left: 6px;
        margin-right: 7px;
        text-align: right;
        font-size: 30px;
    }

    .upper-bar img{
        margin-top: 5px;
    }
    .upper-bar span {
        text-align: center;
        font-weight: bold;
         color: #000bba;
        font-size: 15px !important;
    }

    .title {
        padding: 7px 10px;
        border-radius: 9px;
        font-weight: bold;
        margin-bottom: 0px;
        font-size: 14px;
        background-color: #3cb4b8 !important;
    }
   
    .content {
        padding: 0px;
  
    }

    #menu {
        padding: 0px;
    }

    .jumbotron-login {
        padding: 1rem 0.5rem;
    }
    
    .myjumbotron {
      padding: 2rem 6rem 1rem 1rem;
    }


    .myjumbotron h1 {
        font-size: 1.8rem;
        }

    .myjumbotron h2 {
        font-size: 1.8rem;

        }

    .myjumbotron label {
        text-align: right;
        color: #596d7f;
        margin-top: 10px;
        margin-bottom: 7px;
        margin-right: 4px
        }

    .myjumbotron ul li {
        margin-top: 15px;
        color: #596d7f;
        list-style :initial
        }


    
    .footer .phone ul li h5 {
    font-size: 13px;
    }
}