
/*ADSSETS SKIN*/

/* Font face */
@font-face {
    font-family: 'latobold';
    src: url('../fonts/Lato-Bold-webfont.eot');
    src: url('../fonts/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold-webfont.woff2') format('woff2'), url('../fonts/Lato-Bold-webfont.woff') format('woff'), url('../fonts/Lato-Bold-webfont.ttf') format('truetype'), url('../fonts/Lato-Bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/Lato-Light-webfont.eot');
    src: url('../fonts/Lato-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Light-webfont.woff2') format('woff2'), url('../fonts/Lato-Light-webfont.woff') format('woff'), url('../fonts/Lato-Light-webfont.ttf') format('truetype'), url('../fonts/Lato-Light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/Lato-Regular-webfont.eot');
    src: url('../fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular-webfont.woff2') format('woff2'), url('../fonts/Lato-Regular-webfont.woff') format('woff'), url('../fonts/Lato-Regular-webfont.ttf') format('truetype'), url('../fonts/Lato-Regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: #f8f8f8;
    color: #212121;
    font-size: 14px;
    font-family: 'latoregular', 'Helvetica', sans-serif;
    position: relative;
    overflow-x: hidden;
}
label{
    font-size:12px;
}
h5 {
    font-family: 'latobold', 'Helvetica', sans-serif;
}
h6 {
    font-family: 'latoregular', 'Helvetica', sans-serif;
}
.text-allcaps {
    text-transform: uppercase;
    font-family: 'latobold', 'Helvetica', sans-serif;
}
.text-title {
    font-family: 'latobold';
}
.text-subhead {
    font-size: 1.143em;
}
.text-button {
    font-family: 'latobold';
}
.text-caption {
    font-size: 0.857em;
}
/*Buttons*/
.btn {
    text-transform: uppercase;
    font-family: 'latobold', 'Helvetica', sans-serif;
}
.btn-flat {
    text-transform: uppercase;
    font-family: 'latobold', 'Helvetica', sans-serif;
    background: none;
    border: none;
}
.input-group .form-control{
    border: none;
    box-shadow: none;
}
.input-group-addon {
    border: none;
    background: none;
    color: #dfb984;
}

.sidebar-right .vertical-menu li a span {
    font-family: 'latoregular', 'Helvetica', sans-serif;
}
.progress-data-row .progress-data label small {
    font-family: 'latolight', 'Helvetica', sans-serif;
}
.widget .widget-subhead label {
    font-weight: normal;
    font-size: 0.857em;
    font-family: 'latolight';
}

/*Specific Colors*/
.stat-item.impressions-item .stat,
.impressions-selected .progress-bar
{
    background-color: #0979ab;
    border:1px solid #06628A;
}
.line-indicator.has-impressions{
    background-color: #0979ab;
}
.stat-item.engagement-item .stat,
.engagement-selected .progress-bar{
    background-color: #6f9c3b;
    border:1px solid #4B6F21;
}
.stat-item.ctr-item .stat,
.kpe-selected .progress-bar{
    background-color: #f16d41;
    /*background-color: #cc7900;*/
    border:1px solid #885306;
}
.stat-item.unique-imp .stat {
    background-color: #06628A;
    border:1px solid #054865;
}
.adsscore-branding .colorgraph {
    display: block!important;
    height: 4px;
    background: #ffffff;
    background-image: -webkit-linear-gradient(left, #0979ab, #0979ab 25%, #6f9c3b 25%, #6f9c3b 50%, #cc7900 50%, #cc7900 75%, #cca433 75%, #cca433 100%);
    background-image: -moz-linear-gradient(left, #0979ab, #0979ab 25%, #6f9c3b 25%, #6f9c3b 50%, #cc7900 50%, #cc7900 75%, #cca433 75%, #cca433 100%);
    background-image: -o-linear-gradient(left, #0979ab, #0979ab 25%, #6f9c3b 25%, #6f9c3b 50%, #cc7900 50%, #cc7900 75%, #cca433 75%, #cca433 100%);
    background-image: -ms-linear-gradient(top left, #0979ab, #0979ab 25%, #6f9c3b 25%, #6f9c3b 50%, #cc7900 50%, #cc7900 75%, #cca433 75%, #cca433 100%);
}

/*Login Form*/
.login-page {
    padding-top: 5%;
}
.login-page .text-allcaps {
    margin-bottom: 12px;
}
.signin-box {
    width: 320px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.22);
}
.signin-box header {
    background: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 12px 0 12px;
}
.signin-box form {
    background-color: #fcfcfc;
    padding: 24px 24px 12px 24px;
}
.signin-box form .input-group {
    background: #ffffff !important;
    margin-bottom: 12px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
}
.signin-box form .input-group .form-control {
    height: 42px;
    line-height: 42px;
}
.signin-box form .input-group .input-group-addon {
    border-radius: 4px;
}
.signin-box form .input-group.has-error .form-control {
    border-left: 1px solid #a94442;
    border-top: 1px solid #a94442;
    border-bottom: 1px solid #a94442;
}
.signin-box form .input-group.has-error .input-group-addon {
    border-right: 1px solid #a94442;
    border-top: 1px solid #a94442;
    border-bottom: 1px solid #a94442;
}
.signin-box input:-webkit-autofill,
.signin-box textarea:-webkit-autofill,
.signin-box select:-webkit-autofill {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.signin-box .btn {
    margin: 20px 0px;
    height: 42px;
}

.login-page .app-footer {
    margin-top: 40px;
}
.signin-box .adsscore-branding {
    display:inline-block;
    height: auto;
    margin:0 auto;
}
.signin-box header .adsscore-branding img {
    margin-top: 5px;
    margin-bottom: 10px;
}
.external-link {
    font-size: 11px;
    padding: 10px 0px;
}
.app-footer {
    border-top: 1px solid #e4e4e4;
    padding: 12px 0px;
    color: #757575;
}
.app-footer h5 {
    color: #d9d9d9;
    margin-bottom: 4px;
}