﻿body {
    font-family: Verdana, Arial;
}

.clickable {
    cursor:pointer;
}

i.disabled {
    opacity: 0.6;
}
i.glyphicon.large {
    font-size:1.2em;
}
i.warning {
    color:#f0ad4e;
}
i.danger {
    color: #d9534f;
}

#pgBody h1 {
    color: #7598C4;
    line-height: 1.1em;
    font-size: 2.2em;
    font-weight: normal;
    font-family: Arial, Sans-Serif;
    border-bottom: 1px solid #CCCCCC;
    margin: 0pt 0pt 10px;
}

#pgBody h2 {
    color: #7598C4;
    line-height: 1.1em;
    font-size: 2.2em;
    font-weight: normal;
    font-family: Arial, Sans-Serif;
}

.validationStatusSuccessful {
    color: #0fae4f;
    border-bottom: 1px solid #CCCCCC;
    display: inline-block;
}

.validationStatusFailed {
    color: #f20c0c;
    border-bottom: 1px solid #CCCCCC;
    display: inline-block;
}

.validationStatusManualSetupRequired {
    color: #bb9723;
    border-bottom: 1px solid #CCCCCC;
    display: inline-block;
}

.ExportErrorMessage {
    color: red;
    font-weight: bold;
}

.Failed {
    background-color: #FF7575;
}

.Completed {
    background-color: #8BFEA8;
}

.Idle {
    background-color: white;
}

.TestMode {
    background-color: Aqua;
}

.LiveTestMode {
    background-color: aquamarine;
}

.OnHold {
    background-color: #faa732;
}

.Disabled {
    background-color: #FF7575;
}

.HasPayment {
    background-color: #90ee90;
}

.stateDiv {
    border: 1px solid black;
    float: left;
    margin: 1px;
    padding: 4px;
    width: 230px;
}

    .stateDiv.selected {
        background-color: #99aabb;
    }

table.dataTable tbody>tr.selected {
    background-color: #4c93b7;
}
table.dataTable tbody tr.selected td, table.dataTable tbody tr.selected a {
    color: #fff !important;
}
table.dataTable tbody tr.selected a.btn {
    color: #235f7d !important;
}

.dataTable td.stateTitle {
    font-weight: bold;
    font-size: 13px;
}

div.table, div.table .row {
    margin:0;
    padding:0;
}
div.table div[class*="col-"] {
    border: solid 1px #eee;
    padding:5px;
}
div.table div[class*="th"] {
    text-align:left;
}

.stateDiv .field {
    font-size: 10px;
    text-align: right;
}

/* New Form Styles */
p.myform, h1.myform, form.myform, button.myform {
    border: 0;
    margin: 0;
    padding: 0;
}

.spacer {
    clear: both;
    height: 3px;
}

.myform {
    width: 500px;
    padding: 5px;
    font-size: 12px;
}

/* ----------- stylized ----------- */
#stylized {
    border: solid 2px #b7ddf2;
    background: #ebf4fb;
}

    #stylized h1 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    #stylized p {
        font-size: 11px;
        color: #666666;
        margin-bottom: 20px;
        border-bottom: solid 1px #b7ddf2;
        padding-bottom: 10px;
    }

    #stylized label {
        display: block;
        font-weight: bold;
        text-align: right;
        width: 140px;
        float: left;
        margin-top: 20px;
    }

    #stylized .small {
        color: #666666;
        display: block;
        font-size: 11px;
        font-weight: normal;
        text-align: right;
        width: 140px;
    }

    #stylized input[type="checkbox"] {
        width: 20px;
    }

    #stylized input, #stylized textarea, #stylized select {
        float: left;
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px #aacfe4;
        width: 300px;
        margin: 20px 0 1px 10px;
    }


    #stylized span.field-validation-error, #stylized span.field-validation-valid {
        float: left;
        display: block;
        font-size: 10px;
        padding: 4px 2px;
        width: 300px;
        margin: 1px 0 0 150px;
        color: red;
    }

