/***CRM Styles***/

/***Admin override***/

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #3386AC;
}

#table-leads table td {
    font-size: 15px;
}
.bg-ho-leads {
    background-color: #5cb85c;
    color: #fff;
}
#homeowner .bg-leads {
    background-color: #79919c;
}

#homeowner .btn-success {
    color: #fff;
    background-color: #79919c;
    border-color: #79919c;
}



body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
#x-container {
    width: 100%;
}

#page-content {
    padding: 0 15px 15px 15px;
}
#page-header {
   width: 100%;
}
/*The new top search feature*/
input#search_global_desktop {
    height: 60px;
    background: rgba(21,68,90,.5);
    border: none;
    padding-left: 2rem;
}
	button#search_global_btn_desktop {
    width: 60px;
    height: 60px;
}
/*	#navbar-account-menu, #navbar-right-menu {
    padding: 0px;
}*/
	#top-search {
    width: calc(100% - 960px);
	float: left;
 }
@media screen and (max-width:1200px) {
		input#search_global_desktop {
    height: 50px;  
}
	button#search_global_btn_desktop {
    width: 50px;
    height: 50px;
}		
	#streamline-left-navigation #left-menu-toggle {
    height: 50px;
   padding: 13px 10px;
}
	#top-search {
    width: calc(100% - 710px);
}
}
/*#back {
	display: none;
}
@media screen and (max-width:767px) {
	#back {display: block;line-height: 0px;}
	#breadcrumb {display: none;}
	#header-left a {line-height: 18px;}
}*/
.d-block {
    display: block!important;
}
/*Bootstrap4 No Gutters*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/*Bootstrap Cards - DO NOT ALTER*/

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
/*Other 4.1 items*/
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/*End Boostrap cards*/
/*Extra Boostrap - non exisitng*/
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}
/*override*/
header .navbar li img, #quick-links .navbar li img, .navbar-toggle img, .app-block img {
    -webkit-filter: none !important;
}
.hamburger.navbar-toggle {
    padding: 10px;
}
#streamline-wrapper {background:#f7f7f7; right:0;}

table th,dataTable th {white-space: nowrap;}


/*This class needs to be set on 768px not 767x*/
@media (max-width: 767px) {
.hidden-xs {
    display: none!important; /*this is missing for some reason*/
}
}
/*end override*/

/*#s-container {
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 30px;
	padding-top: 15px;
}*/
#x-container .tab-content {
    background: #ffffff;;
}

#x-container {
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 10px;
	background: #f7f7f7;
}
#x-container .top-row {
    padding: 10px 0;
}
#x-stats {
	clear: both;
margin-top: 0px;
	position: relative;
}
#x-stats.no-agent:before {
    position: absolute;
    display: block;
    background: #f7f7f7;
    opacity: .80;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 50;
}
.home #x-stats.no-agent:before {
    display: none;
}
#x-stats #activate-agent {display: none;}
#x-stats.no-agent #activate-agent {
	display: block;
	margin:auto;
	position: absolute;
	z-index: 55;
	left:0;
	right:0;
	margin-top:100px;
	padding:10px 30px;
	font-size: 18px;
	color:#ff6600;
}
#x-stats .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#x-stats .row:after, #x-stats .row:before{
  display: none;
}
#x-stats [class*="col-"] {
    padding: 5px;
}
#x-stats [class*="row"] {
    margin-left: -5px;
	margin-right: -5px;
}
#x-stats .card [class*="row"] {
    margin-left: -15px;
	margin-right: -15px;
}
#x-stats .card [class*="col-"] {
    padding: 0 15px;
}
#x-stats .card.card-table [class*="row"] {
    margin-left: 0;
	margin-right: 0;
}
#x-stats .card.card-table [class*="col-"] {
    padding: 0;
}




