@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);

body {
	background: url(../images/bg-main.jpg) no-repeat bottom;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-size: cover;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

* {
	outline: 0;
}

h1 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 32pt;
    text-transform: uppercase;
    color: #0c426f;
    margin: 15px 0 10px 0;
}

h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: 400;
    color: #666666;
    margin: 0 0 30px 0;
}

h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 21pt;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1), 1px 2px 1px rgba(0, 0, 0, 0.1);
}

/*
::-webkit-scrollbar {
    display: none;
}
*/

#main {
	margin: 0 auto;
	background: #ffffff;
}

#sidebar {
	background: #07153a;
	position: relative;
	width: 85px;
	height: 100vh;
	text-align: center;
	padding-top: 40px;
	float: left;
	z-index: 9999;
}

.sidebar-icons {
	background: url("../images/sidebar-icons.png") no-repeat center;
	width: 84px;
	height: 105px;
}

.sidebar-icons-login {
	background: url("../images/sidebar-icons-login.png") no-repeat center !important;
}

#menu-left {
	background: #0c426f;
	width: 300px;
	height: 100vh;
	float: left;
	box-shadow: 4px 0px 15px #0000003d;
}

.menu-mobile {
	display: none;
}

#leftin {
	width: 100%; 
	float: left; 
	clear: both;
	display: block;
	padding: 0px 0 0px 0px;
}

.no-bullets {
    list-style-type: none;
}

#content-login {
	width: 57%;
	height: 100vh;
	float: left;
}

#content-main {
	background: #ffffff;
	width: 57%;
	height: 100vh;
	float: left;
	text-align: center;
	overflow: scroll;
    overflow-x: hidden;
}

.main-center {
	width: 88%;
	margin: 60px auto 10px auto;
	text-align: left;
}

.login-center {
	margin: 150px auto 0 auto;
	width: 600px;
}

.steps-menu {
	text-align: center;
	position: relative;
	top: 30px;
	left: -9px;
}

.menu-item {
	background: #195383;
	font-family: 'Open Sans', Calibri, Arial, Helvetica, sans-serif;
	font-weight: 300;
    font-size: 14pt;
	color: #ffffff;
	width: 220px;
	padding: 6px 10px;
	border-radius: 5px;
	list-style-type: none;
	text-transform: uppercase;
	cursor: pointer;

}

.menu-img {
	list-style-type: none;
	margin: 3px 20px 3px 0;
}

.arrow {
	background: url("../images/ico-arrow.png") no-repeat;
	width: 20px;
	height: 12px;
	position: relative;
	left: 110px;
	margin: 3px 0 7px;
}

.arrow-act {
	background: url("../images/ico-arrow-act.png") no-repeat;
	width: 20px;
	height: 21px;
	position: relative;
	left: 110px;
	margin: 3px 0 7px;
}

.menu-item-act {
	background: #07153a;
}

.clear {
	clear: both;
}