.validation-summary-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 1px solid red;
    padding: 10px;
    margin: auto;
    margin-bottom: 15px;
}

span.validation-summary-errors {
    border-bottom-color: #D9FFB2;
    display: block;
}

ul.validation-summary-errors {
    margin: 0;
    padding: 0;
    border-top: none;
}

.validation-summary-valid {
    display: none;
}

.button {
    padding: 5px 8px;
    display: inline;
    background: #777 url(button.png) repeat-x bottom;
    border: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: bolder;
    font-family: Verdana;
    float: left;
    margin: 4px 0px 0 4px;
}

    .button:hover {
        background-position: 0 -48px;
    }

    .button:active {
        background-position: 0 top;
        position: relative;
        top: 1px;
        padding: 6px 10px 4px;
    }

    .button.red {
        background-color: #e50000;
    }

    .button.purple {
        background-color: #9400bf;
    }

    .button.green {
        background-color: #58aa00;
    }

    .button.orange {
        background-color: #ff9c00;
    }

    .button.blue {
        background-color: #6B82B2;
    }

    .button.black {
        background-color: #333;
    }

    .button.white {
        background-color: #DDD;
        color: #000;
    }

    .button.small {
        font-size: 85%;
        padding: 4px 9px;
    }

        .button.small:hover {
            background-position: 0 -50px;
        }

    .button.large {
        font-size: 125%;
        padding: 7px 12px;
    }

        .button.large:hover {
            background-position: 0 -35px;
        }

        .button.large:active {
            padding: 8px 12px 6px;
            background-position: 0 top;
        }
@media (min-width: 992px) {
    .modal-dialog.modal-xl {
        width: 80%;
    }
}

.modal-header button.close {
    background: none;
    color: #fff;
    margin-right: 5px;
    line-height: 36px;
    opacity: 1;
    outline:none;
}
.shadowed {
    -moz-box-shadow: 6px 6px 10px black;
    -webkit-box-shadow: 6px 6px 10px black;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction= 135, Strength=8);
    zoom: 1;
}

.clickable {
    cursor: pointer;
}

.ui-menu {
    width: auto;
}
.ui-datepicker {
    z-index:10000 !important;
}
.ui-datatable-odd {
    background:#f9f9f9 !important;
}
.ui-chips-token {
    padding-right:20px;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
    }

    .ui-timepicker-div dl dd {
        margin: -25px 0 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-widget {
    font-size:1em !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-inputtext, label.ui-dropdown-label, label.ui-multiselect-label {
    color: #555 !important;
    font-weight: normal !important;
    background: #fff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #dddddd !important;
    font-weight: bold !important;
    color: #ff0084 !important;
}

.ui-state-hover,
.ui-button.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #fff !important;
    color: #555 !important;
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6) !important;
}
.ui-widget-content a {
    color: #337ab7 !important;
}
.ui-dialog-titlebar-close .ui-button-icon-primary, .ui-dialog-titlebar-close .ui-button-icon-primary:hover {
    color: #555 !important;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

tr th.ui-state-default {
    font-weight:bold !important;
}

#order-manager .ui-autocomplete {
    width: 100%;
    padding: 0 15px;
    z-index:1000 !important;
}
    #order-manager .ui-autocomplete-input {
        width: 80%;
    }

/* FilterHeader */
#pgBody {
    overflow-x: auto;
}