a {color:#028DCA;}
.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.input-group-btn .btn, .input-group input {
    border-radius: 0 !important;
    box-shadow: none;
    border: 1px solid #dee2e6;
}
.btn-x {
    color: #028DCA;
    background-color: #fff;
    border-color: #dee2e6;
	-moz-border-radius:0px;
-webkit-border-radius:0px;
border-radius:0px;
	
}
.btn-x.airbnb {
    padding: 5px 7px;
    font-size: 18px;
    line-height: 0;
	background: #ffffff;
	border: 1px solid #dee2e6;
}
.btn-x.airbnb a {
    color: #999 !important;    
}
.btn-x.quickbooks {
    padding: 5px 6px;
}
.btn-x.quickbooks img {
    width: 18px;
    height: 17px;
   
}
#kpis.btn-x {
    box-shadow: inset 0 0 4px rgba(0,0,0,.25);
}
#kpis.btn-x.collapsed {
    box-shadow: none;
}
/*The content Header*/
#header-left,#header-left a, #header-right {
	font-size: 15px;
    color: #ff6600;
    line-height: 27px;
}
#header-right {
	display: inline-block;
}
#header-right span {
	margin-left: 15px;
}
#header-right span a {
	/*color: #ff6600;*/
}
.text-green {
	color:#8DC441 !important;
}
.text-yellow {
	color:#FFCC00 !important;
}
.text-red {
	color:#CC0000 !important;
}
a:hover {
	text-decoration: none;
}
.bg-lt-gray {
	background:#f7f7f7;
}

/*Default Streamline Cards*/
.card {
    background: #fff;
    /*padding: 1.5rem;  removed this and added to card type*/
    border: 1px solid #dee2e6;
    border-radius: 0rem;
	width: 100%;
}
.card-header {
  background-color: #fff;
  border-bottom: none;
}
.card-header:first-child {
    border-radius: 0;
}
.card-footer {
  background-color: #fff;
  border-top: none;
}
/* Streamline Card Filter & Results*/
.card.card-filter {
    padding: 0rem;
}
.card-fiter .card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-filter .card-header,.card-filter .card-header a,.card-filter .card-header a:hover, .card-filter .card-header a:visited {
	font-size: 16px;
	color: #205f7c;
	font-weight: 400;
}
.card-header .fa {
  transition: .3s transform ease-in-out;
}
.card-header .collapsed .fa {
  transform: rotate(90deg);
}

.card-results .form-control ,.card-filter .form-control {
	background:#f7f7f7;
	border:none;
	box-shadow: none;
}
.card-results select.form-control:not([multiple]),.card-filter select.form-control:not([multiple]) {
   background: url('../images/slength_arrow.svg') no-repeat right .80rem center #CEECF7;
	background-color: #CEECF7;
	background-size: 10px;
    color: #028DCA;
}
.card-results .card-title {
    font-size: 23px;
    font-weight: 300;
	color: #205f7c;
}
.card-results .top {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
	padding:15px;
}

.card-results .sl-tbody:last-child {
    border-bottom: 1px solid #eee;
}
.card-results .table.dataTable.no-footer {
    border-bottom: none;
}
.card-results .dataTables_info, .card-results .dataTables_length {
    color: #028DCA !important;
    font-weight: 300;
    padding: 0 1.25rem;
    line-height: 30px;
}
@media screen and (max-width:767px) {
	.card-results .top {
    position: relative;
	right: auto;
    top: 0;
		padding:0;
}
	.card.card-filter {
		margin-bottom:10px;
	}
	.card-results .card-body {
    padding: 0;
}
}



