﻿@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto');
.section.newsroom {
    min-height: 750px;
    padding-top: 30px;
}

.darkBlue {
    color: #00467f;
}

.lightBlue {
    color: #3b83c4;
}

.navbar-wrapper {
    z-index: 1000;
}


.btn .fa {
    opacity: 0.5;
    margin-right: 5px;
}

.navbar {
    border-radius: 0;
}

.regionCheckBoxContainer {
    margin-top: 10px;
}
.socialAccountList {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 24px;
    display: inline-block;
}

    .socialAccountList a {
        text-decoration: none;
    }

.modal-header {
    color: #209cea;
    border-bottom: none;
}

.blueLinks a {
    text-decoration: none;
    color: #005a92;
}

.ui-corner-all a.active, .ui-corner-all .ui-state-active a {
    color: #fb935d;
}


.ui-widget.ui-widget-content,.ui-widget-content {
    border: none;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #00467f;
}

.ui-corner-all a.active, .ui-corner-all .ui-state-active a {
    color: #fff;
}


.ui-tabs-panel h3 {
    color: #fb935d;
    text-transform: uppercase;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 20px;
}

.ui-tabs-panel .subtitle {
    color: #a6acb1;
}

/* report tabs */

#page .tabs td {
    padding: 0;
}

#page .ui-tabs,#page .ui-tabs-nav {
    padding: 0;
}
 #container2 {
            width:30%;
            padding-left:10px;
        }
#container3 #container4 {
width:50%;
}
 #container1  #container {
            width:75%; padding-left:10px;
        }
 .ui-tabs td {
  vertical-align: top;}


#articleReport .tabs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#articleReport .tabs ul li {
    display: inline-block;
    padding: 5px 10px;
}

#articleReport .ui-tabs-panel {
    background-color: #fff;

}

#articleReport a.ui-tabs-anchor,#articleReport a.ui-tabs-anchor:hover,#articleReport a.ui-tabs-anchor:focus {
    text-decoration: none;
}

#articleReport .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-image: none;
    background-color: #1c447d;
    border-color: #1c447d;
}

#articleReport .ui-corner-all, #articleReport .ui-corner-top {
    border-radius: 0;   
}

#articleReport .ui-tabs .ui-tabs-panel {
    padding: 10px 0;
}

#articleReport .ui-tabs-active .ui-tabs-anchor {
    color: #fff;
}

#articleReport .ui-tabs .ui-tabs-nav .ui-tabs-anchor {   
     padding: 3px 10px;
}

#articleReport .ui-state-default .ui-corner-top {
    border-radius: 0;
}


.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

    .modal-content {
    border-top: 20px solid #00467f;
}

.modal-footer {
    border-top: none;
}

.d-inline-block {
    display: inline-block;
}

.form-inline .form-check-label {
    display: inline-block;
}

.ui-tabs-panel {
    background-color: whitesmoke;
    padding: 20px;
    color: #005a92;
    background-repeat: no-repeat;
    background-position: center center;
}

.checkbox input[type=checkbox],.radio input[type=radio] {
    margin-left: unset;
    margin-top: 4px;
}

table.radio input[type=radio] {
    margin-top: 0px;
    margin-right: 5px;
}

.lightBlue {
    color: #1e88e5;
}

.aw .checkBoxList {
    margin-top: 10px;
}

.aw .checkBoxList td {
    vertical-align: top;
    padding: 0;
}

.ui-tabs-panel .check {
    padding-left: 15px;
    line-height: normal;
}

.ui-widget-header {
    background: none;
    border: none;
    font-family: Roboto;
}

.tabs .ui-widget-header {
    border-bottom: 1px solid #ccc;
}

.checkBoxList label, #mediaTargetingTabs label {
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    max-width: calc(100% - 30px);
    font-weight: normal;
}

#mediaTargetingTabs td {
    padding: 0px;
}



label, .labels {
    font-weight: bold;
    
}

    label.form-check-label {
        font-weight: normal;
    }

    .socialAccountList li {
        display: inline-block;
        padding: 0;
        margin-right: 10px;
    }

    .socialAccountList a.fa-facebook-square, .socialAccountList a.fa-facebook-square:visited {
        color: #3b5a99;
    }

    .socialAccountList a.fa-google-plus-square, .socialAccountList a.fa-google-plus-square:visited {
        color: #cc3732;
    }

    .socialAccountList a.fa-twitter-square, .socialAccountList a.fa-twitter-square:visited {
        color: #29a9e1;
    }

    .socialAccountList a.fa-linkedin-square, .socialAccountList a.fa-linkedin-square:visited {
        color: #027bb6;
    }

    .socialAccountList a.fa-instagram, .socialAccountList a.fa-instagram:visited {
        color: #31679a;
    }

    .aw_clientAreaContainer {
        border: 1px solid #ccc; 
    }

    .aw_clientAreaContainer label {
        color: #00467f;
        margin: 0;
        font-weight: bold;
        display: inline-block;
    }

    .aw_clientAreaContainer .fa,.articlebox .fa{
        color: #1e88e5;
        margin-right: 5px;
    }
    .aw_clientAreaContainer h6 {
        margin-top: 0;
    } 

#salesGroup {
            padding: 5px;
        }

#clientAreaNestedTable {
            border-collapse: collapse;
        }

    #clientAreaNestedTable > tbody > tr > td {
        padding: 0 20px 0 0;
        vertical-align: top;
    }

