@import "http://fonts.googleapis.com/earlyaccess/droidarabickufi.css";
*{
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
html {background-color: #fff}
body {
    font-family: 'Droid Arabic Kufi',tahoma;
    margin: 0;
    padding: 0;
	background-color: #f5f5f5;
	/*background-image: url(../img/bg.png);*/
	background-repeat: no-repeat;
	background-position: top center
}
body a {
    -webkit-transition:all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a:hover, a:focus {
    color: #A2A2A2;
    text-decoration: none;
}
.input-group {margin-top: 15px; }
.input-group .form-control{    height: 38px;}
.well-sm { margin-top: 15px;}
.logoleft { float: left;}
.btnhg {width: 170%; margin-bottom:15px;}
.input-group .form-control{ position:initial;}
div#ui-datepicker-div {
    background: #f3f3f3;
}
span.ui-icon.ui-icon-circle-triangle-w {
    left: 20%;
}
span.ui-datepicker-month { color: #fff; }



h3, .h3 {
    font-size: 22px;
}


footer {
    background-color: #222;
    border-top: 4px solid #555;
    color: #ccc;
}
.copyright-section {
    padding: 15px 0;
	font-size: 11px;
	letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.copyright-section p {
	font-size: 11px;
	text-transform: uppercase;
}

ul.footer-nav {
    /* float: right; */
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
	color: #fff;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


.block {
    background: #FFF;
    padding: 10px;
	    margin: 45px;
}
.alert-danger{    background-color: transparent;margin-right: 3px;}
.col-sm-6.right_text.colso {
    display: flex;
}

#TxtBirthDate,#TxtQualDate{ cursor: pointer; }