
/*#B7B09C Previously:#B9AB97*/
/*#5E514D Previously:#725B4D*/
/*#03FCFC Turquoise*/
html, body { margin: 0; padding: 0; color:#5E514D;}

.layer1_class { position: absolute; z-index: 1; top: 100px; left: 40%; visibility: visible; }

.layer2_class { position: absolute; z-index: 2; top: 30px; left: 0px; visibility: hidden }


@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-moz-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-ms-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-o-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

input[type=number] {text-align: right;}

td
{
    font-family: arial;
    color: #333;
    font-size: 14px;
}

textarea
{
    font-family:arial;
}

a 
{
    color:#5E514D;  

}
a:visited
{
    color:#5E514D;

}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

.input-warning
{
    color:Red;   
}

sup
{
    line-height:0;
    font-size:0.83em;
    vertical-align:super;
}

div.frame-header
{
    width:100%;
    border-top: 1px solid #5E514D;
}


div#overlay {
    /*background-color: rgba(1, 1, 1, 0.2);*/
    /*background: radial-gradient(white,silver);*/
    background:radial-gradient(rgba(255,255,255,1) 30%, rgba(94,81,77,0.7)); 
    opacity:0.8;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index:1000000;
}

div#angelfish_spinner {
    width:348px;
    height:261px;
    background-image: url('../images/angelfish-sphere-bg_transparent.gif');
    background-repeat:no-repeat;
    left: 50%;
    position: fixed;
    top: 50%;
    bottom: 0;
    right:0;
    transform: translate(-50%, -50%);
    z-index:1000001;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.fadedbutton
{
    opacity: 0.4;
}

div.clear{
    clear:both;
}

div.login-container
{
	width:100%;
	margin:0 0 200px 0;
	padding:20px 0 0 0;
}

 table.loginpanel
 {
     clear:both;
     border:5px solid #B7B09C;
     margin:0 auto;
     width:450px;
     /*margin:50px 0 50px 275px;*/
     -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius: 10px;
 }
 
  table.loginpanel label
  {
      font-size:18px;}

.context-link
{
    width:200px;
    position:absolute;
    top:40px;
    right:20px;
}

div.context-container{
    display:flex;
    flex-direction:column;
}

div.context-row{
    display:flex;
}

div.context-row-label{
    width:40%;
    text-align:right;
    margin:5px 5px 0 0;
    font-size:16px;
}

div.context-row-value{
    width:55%;
    color:blue;
    margin:3px 0 0 0;
    font-size:20px;
}

img.edit-control{
    height:24px; 
    cursor:pointer;
}

img.del-control{
    height:22px; 
    cursor:pointer;
}
.small
{
    font-size: 10px;   
}

.highlight-red{
    color:Red;
    font-weight:bold;
}

div.form-input-row
{
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	overflow:hidden;
	gap:5px;
}

div.form-input-label
{
	padding:5px;	
	font-size:14px;
	font-weight:600;
	color:#555;
	min-width:90px;
}


div.form-input-content
{
	padding:5px;
	color:#333;
	font-size:14px;
}

div.form-input-control
{
	padding:10px;
	cursor:pointer;
	display:flex;
	justify-content:right;
}

div.form-icon-control
{
	padding:10px 5px 10px 0;
	cursor:pointer;
}

div.form-view-control
{
    position:absolute;
    top:40px;
    right:5px;

	
}
div.form-view-control:hover
{

}


.main-title
{
	background-color:white;
	padding:10px;
	margin-top:40px;
	font-family:garamond; 
	font-size:24px; 
	font-weight:bold;
	color:#5E514D;
	text-align:center;
	width:100%;
}

.loginbackground {
  /*background-image: url("../images/Drift-Aerial-Stovell-1280.jpg");*/
  position:relative;
	margin:0 auto;
	text-align:center;
  background-repeat: repeat;
  -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:none;
  
}
.pagebody {
    background-color: #B7B09C;
}

h1
{
    color: #5E514D;
    font-weight: bold;
    font-size: 18px;
}

label 
{
    color: #5E514D;
}

.alignr
{
    text-align:right;
}

.username 
{
    position:absolute;
    z-index:1000;
    top:2px;
    right:20px;
    font-size:18px;
    width:150px;
    overflow:hidden;
    font-weight:bold;
    text-align:right;
}

.btn-container{
    display:flex; 
    justify-content: center; 
    padding:10px 0 10px 0;
    cursor:pointer;
}

.btn
{
	font-family:verdana,arial;
	padding: 5px;
	margin:5px;
	border:1px solid #ddd;
	font-size:14px!important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: #FFFFFF url(/images/button_bg.png) bottom left;  
	color:#666666;  
	cursor:pointer;
}

.disabled_btn
    {
        color:#aca899;
        background-color:#efefef;
        border:solid 1px #c0c0c0;
        padding: 5px;
        margin:5px;
	    border:1px solid #ddd;
	    font-size:14px!important;
	    -moz-border-radius:5px;
	    -webkit-border-radius:5px;
	    border-radius:5px;
    }
    
.control-link
{
	color: #5E514D;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    text-align:center;
    padding: 4px 10px;
    border: 1px solid #5E514D;
    border-radius: 3px;
    transition: all 0.2s;
}

.control-link:hover
{
	background-color: #5E514D;
    color: white;
    cursor:pointer;
}



.toutline {  
    border: 1px solid #5E514D;
    border-radius: 5px;
    overflow:hidden;
    background:white;
}

.toutline-dark {  
    border: 1px solid #5E514D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    overflow:hidden;
    background:white;
}

div.crs-report-fixed-container{
    position:fixed;
    height:auto;
    width:100%;
}

div.crs-report-heading-container{
    position:relative;
    width:100%
}

div.crs-report-heading{
    position:absolute;
    top:30px;
    left:0;
    right:0; 
    margin:auto;
    width:100%
}

div.crs-report-filters-row{
    width:100%;
    display:flex;
    justify-content:space-evenly;
}

div.crs-report-search{
    width:200px;
    display:flex;
    justify-content:left;
}

.crs-report-search-btn input{
    margin:3px 0px 0px 5px;
}

div.crs-report-selector{
    text-align:left;
    height:40px;
}

div.crs-report-selector-center{
    text-align:center;
    height:40px;
}

div.crs-report-control-link-container{
    text-align:center;
    margin:0 auto;
    height:30px;
}

div.crs-fixed-table-container{
    position:absolute;
    top:180px;
    left:0;
    right:0; 
    margin:auto;
}

div.report-panel-container{
    margin:10px;
    padding:10px;
    border-radius:10px;
    border:2px solid #B7B09C;
}

div.report-panel-label{
    width:50%;
    padding:0 10px 0 10px;
    text-align:right;
}

div.report-panel-value{
    width:50%;
    padding:0 10px 0 10px;
    text-align:left;
}

div.report-panel-value-numeric{
    width:120px;
    padding:0 10px 0 10px;
    text-align:right;
    border:1px solid #B7B09C;
}

div.report-panel-table-vat{
    display:flex;
    flex-wrap:wrap;
    margin:20px 0 0 0;
}


table.crs-table{
    display: table;
    margin:0 auto;
    table-layout: fixed
}

table.crs-table thead, table.crs-table tbody {
        display:block;
    }
    
table.crs-table tbody {
    overflow: auto;
    height: 500px;
}

table.crs-table tr {
    width: 100%;
    display: table;
    text-align: left;
}