/*Default Streamline Stats Cards*/
.card-stat {
	padding:1.5rem;
}
.card-stat .card-header {
	font-size: 20px;
	color: #205f7c;
}
.card-stat .card-header a {
    font-size: 12px;
    color: #205f7c;
    text-decoration: underline;
	float:right;
}
.card-header a.fa-sync {
    font-size: 20px;
    text-decoration: none; 
}
.card-stat .card-body {
    font-size: 40px;
	color: #205f7c;
	background: #f7f7f7;
	font-weight: 300;
}
.card-stat .card-footer  {
	font-size: 12px;
}
.card-stat .card-footer a  {
	color: #205f7c;
	text-decoration: underline;
}
/*Solid Stat Styles*/
.card-stat.solid {
	padding: 0;
}
.card-stat.solid .card-header {
	background:#3386AC;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	padding:.75rem;
}
.card-stat.solid .card-body  {
	background:#205f7c;
	font-size: 40px;
	color: #ffffff;
	font-weight: 300;
}
.card-stat.content .card-body {
    font-size: 15px;
	color: #205f7c;
	background: #ffffff;
	font-weight:400;
}
.no-agent .card-body.text-center a {
    font-size: 15px;
    /*color: #fff;*/
    text-decoration: underline;
    vertical-align: middle;
}
.card.card-stat.ota,
.card.card-stat.rev {
    padding: 0;
}
.card.card-stat.rev .stat img {
    width: 100%;
	max-width: 75px;
	margin: auto;
}
.card.card-stat.ota .card-body {
    background: #ffffff;
}
.card.card-stat.rev .card-body {
    background: #ffffff;
}
.card-stat.ota .card-header,
.card-stat.rev .card-header {
	background:#3386AC;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
}
.card.card-stat.ota .stat {
    font-size: 30px;
    margin-bottom: 30px;
}
.card.card-stat.rev .stat {
    font-size: 13px;
    margin-bottom: 30px;
}
.card-header-sub {
	background: #f7f7f7;
	padding-top:10px;
	color:#205f7c;
}
.card-header-sub .stat  {
	margin-bottom: 20px !important;
}
.card-header.bg-green {
	background:#8dc441 !important;
}
.card-body.bg-green  {
	background:#6aa838 !important;
}
.sales-stats {
    white-space: nowrap;
    margin: 15px 0;
}
.sales-title h2{
    font-size:20px;
	color: #205f7c;
	background: none;
}
.sales-image {
    padding: 10px;
}
.sales-name {
    text-transform: uppercase;
    color: #205f7c;
    margin-bottom: 10px;
    font-size: 12px;
}
.sales-stats ul{
    padding: 0;
}
.sales-stats li {
     list-style: none;
    color: #205f7c;
    line-height: 1.50em;
}
.card.card-stat.refresh {
    width: auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 24px;
}
.card.card-stat.options {
   display:inline-block;
	padding:0;
	text-align: center;
}
.card.card-stat.options a {
    width: 100%;
    font-size: 16px;
	float:left;
	padding:1rem;
}

#pipeline.card-stat.content .card-body {
    padding-top: 0;
}

#pipeline.card-stat.content .card-header {
    padding-bottom: 2px;
}
/*Card Scorecard*/
.card.card-score .card-header {
    font-size: 24px;
    color: #205f7c;
	border-bottom: 1px solid #eee;
}
.card.card-score .card-header label {
    font-size: 16px;
    font-weight:400;
    margin-right:10px;
}
#score-card {
	font-size: 16px;
}
#score-card tr {
    background: #f7f7f7;
    height: 60px;
}
#score-card thead tr {
	background: none;
}
#score-card th, #score-card td {
    color: #205f7c;
    border: none;
    border-top: 5px solid #fff;
	text-align: center;
}
#score-card th:first-child, #score-card td:first-child {
    text-align: left;
}
#score-card td {
    vertical-align: middle;
}
#score-card td.score {
    background:#29B1E3;
	text-align: center;
	font-size: 60px;
	color: #ffffff;
	font-weight: 300;
	border-left:5px solid #fff;
}
#score-card tr.total {
	font-weight: 700;
	background: #CEECF7;
}
@media screen and (max-width: 767px) {
.card-score .table-responsive {
    border: 0 ;
}
}