.logo {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

.folio-select {
	padding: 5px 15px;
	display: inline-block;
	width: 100%;
}

.folio-info {
	float: right;
	width: calc(100% - 150px);
	display: inline-block;
}

.folio-photo {
	float: left;
	width: 150px;
	height: 100%;
}

.folio-name {
 	width: 35%;
}

.folio-cabin {
	width: 20%;
}

.folio-cruise {
	width: 45%;
}

.folio-name,
.folio-cabin,
.folio-cruise {
	float: left;
	padding: 10px 10px 0 10px;
}

.folio-photo img {
	border-radius: 50%;
	border: 4px solid #c2c2c2;
	width: 100%;
}

.folio-p1 {
	font-size: 12pt;
	color: #9d9c9c;
	margin: 0;
}

.folio-p2 {
	font-size: 15pt;
	color: #575757;
	margin: auto;
	max-width: 170px;
}

.folio-p3 {
	font-size: 12pt;
	color: #575757;
	margin: auto;
}

.single-p1 {
	display: none;
}

.trip-details{
	padding-top: 2px;
	height: 50px;
	overflow: hidden;
}

.p4 {
	font-size: 11pt;
	color: #252525;
	margin: 0 0 3px 0;
}

.red {
	color: #f50527;
}

.orange {
	color: #f47050;
}

.inputs-box {
	padding: 15px 20px 5px 20px;
}

.bg-color {
	background: #f5f5f5;
}

.column-left {
	width: 33%;
	float: left;
}

.column-left-flex {
	width: 25%;
	float: left;
}

.addmargintop {
	margin-top: 10px;
}

.doc-type,
.remark-type ,
.survey-type {
	background: #7cc6f4;
	color: #ffffff;
	font-size: 16pt;
	padding: 10px 30px;
	margin-bottom: 20px;
}
.remark-type p,
.survey-type p{
	display: inline-block;
}

.survey-type .survey-header {
	display: block;
}

.survey-items, .open-survey-items {
	border-bottom: 1px solid black;
}

.survey-items .survey-question,
.open-survey-items .survey-question {
	display: block;
	position: relative;
}

.survey-items .additional-info,
.open-survey-items .additional-info {
	display: block;
	margin: 0;
	font-size: 10pt;
	color: #0000EE;
	text-decoration: underline;
	position: absolute;
	top: 18px;
}

.survey-items .additional-info:hover,
.open-survey-items .additional-info:hover {
	/* color: #ffffff; */
	cursor: pointer;
}

.survey-items ul,
.open-survey-items ul {
    list-style-type: none;
}

/* Loading Popup Section */

#processing {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#cover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 9998;
}

.loading {
	position: absolute;
	top: 30%;
	left: 40%;
	opacity: 1;
	z-index: 9999;
}

.loading-label {
	color: #ffffff;
	background: #07153a;
	width: 160px;
	text-align: center;
	padding: 10px 0;
	border-radius: 6px;
	position: relative;
	top: -70px;
	left: 35px;
}


/* Inputs Section */

.input-login {
	font-family: 'Open Sans', Calibri, Arial, Helvetica, sans-serif;
	font-weight: 300;
    font-size: 34pt;
    width: 420px;
    border: 0;
    color: #ffffff;
    background-color: rgba(0,0,0,0.01);
}

::-webkit-input-placeholder {
   color: #ffffff;
}

#input-section input:not(.phone-input),
#input-section select,
#input-section textarea ,
.open-survey-items input {
	font-family: 'Open Sans', Calibri, Arial, Helvetica, sans-serif;
	width: 190px;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	padding: 6px 10px;
	color: #535353;
	font-size: 11pt;
	margin-bottom: 10px;
}

.phone-input{
	font-family: 'Open Sans', Calibri, Arial, Helvetica, sans-serif;
	width: 190px;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	padding-top: 6px;
	padding-left: none;
	padding-bottom: 6px;
	padding-right: 10px;
	color: #535353;
	font-size: 11pt;
	margin-bottom: 10px;
}

.open-survey-items input {
	width: 350px !important;
}

#input-section select {
	width: 190px;
	padding: 5px 10px !important;
}

#input-section input:hover,
#input-section select:hover,
#input-section textarea:hover,
.survey-items input:hover,
.open-survey-items input:hover {
	border: 1px solid #b3944d;
}

#input-section .input-ratio {
	width: 30px !important;
	margin-bottom: 25px !important;
	vertical-align: top;
}

#input-section span.p4 {
	margin-left: -5px;
}

input[type=radio] {
	border: 0px;
	height: 15px;
	vertical-align: top;
}

.doc-type-select,
.remark-type-select,
.survey-type-select {
	font-family: 'Open Sans', Calibri, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #535353;
	width: 70%;
	margin-left: 15px;
	border: 0;
	border-radius: 6px;
	padding: 3px 15px;
}

.intput-comments {
	width: 350px !important;
}

.input-mobile {
	width: 97px !important;
}

.form-control {
	width: 87px !important;
}

/* Errors, validation messages section */

.login-error {
	/*display: none;*/
	font-size: 14pt;
    color: #ffffff;
    text-align: center;
    background: #d50000;
    max-width: 380px;
    margin: 25px 0 0 0;
    padding: 7px 30px;
    border-radius: 7px;
    opacity: 0.75;
}

.error-message-validation {
	display: block;
	color: #d85231;
	line-height: 15px;
}