table.crs-table th, table.crs-table td {
    width:150px;
    padding:5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.angelfishcolor {
    color: #5E514D;
}
.angelfishcolor a
{
color:#5E514D;
}
.angelfishcolor a:visited
{
color:#5E514D;
}
.angelfishreverse {
    color: white;
    background-color:#5E514D;
}
.angelfishreverse a
{
color:white;
}
.angelfishreverse a:visited
{
color:white;
}
.angelfishlightback
{
    background-color:#B7B09C;
}
.listheading 
{  
	color:white;
	font-size:10px;
	background-color: #5E514D;
}	

.listresults 
{  
	color:purple;
	font-size:10px;
}	

.lefthdr 
{  
	color:white;
	font-size:10px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}	

.wizard td
{
	height:30px;
}

.righthdr 
{   
	color:white;
	font-size:10px;
	border-bottom: 1px solid white;
}	

div.align-center
{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.lefttop 
{  
	border-bottom: 1px dotted #B7B09C;
	border-right: 1px dotted #B7B09C;
	border-top-left-radius:7px;
	height:30px;
}	

.middletop 
{  
	border-bottom: 1px dotted #B7B09C;
	border-right: 1px dotted #B7B09C;
	height:30px;
}	

.righttop 
{  
	border-bottom: 1px dotted #B7B09C;
	text-align:left;
	border-top-right-radius:7px;
	height:30px;
}	

.leftmiddle 
{  
	border-bottom: 1px dotted #B7B09C;
	border-right: 1px dotted #B7B09C;
	height:30px;
}	

.middlemiddle 
{  
	border-bottom: 1px dotted #B7B09C;
	border-right: 1px dotted #B7B09C;
	background-color:White;
	height:30px;
	
}	

.middlebottom 
{  
	border-right: 1px dotted #B7B09C;
	background-color:White;
	height:30px;
}	


.leftbottom
{  
	border-right: 1px dotted #B7B09C;
	border-bottom-left-radius:7px;
	height:30px;
}	


.rightmiddle 
{   
	border-bottom: 1px dotted #B7B09C;
	text-align:left;
	height:30px;
}	

.rightborder
{
     border-right:1px dotted #B7B09C;
}

.rightbottom 
{  
	border-bottom-right-radius:7px;
	height:30px;
}	

.delete
{
	max-width:50px;
	
}

div.delete-control
{
    width:50px;
    cursor:pointer;
    height:30px;
    padding-top:3px;
}

div.bottom-border
{
	width:100%;
	border-bottom:1px dotted #B7B09C;
}

.psx 
{  
	text-align:center;
	width:30px;
	font-size: 12px;
	color:purple;
	background-color:white;
}
.psz
{  
	text-align:left;
	width:450px;
	font-size: 12px;
	color:purple;
	background-color:white;	

}	
.todo 
{
    color:#333;
    background-color:#ffefef;
    border:1px solid #333;
    text-align:center;
    border-radius: 3px;
    padding:2px;
    margin:2px;
}	

.alert 
{
    color:white;
    background-color:red;
    border:2px solid lightblue;
    text-align:center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:2px;
    margin:2px;
}




.options-datepicker{
    margin:1px;
    font-size:14px; 
    width:120px;
    color:purple;
    padding:3px;
    text-align:center;
}

.options-prompt
{
    padding:5px;
    font-size:14px; 
    color:gray;
    padding:3px; 
    margin:1px;
}

.options-disabled
{
    margin:1px;
    font-size:14px; 
    color:purple;
    padding:3px; 
    background-color: #eeeeee;
    
}

.options-numeric-disabled
{
    margin:1px;
    font-size:14px; 
    color:purple;
    padding:3px;
    text-align:right;
    background-color: #cccccc;
}

.dbaseoptions
{
    font-size:14px; 
    color:red;
}
.picker {
    font-family:verdana,arial; 
    font-size:14px; 
    color:purple;
}
.rowbreak 
{
    border-left:none;
    border-right:none;
    border-bottom:1px solid white;
    font-size:6px;
}
.darkheader 
{  
	font-family:verdana,arial; 
	color:white;
	background-color:#5E514D;
	font-size:12px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	font-weight:bold;
	padding:4px;
}	

.darkheader-unpublished 
{  
	font-family:verdana,arial; 
	color:white;
	background-color:pink;
	font-size:12px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	font-weight:bold;
	padding:4px;
}

.yes 
{  
	font-family:verdana,arial; 
	color:white;
	background-color:green;
	font-size:12px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
    font-weight:bold;
	padding:4px;
}

.no
{  
	font-family:verdana,arial; 
	color:white;
	background-color:red;
	font-size:12px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
    font-weight:bold;
	padding:4px;
}

.later 
{  
	font-family:verdana,arial; 
	color:white;
	background-color:orange;
	font-size:12px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
    font-weight:bold;
	padding:4px;
}

.altheader 
{  
	font-family:verdana,arial; 
	color:white;
	background-color:green;
	font-size:12px;
	font-weight:bold;
	border-bottom: 1px solid white;
	border-right: 1px solid white;

}
.angelfishlight {
    color: #B7B09C;
}

.lightborder 
{
    border:1px solid #B7B09C;
}

.darkborder{
    border: 1px solid #5E514D;
}


.darkrec
{
    color:#5E514D;
    background-color:#f4ede5;
}

span.darkrec
{
    color:#5E514D;
    background-color:#f4ede5;
}

.darkrec a
{
color:#5E514D;
}

.darkrec a:visited
{
color:#5E514D;
}

tr.darkrec
{
    color:#5E514D;
    background-color:#f4ede5;
}


td.darkrec
{
    color:#5E514D;
    background-color:#f4ede5;
}

tr.report-filter-row
{
	background-color:#DDDDDD;
}

.overdue, tr.overdue, td.overdue
{
    color:White;
    background-color:#FC6F6F;
}

.overdue a
{
color:white;
}
.overdue a:visited
{
color:white;
}
span.overdue, span.today, span.soon
{
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.today{
    color:White;
    background-color:Orange;
}

.soon
{
    color:#5E514D;
    background-color: #FFFFE0;
}
.soon a
{
color:#5E514D;
}
.soon a:visited
{
color:#5E514D;
}


.attention
{
    color:white;
    background-color: blue;
}
.attention a
{
color:#5E514D;
}
.attention a:visited
{
color:#5E514D;
}


.valid
{
    /*color:purple;*/
    background-color: #90EE90;
}
.valid a
{
/*color:purple;*/
}
.valid a:visited
{
/*color:purple;*/
}
.valid a:hover, .valid:hover, .soon a:hover, .soon:hover
{
    color:White;}


.pending
{
    color:#5E514D;
    background-color: lightblue;
}
td.pending, tr.pending
{
    color:#5E514D;
}
.pending a
{
    color:#5E514D;
}
.pending a:visited
{
    color:#5E514D;
}

.invalid
{
    /*color:purple;*/
    background-color: #FFC0CB;
}

.invalid a
{
    /*color:purple;*/
}
.invalid a:visited
{
    /*color:purple;*/
}

.expired
{
    color:#333333;
    background-color: #cccccc;
}
.expired a
{
    color:#333333;
    background-color: #cccccc;
}

.expired a:visited
{
    color:#333333;
    background-color: #cccccc;
}

.complete
{
    color:#5E514D;
    background-color: white;
}

.complete a
{
    color:#5E514D;
}
.complete a:visited
{
    color:#5E514D;
}

.resort-notes-container{
    padding:5px;
}



.package-resort-pricing-container{
    overflow:auto;
}

.package-resort-pricing-row
{
    clear:both;
    overflow-x:auto;
}

.package-resort-pricing-cell
{
    height:auto;
    float:left;
    text-align:center;
    padding:2px;
    font-size:12px;
}

.package-resort-pricing-row-festive
{
    clear:both;
    overflow-x:auto;
    background-image: url("/images/festive-fireworks.gif");
    color:White;
    font-weight:bold;
}

.package-resort-room-specials-section{
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
}

.package-resort-room-specials-container{
    overflow:hidden;
    width:250px;
    display:flex;
    flex-direction:column;
}

.package-resort-room-special-selector{
    float:left;
    width:250px;
    height:auto;
    margin:0 5px 5px 0;
}

.package-resort-room-specials-summary{
    margin: 5px 0 0 20px;
}

.reservation-container-incomplete
{
	border:4px solid lightblue;
	background-color:#ffefef;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px;
	margin:10px 10px 0 10px;
	overflow:hidden;
	display:flex;
}

.reservation-container-complete
{
	background-color:white;
	border:4px solid lightgreen;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:10px;
	margin:10px 10px 0 10px;
	overflow:hidden;
	display:flex;	
}

.reservation-resort-header{
    position:relative;
}

.reservation-resort-header-controls{
    position:absolute;
    top:0;
    right:0;
    display: flex;
}







.roomtypes-menu-container
{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    width:100%;
    height:40px;
}

.roomtypes-menu-item
{
    width:200px;
    text-align:center;
}

.roomtype-img-container{
    display:flex;
    flex-wrap:wrap;
    justify-content: left;
}

div.roomtype-img-container div{
    width:140px;
    max-height:80px;
    overflow:hidden;
}

.pax-count
{
	text-align:center;
	border:1px solid #B7B09C;
	background-color:white;
	color:purple;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px 0 10px;
    margin:5px;
    font-size:16px;
    font-weight:bold;
}

.option-selector
{
	text-align:center;
	border:3px solid #5E514D;
	background-color:#B7B09C;
	color:White;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:5px;
    margin:5px;
    min-width:250px;
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
}

.option-selector:hover
{
	text-align:center;
	border:3px solid #5E514D;
	background-color:white;
	color:#B7B09C;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:5px;
    margin:5px;
    font-weight:bold;

    cursor:pointer;
}

div.enquiry-dashboard-controls-container{
    clear:both;
    width:100%;
    text-align:center;
    display: flex;
    justify-content: space-between; 
}

div.enquiry-dashboard-controls-left{
    width:100px;
    margin:0 10px 0 20px;
}

div.enquiry-dashboard-controls-center{
    display:inline-block;
}

div.enquiry-dashboard-controls-right{
    width:100px;
    margin:0 20px 10px 10px;
}

.enquiry-requirements-container
{
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
    margin-top:15px;
}


div.selector-group
{
    width:420px;
}




div.option-selector-package-add
{
	text-align:center;
	border:1px solid #5E514D;
	background-color:white;
	color:#5E514D;
    border-radius: 5px;
    padding:5px;
    width:260px;
    min-height:50px;
    font-size:14px;
    cursor:pointer;
    overflow:hidden;
    position:relative;
}

div.option-selector-package-add:hover{
	
	background-color:#B7B09C;
	color:white;
	text-decoration:none;
    cursor:pointer;
}

div.option-selector-package, .option-selector-package-locked
{
	text-align:center;
	background-color:white;
	color:#5E514D;
	border:1px solid #5E514D;
    border-radius: 5px;
    padding:5px;
    width:260px;
    font-size:14px;
    cursor:pointer;
    height:auto;
    overflow:hidden;
    position:relative;
}

div.option-selector-package:hover, , .option-selector-package-locked{
    cursor:pointer;
}

div.option-selector-package-selected, .option-selector-package-locked-selected
{
	text-align:center;
	background-color:#5E514D;
	color:white;
    border-radius: 5px;
    padding:5px;
    width:260px;
    font-size:14px;
    cursor:pointer;
    height:auto;
    overflow:hidden;
    position:relative;
}

div.option-selector-package-selected:hover, .option-selector-package-locked-selected{
    cursor:pointer;
}

div.option-selector-pacakge-content{
    display:flex;
}

div.option-selector-pacakge-header{
    width:50%;
    font-size:28px;
    text-align:left;
}

div.option-selector-pacakge-status{
    width:50%;
    text-align:right;
    font-weight:normal;
}

div.option-selector-package-img{
    position:absolute;
    top:50%;left:50%;
    transform: translate(-50%, -50%);
    zindex:0;
    opacity:0.3;
}

div.option-selector-package-txt{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    zindex:1;
    font-size:18px;
}

div.option-faded
{
	opacity:0.5;
}







a.deletelink 
{
    color:#5E514D;
    background-color: white;
    font-size:10px;
}

div.button-row{
    display:flex;
    padding:10px;
}

.upbutton
{
    width:20px;
    height:20px;
    background-image:url(../images/up1.gif);
    background-repeat:no-repeat; 
    margin:3px 0 -3px 0;
    font-size:12px;
    
}
.upbutton:hover
{
    width:20px;
    height:20px;
    background-image:url(../images/up2.gif); 
    background-repeat:no-repeat; 
    margin-bottom:-3px;
    cursor:pointer;
}

.upbutton2
{
    width:20px;
    height:20px;
    background-image:url(../images/up.gif);
    background-repeat:no-repeat; 
    margin:3px 0 5px 0;
    font-size:12px;
}
.upbutton2:hover
{
    width:20px;
    height:20px;
    background-image:url(../images/up.gif); 
    background-repeat:no-repeat; 
    margin-bottom:5px;
    cursor:pointer;
}


.listcell 
{
 font-family:verdana,arial;
 font-size:12px;
 background-color:White;
 color:#5E514D;   
}


.marquee 
{
    height:40px;
}
.marquee a, .marquee a:hover
{
    color:White;
    font-size:16px;
}

.marquee li
{
height:40px;
display:block;
}


.specialselect 
{
    font-family:Garamond;
    font-size:16px;
}

.specialcomments
{
    font-family:Garamond;
    font-size:18px;
    text-align:center;
    color:Red;
    margin-top:15px;
}

.specialdesc
{
    font-family:Garamond;
    font-size:16px;
    text-align:left;
}

.specialcost
{
    text-align:right;
    color:Red;
    font-weight:bold;
    font-size:16px;
}


.specialsdetail 
{
    background-color:White;
    
    color:#5E514D;
    height:30px;
}

.specialsdetail-unpublished{
    color:#5E514D;
    height:30px;
    background-color:pink;
}

.specials_title 
{
    text-align:center;
    color:red;
    text-decoration:underline;
    margin:0 auto;
    padding:0 5px 0 5px;
    margin-bottom: 20px;
}

.specials_text
{
    width:100%;
    text-align:justify;
    margin:0 0 10px 0;
    color:#5E514D;
}

.specials_text_footnote
{
    width:100%;
    margin:0 0 5px 0;
    font-size:14px;
}

.specials_label 
{
    width:33%;
    margin: 0 auto;
    float:left;
    margin:0 0 10px 0;
}

.specials_date
{
    width:66%;
    margin: 0 auto;
    float:left; 
    margin:0 0 10px 0; 
    color:#5E514D;
}

.special-package-list{
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    padding:10px;
}

.specialpanel
{
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    justify-content:center;
    padding:5px;
    margin:15px 0 0 10px;;
    background-color:White;
    border: 1px solid red;
    width:800px;
    border-radius: 5px;
}

.specialpanelnarrow
{
    
    padding:10px;
    width:470px;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:20px;
}

.special-content-container{
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
}

.special-panel-title{
    position:relative;
}

.special-panel-resort-selector{
    text-align:center;
}

.special-panel-delete{
    position:absolute;
    top:0px;
    right:0px;
}

.special-side-panel
{
	margin-top:10px;
	text-align:center;
	max-width:250px;
}

.special-center-panel
{
    display:flex;
    flex-direction:column;
	max-width:400px;
	padding:0 5px 0 5px;
	margin-top:5px;
}

.special-center-panel-row
{
	display:flex;
	}

.special-panel-label
{
	text-align:right;
    font-size:14px;
    color: #B7B09C;
    padding:5px 3px 3px 3px;
    width:70px;
}

.special-panel-value
{
	padding:3px;
    text-align:left;
    font-size:18px;
    color:#5E514D;
    font-weight:bold;
    width:180px;	
}

.special-panel-package-cost
{
	padding:5px;
	text-align:center;
	width:100%;
}

.special-panel-package-cost label
{
	color:Red;
}


.specialcomments
{
	text-align:center;
	color:Red;
	font-size:18px;
	padding:5px;
}

.special-panel-opinion
{
	width:100%;
	clear:both;
	font-size:18px;
}

.special-panel-controls-container
{
    display:flex;
    justify-content:space-between;
    margin:10px 0 10px 0;
}

.special-panel-controls{
    display:flex;
    justify-content:space-between;
}

.special-panel-controls div{
    padding-left:10px;

}

.resort-special-panel{
    margin:10px;
    padding:0 5px 0 5px;
    background-color:White;
    border-radius:5px;
    border:4px solid #B7B09C;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.resort-special-panel-table
{
    margin:0 auto;
    margin-top:10px;
    }

.resort-special-panel-section-container
{
    display:flex;
    flex-direction:column;
}

.resort-special-panel-section-item
{
    display:flex;
    flex-wrap:nowrap;
}

.resort-special-panel-section-label
{
    width:110px;
    font-weight:bold;
    text-align:left;
    padding-top:4px;
}

.resort-special-blackout-row
{
    display:flex;
    flex-wrap:nowrap;
    text-align:center;
    justify-content:center;
    margin:3px 0 0 0;
}

.resort-summary-container
{
    display:flex;
    flex-direction:column;
    width:140px;
    color:#5E514D;
}

.resort-summary-container div
{
    font-weight:bold;
    margin-top:10px;
}

.resort-thumbnail-container
{
    z-index:1;
    position:relative;
}

.resort-thumbnail-container img
{
    border-radius:5px;
    overflow:hidden;
    cursor:pointer;
}

    div.cocktail-icon-container
        {
            position:absolute;
            bottom:2px;
            left:2px;
            z-index:100;
        }
        
        div.cocktail-icon-container img
        {
            width:45px;
            height:45px;
        }


img.display-margin-poo
{
    height:45px;
    margin:5px 0 0 10px;
}

img.display-margin-lisa, img.display-margin-minions
{
    height:50px;
    margin:5px 0 0 5px;
}

.display-margin-percent
{
    font-size:14px;
}

.display-margin-emoticon
{
    font-size:18px;
}

.notices-container
{
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
}

.noticebox
{
    align-self:top;
    border:2px solid #B7B09C;
    margin:7px;
    padding:10px 0 10px 0;
    width:260px;
    background-color:white;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    behavior: url(../utils/PIE.htc);
}

.noticebox:hover
{

}

div.noticeboxtitle
{
    font-weight:bold;
    font-size:18px;
    text-align:left;
    color:#5E514D;
    padding:5px 10px 5px 10px;
}

div.noticeboxtitle:hover
{
    background-color: #eeeeee;
    cursor:pointer;
}

a.noticeboxtitle
{
    text-decoration:none;
    color:#5E514D;
}

a.noticeboxtitle:hover, a.noticeboxtitle:visited:hover
{
    text-decoration:none;
}

a.noticeboxtitle:visited
{
    text-decoration:none;
    color:#5E514D;
}

div.noticebox-maintitle
{
	
    font-size:26px;
    font-family:Verdana;
    width:100%;
    margin:10px 0 10px 0;
    text-align:center;
    color:#ffffff;
    text-shadow: -1px 0 #5E514D, 0 1px #5E514D, 1px 0 #5E514D, 0 -1px #5E514D;
}

div.notice-section
{
    float:left;
	clear:both;
	margin:0 0 10px 0;
	min-height:24px;
	width:100%;	
	position:relative;   
}


div.notice-item
{
	float:left;
	clear:both;
	margin:0 0 0 0;
	min-height:24px;
	width:100%;	
	position:relative;
	padding:5px;
}

div.notice-item:hover
{
    background-color: #eeeeee;
    cursor:pointer;
}

.notice-instruction{
    text-align:left;
    padding:5px 10px 5px 10px;
    display:flex;
    flex-direction:column;
}

div.notice-badge
{
	position:absolute;
	top:-1px;
	right:0px;
	z-index:1;
}

div.noticeboxtext
{
    margin:0 5px 2px 5px;
    text-align:left;
    text-decoration:none;
    color:#5E514D;
    clear:both;
    overflow:auto;
}

.noticebox-title{
    z-index:10;
    position:relative;
    display:flex;
}

.noticebox-text
{
    margin:5px 0 0 0;
    text-align:left;
    text-decoration:none;
    color:#5E514D;
    clear:both;
    overflow:hidden;
}

.noticebox-subtext
{
    text-align:left;
    font-size:12px;
    width:100%;
    position:relative;
    z-index:5;
    color: #42BCF4;
}

.noticeboxtext-marker{

}

div.noticeboxtext-content{
    
}

div.noticeboxsubtext
{
    clear:both;
    font-size:12px;
    width:100%;
    position:relative;
    z-index:5;
    color: #42BCF4;
}

div.noticeboxtext:hover
{
    text-decoration:underline;
    cursor:pointer;
}

.noticebox-tasktext{
    clear:both;
    position:relative;
    font-size:12px;
    z-index:10;
    color: #42BCF4;
}

span.noticeboxbold
{
    font-weight:bold;
    color:red;
    position:relative;
    z-index:5;
}

a.noticeboxbold
{
    font-weight:bold;
    color:red;
}

span.noticeboxbold:hover
{
    font-weight:bold;
    color:red;
}
a.noticeboxbold:hover
{
    font-weight:bold;
    color:red;
}

div.salesperson-marker
{
	float:left;
	width:10px;
	height:14px;
	border:1px solid #ffffff;
	margin:0 0 0 3px;
}

div.enquiry-main-container
{
	clear:both;
	width:100%;
	text-align:center;
	margin:5px 0 20px 0;
}

div.enquiry-inner-container
{
	
	clear:both;
	margin:0 auto;
	margin-bottom:20px;
	height:auto;
	min-width:1150px;
	display:flex;
	justify-content:flex-start;
}


div.enquiry-list-items-container{
    width:100%;
}









div.package-component-header-name{
	color:#5E514D;
	font-weight:bold;
	font-size:28px;
	text-align:left;
	margin: 0px 0 15px 0;
	position:absolute;
	top:0px; 
	left:10px;
}

div.package-component-header-info{
    position:absolute;
    top:5px; 
    right:0px;
}




div.package-component-mode-display
{
	padding:10px;
	font-style:italic;
	font-size:18px;
	text-align:right;
}

div.package-component-title
{
	text-align:left;
	font-size:16px;
	padding:0 60px 0 145px;
}

div.package-component-thumbnail-container
{
    position:relative;
}

div.package-component-thumbnail
{
 
 width:140px;
 position:absolute;
 top:0px;
 left:0px;  
 border-top-left-radius: 5px; 
 border-bottom-right-radius: 5px;
 
}

.package-component-thumbnail img
{
    max-width:140px;
    border-top-left-radius:5px;
    border-bottom-right-radius:5px;
}





div.package-price-form-col
{
	display:inline-block;
	width:190px;
	text-align:right;
}

.package-price-row
{
    display:flex;
    padding-top:5px;
}

.package-price-row-due
{
    display:flex;
    justify-content:space-between;
}




div.price-locked, .package-price-header-locked
{
    color:lightgreen;
}

div.package-price-header
{
	font-weight:bold;
	color:#03FCFC;
	font-size:28px;
}

.package-price-header-locked
{
    font-weight:bold;
    font-size:28px;
}



div.flight-itinerary-option{
    border: 2px solid #B7B09C;
    border-radius: 10px;
    position:relative;
    padding: 0 0 20px 0;
    margin:0 0 20px 0;
}



div.enquiries-list-selector
{
	display:flex;
	justify-content:centre;
}

div.enquiries-list-selector-left
{
	align-self:center;width:30%;
}

div.enquiries-list-selector-centre
{
	align-self:center;width:40%;
	min-width:200px;
}

div.enquiries-list-selector-right
{
	align-self:center;width:30%;
}


div.enquiries-selector-maintitle
{
	
    font-size:28px;
    font-family:Verdana;
    color:#B7B09C;
    width:100%;
    margin:10px 0 10px 0;
    text-align:center;
    text-shadow: -1px 0 #5E514D, 0 1px #5E514D, 1px 0 #5E514D, 0 -1px #5E514D;
}

div.enquiries-selector-subtitle
{
	
    font-size:18px;
    font-family:Verdana;
    color:#ffffff;
    width:100%;
    text-align:center;
    text-shadow: -1px 0 #5E514D, 0 1px #5E514D, 1px 0 #5E514D, 0 -1px #5E514D;
    cursor:pointer;
}

div.enquiries-selector-subtitle:hover
{
	color:#B7B09C;
}


div.enquiry-pacakge-status
{
    text-align:center;
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
    backgroun-color:white; 
    border:1px solid #B7B09C;  
    border-radius:5px;
    clear:both;
}

div.enquiry-header-container
{
	margin:0px;
	display:flex;
	justify-content:space-between;
}

div.package-header-container
{
	margin:0px;
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}

div.enquiry-header-left
{
	
}

div.enquiry-header-name
{
	color:#5E514D;
	font-weight:bold;
	font-size:28px;
	text-align:left;
	margin: 15px 0 15px 0;
	float:left;
	clear:left;
	height:32px;
}




div.enquiry-customer-badge{
    height:130px;
    width:130px;
}







div.enquiry-detail-content-paxlist{
    display:flex;
    justify-context:space-between;
}

div.enquiry-detail-content-pax{
    flex:1;
}

.enquiry-notes-container{
    width:40%;
    min-width:400px;
}








div#package-copy-container
{
  text-align:center;
  color:#555;
  font-weight:300;
  font-size:28px;
  padding-top:5vh;
  height:50vh;
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
  position:relative;
}



@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-1700px; }
    20% { margin-left:-1700px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:750px;}
    80% {opacity:1;}
    100% {opacity:0;width:750px;}
}


div.package-copy 
{
    width:0px;
    margin:0 auto;
  animation: reveal 3s infinite;
}

div.package-copy span {
  animation: slidein 3s infinite;
}

div.package-copied 
{
    margin:0 auto;
}

.package-copy-timer
{
    background-image: url("../images/monkey_count.gif");
     -webkit-animation: fadeIn 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeIn 3s; /* Firefox < 16 */
    -ms-animation: fadeIn 3s; /* Internet Explorer */
    -o-animation: fadeIn 3s; /* Opera < 12.1 */
    animation: fadeIn 3s; 
    height:50px;
    width:200px; 
    position:absolute;
    bottom:20px;
    left:50%;
    margin-left: -100px;
}

.enquiry-detail-content:hover
{
	
	cursor:pointer;
}

/*End of Enquiry classes*/

/*Begin Quote classes*/



.quote-summary-packages-list{

}





div.quote-item-detail
{
	font-size:14px;
	padding:2px;
	overflow:auto;	
}

div.quote-item-detail-16
{
	font-size:16px;
	padding:2px;
	overflow:auto;	
}

.quote-item-edit-control{
    position:absolute;
    top:5px;
    right:5px;
}
/*end quote classes*/


.reporttitle
{
    font-family: verdana,Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:18px;
}

.submenu-header-selected
{
     
    color:#5E514D;
    background-color:#FFFFFF; 
}

.submenu-header
{ 
    color:white; 
    cursor:pointer;
}

.submenu-header a, .submenu-header a:visited
{
    color:#B7B09C; 
}

div#quick-links
{
    position:absolute;
    top:30px;
    left:10px; 
    display:flex;  
    justify-content: left;
    gap:10px;
    width:660px;
    z-index:10000;
}

div.quick-link
{
    border:1px solid #5E514D;
    color:#5E514D;
    background-color:White;
    padding:2px;
    width:100px;
    font-size:12px;
    cursor:pointer;
    display:flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius:3px;
}

div.quick-link:hover
{
    background: #f8f9fa;  
    
}

div.booking-controls-container
{
    position:fixed;
    width:100%;
    top:28px;
    height:44px;
    color:#333;
    background-color:White;
    z-index:1000;
    padding:3px 20px 2px 20px;
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
    border-bottom:1px solid #5E514D;
}

div.booking-controls-container-left, booking-controls-container-right
{
    display:flex;
    gap:5px;
}

div.booking-controls-container-status
{
    display:flex;
    align-items:center;
    justify-content:center;
    height:35px;
}

div.booking-header-container{
    margin: 0 auto;
    display:flex;
    justify-content:space-evenly;
    flex-wrap:wrap;
    padding-top:5px;
    margin:10px;
}

div.to-travel
{
    background-color: lightblue;
}

div.travelling 
{
    background-color: lightgreen;
}

div.under-amendment, div.cancelled
{
    background-color: pink;
}

div.inactive
{
    background-color:lightgrey}

div.booking-header-left-panel{
    margin-bottom:10px;
    background-color:White;
    overflow:hidden;
   }

div.booking-header-left{
    width:30%;
}

div.booking-header-middle{
    width:30%;
}

div.booking-header-notes{
    width:35%;
}

div.booking-link
{
    border:1px solid #5E514D;
    color:#5E514D;
    background-color:White;
    padding:10px;
    width:200px;
    margin:5px;
    font-size:16px;
    cursor:pointer;
    text-align: center;
    border-radius:5px;
    position:relative;
}

div.booking-link:hover
{
    color:white;
    background-color:#5E514D;  
}

div.booking-link-past
{
    border:1px solid #5E514D;
    color:#5E514D;
    background-color:#dddddd;
    padding:10px;
    width:200px;
    margin:5px;
    font-size:16px;
    cursor:pointer;
    text-align: center;
    border-radius:5px;
    position:relative;
}

div.booking-link-past:hover
{
    color:white;
    background-color:#5E514D;  
    
}

div.booking-link-present
{
    border:1px solid #5E514D;
    color:#5E514D;
    background-color:yellow;
    padding:10px;
    width:200px;
    margin:5px;
    font-size:16px;
    cursor:pointer;
    text-align: center;
    border-radius:5px;
    position:relative;
}

div.booking-link-present:hover
{
    color:white;
    background-color:#5E514D;  
    
}

div.booking-link-badge{
    position: absolute;
    top:-10px;
    left:-10px;
    width:35px;
}

table.bookings_menu
{
    border:none;
    border-spacing: 0px;
    position:fixed;
    top:0px;
    width:100%;
    z-index:1000;
}

table.bookings_menu tr
{
    height:25px;
    background-color:#5E514D;
    border:none;
    border-spacing: 0px;
}

table.bookings_menu td
{
    border-right:1px solid #5E514D;
    border-top: 1px solid #5E514D;
    border-spacing: 0px;
    
}

table.bookings_content 
{
    border:none;
    padding-top: 35px;
}

table.bookings_menu td:hover
{
    background-color:#FFFFFF;
    color:#5E514D;
    cursor:hand;
}

table.bookingcosts 
{
    border:1px solid white;
       
}

table.bookingcosts td
{
    padding:5px;
       
}

.booking-suppliercosts-summary-container{
    background-color:White;
    border: 2px solid #B7B09C;
    border-radius: 10px;
    width:900px;
    padding:20px;
    margin:0 auto;
    margin-bottom:20px;
}

.booking-suppliercosts-summary-link:hover{
    cursor:pointer;
    background-color: #cccccc;
}

.booking-outstanding-container{
    width:450px;
    float:right;
}

.booking-outstanding-content{
    display: flex;
    width:450px;
    float:right;
    justify-content:space-between;
    flex-wrap:wrap;
}

.booking-outstanding-content div{
    width:200px;
    text-align:right;
}


.resort-header-container{
    position: fixed;
    top:0px;
    width:100%;
    background-color:White;
    z-index:100;
}

.resort-title-container{
    padding-top:40px;
}

.resort-title-row{
    width:100%;
    color:#5E514D;
    text-align:center;
    font-family: verdana,Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:18px;
}


.resort-menu
{
    font-family: verdana,Arial, Helvetica, sans-serif;
    font-size:12px; 
    display:flex;
    justify-content: center;
    z-index:2000;
}


.resort-menu-option{
    font-family: verdana,Arial, Helvetica, sans-serif;
    text-align: center;
    flex-grow: 1;
    margin:0 px;
    border:1px solid #5E514D;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height:70px;
    background-color:#eeeeee;
}

.resort-menu-option:hover
{
    background-color: white;
    font-family: verdana,Arial, Helvetica, sans-serif;
    cursor:pointer;
    border-bottom:none; 
    
}

.resort-menu-option a, a:visited{
    text-decoration:none;
}

.resort-menu-item{
    font-family: verdana,Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
    text-decoration:none;
    border:none;
    padding:5px;
}

.resort-menu-item a, a:visited{
    text-decoration:none;
}




.resortmenuselected
{
    background-color:white;
    cursor:none;
    color:#5E514D;
    border-bottom:none !important;
}


.resortmenu a, a:visited
{
    font-family: verdana,Arial, Helvetica, sans-serif;
    font-size:12px;
    text-decoration:none;
}

.resortmenu a:hover
{
    font-family: verdana,Arial, Helvetica, sans-serif;
    font-size:12px;
}



.resortmenubox 
{
    width:10px;
    height:10px;
    padding:5px;
}

div.resort-menu-thumbnail{
    border:2px solid white;
    border-radius:5px;
    position:absolute;
    top:-10px;
    right:0px;
    cursor:pointer;
    height:90px;
    width:140px;
}

.resort-selector-container{
    display:flex;
    gap:10px;
    justify-content:center;
}

.resort-selector-container-fixed{
    display:flex;
    justify-content:space-between;
    position:fixed;
    width:100%;
    top:240px;
    padding:20px 0 10px 0;
    text-align:center;
    background-color:White;
    z-index:1000;
    border-bottom:1px solid #5E514D;
}

.resort-selector-row{
    display:flex;
    justify-content: left;
    align-items:center;
    gap:10px;
}

.resort-selector-label{
    font-weight:600;
}


.resort-content-container{
    width:100%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.resort-content{
    padding:10px;
    text-align:center;
}



table.resort-content
{
    padding:10px;
}

.resort-controls{
    display:flex;
    padding:10px;
}

.resort-image-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    width:auto;
    margin: 0 auto;
    padding:20px;
    gap:10px;
}

.resort-bookings-list
{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.resort-selector-input{
    text-align:left;
}

.tag-list-container{
    padding:20px;
}

.tag-list{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:25px;
    padding-bottom:25px
}

.tag-list div{
    height:50px;
    width:150px;
	padding:5px;
	border-radius:5px;
	align-self:center;
	text-align:center;
	margin:5px 10px 0 0;
}

.tag-selector{
	color:#B7B09C;
	background-color:#ffffff;
	border:2px solid #5E514D;
	cursor:pointer;
}

.tag-selector:hover{
	color:#ffffff;
	font-weight: bold;
	background-color:#B7B09C;
	border:2px solid #5E514D;
	cursor:pointer;
}

.tag-selector-selected{
	color:#5E514D;
	font-weight:bold;
	background-color:#ffffff;
	border:2px solid #5E514D;
	cursor:pointer;
}

.tag-selector-selected:hover{
	padding:5px;
	color:#ffffff;
	background-color:#B7B09C;
	border:2px solid #ffffff;
	cursor:pointer;
}


.resort-image-container{

}

.resort-image{
    position: relative;
}

.resort-image-caption{
    color:White;
    margin: 0;
    position: absolute;
    top: 0%;
    right: 50%;
    transform: translateX(50%);
}

.resort_feedback 
{
    background-color:white;   
}

.email_table
{
    margin-top:20px;
    border:2px solid #B7B09C;
    font-family:Garamond;  
    font-size:16px; 
    padding:0 20px 0 20px;
    height:650px;
    overflow-y:scroll;
}

.email_table td 
{
    font-family:Garamond;
    font-size:16px;   
}

.important {
     font-weight:bold;
     font-size:18px;
}

p.email_table
{
    font-family:Garamond;
    font-size:16px;
    padding:0 20px 0 20px;
}

div.email_comment
{
    margin:0 0 10px 0;   
}

span.email_comment
{
    font-family:Garamond;
    font-size:16px;
}

.comment_display
{
    display:block;
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.comment_hide
{
    display:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table.invoice-history
{
	margin: 10px 0 10px 0;
	border:1px solid white;
	background-color:White;
}

.invoice-history td
{
	background-color:White;
	padding:3px;
}

.invoice-history tr
{
	background-color:White;
	padding:3px;
}

table.invoice-summary
{
	border:2px solid black;
}

.invoice-summary td
{
	color:black
}

td.invoice-summary-left
{
	width:550px;
	font-family:verdana,arial; 
	color:black; 
	font-size:11px;
	border-right:1px solid silver;
}

td.invoice-summary-border
{
	border-bottom:1px dotted silver;
}

.invoiceleftmiddle{
    border-bottom:1px dotted silver;
}

.invoicemiddlemiddle{
    border-bottom:1px dotted silver;
    border-right:1px dotted silver;
}

.invoicerightmiddle{
    border-bottom:1px dotted silver;
}

/* CSS Menu Classes */
#crs-menu-container{
     position:fixed; 
     top:0px; 
     left: 0px;
     height:60px;
     width:100%;
     z-index:1000000;
}

#css-menu-container
{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:99;
	top:0;
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 0.5;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:1000;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Arial, Helvetica, sans-serif;
  
  z-index:20000;
  background: #B7B09C;
  background: -moz-linear-gradient(top, #5E514D 0%, #B7B09C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5E514D), color-stop(100%, #B7B09C));
  background: -webkit-linear-gradient(top, #5E514D 0%, #B7B09C 100%);
  background: -o-linear-gradient(top, #5E514D 0%, #B7B09C 100%);
  background: -ms-linear-gradient(top, #5E514D 0%, #B7B09C 100%);
  background: linear-gradient(to bottom, #5E514D 0%, #B7B09C 100%);
}

.cssback {
  width: 100%;
  background: #B7B09C;
  background: -moz-linear-gradient(top, #5E514D 0%, #B7B09C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5E514D), color-stop(100%, #B7B09C));
  background: -webkit-linear-gradient(top, #5E514D 0%, #B7B09C 100%);
  background: -o-linear-gradient(top, #5E514D 0%, #B7B09C 100%);
  background: -ms-linear-gradient(top, #5E514D 0%, #B7B09C 100%);
  background: linear-gradient(to bottom, #5E514D 0%, #B7B09C 100%);
}

#cssmenu > ul {
  background: url('../images/bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 10px 25px 10px 15px;
  border-right: 1px solid rgba(80, 80, 80, 0.12);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  color: #5E514D;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.1);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 10px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 26px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-size:14px;
  font-weight: 300;
  padding: 11px 15px;
  width: 220px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}

@media all and (max-width: 1000px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    background: #5E514D;
    z-index:20000;
  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    
    
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: left;
    display: block;
    width:25%;
  }
  #cssmenu > ul > li > a {
    padding: 10px 25px 10px 25px;
    border-right: 0;
  }
  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #cssmenu #menu-button {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 25px 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('../images/bg.png');
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 45px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    right: 25px;
    top: 8px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #ffffff;
    right: 25px;
    top: 18px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
}

.cssmenu-username{
    position:absolute; 
    top: 8px; 
    right:10px; 
    font-weight:bold;
}

/*End of CSS Menu Classes*/

/*Itinerary classes*/
.itinerary-outer-container
{
	text-align:center;
	width:750px;
	margin:0 auto;
	position:relative;
	color:#5E514D;
	font-family:Garamond;
	font-size:20px;
}

div.itinerary-selector-container
{
    display:flex;
    gap:10px;
}


div.itinerary-container
{
	width:750px;
	margin:0 auto;
	margin-top:20px;
	border:2px solid #5E514D;
	color:#5E514D;
	font-size:18px;
	border-radius:10px;
	background-color:White;
	padding:10px 0 20px 0;
	font-family:Garamond;
	height:auto;
	position: relative;
	
}

div.print-control-container
{
    position:absolute;
    top:-15px;
    right:35px;
    cursor:pointer;
    width:100px;
}

div.print-control{
    width:50px;
    float:left;
}

div.itinerary-logo-container
{
    position:relative;
}

div.itinerary-logo-licence
{
    position:absolute;
    top:0px;
    right:0px;
}

div.itinerary-logo-client
{
    position:absolute;
    top:10px;
    left:0px;
}

div.itinerary-header
{
    margin:0 auto;
    width:750px;
    position:relative;
    height:160px;
}

div.itinerary-title
{
    font-weight:bold;
    width:450px;
    margin:0 auto;
    padding:5px 0 10px 0;
    text-align:center;
    font-size:32px;
    position:relative;
}

div.itinerary-logo
{
    height:140px;
    padding:20px 0 0px 0;
}

div.itinerary-traveldates
{
    margin-bottom:20px;
    font-size:24px;
}

div.itinerary-proposal
{
    font-style:italic;
    font-size:18px;
}

div.itinerary-passengers
{
    margin:10px 0 0 0 ;
    color:#5E514D;
    font-family:Garamond;
    font-size:18px;
    clear:both;
}

.itinerary-divider
{
    width:80%;
    height:10px;
    margin:0 auto;
    margin-bottom:10px;
    border-bottom:1px dotted #dddddd;
}

.itinerary-passenger-list
{ 
    height:28px;   
}

.itinerary-stated-criteria
{
    font-size:16px;
    margin:0 0 20px 0;
}

.itinerary-option
{
    font-size:16px;
    width:250px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px 5px 5px 5px;
    margin:10px 5px 0 5px;
    height:auto;
    float:left;
    position:relative;
    border: 2px solid #B7B09C;
    text-align:center;
    page-break-inside: avoid; !important;
}



.itinerary-option-thumbnail
{
    position:absolute;
    margin:-20px 0 5px 18px;
    border: 2px solid #B7B09C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:140px;
    overflow:hidden;
    
    page-break-inside: avoid;
}

div.itinerary-start
{
    margin:20px 0 0px 0;
    padding: 0 0 20px 0;
    font-style:italic;
    font-size:20px;
    border-bottom: 1px dotted #dddddd;
}

div.itinerary-end
{
    margin:20px 0 20px 0;
    
    font-style:italic;
    font-size:20px;
}

div.itinerary-date-container
{
	overflow:auto;
	width:745px;
	border-bottom: 1px dotted #dddddd;
	padding:10px 0 10px 0;
}

div.itinerary-date
{
	float:left;
	width:100px;
	height:30px;
	padding:10px;
	font-weight:bold;
	text-align:left;
	clear:both;
}

div.itinerary-date-holder
{
	float:left;
	width:100px;
	height:20px;
	padding:0 10px 0 10px;
	font-weight:bold;
	text-align:left;
	clear:both;
}

div.itinerary-item-container
{
	float:left;
	width:645px;
	text-align:left;
	padding:10px 10px 0 0px;
	margin:0 0 10px 0;
	
}

div.itinerary-sub-item-container
{
	float:left;
	text-align:left;
	padding:0px 0px 0 0px;
}


div.itinerary-item-description-container
{
	float:left;
	width:425px;
	text-align:left;
	padding:0 5px 0 5px;
}

div.itinerary-item-description-container-wide
{
	float:left;
	width:635px;
	text-align:left;
	padding:0 5px 0 5px;
}

div.itinerary-item-description
{
	font-size:16px;
}

div.itinerary-item-sub-description
{
	font-size:16px;
	padding:5px 0 0 42px;
	color:#42bcf4;
	
}

div.itinerary-item-sub-description-narrow
{
    font-size:16px;
	padding:5px 0px 0 42px;
	width:425px;
	float:left;
	color:#42bcf4;
}


img.itinerary-item-image 
{
    width:250px;
    margin: 5px 5px 0px 5px;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    page-break-inside: avoid;
}

div.itinerary-item-resort-container
{
    font-size:16px;
	padding:5px 10px 0 110px;
	width:745px;
	text-align:left;
	position:relative;
	
}

div.itinerary-item-resort-description
{
    font-size:16px;
    text-align:center;
    width:600px;
    margin:0 auto;
    padding:15px 5px 5px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top:15px;
    border: 2px solid #5E514D;
    page-break-inside: avoid;
    clear:both;
    position:relative;
}

div.itinerary-item-resort-description-thumbnail
{
    position:absolute;
    top:5px;
    left:90px;
    margin:0px 0 0px 0px;
    border: 2px solid #5E514D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:140px;
    overflow:hidden;
    cursor:pointer;
}

div.itinerary-item-pax
{
	float:left;
	width:200px;
	text-align:right;
	padding:0 0 0 10px ;
}

div.itinerary-package-price-title
{
    font-size:24px    
}

div.itinerary-package-price
{
    font-size:28px;
    font-weight:bold;
    color:Blue;   
}

div.itinerary-footer-title
{
	font-size:16px;
	margin:10px 0 5px 0;
	font-weight:bold;
}

div.itinerary-condition
{
	font-size:14px;
	width:500px;
	margin:0 auto;
}

div.itinerary-footer-statement
{
    width:80%;
    margin: 0 auto;
    margin-top:10px;
    text-align:justify;
    font-size:14px;
}

/*End of itinerary classes*/

/*Voucher classes*/

.voucher-container
{
	min-width:800px;
}


.voucher-outer {  
    border: 2px solid #B7B09C;
    width:700px;
    height: 450px;
    margin:0 auto;
    margin-top:50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow:hidden;
    padding:10px;
    font-family:Garamond;
    position:relative;
}

.voucher-left
{
	width:500px;
	position:absolute;
	top:10px;
	left:10px;
}

.voucher-right
{
	width:210px;
	position:absolute;
	right:10px;
	height:450px;
	overflow:hidden;
}

.voucher-header-type
{
	width:450px;
	float:left;
	padding:0px 10px 10px 10px;
	font-size:28px;
	text-align:left;
	font-weight:bold;
	color:#5E514D;	
}

.voucher-body 
{
	width:680px;
	height:220px;
	padding:15px 0 0 0 ;
	clear:both;
	font-family:Garamond;
	overflow:hidden;
	z-index:1000;
}

.voucher-guests
{
	width:680px;
	height:70px;
}

.voucher-notes
{
	width:680px;
	height:60px;
}

.voucher-label
{
	width:120px;
	font-size: 14px;
	text-align:right;
	font-family:Arial;
	color:#B7B09C;
	vertical-align:top;
	padding-top:4px;
}

.voucher-content
{
	text-align:left;
	font-family:Garamond;
	color:#5E514D;
	font-size: 20px;
	font-weight:bold;

	overflow:hidden;
}

.voucher-small-content
{
	font-size: 14px;
	bottom:2;
	position: absolute;

}

.voucher-inner-content
{
	width:560px;
	height:22px;
	overflow:hidden;
	position: relative;
	
}



.voucher-guest-content{
	text-align:left;
	font-family:Garamond;
	color:#5E514D;
	font-size: 20px;
	font-weight:bold;
	height:20px;
	width:550px;
}

.voucher-guest-inner-content
{
	width:560px;
	height:66px;
	z-index:1000;
}

.voucher-header-logo
{
	
	position:absolute;
	top:10px;
	right:10px;
}

.voucher-logos-container
{
	top:110px;
	right:0px;
	width:200px;
	height:180px;
	position:relative;
	z-index:-1;
	text-align:center;
}

.voucher-logos-inner
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.voucher-footer
{
	color:#B7B09C;
	text-align:center;
	margin-top:10px;
	width:680px;
	position:absolute;
	bottom:10px;
}

/*end of Voucher classes*/

/*Reservations classes*/

.reservations-container
{
    text-align:center;   
}

.reservations-container label
{
	font-size:18px;
	
}

.reservations-selector
{
    margin:0 auto;
	margin-top:20px;
	
}

.reservations-selector-table
{
	border: 2px solid #5E514D;
	border-radius:10px;
	margin-top:10px;
	width:800px;
}

.reservations-selector-table td
{
	
	padding:5px;
	font-size:18px;
	
}



.reservations-email-container
{
	width:800px;
	margin:0 auto;
	margin-top:10px;
	border:2px solid #5E514D;
	border-radius:10px;
	background-color:White;
	padding-top:10px;
	font-family:Garamond;
}

.reservations-email-address-container
{
	padding:10px;
	margin:0 auto;
	margin:10px 0 10px 0;
	overflow:auto;
	
}

.reservations-email-label
{
	width:100px;
	float:left;
	margin:10px 0 10px 0;
	padding:5px;
	text-align:right;
	color:#5E514D;
	font-family:Arial;
	font-size:12px;
}

.reservations-email-address
{
	float:left;
	width:650px;
	text-align:left;
	border:1px solid #B7B09C;
	margin:10px 0 10px 0;
	padding:5px;
	font-size:16px;
}

.reservations-email-body
{
	float:left;
	width:650px;
	text-align:left;
	border:1px solid #B7B09C;
	margin:10px 0 10px 0;
	padding:5px;
	font-size:16px;
}

table.reservations-email-body
{
	border:none;
}

.reservations-email-body tr, reservations-email-body td
{
	font-family:Garamond;
	font-size:16px;
}

/*End of Reservation classes*/


/*Excursion admin*/

div.excursion-condition-header
{
	font-weight:bold;
	font-size:20px;
	font-style:italic;
}

div.excursion-condition
{
	padding:5px 10px 7px 10px;
	font-size:16px;
	position:relative;
	border:3px solid lightgreen;
	border-radius:10px;
}

div.excursion-condition:hover
{
	border:3px solid #5E514D;

}

div.excursion-condition-delete
{
	position:absolute;
	right:5px;
	top:3px;
	z-index:1000;
}

div.excursion-condition-delete:hover
{

	cursor:pointer;
	z-index:1000;
}

div.excursion-condition-select
{
	border:1px solid #5E514D;
	border-radius:10px;
	padding:5px 10px 7px 10px;
	margin:0 auto;
	margin-top:7px;
	font-size:14px;
	text-align:center;
	background-color:white;
	color:#5E514D;
}

div.excursion-condition-select:hover
{
	background-color:#B7B09C;
	color:white;
	cursor:pointer;
}



div.excursion-condition-selected
{
	border:2px solid #5E514D;
	border-radius:10px;
	padding:5px 10px 7px 10px;
	margin:5px;
	font-size:12px;
	text-align:center;
	background-color:#B7B09C;
	color:white;
}

div.excursion-condition-selected:hover
{
	background-color:#5E514D;
	color:white;
	cursor:pointer;
}
/*End of Excursion admin*/


/*message classes*/

.message-show
{
	border:3px solid #5E514D;
	position:absolute;
	top:50px;
	left:40%;
	border-radius:10px;
	background-color:White;
	display:block;
	color: #5E514D;
	font-size:28px;
	padding:10px 10px 10px 10px;
	box-shadow:5px 5px 5px #333333;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    z-index:10000;
    width:500px;
}

.message-hide 
{
	display:none;
	-webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}



/*end of message classes*/

.transfer-charges div
{
	margin:0 10px 10px 10px;
}

.transfer-charges input
{
	text-align:center;
}

img.bigfish
{
	height:250px;
	width:250px;	
}

img.bigfishsmall
{
	height:30px;
	width:30px;	
	margin:5px;
}

div.trash
{
	cursor:pointer;
	height:22px;
}

/*clock face classes*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div.clock-container-small
{
	width:35px;
	height:35px;
	float:left;
	margin:0 3px 0 0;
}

div.clock-container-medium
{
	width:45px;
	height:45px;
	float:left;
	margin:0 10px 0 0;
}


.clock-face-medium {
  width: 45px;
  height: 45px;
  position: relative;
  border-radius: 100%;
  border: 5px solid #5E514D;
  margin: 0 auto 20px;

}

.clock-face-small {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 100%;
  border: 4px solid #5E514D;
  margin: 0 auto 20px;

}


  div.hour-hand-medium {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 5px;
    height: 0;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 47%;
    background-color: #5E514D;
    margin: -13px -2px 0;
    padding: 16px 2px 0;
  }


  div.hour-hand-small {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 4px;
    height: 0;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 47%;
    background-color: #5E514D;
    margin: -10px -1px 0;
    padding: 11px 2px 0;
  }

  div.minute-hand-medium
  {
  	-webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 5px;
    height: 0;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 47%;
    background-color: #5E514D;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    margin: -14px -3px 0;
    padding: 14px 2px 0;
  }

  div.minute-hand-small
  {
  	-webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    width: 4px;
    height: 0;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 47%;
    background-color: #5E514D;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    margin: -12px -3px 0;
    padding: 11px 2px 0;
  }

/*State overrides*/
div.clock-face-2 {
  border-color: #5E514D;
}

div.clock-face-3 {
  border-color: #3a3838;
}

div.clock-face-4 {
  border-color: #470000;
}

div.clock-face-5 {
  border-color: #770101;
}

div.clock-face-6 {
  border-color: #b70101;
}

div.clock-face-7 {
  border-color: #f90202;
}

div.clock-hand {
  background-color: #5E514D;
}

div.clock-hand-2 {
  background-color: #74a336;
}

div.clock-hand-3 {
  background-color: #3a3838;
}

div.clock-hand-4 {
  background-color: #470000;
}

div.clock-hand-5 {
  background-color: #770101;
  
}

div.clock-hand-6  {
  background-color: #b70101;
}

div.clock-hand-7  {
  background-color: #f90202;
}

/*end of clock face classes*/

/*licence classes*/
img.atollink
 {
     height:80px;
     width:80px;
     border:none;
     margin-top:10px;
 }
 
img.abtalink
 {
     height:80px;
     width:151px;
     border:none;
 }
 
 /*end of licence classes*/
 
 
 /*Departure letter classes*/
 
 div.dep-letter-container{
    width:750px;
    padding:50px;
    margin:0 auto;
    font-family:Garamond;
    font-size:18px;
 }
 
 .dep-letter-address{
    text-align:left;
    margin: 75px 0 0 0;
 }
  
 .dep-letter-date{
    text-align:right;
    margin: 20px 0 0 0;
 }
 
 .dep-letter-title{
    text-align:center;
    margin: 15px 0 0 0;
    font-weight: bold;
    text-decoration: underline;
 }
 
 .dep-letter-para{
    margin:20px 0 0 0;
 }
 
 .dep-letter-list{
    padding:0 0 0 75px;
 }
 
.dep-letter-grid{
    padding:30px;
    display:grid;
    grid-template-columns: repeat(auto-fill, 150px);
    padding:10px;
    justify-content: space-between;
 }
 
 .dep-letter-seats{
    width:150px;
    text-align:center;
 }
 
 .dep-letter-signoff{
    margin:50px 0 0 0;
 }
 
 .dep-letter-disclaimer{
    width:50%;
    margin:0 auto;
    padding:30px 0 0 0;
    font-size:14px;
    text-align:center;
 }
 
 /*End of Departure letter classes*/
 
 
 /*Report Classes*/
 
 td.reported
 {
     background-color:lightGreen;
 }
 
 td.unreported
 {
     background-color:yellow;
 }
 
 div.report-container
 {
     display:flex; 
     justify-content:center;
     flex-direction: column;
     margin:0 auto;
 }
 
 div.report-header
 {
     display:flex;
     justify-content:center;
     width:100%;
     margin:0 auto;
 }
 
 div.report-item
 {
     display:flex;
     justify-content:center;
     width:100%;
     margin:0 auto;
     padding:5px 0 5px 0;
 }
 
 div.report-item:hover
 {
     background-color:#DDDDDD;
 }
 
 div.report-item div
 {
     padding:3px;
     overflow:hidden;
 }
 
 .reports-list-container
 {
     display:flex;
     flex-direction:column;
     padding:30px;
 }
 
 .reports-list-row
 {
     display:flex;
     justify-content:center;
     margin-bottom:20px;
 }
 
 .reports-list-row-caption
 {
     width:400px;
 }
 
  .reports-list-row-control
  {
      width:100px;
      padding:10px;
      }
 
 /*End of Report Classes*/
 
 
 /*classes with priority*/
 
 
.hidden{
    display:none;
}

.destination-image
{
    width: 90vw;
    max-width: 450px;
    margin: 0 auto;
}

.destination-details
{
    display:flex;
    flex-direction:column;
}

.destination-details-panel
{
    margin:10px;
}


@media screen and (max-width: 768px) {
    
    /* Prevent horizontal scrolling */
    body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }
    
    /* Dashboard panels */
    .dashboard-panel,
    .enquiry-panel,
    .panel {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        margin: 10px 0 !important;
        padding: 10px !important;
    }
    
    /* Tables should scroll horizontally if needed */
    table {
        display: block;
        overflow-x: auto;
        max-width: 100%;
    }
    
    /* Or stack table cells for narrow tables */
    table.mobile-stack tr {
        display: block;
        margin-bottom: 10px;
        border-bottom: 2px solid #ddd;
    }
    
    table.mobile-stack td {
        display: block;
        text-align: right;
        padding-left: 50%;
        position: relative;
    }
    
    table.mobile-stack td:before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: bold;
        text-align: left;
    }
    
    /* Forms */
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select,
    textarea {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
    
    /* Buttons should be touch-friendly */
    button, .button, input[type="submit"] {
        min-height: 44px;
        padding: 12px 20px;
        margin: 0px 0;
    }
}