.date-picker-hotel-highlight > a {
    background: 0 !important;
 background-color: #FF6600 !important;
}

.date-picker-hotel-highlight-bookends > a {
    background: 0 !important;
    background-color: rgba(0,255,0,0.3) !important;
}

/*
button, .contributor-posts-link, input[type=button], input[type=reset], input[type=submit] {
    border: 0;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;
}

button:hover, button:focus, .contributor-posts-link:hover, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, input[type=submit]:hover, input[type=submit]:focus {
    border: 0;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;
}
*/

.emphasize {
    text-decoration: underline;
}

h3 {
    line-height: 150%;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.show-user-not-logged-in, .show-user-logged-in {
    display:none;
}

.help-block {
    color: rgb(89, 95, 124);;
}

label {
    font-size: 18px;
    line-height: 2.0;
}

.utility-wrap li {
    padding-bottom: 4px;
    border-radius: 4px;
    border-top: 0;
}

/* Green: #24890d */
/* orange: EF861B */


.utility-menu-login {
    background-color: #24890d;
    text-decoration-color: #24890d;
}

.utility-wrap li.utility-menu-login:hover {
    background-color: #f3a14f;
    text-decoration-color: #f3a14f;
    border-top: 0;
    cursor: pointer;
}

.utility-wrap li.utility-menu-login a {
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.btn.doubledisabled, .btn[doubledisabled], fieldset[doubledisabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.show-if-logged-in, .show-if-not-logged-in  {
    display:none;
}

p.error-message {
    margin-bottom:30px;
}

.lighten-hover-green:hover {
    background-color: #2EC10A !important;
}

/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index: 10000000;
}

.popup p {
    font-size: 150%;
}

/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}

/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}

.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

#extra-items-all_wrapper {
    margin-bottom: 50px;
}

#payer-profile-dropdown-container {
    max-width: 600px;
}

#profile-dropdown.ui.fluid.dropdown,
#profile-dropdown-new-payer.ui.fluid.dropdown,
.ui.fluid.dropdown
{
    display: inline-block;
    width: 100%;
    min-width: 0em;
}

.ui.fluid.dropdown {
    width: 100%;
}

@media screen and (max-width: 877px) {
    #profile-dropdown.ui.fluid.dropdown, #profile-dropdown-new-payer.ui.fluid.dropdown {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    #load-payer-btn, #update-payer-btn {
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 768px) {
    .ui.search.dropdown .menu {
        max-height: 30rem;
    }
}

.alert.ajax-alert {
    display: none;
}

.alert.ajax-alert h4 {
    margin-bottom: 0;
}

#update-extras-button {
    color: white;
    margin-top: 20px;
}

.not-you {
    font-size:60%;
    vertical-align: top;
    margin-left:15px;
}

.btn {
    color: #FFF
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        vertical-align: middle;
        padding-top: 0;
    }
}

#not-overridden-yet {
    margin-bottom: 30px;
    margin-top:30px;
}

#override-extras-button {
    margin-top:20px;
    width:200px;
}

#add-extras-button {
    margin-top: 10px;
    margin-bottom: 30px;
    display:block;
}

#add-new-extra-button {
    margin-bottom: 10px;
    display:block;
}

#remove-extras-button {
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: red;
}

#clear-override-button {
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: red;
}

table.dataTable tbody tr.current-extra {
    background-color: lightgray !important;
}

table.dataTable tbody tr.current-extra td.sorting_1{
    background-color: #CDCDCD !important;
}

.ui-dialog label, .ui-dialog input {
    display: block;
}

.ui-dialog input, .ui-dialog input {
    width:100%;
}

.red-btn {
    background-color:red !important;
}

.red-btn:hover, .red-btn:active, .red-btn:focus {
    background-color:#FF5555 !important;
}

.ajax-message-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

.flex-container-row {
    display: -webkit-flex;
    display: flex;
    flex-direction: row
}

.flex1 {
    -webkit-flex: 1;
    flex: 1;
}

td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}

#payments-table {
    margin-bottom: 20px;
}

#select-none-button {
    margin-left: 10px;
}

.dataTables_filter input[type=search] {
    font-size:12px;
    line-height:12px;
}

#no-unpaid-customer-cart-container {
    margin-top: 80px;
    text-align: center;
}

.dt-button {
    padding: 2px 6px !important;
    opacity:0.7;
}

/*
div#posts {
    padding:30px;
}
*/

#current-trip-type-header {
    margin-top: 70px;
    font-weight: bold;
    text-decoration: underline;
    font-size: 40px;
}

.customer-update-card-container h4 {
    margin-bottom: 30px;
}

.link-button {
    color: white !important;
    text-decoration: none !important;
    background-color: #24890d;
    text-transform: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.link-button:hover {
    background-color: #41a62a;
    color: #333;
    text-decoration: none !important;
}