/* -------------------- Basic HTML tags -------------------- */
.galleria-errors {
  display: none !important;
}
body {
  font: 12px/1.5 "Open Sans", sans-serif;
  color: #444444;
  background-color: #f6f6f6;
}

a:focus {
  outline: 1px dotted invert;
}

hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}

h1 {
  font-size: 30px;
  letter-spacing: -1.5px;
  font-weight: 600;
}

h2 {
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 600;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 14px;
  font-weight: 600;
}

h5 {
  font-size: 12px;
  font-weight: 600;
}

h6 {
  font-size: 10px;
  font-weight: 600;
}

div.container_12 h3 {
  font-weight: 600;
  font-family: open sans;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

ul.bullets {
  list-style: disc;
  list-style-position: inside;
}

ul.bullets li {
  margin-left: 20px;
  margin-bottom: 5px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 15px;
}

a,
a:visited {
  color: #0063be;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
  color: #444444;
}

h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active,
h4 a:hover,
h4 a:active,
h5 a:hover,
h5 a:active,
h6 a:hover,
h6 a:active {
  color: #0063be;
}

/* --------------------  Custom general classes -------------------- */

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.bottom-spacing {
  margin-bottom: 20px;
}

/* -------------------- Page elements -------------------- */

#header {
  margin-bottom: 20px;
}

#header-status {
  background-image: url("../../../img/nav-bg.jpg");
  background: #5495e6;
  padding: 0;
  color: #aaaaaa;
}

#text-invitation {
  display: block;
  float: left;
  padding: 9px 0 11px 0;
}

#message-notification {
  display: inline-block;
  float: right;
  color: #6dc6e7;
  padding: 9px 15px 11px 15px;
  text-decoration: none;
  margin-right: 15px;
  position: relative;
}

#message-notification:hover,
#message-notification:active {
  color: #ffffff;
}

#message-count-badge {
  background: #d32f2f !important;
  color: #fff !important;
  padding: 2px 6px !important;
  border-radius: 10px !important;
  font-size: 11px !important;
  font-weight: bold !important;
  margin-left: 5px;
  display: inline-block;
  min-width: 18px;
  text-align: center;
}

a#logout,
a#logout:visited {
  display: block;
  float: right;
  background: url(../img/icon-logout.gif) center right no-repeat;
  color: #6dc6e7;
  padding: 9px 20px 11px 0px;
  text-decoration: none;
}

a#logout:hover,
a#logout:active {
  color: #ffffff;
}

#header-main {
  background: #333;
  height: 94px;
}

#header-main #logo {
  background: url(../img/logo.gif) no-repeat left 10px;
  width: 100%;
  height: 70px;
}

#subnav {
  background: #ffffff url(../img/submenu-bg.gif) repeat-x bottom left;
  height: 48px;
}

#subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#subnav ul li {
  float: left;
  margin: 0 18px 0 0;
  padding: 0;
}

#subnav ul a,
#subnav ul a:visited {
  display: block;
  float: left;
  color: #0063be;
  font-size: 14px;
  padding: 9px 0 0 0;
  text-decoration: none;
}

#subnav ul a:hover,
#subnav ul a:active {
  text-decoration: underline;
}

#footer {
  padding: 0;
  color: #aaaaaa;
  padding: 12px 0 15px 0;
  margin-top: 30px;
  border-top: 1px solid #cccccc;
}

/* -------------------- Nav tabs (sliding door technique) -------------------- */

ul#nav {
  float: left;
  margin-top: 60px;
  list-style: none;
  font-size: 14px;
  margin-bottom: 0;
}

ul#nav li {
  background: transparent url(../img/tab-left.gif) no-repeat scroll left top;
  float: left;
  margin: 0 5px 0 0;
  padding: 0 0 0 9px;
}

ul#nav li a,
ul#nav li a:visited {
  background: transparent url(../img/tab-right.gif) no-repeat scroll right top;
  color: #ffffff;
  display: block;
  float: left;
  padding: 7px 15px 6px 6px;
  text-decoration: none;
}

ul#nav li a:hover {
  padding: 8px 15px 5px 6px;
}

ul#nav li#current {
  /* give the id="current" to the currently selected tab */
  background: transparent url(../img/tab-active-left.gif) no-repeat scroll left
    top;
}

