.visualize {
    margin-bottom: 4em;
}

/* -------------------------------------------------------------- 
   Tickets
-------------------------------------------------------------- */
.ticket {
    padding: 3px 4px;
    text-align: right;
    color: #fff;
    font-size: 10px;
    display: inline;
    white-space: nowrap;
    width: 60px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ticket.open {
    background-color: #F90;
}

.ticket.closed {
    background-color: #666;
}

.ticket.responded {
    background-color: #263849;
}


/* -------------------------------------------------------------- 
   Dashboard Tables
-------------------------------------------------------------- */
.support_table .full {
    width: 70%;
    font-size: 11px;
}

.support_table .who {
    width: 30%;
    text-align: right;
    font-size: 10px;
    color: #999;
}

.info_table .value {
    width: 25%;
    font-size: 18px;
    font-weight: bold;
    color: #263849;
}

.inbox_table .avatar {
    width: 60px;
}

.inbox_table .full {
    width: 80%;
    font-size: 11px;
}

.inbox_table .who {
    width: 20%;
    text-align: right;
    font-size: 10px;
    color: #999;
}

img.avatar_img {
    width: 60px;
    padding: 1px;
    border: 1px solid #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}


/* --------------------------------------------------------------
   Support Request Page
-------------------------------------------------------------- */
#support-details h1 {
    margin-bottom: 1.15em;
}

#support-details .request-info {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #333;
    float: left;
    font-size: 11px;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    width: 180px;
    padding: 15px 0 10px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    border: 1px solid #DDD;
}

#support-details .request-info ul {
    margin-left: 16px;
}

#support-details .request-info img {
    width: 35px;
    padding: 1px;
    margin: 0 2px;
    border: 1px solid #AAA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#support-details .request-info strong {
    color: #111;
    padding-right: .5em;
}


/* --------------------------------------------------------------
   FAQ Page
-------------------------------------------------------------- */
#search-bar {
    background: #EEE;

    padding: 25px 25px 10px;
    margin: 0 auto;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    border: 1px solid #CCC;

}

#search-bar form {
    width: 550px;
    position: relative;
    margin: 0 auto;
}

#search-bar h2 {
    margin-bottom: .5em;
}

#search-bar td {
    vertical-align: middle;
}

#search-bar input {
    width: 430px;
    padding: 7px;
    border: 1px solid #999;
    margin-right: .5em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


#search-bar input[type='checkbox'] {
    display: inline-block;
    position: relative;
    top: -3px;
    width: auto;
}

#mini input, #mini select {
    width: 250px;
    padding: 7px;
    border: 1px solid #999;
    margin-right: .5em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
}

#mini label {
    display: flex;
}

* + html #search-bar input {
    width: 415px;
}

#search-bar p {
    font-size: 11px;
    color: #555;
    margin-top: 1em;
}

#search-bar .loader {
    background: url(./images/loader.gif) no-repeat 0 0;
    width: 16px;
    height: 16px;
    line-height: 500px;
    overflow: hidden;

    position: absolute;
    right: 115px;
    top: 40px;

}

.faq {
    margin-bottom: 3em;
}

.faq li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.faq .answer {
    border-bottom: 1px dotted #CCC;
    margin: 2.5em 0 2.5em 2em;
}

.faq .plus_icon {
    color: #F90;
    font-weight: bold;
    font-size: 18px;
    display: inline;
    padding-right: 1em;
}

#no_results {
    color: #C00;
    display: none;
}


/* -------------------------------------------------------------- 
   Reports Page
-------------------------------------------------------------- */
#big_stats {
    /* background: #f3f3f3;  */
    width: 100%;
    padding: 0;
    float: left;
    margin-bottom: 3em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

* + html #big_stats {
    padding-bottom: 2em;
}

.stat {
    width: 29%;
    height: 90px;
    padding: 0 2%;
    float: left;
    position: relative;
    border-left: 1px dotted #CCC;
}

* + html .stat {
    height: 100px;
}

.stat:first-child {
    border: none;
}

.stat h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 1.5em;
}

