* {
margin: 0px;
padding: 0px;
}
.clr {
clear: both;
}
a:hover {
text-decoration: none;
}
img {
max-width: 100%;
}
p {
font-size: 14px;
color: #212229;
}
h1 {
font-size: 26px;
color: #000;
}
h2 {
font-size: 23px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 17px;
}
h5 {
font-size: 15px;
}
h6 {
font-size: 12px;
}
.logo-white {max-height:47px}
input, select, textarea, a, button:focus {
outline: none !important;
}
.padd-none {
padding-left: 0px;
padding-right: 0px;
}
body {
background: #f3f5f6;
font-family: 'Gotham' !important;
color: #383838 !important;
padding-right: 0 !important;
}
main {
padding: 2px 100px 45px;
}
/* Hedaer css starts */
header {
box-shadow: 0px 0px 5px #cacccd;
background: #212121;
border-bottom: solid 1px #cacccd;
padding: 15px 100px;
}
.header-right span {
position: relative;
}
.header-right i.fa.fa-envelope {
color: #212229;
font-size: 17px;
}
.header-right sup {
background: #52c3ce;
color: #fff;
width: 20px;
height: 20px;
border-radius: 50%;
position: absolute;
text-align: center;
padding: 10px 0 0 0;
font-size: 14px;
margin: 12px 0 0 -3px;
}
.header-right select {
margin-top: 15px;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background: #fbfbfb Url('../images/sort-desc.png') no-repeat;
font-size: 15px;
margin: 0 22px;
background-position: right center;
padding: 0 15px 0 20px;
}
/* Hedaer css ends */
/* Navigation css starts */
#navbar li {
padding-left: 20px;
padding-right: 20px;
}
#navbar a {
color: #212229;
text-transform: uppercase;
padding-left: 0px;
padding-right: 0px;
padding-top: 16px;
padding-bottom: 10px;
font-weight: 800;
}
.navbar {
border: none;
background: transparent;
margin-bottom: 0;
}
i.fa.fa-th-large {
float: left;
padding: 18px 0px;
color: #ccd2cf;
}
.nav-outer {
border-bottom: solid 1px #e0e1e8;
}
#navbar a {
border-bottom: solid 4px #fff;
}
#navbar a:hover {
border-bottom: solid 4px var(--primary-theme-color);
}
i.fa.fa-circle {
color: var(--primary-theme-color);
font-size: 22px;
margin: 2px 15px 0 0;
float: left;
}
/* Navigation css ends */
/* Title Bar css starts */
.title-bar {
border-top: solid 1px #fafafb;
padding: 2px 0px 0px 0;
}
.breadcrumb {
padding: 24px 0px;
margin-bottom: 0px;
}
.breadcrumb a, .breadcrumb > .active {
color: #9a9a9a;
}
.breadcrumb a:hover {
color: var(--primary-theme-color);
}
/* Title Bar css ends */
/* Search css starts */
.search-form {
background: #fbfbfb;
color: #625f60;
border: solid 1px #e8e9ea;
font-size: 15px;
padding: 15px 20px;
box-shadow: 0px 0px 9px #e8e9ea;
}
.search-form input[type="text"] {
margin-left: -4px;
}
.search-form input[type="text"], .search-form select {
height: 39px;
border: solid 1px #ccd2cf;
padding: 0px 5px;
width: 240px;
}
.search-form select {
background-position: right 12px center;
}
.search-form label {
font-weight: 500;
}
.search-form input[type="button"] {
background: none;
border: none;
margin: 0 0 0 15px;
}
.search-form i.fa.fa-search {
background: #f1f1f1;
padding: 11px 14px;
font-size: 17px;
}
.btn-primary {
background-color: #52c3ce;
border-color: #52c3ce;
text-transform: uppercase;
color: #fbfbfb;
border-radius: 0px;
padding: 8px 22px 7px 18px;
font-weight: 500;
box-shadow: 1px 1px #48b8c3;
}
.btn-primary:hover {
background-color: var(--primary-theme-color);
border-color: var(--primary-theme-color);
box-shadow: 1px 1px var(--primary-theme-color);
}
/*button.btn.btn-primary::after {*/
/*    content: "\f067";*/
/*    font-family: 'FontAwesome';*/
/*    padding: 0 0 0 10px;*/
/*}*/
/* Search css ends */
/* Main content css starts */
.content-section {
margin-top: 30px;
}
.room-type {
background: #fbfbfb;
padding: 5px 18px 18px 18px;
font-weight: 500;
margin-bottom: 28px;
}
.room-type label {
font-size: 14px;
text-transform: uppercase;
display: inline;
padding: 9px 0 0 0;
float: left;
}
i.fa.fa-bed {
color: var(--primary-theme-color);
padding: 0px 12px 0 0;
float: left;
}
.room-type h4 {
float: left;
width: 100%;
}
.room-type .btn-primary {
background-color: var(--primary-theme-color);
border-color: var(--primary-theme-color);
box-shadow: 1px 1px var(--primary-theme-color);
color: #212229;
font-size: 13px;
padding: 5px 15px;
font-weight: 500;
float: right;
}
.room-type .btn-primary::after {
display: none;
}
.room-type .btn-primary:hover {
background-color: #52c3ce;
border-color: #52c3ce;
box-shadow: 1px 1px #52c3ce;
color: #fff;
}
.room-type p {
margin: 0px;
}
a.room-setting {
background: #efefef;
color: #696969;
padding: 2px 8px;
margin-left: 3px;
margin-right: 3px;
font-size: 16px;
}
a.room-setting:hover {
background: #52c3ce;
color: #fff;
}
.setting-tab a, button.channel {
float: left;
}
button.channel {
background: none;
}
a.channel, button.channel {
color: #52c3ce;
font-size: 10px;
border: solid 1px #52c3ce;
padding: 4px 6px;
text-transform: uppercase;
margin-right: 4px;
}
.setting-tab a, button.channel {
margin-top: 5px;
}
i.fa.fa-plug {
font-size: 14px;
padding: 0 4px 0 0;
}
a.channel:hover, button.channel:hover {
color: var(--primary-theme-color);
border: solid 1px var(--primary-theme-color);
color: var(--primary-theme-color);
}
.setting-tab {
border-bottom: solid 1px #ececec;
padding-bottom: 18px;
margin-bottom: 14px;
}
.room-type .setting-tab:last-child {
border-bottom: none;
padding-bottom: 0px;
margin-bottom: 0px;
}
a.channel.channel-total {
color: #625f60;
border-color: #625f60;
}
button.channel.channel-total::after {
content: "\f0dd";
font-family: 'FontAwesome';
color: #919191;
font-size: 13px;
line-height: 14px;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
float: right;
}
a.channel.channel-total {
padding: 2px 6px;
line-height: 19px;
}
button.channel.channel-total:hover::after {
color: #52c3ce;
}
small {
color: #919191;
font-size: 11px;
width: 100%;
margin-bottom: 0px;
line-height: 18px;
}
small:before {
content: "\f0dd";
font-family: 'FontAwesome';
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
float: left;
margin: 0 5px 0px -2px;
font-size: 13px;
}
small span {
color: #52c3ce;
}
.room-type {
margin-right: 14px;
}
.right-column .room-type {
margin-left: 14px;
margin-right: 0px;
}
.middle-column .room-type {
margin-left: 7px;
margin-right: 7px;
}
a.channel.channel-total:hover, a.channel.channel-total:hover::after {
color: #52c3ce;
border-color: #52c3ce;
}
.elipsis-right {
display: none;
}
.search-form {
padding: 10px 0px 12px;
}
.search-form .btn-primary {
float: right;
}
.search-form form {
float: left;
}
ul.listing {
position: absolute;
background: #ffffff;
width: 335px;
padding: 5px 0px;
top: 42px;
z-index: 1000;
box-shadow: 0px 0px 3px #b8b8b7;
}
ul.listing li {
list-style: none;
width: 100%;
float: left;
padding: 4px 0px;
text-transform: capitalize;
}
ul.listing li:last-child {
border-bottom: none;
}
ul.listing li a {
color: #54555d;
background: #f3f5f6;
border-radius: 30px;
padding: 3px 15px;
font-size: 12px;
}
ul.listing li {
padding-left: 15px;
padding-right: 15px;
cursor: pointer;
}
ul.listing li a:hover {
color: #fff;
background: #52c3ce;
}
ul.listing {
opacity: 0;
-webkit-transition: opacity .3s ease-in;
-moz-transition: opacity .3s ease-in;
-ms-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
display: none;
}
ul.listing.show1 {
display: block !important;
}
ul.listing.show1 {
opacity: 1;
}
.listing p {
color: #52c3ce;
font-size: 10px;
text-transform: uppercase;
padding-top: 8px;
}
.listing .fa-plug:before {
font-size: 13px;
margin: 0 0 0 5px;
}
button.channel.channel-total {
color: #625f60;
border-color: #d2d2d2;
}
button.channel.channel-total:hover {
color: #52c3ce;
border-color: #52c3ce;
}
ul.listing.listing-channels {
width: 100%;
}
.loader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: var(--primary-theme-color);
opacity: .9;
color: #000;
font-size: 50px;
text-align: center;
}
.loader i.fa.fa-spinner {
transform: translate(-50%, -50%);
position: absolute;
top: 50%;
left: 50%;
}
ul.listing.listing-channels {
position: initial;
}
ul.listing.listing-channels {
position: relative;
float: left;
margin: 12px 0 7px 0;
background: #eff9fa;
border-top: solid 1px #e5e9ea;
border-bottom: solid 1px #e5e9ea;
box-shadow: none;
left: -18px;
width: calc(100% - -36px);
top: 0px;
}
ul.listing.listing-channels li a {
color: #4fc4cd;
background: none;
border-radius: 0;
padding: 0;
font-size: 12px;
float: none;
}
ul.listing.listing-channels:before, ul.listing.listing-channels:after {
display: none;
}
ul.listing.listing-channels p {
font-size: 12px;
text-transform: initial;
padding-top: 0px;
}
ul.listing.listing-channels li {
padding: 8px 20px;
}
p.listing-text {
font-weight: 300;
}
p.listing-text {
color: #929294;
padding-top: 0px;
}
ul.listing.listing-channels p.listing-text {
font-size: 11px;
}
ul.listing.listing-channels li.map-to-channel-plug p {
background: #fff;
border: solid 1px #52c3ce;
padding: 2px 9px 2px 4px;
float: left;
}
p.listing-heading:hover {
color: #09747e;
text-decoration: underline;
}
p.listing-text:hover {
color: #2c2c2c;
text-decoration: underline;
}
.general-tabs li.active {
background: #52c3ce;
color: #fff;
}
/* Main content css ends */
/* Popup css starts */
/*.modal-content {*/
	/*	padding: 40px 0;*/
	/*	border-radius: 0px;*/
	/*	margin:0 auto;*/