ul#nav li#current a {
  background: transparent url(../img/tab-active-right.gif) no-repeat scroll
    right top;
  color: #444444;
}

/* -------------------- Box module -------------------- */

div.module {
  background: url(../img/module-body-left-bg.gif) no-repeat scroll bottom left;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

div.module div.module-body {
  background: url(../img/module-body-right-bg.gif) no-repeat scroll bottom right;
  padding: 20px 3% 20px 3%;
  float: left;
  width: 94%;
}

/* Percentage padding in the module dependant on the cell width */
.grid_1 div.module div.module-body {
  padding: 20px 8% 20px 8%;
  float: left;
  width: 84%;
}
.grid_2 div.module div.module-body {
  padding: 20px 7% 20px 7%;
  float: left;
  width: 86%;
}
.grid_3 div.module div.module-body {
  padding: 20px 6% 20px 6%;
  float: left;
  width: 88%;
}
.grid_4 div.module div.module-body {
  padding: 20px 5% 20px 5%;
  float: left;
  width: 90%;
}
.grid_5 div.module div.module-body {
  padding: 20px 4% 20px 4%;
  float: left;
  width: 92%;
}
.grid_6 div.module div.module-body {
  padding: 20px 3% 20px 3%;
  float: left;
  width: 94%;
}
.grid_7 div.module div.module-body {
  padding: 20px 2.75% 20px 2.75%;
  float: left;
  width: 94.5%;
}
.grid_8 div.module div.module-body {
  padding: 20px 2.5% 20px 2.5%;
  float: left;
  width: 95%;
}
.grid_9 div.module div.module-body {
  padding: 20px 2.25% 20px 2.25%;
  float: left;
  width: 95.5%;
}
.grid_10 div.module div.module-body {
  padding: 20px 2% 20px 2%;
  float: left;
  width: 96%;
}
.grid_11 div.module div.module-body {
  padding: 20px 1.75% 20px 1.75%;
  float: left;
  width: 96.5%;
}
.grid_12 div.module div.module-body {
  padding: 20px 1.5% 20px 1.5%;
  float: left;
  width: 97%;
}

div.module div.module-table-body {
  background: url(../img/module-body-right-bg.gif) no-repeat scroll bottom right;
  padding: 0;
  float: left;
  width: 100%;
}

div.module h2 {
  /* Sliding right image */
  background: url(../img/module-header-left-bg.gif) no-repeat scroll top left;
  display: block;
  float: left;
  height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
  margin-right: 0px;
  padding-right: 0px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
  /* FONT PROPERTIES */
  text-decoration: none;
  color: #444444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
  letter-spacing: normal;
}

div.module h2 span {
  /* Background left image */
  background: url(../img/module-header-right-bg.gif) no-repeat top right;
  display: block;
  line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
  padding: 7px 0 5px 18px;
}

div.module table {
  width: 100%;
  margin: 0 0 10px 0;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

div.module table.tr {
  border-collapse: separate;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}

div.module table th {
  background-color: #eeeeee;
  color: #444444;
  padding: 5px;
  text-align: left;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

div.module table td {
  background-color: #ffffff;
  padding: 5px;
  border-right: 1px solid #d9d9d9;
}

div.module table tr.odd td {
  /* You can use this style if you want to do zebra-colored tables with other technique than Table Sorter script used here */
  //background-color: #f1f5fa;
}

.table-apply {
  width: 40%;
  float: right;
  text-align: right;
  margin-right: 10px;
}

/* -------------------- Pager -------------------- */
.pager {
  display: block;
  padding: 0px 10px 10px 10px;
  width: 40%;
  float: left;
}

.pager .first,
.pager .prev,
.pager .next,
.pager .last {
  margin-bottom: -2px;
}

/* -------------------- Button (sliding door technique) -------------------- */

/* button outside a module box */
a.button {
  /* Sliding right image */
  background: transparent url(../img/button-right-bg-m.gif) no-repeat scroll top
    right;
  display: block;
  float: left;
  height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
  padding-right: 11px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
  /* FONT PROPERTIES */
  text-decoration: none;
  color: #444444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a.button span {
  /* Background left image */
  background: transparent url(../img/button-left-bg-m.gif) no-repeat top left;
  display: block;
  line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
  padding: 4px 0 7px 10px;
}

a.button:hover {
  background-position: bottom right;
  color: #0063be;
}

a.button:hover span {
  background-position: bottom left;
  color: #0063be;
}

/* button inside a module box */
div.module a.button {
  /* Sliding right image */
  background: transparent url(../img/button-right-bg.gif) no-repeat scroll top
    right;
  display: block;
  float: left;
  height: 26px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
  padding-right: 11px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
  /* FONT PROPERTIES */
  text-decoration: none;
  color: #444444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

div.module a.button span {
  background: transparent url(../img/button-left-bg.gif) no-repeat top left;
  display: block;
  line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
  padding: 4px 0 7px 10px;
}

/* -------------------- Pagination -------------------- */

.pagination {
  margin-bottom: 20px;
  float: right;
}
.pagination a.button {
  margin-right: 10px;
}
.pagination a.last {
  margin-right: 0;
}
.pagination .numbers {
  float: left;
  padding-top: 3px;
  margin-right: 15px;
}
.pagination .numbers span {
  padding: 0 5px 0 5px;
}
.pagination .current {
  font-weight: bold;
}

/* -------------------- Forms -------------------- */

fieldset {
  margin-top: 15px;
  margin-bottom: 15px;
}

legend {
  margin-bottom: 10px;
  display: block;
}

label {
  display: block;
  margin-bottom: 5px;
}

.input-short,
.input-medium,
.input-long {
  padding: 3px;
}

select {
  padding: 2px;
}

textarea {
  padding: 3px;
}

.input-short {
  width: 25%;
}

.input-medium {
  width: 50%;
}

.input-long {
  width: 75%;
}

input.input-short,
input.input-medium,
input.input-long,
select,
textarea {
  background: url(../img/input-bg.gif) top left repeat-x #f6f6f6;
  border: 0;
  border: 1px solid #cccccc;
}

input.input-short:focus,
input.input-medium:focus,
input.input-long:focus,
select:focus,
textarea:focus {
  background: url(../img/input-bg-focus.gif) top left repeat-x #ffffff;
  border-color: #a9c2d1;
}

input.submit-green {
  background: url(../img/submit-green-bg.gif) top left repeat-x;
  border: 0;
  border-top: 1px solid #6bd091;
  border-left: 1px solid #6bd091;
  border-right: 1px solid #349c5c;
  border-bottom: 1px solid #349c5c;
  color: #ffffff;
  font-size: 14px;
  padding: 2px 12px;
  margin: 0px 10px 0 0;
  cursor: pointer;
}

input.submit-green-hover {
  background-image: url(../img/submit-green-bg-hover.gif);
}

input.submit-gray {
  background: url(../img/submit-gray-bg.gif) top left repeat-x;
  border: 0;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  color: #ffffff;
  font-size: 14px;
  padding: 2px 12px;
  margin: 0px 10px 0 0;
  cursor: pointer;
}

input.submit-gray-hover {
  background-image: url(../img/submit-gray-bg-hover.gif);
}

/* -------------------- Text input and select input notifications -------------------- */

.notification-input {
  background: 10px 50% no-repeat;
  margin: 0 0 0 5px;
  padding: 5px 0 5px 32px;
  font-size: 12px;
}

.ni-correct {
  background-image: url(../img/tick-on-white.gif);
  color: #00ae42;
}

.ni-error {
  background-image: url(../img/cross-on-white.gif);
  color: #c9282d;
}

/* --------------------  Boxed notifications -------------------- */

.notification {
  display: block;
  padding: 20px 20px 20px 45px;
  border: 1px solid;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}

.n-success {
  background-color: #a3e6bd;
  border-color: #68d59b;
  background-image: url(../img/notification-tick.gif);
}

.n-information {
  background-color: #9fddea;
  border-color: #5fceea;
  background-image: url(../img/notification-information.gif);
}

.n-attention {
  background-color: #f9e497;
  border-color: #ffcb4f;
  background-image: url(../img/notification-exclamation.gif);
}

.n-error {
  background-color: #ffc6ca;
  border-color: #efb9c3;
  background-image: url(../img/notification-slash.gif);
}

/* -------------------- Indicators -------------------- */

.indicator {
  width: 220px;
  height: 12px;
  background: url(../img/indicator-bg.gif) no-repeat top left;
}

.indicator div {
  height: 12px;
  background: url(../img/indicator-green-to-red.gif) no-repeat top left;
}

.indicator div.reverse {
  background: url(../img/indicator-red-to-green.gif) no-repeat top left;
}

/* -------------------- Category list -------------------- */

a.removable,
a.removable:visited {
  padding: 5px 18px 5px 0px;
}

a.removable:hover,
a.removable:active {
  background: url(../img/cross-small.gif) no-repeat center right;
}

/* -------------------- To-do list -------------------- */

a.checkable,
a.checkable:visited {
  padding: 5px 18px 5px 0px;
}

a.checkable:hover,
a.checkable:active {
  background: url(../img/tick-small.gif) no-repeat center right;
}

a.completed,
a.completed:visited {
  color: #aaaaaa;
}

/* -------------------- Messages -------------------- */
.separated {
  border-top: 1px solid #cccccc;
  padding-top: 15px;
}

.user {
  display: block;
  padding-left: 22px;
  background: url(../img/user.gif) left 50% no-repeat;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}

.user-female {
  display: block;
  padding-left: 22px;
  background: url(../img/user-female.gif) left 50% no-repeat;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}

.reply {
  padding-left: 20px;
  background: url(../img/arrow-curve-180-left.gif) left 50% no-repeat;
  margin-right: 7px;
}

.forward {
  padding-left: 20px;
  background: url(../img/arrow-curve-000-left.gif/) left 50% no-repeat;
  margin-right: 7px;
}

a.delete,
a.delete:visited {
  padding-left: 16px;
  background: url(../img/cross-small.gif) left 50% no-repeat;
  color: #c00;
}

h3.mail {
  display: block;
  padding: 20px 0px 20px 70px;
  background: url(../img/Crystal_Project_mail_open.gif) left 50% no-repeat;
}

#p-messages {
  padding: 20px;
}

/* -------------------- Login page -------------------- */

form.login {
  background: url(../img/Crystal_Clear_locked.gif) 87% 10px no-repeat;
}

/* -------------------- Dashboard -------------------- */

a.dashboard-module,
a.dashboard-module:visited {
  width: 142px;
  height: 142px;
  display: block;
  float: left;
  background: url(../img/dashboard-module.gif) top left no-repeat;
  margin: 0 8px 8px 0;
  text-align: center;
  color: #444444;
}

a.dashboard-module:hover,
a.dashboard-module:active {
  background-position: bottom left;
  text-decoration: none;
  color: #0063be;
}

a.dashboard-module img {
  margin-top: 20px;
}

a.dashboard-module span {
  margin-top: 10px;
  display: block;
}
/* -------------------- Custom -------------------- */
.logo {
  padding-top: 7px;
}

/* --------------------End Custom -------------------- */

/*----------- Admin Login ---------------*/
div.blogin {
  width: 600px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #dedede;
  background-color: #fff;
  height: 390px;
}

.guestTicket {
  width: 259px;
  float: left;
  margin-right: 20px;
}

.guestTicket p {
  font: 18px "impact", arial;
  color: #999;
  margin: 50px 0 10px 20px;
}

.guestTicket a {
  margin: 0 20px;
  width: 219px;
  background-color: #3e79c7;
  color: #fff;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.loginBox {
  width: 300px;
  float: right;
  border-left: #dedede 1px dashed;
  padding-left: 20px;
}

div.blogin h2 {
  background: #3e79c7;
  font: bold 15px/46px arial;
  color: #fff;
  padding-left: 12px;
  width: 96%;
}

.loginBox form {
  clear: both;
  margin-right: 20px;
  padding: 0;
  width: 95%;
}

.loginBox form p {
  clear: both;
  margin-bottom: 1em;
  padding: 0.5em;
  vertical-align: text-top;
}

.loginBox form label {
  display: block;
  font-size: 110%;
  margin-bottom: 3px;
}

.loginBox form input {
  padding: 10px 0 10px 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  width: 101%;
}

.loginBox form input[type="submit"] {
  border: 0;
  clear: both;
  background-color: #3e79c7;
  color: #fff;
  width: 100px !important;
  float: right;
  padding: 5px 0;
  margin: 0 -16px 0 0;
  font: 13px Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.loginBox form input[type="submit"]:hover {
  background-color: #333;
  color: #fff;
}

.loginBox form span.LV_validation_message {
  display: none;
}

.loginBox form input.LV_valid_field {
  border: 1px solid #3e79c7;
}

.loginBox form input.LV_invalid_field {
  border: 1px solid red;
}
/*----------- !Admin Login ---------------*/
/*----- Admin hotel list -----*/
table.hotel-list tr td,
table.hotel-list tr th {
  border: 1px solid #666;
  padding: 10px;
}
/*table.hotel-list tr.alt td{background-color:#bdd8fb;}*/
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #bdd8fb !important;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #bdd8fb !important;
}

/*----- !Admin hotel list -----*/

/*---- Room List ----*/
table.room-list tr td,
table.hotel-list tr th {
  border: 1px solid #666;
  padding: 10px;
}
table.room-list tr.alt td {
  background-color: #bdd8fb;
}
table.room-list tr td {
  text-align: center;
}
/*--- End Room List----*/

/*---- Add Venue Details ---*/

div.venue-add-form {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 15px 15px 120px;
}

div.venue-add-form div {
  margin-bottom: 10px;
}

div.venue-add-form div label {
  display: inline-block;
  width: 333px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  /*text-transform: capitalize;*/
  vertical-align: top;
}

div.venue-add-form div input {
  padding: 10px;
  width: 450px;
  vertical-align: top;
}
div.venue-add-form div input.exhibition_fair {
  width: 230px;
}
div.venue-add-form div select#starcategory,
select#distance {
  width: 472px;
  padding: 10px 10px 10px 10px;
  border: 1px solid #ccc;
  /* margin-left: -3px;*/
}
.box {
  padding: 20px;
  display: none;
  margin-top: 20px;
  border: 1px solid #000;
  background-color: #f6f6f6;
}
input.venueadd_submit {
  padding: 10px;
  border: 1px solid #5495e6;
  width: 120px !important;
  background-color: #5495e6;
  color: #fff;
}

input.venueadd_submit:hover {
  padding: 10px;
  border: 1px solid #ccc;
  width: 120px;
  background-color: #ccc;
  color: #5495e6;
}

div.venue-add-form div span.LV_validation_message {
  display: none !important;
}

div.venue-add-form div input.LV_invalid_field {
  border: 1px solid red !important;
}

div.venue-add-form div input.LV_valid_field {
}

div.venue-add-form div select.selectstyle {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 271px;
}

div.venue-add-form div.distance input {
  width: 100px !important;
}

div.venue-add-form div div#cke_editor4 {
  display: inline-block;
  width: 745px;
}

div.venue-add-form div textarea {
  min-height: 200px;
  min-width: 500px;
}

/*div.venue-add-form div div#cke_venue_descrp,div.venue-add-form div div#cke_locational_advantage,div.venue-add-form div div#cke_other_actv,div.venue-add-form div div#cke_special_information,div.venue-add-form div div#cke_local_attraction,div.venue-add-form div div#cke_awards{display:inline-block; width:750px;}*/
div.cke_chrome,
div.venue-add-form div div#cke_venue_descrp,
div.venue-add-form div div#cke_locational_advantage,
div.venue-add-form div div#cke_other_actv,
div.venue-add-form div div#cke_special_information,
div.venue-add-form div div#cke_local_attraction {
  display: inline-block;
  width: 700px;
}

