﻿/*
    ####################################
    Foglio di stile con tutte le classi 
    sviluppate da LBA più overrides dei vari plugin
    ####################################
*/

body {
    /*font-family:'Comic Sans MS';*/
    font-size: 13px;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    background-color: #f0f0f0;
}

/* 
  Allow angular.js to be loaded in body, hiding cloaked elements until 
  templates compile.  The !important is important given that there may be 
  other selectors that are more specific or come later and might alter display.  
 */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.container-fluid {
    padding: 0 !important;
    background-color: #f0f0f0;
}

.sr-header-block {
    background-color: #ffffff;
}

.sr-logo {
    background-image: url("../images/logo.svg");
    height: 23px;
    width: 206px;
    top: 10px;
    position: relative;
}

.panel {
    background-color: #eeeeee;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.box-shadow {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.title {
    font-size: 18px;
    line-height: 40px;
}

.font-large {
    font-size: 18px;
}

.linkButton {
    text-decoration: none;
    color: #435f76;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    padding: 0;
}

.small-row-btn {
    background: #808080;
    color: #FFFFFF;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    padding: 2px !important;
}

input {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.sr-caption {
    line-height: 40px;
}

    .sr-caption .custom-mask:before {
        line-height: 20px;
    }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0px;
}

.spacer5 {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 5px;
}

.spacer10 {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 10px;
}

.spacer20 {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 20px;
}

.empty10 {
    height: 10px;
}

.empty5 {
    height: 5px;
}

.right {
    float: right;
    margin-left: 15px;
}

.left {
    float: left;
    margin-right: 15px;
}

.left-no-margin {
    float: left;
    margin: 0;
}

.no-padding {
    padding: 0;
}

.fullWidth {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: red;
}

.table tbody tr:focus {
    /*background-color: #f7a9a9;*/
    background-color: #333;
    color: #ffffff;
}

    .table tbody tr:focus a {
        color: #ffffff;
    }



.categoriesList {
    margin-left: 20px;
    text-align: justify;
    line-height: 20px;
    float: left;
}

.WLCabinSelected {
      background-color: #C7DAC5 !important;
}

/*TODO: Gestione degli important in modo da far passare avanti i bordi rossi di cellSelected*/

.inventoryTable {
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080 !important;
    border-right: 1px solid #808080;
}

    .inventoryTable td, .inventoryTable th {
        border-bottom: none !important;
        color: #000; /*TBD*/
    }

    .inventoryTable th {
        border-left: 1px solid #DDDDDD !important;
        border-top: 1px solid #DDDDDD !important;
        border-right: 1px solid #DDDDDD !important;
        color: #FFF;
    }

    .inventoryTable td {
        border-top: 1px solid #EEEEEE !important;
        border-left: 1px solid #D8D8D8 !important;
        border-right: 1px solid #D8D8D8;
        border-bottom: 1px solid #EEEEEE !important;
        background-color: #FFF;
    }

    .inventoryTable .trSelected td {
        border-top: 1px solid #DDDDDD !important;
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        background-color: #F9F9F9;
    }

    .inventoryTable .cellSelected {
        /*border-top: 1px solid red !important;
        border-bottom: 1px solid red;
        border-left: 1px solid red !important;
        border-right: 1px solid red !important;*/
        background-color: #e5b3b2 !important;
    }

    .inventoryTable .clSelected {
        border-top: 1px solid #DDDDDD !important;
        border-left: 1px solid #DDDDDD !important;
        border-right: 1px solid #DDDDDD;
        background-color: #F9F9F9 !important;
    }

/*.inventoryTable .trSelected .clSelected {
        background-color:#000000 !important;
    }*/

.second-head-row th {
    background-color: #FFF;
    color: #000;
    /*TODO: In attesa di feedback*/
    /*overflow: hidden;
    max-width: 50px;
    padding: .625rem 0px;*/
}

.sr-inventory-col {
    width: 60px;
    padding-left: 4px;
    text-align: left;
    /*border-left: 10px solid #BBBBBB !important;*/
    cursor: pointer;
}

.sr-inventory-col-sx {
    width: 60px;
    padding-right: 4px;
    text-align: right;
    border-right: 1px solid #E9E9E9 !important;
    cursor: pointer;
}

.inventoryTable .sr-hover {
    background-color: #E59694 !important;
}

.rotate90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: translate(0px,-20px) rotate(-90deg);
    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 00%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.sr-linkButton {
    text-decoration: underline;
    color: #435f76;
    cursor: pointer;
    font-weight: 700;
    font-size: inherit;
    padding: 0;
    margin: 0;
}

.sr-toolbar {
    background-color: #222222;
    color: #FFFFFF;
    min-height: 42px; /* TBD */
    vertical-align: middle;
    line-height: 42px; /* TBD */
}

.sr-separator {
    background-color: #666666;
    height: 6px;
    width: 100%;
}

.sr-separator-light {
    background-color: #e6e6e6;
    height: 1px;
    width: 100%;
}

.sr-timeline {
    background-color: #f2f2f2;
}


/*.sr-booking-number {
    background-color: #81c0c4;
    color: white;
    font-size: 17px;
    padding: 5px;
    width: 210px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}*/

.pax-info {
    font-size: 12px;
    border: 2px solid transparent;
}

    .pax-info:focus {
        background-color: #91c7ed;
        border: 2px solid #808080;
        outline: 0;
    }

.pax-info-table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border: none;
}

    .pax-info-table .highlighted {
        background-color: #e6e6e6;
    }

    .pax-info-table td, .pax-info-table th {
        line-height: 15px;
        padding-left: 20px;
        padding-right: 10px;
    }

    .pax-info-table thead th {
        background-color: transparent;
        color: inherit;
    }

    .pax-info-table tbody tr:hover {
        background-color: inherit;
        color: inherit;
    }

    /*.pax-info-table tbody td:hover, .pax-info-table tbody tr:hover {
        background-color: none;
        color: inherit;
    }*/

    .pax-info-table .highlighted:hover {
        background-color: #e6e6e6 !important;
    }

.sr-supplement-timeline-row {
    margin-left: 85px;
    border-left: 1px solid #cccccc;
    /*padding: 10px;
    margin-top:10px;
    margin-bottom:10px;*/
}

.supplement-box {
    margin-left: 20px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 45px;
    padding: 8px 3px;
    line-height: 24px;
    margin-right: 0px;
}

.supplement-box-gif {
    margin-left: 20px;
    background-color: #F7F7F7;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 45px;
    padding: 8px 3px;
    line-height: 24px;
    margin-right: 0px;
}