.stat .value {
    font-size: 56px;
    font-weight: bold;
    color: #263849;
    line-height: 1em;
}

.stat .view_all {
    font-size: 11px;
    position: absolute;
    right: 20px;
    bottom: 12px;
}


.reports_table .value {
    width: 100px;
    text-align: right;
}

.reports_table .value span {
    background: #F90;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    width: 40px;
    text-align: center;
    padding: 3px 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.reports_table td {
    padding: 5px;
}


/* -------------------------------------------------------------- 
   Invoice Page
-------------------------------------------------------------- */
#invoice {
    border-top: 5px solid #999;
}

#invoice h1 {
    margin-bottom: 1.25em;
}

#invoice .total,
#invoice .price {
    text-align: right;
}

#invoice .sub_total,
#invoice .grand_total {
    text-align: right;
    border-bottom: none;
}

#invoice .sub_total {
    border-top: 2px solid #666;
}

#invoice .grand_total {
    font-size: 14px;
    font-weight: bold;
}

#invoice .client_details,
#invoice .invoice_details {
    font-size: 11px;
    padding: 0;
    margin: 0 0 3em;
    float: left;
}

#invoice .invoice_details {
    float: right;
}

#invoice .client_details li,
#invoice .invoice_details li {
    list-style-type: none;
}

#invoice .name {
    font-size: 14px;
}

#invoice_actions {
    padding: 0;
    margin: 0;
}

#invoice_actions li {
    list-style-type: none;
    margin-bottom: 1.25em;
}

#invoice_actions li a {
    padding-left: 26px;
}

#invoice_actions .send {
    background: url(../images/email.png) no-repeat 0 center;
}

#invoice_actions .edit {
    background: url(../images/pencil.png) no-repeat 0 center;
}

#invoice_actions .print {
    background: url(../images/printer.png) no-repeat 0 center;
}

#invoice_actions .duplicate {
    background: url(../images/page_white_copy.png) no-repeat 0 center;
}

#invoice_actions .delete {
    background: url(../images/cross.png) no-repeat 0 center;
}

#invoice_actions .change {
    background: url(../images/page_white_go.png) no-repeat 0 center;
}

#invoice_total {
    background: #AAA;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1.25em;
}


/* --------------------------------------------------------------
   Gallery Page
-------------------------------------------------------------- */
ul.gallery {
    padding: 0;
    margin: 0;
}

.gallery li {
    padding: 3px;
    margin: 0;
    background: 0;
    width: 100px;
    height: 100px;

    list-style-type: none;

    /*	display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline; */

    float: left;


    position: relative;
    margin: 13px 17px 10px 10px;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px rgba(0, 0, 0, .20);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .20);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .20);

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


.gallery li:hover {
    border-color: #888;
}

.gallery li .actions {
    width: 100px;
    height: 100px;
    display: block;
    z-index: 10;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    display: none;
    padding: 3px;

    line-height: 100px;
}

.gallery .actions .btn {
    padding: 0 5px 2px;
}

.gallery .actions .btn,
.gallery .actions .btn:hover {
    color: #FFF !important;
}

.gallery .actions .btn:first-child {
    margin-top: 20px;
    margin-bottom: 1em;
}

.gallery li:hover .actions {
    display: block;
}

* + html .gallery .actions .delete {
    top: -12px;
    position: relative;
}


#gallery_wrapper {
    text-align: center;
}


/* --------------------------------------------------------------
   Calendar Page
-------------------------------------------------------------- */
table.calendar {
    margin: 18px 0 12px;
    clear: both;
    font-size: 12px;
    border-collapse: collapse;
}

table.calendar, .calendar td {
    border: 1px solid #bbb;
}

table.calendar .day_number {
    color: #333;
    font-size: 12px;
    padding: 3px 9px;
    font-weight: bold;
}

table.calendar td .daynum {
    color: #555;
}

table.calendar th {
    width: 250px;
    height: 10px;
    background: #263849 !important;

    color: #FFF;
    text-shadow: 0 0 1px rgba(0, 0, 0, .3);
    padding: 12px 0;
    text-align: center;
}