/*OTA Column*/
#stats-ota img,#stats-rev img {
	width: 100%;
    max-width: 80px;
    margin: auto;
}
#sub-navigation{
    font-family: 'Roboto Condensed', sans-serif;
}
	#navigation-crm {
    padding: 0;
	background:#3386AC;
	font-size: 14px;
}
#navigation-crm .navbar-nav {
    float: none;
}
#navigation-crm ul li {
    border-right: 1px solid #f7f7f7;
	background:#3386AC;
}
#navigation-crm ul li a {
    padding: 5px 10px;
	color:#ffffff;
    -webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius: 0;
	white-space: nowrap;
    
}
#navigation-crm ul li:last-child {
    border-right: none;
}
#navigation-crm ul li:hover, #navigation-crm ul li:hover a {
    background: #205f7c;
}
#navigation-crm ul li.active, #navigation-crm ul li.active a {
    background: #29B1E3;
}
#mobile-crm-btn {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
    float: none;
    text-align: center;
	background: #CEECF7;
    color: #028DCA;
}
@media screen and (max-width:991px) {
#navigation-crm ul li a {
    padding: 12px;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
}

#navigation-crm ul li {
    margin: 0;
	 border-right: none;
}
}

/*tables*/
.card.card-table {
    padding: 0;
}
.card-table .card-body {
    padding: 0;
}
.card-table {
    margin-bottom: 3rem;
}
.card-table .table thead {
    vertical-align: bottom;
    border-bottom: none;
    background: #29B1E3;
	color:#ffffff;
}
.card-table .card-header {
    background: #ffffff;
	color:#666666;
	padding: 0;
	border-bottom: 1px solid #dee2e6;
}

.card-table .card-header button {
    border-color:transparent;
	border-left: 1px solid #dee2e6;
    color: #29B1E3;
	border-radius: 0;
	background: #ffffff;

}
.card-table .card-header button.btn:focus,.card-table .card-header button.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}
.card-table .card-header {
    font-size: 20px;
	color: #205f7c;
}
.card-table .card-header p {
    padding: 4px 10px;
    margin: 0;
}
/*DataTables*/

.card-table .table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #dee2e6;
	padding:.75rem;
	font-size: 15px;
}
.card-table .table th, .card-table .table td  {
    font-size: 15px;
	font-weight:400;
}
.card-table .table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}
.card-table .dataTables_length,.dataTables_filter,.dataTables_info {
    padding: 10px 15px 0;
	color:#666 !important;
}
.card-table .dataTables_paginate {
    padding: 5px 15px;
}
.card-table .dataTables_wrapper div.dataTables_filter {
    text-align: right !important;
}
.card-table .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
   background-color: #29B1E3;
    border-color: #29B1E3;
	color:#fff;
}
.card-table .pagination>li>a, .pagination>li>span {
    color: #29B1E3;
}
.card-table i.fas.fa-star,.card-table i.far.fa-star {
    color: #ff6600;
	font-size: 12px;
}
/*table.dataTable.table thead .sorting {
	background-image: none !important;
}
table.dataTable.table thead .sorting_desc {
    background-image: none !important;
}
table.dataTable.table thead .sorting_asc {
    background-image: none !important;
}*/
.table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}

/*X Modals*/

.x-modal .modal-content {
    border-radius: 0;
}
.modal.x-modal .modal-content {
    border-radius: 0;
	border:0;
}

.modal.x-modal .modal-header {
    background: #15445A;
    color: #fff;
    border-radius: 0;
}
.modal.x-modal .modal-header h5 {
    color: #fff;
	float: left;
    font-size: 20px;
}
.score-question-container {
    margin-bottom: 3px;
    background: #f7f7f7;
    padding: 15px 0;
}
.score-question {
    font-size: 15px;
	color: #20607f;
}
.question-score {
    font-size: 15px;
	color: #ff6600;
}
.question-score span {
    font-weight:700;
    margin-right:10px
}
#agent-info {
	margin-bottom: 20px;
}
#score-player {
    background: #205f7c;
    padding: 30px;
    color: white;
    font-size: 24px;
    clear: both;
}
#score-player i {
    margin: 0 10px;
}
#score-player .timer {margin-left:20px;
color:#ccc;}


