@font-face {
    font-family: 'SFBioSans-Bold';
    src: url('../fonts/SFBioSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SFBioSans-Bold.woff') format('woff'), url('../fonts/SFBioSans-Bold.ttf') format('truetype'), url('../fonts/SFBioSans-Bold.svg#SFBioSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFBioSans-Heavy';
    src: url('../fonts/SFBioSans-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/SFBioSans-Heavy.woff') format('woff'), url('../fonts/SFBioSans-Heavy.ttf') format('truetype'), url('../fonts/SFBioSans-Heavy.svg#SFBioSans-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFBioSans-Regular';
    src: url('../fonts/SFBioSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SFBioSans-Regular.woff') format('woff'), url('../fonts/SFBioSans-Regular.ttf') format('truetype'), url('../fonts/SFBioSans-Regular.svg#SFBioSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mission Script';
    font-style: normal;
    font-weight: normal;
    src: local('Mission Script'), url('../fonts/Mission-Script.woff') format('woff');
}

@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i');

body {
    background-image: url('../media/BG.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-color: #131414;
    margin: 0px;
    padding: 0px;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    color: #FFF;
    font-family: SFBioSans-Regular;
}

a {
    color: #c6102d;
    text-decoration: none;
}

.logout {
    color: #c6102d;
}

.l-centerAbsolute {
    position: absolute;
    left: 50%;
}

.l-centerRelative {
    position: relative;
    left: -50%;
}

.l-content {
    background-color: #FFF;
}

.l-contentRequired {
    color: inherit;
}

.l-contentHighlight {
    background-color: #EEE;
}

.l-alignBottomWrapper {
    display: table;
}

.l-alignBottom {
    display: table-cell;
    vertical-align: bottom;
}

.l-LargeInput {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
    height: 55px;
    width: 350px;
    box-shadow: none;
    border: none;
    vertical-align: central;
    font-family: SFBioSans-Regular;
    font-size: large;
    padding-left: 10px;
}

.l-LargeNumberInput {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    box-sizing: border-box;
    height: 55px;
    width: 240px;
    box-shadow: none;
    border: none;
    vertical-align: central;
    font-family: SFBioSans-Regular;
    font-size: large;
    outline: 0px;
    padding-left: 10px;
}

.l-MediumInput {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
    height: 55px;
    width: 245px;
    box-shadow: none;
    border: none;
    vertical-align: central;
    font-family: SFBioSans-Regular;
    font-size: large;
    padding-left: 10px;
}

.l-SmallInput {
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
    height: 55px;
    width: 145px;
    box-shadow: none;
    border: none;
    vertical-align: central;
    font-family: SFBioSans-Regular;
    font-size: large;
    padding-left: 10px;
}

.button {
    cursor: pointer;
}

.inputBgRed {
    background-color: #c6102d;
}

.inputBgBlack {
    background-color: #131414;
}

.inputFontColorWhite {
    color: #FFF;
}

.inputBorderBlack {
    border: 2px;
    border-style: solid;
    border-color: #131414;
}

.inputBorderRed {
    border: 2px;
    border-style: solid;
    border-color: #c6102d;
}

.inputFontColorGray {
    color: #8d8d86;
}

.inputFontColorRed {
    color: #c6102d;
}

.headerWrapper {
    z-index: 900;
    width: 1150px;
    height: 260px;
    box-sizing: border-box;
    text-align: center;
    margin-top:40px;
}

.header {
    background: radial-gradient(closest-corner, #9F1B28 10%, #590005 90%);
    height: 100%;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.headerTop {
    float: left;
    width: 100%;
    height: 30px;
    color: #FFF;
}

.headerLeft {
    float: left;
    width: 24%;
    box-sizing: border-box;
    height: 95px;
    padding-left:12px;
}

.headerCenter {
    float: left;
    box-sizing: border-box;
    width: 51%;
    height: 80px;
    padding-bottom: 20px;
}

    .headerCenter h2 {
        padding: 0;
        margin: 0;
    }

.headerRight {
    float: right;
    width: 25%;
    box-sizing: border-box;
    height: 77px;
    padding-bottom: 20px;
}

    .headerRight a {
        color: #FFF;
    }

.clear {
    float: clear;
}

.contentWrapper {
    z-index: 1000;
    margin-top: 180px;
    color: #131414;
    width: 1150px;
    display: table;
}

.content {
    display: table-row;
    width: 1150px;
}

.contentFull {
    display: table-cell;
    left: 0;
    padding: 40px 40px;
    box-sizing: border-box;
    width: 1150px;
    height: 100%;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
}

.contentLeft {
    display: table-cell;
    left: 0;
    padding: 40px 40px;
    box-sizing: border-box;
    width: 575px;
    height: 530px;
    -webkit-border-radius: 0px 0px 0px 6px;
    -moz-border-radius: 0px 0px 0px 6px;
    border-radius: 0px 0px 0px 6px;
}

.contentRight {
    display: table-cell;
    right: 0;
    padding: 40px 40px;
    box-sizing: border-box;
    width: 575px;
    height: 100%;
    -webkit-border-radius: 0px 0px 6px 0px;
    -moz-border-radius: 0px 0px 6px 0px;
    border-radius: 0px 0px 6px 0px;
}

.loginErrorMessage {
    color: #c6102d;
}

.footer {
    font-size: 14px;
    width: 100%;
    height: 5%;
    color: #8D8D86;
    text-align: center;
    margin-top: 10px;
}

    .footer a {
        color: #8D8D86;
        text-decoration: none;
    }

table.pricingResult {
    width: 100%;
    margin: 0;
}

    table.pricingResult tr.sectionStart td {
        padding-top: 1em;
        margin: 0;
    }

td.campaignItemDisplayName {
    color: #c6102d;
}

td.figure {
    text-align: right;
    margin: 0;
}

table.pricingResult tr.strong td {
    font-weight: bold;
    margin: 0;
}

.scrollable {
    overflow: auto;
    height: 200px;
    border-radius: 10px;
    background-color: #eee;
}

    .scrollable::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #d5d5d5;
    }

    .scrollable::-webkit-scrollbar {
        width: 8px;
        background-color: #d5d5d5;
        border-radius: 10px;
    }

    .scrollable::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #939393;
    }

ul.scrollable {
    list-style-type: none;
    padding: 0;
}

    ul.scrollable li {
        margin: 0;
        padding: 0;
    }

table.scopeTimePeriods input[type=checkbox] {
    position: relative;
    top: 4px;
}

table.scopeTimePeriods span.collapse-button,
table.scopeTimePeriods span.expand-button {
    display: inline-block;
    background-color: #c6102d;
    color: #FFF;
    line-height: 16px;
    padding: 0;
    width: 18px;
    height: 18px;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #FFF;
    cursor: pointer;
    margin-left: 4px;
}

table.scopeTimePeriods tr.collapsed span.collapse-button {
    display: none;
}

table.scopeTimePeriods tr.expanded span.collapse-button {
    display: inline-block;
}

table.scopeTimePeriods tr.collapsed span.expand-button {
    display: inline-block;
}

table.scopeTimePeriods tr.expanded span.expand-button {
    display: none;
}

table.scopeTimePeriods tr.day input[type=checkbox] {
}

label {
    position: relative;
}

div.radioButtonList {
    display: inline-block;
    background-color: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    div.radioButtonList.horizontal {
        padding: 4px 3px 4px 3px;
    }

        div.radioButtonList.horizontal label {
            padding-left: 5px;
            margin-right: 5px;
        }

            div.radioButtonList.horizontal label:last-of-type {
                border-right: 0;
            }

    div.radioButtonList.vertical {
        padding: 4px 3px 4px 7px;
    }

        div.radioButtonList.vertical label {
            display: block;
            margin-bottom: 10px;
        }

label.checkbox {
    display: inline-block;
}

label.radio {
    display: inline-block;
}

    label.checkbox input {
        display: inline-block;
        margin-right: 2px;
        position: relative;
        top: 2px;
    }

    label.radio input {
        display: inline-block;
        margin-right: 2px;
        position: relative;
        top: 2px;
    }


.radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1100;
}

.checkbox {
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1100;
}

    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.circlemark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #c6102d;
    border-radius: 50%;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #c6102d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.circlemark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked ~ .circlemark:after {
    display: inline-block;
}
.checkmark-single {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .checkmark-single:after {
        content: "";
        position: absolute;
        display: none;
    }

.checkbox input:checked ~ .checkmark-single:after {
    display: inline-block;
}

.checkbox .checkmark-single:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.checkbox input:checked ~ .checkmark:after {
    display: inline-block;
}

.radio .circlemark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFF;
}

.checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

table.campaignItems {
    width: 100%;
    margin-top: 1em;
    border-top: 1px solid #ddd;
    border-collapse: collapse;
}

    table.campaignItems tr {
        cursor: pointer;
        border-bottom: 1px solid #ddd;
        height: 50px;
    }

        table.campaignItems tr:hover td,
        table.campaignItems tr.active td {
            background-color: #EEEEEE;
        }

    table.campaignItems td {
        padding: 4px 0 4px 0;
        margin: 0px;
        border-bottom: 1px solid #ddd;
        vertical-align: middle;
    }

        table.campaignItems td:last-of-type {
            width: 30px;
        }


    table.campaignItems tr.total {
        cursor: auto;
    }

        table.campaignItems tr.total:hover td {
            background-color: inherit;
        }

        table.campaignItems tr.total td {
            font-weight: bold;
        }

    table.campaignItems .deleteButton {
        display: inline-block;
        position: relative;
        width: 45px;
        height: 30px;
        border: 0;
        padding: 0;
        margin: 0;
        background: none;
        font-weight: bold;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.centerBreakDownChart {
    margin: 1em 0 0 0;
    width: 100%;
}

#timePeriodBreakdownChart {
    /*border-bottom: 1px solid #eee;*/
    margin-left:20%;
    overflow: hidden;
}

.pricingResultDate {
    font-style: italic;
}


/*Bootstrap*/
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 400px;
    padding: 1px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: #ffffff;
    color: #131414;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    white-space: normal;
}

.popover-enabled {
    text-decoration: underline;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }
/*End Bootstrap*/