table.calendar td {
    height: 110px;
    width: 14.28%;
    color: #114B7D;
    text-align: left;
    vertical-align: top;
    padding: 0;
    font-size: 12px;
}


table.calendar .event {
    width: 92%;
    margin: 0 auto;
    height: 2em;
    overflow: hidden;
    display: block;
    position: relative;
}

table.calendar .event_title {
    display: inline;
    color: #222;
    font-size: 11px;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    z-index: 20;
}

table.calendar .event_title:hover {
    color: #222;
    text-decoration: underline;
}

table.calendar .event_time {
    display: inline;
    font-size: 11px;
    font-weight: bold;
    color: #F90;
    padding-right: .25em;
}


table.calendar .not_current_month {
    background: #F1F1F1;
}

table.calendar .not_current_month .day_number {
    color: #888;
}


h2.calendar_header {
    font-size: 56px;
    text-align: center;
    line-height: 48px;
    margin-bottom: .5em;
    margin-top: .25em;
}

h2.calendar_header button {
    top: -10px;
    margin: 0 1em;
    position: relative;
}

h2.calendar_header button:hover {
    color: #FFF !important;
}

h2.calendar_header button.previous {
    right: 25px;
}

h2.calendar_header button.next {
    left: 25px;
}


/* -------------------------------------------------------------- 
   People Page
-------------------------------------------------------------- */
.department {
    float: left;
    margin-bottom: 3em;
}

.department h2 {
    font-size: 18px;
    color: #F90;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 4px;
    margin-bottom: 1.5em;
}

.user-card {
    width: 200px;
    font-size: 11px;
    margin: 0 1em 1.5em 0;
    float: left;
}

.user-card img {
    border: 1px solid #CCC;
    padding: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}

.user-card .avatar {
    width: 75px;
    float: left;
}

.user-card .details {
    width: 115px;
    float: right;
}

#add-user-form {
    width: 270px;
    margin: 0 auto;
}

#member_notes {
    width: 50%;
}

#quick-stats div {
    background-color: #263849;
    color: white;
    margin: 6px;
    max-width: 75%;
    padding: 15px;
}

#quick-stats .stat-val {
    color: #55bb55;
}

#quick-stats label, #quick-stats .stat-val {
    font-size: 15px;
    font-weight: bold;
}

a {
    cursor: pointer;
}

#fraud-checklist-filters input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;

}

#fraud-checklist-filters ul li {
    width: auto;
    list-style-type: none;
}

#fraud-checklist-filters ul {
    margin: 0;
}

#fraud-check-list td {
    font-size: 90%;
}

#fraud-check-list a {
    display: block;
}

/* CUSTOM MEMBERS EDIT */
.form-inline .form-group {
    margin: 0 0 10px 5px;
}

#form_members label {
    font-weight: bold;
}

#form_members .icon-status {
    margin-top: 29px;
}

#form_members .buttons-action {
    margin-top: 19px;
}

#form_members .phones input {
    display: inline-block;
    width: 28%;
}

#form_members .phones select {
    display: inline-block;
    width: 41%;
}

#form_members .trebeca-url {
    font-size: 85%;
}

/* -------------------------------------------------
	itinerary information modal
---------------------------------------------------*/

#itinerary-information-modal .modal-loading-gif {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 40px 0px;
}

#itinerary-information-modal .modal-loading-gif img {
    margin: 0 auto;
    display: block;
    width: 40px;
}

#itinerary-information-modal .modal-title {
    color: #123d71;
    font-size: 30px;
}

#itinerary-information-modal .highlighted-text {
    color: #0a518f;
    font-weight: bold;
}

#itinerary-information-modal .modal-error-msj {
    position: relative;
    width: 100%;
    height: 20px;
    margin: 40px 0px;
    text-align: center;
    font-size: 20px;
    color: red;
}

#itinerary-information-modal .box-itinerary-main-information {
    background: #abd8f2;
    border-radius: 10px;
    padding: 10px;
}

.dependant-row, .dependant-row td {
    background-color: #eeeeff;
}