/*---- End Add Venue Details ---*/

/*---- View Venue ---*/
div.viewvenue,
div.viewvenue_hall,
div.viewvenue_room {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 15px 15px 120px;
}

div.viewvenue_hall,
div.viewvenue_room {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 15px 15px 15px;
}

div.viewvenue h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #4d91e6;
}

div.viewvenue p {
  text-transform: capitalize;
}

div.viewvenue p span {
  margin-left: 40px;
}
div.view-locationadv p {
  display: inline-block;
}
div.view-locationadv ul li {
  background-color: transparent !important;
  display: block !important;
}

/*---- End View Venue ---*/
/*---- Room Edit -----*/
div.edit-room input {
  background-color: #eee;
  border: 1px solid #eee;
}
/* ---- Room Edit ----*/

/*--- View Rooms Tabs -----*/
div.viewtablist ul li {
  display: inline-block;
  background-color: #0063be;
  padding: 10px;
  margin: 0 5px;
  cursor: pointer;
}
div.viewtablist ul li a {
  color: #fff;
  text-decoration: none;
}

div.viewvenue span.editvenue,
div.viewvenue_room span,
div.viewvenue_hall span {
  background-color: #bdd8fb;
  float: right;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border: 1px solid #0063be;
}

div.viewvenue span.editvenue a,
div.viewvenue_room span a,
div.viewvenue_hall span a {
  color: #000;
}