.validation-error-general-message {
	background: #f47050;
	color: #ffffff;
	width: 80%;
	margin: 0 auto 20px auto;
	padding: 6px 10px;
	border-radius: 5px;
	text-align: center;
}

.has-error {
	border: 1px solid #f51737 !important;
}

.has-error-maxiLen {
	border: 1px solid #d7d7d7 !important;
}

.btn-inactive {
	outline: none;
	background-color: #bdbcbc !important;
	cursor: not-allowed !important;
}


/* Buttons Section */

.btn-folio-select {
	background: #f5f5f5;
	width: 100%;
	height: auto;
	border: 1px solid #f5f5f5;
	cursor: pointer;
	margin: 0 0 20px 0;
}

.btn-folio-select:hover {
	border: 1px solid #c9a656;
}

.btn-back {
	font-size: 21px;
	background: url(../images/arrow-left.png) no-repeat #07153a;
	background-position: 15% 50%;
	opacity: 0.9;
	color: #ffffff;
	padding: 10px 16px 10px 30px;
	margin: 0 5px;
	width: 180px;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
}

.btn-back:hover {
	opacity: 1;
	background-position: 10% 50%;
}

.a-btn-back {
	padding-left: 70px;
	padding-right: 55px;
	font-size: 21px;
	font-family: Arial;
}

.btn-back-to-overview {
	font-size: 21px;
    background: url(../images/arrow-left.png) no-repeat #07153a;
    background-position: 10% 50%;
    opacity: 0.95;
    color: #ffffff;
    padding: 10px 10px 10px 45px;
    margin: 0 5px;
    width: 380px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
}

.btn-back-to-overview:hover {
	opacity: 1;
	background-position: 7% 50%;
}

.btn-continue {
	font-size: 21px;
	background: url(../images/arrow-right.png) no-repeat #07153a;
	background-position: 87% 50%;
	opacity: 0.95;
	color: #ffffff;
	padding: 10px 30px 10px 20px;
	margin: 0 5px;
	width: 180px;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
}

.btn-continue:hover {
	opacity: 1;
	background-position: 92% 50%;
}

.btn-logout {
	font-size: 21px;
	background: url(../images/btn-bg-logout.png) no-repeat #07153a;
	background-position: 87% 50%;
	opacity: 0.9;
	color: #ffffff;
	padding: 10px 30px 10px 20px;
	margin: 0 5px;
	width: 180px;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
}

.btn-logout:hover {
	opacity: 1;
}

.btn-complete {
	font-size: 21px;
	background: url(../images/btn-complete.png) no-repeat #07153a;
	background-position: 93% 47%;
	opacity: 0.95;
	color: #ffffff;
	padding: 10px 30px 10px 10px;
	margin: 0 5px;
	width: 180px;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
}

.btn-complete:hover {
	opacity: 1;
}

.btn-add {
	font-size: 21px;
	background: url(../images/btn-bg-add-small.png) no-repeat #07153a;
	background-position: 71% 47%;
    opacity: 0.9;
    color: #ffffff;
    padding: 10px 30px 10px 15px;
	margin: 0 5px;
	width: 180px;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
}

.btn-add:hover {
	opacity: 1;
}

.btn-remark-add {
	font-size: 24px;
	background: url(../images/btn-bg-add.png) no-repeat #4fa53b;
	background-position: 31% 50%;
    opacity: 0.9;
    color: #ffffff;
    padding: 15px 15px 10px 40px;
    margin: 0 5px;
    width: 670px;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
}

.btn-remark-add:hover {
	opacity: 1;
}

.buttons-remark-add {
	text-align: center;
}

.btn-login {
    position: relative;
    top: 30px;
}

.nav-buttons {
	margin: 25px 0 25px 0;
	text-align: center;
}

.btn-remark-table-edit {
	background: url("../images/btn-edit-remark.png") #07153a no-repeat;
	height: 50px;
	width: 50px;
	border: 0;
	cursor: pointer;
}

.btn-remark-table-void,
.btn-survey-table-void {
	background: url("../images/btn-void-remark.png") #fe0000 no-repeat;
	height: 50px;
	width: 50px;
	border: 0;
	cursor: pointer;
}

