


 html,body.login_bg {
  height: 100% !important;
}
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body, html, .wrapper  {
    background: #fff;  font-family: 'Questrial';
}


form.login_form input {
    border-radius: 0 !important;
}
.login_form{
    
	-webkit-border-radius: 5px;
    
    padding:48px 25px 0;  
    width: 100%;
    max-width: 370px;
	margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);  
	-ms-transform:: translate(-50%, -50%);
	-webkit : translate(-50%, -50%);
	-moz-transform:: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: -webkit-translate(-50%, -50%);
    left: 50%;
    top: 50%;
	}
	.form-group.login-bottom a {
    font-size: 15px;
}
.login_form  input{
	background:none;
	border:none;
	border-bottom:1px solid #fff;
	border-radius:0px;
	font-size:18px;
	/*padding:20px 0px;*/
	color:#fff !important;
	margin-bottom: 30px;
    border-radius: 3px;
}
.login_form .checkbox {
    margin-bottom: 30px;
}
.login_form input.form-control:focus {
    background: none;
    box-shadow: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.login_form input {font-size: 14px;   padding: 12px 0px !important;}

.login_form textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    font-size: 18px;
    padding: 20px 0px;
    color: #fff !important;
}

.login_form .form-control {
    box-shadow: none;
}
.login_form .form-group .checkbox input[type="checkbox"] {
    height: 15px;
    width: 20px;
    top: 0px;
    visibility: visible;
}
.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
}
.btn-login input[type="email"], input[type="password"], input[type="text"] {
    /*-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
    padding: 0 4px;
	border-radius: 3px;
}
.help_support{
	background:#ccc;
	height:100%;
}
.btn-login{
	background:#00aae5;
	border:1px solid #fff;
	font-size:18px;
}
.btn-login:hover{
	background:#008dbe !important;
	font-size:14px;
}
.btn-login:active, .btn-login.active, .open > .dropdown-toggle.btn-login{
	background:#008dbe !important;
}
.btn-box{
	padding-top:20px;
}
.login-header{
	        color: #fff;
    padding-bottom: 5px;
    background: none;
    width: 100%;
    text-align: center;
    position: relative;
    margin: auto;
    border-radius: 3px;
    box-shadow: 0 0;
}
.chart-statistic-box .chart-txt {
    background: #eee;
}
.chart-statistic-box .chart-txt .form-inline {
    background: #fff;
    padding: 8px 6px;
    border-radius: 4px;
}
.control.input-append.date.form_date input {
    border: solid 1px #eee;
    border-radius: 0;
    margin-bottom: 6px;
}
.login-bottom{
	padding:0px 0px 20px;
}
.login-bottom {
        padding: 10px 0px;
    color: #8e8e8e;
    font-size: 15px;
    float: left;
    width: 100%;
    text-align: center;
}

.tog {
    margin-left: -14px !important;
    background: #00aae5;
    color: #fff !important;
    border-radius: none !important;
    border: none !important;
}
.home-top{
	margin-top:75px;
}
.main-box{
  padding: 5px !important;
  margin-top: 8px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.main-box:first-child{
    padding-left: 0 !important; 
}
.propt-img-box{
  background:#ccc;
  position: relative;
  height: 193px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  border: 1px solid #00aae5;
}
.inner-box{
  height:180px;
  position: relative;
  overflow: hidden;
  background: #000;
}
.inner-box img{
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  left: 50%;
  border-radius: 0;
  top: 50%;
  transform: translate(-50%,-50%);
}
.propt-detail {
    background: rgba(0, 0, 0, 0.66);
    padding: 3px 7px;
    position: absolute;
    text-align: left;
    bottom: 0;
    color: #fff;
    width: 100%;     
}
.propt-detail-content {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100% !important;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
}
.propt-discrpton{
  padding: 10px 8px;
  width: 100%;
}
.discrption{
	border:1px solid #89def3;
    display: table;
	border-top:0px;
	width:100%;
}
.bottom-nav-inner{
	background-color:#fff;
}
ul.bottom-nav-inner {
    list-style: none;
    margin: 0px;
    background: #fff;
    display: inline-block;
    padding: 0px;
    border-top: 2px solid #00aae5;
	width:100%
}
ul.bottom-nav-inner li span {
    background: url(../../../img/bottom_icons.png) no-repeat;
    display: block;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    width: 30px;
}
span.icon-project {
    background-position: -2px center !important;
}
span.icon-project-active {
    background-position: -162px center !important;
}
span.icon-files {
    background-position: -40px center !important;
}
span.icon-files-active {
    background-position: -200px center !important;
}
span.icon-announcement {
    background-position: -70px center !important;
}
span.icon-announcement-active {
    background-position: -230px center !important;
}
span.icon-star {
    background-position: -98px center !important;
}
span.icon-star-active {
    background-position: -258px center !important;
}
span.icon-cobroking {
    background-position: -125px center !important;
}
span.icon-cobroking-active {
    background-position: -285px center !important;
}
ul.bottom-nav-inner li {
    float: left;
    width: 33.3333%;
    text-align: center;
    padding: 3px 0px;
}
ul.bottom-nav-inner li a i {
    font-size: 25px;
}
ul.bottom-nav-inner li a {
    padding: 2px;
    word-wrap: inherit;
    width: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100% !important;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    color: #00aae5;
	font-size: 13px;
}
ul.bottom-nav-inner li .active a {
    color: #000 !important;
}
ul.bottom-nav-inner li  a:hover {
    color: #00aae5 !important;
}
.bottom-nav {
    display:none;
}
ul.bottom-nav-inner li span {
    display: block;
}
ul.bottom-nav-inner li.active a {
    color: #000;
}
.overflow-div{
	overflow:hidden
}
.anchor {
    margin-top: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin-bottom: 0px;
}
.anchor-top{
	border-top: 50px solid transparent;
	-webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin-bottom: 0px;
}
.list-heading{}
.main-wrapper{}
.skin-blue .treeview-menu>li>a {
    background: #ddd;
    color: #555;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    margin: 0px !important;
}
.main-sidebar {
    box-shadow: 0px 0px 12px #000;
}
li.nav-item.active {
    border-bottom: solid 3px #00aae5 !important;
}
.table-header-top h5 {
    padding: 10px;
	margin: 0px;
}
.table-header-top{
    background: #333;
    padding: 0px 10px;
    color: #fff;
}
ul.units-tab li {
    float: left;
    padding: 2px 15px;
    color: #333;
    padding-bottom: 0px;
}
ul.units-tab {
    padding: 0px;
    margin: 0px;
    display: inline-block;
	width: 100%;
}
ul.units-tab li ul li {
    float: none !important;
}
ul.units-tab li ul {
    width: 100%;
    display: block;
}
ul.units-tab li ul li span {
    width: 50%;
    text-align: left;
}
ul.units-tab li ul li {
    float: none !important;
    width: 100%;
    display: inline-block;
}
.panel-heading a {
    display: flex;
    padding: 0px !important;
}
.panel-heading {
    margin: 0px;
    padding: 7px 10px;
    background: #fff !important;
}
.nav-tab ul {
    background: #ccc;
}
.active_tab {
background-color: #00aae5 !important;
}
.active_tab a ul li {
    color: #fff;
}
.panel-body {
    background: #eee;
}
ul.units-tab li h5 {
    padding: 0px;
    margin: 0px;
    line-height: 2.8;
}
.panel {
    border-top: 1px solid #eee;
    border-bottom: 0px;
    border-left: 0px;
    border-radius: 0;
    border-right: 0px;
}
.panel-group {
    margin: 0px;
}
.inside-accordin{
	padding:0px;
}
.panel.panel-default {
    margin: 0px !important;
}
li.nav-item a {
    border-bottom: none !important;
}
.tabs-section-new {
    margin: 0px !important;
}
.calculator-result {
    padding: 20px;
    font-size: 20px;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}
.center-div {
   text-align: center;
   padding: 20px;
   padding-top: 0px;
}
.star-red {
   color: #ff0000;
	font-size: 10px;
}
.add_space{
	padding:10px 0px;
}

.hamburger-button {
    width: auto !important;
    margin: 0px;
    padding: 0px;
}
.hamburger-button i {
    color: #00AAE5;
}
.hamburger-button {
    position: relative !important;
}
ul.mobile-navigation {
    color: #00AAE5;
    background: #fff;
    display: flex;
    margin: 0px;
    list-style: none;
    padding: 0px;
}
ul.mobile-navigation li {
    float: left;
    padding: 3px 9px;
    text-align: center;
    margin: 0 auto;
}
ul.mobile-navigation li:nth-child(2) {
    margin-top: -2px;
}

ul.mobile-navigation li i{
	color: #00AAE5;
}
ul.mobile-navigation li i {
    font-size: 1.3em !important;
    top: 3px;
    position: relative;
}
.green-box {
    background:#279327;
    padding: 20px !important;
    vertical-align: middle;
	border-radius: 21px;
}
.img-gallery {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 15px;
}
.img-gallery .thumbnail {
    border: none !important;
}
.content-wrapper {
    background: #fff !important;
}
.pdf-documents-main {
    margin-left: 15px;
    margin-right: 15px;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.list-heading h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
    padding: 25px 0px 10px 0px;
}
.cobroke-wrapper{}
.cobroke-wrapper a{}
.cobroke-main {
    padding: 0px !important;
    margin-top: 2px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.cobroke-box img {
    max-width: 100%;
    height: auto;
}
.cobroke-box {
    height: 240px;
    overflow: hidden;
    background: #777;
	border: 3px solid #00aae5;
}
.cobroke-box:after {
    content: attr(data-content);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cobroke-box-content {
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	display:inline-table;
	text-align:center;
}
.cobroke-box-content p{
	margin: 0 0 10px;
    text-shadow: 0px 2px 1px #000;
	font-size:16px;
}
.cobroke-box-content h3{
    text-shadow: 0px 2px 1px #000;
}
.cobroke-box-content h5 {
    margin: 0px;
    padding: 0px;
    border-top: 0px;
}
.cobroke-box-content h5 {
    margin: 0px;
    border-top: 0px;
    padding: 10px;
}
.tabs-section{
	margin-bottom:0px !important;
}
.content-wrapper {
    min-height: auto !important;
}
.tabs-section-nav-display{
	display:none;
}
.announcement-top-space {
    margin-top: -10px !important;
}
.pdf-documents li .checkbox-toggle.-large {
    margin: 0px;
}
/*---setting left navigation----*/
.navbar-fixed-left {
  width: 140px;
  position: fixed;
  border-radius: 0;
  height: 100%;
}

.navbar-fixed-left .navbar-nav > li {
  float: none; 
  width: 139px;
}

.navbar-fixed-left + .container {
  padding-left: 160px;
}

.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
  margin-top: -50px;
  margin-left: 140px;
}
.navbar-left-custom{
	background:#00AAE5;
}
.navbar-left-custom ul li {
    background: #018bbb;
    border-bottom: 1px solid #00AAE5;
}
.navbar-left-custom ul li  a{
	color:#fff;
}
.navbar-left-custom ul li :hover{
	background: #ddd !important;
    border-left-color: #aa !important;
	color: #00AAE5 !important;
}
.setting-heading h5 {
    margin: 0px;
    padding: 15px 0px;
}
.setting-heading {
    text-align: center;
    color: #fff;
}