/* ============ Venue Images Slider ============== */
div.venue-add-form-images {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 15px 15px 120px;
}

div.venue-add-form-images div.img-wrapper {
  display: block;
  float: none;
  height: 125px;
}

div.venue-add-form-images div.img-wrapper label {
  float: left;
  margin-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  vertical-align: top;
}

div.venue-add-form-images div.img-wrapper div {
  float: left;
}

div.venue-add-form-images div.img-wrapper input {
  padding: 10px;
  width: 250px;
  margin-bottom: 15px;
}

div.venue-add-form-images div.img-wrapper input[type="file"] {
  margin-left: -10px;
}

div.venue-add-form-images div.img-wrapper span.LV_validation_message {
  display: none !important;
}

div.venue-add-form-images div.img-wrapper input.LV_invalid_field {
  border: 1px solid red !important;
}
/* ============ End Venue Images Slider ============== */
table.room-list th {
  border: 1px solid #333;
  background-color: #eeeeee;
}

/*===== Featured Venues and Hot Deals ===== */
div.fvenue {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  margin-bottom: 20px;
}
div.fvenue table th {
  border: 1px solid #ccc !important;
}

/*===== End Featured Venues and Hot Deals ===== */
/* ==== Pagination ===== */

div.pagination {
  padding: 3px;
  margin: 3px;
}

