html,
body {
    height: 100%;
    color: #444;
    background: white;
    /* url(/images/bg.png) repeat-x 0 0;*/
    position: initial !important;
}

input[type="checkbox"] {
    accent-color: #4472C4 !important;
}

.selectex {
    height: 29px;
    top: 10px;
    position: relative;
}

.insurance-add,
.insurance-add:hover {
    width: 130px;
}

.exchangelabel {
    top: 18px;
}

.exchangelabel2 {
    top: 13px;
}

.exchangechanges {
    opacity: 1;
    background: #F5F5F5;
    border-radius: 7px
}

.exchangechangesPayment {
    opacity: 1;
    background: #F5F5F5;
    border-radius: 7px
}

.width100 {
    width: 100%;
}


.rotate-90 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-270 {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.flip {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.flip-and-rotate-90 {
    -moz-transform: rotate(90deg) scaleX(-1);
    -webkit-transform: rotate(90deg) scaleX(-1);
    -o-transform: rotate(90deg) scaleX(-1);
    transform: rotate(90deg) scaleX(-1);
}

.flip-and-rotate-180 {
    -moz-transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg) scaleX(-1);
    -o-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1);
}

.flip-and-rotate-270 {
    -moz-transform: rotate(270deg) scaleX(-1);
    -webkit-transform: rotate(270deg) scaleX(-1);
    -o-transform: rotate(270deg) scaleX(-1);
    transform: rotate(270deg) scaleX(-1);
}

.form-control {
    padding-right: unset !important;
}

.table>tbody>tr>td {
    vertical-align: middle !important;
    height: 48px !important;
}


body#tinymce {
    background: #fff;
}

html,
body,
div,
span,
p,
input,
select {
    font-size: 11pt;
    font-family: helvetica, arial, sans-sherif;
    line-height: 1.3;
}

span.fb_button_text {
    font-size: 12px;
}

p {
    margin: 0 0 1em 0;
}

#footer-wrapper,
#header-wrapper,
#content,
#content-wrapper,
#wrapper,
#header,
#footer,
#navigation {
    position: relative;
    width: 100%;
}

#header-wrapper {
    background: white;
}

#header-logo img {
    width: auto;
    height: 100px;
}

#navigation {
    background: #4472C4;
    border-top: 1px solid #ccccff;
}

#header,
#footer,
ul.navigation,
#content-wrapper,
ul.menu-layout,
.breadcrumbs {
    display: block;
    width: 1100px;
    margin: 0 auto;
    padding: 10px 0;
}

.header-controls {
    text-align: right;
    float: right;
}



.breadcrumbs {
    width: auto;
    margin: 0 0 10px;
    border-bottom: 1px solid #efefef;
}

.backlink {
    padding-top: 10px;
    border-top: 1px solid #efefef;
    margin: 10px 0 0;
    clear: both;
}

#content {
    width: 800px;
    padding: 20px 10px 20px 50px;
    background: #fff;
    border-right: 1px solid #ccccff;
}

#secondary {
    width: 190px;
    position: absolute;
    top: 40px;
    right: 10px;
}

#content-wrapper {
    padding: 0 0 100px;
    background: #fff;
}

#wrapper {
    position: relative;
    min-height: 100%;
}

#content-wrapper {
    min-height: 300px;
}

/** STANDARD CLASSES **/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    clear: both;
    margin-bottom: 10px;
    color: #666;
}