.login_form .form-group .checkbox span {
    color: #8e8e8e;
    font-size: 14px;
    margin-left: 10px;margin-top: 2px;
}
.login-header {
    margin-top: -23px;
    margin-bottom: 20px;
}
.login-header h3 {
    font-size: 22px;
    margin: 6px 0 0;
    padding: 2px 0;
}
ul.nav-cover {
    padding-top: 5px;
}
ul.nav-cover li {
    padding: 0px 15px;
}
ul.nav-cover li.active {
    background: #00aae5 !important;
    border-radius: 4px;
}
ul.nav-cover li.active a{
    color: #fff !important;
}
.tab-content-setting-other{
    margin-top: 106px !important;
}
.appr_heading{
	font-size:20px;
}
.approvals_history{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}
.approvals_history ul li{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    color: #333;
    padding: 8px 0px;
    font-size: 15px;
}
.approvals_history ul li i {
    position: relative;
    padding-right: 10px;
    vertical-align: middle;
}
.approvals_history ul li .checkbox-toggle.-large {
    margin: 0px;
}
.approvals_history ul li ul {
    display: flex;
}
.approvals_history ul li ul li {
    float: left;
    width: 33%;
    border: none;
    padding: 0px;
}
.approvals_history h5 {
    background: #00aae5;
    color: #fff;
    padding: 7px 8px;
    margin: 0px;
	font-weight: 600;
}
.btn-sq-lg {
  width: 150px !important;
  height: 150px !important;
}