.btn-enter {
	font-size: 21pt;
	background: #0c426f;
    color: #ffffff;
    padding: 15px 10px 15px 10px;
    width: 250px;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 7px;
}

.btn-enter:hover {
	background: #07153a;
	-ms-transform: scale(1.1,1.1); /* IE 9 */
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);
}

.btn-toggle-expand {
    font-size: 14pt;
    background: #237DAC;
    color: #ffffff;
    padding: 8px 10px 15px 10px;
    width: 120px;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 7px;
    margin-bottom: 12px;
}

.btn-toggle-collapse {
    font-size: 14pt;
    background: #333333;
    color: #ffffff;
    padding: 8px 10px 15px 10px;
    width: 120px;
    height: 40px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 7px;
    margin-bottom: 12px;
}
/* Table Section */

#remarks-table,
#survey-item-table {
	width: 100%;
	border-spacing: 0;
	margin: 20px 0;
}

#remarks-table th {
	background: #7cc6f4;
	font-size: 14pt;
	font-weight: normal;
	color: #ffffff;
	height: 50px;
	padding: 0 15px;
}

#survey-item-table th {
	background: #7cc6f4;
	font-size: 12pt;
	font-weight: normal;
	color: #ffffff;
	height: 40px;
	padding: 0 15px;
}

#remarks-table td ,
#survey-item-table td {
	background: #f5f5f5;
	font-size: 11pt;
	font-weight: normal;
	color: #07153a;
	height: 50px;
	padding: 0 15px;
	border-top: 7px solid #ffffff;
}

.table-edit-remark,
.table-void-remark,
.table-void-survey {
	width: 55px !important;
	padding: 0 !important;
}
/* Accordion section */

.panel-danger .panel-heading {
    background-color: red !important;
}

.panel-heading {
    background-color: #333333 !important;
    color: white !important;
}

.survey-question ul {
    list-style-type: none;
	padding-top:10px
}

.survey-category .panel-heading {
    opacity: 0.9;
}

.survey-category .survey-question .panel-heading,
.survey-question .panel-heading {
    background-color: #237DAC !important;
    opacity: 0.8;
	padding-bottom: 10px !important;
}

.badge-danger {
    color: red !important;
    font-weight: bold;
}

.custom-lvl2, .custom-lvl3 {
	border: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.custom-lvl2 .panel, .custom-lvl3 .panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.custom-lvl3 {
	border: 0 !important;
}

.custom-lvl2 .panel-body,
.custom-lvl3 .panel-body {
	border: 0 !important;
	padding-top: 2px !important;
}

.custom-lvl3 .panel-body {
	border: 0 !important;
	padding-top: 0 !important;
}

.custom-lvl2 .panel-heading,
.custom-lvl3 .panel-heading {
	background-color: #ffffff !important;
}

.custom-lvl2 .panel-heading {
	padding-bottom: 0 !important;
}

.custom-lvl2 .panel-heading .text-muted {
	font-weight: bold;
	color: #017fca !important;
}

.custom-lvl3 .panel-heading .text-muted {
	font-weight: bold !important;
	color: #000000 !important;
}

.survey-label {
	width: 100%;
	font-weight: normal !important;
}

.survey-label input[type="text"] {
	width: 80%;
}

/* Phone normalization/validation section */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input-mobile {
	margin-left: 3px;
}

.ui-select-container {
	width: 90px;
}

.ui-select-choices {
	width: 300px !important;
    text-align: left;
}

.text-muted {
	color: #7b7b7b !important;
}

.form-control,
.form-control:focus
 {
 	border: 1px solid #b3944d !important;
	border-radius: 6px;
	height: 38px;
	width: 87px;
	font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    padding: 8px 12px;
}

.btn-default {
	border: 1px solid #c5c4c4 !important;
	border-radius: 6px;
}

.btn-default:hover {
	background-color: #ffffff !important;
	border: 1px solid #b3944d !important;
}

.ui-select-match-text > img {
	position: relative;
	top: 1px;
}

#auto-mobile {
	display: flex;
    text-align: left;
    margin: 0 auto;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #017fca;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}


.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close{
  display:none;
}

.select-locked > .ui-select-match-close{
    display:none;
}

body > .select2-container.open {
  z-index: 9999;
}

.ui-select-container[theme="select2"].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    border-top-width: 1px;
    border-top-style: solid;

    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);

    margin-top: -4px;
}
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
    margin-top: 4px; /* FIXME hardcoded value :-/ */
}
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
    border-bottom-color: #5897fb;
}