h1 {
    font-size: 175%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 125%;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

/** Tables **/
table {
    margin: 10px 10px;
    font-size: 90%;
}

td,
th {
    padding: 3px 1em;
}

th {
    font-weight: bold;
}

thead tr {
    border-bottom: 1px solid #efefef;
}

/* tbody tr:hover {
    background: #efefFF;
} */

tr td.action {
    display: none;
}

tr:hover td.action {
    display: table-cell;
    font-size: 90%;
}

th.action {
    width: 70px;
}

/** forms **/
input[type=text],
input[type=password],
select,
textarea,
input.ui-autocomplete-input {
    /* min-width: 300px; */
    padding: 3px 5px;
    color: #666;
    border: 1px solid #CCC;
    border-radius: 6px;
    z-index: 0 !important;
}

input.ui-autocomplete-input {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.SF_Form_Element_Autocomplete input {
    float: left;
}

.SF_Form_Element_Autocomplete button.ui-button {
    height: 29px;
    float: left;
}

input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus,
input.ui-autocomplete-input:focus {
    border: 1px solid #64688C;
    outline: none;
}

input.ajaxValidateOk {
    border: 1px solid #B9DC8C;
}

fieldset {
    border: 1px solid #efefef;
    padding: 10px 20px;
    margin-bottom: 20px;
}

fieldset .sf-form-input {
    width: 560px;
}

fieldset#fieldset-contact_phone {
    border: none;
    padding: 0;
}

.ajaxValidateProcessing {
    background: #CCCCCC;
    color: #999999;
}

input.ajaxValidateError,
.input-with-errors input {
    border: 1px solid #FF0000;
}

span.ajaxValidation {
    width: 20px;
    background: transparent;
    padding-left: 20px;
    margin-left: 10px;
    padding-bottom: 5px;
}

span.ajaxValidation.ajaxValidateProcessing {
    background: url(/images/form-element-loading.gif) left top no-repeat;
}

span.ajaxValidation.ajaxValidateOk {
    background: url(/images/form-element-ok.png) left top no-repeat;
}

span.ajaxValidation.ajaxValidateError {
    background: url(/images/form-element-error.png) left top no-repeat;
}

#frmWebsiteSearch {
    margin-bottom: 20px;
}

.sf-form-element-container {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 2px 0;

}

.sf-form-label {
    float: left;
    width: 175px;
}

.sf-form-cancel {
    clear: left;
    padding: 0.5em 0;
}

.sf-form-input {
    float: left;
    width: 600px;
}

.sf-form-label-required-optional {
    font-size: 75%;
    margin-left: 1em;
    display: none;
}

.sf-form-label-required-asterisk {
    display: none;
}

textarea.tinymce {
    height: 300px;
    width: 700px;
}

.SF_Form_Element_Wysiwyg .sf-form-label,
.SF_Form_Element_Wysiwyg .sf-form-input,
.SF_Form_Element_Rates .sf-form-label,
.SF_Form_Element_Rates .sf-form-input,
.SF_Form_Element_Rates2 .sf-form-label,
.SF_Form_Element_Rates2 .sf-form-input,
.SF_Form_Element_Insurance .sf-form-label,
.SF_Form_Element_Insurance .sf-form-input,
.SF_Form_Element_Insurance2 .sf-form-label,
.SF_Form_Element_Insurance2 .sf-form-input {
    float: none;
    width: 100%;
}

.sf-form-baseurl {
    display: inline;
}

/** login **/
div#connect-container {
    overflow: hidden;
}

div#facebook-connect {
    float: left;
    width: 300px;
}

div#local-connect {
    float: left;
    width: 600px;
    padding-right: 50px;
}

/** footer **/
#footer-wrapper {
    /* background: #7C6698; */
    color: #000000;
}

#footer {
    text-align: center;
}

#flashMessages {
    width: 500px;
    margin: 10px auto;
    padding: 10px 20px;
}


#header #account {
    list-style: none;
    display: block;
}

/** links **/
a {
    text-decoration: none !important;
}

#account a {
    color: black;
}

a:hover {
    text-decoration: underline;
}

/** menu **/
#navigation {
    color: #FFF;
    height: 40px;
}

ul.navigation {
    list-style: none;
    display: block;
    position: relative;
}

#header #account li,
ul.navigation li {
    display: inline;
    position: relative;
}

#header ul.navigation li ul {
    display: none;
    position: absolute;
}

#header ul.navigation li ul li {
    display: block;
}

ul.secondary-menu {
    margin-left: 5px;
    list-style: none;
    margin-top: 10px;
}

ul.secondary-menu li {
    list-style: none;
    margin: 5px 0;
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;
}

/** navmenu **/
/*  PLUGIN navMenu   */
ul.menu-layout {
    position: relative;
    list-style: none;
}

ul.menu-layout li {
    float: left;
    line-height: 40px;
    padding: 0px;
    cursor: pointer;
    list-style: none;
}

ul.menu-layout li ul {
    text-align: left;
    display: none;
    position: absolute;
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    border: 1px solid #64688C;
    background: #B0B1E0;
    z-index: 99999;
    width: 160px;
    height: auto;
}

ul.menu-layout li ul li {
    font-size: 80%;
    line-height: 2em;
    margin: auto;
    float: left;
    padding: 3px 10px 3px 0;
    clear: both;
    width: 150px;
    border-bottom: 1px solid #64688C;
    list-style: none;
}

ul.menu-layout a {
    color: #FFFFFF;
    padding: 0 20px;
}

