/*

Theme Name: Albany
Description: This css file is for template layout alignments
Version: 1.0
                                                                                        	
*/

body {
	background-color: #f3f9fb;
	color: #000;
	margin: 0;
	padding: 0;
	opacity: 1;
	font-family: 'Roboto', sans-serif;
	-webkit-transition: all 2s linear;                  
	-moz-transition: all 2s linear;                 
	-o-transition: all 2s linear;   
	-ms-transition: all 2s linear;          
	transition: all 2s linear;
    overflow-x: hidden;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
p {
	font-size: 13px;
	color: #333333;
}
a, a:hover, a:active, a:focus {
	outline: 0 !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
:focus {
    outline: none !important;
}
h3,h2 {
	letter-spacing: -1;
}
.form-control {
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}

/* Login */

.login {
	background: #e6f1f7;
	text-align: center;
}
.login-box {
	background: #fff;
	width: 780px;
	margin: 100px auto auto;
	height: auto;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.login-box .img-full {
	width: 100%;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	position: relative;
}
.login-box .form-wrapper {
	background: #fff;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
.login-box .img-absolute {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 44%;
}
.login-box .inner {
	width: 100%;
	float: left;
	text-align: left;
	padding: 60px 55px;
}
.login-box .inner h4 {
	color: #333;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 80px;
	text-transform: uppercase;
}
.login-box .inner .form-control {
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #c4c8ca;
	box-shadow: none;
	padding-left: 0;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.login-box .inner .form-control:focus {
	border-bottom: 2px solid #00ada8;
}
.login-box .inner .form-group {
    margin-bottom: 40px;
}
a.password {
	color: #a6a6a6;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin-top: 12px;
	text-align: right;
}
.btn-blue {
	background: #0079aa;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	height: 45px;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.btn-blue:hover {
	background: #0e9fd9;
}
.logo-banner {
	width: 349px;
}
.form-wrapper {
	width: 431px;
	height: 436px;
	float: right;
}


/* Forgot Password  */

.forgot-password .inner .form-group {
	margin-bottom: 30px;
}
.forgot-password .check-box {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
.forgot-password .check-box label {
	color: #797c7d;
	font-size: 14px;
	font-weight: 400;
}

/* Albany Associations */

.albany-container {}


/* Menu */
.menu {
	background: #00ada8 none repeat scroll 0 0;
	float: left;
	/* padding-top: 10px; */
	width: 100%;
}

.navbar-albany {
	background: #0b928e none repeat scroll 0 0;
	display: block;
	padding: 10px 15px;
}
.menu .navbar-default {
    background-color: transparent;
    border-color: transparent;
	margin-bottom: 0;
	border: none;
}
.menu li.page-tittle span {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 20px;
	text-transform: uppercase;
	border-right: 1px solid #0b928e;
}
.menu .navbar-nav > li > a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 19px 20px;
}
.menu .caret {
	background: none;
	border: none;
}
.menu .caret:after {
	border: medium none;
	color: #0a8480;
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	top: 20px;
	right: 5px;
	/* 
	width: 16px;
	height: 5px; */
	border: none;
}
.menu .navbar-nav > li > a:hover {
	color: #bffefc;
}
.menu .navbar-default .navbar-nav > .open > a, 
.menu .navbar-default .navbar-nav > .open > a:focus, 
.menu .navbar-default .navbar-nav > .open > a:hover {
	background-color: #0b928e;
    color: #9bfffc;
}
.menu .dropdown-menu {
	background: #00ada8;
	border: none;
	padding: 0;
	border-radius: 0
}
.dropdown-menu {
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu .dropdown-menu li a {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 13px;
	padding: 13px 20px;
}
.menu .dropdown-menu li a:hover {
	background: #0b928e;
}
.menu a.profile-name:after {
	content: url('../images/profile-separate.png');
	position: absolute;
	right: 0;
	top: 14px;
}
.menu a.logout {
	color: #126664 !important;
}
.menu a.logout:hover {
	color: #fff !important;
}
.menu .navbar-right {
	margin-right: 0;
}
.menu .current a {
	background: #0a8480;
}
.menu .current .dropdown-menu a {
	background: #00ada8;
}
.menu .current .caret:after {
	color: #02a6a1;
	right: 5px;
}



/* Menu end */

.search-add-new {
	width: 100%;
	float: left;
	background: transparent;
	margin-top: 40px;
}
.search-add-new .inner {
	background: #fff;
	width: 100%;
	float: left;
	padding: 10px 20px;
	border: 1px solid #e4e8e9;
}
.search-add-new .btn-blue {
	background-image: url("../images/add-icon.png");
    background-position: 10px 9px;
    background-repeat: no-repeat;
    border-radius: 0;
    font-size: 11px;
    height: 35px;
    text-align: center;
    width: 90%;
    padding-right: 0;
	padding-left: 0;
}
.search-add-new .form-control {
	border-radius: 0;
	box-shadow: none;
	height: auto;
	padding: 6px 8px;
	border-color: #e4e8e9;
	width: 100%;
	margin-left: 10px;
}
.search-add-new .form-control:focus {
	border-color: #cbd2d4;
}
.search-add-new .form-relative {
	position: relative;
}
.search-add-new .search {
	position: absolute;
	right: 11px;
	top: 7px;
}
.search-add-new .pagination {
	margin: 0;
	float: right;
}
.search-add-new .pagination > li > a {
	padding: 6px 15px;
}
.search-add-new .pagination > li > a, 
.search-add-new .pagination > li > span {
	color: #4c5152;
	font-weight: 700;
	font-size: 13px;
	border: none;
}
.search-add-new .pagination > li > a:hover {
	background: transparent;
}
.search-add-new .pagination .controller {
	background: #ebeff0;
	color: #a9a9a9;
}
.search-add-new .pagination .controller:hover {
	background: #dde2e3;
	color: #a9a9a9;
}
.search-add-new .pagination .active {
	color: #00ada8;
}
.table-of-content {
	width: 100%;
	float: left;
	margin-top: 35px;
	min-height: 550px;
}
.table-of-content .table-container {
	width: 100%;
	float: left;
	border: 1px solid #e4e8e9;
	border-top: 2px solid #b2dcdb;
	border-left: none;
	border-right: none;
	background: #fff;
}
.table-of-content .table-container h5 {
	color: #232728;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
.table-of-content .table-container .tittle {
	width: 100%;
	float: left;
	padding: 12px 0 12px;
	border-left: 1px solid #e4e8e9;
	border-right: 1px solid #e4e8e9;
}
.table-of-content .table-container .tittle a.view-all {
	color: #0079aa;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	float: right;
}
.table-of-content .table-container .tittle a.view-all:hover {
	color: #29afe5;
}
.table-of-content .table-container th {
	color: #4c5152;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	padding: 9px 14px !important;
}
.table-of-content .table-container td {
	color: #797c7d;
	font-weight: 400;
	font-size: 14px;
	/* text-transform: capitalize; */
	padding: 14px;
}
.table-of-content .table-container .color-code {
	background: #ed6d79;
	padding: 4px 10px;
	width: 45px;
	height: 18px;
	border-radius: 4px;
	display: inline-block;
}
.table-of-content .table-container .tooltip > .tooltip-inner {
	background-color: #e4e8e9;
	color: #000;
}
.table-of-content .table-container .tooltip > .tooltip-arrow { 
	border-top-color: #e4e8e9 !important; 
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent !important;
}
.navbar-toggle .icon-bar {
	height: 4px;
    width: 40px;
	background-color: #fff !important;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.navbar-toggle:hover .icon-bar {
	 width: 40px;
}
.navbar-toggle .icon-bar:last-child {
	width: 40px;
}

/* Footer */

.footer {
	width: 100%;
	float: left;
	text-align: center;
	color: #797c7d;
	background: #232728;
	font-weight: 400;
	font-size: 14px;
	padding: 15px 0;
	margin-top: 40px;
}

/* Footer end */

/* Push menu */

.navbar-push {
	background: #00ada8;
}
.navbar-push .nav {
	margin-top: 0;
}


/* Add association */

.add-form-lg {
	width: 100%;
	float: left;
	border: 1px solid #e4e8e9;
	border-top: 2px solid #e4e8e9;
	padding: 40px;
}
.mandatory {
	color: #f11818 !important;
}
.add-association label {
	color: #232728;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
}
.add-association .form-control {
	background: #fff;
	border: 1px solid #cdd4d7;
	border-radius: 0;
	height: auto;
	padding: 6px;
	box-shadow: none;
	width: 100%;
}
.add-association .form-control:focus {
	box-shadow: none;
	border: 1px solid #969b9e;
}
.add-association .error {
	background-color: #fffbfb;
	border: 1px solid #e6999c;
}
.add-association .form-horizontal .control-label {
	padding-top: 11px;
}
.add-association .heading-relative {
	position: relative;
}
.add-association .heading-absolute {
	color: #797c7d;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	text-transform: uppercase;
	top: -55px;
}
.add-association form {
    margin-top: 40px;
}
.btn-white {
	border: 1px solid #cdd4d7;
	background: #fff;
	color: #232728;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 10px;
	display: block;
	text-align: center;
}
.btn-white:hover {
	border: 1px solid #a3aaad;
}
.btn-grey {
	border: 1px solid #a5abad;
	background: #a5abad;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 10px;
	display: block;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.btn-grey:hover {
	border: 1px solid #a3aaad;
	background: #969b9d;
}
.add-association .btn-blue {
	border-radius: 0;
	height: auto;
	padding: 10px 0;
	width: 100%;
	font-size: 11px;
}
.add-association .form-group span {
	color: #232728;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.add-association .form-group span.message {
	color: #fe4040;
	font-size: 12px;
	font-weight: 700;
	text-transform: none;
}
.btn-fade {
	border: 1px solid #c0e3cf;
	background: #99CC00;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 9px 0;
	display: block;
	text-align: center;
	width: 100%;
}
.btn-fade:hover {
	border: 1px solid #43bb76;
	background: #99CC00;
}


/* Casual booking */


.separate-line {
	border: none;
	background: #e4e8e9;
	height: 2px;
	margin: 15px 0;
}
.name-and-location ul {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.name-and-location li {
	list-style: none;
	display: inline-block;
	color: #232728;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	border-right: 1px solid #e4e8e9;
	padding: 10px;
}
.name-and-location li span {
	color: #797c7d;
	font-size: 14px !important;
	font-weight: 400;
	text-transform: lowercase;
	padding: 0 0 0 10px;
}
.name-and-location li:last-child {
	border-right: 1px solid #fff;
}
.jq-selectx ul {
	border-color: #ebeff0 !important;
}
/*******edited ********/
.jq-selectx ul li {
	padding: 10px 5px !important;
	text-transform: capitalize !important;
	color: #4c5152 !important;
	font-size: 14px;
	font-weight: 400 !important;
	text-overflow: ellipsis;
    overflow: hidden;
}
/*******edited ********/
.jq-selectx ul li,
.jq-selectx {
	width: 100%;
}
.jq-selectx .caret {
	border: none !important;
}
.jq-selectx .caret:after {
	border: medium none;
	color: #888b8c;
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	right: 3px;
    top: -5px;
}
.jq-selectx button {
	padding: 7px 5px !important;
	border: none !important;
	background: #ebeff0 !important;
	color: #4c5152 !important;
	font-size: 14px;
}
.col-01,
.col-02 {
	margin-right: 10px;
}
.col-01 {
	width: 206px;
	float: left;
}
.col-02 {
	width: 150px;
	float: left;
}
.checkbox-align {
	padding-top: 8px !important;
}
.checkbox-align label {
	color: #797c7d;
	font-size: 14px;
	font-weight: 400;
}
.table-top-align {
	margin-top: 30px;
}
.table-input {
	border: 1px solid #e4e8e9;
	background: #fff;
	border-radius: 0;
	width: 65px;
	padding: 4px 5px;
	text-align: center;
}
.table-input-two {
	border: 1px solid #e4e8e9;
	background: #fff;
	border-radius: 0;
	width: 100%;
	padding: 4px 5px;
	text-align: left;
}
.input-description {
	width: 300px;
}
.total-cost {
	background: #232728 none repeat scroll 0 0;
	color: #fff;
	float: right;
	font-size: 24px;
	font-weight: 700;
	margin-top: 10px;
	padding: 1px 15px;
	text-align: center;
}
.total-text {
	float: right;
	padding: 21px 20px 20px;
	color: #232728;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
}
.payment-checkbox {
	width: 150px;
	float: right;
	float: right;
	padding: 9px 11px;
	text-align: right;
	width: 150px;
}
.payment-checkbox label {
	color: #797c7d;
	font-size: 14px;
	font-weight: 400;
}
.add-fee {
	width: 180px;
	float: right;
}
.add-fee .btn-blue {
	border-radius: 0;
	height: 35px;
	font-size: 11px;
	text-align: center;
	width: 100%;
	/*background: #0079aa url("../images/add-icon.png") no-repeat scroll 9px 9px;*/
}
.add-fee .btn-blue:hover {
	background-color: #0c96ce;
}

/* Custome checkbox styles */

input[type=checkbox].css-checkbox {
	position: absolute; 
	z-index: -1000; 
	left: -1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0; 
	border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 18px;
	height: 13px; 
	display: inline-block;
	line-height: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 13px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -13px;
}
label.css-label {
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
	background-image: url(../images/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Albany scheduler */


.top-filtering {
	width: 100%;
	float: left;
	background: #fff;
	border-bottom: 1px solid #e0e8ea;
	padding: 15px 0;
}
.top-filtering .col-01,
.top-filtering .col-02,
.top-filtering .col-03,
.top-filtering .col-04 {
	float: left;
}
.top-filtering .col-01,
.top-filtering .col-02 {
	background: #ebeff0;
}
.top-filtering .col-01 {
	width: 195px;
}
.top-filtering .col-02 {
	width: 111px;
}
.top-filtering .col-03 {
	width: 296px;
}
.top-filtering .col-03 ul {
	border: 1px solid #ebeff0;
	margin: 0 0 0 10px;
	padding: 6px 8px;
}
.top-filtering .col-03 li {
	list-style: none;
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
	color: #797c7d;
	font-weight: 400;
}
.top-filtering .col-03 li:last-child {
	padding: 0;
}
.top-filtering .col-03 li span {
	font-size: 13px;
	color: #4c5152;
	font-weight: 400;
}
.top-filtering .col-03 li img {
	margin-top: -5px;
}
.top-filtering .col-04 {
	width: 122px;
	float: right;
}
.top-filtering .col-04 .btn-blue {
	border-radius: 0;
	height: 34px;
	font-size: 11px;
	text-align: center;
	width: 100%;
	background: #0079aa url("../images/add-icon.png") no-repeat scroll 9px 9px;
	padding-left: 34px !important;
}
.top-filtering .col-04 .btn-blue:hover {
	background-color: #0c96ce;
}
.filter-collapse {
	width: 100%;
	float: left;
}
.filter-collapse .outer-container {
	width: 100%;
	float: left;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #e4e8e9;
	margin-top: 10px;
}
.filter-collapse .outer-container .col-1 {
	color: #232728;
	float: left;
	font-size: 11px;
	font-weight: 700;
	margin-top: 3px;
	padding: 0 18px;
	text-transform: uppercase;
	width: auto;
}
.collapse-filter-alac label.css-label {
	font-size: 14px;
	color: #797c7d;
	font-weight: 400 !important;
	text-transform: capitalize;
	line-height: 1.3 !important;
}
#advanced-filter {
	margin-top: 10px;
}
.filter-collapse .outer-container .associations {
	width: 119px;
}
.filter-collapse .color-1,
.filter-collapse .color-2,
.filter-collapse .color-3,
.filter-collapse .color-4 {
	color: #fff;
	padding: 2px 4px;
	border-radius: 2px;
	margin-right: 5px;
	font-size: 11px;
	text-transform: uppercase;
}
.filter-collapse .color-1 {
	background: #ed6d79;
}
.filter-collapse .color-2 {
	background: #668de5;
}
.filter-collapse .color-3 {
	background: #a985ec;
}
.filter-collapse .color-4 {
	background: #35bc8b;
}
.filter-collapse .outer-container .col-1 .dot {
	background: #797c7d;
	border-radius: 50%;
	float: right;
	height: 7px;
	width: 7px;
	margin: 5px 1px;
}
.filter-collapse .outer-container .col-1 a:hover .dot {
	background: #00ada8;
}
.filter-collapse .outer-container .well {
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.booking-modal .modal-dialog {
	width: 875px;
}
.booking-modal .modal-content {
	border-radius: 0;
}
.booking-modal .modal-header {
	background: #00ada8;
	text-align: center;
	padding: 35px 10px;
}
.booking-modal .modal-header h4 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.booking-modal .modal-body {
	float: left;
	padding: 80px 140px;
	width: 100%;
}
.booking-modal .modal-body .top-buffer {
	margin-top: 20px;
}
.booking-modal .modal-body label {
	color: #4c5152;
	font-size: 14px;
	font-weight: 400;
}
.booking-modal .modal-body .checkbox-align {
	height: 34px;
	padding-top: 8px;
}
.booking-modal .modal-body .btn-cancel,
.booking-modal .modal-body .btn-blue {
	width: 100%;
	height: 34px;
}
.booking-modal .modal-body .btn-blue {
	background: #0079aa;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.booking-modal .modal-body .btn-blue:hover {
	background: #0e9fd9;
}
.booking-modal .modal-body .btn-cancel {
	background: #a5abad;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.booking-modal .modal-body .btn-cancel:hover {
	background: #bec5c7;
}
.booking-modal .modal-body .date-bg {
	background: url(../images/date-icon.png) #ebeff0 no-repeat 97% 9px !important;
}
.booking-modal .modal-body .recurrences {
	border: 1px solid #ebeff0;
	float: left;
	padding: 6px 5px;
	position: relative;
	width: 50%;
}
.booking-modal .modal-body .recurrences:focus {
	border: 1px solid #d4d8d9;
}
.booking-modal .modal-body .label-recurrences {
	color: #4c5152;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	padding: 6px 0;
	float: left;
}
.booking-modal .modal-body a.close {
	background: rgba(0, 0, 0, 0) url("../images/close-btn.png") no-repeat scroll 0 0;
	height: 16px;
	opacity: 1;
	position: absolute;
	right: 27px;
	top: 9px;
	width: 16px;
}
.booking-modal a.modal-close {
	background: rgba(0, 0, 0, 0) url("../images/modal-close.png") no-repeat scroll 0 0;
	height: 27px;
	opacity: 1;
	position: absolute;
	right: -27px;
	top: -1px;
	width: 27px;
	z-index: 9999;
	opacity: 0.5;
}
.booking-modal .modal-body a.close:hover,
.booking-modal a.modal-close:hover {
	opacity: 1;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.modal-body .form-group {
	margin-bottom: 0;
}

/* Modal second level */

.booking {
	margin: 0;
	/* padding: 0 0 30px 50px; */
	padding: 0 0 0 50px;
}
.booking li {
	list-style: none;
	display: block;
	color: #4c5152;
	font-size: 18px;
	font-weight: 700;
}
.booking li span {
	color: #4c5152;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	margin-right: 15px;
	text-align: right;
	width: 80px;
}
.modal-body .form-control {
	background: #ebeff0 none repeat scroll 0 0;
	border: medium none;
	color: #4c5152;
	font-size: 14px;
	padding: 7px 5px;
	border-radius: 0;
	box-shadow: none;
}
.modal-body .form-control:focus {
	box-shadow: none;
}
.modal-body .input-group-addon {
	border: none;
	background: #ebeff0;
	border-radius: 0;
}
.timepicker-picker a {
	color: #00ada8;
}
.timepicker-picker a:hover {
	color: #08d8d2;
}
.bootstrap-datetimepicker-widget .timepicker-hour, 
.bootstrap-datetimepicker-widget .timepicker-minute, 
.bootstrap-datetimepicker-widget .timepicker-second {
	font-size: 14px !important;
	font-weight: 400 !important;
	margin: 0  !important;
	width: 41px  !important;
}
.bootstrap-datetimepicker-widget table td span {
	border-radius: 0 !important;
	height: 20px !important;
	line-height: 1 !important;
	margin: 2px 1.5px !important;
	width: 20px !important;
}
.bootstrap-datetimepicker-widget table td {
	line-height: 1  !important;
}
.bootstrap-datetimepicker-widget table td {
    height: 35px !important;
    line-height: 1 !important;
    width: 35px !important;
}
.table-condensed > tbody > tr > td, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > td, 
.table-condensed > tfoot > tr > th, 
.table-condensed > thead > tr > td, 
.table-condensed > thead > tr > th {
	padding: 0 !important;
}
.btn-primary {
	border-radius: 0;
	background: #00ada8;
	border: none;
}
.bootstrap-datetimepicker-widget table td span:hover {
	background: transparent !important; 
}
.time-picker-bg {
	background: #ebeff0 url("../images/time-icon.png") no-repeat scroll 92% 9px !important;
}
.date-picker-bg {
	background: #ebeff0 url("../images/date-icon-light.png") no-repeat scroll 96% 9px !important;
}
.bootstrap-datetimepicker-widget table th {
	height: 32px !important;
}
.bootstrap-datetimepicker-widget table td.active, 
.bootstrap-datetimepicker-widget table td.active:hover {
	background: #00ada8 !important; 
}
.datepicker-days thead tr {
	padding: 5px 0;
}
.picker-switch {
	color: #4c5152 !important;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.picker-switch:hover {
	background: #00ada8 !important;
	color: #fff !important;
}
.dow {
	color: #4c5152 !important;
}
.day {
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.day:hover {
	background: #00ada8 !important;
	color: #fff !important;
}

.modal-body input::-webkit-input-placeholder {
	color: #4c5152;
}
.modal-body input:-moz-placeholder { /* Firefox 18- */
	color: #4c5152;  
}
.modal-body input::-moz-placeholder {  /* Firefox 19+ */
	color: #4c5152;  
}
.modal-body input:-ms-input-placeholder {  
	color: #4c5152;  
}

/* Global settings */

.global-settings-form label {
	color: #797c7d;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
}
.global-settings-form .form-control {
	background: #ebeff0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	width: 70px;
	text-align: left;
	margin-left: -15px;
}
.global-settings-form .form-control:focus {
	box-shadow: none;
	background: #d4d9db;
}
.global-settings-form .form-horizontal .control-label {
	text-align: left;
}
.global-settings-form .form-group {
    margin-bottom: 10px;
	margin-right: 0;
}
.global-settings-form h3 {
	color: #4c5152;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 5px 0 15px;
}
.global-settings .tittle a.view-all {
	padding-left: 8px;
}
.global-settings .lighting-cost {
	border-left: 1px solid #ddd;
	padding-left: 75px;
}
.global-settings-form .btn-grey,
.global-settings-form .btn-blue {
	width: 100px;
	border-radius: 0;
	font-size: 11px;
	text-align: center;
	height: 35px;
	padding: 5px;
	float: right;
	margin-left: 10px;
}
.global-settings .btn-grey {}








/* alert styles */

.alert-success {
	border-radius: 0 !important;
	font-weight: 700 !important;
	margin: 15px 0;
}

.value-from-global-settings {
	background: #fff;
	padding: 20px 0;
	margin-top: 15px;
	width: 100%;
	float: left;
}
.value-from-global-settings h5 {
	color: #808080;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
}
.value-from-global-settings p {
	color: #757474;
	font-weight: 400;
	font-size: 13px;
	line-height: 2;
}
.value-from-global-settings .box-wraper {
	/* border-right: 1px solid #ddd; */
	float: left;
	min-height: 35px;
	/* padding: 5px 20px; */
	width: 100%;
	margin-bottom: 10px;
}
.value-from-global-settings .no-border {
	border-right: none;
}
.value-from-global-settings ul {
	padding: 0;
	margin: 0;
}
.value-from-global-settings li {
	background: #00ada8 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	list-style: outside none none;
	margin-right: 10px;
	padding: 0 5px;
	position: relative;
	margin-bottom: 7px;
	padding-right: 0;
}
.value-from-global-settings mark {
	background-color: #0a8480;
    color: #fff;
    margin-left: 7px;
    padding: 3px 8px;
	display: inline-block;
}



/* Warning */

.albany-warning {
	background: #fff;
	padding: 30px 0;
	text-align: center;
	width: 100%;
	float: left;
}
.albany-warning h1 {
	color: #ff8a8a;
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
}
.albany-warning img {
	margin: 0 auto;
	opacity: 0.1;
}


.modal-body .value-from-global-settings li {
	padding-bottom: 0;
	padding-top: 0;
}
/* .modal-body .value-from-global-settings li::before {
	top: 6px;
} */
.unauthorized h2,
.not-found-page h2,
.under-custruction h2 {
	font-size: 30px;
	text-transform: capitalize;
	text-align: center;
	color: #232728;
	font-weight: 500;
	margin: 30px 0 10%;
}
.unauthorized img,
.not-found-page img,
.under-custruction img {
	float: none;
	margin: 0 auto;
	margin-top: 8%;
}
 
/* Global settings file upload section */
.file-upload ul {
	padding: 0;
	margin: 0;
	float: right;
	margin-top: -7px;
}
.file-upload li {
	list-style: none;
	display: inline-flex;
	color: #4c5152;
    font-size: 13px;
    font-weight: 700;
	padding: 0 5px;
} 
.file-upload .btn-blue {
	height: 30px;
    padding: 0 20px;
	border-radius: 0;
}
.file-upload .btn-blue,
.file-upload .btn-blue span {
	color: #fff;
	font-size: 11px;
	margin-top: 8px;
	display: block;
}
.file-upload p {
	/* position: relative;
	top: -9px; */
	text-transform: uppercase;
	font-weight: 700;
}
.fileUpload {
    position: relative;
    overflow: hidden;
  /*   margin: 10px; */
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.dark-btn {
	background: #0b928e;
}
.dark-btn:hover {
	background: #00ada8;
}
.file-upload .jq-selectx button {
	padding: 8px 5px 8px !important;
	font-size: 11px !important;
}
.global-settings .alert-danger,
.global-settings .alert-success {
    border-radius: 0 !important;
    float: right;
    font-weight: 700 !important;
    margin: 0;
    width: 50%;
	padding: 5px;
}
.scroll-ul {
	height: 150px !important;
}
.mCSB_inside > .mCSB_container {
	margin-right: 0 !important;
}
.mCSB_scrollTools {
	right: -7px !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #0b928e !important;
}

/* Albany Scheduler dark table */

.association-value {
	background: #ebeff0 none repeat scroll 0 0;
	border-radius: 4px;
	float: left;
	padding: 1px 3px;
	width: 100%;
	margin-bottom: 2px;
	clear: both;
}
.association-table-lg tbody th {
	text-align: center !important;
	border-color: #e4e8e9 !important;
	color: #232728 !important;
}
.association-table-lg thead th {
	background: #4c5152;
	color: #fff !important;
	height: 37px !important;
	max-height: 250px !important;
	font-weight: 400 !important;
	text-transform: capitalize !important;
	font-size: 14px !important;
	border-color: #646768 !important;
}
.association-table-lg th,
.association-table-lg td {
	height: 50px !important;
	max-height: 250px !important;
	padding: 5px 5px !important;
	text-align: center !important;
}
.association-table-lg tbody td,
.association-table-lg thead th {
	width: 175px;
}
.association-table-lg tbody td:first-child,
.association-table-lg thead th:first-child {
	width: 90px;
}
.col-td {
	float: left;
	padding: 2px;
	width: 100%;
	text-align: left !important;
}
.td-mark {
	padding: 2px 8px;
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	font-size: 11px;
	border-radius: 2px;
	margin-right: 5px;
}
.col-td .color-one {
	background: #668de5;
}
.col-td .color-two {
	background: #ed6d79;
}
.col-td .color-three {
	background: #3ab654;
}
.col-td .color-four {
	background: #a985ec;
}

.col-td span {
	display: inline-block;
}
.col-td span p {
	margin: 0;
	font-size: 11px;
	color: #4c5152;
	margin-right: 4px;
}
.table-of-content .table-container .dark-grey {
	background: #4c5152;
	border-color: #4c5152 !important;
}
.dark-grey h5 {
	font-size: 14px;
	color: #fff !important;
	font-weight: 700;
	margin: 4px 0 0 !important;
}
.border-disable {
	border: none !important;
}
.table-date {
	text-align: center
}
.print {
	text-align: right
}
.btn-light {
	border: none;
	background: #cdd4d7 !important;
	border-radius: 2px;
	color: #4c5152;
	padding: 5px 18px 4px !important;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.btn-light:hover {
	background: #bfd0d7 !important;
	color: #4c5152 !important;
	cursor: pointer;
}
.print-icon {
	background: #cdd4d7 url(../images/print-icon.png) no-repeat 5px 50%;
	padding-left: 24px;
}
.print-icon:hover {
	background: #bfd0d7 url(../images/print-icon.png) no-repeat 5px 50%;
}
.date-controls a {
	background: #797c7d;
	padding: 3px 12px 4px;
	border-radius: 2px;
}
.hint {
	padding: 0;
	margin: 10px 0 0;
}
.hint li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
	font-size: 11px;
	color: #4c5152;
}
.hint li img {
	margin-right: 5px;
}

/* New custom styles */

.text-center {
	text-align: center !important;
}
input:-webkit-autofill {
   background-color: #fff !important;
}
.btn-width {
	width: 125px !important;
	float: right;
}
.btn-width-sm {
	width: 100px !important;
	float: right;
}
.padding-right-remove {
	padding-right: 0;
}
.btn-dark {
	background: #5d5e60;
	border: 1px solid #5d5e60;
}
.color-picker-label {
	margin-top: 10px;
    display: block;
}
.edit-remove-width {
	width: 65px !important;
}
.xs-input {
	margin: 0 0 15px;
}
.booking-modal .modal-form-group label {
	font-size: 12px;
	color: #303030;
	font-weight: 700;
	text-transform: uppercase;
}
.booking-modal .modal-form-group .btn-cancel,
.booking-modal .modal-form-group .btn-blue {
	width: 100px;
	margin: 0 0 0 13px;
	padding: 6px 5px;
	font-weight: 400;
	font-size: 12px;
}
.booking-modal .modal-form-group textarea {
	height: 34px;
}
.remove-padding-left {
	padding-left: 0;
}
.remove-right-padding {
	padding-right: 0;
}
.margin-left-5 {
	margin-left: 4px;
}
.padding-left-5 .btn-grey {
	width: 100%;
	padding: 9px 0 !important;
}
.full-btn-width {
	width: 100%;
	margin: 0;
	height: auto !important;
	padding: 11px 0 !important;
	max-height: 36px;
}
.btn-grey {
	max-height: 35px;
}
.left-margin-zero {
	margin-left: 0;
}
.precintcts-from-align .btn-grey {
	width: 100%;
}
.p-left-4 {
	padding-left: 4px;
}
.left-margin-zero #Venues_name {
	margin-left: 0;
}

.table-description-width {
	width: 50%;
}
.table-description-width-sm {
	width: 8%;
}
/******Added newly*********/
.table-of-content .datepicker-booking li {
	border: none !important;
}
.table-of-content .datepicker-booking th,
.table-of-content .datepicker-booking td {
	padding: 2px 6px !important;
}
.jq-selectx button {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectx ul li {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-bookingdetail {
	padding-top:12px;
}
.name-and-location .date-bg {
	background: url(../images/date-icon.png) #ebeff0 no-repeat 97% 9px !important;
}
.name-and-location .recurrences {
	border: 1px solid #ebeff0;
	float: right;
	padding: 6px 5px;
	position: relative;
	width: 53%;
}
.name-and-location .recurrences:focus {
	border: 1px solid #d4d8d9;
}
.name-and-location .label-recurrences {
	padding-left: 14px;
    height: 13px;
    display: inline-block;
    line-height: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
    font-weight:normal !important;
    padding-top: 8px;
}
.name-and-location a.close {
	background: rgba(0, 0, 0, 0) url("../images/close-btn.png") no-repeat scroll 0 0;
	height: 16px;
	opacity: 1;
	position: absolute;
	right: 27px;
	top: 9px;
	width: 16px;
}
.cost-lighting {
	text-transform: uppercase;
}
.alert-sucess-booking {
    margin-bottom: 0px !important;
    margin-top: 14px !important;
}
.edit-opacity {
	opacity: 0.5;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
    z-index:999;
}
.bootstrap-datetimepicker-widget {
	transition: none !important;
}