.supplement-box-on-request { /* #2925 colorazione righe on-request (myWork) */
    margin-left: 20px;
    background-color: #b18c8c;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 45px;
    padding: 8px 3px;
    line-height: 24px;
    margin-right: 0px;
}

.supplement-box-promo { /* colorazione delle promozione nei supplementi */
    margin-left: 20px;
    background-color: #a3e77e;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 45px;
    padding: 8px 3px;
    line-height: 24px;
    margin-right: 0px;
}

.supplement-door2door {
    margin-left: 20px;
    background-color: lightsteelblue;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 45px;
    padding: 8px 3px;
    line-height: 24px;
    margin-right: 0px;
}

.supplement-box-free-shorex { /* colorazione delle free shorex nei supplementi */
    margin-left: 20px;
    background-color: #f6d697;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 45px;
    padding: 8px 3px;
    line-height: 24px;
    margin-right: 0px;
}

.supplement-box-land-discount { /* colorazione dei land discount nei supplementi */
    margin-left: 20px;
    /*background-color: #b97ef3;*/
    /*As per Federico's request*/
    background-color: #f6d697;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 45px;
    padding: 8px 3px;
    line-height: 24px;
    margin-right: 0px;
}

.sr-supplements-sx-button {
    float: right;
    margin-left: 10px;
    width: 35px;
    height: 35px;
}

.dateContainer {
    float: left;
    min-height: 45px;
    width: 100px;
}

    .dateContainer::after {
        content: "";
        position: relative;
        top: 5px;
        left: 10px;
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-right: 10px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #d8001a;
        border: 2px solid #ffffff;
    }

    .dateContainer .day {
        font-size: 30px;
        color: #d8001a;
        margin-right: 5px !important;
        line-height: 30px;
    }

    .dateContainer .month-year {
        font-size: 12px;
        margin-right: 2px !important;
        line-height: 14px;
    }

.topHover {
    height: 25px;
    background-color: #f2f2f2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bottomHover {
    height: 25px;
    background-color: #f2f2f2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.timeLine-row {
    /*cursor: pointer;*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .timeLine-row:hover {
        background-color: #e2e2e2;
    }


        .timeLine-row:hover .topHover {
            background-color: #e2e2e2;
        }

        .timeLine-row:hover .bottomHover {
            background-color: #e2e2e2;
        }

    .timeLine-row div[class^="col-md"] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

.supplement-price {
    color: #d8001a;
    font-size: 25px;
    line-height: 25px;
    width: 100px;
    text-align: right;
}

.supplement-price-description {
    color: #d8001a;
    font-size: 15px;
    line-height: 25px;
    width: 100px;
    text-align: right;
}

.sr-bottom-toolbar-spacer {
    height: 70px;
}

.sr-bottom-toolbar {
    position: fixed;
    z-index: 9999;
    /*z-index: 100;*/
    /*top: 100%;
    margin-top: -70px;
    height: 70px;
        */
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    margin-left: 0;
    margin-right: 0;
}

    .sr-bottom-toolbar li {
        margin-right: 10px;
        margin-bottom: 10px;
    }


/*--------------------------------------------------------------*/

.sr-btn-primary, .sr-btn-secondary {
    border-radius: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0;
    box-shadow: none;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-weight: 600;
    /*min-width: 125px;*/
    /*height: 40px;*/
    height: 2.5rem;
    display: inline-block !important;
}

.sr-btn-primary {
    background-color: #d60524;
    color: rgba(255, 255, 255, 1);
}


.sr-btn-secondary {
    background-color: #808080;
    color: rgba(255, 255, 255, 1);
}

    .sr-btn-primary:hover,
    .sr-btn-primary:focus,
    .sr-btn-secondary:hover,
    .sr-btn-secondary:focus {
        border-radius: 0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border: 0;
        box-shadow: none;
        margin-bottom: 5px;
        text-align: left;
        position: relative;
        /*font-family: 'Open Sans', arial, helvetica, sans-serif;*/
        font-weight: 600;
    }

/* Request-header.css override */
.head-cruise-no button.sr-btn-primary, .head-cruise-no button.sr-btn-secondary {
    font-weight: 600;
}

.azure-label button.sr-btn-primary, .azure-label button.sr-btn-secondary,
.azure-label button.sr-btn-primary:hover, .azure-label button.sr-btn-secondary:hover {
    font-size: 14px;
}