.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme="select2"] .ui-select-dropdown .ui-select-search-hidden input{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.selectize-input.selectize-focus{
  border-color: #ffffff !important;
}

.selectize-control > .selectize-input > input {
  width: 100%;
}

.selectize-control > .selectize-dropdown {
  width: 100%;
}

.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}

.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
    margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme="selectize"] input.ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
    width: 0;
}

.btn-default-focus {
  color: #333;
  background-color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
  outline: 0;
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

.input-group > .ui-select-bootstrap.dropdown {
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden{
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border:0;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  text-align: left !important;
  height: 34px;
  width: 87px;
  padding: 8px 18px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -16px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>span:hover, .ui-select-bootstrap .ui-select-choices-row>span:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #1e90ff;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
    width: 100%;
		display: block;
}
.ui-select-bootstrap .ui-select-match-text span {
	display: inline-flex;
	width: 100%;
	overflow: hidden;
	line-height: 1.2;
}
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}


/* Animation Section */

.traveller-box img,
.traveller-box img:hover,
.btn-back,
.btn-back:hover,
.btn-continue,
.btn-continue:hover,
.btn-complete,
.btn-complete:hover,
.btn-remark-add,
.btn-remark-add:hover,
.btn-add,
.btn-add:hover,
.btn-back-to-overview,
.btn-back-to-overview:hover,
.btn-logout,
.btn-logout:hover,
.btn-enter,
.btn-enter:hover,
.btn-folio-select,
.btn-folio-select:hover,
.tooltiptext-top,
.tooltiptext-top,
#input-section input,
#input-section select,
#input-section textarea {
	transition: all 0.2s ease-in-out 0.1s;
}
#input-section textarea{
	resize: vertical;
}

.show-animation {
  -webkit-animation: seconds 1.0s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.1s;
  animation: seconds 1.0s forwards;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  opacity: 0;
}
@-webkit-keyframes seconds {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes seconds {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Tooltip Section */

.tooltip {
    position: relative;
    display: inline-block;
    left: -10px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    display: none;
    width: 120px;
    font-family: Arial;
    font-size: 10pt;
    background: #07153a;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 105%;
    text-transform: none;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #07153a transparent transparent;
}
.tooltiptextshow {
	display: inherit !important;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip-top {
    position: relative;
    display: inline-block;
}

.tooltip-top .tooltiptext-top {
    visibility: hidden;
    width: 120px;
    font-family: Arial;
    font-size: 9pt;
    background-color: #07153a;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
}

.tooltip-top .tooltiptext-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #07153a transparent transparent transparent;
}

.tooltip-top:hover .tooltiptext-top {
    visibility: visible;
    opacity: 1;
}

.tooltip-top .tooltipwarningtext-top {
    visibility: hidden;
    width: 350px;
    font-family: Arial;
    font-size: 9pt;
    background-color: red;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 105%;
	left: 35%;
    opacity: 0;
}

.tooltip-top .tooltipwarningtext-top::after {
    content: "";
    position: absolute;
    top: 100%;
	left: 35%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #07153a transparent transparent transparent;
}

.tooltip-top:hover .tooltipwarningtext-top {
    visibility: visible;
    opacity: 1;
}

.checkbox-item {
	background: #195383;
	font-family: "Open Sans", Calibri, Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 12pt;
	color: #ffffff;
	padding: 6px 10px;
	border-radius: 5px;
	list-style-type: none;
  }
  .checkbox-item a {
	color: #ffffff;
	cursor: pointer !important;
  }

/* Pikaday CSS plus custom changes */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 270px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 8px;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

.pika-title select {
	font-family: 'Open Sans', Calibri, Arial, Helvetica, sans-serif;
    width: 150px;
    color: #535353;
    font-size: 13pt;
    padding-left: 20px;
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0px;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 8px;
    color: #666;
    font-size: 14px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #0c426f;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #0c426f;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #0c426f;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.pika-label::after {
	content: '\25BE';
}

/* IE lower than 10 bug message */

#ie-bug {
	display: none;
}

/* RWD Tricks Section */
@media screen and (min-width: 2400px){
    body {
        background-size: cover;
    }
}

@media screen and (max-width: 1600px){
	#main-content,
	#content-main {
	    width: 940px !important;
	}
}