.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding:2px;
}
.sq-box-main{
	display:table;
}
.sq-box{
    vertical-align: middle;
    display: table-cell;
    white-space: inherit;	
}
.remove-border {
    border: none !important;
}
.list-box {
    background: #ccc;
    padding: 25px 10px;
    border: 1px solid #000;
    border-right: none;
    text-align: center;
}
.list-box.yellow{
    background: #F7F531;
}
.list-box.orange{
    background: #DC834D;
}
.list-box.lightblue{
    background: #C5D9F1;
}
.list-box.skin{
    background: #FCE9DA;
}
.list-box.gray{
    background: #DED9C5;
}
.list-box.red{
    background: #ff0000;
}
.middle > * {
    vertical-align: middle;
    display: initial;
    text-align: center;
}
.list-box h6 {
    font-weight: 600;
}
.list-box:nth-last-child(1) {
    border-right: 1px solid #000;
}
.box-border{
	border:1px solid #d8e2e7;
}
hr.hr-new{
	margin: 0px !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
    border: 1px solid #ddd !important;
}
.profile-pic {
    height: 120px;
    width: 120px;
    background: #ccc;
	margin:0 auto;
}
input[type="file"].upload-btn {
    opacity: 0;
    border: 1px solid #ccc;
    position: absolute;
    left: 0px;
}
.col-center.upload-btn-main {
    border: 1px solid #dbdbdb;
    height: 100%;
    width: 100%;
    border-radius: 3px;
    padding: 6px 0px;
    background: linear-gradient(#eee, #dedede);
    font-weight: bold;
	text-align:center;
}
.center-whole-page {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform:: translate(-50%, -50%);
	-webkit : translate(-50%, -50%);
	-moz-transform:: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    left: 60%;
    top: 50%;
    -webkit-border-radius: 5px;
    padding: 15px 25px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: absolute;
}
/*---setting left navigation----*/
@media screen and (max-width:767px){
	.remove-box-space{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 74px !important; 
	}
	.bottom-nav {
    padding: 0px !important;
    margin: 0px !Important;
    position: fixed !important;
    z-index: 11;
    bottom: -5px;
    display: block;
    font-size: 11px;
    background: #ccc !Important;
    width: 100%;
}
.list-heading{
	display:none;
}
.main-wrapper{
	padding:0px;
}
.skin-blue .sidebar-menu>li>a {
    border-left: 0px !important;
}
.header-wrapper {
    padding: 0px !important;
	border-bottom: 1px solid #ccc;
}
.pdf-documents ul {
    margin: 0px;
    padding: 0px;
}
.pdf-documents-main {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 54px;
}
.detail-top-nav {
    background: rgba(255, 255, 255, 0) !important;
}
.header-wrapper.detail-top-nav {
    background: none !important;
}
.detail-top-nav li{
    color: #fff;
}
.detail-top-nav li i {
    color: #fff !important;
}
.hamburger-button {
    left: 4px;
    top: 0px !important;
}
.top-countries1 ul {
    list-style: none;
    margin: 0px;
    width: 100% !important;
    display: inline-flex !important;
    overflow: auto;
    padding: 0px;
}
.top-countries ul li:focus, .top-countries ul li:active, .top-countries ul li:visited, .top-countries ul li:hover {
    border-bottom: 3px solid #00AAE5;
}
.top-countries1 {
    background: #efefef;
    /*margin-top: 27px !important;*/
    display: block;
    position: fixed;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
ul.units-tab li {
    float: none;
    padding: 0px 0px;
}
ul.units-tab li ul {
    padding: 0px;
}
.green-box {
  width: 40px;
  height: 40px;
}
.table-header-top h5 {
    padding: 4px 0px;
    margin: 0px;
}
.add_L_R{
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 20px;
}
.bottom-fixed-email {
  padding-left: 0px !important;
  padding-top: 10px;
  position: relative !important;
  left: 0px !important;
  text-align: left !important;
  bottom: 20px !important;
  display: inline-block;
  margin-left: 15px !important;
}
table.custom-table tr td {
    text-align: left !important;
}
.list-group-horizontal .list-group-item {
    width: 100%;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: left;
}
.list-group-horizontal .list-group-item .btn {
    width: 100%;
}
.announcement-top .list-group {
    margin-bottom: 0px !important;
    display: inline-flex;
	margin-top:4px;
}
.list-group-horizontal .list-group-item {
    border: none;
    padding-left: 5px;
    padding-right: 5px;
}
.announcement-top .list-group-horizontal-display {
    display: none;
    padding: 10px;
}
.announcement-top .list-group-horizontal-display #pwd{
  width: 100%;
}
.anchor {
    border-top: 54px solid transparent;
    margin-top: -50px;
}
.cobroke-box{
	height:auto;
}
.cobroke-box img {
    max-width: 100%;
    height: auto;
}
.tabs-section-nav-display{
	display:block;
}
.announcement-top-space {
    margin-top: -8px !important;
}
.center-whole-page {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform:: translate(-50%, -50%);
	-webkit : translate(-50%, -50%);
	-moz-transform:: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    -webkit-border-radius: 5px;
    padding: 15px 25px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: absolute;
}
}
@media screen and (max-width:544px){
.modal-dialog {
	width: 90% !important;
}
}
@media screen and (min-width:320px) and (max-width:450px){
	.login_form {
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 25px;
    margin: 10px auto;
    max-width: 290px;
    border-radius: 5px;
   
	}
}
.fa-02x {
    font-size: 1.5em !important;
}
.fa-03x {
    font-size: 3em !important;
}
nav.navbar.top-menu {
    padding: 0px;
    border-radius: 0px;
    margin: 0px;
    margin-top: -3px;
}
.menu-left {
    padding-left: 25px !important;
}
a {
    color: #00aae5;
    text-decoration: none;
}
a:hover {
    color: #0583af;
    text-decoration: none;
}
nput {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search] {
	background: #ededed url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 32px;
	width: 55px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #00aae5;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
/* Demo 2 */
#demo-2 input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    margin: 0px 20px;
    margin-top: 6px;
}
#demo-2 input[type=search]:hover {
	background-color: #fff;
}
#demo-2 input[type=search]:focus {
	width: 130px;
	padding-left: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#demo-2 input:-moz-placeholder {
	color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
}

.hoe-left-header span {
    color: #808285;
}
.hoe-right-header {
    width: 95%;
}
.home_detail {
    padding-top: 0px !important;
    position: fixed !important;
    height: 100% !important;
    overflow: auto;
    background: #00AAE5;
}
.fa-white{
	color:#fff;
}
ul.top-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.top-menu li {
    list-style: none;
    display: inline-block;
    width: 32%;
    padding: 9px 0px;
    margin: 0px !important;
    text-align: center;
}
.sidebar_new{
    margin-left: 10px;
    margin-right: 10px;
}
.home_detail section ul li a {
    background: #018bbb;
    border-bottom: 1px solid #00AAE5;
}
ul.top-menu li a {
    background: none !important;
}
/*.menubar-top {
    background: #fff;
    border-bottom: 1px solid #d8e2e7;
    position: fixed;
    width: 88%;
    z-index: 1;
    padding: 0px;
    top: 0px;
}*/
.menubar-top {
    background: #fff;
    border-bottom: 1px solid #d8e2e7;
    /*position: fixed;*/
    z-index: 1;
    padding: 0px;
    top: 0px;
    left: 230px;
    right: 0;
}
.menubar-top ul {
      padding-left: 15px;
    border: none !important;
    background: #fff!important;
}
.menubar-top ul li a {
    border-bottom: none !important;
	font-size: 16px;
}
.menubar-top ul li a.nav-link.active {
    border-bottom: solid 3px #00aae5 !important;
}
.tab-content-new {
    margin-top: 15px;
    border: none !Important;
    padding: 0px !important;
}
.tab-content.tab-content-setting-sec {
    margin-top: 60px;
}
.menubar-top ul li a i {
    line-height: 0;
    /*top: 5px !important;*/
    position: relative;
    padding: 0px 10px;
}
table.custom-table tr:nth-child(1) {
}
table.custom-table tr {
    width: 100% !important;
    border-bottom: 1px solid #d8e2e7;
}
table.custom-table tr td {
    vertical-align: middle;
    padding: 15px;
    font-size: 15px;
}
table.custom-table {
    width: 100%;
    max-width: 100%;
}
.content-wrapper-new {
    height: auto !important;
    min-height: auto !important;
}
.key-points{
  padding: 15px 15px 0 15px;
}
.key-points h4{
	margin:0px;
    padding: 10px 0px;
	border-bottom: 1px solid #d8e2e7;
}
.key-points-list h4{
	margin:0px;
    padding: 10px 0px;
	border-bottom: 1px solid #d8e2e7;
}
.key-points-list{
  padding: 0;
  border-bottom: 1px solid #d8e2e7;
  padding-bottom: 20px;
}
.key-points-list ul li:before {
    content: '- ';
    float: left;
    margin-right: 4px;
}
.unit-max-table tr th {
    padding: 10px;
    border: 1px solid #ccc;
    background: #ddd;
}
table.unit-max-table {
    width: 100%;
	margin-top: 15px;
}
.unit-max-table tr td {
    padding: 10px;
    border: 1px solid #d8e2e7;
}
.detail-page-navigation{
	display:none;
}
.info-img{
    overflow: hidden;
}
.main-sidebar {
    background: #00AAE5;
    position: fixed !important;
}
.main-header {
    position: relative;
    max-height: 100px;
    z-index: 1030;
    position: fixed !important;
    width: 100%;
}
.remove-box-space {
    margin-top: 48px;
}
.building-name {
    position: absolute;
    padding: 6px 20px;
    background: rgba(51, 51, 51, 0.7);
    color: #fff;
    margin: 10px 20px;
    font-size: 30px;
}
.info-img img{
	width:100%;
	max-width:100%;
}
.header-wrapper.home-nav {
    background: none !important;
}
.header-wrapper.home-nav .header-title {
    background: none;
}
.home-nav-main i, .home-nav-main span a {
    color: #fff !important;
}
.hamburger-button, .search-button, .search-close-button {
    top: 2px;
    z-index: 11;
}
#side-nav nav a i {
    color: #00AAE5 !important;
}
.top-countries {
    display:none;
}
.affix {
    position: fixed;
    z-index: 111;
    width: 100%;
}
#con .well {
    height:400px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%
}
.countries-fixed {
    background: #000;
    padding: 6px 8px;
    color: #fff;
    font-size: 16px;
}
.countries-fixed-main {
    margin: 0px;
    padding: 0px;
    min-height: auto;
    border: none !important;
}
.countries-fixed-main{
	display:none;
}
#mobile_display{
	display:block;
}
.tabs-section-nav.tabs-section-nav-inline .nav-link {
    border: none;
    border-bottom: 1px solid #d8e2e7;
    height: 40px !important;
    padding: 9px 0 0 !important;
    background: 0 0 !important;
}

