/** INPUT-ADDON **/
.input-group-btn select {
	border-color: #ccc;
margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}
/** NAV-TABS **/
.nav-tabs {
background-color: transparent;
border-radius: 4px 4px 0 0;
border-bottom: 2px solid #ECF0F5;
padding: 0;
margin-top:0;
}
.nav-tabs > li + li {
margin-left: -1px;
}
.nav-tabs > li {
margin-bottom: -2px;
}
.nav-tabs > li > a {
border: 0px solid transparent;
padding:12px 15px;
color:#484848;
font-size: 13px;
margin-right: 4px;
}
.nav-tabs li a, .nav-tabs li span {
outline: 0 none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
background-color: #FFFFFF;
border: 0 none;
border-right: 1px solid #DFE6EE;
border-left: 1px solid #DFE6EE;
color: #333;
font-weight: 400;
}
.nav-tabs > li:first-child.active > a,
.nav-tabs > li:first-child.active > a:hover,
.nav-tabs > li:first-child.active > a:focus {
border-left: 0 none;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
background-color: #fff;
border-width: 0;
text-decoration: none;
}
@media (max-width: 992px) {
.nav-tabs {
padding-bottom: 20px;
}
.nav-tabs > li {
display: inline-block;
float: none;
margin-bottom: 6px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
border-color: #DFE6EE;
border-style: solid;
border-width: 0 0 2px;
}
}
.nav-tabs .badge {
padding: 2px 7px;
}
.tab-content {
background-color: #fff;
border-color: #FFF;
border-style: solid;
border-width: 0 1px 1px;
padding: 15px;
}
.tab-content > div {
display:none;
}
.tab-content > div .tab-content {
border: 0 none;
padding-left: 0;
padding-right: 0;
}
#sub-tabs {
background-color: transparent;
border-width: 0 0 1px;
}
#sub-tabs li a, #sub-tabs li span {
padding: 7px 5px 7px 10px;
}
#sub-tabs li.active a, #sub-tabs li.active span {
border-color: #c5d2e1;
border-style: solid;
border-width: 0 0 3px;
}
#sub-tabs li a:hover, #sub-tabs li span:hover,
#sub-tabs li a:focus, #sub-tabs li span:focus {
border-bottom: 3px solid #ebf0f5;
}
#sub-tabs li > a  i {
width: 20px;
}
.nav-stacked {
border: 0 solid #DFE6EE;
border-radius: 0;
}
.nav-stacked > li > a {
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover,
.nav-stacked > li.active > a:focus {
border: 1px solid #DFE6EE;
border-right-width: 0;
border-left: 1px solid #DFE6EE !important;
border-radius: 3px 0 0 3px;
color: #333;
font-weight: bold;
margin-right: -1px;
z-index: 1;
}
.nav-stacked > li > a:hover {
margin-right: 0;
}
.tab-pane .tab-pane-title {
padding: 0 0 10px;
margin: 25px 0px;
border-bottom: 1px solid rgb(236, 240, 245);
font-size: 20px;
}
.tab-pane .tab-pane-title:first-child {
margin-top: 0;
}
/** WRAPPER **/
.wrap-vertical {
padding-left: 15px !important;
padding-right: 15px !important;
}
/** BUTTONS GROUP **/
.bootstrap-select.btn-group .btn .caret {
margin-top: -1px;
}
.btn-group-xs > .btn, .btn-xs {
padding: 2px 10px;
}
.btn-group-toggle {
width: 100%;
}

.btn-group-switch {
width: 100%;
}
.form-group div:not(.control-group) > .btn-group-switch {
width: 49%;
}
.form-group .btn-group-switch > .btn {
width: 100%;
}
.btn-group-switch > .btn {
overflow: hidden;
width: 49%;
border: 0 none;
text-shadow: none;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
-ms-transition: all .4s ease;
transition: all .4s ease;
}
.btn-group-switch .btn:not(.active) {
text-indent: -200px;
width: 20%;
background: #c5d2e1;
background: -webkit-linear-gradient(top, #d6dfea 0%, #c5d2e1 40%, #b4c5d8 100%);
background: -moz-linear-gradient(top, #d6dfea 0%, #c5d2e1 40%, #b4c5d8 100%);
background: -o-linear-gradient(top, #d6dfea 0%, #c5d2e1 40%, #b4c5d8 100%);
background: -ms-linear-gradient(top, #d6dfea 0%, #c5d2e1 40%, #b4c5d8 100%);
background: linear-gradient(top, #d6dfea 0%, #c5d2e1 40%, #b4c5d8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dfea', endColorstr='#b4c5d8',GradientType=0 );
}
.btn-group-switch > .btn.active {
width: 80%;
display:inline-block;
}
.btn-group-toggle > .btn {
width: 50%;
}
.btn-group-3 > .btn {
width: 33.4445%;
}
.btn-group-4 > .btn {
width: 25%;
}
.btn-group-5 > .btn {
width: 20%;
}
.btn-group-6 > .btn {
width: 16.6667%;
}
.btn-group-7 > .btn {
width: 14.2857%;
}
.btn-group-toggle .btn:not(.active) {
background-color: inherit;
border-color: #D2DCE7;
color: inherit;
text-shadow: 1px 1px 0px #F5F5F5;
box-shadow: 0px 1px 1px rgba(90, 90, 90, 0.1);
background-clip: border-box;
}

/** THUMBNAIL LIST**/
.thumbnail-list {
list-style: none outside none;
padding: 0;
}
.thumbnail-list-horizontal {
border: 1px solid #dfe6ee;
}
.thumbnail-list > li {
float: left;
margin-right: 20px;
}
.thumbnail-list-horizontal > li {
border-bottom: 1px solid #dfe6ee;
padding: 20px 0;
}
.thumbnail-list-horizontal > li, .thumbnail-list-horizontal .btn-add-image {
display: table;
float: none;
width: 100%;
}
.thumbnail-list-horizontal .thumbnail {
margin-bottom: 0;
}
.thumbnail-list .thumbnail .preview {
height: 80px;
}
.thumbnail-list .thumbnail .preview img {
width:100% !important;
}
.thumbnail .preview {
padding: 10px;
text-align: center;
}
.thumbnail.imagebox {
border: 1px solid #d2dce7;
text-align: center;
}
.thumbnail .preview img {
display:inline;
width:160px !important;
}
.imagebox-sm .preview img {
width: 80px !important;
}
.thumbnail {
border: 0px solid #d2dce7;
border-radius: 0px 0px 3px 3px;
padding: 0;
}
.thumbnail .caption {
padding-top:20px;
}
.thumbnail .caption h1,
.thumbnail .caption h2,
.thumbnail .caption h3,
.thumbnail .caption h4,
.thumbnail .caption h5 {
margin-top: 0;
}
.thumbnail .caption .name {
border-bottom: 1px solid #d2dce7;
margin-bottom: 10px;
padding-bottom: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
.thumbnail .caption .badge {
font-size:50%
}
.thumbnail .caption a {
padding: 4px 8px;
font-size: 12px;
}
.thumbnail .caption .buttons {
padding: 10px 0px;
border-top: 1px solid #ECF0F5;
border-bottom: 1px solid #ECF0F5;
margin-bottom: 10px;
}

.red {
color:#D9534F;
}
.green {
color:#00B87A;
}
.error_php {
border:1px solid #990000;
padding-left:20px;
margin:0 20px 10px 180px;
}
.error_php:first-child {
margin-top:45px;
}
/* CALENDER */
.table-calendar {
background-color:#FFF;
margin-bottom:0;
}
.table-calendar .title {
border-left: 1px solid #EEE;
border-right: 1px solid #EEE;
font-size: 18px;
font-weight: normal;
padding: 10px 0;
text-align: center;
}
.table-calendar .prev, .table-calendar .next {
padding: 0;
}
.table-calendar .next {
text-align: left;
}
.table-calendar .prev {
text-align: right;
}
.calender-nav {
text-decoration: none;
padding: 7px 15px;
display: block;
height: 45px;
}
.calender-nav i {
font-size:22px;
}
.table-calendar .calender-nav:hover {
background-color:#F7F7F7;
}
.table-calendar span {
display:block;
color: #000000;
padding: 2px 8px;
font-size: 14px;
}
.table-calendar tr:first-child > th {
border-top: 1px solid #ECF0F5;
}
.table-calendar tr:first-child > th:first-child {
border-left: 1px solid #ECF0F5;
}
.table-calendar tr:first-child > th:last-child {
border-right: 1px solid #ECF0F5;
}
.table-calendar .week {
background: none repeat scroll 0 0 #F9FAFC;
font-weight: bold;
text-align: center;
padding: 0;
border-bottom: 1px solid #ECF0F5;
border-right: 1px solid #ECF0F5;
border-top: 1px solid #ECF0F5;
text-transform: uppercase;
height: 30px !important;
}
.table-calendar .day, .table-calendar .today {
height: 50px !important;
padding: 0;
border-bottom: 1px solid #ECF0F5 !important;
border-right: 1px solid #ECF0F5;
text-align: right;
position: relative;
vertical-align: top;
width: 6%;
}
.table-calendar .today a {
background-color: #428bca;
}
.table-calendar .today span {
font-weight: bold;
color: #FFF;
}
.table-calendar .week:first-child, .table-calendar .day:first-child, .table-calendar .today:first-child {
border-left: 1px solid #E7E7E7;
}
.table-calendar .day a, .table-calendar .today a {
display: block;
height: 100%;
margin:0;
text-decoration: none;
}
.table-calendar .other span {
color:#888;
}
.table-calendar td .booked {
background:#ffa59a;
}
.table-calendar td .half_booked {
background:#ffd89a;
}
.table-calendar td a:hover, .table-calendar td .selected {
background-color:#E7E7E7;
border: 1px solid #414141;
height: 100%;
}
.table-calendar td .selected span,
.table-calendar td .no_booking:hover, .table-calendar td a:hover span,
.table-calendar td .no_booking.selected, .table-calendar td .no_booking.selected span {
background:#FFF;
color: #333;
}
.table-calendar .booked span, .table-calendar .half_booked span {
background:#F7F7F7;
}
.legends {
font-size: 10px;
margin: 0;
}
.legends > span {
padding: 2px 10px;
}
.legends .no_booking {
border: 1px solid #DDDDDD;
}
.legends .booked {
background:#ffa59a;
border: 1px solid #ffa59a;
}
.legends .half_booked {
background:#ffd89a;
border: 1px solid #ffd89a;
}

/*#primary_nav_wrap{
  margin-top:15px;
}
*/
#primary_nav_wrap ul
{
  list-style:none;
  position:relative;
  float:left;
  margin:0;
  /*//padding:0 60px 0 60px*/
}

#primary_nav_wrap ul a
{
  display:block;
  color:#333;
  text-decoration:none;
  font-weight:700;
  font-size:12px;
  line-height:32px;
  padding:0 15px;
  font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li
{
  position:relative;
  float:left;
  margin:0;
  padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
  background:#ddd
}

#primary_nav_wrap ul li:hover
{
  /*background:#f6f6f6*/
}

#primary_nav_wrap ul ul
{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  background:#fff;
  padding:0
}

#primary_nav_wrap ul ul li
{
  float:none;
  width:200px
}

#primary_nav_wrap ul ul a
{
  line-height:120%;
  padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
  top:0;
  left:100%
}

#primary_nav_wrap ul li:hover > ul
{
  display:block
}
/*#primary_nav_wrap ul li:hover #exportLevel
{
  display:none;
}
*/
.image_preview {
  padding-bottom: 10px;
}
.ui-dialog { z-index: 10000 !important; } 
#divLoadingImport
{
    display : none;
}
#divLoadingImport.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('../../../../images/spinner.gif');
    /*background-color:#666;*/
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}

#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('../../../../images/spinner.gif');
    /*background-color:#666;*/
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}

  

 

.w3ls-form .w3l-head h1 { font-family:arial; color:#fff; font-weight:bold;}
h1 {
    font-size: 50px;
    text-align: center;
     letter-spacing: 3px;
    padding: 10px 0 10px;
    margin: 10px 0;
    color: #fff;
    font-family: 'Old Standard TT', serif;
}
.w3ls-form {
	padding: 2em 2em 2em 2em;
    max-width: 100%;
     margin: 0 auto;
	background:#454545;
	background-size: cover;
	background-position: 50% 50%; position:relative; font-family:arial; font-size:13px;
 }
 .w3ls-form form { max-width:1000px; margin:0 auto;}
 .w3ls-form  .close { float:right; position:absolute; right:30px; top:30px;}
 .w3ls-form  .close .fa:before { font-size:30px; color:#fff;}
 .w3ls-form  .w3l-last-grid1 { padding-bottom:15px;}
 .w3ls-form  .info {background:#fff; clear:both; padding:15px; display: table; font-size:14px; font-family:arial;}
 .w3ls-form  .info .fa-info-circle { float:left; width:32px;}
 .w3ls-form  .info .fa-info-circle:before { font-size:41px;}
 .w3ls-form  .info .inner { display:inline-block; padding:5px 10px; width:91%;}
.w3ls-form .last .w3l-div { width:100%; padding-right:0; margin-right:0;}
.w3ls-form .w3l-grid { width:100%; float:left;}
.w3ls-form .w3l-grid .w3l-div {width:100%;}
.w3ls-form .w3l-grid select.form-control, .w3ls-form .w3l-grid select.form-contro2, .w3ls-form .w3l-grid select.form-contro3 { width:97%;} 
.w3ls-form .w3l-grid1, .w3ls-form .w3l-grid2{
    float: left;
    width: 50%;
}
.w3ls-form .w3l-grid3 { width:33.3%; float:left;}
.w3ls-form i.fa-info-circle{
	width: 5%; margin-top:10px; float:left;
}
.w3ls-form label.text {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding:10px 0 0 0;
    color: #fff;
	font-family: 'PT Sans Caption', sans-serif;
	margin-bottom:0;
}
.w3ls-form  label.w3l-set {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding: 2px;
    color: #3ce0b4;
	cursor: pointer;
}
.w3ls-form  ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 1.5;
}
.w3ls-form  .w3ls-submit {
    text-align: left;
    margin: 10px 0 0;
}
.w3ls-form input[type="text"], .w3ls-form input[type="email"] {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 10px 0 !important;
    box-sizing: border-box;
    outline: none;
    border: none;
	width: 90%;
	font-family: 'arial';
    background: rgba(255, 255, 255, 0);
    color: #000;
}
.w3ls-form input[type="text"]::placeholder, .w3ls-form input[type="email"]::placeholder {
	color:#000;
}
.w3ls-form .cancel {}
.w3ls-form .fa { margin-right:5px; width:10px; float:left; margin-top: 10px;}
.w3ls-form  select.form-control, .w3ls-form select.form-contro2, .w3ls-form select.form-contro3{
    font-size: 14px;
	font-family:'arial';
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding:9px 0;
    width: 90%;
    box-sizing: border-box;
    outline: none;
    border: none;
    background: rgba(255, 255, 255, 0);
	color: #000;
}
.w3ls-form  option {
    background: #999;
    color: #fff;
}
.w3ls-form  .w3l-div, .w3ls-form .w3l-div1 {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 0 10px;
    margin: 10px 0;
    width: 96%;
    box-sizing: border-box;
    outline: none;
    border: none;
    border:1px solid #c3bdbd;
    background:#fff;
    color: #000;
}
.w3ls-form  .w3ls-submit input.submit, .w3ls-form  .w3ls-submit input.cancel {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    outline: none;
    border: none;
	cursor: pointer;
	color: #fff;
	background: #267295;
	font-family: 'PT Sans Caption', sans-serif;
}
 
html .w3ls-form .w3ls-submit input.cancel { background:#ccc; color:#000;}
 
 	body .w3ls-form  .textarea .txt { color:#000; font-size:16px; font-family:arial;}
/*--responsive--*/
@media(max-width:1920px){
	.w3ls-form  h1{
		padding: 30px 0 30px;
	}
	body {	
    padding-top: 70px;
	}
.w3ls-form footer{
		margin: 70px 0 0 0;
	}
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	.w3ls-form  h1 {
		padding: 10px 0 10px 0;
	}
	body{
		padding-top: 0px;
	}
	.w3ls-form  footer{
		  margin: 20px 0 20px 0;
	}
}
@media(max-width:1440px){
	
}
@media(max-width:1366px){
	.w3ls-form  footer {
		margin: 20px 0 20px 0;
	}
}
@media(max-width:1280px){
	.w3ls-form  h1{
		padding: 15px 0 15px 0;
	}
}
@media(max-width:1080px){
	.w3ls-form  h1{
		padding: 15px 0 15px 0;
	}
	.intl-tel-input input { width: 93%;} 
}
@media(max-width:1050px){
	.w3ls-form  h1{
		padding: 15px 0 15px 0;
	}
}
@media(max-width:1024px){
	
	
}
@media(max-width:991px){
	
}
@media(max-width:900px){
	.w3ls-form {
		width: 680px;
	}
}
@media(max-width:800px){
	.w3ls-form  h1{
		font-size: 45px;
	}
	.w3ls-form {
		width: 600px;
	}
}
@media(max-width:767px){
	body .w3ls-form { padding:2em;}
	body .w3ls-form .w3l-grid3  { width:100%;}
	body .w3ls-form  .w3l-grid3 .w3l-div, body .w3ls-form .w3l-grid3  .w3l-div1,  body .w3ls-form .w3l-grid1 .w3l-div, body .w3ls-form .w3l-grid1 .w3l-div1 { padding-right:0; width:100%;}
	html body .w3ls-form  .textarea .txt {  width:90%;}
}
@media(max-width:736px){
	.w3ls-form  i.fa {
		width: 5%;
		margin-right: 0px;
	}
}
@media(max-width:667px){
	.w3ls-form {
		width: 550px;
	}
	.w3ls-form  i.fa {
		width: 5%;
		margin-right: 2px;
	}
	.w3ls-form  input[type="text"], .w3ls-form  input[type="email"]{
		width: 92%;
	}
	.w3ls-form  select.form-control, .w3ls-form  select.form-contro2, .w3ls-form  select.form-contro3{
		width: 92%
	}
}
@media(max-width:640px){
	.w3ls-form  input[type="text"],.w3ls-form  input[type="email"] {
	  width: 92%;
	}
	.w3ls-form  select.form-control ,.w3ls-form  select.form-contro2, .w3ls-form  select.form-contro3{
		width: 92%;
	}
	.w3ls-form  footer{
		font-size: 14px;
	}
}
@media(max-width:600px){
	.w3ls-form  h1 {
		font-size: 40px;
	}
	.w3ls-form {
		width: 470px;
	}
	.w3ls-form  i.fa {
		width: 5%;
		margin-right: 4px;
	}
	select.form-control, select.form-contro2, select.form-contro3 {
		width: 90%;
	}
	.w3ls-form  input[type="text"], .w3ls-form  input[type="email"] {
		width: 90%;
	}
	.w3ls-form  footer {
		font-size: 13px;
	}
	.w3ls-form  footer a{
		font-size: 14px
	}
}
@media(max-width:568px){
	.w3ls-form  footar{
		font-size: 12px;
		letter-spacing: 0px;
	}
	.w3ls-form  footer a{
		font-size: 12px;
		letter-spacing: 0px;
	}
}
@media(max-width:480px){
	.w3ls-form  h1 {
		font-size: 30px;
	}
	.w3ls-form {
		width: 380px;
	}
	.w3ls-form  .w3l-grid1,  .w3ls-form .w3l-grid2 {
		float: left;
		width: 100%;
	}
	.w3ls-form footer a {
		font-size: 13px;
	}
	
}
@media(max-width:414px){
	.w3ls-form  h1 {
		font-size: 25px;
	}
	.w3ls-form {
		width: 320px;
	}
}
@media(max-width:384px){
.w3ls-form  h1 {
		font-size: 23px;
	}
	.w3ls-form {
		width: 290px;
	}
}
@media(max-width:768px){
	body .textarea .txt {
	width:96%;
	}
	.intl-tel-input input { width: 179px;}
}
@media(max-width:320px){
	.w3ls-form h1 {
		font-size: 19px;
	}
	.w3ls-form {
		width: 220px;
	}
	.w3ls-form {
		width: 230px;
	}
}
/*--/responsive--*/

.w3ls-form  .textarea {
	width:100%; float:left; margin-top:20px;
}
.w3ls-form  .textarea .txt { width:100%; background:#fff; min-height:200px; padding:15px; }
.w3ls-form  .attach { padding:10px; color:#fff; position:relative; clear:both; display:inline-block;}
.w3ls-form .attach .fa { margin-top:0; float:right;}
.w3ls-form  .attach a { display:inline-block; padding-right:10px; color:#fff;}
.w3ls-form  .attach a .fa { margin-left:5px;}
.w3ls-form  .attach a .fa:before {color:#009688;}
.w3ls-form  .attach .fileAttach { opacity:0; filter: opacity(0); width:138px; display:inline-block; cursor:pointer;}
.w3ls-form  .attach #fileattache { padding-top:0 !Important; margin-top:25px;}
.w3ls-form  .attach .over { position:absolute; left:0; top:0; padding:10px;}
.w3ls-form  .txt input { float:left;margin-right:7px; }
.w3ls-form  .txt { color:#fff; width:100%; float:left; padding:20px 0; }
.w3ls-form  .txt span { display:block; font-size:20px; color:#fff;}
html body.customtempv2.v3 .w3ls-form input[type="text"],  html body.customtempv2.v3 .w3ls-form select, html body.customtempv2.v3 .w3ls-form input[type="email"]  { border:0 !important;     height: auto;
     min-height: 36px; max-width:89%;}
 	 .w3ls-form .last .w3l-div .intl-tel-input input { border:0; min-height:36px;}
	 .w3ls-form .w3l-grid3.flagField .fa-phone { display:none;}
	  .w3ls-form .w3l-grid3.flagField .w3l-div { position:relative;}
	  .w3ls-form .w3l-grid3.flagField  #mobileErrorDiv {     position: absolute;
    margin-left: -5px;
    padding: 10px 0;}
	 body .intl-tel-input .flag-dropdown .country-list .country { width:100%;} 
   