.info-box .info-box-stats {
    margin-top: 0;
    width: 100%;
}

.info-box .info-box-stats, .info-box .info-box-stats span.info-box-title, .info-box .info-box-stats p {
    color: #FFF;
    font-size: 20px;
    text-align: center;
}

.info-box .info-box-stats span.info-box-title {
    text-align: left;
    font-weight: 100;
}

.info-box .info-box-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: absolute;
    top: 0px;
    right: -10px;
}

.info-box .info-box-icon i {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
}

.panel-custom .panel-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.panel-custom {
    height: 140px;
    cursor: pointer;
    transition: background 0.2s ease-in;
}

.panel-custom:hover, .panel-custom.active {
    background-color: #2c3c8f;
}

.panel-custom.active .info-box-stats span.info-box-title{
    font-weight: 700;
}

.panel h5 {
    padding-left: 12px;
    text-transform: uppercase;
    margin-top: 30px;
}

.panel h6 {
    text-transform: uppercase;
    color: #000;
}

.surrounding-list{
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 200px;
}

.surrounding-list > div {
    display: flex;
    align-items: center;
}

.surrounding-list > div > span {
    display: inline-block;
    padding: 5px;
}

.surrounding-list > div > span:first-of-type {
    width: 85%;
}

.filter-buttons {
    margin-top: 30px;
    text-align: right;
}

.print-charts .surrounding-list {
    font-size: 10px;
}

.surrounding-list > div > span:last-child {
    width: 15%;
    text-align: right;
}

.panel-small h5 {
    font-size: 0.85em;
}

.campaign-tabs .nav-tabs, .campaign-tabs .nav-tabs>li>a {
    border-bottom: 1px solid #fff;
}

.campaign-tabs .nav-tabs>li {
    z-index: 1;
}

.campaign-tabs .tab-content {
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 2;
}

.campaign-tabs .nav-tabs>li.active>a, .campaign-tabs .nav-tabs>li.active>a:focus, .campaign-tabs .nav-tabs>li.active>a:hover {
    border-radius: 5px 5px 0 0 !important;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .1);
}

.campaign-details-tabs .panel {
    box-shadow: none;
}

.campaign-details-tabs .panel {
    border: 1px solid #e2e2e2 !important;
}

.campaign-details-tabs .panel .panel-heading {
    padding: 0 10px;
    background: #fff;
    top: -10px;
    left: 30px;
    position: absolute;
    text-transform: uppercase;
}

.campaign-details-tabs .panel .panel-body {
    padding-top: 20px;
}

.campaign-reco-modal .campaign-tabs {
    margin-top: 0;
}

.campaign-reco-modal .campaign-tabs .nav-tabs>li {
    z-index: 3;
}

.campaign-reco-modal .campaign-tabs .tab-content {
    border: 1px solid #e2e2e2;
    box-shadow: none;
}

.campaign-reco-modal .campaign-tabs .nav-tabs>li.active>a, .campaign-reco-modal .campaign-tabs .nav-tabs>li.active>a:focus, .campaign-reco-modal .campaign-tabs .nav-tabs>li.active>a:hover {
    border-bottom: 1px solid #fff !important;
    border: 1px solid #e2e2e2;
    box-shadow: none;
}

.campaign-reco-modal .ooh-stars i {
    color: #ffd700;
}

.campaign-reco-modal #placement .btn,
.campaign-reco-modal #placement .alert {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.campaign-reco-modal .campaign-tabs .nav-tabs, .campaign-reco-modal .campaign-tabs .nav-tabs>li>a {
    border-bottom: none;
}