ul.stak_detail li {
    text-decoration: none;
    border: none !important;
    width: 100%;
    background: #018bbb;
    border-bottom: 1px solid #00AAE5 !important;
    padding: 10px;
    display: block;
	color: #fff;
	cursor:pointer;
}
ul.stak_detail li.active {
    color: #00AAE5;
    background: #dddddd;
    border-left-color: #aaa;
}
ul.stak_detail li h5 {
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
	text-align:center;
	color: #333;
}
ul.stak_detail li i {
    padding-right: 10px;
    top: 2px;
    position: relative;
}
table.stak_detail-table tr td {
    padding: 5px !important;
    color: #333;
}
.modal-header {
    border-bottom-color: #f4f4f4;
    padding-bottom: 0px;
	margin-bottom: 10px;
}
.modal-header {
    border-bottom-color: #d8e2e7 !important;
}
table.table-without-border tr td {
    padding: 0px;
}
table.table-without-border tr {
    border: none !important;
    text-align: center;
}
ul.list-group a {
    color: #333;
}
.pdf-documents ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    color: #333;
	padding: 12px 0px;
	font-size: 15px;
}
.pdf-documents {
    width: 100%;
    margin-top: 15px;
}
.pdf-documents ul li i {
    position: relative;
    padding-right: 10px;
    vertical-align: middle;
}
.btn-group-space {
    margin: 0 auto;
    text-align: center;
	padding: 6px 0px;
	border-top: 1px solid #d8e2e7;
}
.green-btn {
    background: #6c9804 !important;
    border: 1px solid #3e5801 !important;
}
.blue-btn {
    background: #006bb6 !important;
    border: 1px solid #006bb6 !important;
}
.red-btn {
    background: #c70505 !important;
    border: 1px solid #c70505 !important;
}
.btn-size{
	font-size: 15px;
    padding: 10px 20px;
}
.blue-btn:hover {
    color: #fff;
}
.red-btn:hover {
    color: #fff;
}
.green-btn:hover {
    color: #fff;
}
.nav-center {
    display: inline-block !important;
}
.setting-top-title {
    border-bottom: 1px solid #d8e2e7;
}
.tab-content-setting {
    margin-top: 150px;
}
.btn-group-space-inline {
    display: inline-block;
}
.bottom-fixed-email {
    position: fixed;
    bottom: 10px;
    text-align: center;
    margin: 0 auto;
}
.delete-data-btn {
    padding: 90px;
    margin-top: 80px;
}
.gnrl-setting-heading {
    margin: 0px;
    padding: 10px;
    border-bottom: 2px solid #ccc;
}
.setting-main{
	padding-bottom:20px;
}
.setting-content{
	padding-top:15px;
	padding-bottom:10px;
}
.tab-content-announcement {
    margin-top: 100px;
}
form.form-border {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}
.recipient_btn.btn {
    width: 100%;
}
.gallery
{
    display: inline-block;
    /*margin-top: 20px;*/
}
.col-center {
    display: inline-table;
}
.row-center {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.anno ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    color: #333;
    padding: 10px;
}
.anno {
    width: 100%;
}
.space-top-row {
    padding: 6px 10px 8px 10px;
}
.modal-body {
    padding-top: 0px;
}
.tab-pane {
    padding-top: 10px;
}
.per_profile_heading {
    padding: 4px 12px;
}
.remove_m_p{
	margin:0px !important;
	padding:0px !important;
}
.remove_m{
	margin:0px !important;
}
.remove_p{
	padding:0px !important;
}
.remove_p_top{
	padding-top:0px !important;
}
.enable-btn{
    display: table;
    border-top: 0px;
    width: 100%;
    padding: 0px 12px;
}
.enable-btn .propt-discrpton {
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #ddd;
}
.announcement-top {
    padding: 0px 10px;
    border-bottom: 1px solid #d8e2e7;
	margin-top: 52px;
}
.tabs-section.tabs-section-top {
    margin-top: 52px;
    padding: 0px !important;
}
.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: -1px;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}
.list-group-horizontal .list-group-item {
    border: none;
}
.announcement-top .list-group {
    margin-bottom: 0px !important;
}
.list-group-horizontal .list-group-item {
    padding: 5px 5px;
}
.email-sent ul {
    margin: 0;
    padding: 0;
}
ul.email-sent li {
    width: 100%;
	border-bottom:1px solid #ccc;
	
}
.email-sent {
}
ul.email-sent li:after {
    content: '';
    clear: both;
    display: block;
}
.email-sent ul:after {
    content: '';
    clear: both;
    display: block;
}
ul.email-sent li ul li:nth-child(1) {
    width: 50% !important;
}
ul.email-sent li ul li {
    float: left;
    width: 23%;
    border: none;
	padding: 15px 5px;
}
.content-wrap {
	-webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    margin-left: 230px;
}
@media screen and (max-width:767px){
	#hoeapp-wrapper[hoe-device-type="phone"] #hoe-header{
	display:none;
}
	#hoe-header{
		box-shadow:none;
	}
	#demo-2 input[type=search] {
	margin-top: 0px;
}
	.hoe-left-header {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    position: absolute;
    float: left;
    text-align: center;
    width: 230px;
    z-index: 999;
    border-bottom: 1px solid #fffefe;
    box-shadow: 0px 0px 10px;
}
.menubar-top {
    background: #fff;
    border: 1px solid #d8e2e7;
    position: initial;
    width: 100%;
    padding: 0px !important;
    margin-top: 0;
    left: 0;
}

