body {margin: 0;}

.page-curl {
    background: #eeeeee;
    padding: 50px 50px;
    border-radius: 20px;
    box-shadow: -15px 15px 25px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.page-curl-design-top {
    position: absolute;
    top: -20px;
    left: -50px;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background: #00863d;
    background-image: linear-gradient(45deg, #00863d, #95c43a);
}
.page-curl-design-top-yellow {
    position: absolute;
    top: -50px;
    left: 0;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background: #f0ba00;
    background-image: linear-gradient(45deg, #f0ba00, #ffd200);
}
.page-curl-design-bottom {
    position: absolute;
    bottom: -20px;
    right: -50px;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background: #222222;
    background-image: linear-gradient(45deg, #222222, #555555);
}
.page-curl-design-bottom-yellow {
    position: absolute;
    bottom: -70px;
    right: 0;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background: #f0ba00;
    background-image: linear-gradient(45deg, #f0ba00, #ffd200);
}

/*----------------------------------TOP NAVIGATION-----------------------------------------*/

.navbar-inverse {
    border: 0px;
}

.navbar-inverse .navbar-nav>.active> a, 
.navbar-inverse .navbar-nav>.active> a:focus, 
.navbar-inverse .navbar-nav>.active> a:hover {
    /*background-color: #4CAF50;*/
    background-color: #ff5f09;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    background-color: #457f00;
    color: #ffffff;
}

.logoutstyle {
    margin:0px;
}

.logoutstyle:hover {
    background-color: red;
}

/*---------------------------------------------------------------------------------------------*/



.datepicker {
    font-size: 16px;
    position: relative;
    top: auto;
    left: auto;
}
    
@media screen and (min-width: 992px) {
    .datepicker {
        position: fixed;
        top: 50%;
        left: 5%;
        transform: translate(-5%, -50%);
        
        background: #191654;
        background-image: linear-gradient(to right, #191654, #43C6AC);
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 23px 10px -20px rgba(0, 0, 0, 1);
    }
    
    .datepicker::before {
        content: "Select a Date";
        padding-bottom: 5px;
        color: #fff;
    }
}

.loading {
	border: 3px solid #cccccc;
	border-radius: 50%;
	border-top: 3px solid #999;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	display: none;
	margin-left: 0px;
	vertical-align: middle;
	position: relative;
	top: -60px;
	left: -15px;
}

            /* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


#showAvailabilityDate, #showRoomBookedDate {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px solid #777777;
}

.roomtable {
    padding: 10px;
}

.roomtablewrapper {
    display: table;
    height: 100%;
    width: 100%;
    background: #aaaaaa;
    background-image: linear-gradient(to right, #aaaaaa, #dddddd);
    border-radius: 10px;
    box-shadow: 0 20px 10px -20px rgba(0, 0, 0, 1);
    padding: 10px 0;
}

.roomtableheading {
	font-style: italic;
	font-weight: bold;
	color: #fff;
	background-color: #555555;
	background-image: linear-gradient(to right, #555555, #999999);
	padding: 4px 10px;
	margin: 15px 0px 5px 0px;
	position: relative;
	white-space: normal;
	box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .6) inset;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
}


.roomsavailable, #availablebutton {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #085b08;
	background-color: green;
	background-image: linear-gradient(to right, #56ab2f, #a8e063);
	box-shadow: 0 8px 5px -8px rgba(0, 0, 0, 1);
	padding: 7px 12px;
	margin: 2px 4px;
	border-radius: 5px;
	cursor:pointer;
}

.roomsblocked, #blockbutton {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #adadad;
	background-color: gray;
	background-image: linear-gradient(to right, #29323c, #485563);
	box-shadow: 0 8px 5px -8px rgba(0, 0, 0, 1);
	padding: 7px 12px;
	margin: 2px 4px;
	border-radius: 5px;
	cursor:pointer;
}

.roomsonprocess, #onprocessbutton {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #613506;
	background-color: orange;
	background-image: linear-gradient(to right, #fc4a1a, #f7b733);
	box-shadow: 0 8px 5px -8px rgba(0, 0, 0, 1);
	padding: 7px 12px;
	margin: 2px 4px;
	border-radius: 5px;
	cursor:pointer;
}

.roomsbooked, #bookbutton {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #4c0707;
	background-color: red;
	background-image: linear-gradient(to right, #93291E, #ED213A);
	box-shadow: 0 8px 5px -8px rgba(0, 0, 0, 1);
	padding: 7px 12px;
	margin: 2px 4px;
	border-radius: 5px;
	cursor:pointer;
}





progress {
  border: none;
  height: 5px;
  width: 100%;
  background: gray;
}

progress {
  color: lightblue;
}

progress::-webkit-progress-value {
  background: lightblue;
}

progress::-moz-progress-bar {
  background: lightcolor;
}

progress::-webkit-progress-value {
  background: gray;
}

progress::-webkit-progress-bar {
  background: blue;
}






.rowinside {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.imagecontainer {
  position: relative;
  width:150px;
  margin: 10px 10px;
  justify-content: center;
  padding:0;
  box-shadow: 0 8px 5px -8px rgba(0, 0, 0, 1);
}

.imageadder {
  position: relative;
  width:150px;
  margin: 10px 10px;
  justify-content: center;
  padding:0;
  margin:0;
}

.hover {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 150px;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
  cursor:pointer;
  border-radius:4px;
}

.imagecontainer:hover .overlay {
  opacity: .7;
}

.deletetext {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}




.albumstyling {
	color: #999999;
	cursor: pointer;
}

.albumstyling:hover {
	color: #d85252;
}






.splittop {
    height: 47%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 1;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 0px;
}

.splitbottom {
    height: 53%;
    width: 50%;
    position: fixed;
    z-index: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 0px;
}

.lefttop {
    left: 0;
    background-color: #dddddd;
    background-image: linear-gradient(to right, #cccccc, #eeeeee);
}

.righttop {
    right: 0;
    /*background-color: #ff5f09;*/
    background-color: #aaaaaa;
    background-image: linear-gradient(to right, #999999, #bbbbbb);
}

.leftbottom {
    left: 0;
    /*background-color: #ff5f09;*/
    background-color: #aaaaaa;
    background-image: linear-gradient(to right, #999999, #bbbbbb);
}

.leftbottompending {
    left: 0;
    /*background-color: #ff5f09;*/
    background-color: #aaaaaa;
    background-image: linear-gradient(to right, #999999, #bbbbbb);
    animation: glowing 1000ms infinite;
}

@keyframes glowing {
  0% { box-shadow: inset 0 10px -10px #000; }
  40% { box-shadow: inset 0 10px 40px #000; }
  60% { box-shadow: inset 0 10px 40px #000; }
  100% { box-shadow: inset 0 10px -10px #000; }
}

.rightbottom {
    right: 0;
    background-color: #dddddd;
    background-image: linear-gradient(to right, #cccccc, #eeeeee);
}

.centeredtop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color:#000;
}

.centeredbottom {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color:#000;
}

.centeredtop img, .centeredbottom img {
    width: 50%;
}

.icontext {
    margin:0;
    font-size:22px;
}




/*-------------------------------------------------*/

.loginbutton {
	width: 100%;
	border-radius:30px;
	background:#00863d;
	background-image:linear-gradient(to bottom, #95c43a, #00863d);
	border:0;
	color: #ffffff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}

.loginbutton:hover, .loginbutton:active, .loginbutton:visited {
	background:#00863d;
	background-image:linear-gradient(to bottom, #7aaa18, #066732);
	color:#dddddd;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
}


/*------------------Testimonial-------------------------------*/
.testiheading {
    /*background:#00863d;
	background-image:linear-gradient(to bottom, #95c43a, #00863d);*/
	background: #76b852;
    background-image: -webkit-linear-gradient(45deg, #76b852, #8DC26F);
    background-image: linear-gradient(45deg, #76b852 0%, #8DC26F 80%, #76b852 80%, #8DC26F);
	color: #ffffff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    padding: 8px 25px 8px 25px;
    border-radius: 50px;
    margin-bottom: 20px;
}

#TestiTable, #PendingTestiTable {
    padding: 0 40px;
}
#TestiTable > table {
    border-collapse:collapse;
}
#TestiTable > table tr td {
    border: 1px solid #222;
    padding:5px 10px 5px 10px;
}
#TestiTable > table tr:nth-child(even) {
    border: 1px solid #222;
    padding:5px 10px 5px 10px;
    background: #fafafa;
    cursor:move;
}
#TestiTable > table tr:nth-child(odd) {
    border: 1px solid #222;
    padding:5px 10px 5px 10px;
    background: #ffffff;
    cursor:move;
}
#TestiTable > table tr:first-child {
    border: 1px solid #999;
    padding:5px 10px 5px 10px;
    /*background: #6ab23a;*/
    background: #222222;
    color: #fff;
    font-weight: bold;
    cursor:normal;
}
#TestiTable > table tr:not(:first-child):hover {
    /*background: #d9534f;*/
    background: #d9534f;
    background-image: -webkit-linear-gradient(135deg, #d9534f 0%, #fc7976 70%, #d9534f 70%, #fc7976);
    background-image: linear-gradient(135deg, #d9534f 0%, #fc7976 70%, #d9534f 70%, #fc7976);
    color: #fff;
}



#PendingTestiTable > table tr td {
    border: 1px solid #222;
    padding:5px 10px 5px 10px;
}
#PendingTestiTable > table tr:nth-child(even) {
    border: 1px solid #222;
    padding:5px 10px 5px 10px;
    background: #fafafa;
}
#PendingTestiTable > table tr:nth-child(odd) {
    border: 1px solid #222;
    padding:5px 10px 5px 10px;
    background: #ffffff;
}
#PendingTestiTable > table tr:first-child {
    border: 1px solid #999;
    padding:5px 10px 5px 10px;
    background: #222222;
    color: #fff;
    font-weight: bold;
}
#PendingTestiTable > table tr:not(:first-child):hover {
    background: #d9534f;
    background-image: -webkit-linear-gradient(135deg, #d9534f 0%, #fc7976 70%, #d9534f 70%, #fc7976);
    background-image: linear-gradient(135deg, #d9534f 0%, #fc7976 70%, #d9534f 70%, #fc7976);
    color: #fff;
}


/*------------------Testimonial Image Select-------------------------------*/
#mover {
    background-color: transparent;
    position: absolute;
    margin: 0px;
    padding: 0px;
    width: 130px;
    height: 130px;
    border: 1px dashed red;
    left: 0px;
    top: 0px;
    overflow: hidden;
    background-image: url('');
    background-size: cover;
    
    display:none;
    line-height:130px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    text-shadow:0 0 5px #000;
    cursor: move;
}

#SelectedImage {
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}


.roomavailabilitytable {
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.roomavailabilitytbody {
    border: 1px solid #ccc;
    background: #ffffff;
}

.roomavailabilitytr:nth-child(even) {
    background-color: #e5e5e5;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.roomavailabilityth {
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0,0,0,.8);
    background-color: #2e2a2b;
    background-image: linear-gradient(0deg, #2e2a2b, #4e4a4b);
    padding: 5px;
}

.roomavailabilityth:nth-child(even) {
    background-image: linear-gradient(0deg, #077269, #1abe58);
}

.roomavailabilityth:nth-child(odd):not(:first-child) {
    background-image: linear-gradient(0deg, #04544e, #0d8f3e);
}

.roomavailabilityth:first-child {
    font-size: 0;
    color: #00ff00;
    user-select: none;
    border-top-left-radius: 10px;
}

.roomavailabilityth:last-child {
    border-top-right-radius: 10px;
}

.roomavailabilitytd {
    width: calc(100%/7);
    text-align: center;
    padding: 15px 0;
}

.roomavailabilitytd:first-child {
    color: green;
    font-weight: bold;
    pointer-events: none;
}

.roomavailabilitytr:nth-child(odd) .roomavailabilitytd:first-child {
    border-right: 1px solid #cccccc;
}

.roomavailabilitytr:nth-child(even) .roomavailabilitytd:first-child {
    border-right: 1px solid #bbbbbb;
}

.roomavailabilitytd:not(:first-child) {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .allotherroomtype, .anyroom {
        display: none;
    }
    .roomavailabilityth:not(:first-child) {
        border-top-right-radius: 10px;
    }
}

.selectiondone::before, .selectionnotdone::before {
    display: inline-block;
    font-size: 16px;
    background: #eee;
    background: linear-gradient(90deg, #ddd, #ccc);
    color: white;
    border: 1px solid #ddd;
    padding: 2px 0;
    margin: 0 15px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
}

.selectiondone::before {
    content: "✓";
    color: #0f9b0f;
}

.selectionnotdone::before {
    content: "X";
    color: #b92b27;
}

#isselectioncompleted {
    color: red;
    background: pink;
    font-size: 14px;
    margin: 20px 0;
    padding: 15px;
    border-radius: 3px;
}

.editroomrequired, .editextrabed {
    margin: 5px;
    font-size: 14px;
    color: black;
}

.glyphicon-edit {
    color: gray;
    transition: color .3s;
}

.glyphicon-edit:hover {
    color: lightgreen;
}

#choicesections {
    padding: 0 40px;
}

#nextsection, #prevsection {
    margin: 0;
    padding: 0;
}

#nextsection > span, #prevsection > span {
    margin: 10px 0 10px 5px;
    padding: 10px 35px;
    background: green;
    color: white;
    border: 1px solid green;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background .3s, color .3s;
}

#nextsection > span:hover, #prevsection > span:hover {
    background: #eee;
    color: green;
}

#finalizesection .control-label {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.roomselectionroomtype {
    font-size: 14px;
    font-weight: bold;
    background: #76b852;
    background-image: -webkit-linear-gradient(45deg, #76b852, #8DC26F);
    background-image: linear-gradient(45deg, #76b852 0%, #8DC26F 80%, #76b852 80%, #8DC26F);
    color: #FFE000;
    padding: 5px 15px;
    margin: 10px 0 5px 0;
    border-radius: 4px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

.roomselectiontable {
    margin: 0 5px;
    font-size: 10px;
    color: #666;
    width: 100%;
}

.roomselectiontable tr {
    border-bottom: 1px dotted #ddd;
}

.roomselectiontable td {
    padding: 5px;
}

.roombookingdetailtable {
    margin: 0 5px;
    font-size: 12px;
    color: #222;
    width: 100%;
}

.roombookingdetailtable th:not(:first-child), .roombookingdetailtable td:not(:first-child) {
    text-align: center;
}

.confirmationcontainer {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.maintitle {
    font-size: 36px;
    margin-bottom: 40px;
}

.confirmationsubcontainer {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #fff;
    box-shadow: 0 10px 18px -7px rgba(0,0,0,.6);
    border-radius: 15px;
    padding: 0 20px 40px 20px;
}

@media screen and (max-width: 767px) {
    .confirmationsubcontainer {
        width: 90%;
    }
}

.confirmationsubcontainer h1 {
    color: #333;
    font-weight: bold;
}

.confirmationtick, .confirmationcross {
    position: relative;
    margin-bottom: 30px;
}

.confirmationtick span, .confirmationcross span {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    left: -35px;
    top: -35px;
    position: absolute;
}

.confirmationtick span::after {
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 12px;
    left: 20px;
    position: absolute;
    top: 24px;
    transform: rotate(-45deg);
    width: 32px;
}

.confirmationcross span::before, .confirmationcross span::after {
    content: "";
    height: 40px;
    width: 3px;
    background-color: #fff;
    position: absolute;
    top: 15px;
    left: 34px;
}

.confirmationcross span::before {
    transform: rotate(45deg);
}

.confirmationcross span::after {
    transform: rotate(135deg);
}

.confirmationtick span {
    background-color: #80bf28;
}

.confirmationcross span {
    background-color: #f25757;
}

.bookingstatusul {
    list-style: none;
}

.bookingstatusul li {
    padding: 5px;
}

.bookingstatusul li::before {
    content: '\2714';
    color: green;
    margin-right: 5px;
}

#matchingnames, #matchingagentsnames {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    list-style-type: none;
    display: none;
}

#matchingnames li, #matchingagentsnames li {
    padding: 10px;
    background: #dddddd;
    cursor: pointer;
    font-size: 80%;
}

#matchingnames li:nth-child(even), #matchingagentsnames li:nth-child(even) {
    background: #eeeeee;
}

#matchingnames li:hover, #matchingagentsnames li:hover {
    background: #444;
    background: linear-gradient(45deg, #333 0%, #333 70%, #222 70%, #222);
    color: #eee;
}

#bookedroomstable {
    width: 100%;
    border: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

#bookedroomstable > tbody > tr:not(.roomdetailsexpand) {
    cursor: pointer;
}

#bookedroomstable > tbody > tr:hover:not(.roomdetailsexpand) {
    background: #e1e1e1;
}

#bookedroomstable > thead > tr > th {
    color: #999;
    font-weight: normal;
    padding: 7px;
    border-bottom: 1px solid #ccc;
}

#bookedroomstable > tbody > tr > td {
    color: #666;
    padding: 12px 7px;
}

#bookedroomstable > tbody > tr > td:nth-child(1) {
    width:20px;
}

#bookedroomstable > tbody > tr > td:nth-child(2) > div:nth-child(1) {
    font-weight: bold;
}