/*}*/
/*.modal-content h5 {*/
	/*	font-weight: 700;*/
	/*	padding-right: 30px;*/
/*}*/
/*.popup-top {*/
	/*	position: relative;*/
	/*	border-bottom: solid 1px #e3e3e3;*/
	/*	padding-bottom: 5px;*/
/*}*/
/*button.close {*/
	/*	position: absolute;*/
	/*	top: -9px;*/
	/*	right: 0;*/
	/*	font-size: 32px;*/
/*}*/
/*.modal-content p {*/
	/*	color: #52c3ce;*/
	/*	text-transform: uppercase;*/
	/*	font-size: 12px;*/
	/*	padding: 18px 0px 10px;*/
	/*	margin: 0px;*/
/*}*/
/*.modal-content label {*/
	/*	width: 100%;*/
	/*	color: #747474;*/
	/*	text-transform: capitalize;*/
	/*	font-size: 12px;*/
	/*	font-weight: 500;*/
	/*	margin-bottom: 0px;*/
/*}*/
/*.modal-content input[type="text"] {*/
	/*	width: 100%;*/
	/*	background: #fbfbfb;*/
	/*	border: solid 1px #d8dddb;*/
	/*	padding: 7px;*/
	/*	margin-bottom: 5px;*/
/*}*/
/*.radio-buttons {*/
	/*	color: #acacac;*/
	/*	font-size: 12px;*/
	/*	margin-top: 3px;*/
	/*	float: left;*/
	/*	width: 100%;*/
	/*	margin-bottom: 10px;*/
/*}*/
/*.radio-buttons label {*/
	/*	width: auto;*/
	/*	color: #acacac;*/
	/*	padding-top: 2px;*/
	/*	padding-left: 5px;*/
	/*	padding-right: 30px;*/
	/*	float: left;*/
/*}*/
/*.radio-buttons input[type="radio"], .radio-buttons input[type="checkbox"] {*/
	/*	float: left;*/
/*}*/
/*.checkbox-buttons {*/
	/*	padding: 5px 0 8px 0;*/
/*}*/
/*.pay-setup p {*/
	/*	padding-bottom: 0px;*/
	/*	margin: 0px;*/
/*}*/
/*.pay-setup small:before {*/
	/*	display: none;*/
/*}*/
/*.pay-setup small {*/
	/*	color: #acacac;*/
/*}*/
/*.modal-content input[type="submit"] {*/
	/*	background: #52c3ce;*/
	/*	color: #fff;*/
	/*	border: none;*/
	/*	text-transform: uppercase;*/
	/*	padding: 9px 62px;*/
	/*	font-size: 12px;*/
	/*	margin-top: 25px;*/