.tab-content-new {
    margin-top: 80px;
    margin-bottom: 60px;
}
.menubar-top ul li a {
    border-bottom: none !important;
    font-size: 15px;
	font-weight: normal !important;
}
.tabs-section-nav.tabs-section-nav-inline .nav-item {
    margin: 0 10px -1px !important;
}
.menubar-top ul li a i {
    /*display: none;*/
}
.tabs-section-nav.tabs-section-nav-inline .nav-link {
    border: none;
    border-bottom: 1px solid #d8e2e7;
    height: auto !important;
    padding: 6px 0px !important;
    background: 0 0 !important;
}
.menubar-top ul li a.nav-link.active {
    border-bottom: solid 2px #00aae5 !important;
}
table.custom-table tr {
    border: none;
}
table.custom-table tr td:nth-child(even) {
    /*background: #ececec;*/
}
table.custom-table tr td {
    /*width: 100% !important;*/
    /*display: inline-block;*/
    border: none !important;
    padding: 10px;
}
.key-points-list ul {
    margin: 0px !important;
    padding: 0px;
}
.content-wrapper {
    min-height: auto !important;
}
.info-img{
    position: fixed;
    z-index: 1;
    height: 180px;
    background: #ccc;
    max-height: 180px !important;
}
.detail-page-navigation{
	display:block;
    margin-top: 180px;
}
.building-name {
	display:none;
}
.detail-page-navigation ul li a {
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #333;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    box-shadow: none !important;
}
.detail-page-navigation ul li a:hover {
    background: none !important;
    color: #333 !important;
    border-left: none;
}
.content-wrapper-new {
    background: #fff;
}
.top-countries {
    background: #efefef;
    margin-top: 54px;
    display: block;
    position: fixed;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.top-countries ul {
    list-style: none;
    margin: 0px;
    width: 100% !important;
    display: inline-flex;
    overflow: auto;
    padding: 0px;
}
.top-countries ul li {
	float: left;
    width: auto !important;
    display: inline-table;
    padding: 6px;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent
}
.countries-fixed-main{
	display:block;
}
.main-box {
    margin-top: 0px;
}
.countries-fixed-main:nth-child(1) {
    margin-top: 20px;
}
#mobile_display{
	display:none;
}
ul.units-tab li h5 {
    line-height: 1;
}
.abc{
	display:none;
}
ul.list-group li .text-center {
    text-align: left;
}
.bottom-fixed-email {
	padding-left:20px;
 }
 .announcement-top {
    margin-top: 34px;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.tabs-section.tabs-section-top {
    margin-top: 42px;
    padding: 0px !important;
}
.announcement-top {
    border-bottom: none;
}
.tab-content.tab-content-setting-sec {
    margin-top: 100px;
}
ul.email-sent li ul li:nth-child(1) {
    width: 100% !important;
}
ul.email-sent li ul li {
    float: left;
    width: 100%;
    border: none;
	padding: 5px;
}
ul.email-sent {
    margin: 0px;
    padding: 0px;
}
.content-wrap {
    margin-left: 0px;
}
}
@media screen and (min-width:667px) and (max-width:767px){
.info-img {
    position: fixed;
    z-index: 1;
    height: 350px;
    background: #ccc;
    max-height: 350px !important;
}
.detail-page-navigation {
    display: block;
    margin-top: 360px;
}
}
@media screen and (min-width:567px) and (max-width:666px){
.info-img {
    position: fixed;
    z-index: 1;
    height: 300px;
    background: #ccc;
    max-height: 300px !important;
}
.detail-page-navigation {
    display: block;
    margin-top: 300px;
}
}
@media screen and (min-width:441px) and (max-width:500px){
.info-img {
    position: fixed;
    z-index: 1;
    height: 270px;
    background: #ccc;
    max-height: 270px !important;
}
.detail-page-navigation {
    display: block;
    margin-top: 270px;
}
}
@media screen and (min-width:440px) and (max-width:566px){
.info-img {
    position: fixed;
    z-index: 1;
    height: 250px;
    background: #ccc;
    max-height: 250px !important;
}
.detail-page-navigation {
    display: block;
    margin-top: 250px;
}
}
@media screen and (min-width:400px) and (max-width:439px){
.info-img {
    position: fixed;
    z-index: 1;
    height: 225px;
    background: #ccc;
    max-height: 225px !important;
}
.detail-page-navigation {
    display: block;
    margin-top: 230px;
}
}
#group div{
    display: none;
}
#group div.current{
    display: block;
    border: 1px solid red;
}


.slide {
    display: none;
}
.active-slide {
    display: block;
}
.slider-nav {
    text-align: center;
    margin-top: 20px;
}
.prev {
    display: inline-block;
    margin: 10px;
}
.next {
    display: inline-block;
    margin: 10px;
}
.availability-table{
    padding: 0 20px 20px;
}
.availability-list{
  padding-left: 0;
  overflow: hidden;
  clear: both;
}
.availability-list tr td, .availability-list tr th{
  padding: 6px;
  background: #279327;
  color: #fff;
  border: 0.5px solid;
  text-align: center;
  vertical-align: middle !important;
}
.availability-list .full-width-td{
  width: 100%;
  background: #746c77;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-right: 0;
  border-top: 0;
}
.availability-list tr td{
  font-size: 12px;
}
.availability-list tr td.red-box{
  background: #ff2d2d;
}
.availability-list tr td.white-box{
    background: #808080;
}
.availability-list tr td.yello-box{
  background: #ffa502;
}
.availability-list tr td.orrange-box{
  background: #ff4f00;
}

.gallery-list{
  padding: 10px;
  overflow: hidden;
  clear: both;
}
.gallery-list li{
    width: 25%;
    float: left;
    padding: 5px;
    list-style: none;
}
.gallery-list li a{
  display: block;
  position: relative;
  cursor: move;
  height: 180px;
  overflow: hidden;
  background: #000;
}
.gallery-list li a img {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  left: 50%;
  border-radius: 0;
  top: 50%;
  transform: translate(-50%,-50%);
}
.gallery-list li .img-gallery {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 10px;
  overflow: hidden;
}
.img-gallery .gallery{
    display: block;
}
.gellery-caption{
  position: absolute;
  left: 0;
  top: 156px;
  right: 0;
  bottom: 0;
  background: rgba(00,00,00,0.4);
  /* transform: scale(0,0); */
  transition: all 0.6s ease;
}
.img-caption-in p{
  margin-bottom: 0;
  font-weight: 400;
}
.gallery-list li .img-gallery:hover .gellery-caption{
  transform: scale(1,1);
}
.img-caption-in{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: left;
  font-size: 15px;
  padding: 0px 10px;
  max-width: 100%;
  right: 0;
}
.gallery-title{
  font-size: 20px;
  margin: 10px 0 5px 0;
  font-family: 'Proxima Nova',sans-serif;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; 
  line-height: 20px;        
  height: 20px;  
}
.row.cover-btns{
  margin: 0 -6px;
  padding-top: 10px;
}
.row.cover-btns .col-xs-4, .row.cover-btns .col-xs-8, .row.cover-btns .col-xs-6, .row.cover-btns .col-xs-12{
  padding: 0 6px;
}
.row.cover-btns .btn{
  width: 100%;
  font-size: 13px;
  transition: all 0.6s ease;
  border: 0;
  margin-bottom: 5px;
}
.row.cover-btns .btn.delete-img{
    background: transparent;
    color: red;
    font-size: 18px;
    padding: 2px 10px 0px;
}
.row.cover-btns .btn:hover{
  color: #fff;
  opacity: 0.7;
}
.row.cover-btns .btn.delete-img{
  background: transparent;
  color: red;
  border: 1px solid;
}



.row.cover-btns .btn.edit-img{
    background: transparent;
    color: green;
    font-size: 18px;
    padding: 2px 10px 0px;
}

