/* Space out content a bit */
body {
    padding-bottom: 20px;
}

.datepicker.switch {
    display: table-cell !important;
}

.rules-filters {
    text-align: left !important;
    padding-left: 12px;
}

.tab {
    width: 140px !important;
    margin-right: 0px;
    padding-right: 0px;
}

.selectedTab {
    width: 140px !important;
    margin-right: 0px;
    padding-right: 0px;
}

.full-right {
    width: 100%;
    text-align: right;
}

.leftified {
    margin-left: 75px;
}

dl.stylish>dt {
    color: #e86900;
    margin-bottom: 4px;
}

dl.stylish>dd {
    border-bottom: 1px solid lightgray;
    margin-left: 15px;
    margin-bottom: 15px;
    height: 20px;
}

/*.tabs i {
  margin: 0
}*/

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}

/* Custom page header */
.header {
    border-bottom: 1px solid #3c8dbc;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

.rzslider .rz-pointer {
    outline: none !important;
}

.dot {
    Display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0 2px;
}

.dotgreen {
    background-color: green;
}

.dotred {
    background-color: red;
}

.dotyellow {
    background-color: yellow;
}

/* Customize container */
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

.container-narrow>hr {
    margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
    margin: 40px 0;
}

.marketing p+h4 {
    margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {

    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }

    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }

    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

.nav>li.active>a {
    text-decoration: none;
    background-color: #eee;
}

.orange {
    color: #e86900;
}

.red {
    color: red;
}

.green {
    color: green;
}

.black {
    color: #000;
}

.dark-gray {
    color: #666;
}

h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #e86900;
}

.campaign .logo {
    float: right;
    display: block;
    width: auto;
    max-width: 50%;
    height: auto;
}

.campaign .gestisci-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-transform: capitalize;
    font-size: 0.9em;
    color: #333;
    background: transparent;
    transition: 200ms linear;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    border: 0 !important;
}

.campaign .gestisci-btn:hover {
    background: #e86900;
    color: #fff;
    border: 0 !important;
}