.sr-btn-plus {
    height: 21px;
    width: 21px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

    .sr-btn-plus:hover,
    .sr-btn-plus:focus,
    .sr-btn-plus:visited {
        text-align: center;
    }

.sr-btn-primary:hover,
.sr-btn-primary:focus {
    background-color: #c20522;
    color: #fff;
}


.sr-btn-secondary:hover,
.sr-btn-secondary:focus {
    background-color: #707070;
    color: #fff;
}

.sr-btn-primary i, .sr-btn-secondary i {
    position: absolute;
    top: 5px;
    font-size: 18px;
    width: 41px;
    text-align: center;
    line-height: 30px;
}


.shortcut-container {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 0;*/
    height: 0;
    overflow: visible;
}

.shortcut {
    font-weight: 600;
    background-color: #cccccc;
    color: #000000;
    position: relative;
    top: -8px;
    left: -10px;
    /*width: 30px; */
    padding: 0 2px 0 2px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.info-shortcut {
    background-color: transparent;
    /*color: #FF0000;*/
    position: relative;
    top: -8px;
    right: 6px;
    /*width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    text-align: center; */
}

.info-container {
    position: relative;
    top: -45px;
    right: 10px;
    float: right;
    width: 0;
    height: 0;
    overflow: visible;
}

.warning-container {
    position: relative;
    top: -45px;
    right: 10px;
    float: right;
    width: 0;
    height: 0;
    overflow: visible;
}

.myss-container {
    position: relative;
    top: -45px;
    right: 10px;
    float: right;
    width: 0;
    height: 0;
    overflow: visible;
}

    .myss-container a {
        min-width: 25px;
        border-radius: 5px;
        padding: 1px 5px;
        /*border: 5px solid lightgray;*/
        background-color: lightgray;
        color: black;
        text-decoration: none;
        font-weight: 700;
    }

div.tooltip-inner {
    max-width: 350px;
    background-color: #FFF;
    border: 1px solid #333;
    color: #000;
}

/* Specify styling for tooltip contents */
.tooltip.infoClass .tooltip-inner {
    width: 250px;
    color: #880000;
    background-color: #ffff66;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/* Hide arrow */
.tooltip.infoClass .tooltip-arrow {
    display: none;
}

.tooltip.in {
    opacity: 1;
}

.sr-btn-left-arrow {
    padding-left: 60px;
}

.sr-btn-right-arrow {
    padding-right: 60px;
}


.sr-btn-left-arrow i {
    left: 0;
    border-right: 1px solid #fff;
}


.sr-btn-right-arrow i {
    right: 0;
    border-left: 1px solid #fff;
}

/*--------------------------------------------------------------*/

.sr-alert {
    position: relative;
    height: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    overflow: hidden;
}

    .sr-alert.ng-hide {
        height: 0px;
        margin: 0;
        padding: 0;
    }

    .sr-alert.ng-hide-add,
    .sr-alert.ng-hide-remove {
        display: block !important;
    }

/*--------------------------------------------------------------*/

.sr-tile {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    min-width: 10px;
    padding: 7px 7px;
    color: #2a2a2a;
    background-color: #e2e2e2;
    font-weight: 600;
    margin: 2px 5px;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


    .sr-tile:hover {
        background-color: #9c9b9b;
        color: #ffffff;
    }


    .sr-tile a {
        color: #222222;
        text-decoration: none;
    }

        .sr-tile a:hover {
            color: #FFFFFF;
        }


.sr-row-highlighted {
    background-color: #47a139 !important;
    color: white;
}


.sr-td-red {
    color: #D8001A;
}

.sr-td-flight-price-definitive, .flight-price-definitive span {
    font-weight: bold;
}

.sr-td-flight-price-not-definitive, .flight-price-not-definitive span {
    color: #D8001A !important;
    font-weight: bold;
}

.sr-td-currency-shorex, .sr-td-currency-shorex span {
    text-align: right;
}

.sr-td-currency, .sr-td-currency span {
    color: #D8001A !important;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.sr-strikeout {
    /*font-size: 4em;*/
    line-height: 1em;
    position: relative;
    padding-right: 2px;
    padding-left: 2px;
}
.sr-strikeout::after {
    border-bottom: 0.125em solid black;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

.sr-bold {
    font-weight: 700;
}

.sr-gray {
    background: #808080;
    color: #FFFFFF;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.sr-cmb {
}

.sr-feature {
    float: left;
    height: 16px;
    width: 16px;
}

.azure-label {
    background-color: #81C0C4;
    color: #FFF;
    font-size: 15px;
    border-radius: 3px;
    padding: 10px 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.green-label {
    background-color: #47a139;
    color: #FFF;
    font-size: 15px;
    border-radius: 3px;
    padding: 10px 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.gray-label {
    background-color: #808080;
    color: #FFF;
    font-size: 15px;
    border-radius: 3px;
    padding: 10px 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
    .azure-label .linkbutton, .azure-label .sr-linkButton {
        color: #FFF;
        font-size: 16px !important;
        font-weight: 600;
    }

    .azure-label button,
    .azure-label button:hover {
        color: #FFF;
        text-decoration: none;
        font-size: 18px;
        font-style: normal;
    }

a .azure-label:hover {
    background-color: #66969a;
}

select option[disabled] {
    color: #a9a9a9;
}

.center-on-select {
    position: absolute;
    margin-left: 50%;
    margin-top: -37px;
    z-index: 112;
}

/*
 * activity-indicator-container viene usato per indicare che un certo campo 
 * sta eseguendo una operazione.
 * 
 * E' usato sciolto oppure nelle direttive "field"
 */
.activity-indicator-container {
    text-align: center;
    padding-right: 40px;
}

    .activity-indicator-container .custom-mask-loader {
        margin-top: -42px;
        position: absolute;
    }

    .activity-indicator-container .selectize-loader {
        margin-top: -38px;
        position: absolute;
        z-index: 112;
    }
    .activity-indicator-container-input {
        top: 46px;
        position: relative;
    }

/*
 * Fixing tr:hover per i custom-mask usati sciolti o dalle direttive "field" e
 * dal popover di bootstrap
 */
tbody tr:hover .custom-mask p, tbody tr:hover .custom-mask span {
    color: #000 !important;
}
tbody tr:hover .popover {
    color: #000 !important;
}

/*---------------------------Pagination----------------------------*/
.sr-pagination {
    margin: 5px 0;
}

    .sr-pagination > li > a,
    .sr-pagination > li > span {
        padding: 2px 12px;
    }


    /*.sr-pagination {background:rgba(255,255,255,.3);}*/
    .sr-pagination li {
        display: inline-block;
        font-size: .875rem;
        text-align: center; /*margin-left:-4px;*/
    }

        .sr-pagination li:first-of-type {
            margin-right: 10px;
        }

    .sr-pagination a {
        display: block;
        height: 30px;
        xwidth: 30px;
        padding: 0 5px;
        color: #595959;
        /*background:#fff;*/
        text-decoration: none;
        line-height: 30px;
    }

    .sr-pagination li:nth-child(-n+3) a, .sr-pagination li:nth-last-of-type(-n+2) a {
        xbackground: #e6e6e6;
    }

        .sr-pagination li:nth-child(-n+3) a:hover, .sr-pagination li:nth-last-of-type(-n+2) a:hover {
            background: transparent;
            xcolor: #fff;
        }


    .sr-pagination a:hover {
        background: rgba(255,255,255,.5); /*#ebebeb;*/
    }

    .sr-pagination a.active, .sr-pagination a.active:hover {
        display: block;
        background: #333 !important;
        border-radius: 0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        font-weight: bold;
    }


/*---------------SELECTIZE----------------------*/

.selectize-control {
    /*border: 1px solid #666;*/
    height: 2.5rem;
    padding: 0;
    vertical-align: middle;
    /*min-width: 250px;*/
    font-size: .875rem;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}

.selectize-input {
    /*border: 1px solid #666;*/
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 0 !important;
    overflow: hidden;
    /*border: none !important;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
}

    .selectize-input .item {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 80%;
        max-width: -moz-calc(100% - 46px);
        max-width: -webkit-calc(100% - 46px);
        max-width: calc(100% - 46x);
        /*max-width: 100%;*/
        overflow: hidden;
        float: left;
        /*background-color:red;*/
    }

/* #323.4 */
/* Questo nel caso volessi dare una larghezza minima di default, ma non è il caso */
/*.selectize-dropdown, .selectize-dropdown-content {
    min-width: 150px !important;
}*/
.cr-category .selectize-control .selectize-dropdown, .cr-category .selectize-control .selectize-dropdown-content {
    min-width: 200px !important;
}

.cr-fare .selectize-control .selectize-dropdown, .cr-fare .selectize-control .selectize-dropdown-content,
.q-fare .selectize-control .selectize-dropdown, .q-fare .selectize-control .selectize-dropdown-content {
    min-width: 330px !important;
}

.cr-gateway .selectize-control .selectize-dropdown, .cr-gateway .selectize-control .selectize-dropdown-content,
.cr-gateway-addons .selectize-control .selectize-dropdown, .cr-gateway-addons .selectize-control .selectize-dropdown-content {
    min-width: 320px !important;
}

.vs-country .selectize-control .selectize-dropdown, .vs-country .selectize-control .selectize-dropdown-content {
    min-width: 230px !important;
}

/* #492 */
.vs-destination .selectize-control .selectize-dropdown, .vs-destination .selectize-control .selectize-dropdown-content {
    min-width: 320px !important;
}

/* #506 */
.vs-features .selectize-control .selectize-dropdown, .vs-features .selectize-control .selectize-dropdown-content {
    min-width: 220px !important;
}

/* #858 */
.doc-email .selectize-control .selectize-dropdown {
    min-width: 320px !important;
}

/* #323.2 */
.selectize-no-max-height {
    height: auto;
    min-height: 2.5rem;
}

    .selectize-no-max-height > .selectize-input {
        height: auto;
        min-height: 40px;
    }

.selectize-input > input {
    padding: 0 .375rem !important;
    float: left;
}

.selectize-input .item {
    /*margin-top: 0.1rem !important;*/
    height: 40px;
    line-height: 40px;
}
/* 986 - move back x  --- BROKEN on short texts
.selectize-input > .item > a { 
    position: absolute;
    left: -22px;
    left: -webkit-calc(100% - 22px);
    left: -moz-calc(100% - 22px);
    left: calc(100% - 22px);
}
*/
.selectize-control.plugin-remove_button [data-value] {
    padding-left: 4px !important;
}


.selectize-dropdown, .selectize-input, .selectize-input input {
    line-height: 25px !important;
}

/*-------------------------------------*/

/*---------------Cabin Request----------------------*/


/*-------------------------------------*/

/*---------------Cabin Selection - suite description----------------------*/
tr.suite-selection:hover a {
    background: rgba(255,255,255,.5);
    color: #000;
}

div.suite-detail li {
    list-style: square inside none;
    /*list-style-position:inside;*/
}

p.suite-detail li {
    list-style: square inside none;
    /*list-style-position:inside;*/
}
/*-------------------------------------*/

/*iPad styles*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .selectize-dropdown-content div {
        min-height: 40px;
        line-height: 40px;
    }

    .selectize-control.plugin-remove_button [data-value] {
        padding-right: 32px !important;
    }

    .selectize-input .item {
        padding-right: 32px !important;
    }

    .selectize-input .remove {
        width: 22px !important;
    }

    .shortcut-container {
        display: none;
    }

    /*-------Buttons---------*/

    .sr-btn-primary i, .sr-btn-secondary i {
        width: 28px;
    }

    .sr-btn-right-arrow {
        padding-right: 35px;
    }

    .sr-btn-left-arrow {
        padding-left: 35px;
    }

    .btn.sr-btn-right-arrow {
        padding-left: 9px;
    }

    .sr-bottom-toolbar .btn {
        margin-top: -7px;
    }
}


.inventory-available::before {
    content: "AV";
}

.inventory-guarantee::before {
    content: "GTY";
}

.modal-main {
    max-height: 80vh;
    overflow-x: hidden;
}

.modal-dialog {
    margin-bottom: 0px;
}

@media (min-width: 1200px) {

    .modal-dialog {
        width: 1120px;
    }

    .inventory-available::before {
        content: "Available";
    }

    .inventory-guarantee::before {
        content: "Guarantee";
    }
}

/* Datepicker */

.datepicker tr:focus {
    background: none;
    color: #000000;
}

.datepicker tr:hover {
    background: none;
    color: #000000;
}

.datepicker tr:nth-child(even) {
    background: none;
}

.datepicker thead {
    background-color: #666;
}

.datepicker th, .datepicker td, .datepicker table tr td span {
    border-radius: 0px;
}

    .datepicker table tr td.active.active, .datepicker table tr td span.active.active {
        background-color: #93c8eb;
        background-image: none;
    }

    .datepicker table tr td.day:hover, .datepicker table tr td span:hover, .datepicker thead tr:first-child th:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td span.active:hover.active {
        background-color: #333;
        color: #fff;
    }


/* Table */
table .sr-secondary-header > th {
    background-color: #e6e6e6;
    color: #000000;
}

/* Tabbed panels */

.sr-tabbed-panel {
    margin-bottom: 10px;
    list-style: none;
    overflow: visible;
    position: relative;
    border: none;
}

    .sr-tabbed-panel li a {
        padding: 0 1.25rem;
        text-align: center;
        text-decoration: none;
        font-size: .75rem;
        color: #fff;
        display: block;
        border-bottom: 1px solid white;
        min-height: 40px;
        line-height: 2.6rem;
        display: inline-block;
        background: #999999;
    }

    .sr-tabbed-panel li {
        display: inline-block;
        position: relative;
    }

        .sr-tabbed-panel li a:hover {
            background: #999999;
        }

        .sr-tabbed-panel li.active a {
            background: #333333; /*border:1px solid #ddd;*/
            border-bottom: 1px solid #fff;
        }


        /* Arrow down */
        .sr-tabbed-panel li.active:after {
            content: "";
            position: absolute;
            top: 100%;
            margin-top: -1px;
            left: 50%;
            margin-left: -10px;
            border-top: 7px solid #333333;
            border-right: 10px solid rgba(0,0,0,0);
            border-left: 10px solid rgba(0,0,0,0);
        }

        .sr-tabbed-panel li ul li a {
            padding: 10px 25px;
        }


.deckPlanContainer {
    overflow: visible !important;
    height: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.mainDiv {
}


/*-----------Loader-------------------*/
.sr-loading-container {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

    .sr-loading-container .activity-indicator {
        display: table-cell;
        width: 100%;
        height: 100%;
        background: #ffffff;
        text-align: center;
        vertical-align: middle;
    }


/*---------DeckPlan---------*/
.deckContainer {
    padding: 0 !important;
    margin-left: 5px;
    margin-right: 15px;
    width: 150px;
    background-color: white;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 15px;
}

.deckTitle {
    color: #ffffff !important;
    font-family: 'Open Sans', arial, helvetica, sans-serif !important;
    position: absolute;
    top: 10px;
    left: -10px;
    background-color: #4c4c4c;
    width: 60px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .deckTitle:after {
        content: "";
        position: absolute;
        top: 100%;
        margin-top: -1px;
        left: 0%;
        border-top: 7px solid #333333;
        border-left: 10px solid rgba(0,0,0,0);
    }

/*---------Voy Search Filters---------*/


@media (min-width: 980px) {

    .catalogSelector { /* #4583 */
        width: 8.5% !important;
    }

    .vs-ship {
        width: 21% !important; /* #4583 */
        /*

        width: 27.66666667% !important;
        */
    }
    .vs-type-collection {
        width: 27% !important; /* #4583 */
    }
    .vs-date {
        /*width: 16.66666667% !important;*/
        width: 15% !important;
    }

    .vs-voy-no {
        /*width: 16.66666667% !important;*/
        /*width: 11.66666667% !important; */
        width: 15% !important;
    }

    .vs-days {
        /*width: 16.66666667% !important;*/
        width: 20% !important;
    }

    .vs-destination {
        width: 21% !important;
    }

    .vs-fares {
        width: 17% !important;
    }

    .vs-category-message {
        font-size: 7pt;
        color: black;
        font-variant:small-caps;
    }
    .vs-category-message span.bold {
        font-size: 7pt;
        /*color: black !important;*/
        font-variant: small-caps;
        font-weight: bold;
    }
    tr:hover .vs-category-message {
        color: white;
    }
    .vs-fare-icon {
        width: 35px;
        height: 35px;
        text-align: center;
        vertical-align: middle;
        /*padding: 8px 5px;*/
        font-weight: bold;
        font-size: 1.2em;
        color: black;
        /*border-radius: 50%;*/
    }
    tbody tr:hover .vs-fare-icon {
        color: white;
    }
    .vs-fare-feature {
        padding: 2px;
        font-size: 1.2em !important;
        color: black;
    }
    .vs-fare-disclamer {
        white-space: nowrap;
        overflow-x:visible;
    }
    tbody tr.focus .vs-fare-feature {
        color: black;
    }
    tbody tr:hover .vs-fare-feature {
        color: white;
    }
    td.vs-padding, th.vs-padding {
        padding: 0.6rem 0.5rem;
    }
    .vs-btn {
        /*width: 16.66666667% !important;*/
        width: 14.66666667% !important;
    }

    .vs-search-btn {
        width: 11% !important;
    }
    .vs-search-btn-collection {
        width: 20% !important;
    }
    .vs-features {
        width: 13%;
    }

    .vs-published {
        width: 12%;
    }
}

/*----------------------------*/

.sr-custom-mask-error {
    border-color: #d60524;
    border-width: 2px;
}



/*----------------Supplements Mgr-----------------*/

.sr-products {
}

    .sr-products th {
        padding-left: 0.5rem !important;
    }

    .sr-products td {
        padding: 0.7rem 0.5rem;
    }

    .sr-products .sr-inclusive-row {
        height: 30px;
        background-color: #d8d8d8;
        display: none;
        overflow: hidden;
    }

        .sr-products .sr-inclusive-row td {
            padding: .125rem 1.25rem;
        }

        .sr-products .sr-inclusive-row:hover {
            color: inherit;
            /*background-color:#efefef !important;*/
        }

    .sr-products tr:hover p {
        color: black;
    }

    .sr-products tr .linkButton:hover {
        text-decoration: underline;
    }

    .sr-products tr:hover .linkButton {
        color: white;
    }

    .sr-products .sr-inclusive-row-first td {
        -moz-box-shadow: inset 0px 11px 8px -10px #b8b8b8;
        -webkit-box-shadow: inset 0px 11px 8px -10px #b8b8b8;
        box-shadow: inset 0px 11px 8px -10px #b8b8b8;
    }

    .sr-products .sr-inclusive-row-last td {
        -moz-box-shadow: 0px -11px 8px -10px #b8b8b8 inset;
        -webkit-box-shadow: 0px -11px 8px -10px #b8b8b8 inset;
        box-shadow: 0px -11px 8px -10px #b8b8b8 inset;
    }

.sr-supplement-guest {
    /*background-color:red;*/
    line-height: 40px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    height: 40px;
}

.sr-products tbody:nth-child(even) tr {
    background-color: #f2f2f2;
}

    .sr-products tbody:nth-child(even) tr:hover {
        background: #333;
        color: #fff;
    }

.sr-products tbody:focus td {
    background-color: #91c7ed;
    color: #ffffff;
}

.sr-products tbody:focus a {
    color: #ffffff;
}

.sr-products tbody:focus .custom-mask {
    color: #000000;
}


.extendedPriceRow th {
    padding: .125rem 1.25rem;
}

/*-------------Supplements Cat Sel-------------*/

.sr-supplement-category {
}

    .sr-supplement-category:focus {
        background-color: #91c7ed;
    }


/*-------------Supplements Cat Sel-------------*/

.sr-cancellation-reason {
    padding: 5px;
}

    .sr-cancellation-reason:focus {
        background-color: #91c7ed;
    }

/*----------------Commissions-----------------*/
.sr-round-container {
    border-radius: 19px;
    line-height: 38px;
    background: #CCCCCC;
    width: 38px;
    height: 38px;
    text-align: center;
    color: #FFFFFF;
}

.commissionTitle {
    line-height: 48px;
    height: 48px;
    background-color: #4C4C4C;
    color: #FFFFFF;
    margin-left: -20px;
    padding-left: 10px;
    position: relative;
}

    .commissionTitle:after {
        content: '';
        position: absolute;
        /*margin-left: -20px;
        margin-top: -1px;*/
        border-top: 10px solid #333333;
        border-left: 20px solid rgba(0,0,0,0);
        top: 100%;
        left: 0%;
    }


.commissionRow {
    line-height: 40px;
}

.commissionSessionTitle {
    font-size: 15px;
    text-transform: capitalize;
    white-space: nowrap;
}


.dateContainerF {
    float: left;
    min-height: 65px;
    width: 100px;
}

/*.dateContainerF::after {
        content: "";
        position: absolute;
        top: 40%;
        left: 93px;
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-right: 10px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #d8001a;
        border: 2px solid #ffffff;
    }*/



.dateContainerTB {
    float: left;
    min-height: 65px;
    width: 100px;
}

    .dateContainerTB::after {
        content: "";
        position: absolute;
        top: 37%;
        left: 93px;
        width: 15px;
        height: 15px;
        display: inline-block;
        margin-right: 10px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #81C0C4;
        border: 2px solid #ffffff;
    }



/*Login*/


.roleRow {
    line-height: 45px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

    .roleRow:hover {
        background-color: #d8d8d8;
    }


/* Stile tabelle senza hover nero sulle td */

.no-hover tbody tr,
.no-hover tbody tr a {
    color: #000000;
    background-color: inherit;
}

.no-hover tr:focus .linkButton,
.no-hover tr:hover a {
    color: #000000;
}

/*---------------Voy Details------------------*/

.tbl-voy-details td {
    padding: 8px;
}

.tbl-voy-details tbody tr,
.tbl-voy-details tbody tr a {
    color: #000000;
    border-bottom: 1px solid #c0c0c0;
}

    .tbl-voy-details tbody tr:focus .linkButton,
    .tbl-voy-details tbody tr:hover {
        color: #000000;
        background-color: inherit;
    }

        .tbl-voy-details tbody tr:hover:nth-child(even) {
            background-color: #f2f2f2;
        }

.modal-voy-details {
    font-style: normal;
    /*margin-left:-15px;*/
}

/*li .modal-voy-details .row {
    margin-left: -3px;
    margin-right: 0;
}*/

/*---------------Voy Search-------------------*/
.bookingRow {
    background-color: #C7DAC5 !important;
}

.v2vRow .check-mask {
    display: none;
}

/* Sfondo evidenza charter */
.charter {
    background-color: #b8b8b8 !important; /*TBD*/
    font-style: italic;
}


/* Timepicker */

.timepicker {
    background-color: transparent;
    border: none;
    width: auto;
}

    .timepicker table {
        background-color: transparent;
    }

    .timepicker tr {
        background-color: transparent;
    }

    .timepicker tbody tr:hover {
        background: none;
        color: #000000;
    }

        .timepicker tbody tr:hover .btn-link {
            color: #337ab7;
        }

            .timepicker tbody tr:hover .btn-link:hover {
                color: #23527c;
            }

    .timepicker td {
        padding: 0;
        border-right: none;
    }

        .timepicker td input {
            display: inline;
        }

/*---------Direct Search Filters---------*/


@media (min-width: 980px) {

    .dir-src-11 {
        /*width: 16.66666667% !important;*/
        width: 11.66666667% !important;
    }
}

/* CSS inserito per non far andare a capo i pulsanti nella bottom toolbar */
@media (max-width : 1200px) {

    /*-------Buttons---------*/

    .sr-btn-primary i, .sr-btn-secondary i {
        width: 28px !important;
    }

    .sr-btn-right-arrow {
        padding-right: 35px !important;
    }

    .sr-btn-left-arrow {
        padding-left: 35px !important;
    }

    .btn.sr-btn-right-arrow {
        padding-left: 9px !important;
    }

    .sr-bottom-toolbar .btn {
        margin-top: -7px !important;
    }
}

/* Limite massimo altezza tendina selectize per modali Fare Modify - #278 */
.fare-mod .selectize-dropdown, .fare-mod .selectize-dropdown-content {
    height: 145px;
}

/*#region Tooltipster*/

.sr-tooltipster {
    border-radius: 4px;
    border: 1px solid #333;
    background: #fff;
    color: #000;
    /*opacity: .9;*/
}
    /* Use this next selector to style things like font-size and line-height: */
    .sr-tooltipster .tooltipster-content {
        font-size: 14px;
        line-height: 16px;
        padding: 3px 8px;
    }

/*#endregion*/

/* #293.3 
.ext-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ext-modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.ext-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
*/
.rigaPax {
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666;
}

.rigaCommission {
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666;
    border-top: solid;
    border-top-width: 1px;
    border-top-color: #666;
}

.unselectedSuite {
    /*background-color:#BBB;
    font-style:italic;*/
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: pointer;
}

    .unselectedSuite input[readonly], .unselectedSuite p, .unselectedSuite label, .unselectedSuite div {
        /*background-color:#BBB;*/
        cursor: pointer;
    }

/* Quote*/
.scenario-summary td {
    padding: .625rem 0.25rem;
}


.airNseaWithRR {
    font-size: 0.5em;
    color: red;
    float: left;
    top: 12px;
    position: relative;
    left: 24px;
}

.cabinUpOrDown {
       font-size: 0.7em;
    color: red;
    float: left;
    top: 10px;
    position: relative;
    left: 22px;
    font-weight: 600;
}

.envTest {
    font-size: 18px;
    color: red;
    -webkit-animation: envTest 1s linear infinite;
    -moz-animation: envTest 1s linear infinite;
    animation: envTest 1s linear infinite;
}

@-webkit-keyframes envTest {
    0% {
        color: white;
    }

    100% {
        color: red;
    }
}

@-moz-keyframes envTest {
    0% {
        color: white;
    }
    100% {
        color: red;
    }
}

@keyframes envTest {
    0% {
        color: white;
    }

    100% {
        color: red;
    }
}

.envProd {
    font-size: 18px;
}

/* #669 + #5282 */
.avGreen, .avYellow, .avBlue, .avRed, .avOrange {
    border-radius: 5px;
    padding: 5px 5px;
    max-height: 10px;
    float: left;
    margin-top: 4px;
}

.avGreen {
    background-color: #2F722C;
}

.avYellow {
    background-color: #FFCC3E;
}
/*#5282*/
.avOrange {
    background-color: #FF8010;
}

.avBlue {
    /*background-color: #7A479A;*/
    /*#5282*/
    background-color: #0150C0;
}

.avRed {
    background-color: #EA2134;
}

.avSuiteSelection {
    margin-left: 65%;
    position: absolute;
    margin-top: -17%;
}

.avVoyDetails {
    position: absolute;
    margin-left: 5px;
}

.sr-force-display-block {
    display: block !important;
}

.tabbed-panel li a.activeFirst {
    background: #81C0C4;
}

.history-bgFirst {
    background-color: #81C0C4;
}

.dialog-btn-list:first-child {
    margin-left: 5px !important;
}

.dialog-btn-list li {
    margin-left: 15px;
    margin-top: 13px;
}

/*Customizzazione per la larghezza del container*/
@media (max-width: 1200px) {
    .container {
        width: 100% !important;
    }
}

@media (max-width: 979px) {
    .sr-logo {
        width: 24px;
    }

    .envTest, .envProd {
        font-size: 15px;
    }
}


/*
    --------------------------------------    
    Media Query Dot79
    --------------------------------------
*/
label.full-width {
    width: 100% !important;
}

label.pull-right {
    text-align: right !important;
}

.cr-currency label.right {
    text-align: right !important;
    margin-right: 0 !important;
}

label.wd30 {
    width: 30px;
}

@media (max-width: 480px) {
    .cr-gateway {
        width: 100%;
        padding-left: 15px;
    }

    .cr-promo {
        width: 100%;
    }

    .cr-vs {
        width: 100%;
    }

    .cr-btns {
        width: 100%;
        text-align: right;
    }

    td, .inventoryTable th {
        padding: .2rem;
    }
}


@media (min-width: 480px) and (max-width: 768px) {
    .cr-guest {
        width: 20%;
    }

    .cr-category {
        width: 20%;
        padding-left: 3px;
    }

    .cr-suite-type {
        width: 20%;
        padding-left: 3px;
    }

    .cr-fare {
        width: 25%;
        padding-left: 3px;
    }

    .cr-fare-collection {
        width: 25% !important;
        padding-left: 3px;
    } /* #4759 */

    .cr-promo {
        width: 15%;
        padding-left: 3px;
    }
    .cr-gateway {
        width: 50%;
        padding-left: 15px;
    }

    .cr-vs {
        width: 25%;
        padding-left: 3px;
    }

    .cr-btns {
        width: 20%;
        padding-left: 3px;
    }

    td, .inventoryTable th {
        padding: .2rem;
    }
}

@media (min-width: 768px) and (max-width: 995px) {
    .cr-guest {
        width: 8% !important;
    }

    .cr-category {
        width: 15.5% !important;
        padding-left: 3px;
    }

    .cr-suite-type {
        width: 13.5% !important;
        padding-left: 3px;
    }

    .cr-fare {
        width: 16% !important;
        padding-left: 3px;
    }

    .cr-fare-collection {
        width: 24% !important;
        padding-left: 3px;
    } /* #4759 */

    .cr-gateway {
        width: 19% !important;
        padding-left: 3px;
    }

    .cr-promo {
        width: 7% !important;
        padding-left: 3px;
    }

    .cr-vs {
        width: 7.5% !important;
        padding-left: 3px;
    }

    .cr-btns {
        width: 13.5%;
        padding-left: 0px;
    }

    .cr-currency {
        padding-left: 0;
    }

    .btnCabinSelection {
        width: 40px !important;
        height: 40px !important;
    }

    td, th, .inventoryTable th {
        padding: .4rem;
    }
}


@media (min-width: 996px) {
    .cr-guest {
        width: 8% !important;
    }

    .cr-category {
        width: 15.5% !important;
        padding-left: 3px;
    }

    .cr-suite-type {
        width: 13.5% !important;
        padding-left: 3px;
    }

    .cr-fare {
        width: 16% !important;
        padding-left: 3px;
    }

    .cr-fare-collection {
        width: 24% !important;
        padding-left: 3px;
    } /* #4759 */

    .cr-promo {
        width: 7% !important;
        padding-left: 3px;
    }

    .cr-gateway {
        width: 19% !important;
        padding-left: 3px;
    }

    .cr-vs {
        width: 7.5% !important;
        padding-left: 3px;
    }

    .cr-btns {
        width: 13.5%;
        padding-left: 3px;
    }

    .cr-market, .cr-currency {
        padding-left: 0;
    }

        .cr-currency label.right {
            text-align: right !important;
            margin-right: 0 !important;
        }

    .btnCabinSelection {
        width: 40px !important;
        height: 40px !important;
    }

    .colItinerary {
        max-width: 300px;
    }

    td, th, .inventoryTable th {
        padding: .4rem;
    }
}

@media (min-width: 1200px) {
    td, th {
        padding: .625rem 1.25rem;
    }

    table.noPadding td, th {
        padding: .3rem !important;
    }
}

.noChildrenPadding div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.agent-owner-list li {
    float:left;
    line-height:40px;
}
.agent-owner-list li button {
    float:left;
    width:40px;
    height:40px;
    color:black;
    background-color:transparent;
}

    /*.agent-owner-list li button:hover {
        color:#f0f0f0;
         background-color:transparent;
    }*/
.sr-icon-edit {
    content: "\e62c";
}



.csa-btn {
    height:200px;
    text-align:center;
    padding:32px 10px 20px 10px;
    background-color:#e8e8e8;
    cursor:pointer;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #dddada;

     -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .csa-btn:hover {
        background-color:#dddddd;
    }

.csa-btn i {
    font-size:80px;
}

.csa-btn span {
    font-size:19px;
    font-weight:600;
}

.csa-row {
    margin-top:80px;
}

.csa-actions {
    width:140px;
    padding-left:5px;
    padding-right:5px;
}

.csa-actions button {
    margin-left:10px;
    margin-right:10px;
    color:black;
}
tr:hover .csa-actions button {
    color:white;
}

.csa-pax-row input {
    width:100%;
}

.btn-icon {
    color:black;
    background-color:transparent;
}

.btn-icon:hover {
    color:#9e9e9e;
    background-color:transparent;
}


@media (min-width: 768px) {
    .col-csa-suite-type {
        width: 12.5%;
    }

    .col-csa-status {
        width: 20%;
    }

    .col-csa-deck {
        width:10.33333333%
    }

    .col-csa-bkg {
        width:14.66666667%;
    }
}

/* sr-btn-group - usati nelle direttive field (input e number) */
.sr-btn-group-primary {
    background-color: #d60524;
    color: rgba(255, 255, 255, 1);
}

.sr-btn-group-primary:hover {
    background-color: #a3051c !important;
}
/* sr-button-group - se usato nelle table va alzato un filo */
td span.input-group-btn button.sr-btn-group-primary, div span.input-group-btn button.sr-btn-group-primary{
    line-height: 1.9;
}

table.valign-top td {
    vertical-align: top;
}

/*
 * #2206 input radio con spaziatura adeguata anche per la seconda riga
 */
.form-field-input-radio {
    top: 7px;
    padding-left: 40px;
    margin-bottom: 10px;
    width: 90%;
    line-height: 1.25rem;
}


/*
 * #2393
 * riduzione degli spazi per la tabella di inventory in modo da accomodare il C/O
 */
table.availability-small td {
    padding: .70rem .50rem;
}
.small-75 {
    font-size: 75%;
}
/*
 * #2393
 * colori differenze di prezzo
 */ 
.availability-diff-green {
    color: green !important;
}
.availability-diff-red {
    color: red !important;
}

/*
 * #2458
 */
/*
 * #2458
 */
.gateway-reduced {
    width:80%;
}
.btn-remove-gateway {
    position: absolute;
    margin-top: -40px;
    width: 40px;
    height: 40px;
    /*right: 15px;*/
    right: 5px;
}

.ise-pax-box {
    /*padding:6px;*/
}
.ise-pax-inactive {
    /*background-color: #bebbbb;*/
    opacity: 0.25;
}
.ise-pax-active {
    /*border-left: 2px red solid;*/
}

/* #2574 */
.overflow-400 {
    overflow: auto;
    max-height: 400px;
    min-height: 100px;
    padding-right: 20px;
}


.sr-inline-top-list li {
    vertical-align:top;
    float:left;
}

    .sr-inline-top-list li label {
        width:auto;
    }

        .sr-inline-top-list li label.check-mask {
            width:30px;
        }


/* #2763 */
table.padding5 td {
    padding: 5px !important;
}



/*Form field text area.*/
.field-textarea textarea {
    border: 1px solid #666;
    height: 5.5rem;
    padding: 0 .375rem;
    vertical-align: middle;
    min-width: 250px;
    font-size: .875rem;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    padding:4px 8px;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

    .btn-file .glyphicon {
        font-size:25px;
    }

.table-centerd-text td, .table-centerd-text th {
    text-align: center;
}

.collectionFare { /* #4583 */
    color: #D8001A !important;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

.compare-area {
    width: 80%;
    margin-bottom: 80px;
}

.compare-voyage-col {
    text-align: center;
    background-color: #f4f4f4;
    /*margin-right: 0.5em;*/
    /*margin-left: 0.5em;*/
}

.compare-voyage-parameters-col.no-results {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.compare-voyage-parameters-col {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 1em;
}

.compare-voyage-total-col {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #666666;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.5em;
}

.compare-voyage-total-col .sr-btn-primary {
    margin-bottom: 0px;
    margin-left: 2em;
}

.compare-header-voyage {
    font-weight: bolder;
}

.compare-header-owner {
    padding-top: 1.5em;
    /*text-align: right;*/
}

.compare-total-price {
    background-color: #777777;
    color: #ffffff;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
}

.compare-category-header, .compare-date-header {
    background-color: #bbbbbb;
    padding-top: 1em;
    padding-bottom: 1em;
}

.compare-item-row {
    padding-left: 1em;
    padding-right: 1em;
}

.compare-item-desc {
    padding-top: 1em;
    padding-bottom: 1em;
}

.compare-item-price {
    text-align: center;
    border-left: 2px solid #999999;
    padding-top: 1em;
    padding-bottom: 1em;
}

.compare-fare-label {
    display: inline-block;
    width: 3em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    /*background-color: #c3002f;*/
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
}

.compare-fare-edit {
    display: inline-block;
    width: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #c3002f;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    filter: brightness(85%);
}

.compare-modal-voyage-edit {
    height: 60vh;
}

.compare-header {
    margin-top: 0.5em;
}

.compare-header-select-fixed-height-big {
    height: 60px;
}

.compare-header-select-fixed-height-small {
    height: 40px;
}

.compare-header-global-parameters {
    margin-top: 3em;
}

.compare-go {
    margin-top: 3em;
}

.compare-header-title {
    padding-top: 0.5em;
    font-size: 28pt;
    line-height: 32pt;
}

.compare-results {

    margin-bottom: 2em;
    /*padding: 2em;*/
    /*background-color: #ffffff;*/
    /*border-radius: 10px;*/
}

.compare-radio-select-voyage-col {
    padding-top: 0.9em;
    text-align: right;
}

.compare-button-promo-voyage-col {
    padding-top: 1.4em;
}

.compare-radio-select-voyage {
    width: 2em;
    height: 2em;
    vertical-align: middle;
    /*margin-top: -0.4em !important;*/
}

.compare-table {
    /*TODO REMOVE!!!*/
    /*background-color: blue;*/
}

.compare-item-box-container {
    margin-left: 85px;
    border-left: 1px solid #cccccc;
    padding-left:1em;
}

.compare-item-box {
    /*margin-left: 20px;*/
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    min-height: 45px;
    /*padding: 8px 3px;*/
    line-height: 24px;
    /*margin-right: 0px;*/
}


.compare-item-date-container {
    min-height: 45px;
    width: 100px;
}

.compare-item-date-container .day {
    font-size: 24px;
    color: #d8001a;
    margin-right: 5px !important;
    line-height: 24px;
}

.compare-item-date-container .month-year {
    font-size: 10px;
    margin-right: 2px !important;
    line-height: 12px;
}


.compare-item-date::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 15px;
    height: 15px;
    display: inline-block;
    /*margin-right: 10px;*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #d8001a;
    border: 2px solid #ffffff;
    z-index: 10;
}

.compare-item-info {
    border-left: 1px solid #e6e6e6;
}

.compare-item-info.no-timeline {
    border-left: none;
}

.compare-item-info-box {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 0.9em;
}

.compare-item-info-desc {
    font-weight: 800;
    text-align: left;
}

.compare-header-disclaimer {
    color: #c20522;
    font-weight: 600;
}

.compare-select-propagate-col {
    padding-top: 6px;
}

.compare-voyage-promotions-button {
    margin-bottom: 10px;
}

.compare-voyage-promo-title {
    font-weight: 600;
}

.compare-voyage-promo-row {
    padding-top: 1em;
    padding-bottom: 1em;
}

.compare-voyage-promo-row:nth-child(even) {
    background-color: #f2f2f2;
}

span.MsoHyperlink a:hover {
    color: black;
}

.free-shorex-type-box {
    margin-left: 0;
    padding: 5px 0;
}
.free-shorex-type-box.selected {
    background-color: gainsboro;
    border-radius: 10px;
}

/*#5861*/
.tc-selected {
    background-color: #ded65b !important;
}

.ss-switcher label { margin: 0 8px; }
/* bar width */
.ss-switcher .switcher-line { width: 40px; }
/* bar height */
.ss-switcher .switcher-line:before { height: 20px; }
/* bar backgrounds */
.ss-switcher         .switcher-line:before { background: #e35144; }
.ss-switcher .active .switcher-line:before { background: #4ecb32; }
/* icons opacity */
.ss-switcher         .switcher-label.false,
.ss-switcher .active .switcher-label.true { opacity: 1; }
.ss-switcher         .switcher-label.true,
.ss-switcher .active .switcher-label.false { opacity: .4; }
