.navbar {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	background-image: none;
	/*
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(20%, #eeeeee), to(#F69F48));
    background-image: -webkit-linear-gradient(#ffffff, #eeeeee 20%, #F69F48);
    background-image: -moz-linear-gradient(top, #ffffff, #eeeeee 20%, #F69F48);
    background-image: linear-gradient(#ffffff, #eeeeee 20%, #F69F48);
    background-repeat: no-repeat;
    border: 1px solid #d5d5d5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe4e4e4', GradientType=0);
	*/
}



.menuLine
{
	border-bottom: 2px solid #F69F48; 
	padding-bottom:15px;
}
body {
	margin: 0px;
    padding: 0px;
	font-size: 14px;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../scripts/bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('..scripts/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../scripts/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../scripts/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../scripts/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
pre 
{
    background-color: transparent;
	border:none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	padding:0px;
}
#content
{
	padding-left: 10px;
	padding-right : 10px;
	padding-top:15px;
	margin-right: 10px;
	margin-left: 10px;
	/*border-top: solid 2px #FCA604;*/
	border-bottom: none;
}
.alert {
    padding: 15px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.navbar 
{
   	/*background-image: url(/imagesForEps/images/banner/Paradise-beach-widescreen-hd-wallpaper3.jpg);	
    background-repeat: no-repeat;
	background-position: center; 
	*/
	margin-bottom: 0px;
	padding:0px;
}
	
.navbar-info {
	width: 100%;
	
}
.fixed-me{
	/*transition: all 1s ;*/
}

.fixed-me{
	background-color:#fff !important;
	position: fixed;
	top:0;
	z-index:888;
	width: 100%;
	border-bottom: 1px solid #FFFFFF !important;
	
}
.navbar a{
	font-weight: bold;
	font-size: 16px;
	color: #00848E;
}

.navbar a:hover{
    color: #FFFF;
	background-color:#00C1D5;
}

.header-right-menu{
 padding: 5px 15px !important;   
	
}
.site-logo{
	padding: 15px 20px !important; 
	margin: 15px 10px !important;
}
.navbar-me{
	/*transition: all 1s ;*/
	background-color: transparent;
	top: -5px;
	border: 0px !important;
	border-radius: 0px;
}
.navbar-collapse{
	text-align: center;
	border-top-width: 0px;
}


.menu-collapsed-button{
	margin: 20px 15px 10px 15px !important;
}

.navbar-brand {
    font-size: 16px;
    font-weight: bold;
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
}

.nav-stacked .nav-header {
    margin-bottom: 10px;
    font-size: 18px;
}

body#login {
    padding-bottom: 40px;
}

.navbar .brand:hover {
    color: #0099ff;
}

/* Fix for non-clickable dropdown nested menus on mobile browsers: APF-1384 */
.navbar .dropdown-backdrop {
	position: static;
}

/* Fix for dropdowns not working in IE: APF-1448 */
.navbar { 
    filter:none !important; 
}

#switchLocale {
    position: absolute;
    right: 10px;
}

h1{
    margin-bottom: 10px;
}

h2 {
    margin-bottom: 10px;
	//color: #E56A54;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;	
	background-color:#2bc8d8;
	font-weight:bold;
	margin-left:-20px;
	margin-right:-20px;
	text-align: center;
}

#content {
    padding-bottom: 0px;
}

.row h2 {
    margin-top: 0;
}

/* FORMS */

ul.feedbackPanel {
    list-style: none;
    padding-left: 10px;
}

.controls.readonly {
    padding-top: 5px;
}

.well.form-horizontal .form-group {
    margin-bottom: 0;
}

.btn-group {
    margin-bottom: 10px;
}

.btn-group .btn, .form-group .btn {
    margin-left: 5px;
}

#search {
    float: right;
    margin-top: -40px;
    width: 250px;
}

#search input[type="text"] {
    display: inline-block;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
    margin-left: 20px;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#login p {
    text-align: center
}

/* When using Wicket tag id can be overridden - using class here seems to more universal */
.login p {
    text-align: center
}

/* TABLES */

th.sorted a, th.sortable a {
    display: block;
}

.table th.order1 a {
    background-image: url(../images/arrow_down.png);
}