li.menu-default {
    margin-top: -10px;
    background: none;
    border: none;
}

li.menu-hover {
    margin-top: -10px;
    background: #B0B1E0;
    border: none;
}

li.menu-hover>a {
    color: #8CD2EC;
}

li.submenu-default {
    background: #8CD2EC;
    width: auto
}


ul.menu-layout li ul li ul {
    position: absolute;
    z-index: 99999999999999;
}


/** misc **/
.clickable {
    cursor: pointer;
    color: blue;
}

.secondary {
    margin-top: 50px;
}

/** pagination **/
.paginationControl {
    text-align: center;
    margin-top: 10px;
    font-size: 90%;
}

div.help {
    float: right !important;
    position: relative;
    width: 250px;
}

/* wishlist */

div.items-add {
    display: block;
    background: #efefef;
    padding: 5px;
    font-size: 75%;
    margin-left: 50px;
}

ul.items {
    position: relative;
}

ul.items li.item {
    padding-left: 50px;
    margin-bottom: 10px;
    position: relative;
    min-height: 2em;
}

ul.action {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
}

ul.action li {
    padding-right: 5px;
    display: block;
    float: right;
    font-size: 75%;
}

li:hover ul.action {
    display: block;
}


.errors {
    color: #f00;
}

ul.form-errors {
    margin: 1em 0;
}

#websites-id {
    border: 2px solid #64688C;
    /*background: #e2e2e2;*/
    padding: 10px;
    top: 10px;
    right: 10px;
    position: absolute;
    width: 300px;
}

.editable {
    margin: 0 0 20px 0;
}

.editable ul.actions {
    display: block;
    position: absolute;
    right: 0;
    z-index: 1000;
}

.editable-bottom-actions {
    margin-bottom: 50px;
}

.editable ul.actions li {
    display: inline;
}


div.intro {
    /*border: 1px solid #efefef;*/
    padding: 0.5em 2em;
    /*margin: 10px 0;*/
}

.textblock ul {
    list-style: disc;
    padding: 0.5em 0 1em 0.5em;
}

.textblock ul li {
    margin-left: 1em;
    list-style: disc;
}

ul.details {
    width: 100% !important;
}

ul.details li {
    overflow: hidden;
    padding: 0.15em 0;
}

ul.details div.intro {
    margin-left: 140px;
    padding: 0;
}

ul.details li label {
    color: #999;
    display: block;
    float: left;
    width: 150px;
    text-align: right;
    padding-right: 10px;
}

#template-label {
    float: none;
    width: 600px;
    margin-bottom: 20px;
}

#template-element {
    overflow: hidden;
    width: 770px;
    float: none;
}

#template-element label {
    width: 250px;
    float: left;
    padding-top: 200px;
    text-align: center;
    margin-bottom: 20px;
}

#template-element br {
    display: none;
}

#template-element label[for=template-beach] {
    background: url(/themes/beach/preview.jpg) no-repeat center top;
}

#template-element label[for=template-roses] {
    background: url(/themes/roses/preview.jpg) no-repeat center top;
}

#template-element label[for=template-notebook] {
    background: url(/themes/notebook/preview.jpg) no-repeat center top;
}

#template-element label[for=template-loveletter] {
    background: url(/themes/loveletter/preview.jpg) no-repeat center top;
}

#template-element label[for=template-minimal] {
    background: url(/themes/minimal/preview.jpg) no-repeat center top;
}

#template-element label[for=template-retro] {
    background: url(/themes/retro/preview.jpg) no-repeat center top;
}

ul.details .textblock.overflow {
    max-height: 100px;
    overflow: hidden;
}

ul.details .textblock.overflow.guests {
    max-height: 400px;
    overflow: hidden;
}

ul.details .textblock.overflow.expanded {
    max-height: none;
    overflow: hidden;
}

a.expand-overflow {
    display: block;
    margin: 5px 0 10px 160px;
}

address.block {
    display: block;
    margin-left: 160px;
}


table {
    margin: 1em 0;
}

table th {
    font-weight: bold;
}

table th {
    padding: 2px 10px;
    border-bottom: 1px solid #efefef;
}

table tr.total td {
    border-top: 1px solid #ccc;
}

table tr.gst td {
    border-top: 1px solid #efefef;
}

table td {
    padding: 2px 10px;
    font-size: 90%;
}

td.passenger-head {
    font-weight: bold;
    border-bottom: 1px solid #efefef;
    padding-top: 1em;
}