.settings-panel {
    margin-top: 15px;
    border-bottom: 1px solid lightgray;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.settings-header {
    font-size: 24px;
}

.panel-medium-fixed {
    height: 100%;
    min-height: 650px;
}

.campaign {
    display: inline-block;
    background: #f8f8f8;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 10px;
    padding: 20px;
    width: 400px;
    height: 250px;
    margin: 20px;
}

button.btn-square,
a.btn-square {
    width: 26px;
}

.disabled {
    color: #ababab !important;
    pointer-events: none;
    opacity: 0.4;
}

.dropdown-places,
.dropdown-apps,
.dropdown-brands,
.dropdown-category {
    position: relative;
    z-index: 500000;
    left: 20px;
    top: 0;
    width: 600px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #f0f0f0;
}

.dropdown-places li,
.dropdown-apps li,
.dropdown-brands li,
.dropdown-category li {
    padding: 15px;
}

.dropdown-toggler-input {
    width: 85%;
    display: inline-block;
    margin-top: 12px;
}

.level1 {
    font-weight: bold;
}

.level1.app-row-default {
    background-color: palegoldenrod;
}

.dropdown-places li.level2,
.dropdown-apps li.level2,
.dropdown-brands li.level2,
.dropdown-category li.level2 {
    padding-left: 25px;
}

.app-row-selected,
tbody tr.app-row-selected:hover>td {
    background-color: #e86900;
    color: white;
}

.app-row-selected,
tbody tr.app-row-selected:hover>td input {
    color: #000;
}

.app-row-default {
    background-color: white;
}

.stats-two-lines .huge {
    white-space: pre-wrap;
    font-size: 22px;
}

.app-button {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.switch_text {
    margin-left: 20px;
    display: inline-block;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    vertical-align: top;
}

.switch_text_small {
    margin-left: 20px;
    display: inline-block;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    vertical-align: top;
}

ul.checkboxes {
    padding-left: 0;
}

ul.checkboxes>li {
    list-style-type: none;
}

ul.checkboxes>li input {
    margin-right: 5px;
}

/* Scrollbar customization */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.3);
    box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(200, 200, 200, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(150, 150, 150, 0.5);
    box-shadow: inset 0 0 6px rgba(150, 150, 150, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(200, 200, 200, 0.4);
}


.new-tabs .nav.nav-pills {
    border-bottom: 1px solid #000;
}

.new-tabs .nav.nav-pills li {
    padding-bottom: 10px;
    display: inline-block;

}

.new-tabs .nav.nav-pills li a {
    background: transparent !important;
    border-right: 1px solid #000;
    color: #000;
    border-radius: 0;
    height: 28px;
    line-height: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.new-tabs .nav.nav-pills li.active a {
    color: #428bca;
}

.highlightSection a {
    background: #ffca9e;
}

.campaign-widget .huge {
    height: 45px !important;
}

.campaign-creativity {
    width: 440px;
    height: 890px;
    background-image: url('../img/cover.png');
    background-size: cover;
    text-align: left;
    margin: 0 auto;
    padding-top: 112px;
}

@media screen and (max-width:1300px) {
    .campaign-creativity {
        zoom: 0.8;
    }
}

.campaign-strategies {
    padding: 20px;
}

.campaign-strategies>div {
    border: 2px solid #FB632C;
    border-radius: 5px;
    padding: 10px;
}

.campaign-strategies h3 {
    color: #000;
    min-height: 50px;
}

.campaign-strategies h4 {
    color: #FB632C;

}

.campaign-strategies h5 {
    font-size: 17px;
    min-height: 60px;
}

.campaign-revenue {
    margin-top: 20px;
    border: 2px solid #FB632C;
    border-radius: 5px;
}

.pointer {
    cursor: pointer;
}

.schedule_container {
    width: 100%;
}

.schedule_day {
    width: 120px;
    float: left;
    text-align: center;
}

.schedule_title {
    font-weight: bold;
    line-height: 45px;
}

.schedule_button_add {
    padding-bottom: 10px;
    border-bottom: 1px solid #888;
    margin-bottom: 10px;
}

.schedule_box {
    background: #efefef;
    border: 1px solid #cccccc;
    padding: 2px;
    margin-top: 3px;
    margin-right: 1px;
    margin-left: 1px;
}

.schedule_box_title {
    text-align: right;
    color: #8e0000;
}

.schedule_box_content {
    text-align: left;
    margin-top: -12px;
    margin-left: 8px;
    margin-bottom: 8px;
}

.list-selection {
    width: 100%;
}

.list-selection>option {
    padding: 4px 0;
}

.place-single {
    width: 300px;
    float: left;
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 0 10px 10px 0;
    min-height: 130px;
}

.place-single>small>i {
    font-size: 10px;
}

.place-action {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

.selectedTablePlace>td {
    background-color: #e86900 !important;
    color: white !important;
}

.segment_manuale_users {
    background-color: #efefef;
    padding: 20px 0;
    border: solid 1px #cccccc;
    margin-top: 9px;
    border-radius: 6px;
}

.segment_filters_group {
    background-color: #efefef;
    padding: 20px 0;
    border: solid 1px #cccccc;
    margin-top: 9px;
    border-radius: 6px;
    margin: 5px 15px;
    width: 97%;
}

.segment_or {
    position: absolute;
    top: 100%;
    left: 16px;
    font-size: 14px;
    background: #e86901;
    color: white;
    padding: 4px;
    z-index: 1000;
    transform: translateY(-35%);
    border-radius: 7px;
}

.segment_and {
    font-size: 12px;
    background: #e86901;
    color: white;
    padding: 4px 6px;
    border-radius: 7px;
    position: absolute;
    top: 30px;
    left: 0;
}

.segment_and_button_add {
    position: absolute;
    top: 25px;
    left: 16px;
    font-size: 19px;
}

.segment_and_button_delete {
    position: absolute;
    top: 25px;
    left: 50px;
    font-size: 19px;
}

.segment_numero_calcolato {
    padding: 10px 0;
}

.segment_numero_calcolato_box {
    background: #efefef;
    padding: 11px 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 32%;
}

.app-modal-window.app-modal-window-large .modal-dialog {
    width: 90%;
}

.error_report_campaign_date {
    position: absolute;
    font-size: 12px;
    color: red;
    margin: 36px 0px 0px 10px;
}

.not_valid_place_label {
    color: red;
}

.not_valid_places {
    background: red;
    color: white;
    padding: 15px;
    margin: 10px 0;
}

.not_valid_places h2 {
    margin: 0;
    padding: 0;
}

.not_valid_place button {
    float: left;
    color: red;
    background: white;
    border: 2px solid white;
    margin: 0 20px 0 0;
}

.not_valid_place button:hover {
    background: white;
    color: red;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}