﻿@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;
    font-size: initial;
    overflow:hidden;
}

.control-label {
    font-family:DroidKufi-Regular;
}

.bgLoading
{
	width:100%;height:100%;
	background-color:#000;
	position:absolute;
	right: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;
    right: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;
    right:0px;top:0px;
    z-index:99999;
    text-align:right;
    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;
    right: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;
}

.hotelRoomContainer {
    float: left;
    cursor: pointer;
}

.hotelRoom {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 6px;
    background-color: yellow;
    cursor: pointer;
    margin: 10px;
    margin-bottom: 5px;
}

.roomNoTxt {
    padding-top: 4px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: white;
}

.bedsLeftTxt {
    padding-bottom: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: white;
}

.roomTypeTxt {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: black;
    margin-bottom: 10px;
}

.badgeChat {
        background-color: indianred;
        font-size: 16px;
        cursor: pointer;
        padding: 4px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 5px;
        color: #fff;
    }

 .disabled-select {
   background-color:#d5d5d5;
   opacity:0.5;
   border-radius:3px;
   cursor:not-allowed;
   position:absolute;
   top:0;
   bottom:0;
   right:0;
   left:0;
   z-index:9999;
}

.readonly-select {
   background-color:#fcfcfc;
   opacity:0.5;
   border-radius:3px;
   cursor:not-allowed;
   position:absolute;
   top:0;
   bottom:0;
   right:0;
   left:0;
   z-index:9999;
}
.form-group .select2-container {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}


.gridAHref {
    color: #182e40;
    font-weight:bold;
    font-size:14px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.gridAHref:hover {
    color: #409140;
    text-decoration: underline;
    cursor: pointer;
}

.gridAHref:active {
    color: Red;
}

.GridPlusMinus {
color:black;
cursor:pointer;
margin-left:3px;
margin-right:3px;
font-size:16px;
}

.tblSubTable th {
        background-color: #3c8cba;
        color: white;
    }

.addIcon-Style {
    font-size: 26px;
    cursor: pointer;
    color:forestgreen;
    padding-top: 4px;
}

.addIcon-Style:hover {
    color:#a84543;
}


.balanceRow {
    background-color:#d1f7d6;
    font-weight:bold;
    }

.CustomAccordionHeader {
    background-image: linear-gradient(#3c8cba, #3c8cba);
    height:35px;
    vertical-align:middle;
    text-align:right;
    color:#fff;
    padding:6px;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    border-radius:5px 5px 0px 0px;
    cursor:pointer;
}

.CustomAccordionContent
{
    border:1.3pt solid #3c8cba;
    height:auto;
    border-top:0px;
    padding:3px;
    padding-top:8px;
}

.CustomAccordionSpace {
    font-size:.02pt;
    height:10px;
}


.ui-autocomplete {
    background: #f5f5f5;
    border-radius: 0px;
}
.ui-autocomplete.source:hover {
    background: #5897fb;
}

.ui-menu .ui-menu-item {
    background: #ffffff;
    padding:4px;
    padding-left:10px;
    padding-right:10px;
    margin:1px;
}

.ui-menu .ui-menu-item:hover{
    background: #5897fb;
    padding:4px;
    padding-left:10px;
    padding-right:10px;
    margin:1px;
    color:white;
    border:0px;
}

.fieldSet-Text {
  background: #fff none repeat scroll 0 0;
  height: auto;
  margin-left: 20px;
  padding: 3px 5px;
  position: absolute;
  margin-top: -13px;
  border: 1.3pt solid #337ab7;
  border-radius: 8px;
  font-size:14px;
  padding-left:10px;
  padding-right:10px;

}

.fieldSet {
  /* for text on pannel */
  margin-top: 15px !important;
  border:1.3pt solid #337ab7;
  border-radius:5px;
  padding:10px;
  padding-top:0px;
}

.fieldSet-body {
  padding-top: 0px !important;
}

.animateNotification {
       animation: scaleIcon .5s alternate infinite ease-in;
       color:red;
       font-weight:bold;
}

@keyframes scaleIcon {
    0%   {transform: scale(.8); color:white;}
    50%   {transform: scale(1); color:red;}
    100% {transform: scale(1.5); color:white;}
}

/*--------------------Hijiri date control------------------------------*/
.ui-datepicker td span,
.ui-datepicker td a {
	padding-bottom: 1em;
}

.ui-datepicker-title[data-custom] {
	position: relative;
	padding-bottom: 3px;
}
.ui-datepicker-title[data-custom]::after {
	color: orange;
	content: attr(data-custom);
	display: block;
	font-size: 14px;
}

.ui-datepicker td[title]::after {
	content: attr(title);
	display: block;
	position: relative;
	color: orange;
	font-size: .9em;
    font-weight:600;
	height: 1.25em;
	margin-top: -1.38em;
	text-align: left;
	padding-left: .30em;
    margin-bottom:2px;
    cursor:pointer;
}
/*--------------------end ------------------------------*/


/*--------------special table style---------------------------*/
#tblSpecial {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    background-color:#f9f9f9;
}

#tblSpecial td, #tblSpecial th {
    border: 1px solid #ddd;
    padding: 8px;
}

#tblSpecial tr:nth-child(even) {
    background-color: #f9f9f9;
}

#tblSpecial th {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    background-color: #406380;
    color: white;
}
/*--------------------end ------------------------------*/