tr.passenger-subtotal td {
    border-top: 1px solid #efefef;
}

tr.total td {
    font-weight: bold;
    padding-top: 0.5em;
}

td.price {
    text-align: right;
}

ul.details.notes>li {
    border-top: 1px solid #efefef;
    padding: 10px 0;
    margin: 10px 0;
    overflow: hidden;
}

ul.details.notes>li label {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0 0 0.5em 0;
}

div.note {
    margin: 0 0 0 2em;
}

.rates-prices input[type=text] {
    padding: 1px 3px;
    font-size: 11px;
}

.rates-prices2 input[type=text] {
    padding: 1px 3px;
    font-size: 11px;
}

.rates-prices2 select {
    padding: 1px 3px;
    font-size: 11px;
}

.order-payments-bak,
.order-items {
    width: 500px;
}

fieldset {
    padding: 10px;
    margin: 10px 0;
    display: block;
    border: none;
    float: none;
    border: 1px solid #ccc;

}

fieldset fieldset {
    border: none;
    padding: 10px 0;
    overflow: hidden;
}



legend {
    color: #444;
    font-weight: bold;
    margin: 0.5em 0;
    display: block;
}

fieldset fieldset legend {
    font-weight: normal;
}


fieldset#fieldset-expiration .sf-form-element-container,
fieldset#fieldset-expiration .sf-form-input,
fieldset#fieldset-expiration .sf-form-label {
    width: 75px;
    float: left;
}

fieldset#fieldset-dob .sf-form-element-container,
fieldset#fieldset-dob .sf-form-input,
fieldset#fieldset-dob .sf-form-label {
    width: 75px;
    float: left;
}

fieldset.order-items {
    width: 100%;
    border: 0;
    margin: 0;
    overflow: visible;
}

fieldset.order-items .sf-form-element-container {
    width: auto;
    float: left;
    margin: 3px 0;
    overflow: visible;
}

.sf-label-tip label {
    display: none;
    position: absolute;
    z-index: 100;
    top: -20px;
    font-style: italic;
    color: #666;
    font-size: 90%;
    padding-left: 10px;
}

div.rooms {
    overflow-x: auto;
}

.table-menu {
    margin: 0.5em 0;
}

.table-menu-buttons {
    margin: 0.5em 0;
}

.rates-th {
    display: inline-block;
    width: 16%;
    padding-right: 5px;
    white-space: normal;
    text-align: center;
    font-size: 10px;
}

.rates-th2 {
    display: inline-block;
    width: 11.8%;
    padding-right: 5px;
    white-space: normal;
    text-align: center;
    font-size: 10px;
}

#frmOrderItems input[type=text],
#frmOrderItems select {
    max-width: 200px;
    width: auto;

}

.user-employee #user_id-container {
    display: none;
}

#frmSearch .sf-form-element-container {
    display: inline-block;
}

#frmSearch .sf-form-input {
    width: auto;
}

#frmSearch input[type=text] {
    padding: 6px;
}

.new-button-color {
    color: #fff !important;
    background-color: #4472C4 !important;
    border-color: #4472C4 !important;
}

.new-button-color:hover {
    color: #fff !important;
    background-color: #678dce !important;
    border-color: #678dce !important;
}

h1.section {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    margin-top: 20px;
}



.grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;


}

.grid-container>div {
    text-align: center;

}


ul.file-error li {
    color: red;
}

.credit-table {
    width: 90%;
    table-layout: fixed;
}

.credit-table tr td {
    word-wrap: break-word
}

.credit-table tr .terms {
    width: 35%;
}

.rates-prices2 input:read-only {
    background-color: #d8d8d8;
}

.ui-autocomplete {
    overflow: auto;
    max-height: 300px;
    width: 450px;
    text-overflow: clip;
}



.paginator {
    display: flex;
}

.paginator-next {
    margin-left: auto;
}

div#showInventoryMsg-element {
    width: auto;
    margin-right: 10px;
}

div#showInventoryMsg-label {
    width: auto !important;
}

.zebra tr:nth-child(even) {
    background-color: #f2f2f2;
}

.zebra tr:nth-child(even):hover {
    background: #efefFF;
}

.order-payments {
    table-layout: fixed;
    width: 100%;
}

.order-payments td {
    font-size: 80%;
}

.flex {
    display: flex;
}