.table th.order2 a {
    background-image: url(../images/arrow_up.png);
}

.table th.sorted a, .table th.sortable a {
    background-position: right;
    background-repeat: no-repeat;
    display: block;
}

div.exportlinks a {
    text-decoration: none;
}

div.exportlinks span {
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

span.csv {
    background-image: url(../images/ico_file_csv.png);
}

span.excel {
    background-image: url(../images/ico_file_excel.png);
}

span.pdf {
    background-image: url(../images/ico_file_pdf.png);
}

span.xml {
    background-image: url(../images/ico_file_xml.png);
}

span.export {
    cursor: pointer;
    display: inline-block;
    padding: 0 4px 1px 20px;
}

span.pagebanner {
    display: block;
    margin: 0 0 0 10px;
    padding: 2px 4px 2px 0;
}

span.pagelinks {
    display: block;
    font-size: .95em;
    margin-bottom: 5px;
    margin-top: -18px;
    padding: 2px 0 2px 0;
    text-align: right;
    width: 80%;
}

/* Set the fixed height of the footer here */
#footer {
    background-color: #f5f5f5;
}

/* FOOTER */
#footer {
    clear: both;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    border-top: 4px solid #f0f0f0;
    text-align: center;
    background-color: white;
    color: #808080;
    font-size: 0.9em;
}

#footer a {
    color: #808080;
    text-decoration: none;
    margin-left: 5px;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p {
    margin: 0;
}

/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {

}

/* Desktop
------------------------- */
@media (max-width: 980px) {

}

/* Tablet to desktop
------------------------- */

/* Tablet
------------------------- */
@media (max-width: 767px) {

}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {

    #search {
        float: none;
        margin-top: 0;
    }
}

/* Wicket */
.table thead tr th.wicket_orderDown a {
    background-image: url(../images/arrow_down.png) !important;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    /*padding-right: 15px;*/
}

.table thead tr th.wicket_orderUp a {
    background-image: url(../images/arrow_up.png) !important;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}

/* Fix for Bootstrap theme errors in PrimeFaces: http://forum.primefaces.org/viewtopic.php?f=9&t=19250&start=10 */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    background: url("") repeat-x scroll 50% 50% #CD0A0A;
    border: 1px solid #CD0A0A;
    color: #FFFFFF;
}

.gap-right {
  margin-right: 20px; 
}

.gap-top {
  margin-top: 10px; 
}

.gap-bottom {
  margin-bottom: 5px; 
}
.rcorners 
{
    border-radius: 5px;
    border: 2px solid #2DA3A8;
    padding: 20px;
    margin-bottom: 20px;
	
}
.rcornersYellow
{
    border-radius: 5px;
    border: 2px solid #ffff99;
    padding: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
	margin-left: 0px;
}	
.rcornersOrange 
{
    border-radius: 5px;
    border: 2px solid #FCA604;
    padding: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
	margin-left: 0px;
	
}	 	

.rcornersGreenFluo
{
    border-radius: 5px;
    border: 2px solid #C4D600;
    padding: 20px;
    margin-bottom: 20px;
	
}
.rcornersBlue 
{
    border-radius: 5px;
    border: 2px solid #00C1D5;
    padding: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
	margin-left: 0px;
	
}

.labelSection
{
    padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
	margin-right: -20px;
	background-color: #9adfe5;	
    font-weight: bold;	
    color: #207679;
	text-align:center;
}
.labelSectionYellow
{
    padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
	margin-right: -20px;
	background-color: #ffff99;	
    font-weight: normal;	
    color: #c8371e;
	text-align:center;
}
.labelSectionOrange
{
	padding-left: 20px;
    padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
	margin-right: -20px;
	
    font-weight: bold;	
    color: #c8371e;
	text-align:left;
}
.rcornersGreen
{
    border-radius: 5px;
    border: 2px solid #00848E;;
    padding: 20px;
    margin-bottom: 20px;
	
}
.labelSectionGreen
{
    padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
	margin-right: -20px;
    font-weight: normal;	
    color: #005c66;;
	text-align:center;
}
.labelSectionGreenFluo
{
    padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
	margin-right: -20px;
	background-color: #C4D600;	
    font-weight: normal;	
    color: #c8371e;
	text-align:center;
}
.labelSectionBlue
{
    padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -20px;
	margin-right: -20px;
	background-color: #00C1D5;	
    font-weight: normal;	
    color: #c8371e;
	text-align:center;
}