.campaign-reco-modal .panel-body h3 {
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.new-campaign-btn {
    background: url('../../images/start.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 5px;
    flex-direction: column;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-campaign-btn.calculate {
    background: #783d8e;
    height: 175px;
}

.new-campaign-btn i {
    font-size: 30px;
    transition: all 0.3s ease-in;
}

.new-campaign-btn p {
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 0;
    font-weight: 100;
    margin-top: 10px;
    transition: all 0.3s ease-in;
}

.new-campaign-btn:hover i, .new-campaign-btn:hover p {
    color: #FFF;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
}

.campaign-reco-heading p {
    padding-left: 12px;
}

.campaign-reco-btn {
    padding: 20px 0;
    height: 192px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.campaign-reco-btn a {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.campaign-reco-btn a:hover {
    text-decoration: none;
}

.campaign-reco-btn a:first-child {
    background: green
}

.campaign-reco-btn a:last-child {
    background: blue
}

.campaign-reco-btn i {
    margin: 5px;
    font-size: 2em;
    cursor: pointer;
    transition: opacity 0.2s ease;
    color: #fff;
}

.campaign-reco-btn i:hover {
    opacity: 0.6;
}

.campaign-reco-btn i.fa-retweet {
    color: #783d8e;
}

.campaign-reco-btn i.fa-arrow-circle-right {
    color: #3cbb3f;
}

.campaign-reco-btn i.fa-times-circle {
    color: #ff3434;
}

.campaign-reco .panel.panel-white {
    margin: 11px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 7px;
}

.campaign-allocation>li {
    display: flex;
    border-bottom: 1px solid #d2d2d2;
    width: 97%;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.campaign-allocation>li:last-child {
    border-bottom: none;
}

.campaign-allocation>li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.panel-scrolling:hover i.cursor-down {
    opacity: 0.5;
}

.panel-scrolling>div {
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}

i.cursor-down {
    position: absolute;
    bottom: 5px;
    right: 0;
    left: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.ca-sites {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ca-desc {
    width: 80%;
    padding: 0 15px;
}

.ca-estimation {
    display: flex;
}

.ca-estimation>div:first-child {
    margin-right: 20px;
}

.ca-estimation h5 {
    padding-left: 0;
    margin-top: 0;
    text-transform: none;
}

.panel-group .panel .allocation-heading {
    height: auto;
}

.panel-group .panel .allocation-heading a {
    display: flex;
}

.panel-group .panel .allocation-body h4, .panel-group .panel .allocation-body h4 .stars-outer {
    margin-top: 0;
    font-size: 1.1em;
}

.panel-group .panel .allocation-body p {
    margin-bottom: 5px;
    line-height: 120%;
}

.panel-group .panel .allocation-body:hover {
    background: #f2edf9;
}

.panel-group .panel img {
    width: 100%;
}

.custom-checkbox li {
    display: inline-flex;
    width: calc(88.3% / 3);
    margin: 0.8% 1.3%;
}

.custom-checkbox-2 li {
    width: calc(91% / 3);
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 45px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, .3);
    transition: all 0.2s ease-in;
}

.custom-checkbox-2 .styled-checkbox+label {
    height: 80px;
    justify-content: center;
}

.custom-checkbox-2 .styled-checkbox+label>p {
    text-transform: uppercase;
    font-size: 16px;
}

.styled-checkbox+label>p {
    transition: all 0.2s ease-in;
    margin-bottom: 0;
    line-height: 120%;
}

.styled-checkbox+label:hover>p, .styled-checkbox+label:hover {
    color: #af96da;
}

.styled-checkbox:checked+label {
    background-color: #af96da;
    color: #FFF;
}

.styled-checkbox:checked+label>p {
    color: #FFF;
}

.styled-checkbox+label>i {
    font-size: 20px;
    margin: 20px;
}

.add-site {
    width: 60px;
    height: 60px;
    position: absolute;
    padding-top: 10px;
    top: 10px;
    right: 20px;
    z-index: 7;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease-in;
    opacity: 0.8;
}

.add-site:hover {
    opacity: 1;
}

.add-site>p {
    margin: 0;
    font-size: 0.5em;
}

p.summary-subtotal {
    font-size: 1.2em;
}

.btn-order {
    padding: 5px;
}

.btn-order .btn {
    width: 100%;
    margin-top: 15px;
}

.btn-order .btn:not(.btn-default) {
    color: #fff;
}

.campaign-summary>.row {
    display: flex;
}

.campaign-summary>.row>.col-md-9 {
    flex: 3;
}

.campaign-summary>.row>.col-md-9>.panel {
    height: 100%;
}

.campaign-summary>.row>.col-md-3 {
    flex: 1;
}

.modal-content-view {
    width: 80%;
}

.modal-ooh-details {
    width: 900px;
}

.modal-content-view img, .modal-ooh-details img {
    width: 100%;
}

.modal-content-view h5 {
    text-align: center;
}

.modal-content .btn {
    margin: 0;
    width: auto;
}

#summaryAccordion {
    font-size: 0.9em;
}

.ios-switch {
    display: inline-block;
    margin-left: 50px;
    position: relative;
}

.option-switcher .switchery {
    width: 100px;
    margin-left: 10px;
}

#optimization_switch_label {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
    top: 5px;
}

.option-switcher .switchery:before {
    content: 'Traffic';
    color: #783d8e;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.option-switcher.option-checked .switchery:before {
    content: 'Density';
    color: #fff;
    left: 10px;
}

.small-checkbox .checkbox-inline {
    margin-right: 30px;
}

.panel-small .switchery {
    height: 20px;
    width: 40px;
}

.panel-small .switchery>small {
    height: 20px;
    width: 20px;
}

.right-switcher .switchery {
    position: absolute;
    right: 25px;
    top: 10px;
    background-color: #dfcef8!important;
}

.select-all .switchery {
    background-color: #dfcef8!important;
}

span.list {
    display: list-item;
    margin-left: 15px;
}

.input-notes .form-group {
    padding: 15px;
    display: flex;
    align-items: center;
}

.notes-output {
    width: 400px;
}

.notes-output li {
    text-transform: uppercase;
    position: relative;
}

.notes-output li.disabled {
    color: #b1b1b1;
}

.notes-output li i {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 3px;
}

.notes-output li i:hover {
    color: red;
}

#campaign_creator .form-margin {
    padding: 10px 20px;
}

#campaign_creator .form-margin .select-regular {
    padding:0!important;
}

.content-view-modal {
    display: flex;
    flex-wrap: wrap
}

.content-view-modal > .col-md-4 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.content-view-details .panel {
    padding: 15px;
}