﻿@font-face {
    font-family: 'DroidKufi-Regular';
    src: url('../fonts/DroidKufi-Regular.ttf') format('truetype'), url(../fonts/DroidKufi-Regular.eot) format('opentype');
}

body {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    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: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;
    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 #51859a;
    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 #51859a;
    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 #51859a;
    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;
}

.readonly-select {
   background-color:#fcfcfc;
   opacity:0.5;
   border-radius:3px;
   cursor:not-allowed;
   position:absolute;
   top:0;
   bottom:0;
   right:0;
   left:0;
}
.form-group .select2-container {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}


.gridAHref {
    color: #51859a;
    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;
}