@CHARSET "UTF-8";

/* Print */
@media print
{
   .DontPrintMe
   {
      	display: none;
   }
}

/* Global */
.fullWidth{
	width: 100%;
}


/* Manage Templates Info Section */
div.infoSection .ui-widget-content{
	min-height: 550px !important;
	padding: 20px;
	border: none;
}
div.infoSection .ui-state-active{
	background-color: #AFAFAF;
	border: none;
	cursor: not-allowed !important;
}
div.infoSection .ui-state-hover{
	cursor: move; 
}

/* Admin Backend */

div.whiteSection{
	width: 100%;
	padding: 20px 10px 20px 10px;
	margin: 20px 0px 20px 0px;
	background-color: #FFF;
	border: 1px solid #DEDEDE;
}
div.fullWidthSection{
	width: 100%;
	position: relative;
}
/* TEXT AND TITLES */
.dashboard_page_title{
}

/* MANAGE REVIEWS */
.rating {
    float:left;
    width:300px;
}
.rating span { float:right; position:relative; }
.rating span input {
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
}
.rating span label {
    display:inline-block;
    width:40px;
    height:40px;
    text-align:center;
   
    font-size:30px;
    background: url('/packages/tour_manager/files/stars-unchecked.png');
    background-repeat: none;
    background-position: center center;
    background-size: cover;
    margin-right:2px;
}
.rating span:hover ~ span label,
.rating span:hover label,
.rating span.checked label,
.rating span.checked ~ span label {
    background: url('/packages/tour_manager/files/stars-checked.png');
}
/* ADMIN NAV */

.logoOuter {
	z-index: 200; 
	width: 170px; 
	position: absolute; 
	background-color: #D03A3A;
	border-radius: 0;
	height: 100px;
}
.logoInner{
	background-image: url(http://efactivities.com/application/files/4716/0207/4673/Logo_small.png);
	background-size: contain;
	width: 100%;
	max-height: 80px;
	height: 100%;
	background-repeat: no-repeat; no-repeat;
	background-position: center center;
	
}
/* Tooltip on bNotes */
.hoverNote {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.hoverNote .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  position: absolute;
  z-index: 1;
}

.hoverNote:hover .tooltiptext {
  visibility: visible;
}

/* TOOLTIP IN TEMPLATE LIST*/
.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}

/* ADMIN NAV CSS */
.topnav {
  overflow: hidden;
  margin-top: 15px;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.tourIcons{
display: inline-block;
padding: 10px;
margin: 0 auto;
width: 25%;
font-weight: 700 !important;
}
/* 
.active {
  color: white;
}
 */

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  position: inherit !important;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/* 
Tour List admin backend
 */
 
 .compColor {
background-color: rgba(0, 177, 106, 0.5);
}
.otherColor {
background-color: #EFEFEF;
}
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover {
background-color: rgba(247, 202, 24, 0.4) !important;
}
th {
background-color: #FFF !important;
}
a.counter  {
color: #DEDEDE !important;
}
a.counterRed  {
color: #d33338 !important;
}
a.counter:hover  {
color: #25A6E1 !important;
}

/* Accordion */


#accordion .ui-state-active{
border: none !important;
color: #000;
}
#accordion .ui-state-default{
border: none !important;
color: #000;
background-color: #FFF !important;
}
#accordion .ui-widget-content{
border: none;
}
#accordion .ui-state-active i.fa-caret-down    {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#accordion i.fa-caret-down {
	color: #9F1211 !important;
	font-size: 15pt;
}

#accordion i { 
    -webkit-transition:all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
#accordion{
margin: 25px;
}

/* GENERAL ADMIN FORMS */
.btnAttr{
	width: 120px; 
	height: 40px; 
	margin: 5px; 
	padding: 5px; 
	background: #25A6E1;	
	color:#fff;
	font-size:17px;
	border-radius:0 !important;
	border:none !important;
	box-shadow:none !important;
}
btn.btnAttr{
margin-left: 10px;
display:inline-block;
text-align: center;
cursor: pointer;
padding: 7px;
}

.txtTinyAttr {
	width: 50px !important;
	margin: 5px !important;
}
.txtTinyAttrInline{
	width: 80px !important; 
	margin-left:10px !important; 
	margin-bottom:15px !important; 
	display: inline !important;
}
.txtShortAttr {
	width: 200px;
	margin: 5px;
}