/*}*/
/*.modal-content input[type="submit"]:hover {*/
	/*	background: var(--primary-theme-color);*/
	/*	color: #212229;*/
/*}*/
/*.modal-dialog {*/
	/*	max-width: 520px;*/
/*}*/
/*input[type="checkbox"] {*/
	/*	border: solid 1px #b7b7b7;*/
	/*	-webkit-appearance: none;*/
	/*	-moz-appearance: none;*/
	/*	appearance: none;*/
	/*	width: 20px;*/
	/*	height: 20px;*/
/*}*/
/*.radio-buttons.checkbox-buttons label {*/
	/*	padding-top: 6px;*/
	/*	padding-left: 8px;*/
/*}*/
/*input[type="checkbox"]:checked, input[type="radio"]:checked {*/
	/*	background: #52c3ce;*/
	/*	border-color: #52c3ce;*/
/*}*/
/*input:focus {*/
	/*	outline: none !important;*/
	/*	border: none;*/
/*}*/
/*input[type="radio"] {*/
	/*	border: solid 1px #a9a9a9;*/
	/*	-webkit-appearance: none;*/
	/*	-moz-appearance: none;*/
	/*	appearance: none;*/
	/*	height: 12px;*/
	/*	width: 12px;*/
	/*	border-radius: 50%;*/
/*}*/
/*.modal-dialog select {*/
	/*	border: solid 1px #d8dddb;*/
	/*	width: 100%;*/
	/*	font-size: 12px;*/
	/*	color: #747474;*/
	/*	padding: 7px 25px 7px 12px;*/
	/*	margin: 6px 0 12px 0;*/
	/*	background-position: right 8px center;*/
/*}*/
/*#roomtype label {*/
	/*	padding: 15px 0 2px 0;*/
/*}*/
/*!*.modal.in .modal-dialog {*/
	/*	-webkit-transform: translate(0, -50%);*/
	/*	-ms-transform: translate(0, -50%);*/
	/*	-o-transform: translate(0, -50%);*/
	/*	transform: translate(0, -50%);*/
	/*	top: 50%;*/
/*}*!*/
/*.modal-content form {*/
	/*	margin-top: 10px;*/
/*}*/
/*.general-tabs li {*/
	/*	display: inline-block;*/
	/*	list-style: none;*/
	/*	color: #6a6a6a;*/
	/*	padding: 5px 10px;*/
	/*	border-radius: 2px;*/
	/*	cursor: pointer;*/
	/*	background: #efefef;*/
/*}*/
/*ul.general-tabs {*/
	/*	margin-top: 12px;*/