.row.cover-btns .btn.edit-img{
  background: transparent;
  color: green;
  border: 1px solid;
}

.set-img{
  margin: 5px 0;
  font-size: 15px;
  font-weight: 600;
  color: #018bbb;
  border: 0;
  background: transparent;
  -webkit-appearance: none !important;
  text-align: right;
}
.filter-by-cat{
  font-size: 17px;
  font-weight: 600;
  color: #444;
  font-family: 'Proxima Nova',sans-serif;
}
.add-images{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 40px;
    transform: translate(-50%,-50%);
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #00a8ff;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    
}
.add-photo .img-gallery{
  position: relative;
  height: 319px;
  border: 2px dashed #ddd !important;
  background: #f2f2f2;
}
.add-images input{
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  cursor: pointer;
}

.login_bg {     -webkit-background-size: cover !important;   }

::-webkit-scrollbar { width: 10px; background: #ddd;height: 8px;}

::-webkit-scrollbar-track { border-radius: 1px; }

::-webkit-scrollbar-thumb { border-radius: 1px; background-color: #000; -webkit-transition:500ms;}

::-webkit-scrollbar-thumb:hover {

  background-color: #000;

  background: #000;

}
.select-area-bg{
  background: #eee;
  padding: 5px 7px;
  border-radius: 4px;
}
.select-area-bg .form-select{
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
  width: calc(100% - 60px);
  padding: 4px 10px;
}
.input-style{

}
section.tabs-section .input-style input[type="text"], select {
    font-size: 14px;
    background: rgba(234, 231, 231, 0.41);
    border: 1px solid #ccc;
    color: #000;
    height: 30px;
}
.input-style{
  padding: 0;
}
.input-style .form-select{
    padding: 1px;
    width: 20px;
}
.box-inner-bg{
  /*background-color: #e6e5e5;*/
   padding: 0px; 
   margin-left: 15px;     
  /*width: 245px;*/
}
.videolist .img-gallery{
  padding: 10px;
}
.videolist{
  overflow: hidden;
  clear: both;
  padding: 0px 15px;
}

.videolist li{
  width: 33.33333%;
  float: left;
  padding: 10px;
}
.videolist li .gallery{
  height: 180px;
}
.popup select.form-control{
    padding: 6px 0px;
}
.popup input.form-control[type="file"]{
    height: auto;
    padding: 6px 4px;
}
.chart-sec-main{
    padding: 20px;
}
.box-area .table tr th, .table-with-head table tr th{
    border-top: 1px solid #ddd !important;
}
.table-with-head table tr td.red-colr{
    color: #ff2d2d;
}
.table-with-head table tr td.green-td{
    color: #279327;
}

.table-with-head table tr td.yellow-td{
    color: #ffa502;
}

.table-with-head table tr th, .table-with-head table{
    border: 1px solid #ddd !important;
    text-align: right;
    font-weight: 400;
}
.table-with-head table tr th:first-child, .table-with-head table tr td:first-child{
    text-align: center;
}
.table-with-head table tr td{
    border: 0;
    text-align: right;
}
.table-with-head h5{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 35px 0 15px;
    color: #555;
}
.shibuya-text{
    text-align: center;
    color: #f00;
}
.switch-btn input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch-btn label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: #ddd;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

.switch-btn label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switch-btn input:checked + label {
    background: #00aae5;
}

.switch-btn input:checked + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switch-btn label:active:after {
    width: 80px;
}

.pdfs-list{
    padding: 40px 15px 0;
}
.pdfs-list ul{
  margin-bottom: 20px;
}
.pdfs-list ul li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0 25px;
  margin-bottom: 15px;
}
.pdf-main i{
    float: left;
    font-size: 40px;
}
.pdf-main p{
    padding: 10px 60px 0 10px;
    font-size: 16px;
    float: left;
    margin: 0;
}
.switch-btn{
    margin-top: 10px;
    width: 190px;
    display: inline-block;
    vertical-align: middle;
    float: right;
}
.pdf-main{
    overflow: hidden;
    clear: both;
}
.pdf-main .switch-btn .no-border-bottom i{
    font-size: 16px;
    font-weight: 300;
}
.pdf-main .no-border-bottom a, .pdf-main a.no-border-bottom {
    border: none;
    display: inline-block;
    vertical-align: -10px;
    padding-left: 15px;
}
.user-default-img{
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.user-default-img img{
    width: 50px;
}
.custom-table tr td:first-child{
    width: 70px;
    padding-right: 0;
}
.tab-pane #search {
    margin-left: 0;
    padding: 6px 10px;
    margin-bottom: 20px;
}
.mrl-anchor{
    margin-right: 10px;
}
#floor_plan .modal-content{
    border-radius: 6px;
}
.nav-tab-holder .nav-tabs{
    padding: 0;
    background: #e4e4e4;
    margin: 0;
}
.nav-tab-holder .nav-tabs li{
    padding: 0;
    margin-bottom: 0px;
}
.nav-tab-holder .nav-tabs > li > a {
    border-radius: 0;
}
.nav-tab-holder .modal-header .close {
    color: #000;
    opacity: 0.7;
}
.nav-tab-holder .nav-tabs > li > a {
    border: 0;
    border-radius: 0;
}
.nav-tab-holder .nav-tabs > li.active > a, .nav-tab-holder .nav-tabs > li.active > a:hover, .nav-tab-holder .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #00aae5;
    border: 0;
}
.row-cos{
    padding: 4px 0;
    overflow: hidden;
    clear: both;
    border-top: 1px solid #eee;
}
#new_edit input{
    margin: 0;
}
.recipient_btn.btn.btn-default{
    cursor: pointer;
}
.recipient_btn.btn.btn-default input[type='file']{
    opacity: 0;
}
#exampleSelect{
    cursor: pointer;
    height: 34px;
    margin-top: 0;
}
.no-border-bottom.font20 i{
    font-size: 20px !important;
    color: #5f5f5f;
    line-height: 25px;
}
.tab-content.tab-content-new.ss-tabs{
    padding: 15px !important;
}
.key-points-list.bordr-bott0{
    border-bottom: 0;
}
.radio.space-class span{
    padding-right: 10px;
}
.forgot-reme-pass{
  overflow: hidden;
  clear: both;
}
.nav.navbar-nav.wel-come-menu{
    margin-top: 12px;
}
.wel-come-menu li{
    color: #00AAE5;
}
.key-points-list ul{
    padding: 10px 0 0;
}
body header.main-header{
    background: transparent;
}
.details-table-list{
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0;
    padding: 0;
}
.details-table-list li{
    display: table-row;
}
.details-table-list li span, .details-table-list li strong{
    display: table-cell;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 7px 6px;
}
.details-table-list li strong{
    padding: 8px 6px;
    background: #00aae5;
    color: #fff;
}
.details-toggle{
    overflow: hidden;
    clear: both;
    padding-bottom: 10px;
}
.add-edit-btns{
    margin-top: 15px;
}
.header-sec{
  margin-left: 52px; 
  margin-top: 50px;
}
.leads-section{
  min-height: 620px;
  margin-top: 30px;
  position: relative;
}
.coming-soon-bg{
  background: url(../images/coming-soon.jpg) no-repeat;
  min-height: 620px;
  margin-top: 30px;
  position: relative;
}
.service-text{
  font-size: 38px;  
}
.coming-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.coming{
  font-size: 30px;
  color: #fff;
  font-weight: 200;
  text-transform: capitalize;
}
#ios7-statusbar-fix {
/*    width:100%;
    height:20px;
    background-color:white;
    position:fixed;
    z-index:10000;
    margin-top:-20px;
    display:none;*/
}
.add-units{
    background: #f5f5f5;
    padding: 20px;
}