/*End X Modals*/


@media screen and (min-width:1920px) {

.sales-stats li {
    font-size: 18px;
}
}
@media screen and (max-width:1300px) {
#navigation-crm ul li a {
    white-space: pre-wrap;
    
}
}
@media screen and (max-width:767px) {
	
	.card-stat.solid .card-body , .card-stat .card-body {
    font-size: 30px;
	padding: 0rem;
}
	.card-stat .card-header {
    font-size: 15px;
    padding: 0rem 1.25rem 1rem;
}
	.card.card-stat.refresh {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px;
}
	#x-container + #s-container {
		padding-bottom:150px;
	}
	#navigation-crm .navbar-nav {
    padding-left: 10px;
}
	
	.question-score.text-right {
    text-align: left;
    margin-top: 10px;
}
	
.question-score span {
    display: none;
}

.question-score {
    font-size: 30px;
}
.question-score i {
    margin: 0 5px;
}
	#score-player {
    padding: 10px;

}

/*.modal.x-modal { 
    position: fixed; 
    top: 3%; 
    right: 3%; 
    left: 3%; 
    width: auto; 
    margin: 0; 
}
.modal.x-modal .modal-body { 
    height: 60%; 
}
.modal.x-modal .modal-body { 
    max-height: 350px; 
    padding: 15px; 
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
 }*/
	.card-table .card-header button span {
    display: none;

}
}

/*Additions for OTA cards*/
@media screen and (max-width:768px) {
td.sl_td.text_ota_name {
    font-size: 20px;
}

td.sl_td.text_ota_checkin, td.sl_td.text_ota_checkout {
    width: 44%;
    float: left;
    color: #205f7c;
  
}
td.sl_td.text_ota_res {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #29B1E3;
}
td.sl_td.text_ota_message {
    color: #999;
    display: none;
}

td.sl_td.text_ota_checkin:before {
    content: 'CI: ';
}
td.sl_td.text_ota_checkout:before {
    content: 'CO: ';
}
td.sl_td.text_ota_responders {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 4px 18px !important;
}
	td.sl_td.text_ota_responders:after {
	content:' Auto Responders On ';
}
	#table-ota tr.sl_tr {
    margin-bottom: 10px;
    padding-bottom: 30px;
}
	
}

/* tiles and menus */

nav.cmn-tile-nav ul {
  list-style: none;
}
nav.cmn-tile-nav li {
  display: block;
  overflow: hidden;
  transition: background 0.3s;
}
nav.cmn-tile-nav.columns li {
    width: 100% !importantim;
  }
nav.cmn-tile-nav a {
  display: block;
  padding: 20px;
  color: #15445A;
  transition: background 0.3s, transform 0.3s;
	font-weight: 300;
	text-align: left;
	font-size: 18px;
}
nav.cmn-tile-nav a img {
    width: 40px;
    height: auto;
    display: inline-block;
    margin: 0 20px 0 0;
}
.cmn-tile-subnav {display: none;}
.tile-parent .cmn-tile-subnav.selected {display: block;}
ul.cmn-tile-subnav.selected li {
    width: 100%;
    display:block;
}

ul.cmn-tile-subnav.selected li a {
    padding:10px;
    font-size:18px;
}

			
/*nav.cmn-tile-nav a:hover {
  transform: translateX(20px);
}*/