ul.details li.flex a {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 
    Changes after bootstrap implementation 
    migth need to do a new file
*/

.navbar,
.dropdown-menu>li>a,
.dropdown-menu {
    background: -webkit-linear-gradient(left, #8CD2EC 24%, #00BBE1 100%);
    background: -o-linear-gradient(left, #8CD2EC 24%, #00BBE1 100%);
    background: -moz-linear-gradient(left, #8CD2EC 24%, #00BBE1 100%);
    background: linear-gradient(to right, #8CD2EC 24%, #00BBE1 100%);
}

.dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.dropdown.open>.dropdown-menu {
    z-index: 9999;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    opacity: 0;
    transform: translateX(-10px);
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.dropdown-menu>li>a:focus {
    background: #8CD2EC !important;
}

.navbar-nav>li>a,
.dropdown-menu>li>a {
    background-color: #00BBE1;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.dropdown-menu {
    background-color: #00BBE1;
}

.navy .navbar-nav>li>a:hover,
.navy .navbar-nav>li>a:focus,
.navy .dropdown-menu {
    background-color: #00005a !important;
}

.dropdown-menu>li>a:hover {
    text-decoration: underline;
    background-color: inherit;
    background: #8CD2EC;
}

.btn-autocomplete {
    height: 28px;
}

.footer {
    background-color: #ffffff;
    color: #4472C4 !important;
    text-align: center;
    position: relative;
    margin-bottom: 10px !important;
}

#copyright {
    font-weight: 600;
}

.navy {
    background-color: navy;
}

legend {
    border-bottom: none !important;
}

.flash {
    background-color: #f5f5f5 !important;
    color: white;
    text-align: center;
    font-size: 100%;
    border: 1px solid #f5f5f5;
}

.Fsuccess {

    text-align: center;
    font-size: 100%;
    border: 1px solid #3c763d;
}


.Finfo {

    text-align: center;
    font-size: 100%;
    border: 1px solid #31708f;
}

.Fwarning {

    text-align: center;
    font-size: 100%;
    border: 1px solid #8a6d3b;
}

.Fdanger {

    text-align: center;
    font-size: 100%;
    border: 1px solid #a94442;
}

label,
form label * {
    font-weight: normal;
}

form label {
    display: inline;
    font-weight: bold;
}


/* label.optional{
  font-weight: bold !important;
} */

.nomargin,
.brand {
    margin: 0px !important;
}

.nopadding {
    padding-left: 0px !important;
}

button[type='submit'],
.btn-cancel,
.btn-next {
    margin-top: 15px;
}

.form-inline button[type='submit'] {
    margin-top: 0px !important;
}

.file-add {
    margin-bottom: 10px;
}

.file-add {
    background-color: #4472C4;
    height: 30px !important;
    border-radius: 5px !important;
    margin-left: 5px !important;
    color: #fff;
}

.file-add:hover {
    background-color: #678dce !important;
    color: #fff;
}

.checkbox {
    height: 43px;
}

.p-05 {
    padding: 5px !important;
}

.p-1 {
    padding: 10px !important;
}

.p-2 {
    padding: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.help-block,
.hint,
.description {
    color: #808080;
    font-size: 13.2px;
    font-style: italic;
    margin: 5px 0px 10px;
}

.help-block.error {
    color: #a94442;
}

input:read-only {
    background-color: unset !important;
}

.nomargin>fieldset>[class^='col'],
.brand>fieldset>[class^='col'] {
    padding-left: 0px !important;
}

.table {
    width: auto !important;
}

.table.fit-files {
    width: 100% !important;
}

/* Float to the left */
.navbar-toggle {
    float: left;
    margin-left: 15px;
}

.p-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 30px;
}

/* .table tr:hover,
a.list-group-item:hover {
    background-color: #8CD2EC;
} */

td.rates-prices input {
    margin-right: 3px;
}

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

ul.inline-block>li {
    padding: 0;
}

table.websites tr {
    height: 49px;
}

#main-content {
    min-height: 600px;
    min-height: 95vh;
}

.max-div-reservation {
    min-height: 630px;
}

.goog-te-banner-frame {
    display: none;
}

.flex.header {
    align-items: center;

}

.has-error>label {
    color: #a94442 !important;
}

.table-responsive.tableOrdersWrapper {
    overflow-y: auto;
    max-height: 300px;
}

.select-rows.active {
    font-weight: bold;
}

/* Laptops and higher only */
@media (min-width: 1025px) {

    .dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        transform: translateY(-10px);
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .dropdown.open>.dropdown-menu {
        opacity: 1 !important;
        transform: translateY(0) !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        opacity: 0;
        transform: translateX(-10px);
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
    }

    /*#main-content{
        padding: 0 100px;
    }*/

    .ui-autocomplete-input {
        width: 400px !important;
    }

    .form-control:not(.force) {
        width: auto !important;
    }


    .input-group-addon {
        width: unset;
    }

    .nomargin>fieldset>[class^='col'] {
        width: auto;
    }

    #navbar-keyword-input {
        min-width: 330px;
    }

    #header-logo {
        display: inline-block;
    }

    /* fieldset#fieldset-other_info>div[class^='col']{
        min-height: 90px;
    } */

    /* Edge only */
    @supports(-ms-ime-align: auto) {

        select[multiple].form-control,
        select[size].form-control {
            width: 20rem !important;
        }
    }
}


.w-100 {
    width: inherit;
    min-width: 100%;
    max-width: inherit;
}


.account-controls {
    margin-top: 2%;
}


.preview {
    width: auto;
    height: 220px;
    display: block;
}

.preview-miniature {
    width: auto;
    height: 100%;
    display: block;
}

/* Profile picture container */
.circle-container {
    width: 200px;
    /* Adjust the width and height as needed */
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-items: flex-start;
    border: 2px solid #ddd;
    margin-top: 10px;
    margin-bottom: 20px;
    background: white;
}

.circle-container-miniature {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    align-items: flex-start;
    /* border: 2px solid #ddd; */
    margin-top: 10px;
    margin: 17px;
    cursor: pointer;
    margin-top: 5px;
    background: white;
}

.profile-data-style {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 25px;
}

th[colspan] {
    text-align: center;
}

.pagination-container {
    display: flex;
    justify-content: flex-end;
}

.navbar-collapse.collapse.in {
    overflow: hidden !important;
}

fieldset#fieldset-brand {
    display: none;
}

.form-control-feedback {
    display: none;
}


@media only screen and (max-width: 990px) {
    .flex {
        flex-direction: column;
    }

    .flex.header {
        align-items: center;
    }
}

/* Change float button controls position only on phones */
@media only screen and (max-width: 768px) {

    .editable {
        display: flex;
        flex-flow: row wrap;
    }

    .editable>* {
        flex: 1 100%;
    }

    .editable ul.actions {
        position: relative;
        order: 2;
        justify-content: flex-end;
        display: flex;
    }

    .editable ul.details {
        order: 3;
    }

    ul.details div.intro {
        margin-left: 0px !important;
    }


    ul.details>li {
        display: flex;
        flex-direction: column;
        padding-bottom: 5px;
    }

    ul.details>li>label {
        text-align: left;
    }

}

/* Collapse navbar on wider screens */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        /* position: static; */
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #8CD2EC !important;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
        background-color: #8CD2EC !important;
    }

    .dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px 50px 7.5px -15px
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .btn-rpv:hover {
        background-color: #4472C4 !important;
        color: white !important;
    }

    .btn-rpv-grey:hover {
        background-color: #8C8C8C !important;
        color: white !important;
    }

    .rpv-scrollbar::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .rpv-scrollbar::-webkit-scrollbar-track {
        background: rgb(179, 177, 177);
        border-radius: 10px;
    }

    .rpv-scrollbar::-webkit-scrollbar-thumb {
        /* background: #7c6698; */
        border-radius: 10px;
    }

    .rpv-scrollbar::-webkit-scrollbar-thumb:hover {
        /* background: #6f5b88; */
        border-radius: 10px;
    }

    .rpv-scrollbar::-webkit-scrollbar-thumb:active {
        /* background: #56476a; */
        border-radius: 10px;
    }

    .nav-tabs>li.rpv-tab {
        width: calc(100% / 5);
    }

    .nav-tabs>li.rpv-tab.active {
        width: calc(100% / 5);
        /* background: #56476a; */
    }

    .nav-tabs>li.rpv-tab-grey {
        width: calc(100% / 5);
    }

    .nav-tabs>li.rpv-tab-grey.active {
        width: calc(100% / 5);
        /* background: #56476a; */
    }

    .btn-disc-blue-outline {
        border-radius: 0 !important;
        background-color: white;
        border-color: #414CCA;
        color: #414CCA;
    }


}