.tableroomDetails > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 10px;
	border-top:0px;
}

.dropdown-menu
{
    font-size: 14px !important;
}
.dropdown-menu > li > a
{    
	color: #777777;
}
.dropdown-toggle
{	padding-left:10px;
	padding-right:10px;
}


.dropdown-menu > li > a:hover
{    
	color: #FFFFF;
	background-color: #00C1D5;
	font-weight:normal;
}
.form-control {
   font-size: 14px !important;
}

.list-inline > li.active > a 
{
	color: #E56A54;
	
}

.list-inline > li > a, li.active > a 
{	
	padding-left:10px;
	padding-right:10px;

}

.list-inline > li > a:hover 
{
	text-decoration: none;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.dropdown:hover>.dropdown-menu {
    display:block;
}
.dropdown-menu {
   
    top: 10;
    left: 0;
    padding: 0;
    margin: 0;
}
.btn
{
	font-size: 16px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:8px;
	border-style: inset;
	/*border-radius: 10px;
	font-weight: bold;
	*/
}

.btn-login {
    color: #fff;
    background-color: #FD8203;
	border-style: outset;
    border-color: #FFF;
	background-image: linear-gradient(#E56A54, #FD8203 50%, #D9371D);
}
.btn-login:hover {
    color: #fff;
    background-color: #00C1D5;
    border-color: #FFF;
	background-image: linear-gradient(#76D3DC, #00C1D5 50%, #00C1D5);
}
.btn-primary, .btn-default {
    color: #fff;
    background-color: #00C1D5;
    border-color: #FFF;
	background-image: linear-gradient(#76D3DC, #00C1D5 50%, #00C1D5);
}
.btn-primary:hover, .btn-default:hover {
    color: #fff;
    background-color: #FD8203;
	border-style: outset;
    border-color: #FFF;
	background-image: linear-gradient(#E56A54, #FD8203 50%, #D9371D);
}
.btn-info{
    color: #fff;
    background-color: #00C1D5;
    border-color: #FFF;
	background-image: linear-gradient(#E56A54, #FD8203 50%, #D9371D);
}
.btn-info:hover{
    color: #fff;
    background-color: #FD8203;
	border-style: outset;
    border-color: #FFF;
	background-image: linear-gradient(#76D3DC, #00C1D5 50%, #00C1D5);
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #FFFF;	
	min-width:150px;
}

.btn-primaryOnWhite, .btn-infoOnWhite{
    color: #fff;
    background-color: #2DA3A8;
    border-color: #76D3DC;
	background-image: linear-gradient(#2DA3A8, #2DA3A8 50%, #2DA3A8);
	/*font-weight: bold;*/
}
.btn-primaryOnWhite:hover, .btn-infoOnWhite:hover{
    color: #fff;
    background-color: #EB5D48;
    border-color: #E56A54;
	background-image: linear-gradient(#E56A54, #EB5D48 50%, #D9371D);
}
.btn-primaryOnBlue{
    color: #fff;
    background-color: #006569;
	border-color: #006569;
	background-image: linear-gradient(#006569 , #006569 50%, #006569);
}
.btn-primaryOnBlue:hover{
      color: #fff;
    background-color: #EB5D48;
    border-color: #76D3DC;
	background-image: linear-gradient(#E56A54, #EB5D48 50%, #D9371D);
}
.btn-primaryOnGreen, .btn-infoOnGreen{
    color: #fff;
    background-color: #2DA3A8;
    border-color: #76D3DC;
	background-image: linear-gradient(#2DA3A8, #2DA3A8 50%, #2DA3A8);
	/*font-weight: bold;*/
}
.btn-primaryOnGreen:hover, .btn-infoOnGreen:hover{
    color: #fff;
    background-color: #EB5D48;
    border-color: #76D3DC;
	background-image: linear-gradient(#E56A54, #EB5D48 50%, #D9371D);
	/*font-weight: bold;*/
}

.btn-deleteOnWhite{
    color: #fff;
    background-color: #EB5D48;
    border-color: #EB5D48;
	background-image: linear-gradient(#E56A54, #EB5D48 50%, #D9371D);
	/*font-weight: bold;*/
}

.btn-deleteOnWhite:hover{
    color: #fff;
    background-color: #2DA3A8;
    border-color: #76D3DC;
	background-image: linear-gradient(#2DA3A8, #2DA3A8 50%, #2DA3A8);
	/*font-weight: bold;*/
}

.nav > li > a {
    text-decoration: none;
    background-color: #eeeeee;
	color: #E56A54;
	font-weight:bold;
}
.nav > li > a:hover {
    text-decoration: none;
    background-color: #FFA500;
	font-weight:bold;
	color: #eeeeee;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #FFA500;
	font-weight:bold;
}
a:hover {
    color: #EB5D48;
}
a
{
    color: #00C1D5;
}

.table-info, .table-info > th, .table-info > td {
    background-color: #76D3DC;
}
.dropdown > a:hover
{
    color: #E56A54;
    background-color: transparent;
}
.list-inline > li > a:hover, .list-inline > li.active > a:hover, a.active {
    color: #E56A54;
    background-color: transparent;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #EB5D48;
    background-color: transparent;
}
.input-group-addon, .input-group-btn 
{
    width: 30px;
}
.well 
{
	padding: 20px;
	margin-bottom: 70px;
	border: 2px solid #2DA3A8;
	color:#00C1D5;
}
.wellSearch
{
	padding: 20px;
	margin-bottom: 20px;
	color: #005c66;
	background-color: #00C1D5;
	border: 2px solid #2DA3A8;
	border-radius: 5px;
}
.wellSearchReservation
{
	padding: 20px;
	margin-bottom: 20px;
	color: #ffff;
	background-color: #2da3a8;
	border: 2px solid #2da3a8;
	border-radius: 5px;
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
}
.input-group-addon {    
    font-size: 12px;
}
.glyphicon {
    padding-right: 5px;
}
.glyphiconPerson {
    padding-right: 0px;
    color: #E56A54;
}

.hr_line
{
	border-top: 1px solid #9adfe5;
}
.hr_lineOrange
{
	border-top: 5px solid #FCA604;
}
h5 {
    margin-bottom: 10px;
	color: #E56A54;
	font-size: 4rem;
}
h3, .h3
{
	
}
h4, .h4 {
	color: #2DA3A8;
	font-weight: bold;
}
.carousel-control.left{
    background-image: -webkit-linear-gradient(left, rgba(0,179,152,0.3) 0, rgba(0,179,152,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,179,152,0.3) 0, rgba(0,179,152,0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,179,152,0.3)), to(rgba(0,179,152,0.0001)));
    background-image: linear-gradient(to right, rgba(0,179,152,0.3) 0, rgba(0,179,152,0.0001) 100%);
	
}
.carousel-control.right{
    background-image: -webkit-linear-gradient(left, rgba(0,179,152,0.0001) 0, rgba(0,179,152,0.3) 100%);
    background-image: -o-linear-gradient(left, rgba(0,179,152,0.0001) 0, rgba(0,179,152,0.3) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,179,152,0.0001)), to(rgba(0,179,152,0.3)));
    background-image: linear-gradient(to right, rgba(0,179,152,0.0001) 0, rgba(0,179,152,0.3) 100%);
}
.carousel-indicators .active
{
    width: 12px;
    height: 12px;
	background-color: #00B398;
}
.carousel-indicators {
    bottom: -35px;
}
.carousel-indicators li {    
    width: 10px;
    height: 10px;   
    border: 1px solid #00B398;
    border-radius: 20px;
}

.selectpickerNowrap
{
	flex-flow: row nowrap;
}
.odd{
   /* background-color: #FFFF;*/
}
.even{
   /* background-color: #FFFF;/#00cfe6;*/
}
.table-hover>tbody>tr:hover
{
	background-color: #00B398;
	color: #FFFF;
}
.table > thead > tr > th 
{   
	/*background-color:#00cfe6;
	color: #00B398;
	*/
	background-image: linear-gradient(#76D3DC, #00C1D5 50%, #00C1D5);
	color: #207679;
}


div.grd_Cont {
    /*background: #2DA3A8;
    border: 1px solid #99BBE8;
	*/
}
div.grd_tblCont table th, div.grd_headTblCont table th, div.grd_headTblCont table td {
    /*background: #2DA3A8;*/
    
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 42% !important;
    right: 8px !important;
}
.totalDiv
{
	background-color: #00C1D5;
	color: #FFFF;
	font-size:14px !important;
}

.blink {
  animation-duration: 800ms;    /*blinking speed decreases and increase */
  animation-name: tgle;
  animation-iteration-count: infinite;
}

.linkStyle
{
	color:#00C1D5 !important;
}
.linkStyle:hover {
    color: #EB5D48 !important;
    text-decoration: underline !important;
}

@keyframes tgle {
  0% {
    opacity: 0;
  }

  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }

  99.99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
}


#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.rightAlign
{
	text-align : right;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img 
{
	height: 245px;
}
.animateIconLink
{
	padding-left:0px !important;
	padding-right:0px !important;
}
.animateIcon
{
	padding-left:20px !important;
	padding-right:20px !important;
	padding-top:15px;
	text-align: center;
}

.animateIcon:hover
{
	transform: scale(1.3);/* rotateY(360deg);*/
	transition-duration: 0.2s;
	/*transform:rotateY(360deg);	
	transform-style: preserve-3d;
	*/
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #00C1D5 ;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  cursor: pointer;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.hovereffect11 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

.hovereffect11 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect11 img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect11 h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
}

.hovereffect11 .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}

.hovereffect11 a, .hovereffect11 p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect11:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect11:hover .overlay:before,
.hovereffect11:hover a, .hovereffect11:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


[data-id="epsQuoteClientCategory"], [data-id="transferType"], [data-id="hotelListFrom"], [data-id="hotelListTo"], [data-id="hotelListTo"], [data-id="epsQuoteForm_epsQuote_clientCategory"]
{
	background-color: #FFF !important;
	background-image: none;
	color: #00848E !important;
	font-size: 14px !important;
}

[data-id="selectedIdAgencyList"]
{
	background-color: #E6E6E6  !important;
	background-image: none;
	color: #00848E !important;
	font-size: 14px !important;
}

[data-id="idHotel"]
{
	background-color: #E6E6E6  !important;
	background-image: none;
	color: #00848E !important;
	font-size: 14px !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option
{
	color: #00848E !important;
	font-size: 14px !important;	
}
.nav-pills > li > a {
    border-radius: 5px 5px 0px 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #E5E5E5;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #FFFFFF;
}

.table-hover tbody tr:hover {
  background-color: #00B398;
	color: #FFFF;
}


.centered 
{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #FFF;//#FFA500;//#FFF;
	font-weight:bold;
	font-size:16px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:5px;
	padding-top:5px;
	//background-color: #00C1D5;//#FFF;//#006A72;
	//opacity: .1;
	
	//background-color: rgba(0, 193, 213, 0.50);
}

.serviceTitle
{
	font-weight:bold;
	font-size:16px;
	color: #FFF;
	background-color: #00C1D5;
	//margin-bottom:-4px;
	text-align:center;
}

.searchTitle
{
	font-weight:bold;
	font-size:16px;
	color: #FFF;
	text-align:center;
}


@media print 
	{
		.table > thead > tr > th
		{

			background-image: linear-gradient(#76D3DC, #00C1D5 50%, #00C1D5) !important;
			color: #207679 !important;
		}
	}
	
.modal-dialog 
{
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  align-items: center;
  max-width: 90%;
  left: 5%;
  top:25%;
  font-size:12px;
}

.modal-dialog-info 
{
  width: 50% !important;
  max-width: 48% !important;
  left: 35%;
}

.modal-content 
{
  margin: 0 auto;
}
.modal-header 
{
    padding: 5px;
    padding-right: 5px;
    border-bottom: 0px ;
}
.modal-footer 
{
    padding: 5px;
	margin: 0px;
    border-top: 0px;
    text-align: center;
	display: block;
}