.txtLongAttr{
	max-width: 400px;
	margin: 5px;
}
.txtExtraLongAttr{
	max-width: 600px;
	margin: 5px;
	width: 100%;
}

.txtAreaAttr{
	margin-left:10px; 
	margin-bottom:5px; 
	width:350px; 
	height:100px !important;
	white-space: pre-wrap;
}
.txtAreaFullAttr{
	margin: 10px;
	width: 100%;
	height:200px !important;
	white-space: pre-wrap;
}

.selectMultipleAttr{
	margin-left:10px; 
	margin-bottom:5px; 
	width:100%; 
	height:400px !important;
	white-space: pre-wrap;
}
.txtAreaSmallAttr{
	margin-left:10px; 
	margin-bottom:5px; 
	width:400px; 
	height:100px !important;
}

.formNote{
	color: #DEDEDE;
}

.smallText{
font-size: 9pt;
}

.ccm-input-date{
width: 150px !important;
}
.selLongAttr{
	background-color: #EFEFEF; 
	border-radius: 2px; 
	margin: 5px; 
	width: 400px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px;
	background: #fff url(/concrete/images/icons/select_arrow_down.svg) no-repeat right 10px top 10px;
	background-size: 20px 12px;

}

.selMedAttr{
	background-color: #EFEFEF !important; 
	border-radius: 2px; 
	margin: 5px !important; 
	width: 200px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px;
	background: #fff url(/concrete/images/icons/select_arrow_down.svg) no-repeat right 10px top 10px;
	background-size: 20px 12px;

}

.selSmallAttr{
	background-color: #EFEFEF; 
	border-radius: 2px; 
	width: 150px; 
	margin: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px;
	background: #fff url(/concrete/images/icons/select_arrow_down.svg) no-repeat right 10px top 10px;
	background-size: 20px 12px;
}


.translateAllBtn{
	padding: 2px;
	margin: 3px;
	text-align: center; 
	cursor: pointer;
	font-size: 9pt;
	width: 80px;
	height: 20px;
	background-color: #25A6E1;
	color: #FFF;
}

.translateLangBtn{
	color: #20bde8; 
	cursor: pointer;
	padding: 1px;
}
/* Admin Bookings List Page */
/* Tooltip container */
.hoverNote {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.hoverNote .tooltiptext {
  visibility: hidden;
 min-width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
.searchSmallAttr{
height: 34px;
border: 1px solid #ccc;
	background-color: #EFEFEF; 
	border-radius: 4px; 
	width: 150px !important; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px;
	background: #fff url(/concrete/images/icons/select_arrow_down.svg) no-repeat right 10px top 10px;
	background-size: 20px 12px;
	margin-right: 4px;
}

.searchTxtSmallAttr{
height: 34px;
border: 1px solid #ccc;
	background-color: #EFEFEF; 
	border-radius: 4px; 
	width: 150px !important; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px;
	background-size: 20px 12px;
	background-color: #FFF;
	margin-right: 4px;
}
/* boookings list admin search hiding  */

.bookingDateSingle{
	display: none;
}
.departureDateSingle{
	display: none;

}
.bookingDateRange{
	display: none;

}
.departureDateRange{
	display: none;

}

.bookingDateSingleActive{
	display: inline-block;
}
.departureDateSingleActive{
	display: inline-block;

}
.bookingDateRangeActive{
	display: inline-block;

}
.departureDateRangeActive{
	display: inline-block;

}
.btnAttrSearch{
	width: 120px;
	height: 40px;
	margin: 15px 0 0px 0;
	padding: 5px;
	background: #25A6E1;
	color: #fff;
	font-size: 17px;
	border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;

}

/* Show the tooltip text when you mouse over the tooltip container */
.hoverNote:hover .tooltiptext {
  visibility: visible;
}
#accordion .ui-state-default{
border: none;
background: none;
cursor: pointer;
color: #25A6E1;
}

#accordion .ui-widget-content{
padding: 10px;
}
.dueClass{
background-color: rgba(175, 32, 0, 0.2);
}
.invoicedClass {
background-color: rgba(0, 129, 155, 0.2);

}
.paidClass {
background-color: rgba(0, 155, 69, 0.2);

}
.dueCompClass{
background-color: rgba(175, 32, 0, 0.2);	
}
.invoicedCompClass {
background-color: rgba(0, 129, 155, 0.2);
}
.paidCompClass {
background-color: rgba(0, 155, 69, 0.2);
}