.nav-link .fitnav-tip {
    visibility: hidden;
    width: 120px;
    background-color: #E5E0EA;
    color: #23527c;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 150%;
}

.nav-tabs>li.rpv-tab.fit-tab a {
    color: #666666 !important;
}

.nav-tabs>li.rpv-tab.fit-tab.active a {
    color: #00BBE1 !important;
    font-weight: bolder;
    background-color: transparent;
    border: 0px !important;
    border-bottom: 2px solid #00BBE1 !important;
}

.fit-tab-content {
    color: #666666;
}

.fit-tab-content-title {
    color: #00BBE1;
    font-weight: bolder;
}

.fit-tab-content-terms {
    border: 2px solid #666;
    min-height: 50px;
}

.fit-tab-content-terms-tour {
    border: 2px solid #666;
    min-height: 20px;
}

.fit-tab-content-terms-tour.overflow {
    max-height: 80px;
    overflow: hidden;
}

.fit-tab-content-terms-tour.overflow.expanded {
    max-height: none;
    overflow: hidden;
}

.fit-tab-content a.expand-overflow-fit {
    display: block;
    margin: 5px 0 10px 10px;
}

/* @media (max-width: 1400px) { */
@media (max-width: 767px) {
    .fitnav {
        /* width: fit-content !important; */
        width: 100%;
    }

    .fitnav-text {
        /* display: none !important; */
        font-size: smaller;
    }

    .nav-link:hover .fitnav-tip {
        visibility: visible;
    }

}