div.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaaadd;

  text-decoration: none; /* no underline */
  color: #4d91e6;
}
div.pagination a:hover,
div.pagination a:active {
  border: 1px solid #4d91e6;

  color: #000;
}
div.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #4d91e6;

  font-weight: bold;
  background-color: #4d91e6;
  color: #fff;
}
div.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;

  color: #ddd;
}
/* ==== End Pagination ===== */

/* === Search Venue List ===*/
div.venue_search_block {
  margin-bottom: 15px;
}
div.venue_search_block input {
  margin-left: 13px;
  padding: 5px;
  border: 1px solid #ccc;
}
div.venue_search_block div.block {
  display: inline-block;
  padding-left: 15px;
}

/*~~~~~~~ Request Single ~~~~~~~~~*/
div.reqcontact_info,
div.reqevent_info {
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 15px 20px 30px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
  overflow: hidden;
}

div.reqcontact_info::after,
div.reqevent_info::after {
  content: "";
  display: table;
  clear: both;
}

div.reqcontact_info div.name,
div.reqevent_info div.name {
  float: left;
  padding: 10px 20px;
  width: 50%;
  box-sizing: border-box;
  min-width: 250px;
}

div.reqcontact_info div.nameblock,
div.reqevent_info div.nameblock {
  padding: 10px 20px;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}