.popup {
    background-color: #fff;
    display: none;
    width: 350px;
    padding: 15px;
    text-align: left;
    border: 2px solid #333;
    opacity: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.cat_info {
    font-size: .9em;
    font-weight: 100;
    color: #6B82B2;
}

.cat_infoBox {
    display: none;
    position: absolute;
    left: inherit;
    top: inherit;
    background: #ffc;
    border: solid 1px #660;
    padding: 2px 2px;
    z-index: 5;
}

    .cat_infoBox p {
        text-align: left;
        color: #000;
        font-size: .8em;
        font-weight: normal;
    }

.settingDescriptionBox {
    display: none;
    position: absolute;
    left: inherit;
    top: inherit;
    color: #11459F;
    background: #ffc; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4EFFE', endColorstr='#BBD3F2'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#E4EFFE) 5%, to(#BBD3F2) 100%); /* for webkit browsers */
    background: -moz-linear-gradient(center top, #E4EFFE 5%, #BBD3F2 100%) repeat;
    border: solid 1px #BFDBFF;
    padding: 2px 2px;
    z-index: 5;
}

.orderManagerHelpBox {
    display: none;
    position: absolute;
    left: inherit;
    top: inherit;
    margin-left: 145px;
    margin-top: -25px;
    color: #11459F;
    background: #ffc; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4EFFE', endColorstr='#BBD3F2'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#E4EFFE) 5%, to(#BBD3F2) 100%); /* for webkit browsers */
    background: -moz-linear-gradient(center top, #E4EFFE 5%, #BBD3F2 100%) repeat;
    border: solid 1px #BFDBFF;
    z-index: 5;
}


/* BaseOffer  */
#tblContainer {
    height: 500px;
    overflow: auto;
    overflow-y: scroll;
}

.Header {
    text-align: right;
    background-color: #6B82B2;
    color: White;
    font-weight: bold;
}

.Body {
    text-align: right;
    font-weight: lighter;
    overflow-y: scroll;
}

.Footer {
    background-color: #6B82B2;
    color: White;
    text-align: right;
    font-weight: bold;
}

.Body tr td a {
    text-decoration: none;
}

    .Body tr td a:hover {
        text-decoration: underline;
    }

.Body tr:hover td {
    background-color: #FFFF99;
}

.sectionStart {
    border-left: solid 1px #cccccc;
}

.subHeading {
    background-color: #E4EFFE;
}

.filterHeader {
    text-align: left;
    padding-right: 20px;
}

.Header {
    text-align: right;
    padding-left: 20px;
}

/* datepicker */

.hasDatepicker {
    cursor: url('/Content/images/calendar.jpg'), pointer;
}

/* Chart */
#container {
    width: 500px;
    margin: 0 auto;
}

#chart, #chartData {
    border: 1px solid #333;
    background: #ebedf2 repeat-x 0 0;
}

#chart {
    display: block;
    margin: 0 0 10px 0;
    float: left;
    cursor: pointer;
}

#chartData {
    width: 200px;
    margin: 0 25px 0 0;
    float: right;
    border-collapse: collapse;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
    background-position: 0 -100px;
}

    #chartData th, #chartData td {
        padding: 0.5em;
        border: 1px dotted #666;
        text-align: left;
    }

    #chartData th {
        border-bottom: 2px solid #333;
        text-transform: uppercase;
    }

    #chartData td {
        cursor: pointer;
    }

        #chartData td.highlight {
            background: #e8e8e8;
        }

    #chartData tr:hover td {
        background: #f0f0f0;
    }

/* */
.clear {
    clear: both;
}


.expander {
    cursor: pointer;
}

.floatLeft {
    float: left;
}
.floatLeftPadding {
    float: left;
    padding-left: 10px;
}

.floatRight {
    float: right;
}


#helpText li {
    font-weight: bold;
}

    #helpText li p {
        font-weight: normal;
    }

.valign {
    vertical-align: top;
}

.textboxes input[type="text"] {
    width: 100%;
}


.errorMessage {
    margin-bottom: 10px;
    color: Red;
}

/* Web Grid */

.webgrid {
    width: 50%;
    border: 0px;
    border-collapse: collapse;
}



    .webgrid a {
        color: #000;
    }



.webgrid-header {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-bottom: 2px solid #3966A2;
    height: 40px;
    border-top: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}