@media screen and (max-width: 1366px){
	#main-content,
	#content-main {
	    width: 940px !important;
	}

	.loading {
		left: 50%;
	}

	.folio-name,
	.folio-cabin,
	.folio-cruise {
	float: left;
	padding: 40px 10px 0 10px !important;
	}
}

@media screen and (max-width: 1360px){
	#main-content,
	#content-main {
	    width: 879px !important;
	}

	.folio-name,
	.folio-cabin,
	.folio-cruise {
		float: left;
		padding: 15px 10px 0 10px !important;
	}
}


/* RWD Tricks Section - Tablets horizontal view */

@media screen and (max-width: 1280px){
	body {
		background: url(../images/bg-main-tablet.jpg) no-repeat right top;
    background-size: cover;
	}

	#main-content,
	#content-main {
	    width: 879px !important;
	}

	#sidebar {
		width: 75px;
	}

	.sidebar-icons {
		width: 74px;
	}

	#menu-left {
		width: 70px;
	}

	.steps-menu {
		text-align: center;
	    position: relative;
	    top: 0;
	    left: -340px;
	    background: #0c426f;
	    width: 305px;
	    height: 100vh;
	    z-index: 9996;
	    padding-top: 30px;
	}

	.toggle-off {
		left: -340px;
		transition: all 0.2s ease-in-out 0.1s;
	}

	.toggle-on {
		left: 25px;
		transition: all 0.2s ease-in-out 0.1s;
	}

	#content-login {
    	width: 80%;
	}

	.btn-remark-add {
		width: 760px;
		margin: auto;
	}

	.menu-mobile {
		position: absolute;
		top: 40px;
		left: 75px;
		display: block;
		z-index: 9997;
		background: #0c426f;
		height: 90vh;
		width: 67px;
		text-align: center;
	}

	.menu-mobile-icon {
		cursor: pointer;
	}

	.folio-p2 {
		max-width: 300px;
	}

	.loading {
		left: 40%;
	}

	.folio-name,
	.folio-cabin,
	.folio-cruise {
		float: left;
		padding: 15px 10px 0 10px !important;
	}

	input[type=radio] {
	    border: 0px;
	    height: 23px;
	 }
}

/* RWD Tricks Section - Tablets vertical view */

@media screen and (max-width: 1023px){
	body {
		background: url(../images/bg-main-tablet-vertical.jpg) no-repeat center top;
	}

	#main-content,
	#content-main {
	    width: calc(100% - 110px) !important;
	}

	#sidebar {
		display: none;
	}

	.menu-mobile {
		left: 0px;
	}

	.column-left {
	    width: 46%;
		padding-left: 20px;
	}

	.login-center {
	    width: 470px;
	}

	.doc-type-select,
	.remark-type-select {
		width: 65%;
	}

	.btn-remark-add {
		width: 608px;
	}
	.trip-details{
		margin-bottom: 7px;
	}

	.folio-p3{
		font-size: 11pt;
	}

	.folio-name {
		width: 30%;
   	}
   
   .folio-cabin {
	   width: 20%;
   	}
   
   .folio-cruise {
	   width: 50%;
   	}
}