#bookedroomstable > tbody > tr > td:nth-child(2) > div:nth-child(2) {
    color: #999;
    font-size: 80%;
}

#bookedroomstable > tbody > tr > td:nth-child(3) {
    font-size: 80%;
}

#bookedroomstable > tbody > tr > td:nth-child(3) span {
    color: #999;
}

#bookedroomstable > tbody > tr > td:last-child > span.txnsuccess, #bookedroomstable > tbody > tr > td:last-child > span.txnfailed {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

#bookedroomstable > tbody > tr > td:last-child > span.txnsuccess {
    background: green;
}

#bookedroomstable > tbody > tr > td:last-child > span.txnfailed {
    background: red;
}

.user-logo {
    padding: 10px;
    background: #e1e1e1;
    border-radius: 50%;
}

.bookingdetailsexpand {
    background: #e1e1e1;
}

.bookedroomsexpandtr {
    font-size: 16px;
    font-weight: bold;
}

.bookedroomsexpandtr > span {
    font-weight: normal;
}

.roomdetailsexpand  {
    position: relative;
    background: #76b852;
    background: -webkit-linear-gradient(45deg, #8DC26F, #76b852);
    background: linear-gradient(45deg, #8DC26F, #76b852);
    border-bottom: 2px solid #222;
}

.roomdetailsexpand .roomselectionroomtype {
    background: #434343;
    background-image: -webkit-linear-gradient(45deg, #434343 0%, #000000 80%, #434343 80%, #000000);
    background-image: linear-gradient(45deg, #434343 0%, #000000 80%, #434343 80%, #000000);
}

.roomdetailsexpand::after {
    content: " ";
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e1e1e1;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(0, -50%);
}

.roomdetailsexpand .roomselectiontable th {
    color: #eee;
}

.roomdetailsexpand .roomselectiontable td {
    color: #222;
}

.checkavailabilitywrapper, .agentwrapper, .gallerywrapper, .accountsettingswrapper {
    background: #a8e063;
    background: -webkit-linear-gradient(45deg, #56ab2f, #a8e063);
    background: linear-gradient(45deg, #56ab2f, #a8e063);
    box-shadow: 0 16px 8px -12px rgba(0,0,0,.6);
}