/*}*/
/* Popup css ends */
/* Agoda popup css starts */
#agoda h4 {
line-height: 28px;
margin: 0;
padding-right: 25px;
}
#agoda i.fa.fa-plug {
color: #52c3ce;
font-size: 19px;
}
#agoda button.close {
top: 0;
}
#agoda .popup-top {
padding-bottom: 10px;
}
#agoda .modal-content label {
margin-top: 10px;
}
#agoda .radio-buttons label {
margin-top: 0px;
}
#agoda .modal-dialog {
max-width: 550px;
}
/* Agoda popup css ends */
.rate-config-main {
display: none;
}
/* Setting slide section css starts */
.settings-slidediv {
background: #fbfbfb;
box-shadow: 0px 0px 3px #b8b8b7;
width: 240px;
top: 57px;
display: none;
position: absolute;
left: 118px;
z-index: 10000;
}
.settings-slidediv1 {
background: #fbfbfb;
box-shadow: 0px 0px 3px #b8b8b7;
width: 240px;
top: 48px;
display: none;
position: absolute;
left: 6px;
z-index: 10000;
}
.settings-slidediv.channels-number {
left: 78px;
}
.setting-tab-inner {
position: relative;
}
.settings-slidediv:before {
position: absolute;
border-bottom: 15px solid #fbfbfb;
content: '';
top: -30px;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid transparent;
left: 10px;
z-index: 1000;
}
.settings-slidediv:after {
position: absolute;
border-bottom: 15px solid #b8b8b7;
content: '';
top: -30px;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid transparent;
left: 10px;
z-index: 999;
}
.settings-slidediv li {
list-style: none;
width: 100%;
display: inline-block;
padding: 0px 10px;
}
.settings-slidediv a {
color: #2c2c2c;
font-size: 13px;
}
.settings-slidediv a .fa {
color: #52c3ce;
width: 20px;
}
.settings-slidediv.show1 {
display: block;
}
/* Setting slide section css ends */
/* Channel Page css starts */
.active-channels {
background: #ffffff;
border-left: solid 1px #ececec;
border-right: solid 1px #ececec;
}
.active-channels-outer .active-channels:first-child {
border-top: solid 1px #ececec;
}
.black-bg {
background: #303030;
color: #fff;
}
.active-channels-inner:first-child {
border-bottom: solid 1px #383838;
}
.active-channels-inner {
padding: 20px 30px;
border-bottom: solid 1px #ececec;
}
.active-channels .active-channels-inner:nth-child(3) {
border-left: solid 1px #ececec;
border-right: solid 1px #ececec;
}
.active-channels-fixed-width {
box-shadow: 0px 0px 11px #e5e6e8;
}
.title-bar-channel h1 {
float: left;
margin-right: 20px;
}
.title-bar-channel button.btn.btn-primary {
margin: 16px 0 0 10px;
padding: 7px 12px 5px 12px;
box-shadow: none;
}
.title-bar-channel button.btn.btn-primary::after {
display: none;
}
.btn-primary:focus, .btn-primary:active {
background-color: var(--primary-theme-color) !important;
border-color: var(--primary-theme-color) !important;
}
/* Channel Page css ends */
/*USER ACOOMODATION PAGE*/
.create-accommodation-outer {
padding: 0 20px !important;
margin-bottom: 32px;
}
.create-accommodation-main-panel {
background: #fff;
border: 1px solid #cdcfcf;
padding: 45px 25px !important;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.create-accomadation-inner label {
color: #625f60;
font-weight: 400;
line-height: 20px;
font-size: 15px;
float: left;
width: 100%;
}
.create-accomadation-inner input {
color: #625f60;
font-weight: 400;
line-height: 20px;
font-size: 15px;
border: 1px solid #ccd2cf;
padding: 10px 10px;
float: left;
width: 100%;
}
.create-accomadation-inner select {
margin: 0;
color: #625f60;
font-weight: 400;
line-height: 20px;
font-size: 15px;
border: 1px solid #ccd2cf;
padding: 10px 10px;
float: left;
width: 100%;
background: #fff url(../images/img_select_arrow.png) right 18px no-repeat;
}
.create-accommodation-left-con input {
background: #fff url(../images/img_calender_pic02.png) right 9px no-repeat;
padding: 8px 8px 8px 10px !important;
color: #52c3ce;
font-size: 15px;
font-weight: 900;
border: 1px solid #ccd2cf !important;
width: 100% !important;
}
.create-margin-right {
padding-right: 6px !important;
}
.create-margin-left {
padding-left: 6px !important;
}
.create-checkbox-con input[type="checkbox"] {
display: none;
}
.create-checkbox-con input[type="checkbox"] + label {
display: inline-block;
width: 33px;
height: 33px;
margin: 0 4px 0 0;
background: url(../images/img_checkbox.png) left top no-repeat;
cursor: pointer;
float: left;
padding-left: 40px;
line-height: 32px;
}
.create-checkbox-con input[type="checkbox"]:checked + label {
background: url(../images/img_checkbox_hover.png) left top no-repeat;
}
.create-checkbox-con {
margin: 30px 0 0;
}
.submit-button {
padding: 11px 30px !important;
background: #52c3ce;
color: #fff !important;
line-height: 20px;
font-size: 20px;
font-weight: 500 !important;
text-decoration: none;
margin: 25px 10px 0 0;
width: auto !important;
text-transform: uppercase;
border: 0 !important;
}
.cancel-button {
padding: 11px 30px !important;
background: #cbcbcb;
color: #fff !important;
line-height: 20px;
font-size: 20px;
font-weight: 500 !important;
text-decoration: none;
width: auto !important;
border: 0 !important;
margin-top: 25px;
text-transform: uppercase;
}
.submit-button:hover {
background: #cbcbcb;
}
.cancel-button:hover {
background: #52c3ce;
}
/* Drop-Down Navigation */
ul.navbar-nav ul, ul.navbar-nav ul li ul {
list-style: none;
margin: 0;
padding: 0;
visibility: hidden;
position: absolute;
z-index: 99999;
width: 180px;
background: #fff;
box-shadow: 1px 1px 3px #ccc;
opacity: 0;
-webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
-moz-transition: opacity 0.2s linear, visibility 0.2s linear;
-o-transition: opacity 0.2s linear, visibility 0.2s linear;
transition: opacity 0.2s linear, visibility 0.2s linear;
}
ul.navbar-nav li:hover > ul {
visibility: visible;
opacity: 1;
}
ul.navbar-nav ul {
left: 1px;
padding: 5px;
}
ul.navbar-nav ul li ul {
top: 0;
left: 181px;
}
ul.navbar-nav ul li {
clear: both;
width: 100%;
border: 0 none;
padding: 0 !important;
}
ul.navbar-nav ul li a {
background: none;
padding: 7px 15px !important;
color: #616161;
text-shadow: 1px 1px 0px #fff;
text-decoration: none;
display: inline-block;
border: 0 none;
float: left;
clear: both;
width: 100%;
line-height: 28px;
}
ul.navbar-nav ul li a {
border: none !important;
color: #54555d;
background: #f3f5f6;
padding: 0px 20px !important;
border-radius: 30px;
font-size: 12px;
margin: 4px 0px;
font-weight: 500;
}
ul.navbar-nav ul li a:hover {
color: #fff !important;
background: #52c3ce;
text-shadow: none;
}
ul.navbar-nav li a.first {
border-left: 0 none;
}
ul.navbar-nav li a.last {
border-right: 0 none;
}
.data-table-main-outer table {
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.data-table-main-outer th {
background: #ebeff0;
padding: 29px 35px;
text-transform: uppercase;
color: #000;
line-height: 20px;
font-size: 15px;
font-weight: 500;
border-left: 1px solid #d7dbdc;
}
.data-table-main-outer th:first-child {
border-left: none;
}
.data-table-main-outer td {
background: #fff;
padding: 23px 32px;
color: #000;
line-height: 20px;
font-size: 15px;
font-weight: 400;
border-right: 1px solid #e9e9e9;
border-top: 1px solid #e9e9e9;
}
/*.data-table-main-outer td:lest-child {*/
/*    border-right: none;*/
/*}*/
.data-table-main-outer td a {
color: #000;
text-decoration: none;
}
.data-table-main-outer td a:hover {
color: #f2c148;
text-decoration: none;
}
.data-table-main-outer td:first-child {
background: #e5f5f5;
}
.data-table-main-outer img {
margin: 0 4px;
}
.userlist-pagination-con {
margin: 40px 0 0;
}
.userlist-pagination-con span {
color: #625f60;
font-weight: 400;
line-height: 20px;
font-size: 14px;
float: left;
width: 100%;
}
.userlist-pagination-con ul {
list-style: none;
margin: 20px 0 0;
padding: 0;
float: left;
}
.userlist-pagination-con li {
float: left;
}
.userlist-pagination-con li a {
color: #fff;
font-size: 12px;
padding: 4px 10px;
margin-right: 5px;
background: #e4e5e0;
text-decoration: none;
line-height: 17px;
font-weight: 400;
}
.userlist-pagination-con li a:hover {
color: #fff;
background: #f2c148;
text-decoration: none;
}
.userlist-pagination-active {
color: #fff !important;
background: #f2c148 !important;
text-decoration: none !important;
}
.userlist-page-active {
background: transparent !important;
color: #000 !important;
}
.userlist-page-active:hover {
background: transparent !important;
color: #f2c148 !important;
}
.add-property-button {
margin: 17px 0 0;
}
.mapping-csv-links-con {
margin: 0px 0 0;
}
.search-bar-mapping form {
float: right;
}
.mapping-csv-links-con a {
background: #52c3ce;
margin-right: 5px;
padding: 6px 17px;
float: left;
color: #fff;
font-size: 14px;
line-height: 20px;
text-decoration: none;
font-weight: 400;
}
.mapping-csv-links-con a:hover {
background: var(--primary-theme-color);
color: #fff;
text-decoration: none;
}
.mapping-search-main {
margin: 24px 0 30px;
}
#add-property input {
margin-bottom: 15px;
}
/*USER ACOOMODATION PAGE START*/
/*INVENTORY PAGE START*/
.inventory-table-outer .setting-tab {
position: relative;
}
.inventory-table-outer .setting-tab .settings-slidediv {
top: 92px;
left: 85px;
}
.inventory-table-outer .setting-tab.setting-tab1 .settings-slidediv {
top: 72px;
}
.inventry-select-dates-main {
float: right;
}
.inventry-select-dates-main label {
margin-right: 10px;
color: #625f60;
font-size: 15px;
font-weight: 500;
line-height: 17px;
}
.inventry-select-dates-main span {
color: #625f60;
font-size: 15px;
font-weight: 500;
line-height: 17px;
margin: 0 12px;
}
.inventry-select-dates-main input {
background: url(../images/img_calender_pic.png) 10px 8px no-repeat;
padding: 10px 8px 10px 34px !important;
color: #625f60;
font-size: 14px;
font-weight: 600;
border: 2px solid #52c3ce !important;
width: 155px !important;
}
input.submit-button.search-submit-button {
margin: 0px;
padding-top: 10px !important;
padding-bottom: 8px !important;
font-size: 14px;
border: solid 1px #52c3ce;
}
.inventry-select-dates-main input.submit-button.search-submit-button {
background: #52c3ce;
text-align: center;
padding: 0px 37px !important;
width: auto !important;
}
.inventry-select-dates-main input.submit-button.search-submit-button:hover {
border-color: var(--primary-theme-color) !important;
background: var(--primary-theme-color);
color: #000 !important;
}
.inventory-table-outer {
float: left;
width: 100%;
}
input.submit-button.search-submit-button {
margin: 0 0 0 7px;
padding-top: 0px !important;
padding-bottom: 0px !important;
font-size: 14px;
border: solid 1px #52c3ce;
height: 40px;
float: right;
}
input.submit-button.search-submit-button:hover {
background: var(--primary-theme-color);
color: #000 !important;
}
.search-form .btn-primary:hover {
color: #000;
}
.search-form select {
margin-left: 0px;
margin-right: 2px;
}
.inventory-table-outer .table-main {
width: 95%;
float: left;
}
.table-right-arrow {
float: right;
width: 5%;
text-align: center;
padding: 0px 4px;
color: #fff;
font-size: 25px;
background: var(--primary-theme-color);
height: 91px;
line-height: 91px;
}
.inventory-table-outer table th {
text-align: center;
padding: 2px 4px;
color: #696969;
font-size: 11px;
background: #f3f5f6;
border: 1px solid #e1dede;
height: 90px;
}
.inventory-table-outer table th:nth-child(2n) {
background: #fff;
}
.inventory-table-outer table th span {
font-size: 21px;
display: block;
}
.inventory-table-outer table td {
border: 1px solid #e1dede;
padding: 4px 3px;
color: #696969;
height: 90px;
font-size: 13px;
font-weight: 500;
text-align: center;
}
.inventory-table-outer table tr:nth-child(2) td {
background: #e5f5f6;
}
.inventory-table-outer table tr:nth-child(2) td:first-child {
background: #fff;
}
.inventory-table-outer table tr td.available-color {
background: #52c3ce;
color: #fff;
font-weight: 800;
font-size: 14px;
text-transform: uppercase;
}
.inventory-table-outer table td select {
background: url(../images/table-dropdown.png) no-repeat right center;
margin: 0;
padding: 3px 24px 3px 0;
text-transform: uppercase;
font-size: 12px;
}
.inventory-table-outer table tr th:first-child, .inventory-table-outer table tr th:nth-child(2) {
opacity: 0;
border: none;
}
.inventory-table-outer table td img {
border-radius: 5px;
-webkit-border-radius: 5px;
}
.inventory-table-outer table td.listing-channels-row {
padding: 0px !important;
}
.inventory-table-outer table tr td:first-child {
padding: 10px 30px;
text-align: left;
background: #fff;
max-width: 340px;
width: 320px;
}
.inventory-table-outer table p {
margin: 0;
}
.inventory-table-outer .setting-tab {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.inventory-table-outer table td .listing.listing-channels {
display: block;
opacity: 1;
/* max-width: 300px; */
width: 100%;
/* float: left; */
margin: 0;
left: 0;
border: none;
}
/*INVENTORY PAGE END*/
/*login page css start*/
/* .login-outer {
float: left;
width: 100%;
background: url(../images/login-background.jpg) no-repeat center top;
background-size: cover;
min-height: 100vh;
position: relative;
} */
.login-outer {
width: 100%;
background: #fff;
background-size: contain;
min-height: 100vh;
position: relative;
background-position: right top;
}
/* .login-outer::after {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.6);
content: "";
} */
.login-outer::after {
position: absolute;
right: 24px;
top: 0;
height: 95%;
width: 50%;
background: url(../images/login-background.jpg) no-repeat right top;
content: "";
background-size: cover;
bottom: 0;
margin: auto;
border-radius: 24px;
}
.login-container {
margin: auto;
width: 490px;
}
.login-part {
float: left;
width: 100%;
background: #fff;
padding: 40px 68px 50px;
z-index: 2;
position: relative;
text-align: center;
/* 	margin: 100px 0 0 0; */
}
.login-inner {
float: left;
width: 100%;
text-align: left;
}
.login-inner h1 {
margin: 0;
color: #212129;
margin: 30px 0 10px;
}
.login-inner label {
width: 100%;
font-size: 1rem;
color: #131313;
font-weight: 400;
margin-bottom: 8px;
}
.login-inner input, .login-inner select, .login-inner .select2-selection {
	min-height: 45px !important;
	line-height: 22.5px!important;
    width: 100% !important;
    border: 1px solid #c9c9c9 !important;
    margin: 0 0 10px ;
    padding: 10px;
    color: rgba(88, 88, 88, 1) !important;
    border-radius: 12px !important;
    -webkit-text-fill-color: rgba(88, 88, 88, 1) !important;
    -webkit-opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Gotham' !important;
    font-size: 0.825rem!important;
    
}
@media only screen and (min-device-width: 300px) and (max-device-width: 1966px) and (-webkit-min-device-pixel-ratio: 2) {
    /* Your MacBook-specific styles here */
    .login-inner input, .login-inner select, .login-inner .select2-selection {
    	padding: 10px 10px 0;
    }
}
/* Safari 7.1+ */

.login-inner .select2{
	height: 44px !important;
	margin-bottom: 10px !important;
}
#select2-selectAccommodationValue-results li{
	font-size: 0.825rem;
}
.login-inner .select2-container--open .select2-dropdown{
    top: -8px !important;
    padding-top: 3px !important;
}
.login-inner .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #555 !important;
    line-height: 24px !important;
}
.login-inner .select2-selection__arrow{
	height: 44px !important;
    position: absolute !important;
    top: 0px !important;
    right:0;
    width: 32px !important;
    appearance: none !important;
    -webkit-appearance: none; /* Remove default arrow in Safari */
    -moz-appearance: none; /* Remove default arrow in Firefox */
    background: url('data:image/svg+xml;utf8,<svg fill="none" height="20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>'); /* Add custom arrow */
	background-repeat: no-repeat;
	background-position: right 8px bottom 12px;
}
.login-inner .select2-selection__arrow b{
	display: none;
}
.login-inner select{
	appearance: none; /* Remove default arrow */
    -webkit-appearance: none; /* Remove default arrow in Safari */
    -moz-appearance: none; /* Remove default arrow in Firefox */
    background: url('data:image/svg+xml;utf8,<svg fill="none" height="20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>'); /* Add custom arrow */
	background-repeat: no-repeat;
	background-position: right 8px bottom 12px;
}
.forget-password {
display: inline-block;
width: 100%;
}
.forget-password a {
color: #3d8ef9;
font-size: 13px;
}
.forget-password span {
float: right;
position: relative;
color: #212129;
}
.forget-password span sub {
float: left;
bottom: 0;
height: 14px;
width: 14px;
border: 1px solid #cbcbcb;
margin: 4px 6px 0 0;
position: relative;
}
.forget-password span sub::after {
content: "";
position: absolute;
left: 1px;
top: 2px;
display: none;
height: 5px;
width: 10px;
border-left: 2px solid #3d8ef9;
border-bottom: 2px solid #3d8ef9;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.login-inner input[type="checkbox"] {
position: absolute;
padding: 0;
height: 100%;
width: 100%;
z-index: 1;
cursor: pointer;
left: 0;
opacity: 0;
}
.login-inner input[type="checkbox"]:checked + sub::after {
display: block;
}
.login-inner button {
border: 1px solid var(--primary-theme-color) !important;
opacity: 1 !important;
border-radius: 10px !important;
font-weight: 700 !important;
color: #383838 !important;
text-decoration: none !important;
box-shadow: none !important;
height: calc(1.5em + 0.69rem + 15px) !important;
line-height: calc(1.5em + 0.69rem + 15px) !important;
width: 100%;
padding: 0;
background: var(--primary-theme-color);
}
.login-inner p {
margin: 10px 0 0 0;
font-size: 1rem;
}
.login-inner p a {
color: #3f8df9;
text-decoration: underline;
}
tr.clickable + tr td:first-child {
background: #eff9fa;
}
/*login page css end*/
/* New css for rooms and rate starts */
.settings-slidediv1.show1 {
display: block;
}
.settings-slidediv1:before {
position: absolute;
border-bottom: 15px solid #fbfbfb;
content: '';
top: -30px;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid transparent;
left: 10px;
z-index: 1000;
}
.settings-slidediv1:after {
position: absolute;
border-bottom: 15px solid #b8b8b7;
content: '';
top: -30px;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-top: 15px solid transparent;
left: 10px;
z-index: 999;
}
.settings-slidediv1 li {
list-style: none;
width: 100%;
display: inline-block;
padding: 0px 10px;
}
.settings-slidediv1 a {
color: #2c2c2c;
font-size: 13px;
}
.settings-slidediv1 a .fa {
color: #52c3ce;
width: 20px;
}
.settings-slidediv1 li a {
color: #2c2c2c !important;
}
.settings-slidediv1 li {
padding-top: 5px !important;
padding-bottom: 5px !important;
}
.settings-slidediv1 li .fa-plug:before {
margin: 0px;
}
.settings-slidediv li a:hover, .settings-slidediv1 li a:hover {
color: #53c3cf !important;
}
.listing-channels li {
position: relative;
}
/* New css for rooms and rate ends */
/* Sign out button */
a {transition: all 0.5s ease;}
a.signout {
background: #f2c148;
color: #fff;
padding: 0px 15px 0;
text-transform: uppercase;
margin-top: 9px;
display: inline-block;
width: 100px;
line-height: 32px;
height: 30px;
text-align: center;
border-radius: 0;
border: 0;
}
a.signout:hover {
background: #00828f;
color: #fff;
}
#navbar a.active {
border-bottom: solid 4px var(--primary-theme-color);
}
/* Sign in button */
/* Booking page css starts */
.booking-inner {
background: #fff;
}
.booking-inner .nav-link {
float: left;
width: 100%;
background: #eeeced;
text-align: left;
padding: 17px 10px;
border-bottom: solid 1px #dedcdd;
color: #212229;
font-weight: 500;
}
.booking-inner .nav-link.active {
border-bottom: none;
}
.booking-inner .nav-link.active, .booking-inner .nav-link:hover {
background: #f2c148;
}
.booking-inner .tab-pane.active {
display: block !important;
opacity: 1;
}
.booking-inner .tab-content {
padding: 38px 60px 38px 20px;
float: left;
width: 100%;
}
.tab-pane label {
color: #615f60;
font-weight: 400;
font-size: 15px;
width: 100%;
margin-bottom: 10px;
}
.tab-pane input {
border: solid 1px #cacaca;
padding: 8px;
width: 100%;
color: #212229;
font-weight: 400;
font-size: 14px;
}
.tab-pane .padd-none {
padding-bottom: 15px;
}
.tab-pane input[type="button"] {
background: #53c3cf;
color: #fff;
text-transform: uppercase;
border: none;
width: auto;
font-size: 15px;
padding: 8px 22px;
}
.tab-pane input.booking-search {
background: #cbcbcb;
margin-left: 5px;
}
.tab-pane input.input-search-icon:before {
content: "\f002";
}
input.input-date-icon {
background: #fff url(../images/img_calender_pic02.png) no-repeat;
background-position: left 10px center;
}
input.input-search-icon {
background: #fff url(../images/serach1.jpg) no-repeat;
background-position: left 0px center;
padding-left: 45px;
}
.tab-pane input[type="button"]:hover, .tab-pane input[type="button"]:hover {
}
.tab-pane input[type="button"]:hover {
background: #cbcbcb;
}
.tab-pane input.booking-search:hover {
background: #53c3cf;
}
.tab-pane.fade.show.active {
display: block !important;
}
.tab-pane.fade.show {
display: none !important;
}
.checkin-report-left select {
border: solid 1px #cacaca;
margin: 0px;
padding: 8px;
width: 65%;
background-position: right 8px center;
}
.checkin-report-right a {
background: #53c3cf;
color: #fff;
padding: 8px 22px;
margin: 0 3px;
border-radius: 1px;
text-transform: uppercase;
font-size: 15px;
}
.checkin-report-right {
margin-top: 12px;
}
.checkin-report-right a:hover {
background: #cbcbcb;
}
.checking-info h4 {
background: #f4f5f7;
padding: 18px;
margin-top: 24px;
}
.tab-pane .checking-info-row {
padding-top: 15px;
padding-bottom: 15px;
}
.checking-info-row i.fa.fa-user {
color: #53c3cf;
padding-right: 10px;
}
.channel-yield .radio-buttons label {
width: auto;
}
.channel-yield .radio-buttons input[type="radio"] {
width: 15px;
height: 15px;
padding: 4px;
}
.tab-pane .channel-yield .padd-none {
padding-bottom: 2px;
}
.channel-yield .radio-buttons {
width: auto;
}
.channel-yield-radio label {
width: auto;
float: left;
padding: 3px 11px 0px 0;
}
.channel-yield-radio .radio-buttons label {
padding-top: 0px;
padding-left: 7px;
}
.checkin-report-right .fa {
padding-right: 5px;
}
.report-type select#reportType, select.select-border {
border: solid 1px #cacaca;
padding: 8px;
width: 100%;
margin: 0px;
background-position: right 8px center;
}
.report-type label {
width: 100%;
}
#selectchannel input[type="checkbox"] {
width: auto;
padding: 6px;
height: 10px;
}
.report-type.report-type1 select#reportType {
width: 79%;
}
.report-type.report-type1 label {
width: auto;
padding-top: 10px;
}
.channel-analysis-left p {
padding-top: 11px;
}
.channel-analysis-left p a {
color: #53c3cf;
cursor: pointer;
}
.channel-analysis-forms li {
list-style: none;
display: inline-block;
background: #eeeced;
color: #000;
padding: 8px 10px;
text-transform: uppercase;
margin: 0 6px 20px 0;
cursor: pointer;
}
.channel-analysis-forms li:hover, .channel-analysis-forms li.active {
background: #f2c148;
color: #000;
}
.tab-pane input.hasDatepicker {
padding-left: 35px !important;
}
/* Booking page css ends */
/* inventory page new css starts*/
.editable {
width: 70px;
max-width: 70px;
word-break: break-all;
}
.inventory-table-outer table td label {
margin: 5px 0 0 0;
position: relative;
}
.inventory-table-outer table td label input {
opacity: 0;
position: absolute;
top: 0;
left: 0;
margin: 0;
height: 100%;
width: 100%;
z-index: 1;
}
.inventory-table-outer table td label span {
height: 27px;
width: 27px;
background: #11c26d;
float: left;
border-radius: 5px;
-webkit-border-radius: 5px;
}
.inventory-table-outer table td label input:checked + span::after {
display: block;
;
}
.inventory-table-outer table td label span::after {
content: "";
position: absolute;
left: 5px;
top: 6px;
display: none;
height: 10px;
width: 17px;
border-left: 4px solid #fff;
border-bottom: 4px solid #fff;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
/* inventory page new css end */
/* user list table css starts */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background-color: #f2c148;
border-color: #f2c148;
}
.pagination > li > a, .pagination > li > span {
color: #fff;
background: #e4e5e0;
}
.dataTables_wrapper select.form-control.input-sm {
line-height: 20px;
}
div#data-table_paginate {
padding-top: 10px;
}
#data-table th.sorting_desc:last-child:after, #data-table th.sorting:last-child:after {
display: none !important;
}
#data-table th:last-child {
pointer-events: none;
}
#data-table td:last-child span a {
padding: 0 5px;
}
#data-table th {
background: #ebeff0;
padding: 29px 35px;
font-size: 15px;
}
#data-table td {
background: #fff;
padding: 23px 32px;
font-size: 15px;
}
#data-table td:first-child {
background: #e5f5f5;
font-size: 15px;
}
#data-table {
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
border-color: #e9e9e9;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
border-bottom-width: 1px;
}
.table-bordered {
border: none;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
bottom: 28px !important;
}
.pagination > li > a, .pagination > li > span {
padding: 4px 10px;
margin: 0 3px;
}
li#data-table_next a {
background: none;
color: #000;
}
.pagination > li > a, .pagination > li > span {
border: none;
}
.paginate_button.previous a {
background: none;
color: #000;
}
.paginate_button.previous a:hover, li#data-table_next a:hover {
background: #f2c148;
color: #fff;
border-radius: 0px;
}
.pagination > li > a:hover, .pagination > li > span:hover {
background: #f2c148;
color: #fff;
}
/* User list table css end*/
.channelyield-info .create-accommodation-outer {
padding: 0px !important;
margin-bottom: 0;
}
.export-run-report {
margin-top: 27px;
}
.person-info {
border-bottom: solid 1px #ececec;
padding-bottom: 8px;
margin-bottom: 8px;
}
.person-info.person-info1 {
color: #919191;
}
.expo.checkin-report-right.export-run-report {
padding-top: 15px;
}
.create-accommodation-outer1 .create-margin-left {
padding-left: 0px !important;
}
.create-accommodation-outer1 .create-margin-right {
padding-right: 0px !important;
}
ul.channel-analysis-forms {
padding-left: 15px;
}
p.show-all-channel1 {
padding-top: 20px;
}
p.show-all-channel1 a {
color: #53c3cf;
cursor: pointer;
}
.channel-analysis3 .expo.checkin-report-right.export-run-report {
padding-top: 0;
margin-top: 15px;
}
.ui-widget-content {
z-index: 99999999 !important;
}
.nav-outer {
padding: 2px 0 2px 100px !important;
background: #fff;
box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(242, 193, 72, 0.1);
}
.signin-icon {
float: right;
padding: 11px 0 0 0;
position: relative;
margin-top: 4px;
}
.signin-icon.header-right1 {
padding-left: 29px;
}
.signin-icon .fa {
padding-left: 4px;
float: left;
}
.signin-icon i.fa.fa-user-circle-o {
font-size: 20px;
padding-top: 5px;
}
i.fa.fa-sort-desc {
padding-top: 5px;
padding-left: 5px;
}
.signin-slide {
background: #fff;
padding: 0px 10px;
position: absolute;
top: 50px;
z-index: 10000;
width: 130px;
right: 0;
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3)
}
.signin-slide li {
list-style: none;
margin: 14px 0px;
text-align: left;
}
.signin-slide a:hover {
color: #fff !important;
background: #52c3ce;
}
.signin-slide li:last-child a {
background: #52c3ce;
color: #fff !important;
}
.signin-slide li:last-child a:hover {
background: var(--primary-theme-color);
color: #fff !important;
}
.signin-slide li a {
color: #54555d;
background: #f3f5f6;
border-radius: 30px;
padding: 3px 15px;
font-size: 12px;
font-weight: 500;
}
.signin-slide li a:hover {
color: #000;
}
.signin-slide li:last-child a {
border-bottom: none;
}
.sign-in-inner:hover .fa {
color: var(--primary-theme-color);
cursor: pointer;
}
/* Message box css start */
.head-msg-box {
width: 380px;
box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
-ms-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
position: absolute;
z-index: 999999;
top: 48px;
right: 0px;
background: #fff;
}
.msg-box-heading h5 {
color: #212229;
text-transform: uppercase;
font-weight: 400;
float: left;
width: auto;
font-size: 15px;
line-height: 21px;
margin: 0;
padding: 0;
}
.msg-box-heading span {
color: #fff;
background-color: #17a2b8;
display: inline-block;
padding: 4px 12px;
font-size: 12px;
font-weight: 300;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 20px;
float: right;
width: auto;
}
.msg-box-heading {
float: left;
width: 100%;
padding: 12px 20px;
border-bottom: 1px solid #e4eaec;
}
.head-msg-detail {
float: left;
width: 100%;
padding: 0;
height: 300px;
}
.head-msg-detail a {
float: left;
width: 100%;
border-bottom: 1px solid #e4eaec;
padding: 15px 20px;
}
.head-msg-detail a:hover, .head-msg-detail a:focus {
background-color: #f3f7f9;
}
.head-msg-detail a:last-child {
border-bottom: none;
}
.msg-detail-img {
float: left;
width: 10%;
}
.msg-detail-img span {
float: left;
width: 30px;
position: relative;
}
.msg-detail-img span img {
float: left;
width: 100%;
border-radius: 50%;
}
.msg-detail-img span.online-msg-round:before {
background-color: #11c26d;
}
.msg-detail-img span.two-day-ago-msg:before {
background-color: #eb6709;
}
.msg-detail-img span::before {
position: absolute;
content: "";
background-color: #526069;
width: 10px;
height: 10px;
border-radius: 30px;
right: -1px;
bottom: -1px;
border: #fff solid 2px;
}
.msg-detail-right {
float: left;
width: 90%;
padding: 0 0 0 5px;
}
.msg-detail-right h6 {
color: #212229;
font-weight: 400;
float: left;
width: auto;
font-size: 15px;
line-height: 21px;
margin: 0;
padding: 0;
}
.msg-detail-right span {
color: #a3afb7;
font-size: 12px;
float: left;
width: 100%;
text-align: left;
line-height: 14px;
margin: 6px 0 1px;
font-weight: 400;
}
.msg-detail-right span.msg-detail-grey {
color: #76838f;
}
.see-all-setting {
float: left;
background: #f3f7f9;
width: 100%;
border-top: 1px solid #e4eaec;
}
.see-all-setting a {
float: left;
width: 100%;
padding: 15px 20px;
}
.see-all-setting a:hover span {
color: #589ffc;
}
.see-all-setting span {
float: left;
width: auto;
color: #a3afb7;
font-size: 15px;
text-align: left;
line-height: 22px;
margin: 6px 0 1px;
font-weight: 300;
}
.see-all-setting .setting-icon {
float: right;
width: auto;
}
.see-all-setting .setting-icon {
float: right;
width: auto;
}
.see-all-setting .setting-icon i {
color: #a3afb7;
font-size: 16px;
margin: 10px 0 0;
}
#content-2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background-color: #76838f;
}
#content-2 #mCSB_1_scrollbar_vertical .mCSB_draggerContainer .mCSB_draggerRail {
background: none !important;
border: none !important;
}
.message-box:hover .fa {
color: #49494a !important;
cursor: pointer;
}
.header-right1 {
display: inline-block;
padding: 10px 0 0 40px;
}
.message-box {
margin-top: 6px;
}
.drop-down-options {
position: absolute;
z-index: 10000;
background: #fff;
padding: 0px 10px;
margin: 6px 0 0 0;
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
max-width: 170px;
}
.drop-down-options li {
list-style: none;
float: left;
margin: 0px;
text-align: left;
}
.drop-down-options li span {
color: #54555d;
background: #f3f5f6;
border-radius: 30px;
padding: 4px 15px;
font-size: 12px;
float: left;
margin: 4px 0;
font-weight: 500;
}
.drop-down-options li span:hover {
color: #fff;
background: #52c3ce;
cursor: pointer;
}
.dropdown-list {
margin: 8px 0;
float: left;
}
.drop-down-options li:hover {
color: #000;
}
.select-field {
cursor: pointer;
}
.select-option-otr {
background: url('../images/sort-desc.png') no-repeat;
background-position: right;
padding-top: 0 !important;
padding-right: 18px !important;
}
.signin-icon i.fa.fa-sort-desc, .signin-icon i.fa.fa-user-circle-o {
padding-top: 0;
}
/* message box css end */
td.available-color {
width: 200px !important;
}
.inventory-table-outer .setting-tab small {
float: left;
width: 100%;
}
.table-main table {
width: 100%;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
background: #53c3cf !important;
color: #fff !important;
}
.login-inner button:hover {
border: 1px solid var(--secondary-theme-color) !important;
color: #fff !important;
background: var(--secondary-theme-color) !important;
text-decoration: none !important;
box-shadow: none !important;
}
.text-white {
color: #fff;
}
.text-gray {
color: #8a8585 !important;
}
.text-black {
color: #000000 !important;
}
.bg-white {
background: #fff;
}
.font-weight-bold {
font-weight: bold;
}
.font-weight-500 {
font-weight: 500;
}
.common-checkbox {
margin-bottom: -5px !important;
cursor: pointer;
border: 0.5px solid #9b9b9b !important;
}
.text-warning {
color: #ffa100 !important;
}
.text-lowercase {
text-transform: lowercase !important;
}
/* BEGIN Feedback */
.fa-star {
font-size: 20px !important;
color: #ffa726;
}
.fa-star-o {
font-size: 20px !important;
color: #ccc;
}
.main-review-box {
border-bottom: 1px solid #ccc;
padding: 5px 0;
margin: 0 15px;
}
.main-review-box:hover {
background: #f0f0f0;
}
.btn-feedback {
color: #fff !important;
background-color: #52c3ce;
border-color: #52c3ce;
outline: none;
font-size: 22px;
cursor: auto;
}
.btn-feedback:hover, .btn-feedback:active {
background-color: #68aaca !important;
border-color: #68aaca !important;
}
.feedbacks {
height: 400px;
overflow: auto;
}
.feedbacks::-webkit-scrollbar {
width: 10px;
}
.feedbacks::-webkit-scrollbar-track {
background: #f1f1f1;
}
.feedbacks::-webkit-scrollbar-thumb {
background: #888;
}
.feedbacks::-webkit-scrollbar-thumb:hover {
background: #555;
}
/*END Feedback*/
/*BEGIN CK-Editor Custom Style*/
div.cke_dialog_ui_input_select {
display: block !important;
}
select.cke_dialog_ui_input_select {
line-height: 24px !important;
}
#cke_dialog_footer_143 .cke_resizer {
display: none !important;
}
/*END CK-Editor Custom Style*/
.color-inherit {
color: inherit !important;
}
.mb-3, .my-3 {
margin-bottom: 1rem!important;
}
.mb-4, .my-4 {
margin-bottom: 2rem!important;
}
.ml-auto{
margin-left: auto;
}
.btn-light {
color: #212529;
background-color: #ced4da;
border-color: #ced4da;
}


@media (max-width: 768px) { 
	.login-outer::after {
		position: absolute;
		right: 0px;
		top: 0;
		height: 100%;
		width: 100%;
		background: url(../images/login-background.jpg) no-repeat right top;
		content: "";
		background-size: cover;
		bottom: 0;
		margin: auto;
		border-radius: 0px;
	}

	.login-container {
		margin: auto;
		width: 100%;
		
	}

	.login-part {
		float: left;
		width: 100%;
		background: #fff;
		position: relative;
		text-align: center;
		padding: 40px;
	}

	.login-inner p {
		margin: 10px 0 0 0;
	    font-size: 12px;
		text-align: center;
		padding-top: 10px;
	}

 }