﻿@font-face {
    font-family: 'DroidKufi-Regular';
    src: url('../fonts/DroidKufi-Regular.ttf') format('truetype'), url(../fonts/DroidKufi-Regular.eot) format('opentype');
}

body {
    font-family:DroidKufi-Regular,Calibri;
    overflow:hidden;
}

.control-label {
    font-family:DroidKufi-Regular;
}

.bgLoading
{
	width:100%;height:100%;
	background-color:#000;
	position:absolute;
	left:0px;top:0px;
	z-index:99998;
	filter: alpha(opacity=50);
	opacity: .50;
	text-align:center;
	padding:20px;
	color:Red;
	font-family:Segoe UI;
    height:1000px;
	display:none;
}
.bgLoadingSub
{
z-index:99999;
filter: alpha(opacity=100);
text-align:center;
vertical-align:middle;
opacity:1;
background-color:Transparent;
height:1000px;
display:none;
}

.bgShadow
{
    width:100%;height:100%;
    background-color:#000;
    position:absolute;
    left:0px;top:0px;
    z-index:99997;
    filter: alpha(opacity=50);
    opacity: .50;
    text-align:center;
    padding:20px;
    padding-top:100px;
    color:Red;
    font-family:Segoe UI;
    display:none;
}

.bgShadowOnLoad
{
    width:100%;height:100%;
    background-color:white;
    position:absolute;
    left:0px;top:0px;
    z-index:99999;
    text-align:left;
    padding:20px;
    direction:rtl;
    font-size:20px;
    font-weight:bold;
    color:Red;
    font-family:Segoe UI;
}

.bgShadowPopUp
{
    width:100%;height:100%;
    background-color:#000;
    position:absolute;
    left:0px;top:0px;
    z-index:99;
    filter: alpha(opacity=50);
    opacity: .50;
    text-align:center;
    padding:20px;
    padding-top:100px;
    color:Red;
    font-family:Segoe UI;
    display:none;
}
#alert-box {
    z-index:99999;
    width:500px;
    height:auto;
    border:1px solid #409140;
    position:absolute;
    display:none;
    background-color:White;
}

#alert-text {
    background-color:#27445c;
    color:White;
    margin:1px;
    padding:4px;
}

#alert-message {
    padding:10px;
}

#alert-btn {
    border-top:1px solid #182e40;
    padding:6px;
    text-align:right;
}

#confirm-box {
    z-index:99999;
    width:500px;
    height:auto;
    border:1px solid #409140;
    position:absolute;
    display:none;
    background-color:White;
}

#confirm-text {
    background-color:#27445c;
    color:White;
    margin:1px;
    padding:4px;
}

#confirm-message {
    padding:10px;
}

#confirm-btn {
    border-top:1px solid #182e40;
    padding:6px;
    text-align:right;
}

.checkBoxTextStyle {
    font-weight:bold;
    padding-left:7px;
}
.radioTextStyle {
    font-weight:bold;
    padding-left:7px;
}
.showCursor {
    cursor:pointer;
}

.errorIcon-Style {
    font-size:26px;
    cursor:pointer;
    padding-top:4px;
}

.btnMinWidth {
    min-width:80px;
    font-weight:bold;
}

.text-white {
    color:white;
}

/*Extending bootstrap for customasiztion*/
.tooltip.left .tooltip-inner {
    background-color:#a84543;
}

.tooltip.left .tooltip-arrow {border-left: 5px solid #a84543 !important;}

.tooltip.top .tooltip-inner {
    background-color:#a84543;
}

.tooltip.top .tooltip-arrow {
      border-top-color: #a84543;
}
.tooltip.top .tooltip-arrow {border-top: 5px solid #a84543 !important;}

.form-control {
  border-radius: 5px;
}

.col-md-12 {
    padding-left:15px;
    padding-right:15px;
}

.customtooltip{
	margin:8px;
	padding:8px;
	border:2px solid #a6814e;
	background-color:#f2ce9b;
    color:#4a4a4a;
    font-weight:bold;
    border-radius:8px;
	position: absolute;
	z-index: 9999;
}


#popup-box {
    z-index:99999;
    width:500px;
    height:auto;
    border:1px solid #409140;
    position:absolute;
    background-color:#f5f5f5;
}

#popup-text {
    background-color:#27445c;
    color:White;
    margin:1px;
    padding:4px;
}

#popup-message {
    padding:10px;
}

#popup-btn {
    border-top:1px solid #182e40;
    padding:6px;
    text-align:right;
}

.ui-datepicker-month {
    color: black !important;
}

.ui-datepicker-year {
    color: black !important;
}