@media (max-width: 600px) {
    .fitnav {
        /* width: fit-content !important; */
        width: 100%;
    }

    .fitnav-text {
        /* display: none !important; */
        font-size: smaller;
    }

    .nav-link:hover .fitnav-tip {
        visibility: visible;
    }

    .reservation-action-button-style {
        display: grid;
    }
}

.table-passenger {
    width: 500px !important;
    font-size: initial;
    color: #666;
}

.cost-and-payment-table-style {
    width: 473px !important;
    font-size: initial;
    color: #666;
    margin-top: -4px;
    margin-right: 25px;
    margin-left: -15px;
    margin-bottom: 0px;
}

.table-passenger>tbody>tr>td {
    vertical-align: middle !important;
    height: 48px !important;
}


/* use for any tag on your page */
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

/* box for title text */
[data-title]:after {
    content: attr(data-title);
    /* position for title view box */
    position: absolute;
    bottom: -1.6em;
    left: 100%;
    z-index: 99999;
    visibility: hidden;
    /* optional */
    white-space: nowrap;
    /* stilization */
    background-color: #f5f5f5;
    padding: 1px 5px 2px 5px;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;

    font-family: Arial;
    font-size: 14px;
    color: #666666;
    font-style: italic;
    text-decoration: none solid rgb(102, 102, 102);
}

[data-title] {
    position: relative;
}


/* RPVE-1330 style for scroll bar passenger */
.passenger-scrollbar {
    background-color: #f4f4f4;
}

/*width */
.passenger-scrollbar::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.passenger-scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.passenger-scrollbar::-webkit-scrollbar-thumb {
    background: #00BBE1;
    ;
    border-radius: 10px;
}

/* Handle on hover */
/* .passenger-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #534367;
} */

/**
* Catalogs - Destinations
*/
.autocomplete-items {
    position: absolute;
    border: 2px solid #aaa9a9;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

/* Div item style */
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    /* background-color: #fff;  */
    background-color: rgb(248, 245, 251);
    /* border-bottom: 1px solid #d4d4d4;  */
    border-bottom: 2px solid #aaa9a9;
}

/* Menu reservation */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.rotateRowLeft {
    transform: rotate(268deg) scale(1.5);
    transition: all 0.2s linear;
}

.rowMenuStyle {
    display: flex;
    float: right;
    /* margin-top: 9px; */
}

.tabMenuStyle {
    height: 44px;
    display: grid;
    align-items: center;
    color: white !important;
    font-weight: 600 !important;
    transition: background 0.3s ease !important;
}

.tabMenuStyle:hover {
    background: #8CD2EC;
}

.tabAlignCenter {
    text-decoration: none !important;
    border: none;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}


/** Starts Commission Status **/

.green-check {
    content: url('/images/reservation_icons/green-check.svg');
    /*green icon*/
}

.gray-check {
    content: url('/images/reservation_icons/gray-check.svg');
    /*gray icon*/
}

/* .bigCheckbox { width: 40px; height: 40px; } */
/** GREEN CHECK BOX **/
.chekbox-style {
    position: relative;
}