div.reqcontact_info div label,
div.reqevent_info div label {
  display: inline-block;
  font-family: open sans;
  font-size: 14px;
  font-weight: 600;
  min-width: 150px;
  margin-right: 10px;
  vertical-align: top;
}

div.reqcontact_info div span,
div.reqevent_info div span {
  font-size: 14px;
  vertical-align: top;
  word-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}

/* Venue details section */
div.container_12 > div.name {
  width: 100%;
  float: none;
  padding: 10px 0;
  margin-bottom: 15px;
}

div.container_12 > div.name label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

div.container_12 > div.name span {
  display: block;
  width: 100%;
  word-wrap: break-word;
}

/* Responsive styles for Request Single */
@media screen and (max-width: 768px) {
  div.reqcontact_info div.name,
  div.reqevent_info div.name {
    width: 100%;
    float: none;
    padding: 8px 15px;
  }

  div.reqcontact_info div label,
  div.reqevent_info div label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    min-width: auto;
  }

  div.reqcontact_info div span,
  div.reqevent_info div span {
    display: block;
    width: 100%;
  }

  div.reqcontact_info,
  div.reqevent_info {
    padding: 15px;
  }

  div.container_12 > div.name {
    padding: 8px 0;
  }
}

@media screen and (max-width: 480px) {
  div.reqcontact_info div.name,
  div.reqevent_info div.name {
    padding: 8px 10px;
  }

  div.reqcontact_info div.nameblock,
  div.reqevent_info div.nameblock {
    padding: 8px 10px;
  }

  div.reqcontact_info div label,
  div.reqevent_info div label {
    font-size: 13px;
  }

  div.reqcontact_info div span,
  div.reqevent_info div span {
    font-size: 13px;
  }
}