.menubar-top ul li a#add_new_floorplan {
    padding: 8px 6px 7px !important;
    margin-top: 2px;
}
.tabs-section .tabs-section-nav.tabs-section-nav-inline .nav-item:last-child{
    /*float: right;*/
    margin-left: 0 !important;
    margin-right: 15px;
}
.menubar-top ul li a#add_new_floorplan i {
  top: 0px !important;
}
.pdfs-list ul{
  padding-left: 0;
}
.tabs-section .tab-content-new .box-area{
    border: 0;
}
.content-wrapper-new section.tabs-section{
  padding-bottom: 60px;
}
.title-of-project h2{
    font-size: 25px;
    margin: 0;
    color: #ffffff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    background: #00aae5;
    padding: 7px 15px;
    font-weight: 300;
    /*text-align: center;*/
}
.title-of-project{
    padding: 0;
}
.menubar-top ul li.pull-right{
    margin-right: 15px;
}
.menubar-top ul li.pull-right a{
    padding: 8px 12px;
    margin-top: 1px;
}
.menu-space{
    padding: 4px 15px;
}
.edit-go-back{
  margin-top: -66px;
  overflow: hidden;
  clear: both;
  position: absolute;
  right: 0px;	
}
.add-photo .btn{
  margin-top: 3px;
}
.add-photo .btn:hover{
  color: #fff;
}
.menubar-top ul li a.btn:hover{
  background: #00a8ff;
  color: #fff;
}
#side-nav #logo img {
    max-width: 110px !important;
    display: inline-block;
    margin: 0 6px;
}
#side-nav #logo {
    padding: 12px 0 11px 10px;
}
.sidebar-menu>li>a.page-scroll{
    padding: 5px 5px;
}
.main-sidebar .sidebar-menu>li>a>.fa{
  width: 30px;
  text-align: center;
}
.availability-list.table {
    background: #746c77;
} 




@media(max-width: 1200px){
  .gallery-list li {
    width: 33.3333%;
  }
  .on-mob-100{
    width: 100%;
  }
  .tabs-section .tabs-section-nav.tabs-section-nav-inline .nav-item {
    margin: 0 5px 0px;
  }
  .tabs-section .tabs-section-nav.tabs-section-nav-inline .nav-item .form-select{
    padding: 4px;
  }
  .menubar-top ul li a {
    font-size: 16px;
    /*padding: 12px 0 0 !important;*/
  }

  .form-group.row .col-lg-4 input[name="floor"]{
    margin-bottom: 15px;
  }
}
@media(max-width: 1024px){
  .gallery-list li {
    width: 50%;
  }
  ul.units-tab li ul li span {
    /*width: 100%;*/
  }
  .videolist li{
    width: 50%;
  }
  .tbl {
    display: block;
  }
  ul.units-tab li ul{
    padding: 0;
  }
  ul.units-tab li {
    padding: 2px 5px;
  }
  .floor_plan ul.units-tab > li:nth-child(1){
    width: 12% !important;
  }
  .floor_plan ul.units-tab > li:nth-child(2){
    width: 35% !important;
  }
  .floor_plan ul.units-tab > li:nth-child(3){
    width: 18% !important;
  }
  .floor_plan ul.units-tab > li:nth-child(4){
    width: 20% !important;
  }
  ul.units-tab li ul li span {
    width: auto;
  }
}
@media screen and (min-width: 768px){
.chart__container:not(.labels-above-bars) .label-y__name {
    right: auto !important;
    left: 0;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    z-index: 999;
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .logo-mini {
    text-align: center;
    width: 50%;
    display: table-cell !important;
    vertical-align: middle;
  } 
  .sidebar-mini.sidebar-collapse .logo-mini img{
    max-width: 30px;
    margin: 0 2px;
  }
  .skin-blue .main-header .logo {
    display: table;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 100px;
  }
  .main-header .logo .logo-lg {
    display: table-cell !important;
    vertical-align: middle;
    height: 50px;
  }
}
@media screen and (min-width: 1024px){
.chart__box {
    width: calc(100% - 120px);
}
}
@media(max-width: 768px){
  .ss-tabs .panel-heading {
    padding: 7px 0px;
  }
  ul.units-tab li {
    padding: 2px 3px;
    font-size: 11px;
  }
  .floor_plan ul.units-tab > li:nth-child(1) {
    width: 10% !important;
    font-size: 11px;
  }
  .floor_plan ul.units-tab > li:nth-child(4) {
    width: 20% !important;
  }
  ul.units-tab li h5 {
    font-size: 12px;
  }
}

@media(max-width: 767px){
  .login_form {
    margin: 0px auto;
    position: absolute;
  }
  .login_form .form-control {
    border-radius: 0;
}
  body.login_bg{
    background:#e9ddcf !important;
        background-size: cover !important;
    position: fixed;
    width: 100%;
    left: 0;
  }
  html, body.login_bg {
    overflow: auto;
  }
  .login_form .form-group .checkbox input[type="checkbox"] {
    top: -7px;
  }
  .content-wrapper{
    margin-bottom: 40px;
  }
  ul.units-tab li ul li span.pull-right{
    width: auto;
    display: inline-block;
    padding-left: 20px; 
  }
  ul.units-tab li{
    width: 100% !important;
  }
  .tabs-section {
    padding: 44px 0 20px !important;
  } 
  #Thailand.anchor > a{
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  .chart-sec-main {
    padding: 50px 15px;
  }
  ul.mobile-navigation li:nth-child(1), ul.mobile-navigation li:nth-child(2){
      margin: 0;
  }
  #side-nav nav a i {
    top: 0px !important;
  }
  .header-wrapper {
    z-index: 999 !important;
  }
  .tabs-section .tabs-section-nav.tabs-section-nav-inline .nav-item .form-select {
    margin-top: 0;
    width: 120px;
  }  
  body ul.units-tab li,.floor_plan ul.units-tab > li:nth-child(1), .floor_plan ul.units-tab > li:nth-child(2), .floor_plan ul.units-tab > li:nth-child(3), .floor_plan ul.units-tab > li:nth-child(4){
    width: 100% !important;
    font-size: 14px;
  }
  ul.units-tab > li:nth-last-child(1), ul.units-tab > li:nth-last-child(2){
    display: inline-block;
    width: auto !important;
  }
  ul.units-tab li h5 {
    font-size: 18px;
  }
  ul.mobile-navigation li#demo-2 {
    position: relative;
	width: 30%;
    /*display: none;*/
  }
	ul.mobile-navigation li:nth-child(2) {
		width: 52%;
		text-align: right;
	}
	ul.mobile-navigation li:nth-child(2) span.section-title {
		text-align: right;
	}
	ul.mobile-navigation li:nth-child(2) span.section-title img.img-responsive {
		float: right;
		width: 100px;
	}
  #demo-2 input[type=search] {
    width: 15px;
    margin-top: 1px;
    position: absolute;
    right: 0;
    height: 15px;
  }
  .header-sec {
    margin-left: 0;
    margin-top: 75px;
  }
  .coming-text {
    left: 0;
    top: 50%;
    transform: translate(0%,-50%);
    padding: 20px;
    right: 0;
  }
  .service-text {
    font-size: 30px;
  }
  .coming {
    font-size: 26px;
  }
  .table-responsive.form-group{
    margin-top: 42px;
    padding: 10px 0;
  }
  .menubar-top ul {
    /*padding-left: 0;*/
  }
  .ss-tabs .panel-heading a {
    /*display: inline-block;*/
    padding: 0px !important;
    vertical-align: 13px;
  }
  ul.units-tab {
    padding: 10px;
    background: #f5f5f5;
  }
  .tabs-section .box-typical:last-child{
    border: 0;
  }
  .availability-table.table-responsive{
    padding: 0;
  }
  .tabs-section .main-wrapper{
    padding: 0 15px;
  }
  .container-fluid.main-wrapper > .row.add_L_R{
    margin-top: 15px;
  }
  #add_new_floorplan{
    margin: 0 !important;
  }
  .menubar-top ul li a#add_new_floorplan {
    padding: 6px 6px 8px !important;
  }
  .header-sec {
    margin-bottom: 40px;
  }
  .title-of-project {
    padding: 0;
    margin-top: 44px;
    display: none;
  }
  .tab-content-new {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .tab-content-new .form-group{
    clear: both;
    overflow: hidden;
  }
  .menubar-top ul li.pull-right a {
    padding: 3px 12px;
  }
  .chart-sec-main {
    padding: 20px 15px;
  }
  .recipient_btn.btn.btn-default {
    margin-bottom: 10px;
  }
  .bottom-fixed-emailg{
    margin-left: 0 !important;
    overflow: hidden;
    clear: both;
    padding: 4px 0 0;
  }
  .edit-go-back {
    margin-top: -48px;
  }
  .add-photo .btn {
    margin-top: 0px;
  }
  form.login_form {
    left: 50% !important;
}
}