.webgrid-footer {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4;
    border-top: 2px solid #3966A2;
    height: 30px;
    border-bottom: 2px solid #D6E8FF;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}



.webgrid-alternating-row {
    height: 30px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}



.webgrid-row-style {
    height: 30px;
    border-bottom: 1px solid #d2d2d2;
    border-left: 2px solid #D6E8FF;
    border-right: 2px solid #D6E8FF;
}



.webgrid-selected-row {
    font-weight: bold;
}

.trInfo {
    font-size: 1.5em;
    width: 400px;
    overflow: auto;
}

.settingsSelectLists {
    position: absolute;
    left: 400px;
    top: 150px;
    float: right;
    display: block;
    font-size: 10px;
    padding: 4px 2px;
    width: 300px;
    margin: 1px 0 0 150px;
}

.childitem {
    background-color: #E4EFFE;
}

.nesteditem {
    background-color: #dfe5ee;
}

.ui-progressbar-value {
    background-image: url(/Content/Images/pbar-ani.gif);
}

.ui-progressbar-border {
    border: 1px solid #678FC2;
}

/* Progressbar
----------------------------------*/
.ui-progressbar {
    height: 2em;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

.popup_box {
    display: none; /* Hide the DIV */
    position: fixed;
    height: 200px;
    width: 500px;
    background: #bbd3f2;
    left: 400px;
    top: 200px;
    z-index: 100;
    margin-left: 15px;
    border: 2px solid #b7ddf2;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.client {
    font-size: x-large;
    text-decoration: underline;
}

.campaign {
    margin-left: 50px;
    font-size: large;
    text-decoration: underline;
}

.offer {
    margin-left: 150px;
    font-size: medium;
    text-decoration: underline;
}

.version {
    margin-left: 200px;
    font-size: small;
    border-left: solid black 1px;
    border-bottom: solid black 1px;
}
/* Report **/
#tblContainer {
    height: 1000px;
    overflow: auto;
    overflow-y: scroll;
}

thead.fixedHeader tr {
    position: relative;
    display: inherit;
}

tbody.scrollContent {
    display: block;
    height: 262px;
    overflow: auto;
}

tfoot.fixedFooter {
    position: relative;
    display: inherit;
}

.reportHeader {
    text-align: right;
    background-color: #6B82B2;
    color: White;
    font-weight: bold;
}

.reportBody {
    text-align: right;
    font-weight: lighter;
    overflow-y: scroll;
}

.reportFooter {
    background-color: #6B82B2;
    color: White;
    text-align: right;
    font-weight: bold;
}

.reportBody tr td a {
    text-decoration: none;
}

    .reportBody tr td a:hover {
        text-decoration: underline;
    }

.reportBody tr:hover td {
    background-color: #FFFF99;
}

.sectionStart {
    border-left: solid 1px #cccccc;
}

.subHeading {
    background-color: #E4EFFE;
}

.filterHeader {
    text-align: left;
    padding-right: 20px;
}

.reportHeader {
    text-align: right;
    padding-left: 20px;
}

.reportTable {
    border-spacing: 0px;
    border-collapse: collapse;
}


.hidden {
    display: none;
}

.myhidden {
    display: none;
}

.stylized {
    border: solid 2px #b7ddf2;
    background: #ebf4fb;
    width: 850px;
}

    .stylized h1 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .stylized p {
        font-size: 11px;
        color: #666666;
        margin-bottom: 20px;
        border-bottom: solid 1px #b7ddf2;
        padding-bottom: 10px;
    }

    .stylized label {
        display: block;
        font-weight: bold;
        text-align: right;
        width: 140px;
        float: left;
        margin-top: 20px;
    }

    .stylized .small {
        color: #666666;
        display: block;
        font-size: 11px;
        font-weight: normal;
        text-align: right;
        width: 140px;
    }

    .stylized input[type="checkbox"] {
        width: 20px;
    }

    .stylized input, .stylized textarea, .stylized select {
        float: left;
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px #aacfe4;
        width: 300px;
        margin: 20px 0 1px 10px;
    }

    .stylized textarea {
        width: 600px;
    }

    .stylized button {
        clear: both;
        margin-left: 150px;
        width: 125px;
        height: 31px;
        background: #666666 /*url(img/button.png) no-repeat*/;
        text-align: center;
        line-height: 31px;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
    }

    .stylized span.field-validation-error, .stylized span.field-validation-valid {
        float: left;
        display: block;
        font-size: 10px;
        padding: 4px 2px;
        width: 300px;
        margin: 1px 0 0 150px;
        color: red;
    }

.purgeCacheList {
    list-style: none;
    padding: 10px;
    text-align: left;
}

    .purgeCacheList li {
        padding-bottom: 15px;
        border-bottom: black dashed 1px;
    }

        .purgeCacheList li.purgeParentListItem {
            padding-bottom: 5px;
            border-bottom: none;
        }

.indented10 {
    padding-left: 10px;
}

.purgeComplete {
    color: green;
    font-size: 1.25em;
}

.Domains_Monitoring {
    background-size: 40px 30px;
    height: 30px;
    width: 40px;
}

    .Domains_Monitoring:hover {
        background-size: 40px 30px;
        height: 30px;
        width: 40px;
    }

.Domains_Paused {
    background-image: url(/Content/Images/play_green.png);
    background-repeat: no-repeat;
    background-size: 40px 30px;
    height: 30px;
    width: 40px;
}


.summaryBadge {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font: bold 10px/10px Verdana, Geneva, sans-serif;
}

    .summaryBadge:hover span {
        text-decoration: underline;
        color: #fff;
    }

    .summaryBadge .summaryTitle {
        display: block;
        padding: 3px 10px;
        float: left;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .summaryBadge .summaryCount {
        display: block;
        padding: 3px 10px;
        float: left;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.summaryBadge-Up .summaryTitle {
    background: #418841;
}

.summaryBadge-Up .summaryCount {
    background: #669966;
    color: #030;
}

.summaryBadge-Down .summaryTitle {
    background: #bd4b45;
}

.summaryBadge-Down .summaryCount {
    background: #C66;
    color: #300;
}

.summaryBadge-Unknown .summaryTitle {
    background: #2f86af;
}

.summaryBadge-Unknown .summaryCount {
    background: #69C;
    color: #003;
}

.summaryBadge-Queue .summaryTitle {
    background: #7b807b;
}

.summaryBadge-Queue .summaryCount {
    background: #e9e9e9;
    color: #030;
}

.summaryBadge-Tasks .summaryTitle {
    background: #000;
}

.summaryBadge-Tasks .summaryCount {
    background: #000;
    color: #fff;
}

.Inactive {
    color: #b1160e;
    text-decoration-line: line-through;
    text-decoration-color: red;
}

    .Inactive a {
        color: #b1160e;
    }

.RecentlyMigrated a {
    background-color: #088c00;
    color: white;
    text-decoration-line: line-through;
    text-decoration-color: rgb(0, 59, 227);
}

.formData {
    float: left;
    width: 500px;
}

.csrInformation textarea {
    width: 95%;
    height: 80%;
}

.csrData {
    display: inline-block;
    padding: 1px;
    margin: 5px;
    width: 48%;
    height: 90%;
}

.csrInputs {
    display: inline-block;
    float: left;
}

    .csrInputs div {
        clear: both;
    }

    .csrInputs span {
        float: left;
    }

    .csrInputs input {
        float: right;
    }

.whoisXML {
    display: inline-block;
    width: 50%;
    height: 100%;
}

#whoisRaw {
    width: 100%;
    height: 90%;
}

.certErrorMessages {
    border: 2px solid;
    border-radius: 25px;
    border-color: red;
    margin-top: 20px;
}

.alertfade {
    opacity: 1;
    -webkit-transition: opacity 5.15s linear;
    -moz-transition: opacity 5.15s linear;
    -o-transition: opacity 5.15s linear;
    transition: opacity 5.15s linear;
}

    .alertfade.out {
        opacity: 0;
    }

.simpleUl {
    list-style-type: none;
}

.pageListText {
    border-bottom: 1px solid #CCCCCC;
    padding: 15px;
}

    .pageListText dl {
        margin-top: 5px;
        font-size: 13px;
        line-height: 17px;
    }

    .pageListText img {
        /*height: 250px;*/
        width: 100%;
    }

.newUpsellPage {
    background: rgb(255, 255, 179);
}

.inputLabel {
}

.stickyMeTop {
    position: fixed;
    top: 0;
}

.stickyMeBottom {
    position: fixed;
    bottom: 0;
}

.ui-autocomplete-loading {
    background: white url("/Content/images/ajax-loader16x16.gif") right center no-repeat;
}

.searchGlyphIcon:hover {
    color: #337ab7;
}

.searchIconGroup:hover {
    border-color: #337ab7;
}

.searchIconGroup {
    float: right;
}

.modal-open {
    overflow: inherit;
}


.dataTable thead {
    background-color: #f5f5f5;
}

.red-font {
  color: #E60404 !important;
}

.blue-font {
  color: #337ab7 !important;
}

/* line 114, ../../sass/partials/_general.scss */
.yellow-font {
  color: #FFB800 !important;
}

/* line 118, ../../sass/partials/_general.scss */
.green-font {
  color: #3E9C1A !important;
}

.accordion-caret .accordion-toggle:hover,
.accordion-caret .accordion-toggle:focus {
    text-decoration: none;
}

    .accordion-caret .accordion-toggle:hover span,
    .accordion-caret .accordion-toggle:hover strong {
        text-decoration: none;
    }

.accordion-caret .accordion-toggle:before {
    font-size: 25px;
    vertical-align: -3px;
}

.accordion-caret .accordion-toggle:not(.collapsed):before {
    content: "▾";
    margin-right: 0px;
}

.accordion-caret .accordion-toggle.collapsed:before {
    content: "▸";
    margin-right: 0px;
}

.badge.badge-danger {
  background-color: #b94a48 !important;
}
.badge.badge-danger:hover {
  background-color: #953b39 !important;
}
.badge.badge-warning {
  background-color: #f89406 !important;
}
.badge.badge-warning:hover {
  background-color: #c67605 !important;
}
.badge.badge-success {
  background-color: #468847 !important;
}
.badge.badge-success:hover {
  background-color: #356635 !important;
}
.badge.badge-info {
  background-color: #3a87ad !important;
}
.badge.badge-info:hover {
  background-color: #2d6987 !important;
}
.badge.badge-inverse {
  background-color: #333333 !important;
}
.badge.badge-inverse:hover {
  background-color: #1a1a1a !important;
}

div.table {
    border: solid 1px #CCCCCC;
}

/* campaign header buttons */
nav.layout.navbar {
    margin:0;
}
#campaign-buttons.navbar-collapse {
    padding:0;
}
.button-list a.btn-default:not(.dropdown-toggle), .button-list .btn-container, #current_campaign_company_actions .btn {
    min-width: 200px;
    max-width: 400px;
    text-align:left;
}
.button-list a.btn-split1{
    width:154px;
    text-align:left;
}

h1.icon, h2.icon, h3.icon, h4.icon, h5.icon {
    margin:0;
    padding:3px;
}

.no-margin {
    margin:0
}

media-plan-list {
    display:block;
}
media-plan-list .panel {
    margin: 0;
}

/* PrimeNG styles */
p-datatable {
    display:block;
}
p-calendar span, p-calendar span input {
    width: 100%;
}
    p-calendar span input {
        height:34px;
        padding:6px 12px;
    }