/* ====== Chain Category ==== */
div.chain-catg table {
  text-align: center;
}

/* === Hall Facility === */
table.hallfacilitytable tr {
  border-bottom: 1px dotted #ccc;
  line-height: 3.5;
}

/*=== Venue Details ===*/
div.viewvenue strong {
  font-weight: 600;
  font-family: open sans;
}

/* ==== Advertisement ====== */
div.homebannerads table,
div.footerbannerads table,
div.hotviewads table {
  text-align: center;
}

div.homebannerads table tr td,
div.footerbannerads table tr td,
div.hotviewads table tr td {
  background-color: #f3f3f3;
  border: 1px solid #999;
}

div.homebannerads table tr td a.buttn,
div.footerbannerads table tr td a.buttn,
div.hotviewads table tr td a.buttn {
  color: #fff;
  background-color: #4d91e6;
  border: 1px solid #0c74f7;
  display: block;
  margin-bottom: 9px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

div.homebannerads table tr td a.buttn:hover,
div.footerbannerads table tr td a.buttn:hover,
div.hotviewads table tr td a.buttn:hover {
  color: #4d91e6;
  background-color: #ccc;
  border: 1px solid #999;
}

div.homebannerads table tr td.b-img,
div.footerbannerads table tr td.b-img,
div.hotviewads table tr td.b-img {
  border-right: medium none;
}

div.homebannerads table tr td.b-ed,
div.footerbannerads table tr td.b-ed,
div.hotviewads table tr td.b-ed {
  border-left: medium none;
}

span.add_bimg a {
  color: #fff;
  background-color: #4d91e6;
  border: 1px solid #0c74f7;
  margin-bottom: 10px;
  float: right;
  padding: 10px;
  text-align: center;
  width: 70px;
}

span.add_bimg a:hover {
  color: #4d91e6;
  background-color: #ccc;
  border: 1px solid #999;
}

/* ====== Home SLider ======= */

div.homeslider {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 30px;
}

table.homeslider {
  background-color: #efefef;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #999;
}

table.homeslider th {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  border-bottom: 1px dotted #999;
  background-color: #9cd5ec;
  color: #fff;
}

table.homeslider td {
  padding: 15px;
  border-bottom: 1px dotted #666;
}

table.homeslider td a {
  background-color: #4d91e6;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  width: 100px;
  padding: 10px;
}

div.homeslider_form div.left-side {
  display: inline-block;
  vertical-align: top;
  width: 550px;
}
div.homeslider_form div.left-side label {
  font-weight: 600;
  font-size: 15px;
}
div.homeslider_form div.left-side input[type="submit"] {
  background-color: #4d91e6;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #4d91e6;
  padding: 10px;
  width: 100px;
}

div.homeslider_form div.right-side {
  display: inline-block;
  padding-left: 15px;
  border-left: 1px dashed #999;
}
div.homeslider_form div.right-side h5 {
  font-weight: 600;
  font-size: 15px;
}

div.pdf strong {
  vertical-align: top;
}
div.pdf a {
  background: url(../img/pdf.png);
  display: inline-block;
  height: 50px;
  width: 50px;
}

/*==== Add Room =====*/
div.venue-room-form {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 15px 15px 30px;
}

div.venue-room-form div {
  display: inline-block;
  margin-bottom: 10px;
  width: 590px;
}
div.venue-room-form div.single,
div.venue-room-form div.texteditor {
  display: block;
}

div.venue-room-form div label {
  display: inline-block;
  width: 211px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  vertical-align: top;
}
div.venue-room-form div input {
  padding: 10px;
  width: 320px;
  vertical-align: top;
}
div.venue-room-form div.texteditor {
  width: 100%;
}
/*div.venue-room-form div.texteditor div#cke_extr_details,div.venue-room-form div.texteditor div.cke_inner{width:920px;}
input#otherchain{width:250px;}*/
div.venue-room-form div#cke_extr_details {
  width: 928px;
}
div.venue-room-form div.cke_inner,
div.venue-room-form div.cke_contents {
  width: 918px !important;
}