/* RWD Tricks Section - Mobile phones view */
@media screen and (max-width: 820px){
	.folio-photo{
		display: none;
	}
	.folio-info {
		width: 100%;
	}
	.btn-remark-add {
    	width: 100%;
			background-position: 20% 50%;
	}
}
@media screen and (max-width: 670px){
	.folio-p3 {
		white-space: normal;
	}
	
	.trip-details{
		overflow: visible;
		height: auto;
		margin-bottom: 20px;
	}

	.column-left {
		width: 100%;
	}
	.inputs-box {
		padding: 15px 0 5px 0;
		width: 315px;

	}

	.login-center {
			width: 250px;
	}

	.input-login {
		font-size: 20pt;
	}

	#input-section input, #input-section select, #input-section, #input-section textarea {
			width: 100%;
	}
	.inputs-box{
		width: 100%;
		padding: 15px;
	}
	.input-mobile {
			width: 100% !important;
	}
	
}
@media screen and (max-width: 630px){
	#main-content, #content-main{
		width: calc(100% - 70px) !important;
	}
	.folio-name, .folio-cabin, .folio-cruise {
    float: left;
    padding: 5px 10px !important;
}
}
@media screen and (max-width: 480px){
	body {
		background: #ffffff;
	}
	.folio-select {
    flex-wrap: wrap;
		justify-content: center;
	}

	#main-content,
	#content-main {
			width: 100%!important;
	    max-width: 100% !important;
	}
	#content-main {
	    margin-top:35px;
			padding-bottom: 35px;
	}

	#main {
		overflow-x: hidden;
    	overflow-y: hidden;
    	margin: 0;
    	padding: 0;
	}

	#menu-left {
	    height: 90%;
	    box-shadow: none;
	}

	#content-login {
		background: url(../images/bg-main-phone.jpg) no-repeat center top;
		height: 100vh;
	}

	.loading-label {
    color: #ffffff;
    background: #07153a;
    width: 160px;
    text-align: center;
    padding: 10px 0;
    border-radius: 6px;
    position: relative;
    top: -70px;
    margin: auto;
		left: 0;
	}
	.loading {
    left: 0;
    position: relative;
	}

	.column-left {
		width: 100%;
	}

	.logo {
		right: -10px;
	}

	.inputs-box {
		padding: 15px 0 5px 0;
		width: 315px;

	}

	.login-center {
	    width: 250px;
	}

	.input-login {
		font-size: 20pt;
	}

	#input-section input, #input-section select, #input-section, #input-section textarea {
	    width: 100%;
	}
	.inputs-box{
		width: 100%;
		padding: 15px;
	}
	.input-mobile {
			width: 100% !important;
	}
	.column-left {
    padding-left: 0;
	}

	h1 {
   		font-size: 18pt;
   	}

   	h2 {
   		font-size: 12pt;
   	}

   	h3 {
   		font-size: 13pt;
   	}

   	.btn-back {
   		margin: 0 0 10px 0;
   	}

   	.doc-type-select,
   	.remark-type-select {
	    width: 90%;
	    margin-top: 10px;
	}
	.remark-type-select {
		width: 100%;
}

	.btn-remark-add {
    	width: 248px;
    	background-image: none;
    	padding: 15px 10px 10px 10px;
	}

	.intput-comments {
		width: 190px !important;
	}

	.btn-back-to-overview {
		background-image: none;
		padding: 10px 10px 10px 10px;
	    margin: 0 5px 10px;
	    width: 180px;
	}

	.folio-photo {
		display: none;
	}

	.btn-folio-select {
		height: auto;
	}

	.folio-p3 {
		font-size: 11pt;
	}

	.folio-name,
	.folio-cabin,
	.folio-cruise {
		padding: 10px 10px 0 5px !important;
	}
	.folio-name {
		width: 100%;
		padding-bottom: 10px !important;
	}
	.folio-cabin {
		width: 30%;
	}
	.folio-cruise {
		width: 70%;
	}

	.error-message-validation {
		width: 350px;
	}
	.menu-item {
    font-size: 13pt;
	}
	.menu-mobile {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 9997;
    background: #0c426f;
    height: 70px;
    width: 100vw;
    text-align: left;
    padding: 10px;
	}
	.toggle-on{
		left: 0;
	}
	.steps-menu{
		padding-top: 70px;
	}
	#menu-left{
		width: 0;
	}
	#content-login {
		width: 100%;
		padding: 20px;
	}
	.login-center {
    width: 100%;
    padding: 25px;
		margin: 70px auto 0 auto;
	}
	.login-center img{
		width: 100%;
	}
	.login-center input{
		width: 100%;
	}
	.logo{
		top: 0;
		right: 0;
	}
	.btn-enter {
    font-size: 14pt;
    background: #07153a;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    width: 160px;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 7px;
	}
	.btn-remark-add {
		width: 100%;
		margin: 0;
		background-image: none;
		padding: 10px 10px 10px 10px;
	}
	.remark-type p{
		display: inline;
	}
	.remark-type-select{
		margin-left: 0;
	}

	.column-names {
		display: none;
	}

	.single-p1 {
		display: block;
		margin-bottom: 5px !important;
	}

}
/* smartphones landscape */
@media screen and (max-width: 800px) and (orientation: landscape){
	h1 {
    font-size: 20pt;
}
h2 {
    font-size: 15pt;
}
	h3 {
    font-size: 14pt;
	}
	#content-main {
	    width: calc(100vw - 70px)!important;
	}
	.input-login {
    font-size: 17pt;
	}
	.btn-enter {
	    font-size: 17pt;
	    background: #07153a;
	    color: #ffffff;
	    padding: 10px 0px 10px 0px;
	    width: 250px;
	    text-decoration: none;
	    cursor: pointer;
	    border: 0;
	    border-radius: 7px;
	}
	.login-center {
	    margin: 110px auto 0 auto;
	}
	.arrow{
		margin: 3px 0 3px;
	}
	.steps-menu {
    top: 0;
    padding-top: 1px;
	}
	.menu-item {
	    font-size: 10pt;
			padding: 5px 10px;
	}
	.btn-back-to-overview{
		margin:5px;
	}
	.loading {
	    left: 0;
	    width: 100vw;
	}
	.loading-label {
	    left: 0;
	    margin: auto;
	}
	.btn-remark-add {
	    background-position: 23% 50%;
	    margin: 0;
			width: 100%;
	}
	.folio-photo img{
		width: 70px;
	}
	.login-error{
		font-size: 11pt;
		margin: 8px 0 -23px 0;
	}
	.remark-type p{
		display: inline-block;
	}
	.remark-type-select{
		margin-left: 5px;
	}
	}