/* repeat this section for the 8 different colours */
/* --- BEGIN --- */
nav.cmn-tile-nav li,
nav.cmn-tile-nav li a {
  background-color: #ffffff;
	text-decoration: none;
}
nav.cmn-tile-nav li a {
  border:1px solid #dee2e6;
}
nav.cmn-tile-nav li:hover,
nav.cmn-tile-nav li:hover a {
  background-color: #e5f6fc;
	text-decoration: none;
}
nav.cmn-tile-nav li li:hover,
nav.cmn-tile-nav li li:hover a {
  background-color: #CEECF7;
}
/*the plus and minus*/
li.tile-parent  {
    position: relative;
  }
li.tile-parent:after {
    content: '+';
    display: block;
    text-align: center;
    position: absolute;
    padding-bottom: 2px;
    border: 1px solid #dedede;
	background: #ffffff;
    width: 24px;
    top: 240px;
    color: #15445A;
    left: 0px;
}
li.tile-parent.active:after {
	content: '-';
	top: 240px;
}
.cmn-tile-nav.expanded li.tile-parent:after {
	content: '-';
	top: 120px;
}
@media all and (max-width: 1024px) {

li.tile-parent:after {
top: 192px;
}
li.tile-parent.active:after {
top: 192px;
}
.cmn-tile-nav.expanded li.tile-parent:after {
top: 112px;
}
}
@media all and (max-width: 991px) {
nav.cmn-tile-nav.expanded ul li li a {
    background: #e5f6fc;
}	
}
@media all and (max-width: 767px) {
li.tile-parent:after {
top: 92px;
}
li.tile-parent.active:after {
top: 92px;
}
.cmn-tile-nav.expanded li.tile-parent:after {
top: 92px;
}	
	
}
@media all and (max-width: 480px) {
li.tile-parent:after {
top: 60px;
	right:0;
	left:auto;
}
li.tile-parent.active:after {
top: 60px;
	right:0;
	left:auto;
}
.cmn-tile-nav.expanded li.tile-parent:after {
top: 60px;
	right:0;
	left:auto;
}	
	
}
@media all and (min-width: 480px) {

  nav.cmn-tile-nav {
    display: block;
  }
  nav.cmn-tile-nav li {
    width: 50%;
    float: left;
  }
nav.cmn-tile-nav li:nth-child(2n+1).tile-parent {
   clear:left;
  }
nav.cmn-tile-nav a {
 text-align: center;
	
}
nav.cmn-tile-nav li li a {
 text-align: left;
}
nav.cmn-tile-nav a img {
  height: auto;
	display: block;
	margin: 0 auto 10px;
}
}

@media all and (min-width: 768px) {
  nav.cmn-tile-nav li {
    width: 33%;
  }
nav.cmn-tile-nav li:nth-child(2n+1).tile-parent {
   clear:none;
  }
				nav.cmn-tile-nav li:nth-child(3n+1).tile-parent {
   clear:left;
  }
  nav.cmn-tile-nav a {
    padding: 60px 20px 60px 20px;
    font-size: 18px;
	}
 nav.cmn-tile-nav.expanded a {
    padding: 20px 20px 20px 20px;
	}
nav.cmn-tile-nav a img {
  width: 60px;
}
	nav.cmn-tile-nav.expanded a img {
  width: 60px;
}
  /*nav.cmn-tile-nav a:hover {
    transform: translateX(0);
    transform: translateY(-20px);
  }*/
}

@media all and (min-width: 1024px) {
  nav.cmn-tile-nav li {
    overflow: visible;
    width: 25%;
  }
	nav.cmn-tile-nav.columns li {
    width: 100%;
  }
	
nav.cmn-tile-nav li:nth-child(2n+1).tile-parent, nav.cmn-tile-nav li:nth-child(3n+1).tile-parent {
   clear:none;
  }
nav.cmn-tile-nav li:nth-child(4n+1), nav.cmn-tile-nav li:nth-child(4n+1).tile-parent {
   clear:left;
  }
  nav.cmn-tile-nav a {
    padding: 80px 20px 80px 20px;
	font-size: 24px;
  }
				
  /*nav.cmn-tile-nav a:hover {
    transform: translateY(20px);
  }*/
}





 