.chekbox-style label {
    background-color: #fff;
    border: 3px solid #666666;
    border-radius: 20%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.chekbox-style label:after {
    border: 4px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 9px;
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 15px;
}

.chekbox-style input[type="checkbox"] {
    visibility: hidden;
}

.chekbox-style input[type="checkbox"]:checked+label {
    background-color: #4472C4;
    border-color: #4472C4;
}

.chekbox-style input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

input[type="radio"] {
    accent-color: #4472C4;
}

/** ENDS GREEN CHECK BOX **/

/** Save Button **/
.save-commission-status-button {
    width: 200px;
    height: 50px;
    border-radius: 8px;
    background-color: #4472C4;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border: #4472C4;
    font-weight: bold;
}

.save-commission-status-button-grey {
    width: 200px;
    height: 50px;
    border-radius: 8px;
    background-color: #4472C4;
    background-size: cover;
    font-family: Arial;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border: #4472C4;
    font-weight: bold;
}

/** Ends Save Button **/

.profile-icon {
    content: url('/images/reservation_icons/user_profile.svg');
    height: 30px;
    margin-top: 10px !important;

}

/** Ends Commission Status **/

.preview-pointer {
    cursor: pointer;
}

.circle-container-miniature-crm-notes {
    /* width: 40px; */
    /* height: 40px; */
    border-radius: 50%;
    overflow: hidden;
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    align-items: flex-start;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin: 17px;
    cursor: pointer;
    margin-top: 5px;
    background: white;
    width: 17px !important;
    height: 18px !important;
    margin: 1px !important;
}

.preview-miniature-crm-notes {
    width: auto;
    height: 100%;
    display: block;
}

.add-margin-send-button {
    margin-top: 15px;
}

.validation-warning {
    color: red;
    font-size: 14px;
    font-weight: bold;
    display: none;
}

/**
 * Date picker style
 * Note: Set here to change all date pickers
 * To get a individual style it will found in public_html\css\datepicker\style.css
 **/
:root {
    --rpv-color: #959595;
    --rpv-color-light: #c5c5c5;

}

.ui-widget {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #DEE2E6 !important;
    background: #ffff !important;
    color: #666 !important;
}

.ui-widget-content a {
    color: #666;
}

.ui-widget-header {
    border: 1px solid #DEE2E6;
    background: grey !important;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #ffffff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    /* background: #ffff url(images/ui-bg_highlight-soft_75_b0b1e0_1x100.png) 50% 50% repeat-x; */
    background: var(--rpv-color-light) !important;
    font-weight: bold;
    color: #64688c;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 3px solid #f6f8f9 !important;
    background: #f5f8f9 !important;
    font-weight: bold !important;
    /* color: #64688c !important; */
    color: #333 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 4px solid #c0c0c0 !important;
    background: #c0c0c0 !important;
    color: #fff !important;
}

/* days container */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #b1b1b1 !important;
    background: #666;
    font-weight: bold;
    color: #666;
    border-radius: 1px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #b1b1b1 !important;
    background: #dddee6 url(images/ui-bg_glass_85_dddee6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #2f3035 !important;
}

/*-- Rows style --*/
.ui-datepicker-prev,
.ui-datepicker-next {
    border-radius: 4px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: relative;
}

/* Hover effect */
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background-color: #666 !important;
}

/* Hide default sprite */
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
    background: none !important;
}

/* Add custom SVG icons */
.ui-datepicker-prev::before,
.ui-datepicker-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    /* adjust as needed */
    height: 18px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: invert(1);
}

/* Specific icons */
.ui-datepicker-prev::before {
    background-image: url('/images/datepicker/skip-start-circle-fill.svg') !important;
}

.ui-datepicker-next::before {
    background-image: url('/images/datepicker/skip-end-circle-fill.svg') !important;
}

/* End Date Picker*/


/*Groups custom forced */
.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.btn-default:hover {
    background: #4472C4 !important;
    color: #fff !important;
}

a.btn.btn-default:hover {
    background: #4472C4;
    color: #fff;
}

a.btn.btn-default:hover .glyphicon,
a.btn.btn-default:hover .glyphicon-lock,
a.btn.btn-default:hover .glyphicon-pencil {
    color: #fff;
}

a.btn.btn-default:hover .glyphicon {
    color: #fff !important;
}

.profile-initial {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00AEEF;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    user-select: none;
    border: solid 0.5px;
}