/* iPhone 5 landscape */
@media screen and (max-width: 568px) and (orientation: landscape){
	.login-center {
    margin: 75px 0 0 20px;
}
.arrow {
    margin: 1px 0 1px;
}
#input-section input, #input-section select, #input-section textarea, .survey-items input{
	width: 170px;
}
}
/* RWD Tricks Section - Mobile phones view - iPhone 6 */

@media screen and (max-width: 375px){

}

/* RWD Tricks Section - Mobile phones view - iPhone 5 */

@media screen and (max-width: 320px){
	body {
		background: #ffffff;
	}

	.btn-enter {
		width: 210px
	}

	.btn-remark-add {
		width: 100%;
		padding: 10px 10px 10px 10px;
		font-size: 17px;
	}

	.logo {
		display: none;
	}

	.folio-name,
	.folio-cabin,
	.folio-cruise {
		padding: 10px 10px 0 5px !important;
	}
}


/* The Modal (background) */
.modal {
    position: fixed;
    z-index: 9998;
	padding-top: 150px;
	margin: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
	animation-duration: 0.4s;
	max-width: 600px;
	border-radius: 25px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
	background-color: #0c426f;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	border-radius: 15px 15px 0 0;
}

.modal-body {
	padding: 16px 16px;
	text-align: center;
}

.modal-footer {
	margin-top: -20px;
    background-color: #f5f5f5;
	color: white;
	border-radius: 0 0 15px 15px;
}

.modal-title {
	font-size: 20px;
	text-transform: none;
}

.modal-text {
	margin: 15px 0 15px 0;
	font-size: 18px;
}

.btn-popup-yes {
	cursor: pointer;
	margin: 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 16px;
	color: white;
	background-color: #0c426f;
	border: 4px solid #0c426f;
	border-radius: 6px;
	font-weight: 800;
}

.btn-popup-no {
	cursor: pointer;
	margin: 20px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 16px;
	color: white;
	background-color: #242424;
	border: 4px solid #242424;
	opacity: 0.9;
	border-radius: 6px;
	font-weight: 800;
}
.modal-line {
	width: 60%;
	border-top: 1px solid lightgray;
	margin: auto;
}
.bold-text {
	font-weight: bold;
}

.iti__flag {
	background-image: url(../images/flags.png) !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
	  background-image: url(../images/flags@2x.png) !important;
	}
}