.line-separator {
    height: 5px;
}

.blue {
    color: #00467f;
}


    .blueBack {
        background-color: #00467f;
    }

.w-container .w-row {
    margin: 0;
}
.gridbackground th {
    background-color: #00467f;
    color: #fff;
    font-weight: normal;
}
.gridbackground th a {
    color: #fff;
    font-weight: normal;
}
.aw h6.gray {
    background-color: #00467f;
    border: none;
    border-left: 10px #f77f4b solid;
    color: #fff;
    padding-left: 20px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.btn {
    text-transform: uppercase;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #1e88e5;
    background-image: linear-gradient(rgb(169, 215, 255) 0px, rgb(30, 136, 229) 100%);
}

.aw-breadcrumbs .price {
    margin-top: 10px;
}

.aw-breadcrumbs .price,.aw-breadcrumbs .price span {
    color: #00467f;
}

.clientlogo {
    width: 100%;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}

.clientlogo a {
    display: block;
    text-decoration: none;
}

.aw_clientAreaContainer {
    font-size: 12px;
    margin-bottom: 20px;
}

.aw_clientAreaContainer > div.vPadding20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.vPadding20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

*[data-toggle="popover"] {
    cursor: pointer;
}

.newsroom.page-header:empty {
    display: none;
}

.padding10 {
    padding: 10px;
}

.vPadding10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vPadding5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.gray {
    background-color: whitesmoke;
}
.gray .fa, .documents .fa {
        color: #808080;
}
h6 {
    font-family: 'Roboto', sans-serif;
}
    ul.reset, ul.list-inlineblock, ul.col-6-desktop, ul.list-boxes {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1.orangetitle {
    color: #fb935d;
    text-transform: uppercase;
    font-size: 24px;
}

.verticalMargin {
    margin-top: 10px;
    margin-bottom: 10px;
}


.articlebox a {
    text-decoration: none;
    text-align: center;
    color: #333;
}

.articlebox .bottom {
    padding: 5px 10px;
}

.allReleases label {
    font-weight: bold;
    display: block;
    color: #1e88e5;
}

.allReleases a label {
    font-size: 14px;
    padding: 5px;
    height: 55px;
    border-bottom: 1px solid #eee;
}


.pastReleases label {
    background-color: #1e88e5;
}


.pastReleases a label {
    color: #fff;
    border-bottom: 1px solid #00467f;
}

.pastReleases > div > div {
    border: 1px solid #00467f;
}

#dashboard {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #dashboard li {
        float: left;
        text-align: center;
        border-left: 1px solid #ccc;
        width: 80px;
        height: 80px;
        vertical-align: top;
        padding: 5px;
        line-height: normal;
        cursor: pointer;
    }

        #dashboard li:hover, #dashboard li.active {
            background-color: #eeeeee;
        }

    #dashboard li span.fa {
        margin-bottom: 7px;
    }


    #dashboard li a {
        text-decoration: none;       
        color: #333;
    }

        #dashboard li:last-child {
        width: unset;
        min-width: 80px;
    }

        
.pickuplinks h6 {
    background-color: whitesmoke;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
}

.pickuplinks h6:after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: '';
    font-family: FontAwesome;
    opacity: 0.5;
}

.pickuplinks h6.ui-accordion-header-active:after {
    content: '';
    font-family: FontAwesome;
    opacity: 0.5;
}

.pickuplinks ul {list-style-type:none;padding-left:0px;margin-left:0px;}
.pickuplinks li .smallbutton {float:right;}
.pickuplinks li {border-bottom:solid 1px #ccc; padding-bottom:7px; padding-top: 7px;}
    .pickuplinks li:hover {
    background-color: whitesmoke;
    }

.datepickermoment {
    padding-top: 12%;
    padding-left: 20%;
}
/*-----------------------------------------------*/
.social {
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    display: inline-block;
    width: 36px;
    height: 36px;
}
    .social:hover {
        opacity: 0.7;
    }

@media (max-width: 992px) {
    .aw_clientAreaContainer .col-md-5 {
        border-bottom: 1px solid #ccc;
    }

    .aw_clientAreaContainer .col-md-7 {
        padding-left: 0;
    }

    #dashboard {
        margin-left: -1px;
    }

    #dashboard li {
        border-bottom: 1px solid #ccc;
        border-left: none;
        border-right: 1px solid #ccc;
    }
}
/* Extra Small devices (desktops, 768px and up) */
@media (max-width: 767px) {

}
    /* Small devices (desktops, 768px and up) */
    @media (min-width: 768px) {
        #mediaTargetingContent {
            width: 640px;
        }

        .logoDiv {
            display: inline-block;
            vertical-align: top;
        }

        .companyinfo {
            display: inline-block;
            vertical-align: top;
        }

    }
    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) {
        
    }
    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
    }

.btn-twitter {
    height: 20px;
    background-color: #1b95e0;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 5px;
    border: 1px solid #1b95e0;
}

.pr-details label {
    color: #808080;
    font-weight:bold;
}
.pr-summary{
    padding:0
}
.pr-summary li {
    list-style: none;
}
.pr-summary h6 {
    color: #808080;
}
.resize-none{
    resize:none;
    max-width:100%
}
.text-vmuted {
    color: #c3c3c3;
}