@media(max-width: 640px){
  #Thailand.anchor > a{
    width: 100%;
    float: none;
  }
  .inner-box img {
/*    position: unset;
    transform: none;*/
  }
  .inner-box {
    height: 200px;
  }
  .propt-img-box{
    height: unset;
  }
  .main-box:first-child {
    padding: 0px !important;
    margin-top: 10px;
  }
  body #facebox .faceboxcontent {
    width: 400px;
    margin: 0 auto;
  }
  table.custom-table tr td {
    padding: 4px 15px;
  }
  .thank-you-sms{
    margin: 0 auto;
    max-width: 270px;
  }
}
@media(max-width: 480px){
  .gallery-list li {
    width: 100%;
  }
  .img-gallery img.thumbnail.img-responsive{
    width: 100%;
  }
  .img-gallery .gallery{
    display: block;
  }
  .btn {
    width: 100%;
    margin: 10px auto !important;
    float: none !important;
    display: block;
  }
  .announcement-top .btn {
    margin: 0px auto !important;
}
  .on-mob-100 .col-xs-6{
    width: 100%;
  }
  .videolist li {  
    width: 100%;
    float: none;
  }
  .videolist {
    padding: 20px 15px;
  }
  table.custom-table {
    margin-top: 0px;
  }
  .login-bottom a {
    color: #fff;
    font-size: 15px;
  }
  .service-text {
    font-size: 24px;
  }
  .coming {
    font-size: 20px;
  }  
   body #facebox .faceboxcontent {
    width: 100%;
    margin: 0 auto;
  }
  .space-top-row .input-group-btn .btn.btn-default{
  	margin: 0 !important;
  }
  .input-group-btn > .btn{
    margin: 0 !important;
  }
  .bottom-fixed-emailg .btn{
    margin: 4px 0 0 !important;
  }
  .edit-go-back {
    margin-top: 0;
  }
  .edit-go-back{
  	position: initial;
  }
}

.login_form .form-control {
    box-shadow: none;
    padding-left: 8px !important;
}

@media(max-width:760px){
    
    .chart-statistic-box .chart-txt {
    height: auto !important;
}
.login_form {padding: 42px 17px 0px 17px !important;}
}


.navbar {
    border: 0;
}



 /*#########################New CSS 03/07/2021###########################*/
 
/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 13px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}



/* Facebook */
.loginBtn--facebook {
  background-color: transparent;
 border: solid 1px #364e92; color:#364e92;
}
.loginBtn--facebook:before {
  content: "\f09a";font: normal normal normal 14px/1 FontAwesome;color: #364e92;
}
 


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: none; color:#DD4B39;
border: solid 1px #DD4B39;
}


.loginBtn--google:before {
content: "\f1a0";font: normal normal normal 14px/1 FontAwesome;color: #DD4B39;
}
 
.loginBtn_facebook_goole {
    display: flex;
    justify-content: center;margin-bottom: 0px;flex-wrap: wrap;
}
.loginBtn_facebook_goole button {
    max-width: 100%;
    flex: 0 0 100%;text-align: center;
}
.flex_box_or{    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;}
.flex_box_or b{   color: #494949;
    font-size: 15px;}

.form-group.d-flex-checkbox-forgetpassword {
    margin: 20px 0 !important;
}
.form-group.d-flex-checkbox-forgetpassword a {
    font-size: 15px;
    color: #8e8e8e;
}
input.btn.btn-primary.btn-block.btn-login {
    margin-bottom: 20px;
}
 form.login_form {
right: 0;
    background: #fff !important;
    border: 0;
    border-top: solid 4px #997b60 !important;
    margin: 0;
    left: auto;
}
.btn.btn-primary{    background-color: transparent;
    border: #997b60 1px solid; color: #997b60 !important;}
    .btn.btn-primary:hover{    background-color: #997b60 !important;
    border-color: #997b60 !important; color:#fff !important;}
    .login-header h3 { color: #000;}
    .login_form .form-control {
    box-shadow: none;
    padding-left: 8px!important;
    border: solid 1px #e2e2e2 !important;
    border-width: 1px !important;
    min-height: 40px;margin-bottom: 0;
}
 
.login-bottom a {
    color: #a86c36;
}
.login-bottom a:hover {
    color: #997b60;
}
.login_form .form-control {
     color: #8e8e8e !important;
}
.d-flex-checkbox-forgetpassword{display: flex;
    justify-content: space-between;
    align-items: center;}
.d-flex-checkbox-forgetpassword .checkbox {
   display: flex;
    align-items: center;margin: 0;
}
.d-flex-checkbox-forgetpassword .{    color: #a86c36;font-size: 15px;}

    .container_Login_referal {
    display: flex;
    height: 100vh;
    background: #242e35;
}
.left_Login_referal {
    position: relative;
       padding: 0px 79px 55px;
    flex: 1 1 0%;
    -webkit-box-align: initial;
    align-items: initial;
    background: #fff; display: flex;
}
.right_Login_referal {
   flex: 1 1 0%;
    height: 100%;
    margin: initial;
    position: relative;
    background: rgb(36, 46, 53);
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 25px;
}
 .right_login_text {
    
    padding: 0px;
   
   transform: translateY(-45px);
    color: rgb(250, 232, 209);
    text-align: center;
    position: absolute;
         flex-wrap: wrap;
     display: flex;  max-width: 400px;
}
 .right_login_text h2{font-size: 32px;    line-height: 41px;  font-weight: bold;}
 
 
.left_Login_referal form.login_form {
    border: 0 !important;
    left: 0;
    margin: auto;
    position: static;
    top: auto;
    right: auto;
    width: auto;
    max-width: fit-content;
    transform: inherit;
}
.left_Login_referal .form-group.mb-0 {
    margin-bottom: 20px;
}