/*===== End Room =====*/
/* ====== Add City ======*/
div.addcity {
  display: inline;
}
div.addcity a {
  padding: 10px;
  border: 1px solid #0063be;
  margin-bottom: 10px;
  background-color: #bdd8fb;
  float: right;
}
div.city-add-wrap {
  background: none repeat scroll 0% 0% #fff;
  border: 1px solid #ccc;
  padding-bottom: 10px;
  padding-left: 100px;
  padding-right: 10px;
  padding-top: 10px;
  border-radius: 5px 5px 5px 5px;
}
div.city-add-wrap div {
  margin-bottom: 15px;
}
div.city-add-wrap form label {
  font-weight: bold;
  font-size: 15px;
}
div.city-add-wrap form input {
  padding: 10px;
  border: 1px solid #ccc;
  width: 240px;
}
div.city-add-wrap form input[type="submit"] {
  background-color: #5495e6;
  border: 1px solid #5495e6;
  color: #fff;
  padding: 10px;
  width: 120px;
  cursor: pointer;
}
div.city-add-wrap form input[type="submit"]:hover {
  background: #333;
}
div.city-succmsg {
  background: #ccf2d1;
  border: 1px solid #83d9a9;
  text-align: center;
  padding: 8px;
  margin-bottom: 10px;
}

/*==== End Add City ===*/
/*=== Other chain ===*/
.otherchain_text {
  margin-left: 336px;
  margin-top: 10px;
}

/* ======================== CSS For V2 Phase ================*/

div.user-add {
  display: block;
  margin-bottom: 18px;
  text-align: right;
}
div.user-add a {
  padding: 10px;
  border: 1px solid #0063be;
  margin-bottom: 10px;
  background-color: #bdd8fb;
}
a.ven_apprv_btn {
  background-color: green;
  color: #fff;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px #000000;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 40px;
}
a.ven_apprv_btn span:before {
  content: "Enable";
}
a.ven_dapprv_btn {
  background-color: #cccccc;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px #000000;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 40px;
}
a.ven_dapprv_btn span:before {
  content: "Disable";
}
a.ven_apprv_btn:hover {
  background-color: #cccccc;
  color: #0063be;
}
a.ven_apprv_btn:hover span:before {
  content: "Disable";
}
a.ven_dapprv_btn:hover {
  background-color: green;
  color: #fff;
}
a.ven_dapprv_btn:hover span:before {
  content: "Enable";
}
table.image-list td {
  vertical-align: middle;
}
span.home-order-blk {
  background-color: #4d91e6;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  width: 100px;
  padding: 10px;
}

div.prev_backaction {
  float: right;
}
div.prev_backaction a {
  background-color: #4d91e6;
  border-radius: 0 0 5px 5px;
  color: #ffffff;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  font-size: 14px;
}

div.admin-list-header h2 {
  display: inline-block;
}
div.admin-list-header span {
  background-color: #bdd8fb;
  box-shadow: 0 8px 6px -6px #000000;
  color: #ff0000;
  float: right;
  font-weight: bold;
  padding: 10px;
}
/* ======================== End CSS For V2 Phase ================*/

/*== Per 20May ==*/
form.add_manual_area div {
  display: inline-block;
}
form.add_manual_area div input {
  padding: 5px;
  border: 1px solid #ccc;
}
form.add_manual_area div input[type="submit"] {
  width: 80px;
  text-decoration: none;
  cursor: pointer;
}
form.add_manual_area div input[type="submit"]:hover {
  background-color: #333;
  color: #fff;
}

.room-detail-preview ul {
  font-size: 12px;
}
.hotelviewaward_descp p {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

/* ===== User info + logout in header ===== */
.header-user {
    display: inline-flex;
    align-items: center;
    background: #f4f6f8;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 13px;
    color: #444;
    box-shadow: inset 0 1px 0 #fff;
}

.header-user i {
    margin-right: 6px;
    color: #4a78c2;
    font-size: 14px;
}

.header-user span {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.header-logout {
    margin-left: 10px;
    padding: 6px 12px;
    background: #e74c3c;
    color: #fff !important;
    border-radius: 16px;
    font-size: 12px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.header-logout:hover {
    background: #c0392b;
    text-decoration: none;
}