.notice {
    background: #c2d2ff none repeat scroll 0 0;
    padding: 10px;
}

.notice span {
    font-weight: bolder;
}

/* -------------------------------------------------
	view member actions logs
---------------------------------------------------*/

.text-action-logs {
    width: 1000px;
}

span.text-action-logs {
    max-width: 100%;
    max-height: 100px;
    display: inline-block;
    overflow: auto;
    text-overflow: ellipsis;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 10000;
}

#loading-overlay > div {
    min-height: 100px;
    width: 21%;
    background-color: white;
    opacity: 1;
    margin: auto;
    position: relative;
    top: 30%;
    vertical-align: middle;
    padding: 20px;
    text-align: center;
}

#loading-overlay > div > span {
    display: block;
    position: relative;
    top: -10px;
}

.bold-green {
    color: #00bf5f;
    font-weight: bold;
}

.bold-red {
    color: #ce2134;
    font-weight: bold;
}

.bold-yellow {
    color: #d8b157;
    font-weight: bold;
}

#approve_manual_cancellation_request_form {
    padding: 0 10px;
}

#approve_manual_cancellation_request_form strong {
    display: table;
}


#approve_manual_cancellation_request_form textarea {
    width: 100%;
}

input.error {
    border-color: red;
}

form span.error {
    color: red;
}

.modal .modal-loading-gif img {
    margin: 10px 0px 10px 267px;
}

.sort_link {
    cursor: pointer;
    text-decoration: underline;
}

.readonly {
    border: none;
    background-color: #ddd;
}

tr.clickable:hover {
    cursor: pointer;
    background-color: #8DB1C9;
}

tr.clickable td {
    background-color: transparent;
}

#travelers-list > li {
    list-style-type: none;
    border-bottom: 1px solid #e5e5e5;
}

.with-description:hover {
    color: whitesmoke;
    background-color: #8DB1C9 !important;
    cursor: pointer;
}

.credit-row td {
    background-color: transparent;
}

.credit-row {
    background-color: whitesmoke !important;
}

.credit-description td {
    padding-left: 20px;
}

.description-open, .description-open:hover {
    background-color: #8DB1C9 !important;
    color: white;
}

.description-open td {
    background-color: transparent !important;
}

.credit-row.description-open, .credit-row.description-open td {
    border-bottom: 0px !important;
}

.credit-description.description-open {
    border-top: 0px;
}

.credits-balance span {
    font-weight: bolder;
    margin-left: 20px;
}

.dl-custom dt {
    width: 10%;
    min-width: 100px;
    text-align: left;
}

.dl-custom dd {
    margin-left: 14%;

}

.badge-important {
    padding: 5px 8px;
    background-color: #263849;
    color: white !important;
    text-decoration: none;
}

.result-message {
    padding: 12px 20px;
    background: #099923;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 15px;
}

.result-message.error {
    background: red;
}

.mail-pill a {
    margin: 5px;
}

.mail-pill {
    font-size: 15px;
    color: #0A246A;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #0A246A;
}

#recipients-wrapper {
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 5px;
}

span.error {
    display: block;
}

#add-recipient-submit {
    vertical-align: top;
}

.toggle.btn {
    background-image: none;
    background-color: #e6e6e6;
}

.toggle.btn:hover {
    background-color: transparent;
}

.toggle-group .btn {
    position: absolute;
}

.toggle-group .btn.toggle-handle {
    background-color: #fff;
    border-color: #ccc;
    position: relative;
}

.form-section-title {
    display: inline-block;
    padding-right: 12px;
    padding-bottom: 12px;
}

.credit-decription-line {
    max-width: 400px;
}

.expired-tag {
    color: red;
    display: block;
    text-align: center;
    font-size: 9px;
}

.credits-amount {
    text-align: center;
}

#form_expiration {
    display: none;
}

.xml-text-area {
    width: 100%;
    text-wrap: nowrap;
    height: 500px;
}

.action-view span label{
    font-weight: bolder;
}
.action-view pre{
    margin: 0px;
}
.error-icon {
    color:red;
}