﻿body {
    padding-bottom: 90px;
}

.header {
    margin-bottom: 0;
}

hr {
    border-color: #dddddd !important;
}

tr.selected td {
    background-color: #3276b1 !important;
    color: #fff;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.btn.disabled {
    pointer-events: auto;
}

.user-list {
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 0 5px 0;
    padding-left: 50px;
    position: relative;
    margin-right: -35px;
    min-height: 80px;
}

    .user-list.selected {
        background-color: #f7a71e;
        color: #fff;
    }

    .user-list strong {
        font-size: 14pt;
    }

    .user-list i {
        position: absolute;
        left: 13px;
        top: 25px;
        font-size: 22pt;
        color: #5e5e5e;
    }

    .user-list.selected i {
        color: #fff;
    }

.pointer {
    cursor: pointer;
}

h1 {
    font-weight: bold !important;
    color: #075d97 !important;
}

.fa-exclamation-circle {
    color: #ff6d6d;
}

.form-group .fa-close {
    color: #ff6d6d;
    cursor: pointer;
}

.fa-check-circle {
    color: #48a459;
}

th[ng-click] {
    cursor: pointer;
}
.padding-top-20 {
    padding-top: 20px;
}
.garage-login {
    background-color: #e5e5e5;
    padding-bottom: 30px;
    margin-top: 20px;
}

    .garage-login .fa-lock {
        color: #808080;
        border: 2px solid #808080;
        border-radius: 50%;
        padding: 10px 20px 10px 20px;
        margin-bottom: 10px;
    }


.wrapper {
    max-width: 1300px;
}

a {
    cursor: pointer;
}

    a:hover {
        text-decoration: none !important;
        color: #23527c !important;
    }

li a:hover {
    text-decoration: none !important;
    color: #075d97 !important;
}

.list-key {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    padding: 5px;
    margin-top: 20px;
}

    .list-key .fa-check-circle, .list-key .fa-exclamation-circle {
        font-size: 17px;
    }

    .list-key .fa-exclamation-circle {
        color: #f7a71e;
    }

    .list-key .check-small {
        font-size: 7px;
        position: relative;
        left: -11px;
        top: -7px;
        color: #fff;
    }

.portal-menu-options {
    background-color: #e5e5e5;
    padding: 15px;
    border-left: 5px solid #f7a71e;
    min-height: 400px;
}

input[colorpicker] {
    width: 100px;
}

.color-picker-display {
    position: absolute;
    top: 27px;
    left: 120px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

.btn-file {
    padding: 3px 7px;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .btn.btn-file input[type='file'] {
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0;
        height: 300px;
        width: 300px;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        z-index: 999999;
        opacity: 0;
        filter: alpha(opacity=0);
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


.video-container {
    background-color: #d8d8d8;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

td .label {
    font-size: 10pt !important;
    display: inline-block !important;
    margin-bottom: -5px;
    margin-top: -5px;
}

td.batch-approval-cell .label {
    width: 20px !important;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

td.batch-status-cell .label {
    padding-left: 5px;
    padding-right: 5px;
}

td.batch-status-cell .label {
    position: relative;
}

td.batch-status-cell .label-danger {
    background-color: #f7a71e !important;
}

td.batch-status-cell .label i.fa-check:nth-child(2) {
    position: absolute;
    left: 7px;
    top: 2px;
    font-size: 7px;
}

@media only screen and (max-width:800px) {
    .sub-header {
        display: block;
    }

    .padding-top-20 {
        padding-top: 20px;
    }
}


@media (max-width: 1200px) {
    .batch-list-content {
        width: auto !important;
    }
}

/*@media (max-width: 800px) {
    .navbar-nav > li {
        display: inline-block !important;
    }

        .navbar-nav > li > a {
            padding: 5px !important;
            font-size: 9pt;
            display: inline;
        }
}*/

.navbar-default {
    background-color: transparent !important;
    border: 0px !important;
}

.navbar-nav > li a {
    color: #fff !important;
}

@media (min-width: 768px) {

    .navbar-right .dropdown-menu {
        right: -1px !important;
    }
}


.dropdown:hover .dropdown-menu {
    display: block !important;
}

.dropdown-menu {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    left: -1px;
}

.navbar-nav .dropdown-menu li {
    display: block;
}

    .navbar-nav .dropdown-menu li a {
        color: #000 !important;
    }


.navbar-default .navbar-nav > .active > a {
    background-color: transparent !important;
}

.nav > li > a:focus, .nav > li > a:hover, .dropdown:hover > a {
    background-color: #efefef !important;
    color: #075d97 !important;
}

.batch-table {
    min-width: 1140px;
}


.address-book > div {
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 3px;
    margin-bottom: 2px;
}

.address-book div strong {
    color: #5e5e5e;
}

.address-book div h4 {
    font-size: 14pt;
    font-weight: bold;
    margin-top: 0;
    float: left;
}

.address-book div span {
    font-size: 11pt;
    display: inline-block;
}

    .address-book div span.email {
        width: 200px;
        margin-right: 20px;
    }

    .address-book div span.email {
        width: 250px;
    }

.address-book div .action {
    float: right;
    padding: 1px 7px;
    font-size: 10pt;
    margin-left: 5px;
}

.address-book div input, .address-book div select {
    margin-bottom: 3px;
    margin-left: 15%;
    width: 85%;
}




.batch-table td:first-child i, .icon-column i {
    background-color: #075d97;
    border-radius: 3px;
    height: 24px;
    width: 26px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding-top: 4px;
    margin-bottom: -5px;
    margin-top: -5px;
}

.batch-table tr.batch-row-disabled {
    cursor: not-allowed;
    color: #808080 !important;
}

.batch-table td:first-child i.fa-spin {
    background: none !important;
    color: #000;
}

.batch-table td:first-child i.fa-twitter {
    background-color: #4099FF;
}

.batch-table td:first-child i.fa-youtube {
    background-color: #e02222;
}

.batch-table td:first-child i.fa-facebook {
    background-color: #3B5998;
}

.batch-table td:first-child i.fa-question {
    background-color: #f7a71e;
}

.batch-table td:first-child i.fa-check {
    background-color: #48a459;
}

.batch-table td:first-child i.fa-exclamation, .icon-column i.fa-exclamation {
    background-color: #ed3f3f;
}

.motorclean-list tr.check {
    background-color: #84e896 !important;
}

.motorclean-list tr.missing {
    background-color: #cacaca !important;
}

.motorclean-list tr.dvi-warning {
    background-color: #ffc97c !important;
}

.motorclean-list tr.cogs {
    /*background-color: #d4ecff !important;*/
}

.motorclean-list tr.exclamation {
    background-color: #fcc4c4 !important;
}


.status-stats li .badge {
    font-size: 16px;
    border-radius: 2px;
    background-color: #075d97;
}

.fb-reaction > div {
    height: 30px;
    width: 30px;
    background-image: url('/Content/img/fbreactions.png');
    background-size: 30px 241px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: -7px;
    margin-right: 5px;
}

.fb-reaction.like {
    background-color: #d6ebff;
}

    .fb-reaction.like > div {
        background-position: 0px -87px;
    }

.fb-reaction.love {
    background-color: #ffd1d1;
}

    .fb-reaction.love > div {
        background-position: 0px -117px;
    }

.fb-reaction.haha {
    background-color: #ffe3b3;
}

    .fb-reaction.haha > div {
        background-position: 0px -58px;
    }

.fb-reaction.wow {
    background-color: #ffe3b3;
}

    .fb-reaction.wow > div {
        background-position: 0px -177px;
    }

.fb-reaction.sad {
    background-color: #ffe3b3;
}

    .fb-reaction.sad > div {
        background-position: 0px -147px;
    }

.fb-reaction.angry {
    background-color: #ffd8c4;
}

    .fb-reaction.angry > div {
        background-position: 0px 0;
    }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #dde3fb;
}

.error-text {
    font-weight: bold;
    color: red;
}

.admin-footer-contact, .admin-footer-contact a {
    font-size: 12pt;
}

.home-list-tab {
    border-bottom: 2px solid #f7a71e;
    margin-bottom: 10px;
}

    .home-list-tab h1 {
        margin-bottom: 0;
        display: inline-block;
        background-color: #f7a71e;
        color: #fff !important;
        padding: 5px 10px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        font-size: 18pt;
        cursor: pointer;
    }


        .home-list-tab h1.inactive {
            background-color: #808080;
            font-size: 16pt;
        }

            .home-list-tab h1.inactive:hover {
                background-color: #727171;
            }


.home-tile {
    margin-top: 10px;
    height: 45px;
    border-radius: 4px;
    position: relative;
    background-color: #808080;
}

    .home-tile h4 {
        color: #fff;
        font-size: 12pt;
        position: absolute;
        top: -5px;
        left: 10px;
        font-weight: bold;
        display: inline-block;
        width: 80px;
    }

    .home-tile.r {
        background-color: #e82e2e;
    }



    .home-tile.a {
        background-color: #f7a71e;
    }


    .home-tile.g {
        background-color: #48a459;
    }


    .home-tile p {
        position: absolute;
        right: 10px;
        top: 6px;
        font-size: 18pt;
        font-weight: bold;
        color: #fff;
    }

@media (max-width: 1270px) {
    #suggest-feature-button, #help-button, #faq-button {
        display: none;
    }
}

#suggest-feature-button, #help-button, #faq-button {
    position: absolute;
    left: -29px;
    top: 170px;
    width: 110px;
    padding-top: 3px;
    line-height: 21px;
    text-align: center;
    height: 52px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #38B1E3;
    border-bottom: 4px solid #f7a71e;
    color: #000;
    font-size: 18px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: 0.15s all;
}

    #suggest-feature-button:hover, #help-button:hover, #faq-button:hover {
        height: 60px;
        right: -25px;
        top: 166px;
        cursor: pointer;
        color: #000;
        background-color: #f7a71e;
    }

#help-button {
    top: 285px;
}

    #help-button:hover {
        top: 281px;
    }

#faq-button {
    top: 400px;
    padding-top: 15px;
}

    #faq-button:hover {
        top: 397px;
    }




#main-body #toast-container.toast-top-right {
    top: 140px;
}

#toast-container .toast {
    width: 300px !important;
}

.dashboard-ratings i {
    color: #f7a71e;
    font-size: 18px;
}


.mot-message-display-holder {
    max-height: 300px;
    overflow-y: auto;
}

.mot-message-display {
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 3px solid #f7a71e;
    padding-left: 10px;
    margin-top: 6px;
    background-color: #efefef;
}

    .mot-message-display p {
        margin-bottom: -4px;
    }

    .mot-message-display > div {
    }

        .mot-message-display > div label {
            font-weight: bold;
            color: #9d9d9d;
            font-size: 11px;
            margin-right: 10px;
        }

            .mot-message-display > div label span {
                font-weight: normal;
                color: #5e5e5e;
            }



.table-tile-settings th {
    font-size: 12px;
}

.table-tile-settings input[type='text'] {
    margin-top: -6px;
    margin-bottom: -6px;
}

.table-tile-settings .color-picker-display {
    left: 95px;
    top: 3px;
    height: 31px;
}


.tooltip-inner {
    max-width: 300px;
}


.motorclean-previous-container {
    width: 120px;
    float: right;
    margin-left: 3px;
    margin-bottom: 3px;
}

    .motorclean-previous-container img {
        width: 100%;
        opacity: 0.9;
    }

    .motorclean-previous-container .fa-undo {
        position: absolute;
        right: 3px;
        top: 3px;
        font-size: 18px;
        color: #fff;
        z-index: 99;
    }

        .motorclean-previous-container .fa-undo:hover {
            font-size: 20px;
        }


.lightbox-image-container img {
    background-color: #000;
}


.guidedImageViewerGallery a img {
    width: 220px;
    height: 155px;
    background-color: #000;
    margin-top: 3px;
    border-radius: 5px;
}

.slbImage {
    background-color: #000;
}

.create-batch-item {
    display: inline-block;
    width: 100px;
    border: 2px solid #d8d8d8;
    position: relative;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    opacity: .4;
    margin-bottom: 5px;
    height: 85px;
}

    .create-batch-item:hover, .create-batch-item.active {
        opacity: 1;
        border-color: #f7a71e;
    }

    .create-batch-item img {
        position: absolute;
        left: 50%;
        margin-left: -20px;
        width: 40px;
        height: 40px;
        top: 5px;
    }

    .create-batch-item span {
        font-weight: bold;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        padding: 5px;
        line-height: 14px;
        height: 40px;
        vertical-align: middle;
    }

        .create-batch-item span.short {
            bottom: -11px;
        }

.panel-motorclean-label {
    margin-bottom: 3px;
}

    .panel-motorclean-label .panel-heading {
        height: 45px;
    }

        .panel-motorclean-label .panel-heading:hover {
            cursor: pointer;
            background-color: #dbdbdb;
        }

    .panel-motorclean-label.panel-motorclean-success .panel-heading {
        height: 45px;
        background-color: #c2e9ca;
    }

        .panel-motorclean-label.panel-motorclean-success .panel-heading:hover {
            background-color: #a4d9af;
        }

    .panel-motorclean-label.panel-motorclean-dvi .panel-heading {
        height: 45px;
        background-color: #f8c377;
    }

        .panel-motorclean-label.panel-motorclean-dvi .panel-heading:hover {
            background-color: #fcb753;
        }

    .panel-motorclean-label.panel-motorclean-reject .panel-heading {
        height: 45px;
        background-color: #ffc2c2;
    }

        .panel-motorclean-label.panel-motorclean-reject .panel-heading:hover {
            background-color: #ffaeae;
        }

    .panel-motorclean-label.panel-motorclean-pending .panel-heading {
        height: 45px;
        background-color: #b0b0b0;
    }

        .panel-motorclean-label.panel-motorclean-pending .panel-heading:hover {
            background-color: #9d9d9d;
        }

.advertising-dashboard .x-fa-arrow-up {
    color: #48a459;
    font-weight: bold;
}

.advertising-dashboard .x-fa-arrow-down {
    color: #ff3434;
    font-weight: bold;
}

.advertising-dashboard .x-fa-minus {
    color: #808080;
    font-weight: bold;
}


.checkbox.checkbox-default {
    margin-bottom: 0;
}

.stock-image-holder {
    display: inline-block;
    position: relative;
}

    .stock-image-holder img {
        margin-right: 10px;
        vertical-align: top;
    }

    .stock-image-holder i {
        position: absolute;
        right: 15px;
        top: 2px;
        font-size: 24px;
    }

        .stock-image-holder i:hover {
            color: red;
            cursor: pointer;
        }


.switch {
    display: inline-block;
    height: 28px;
    position: relative;
    width: 55px;
}

    .switch input {
        display: none;
    }

.slider-switch {
    background-color: #f85252;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

    .slider-switch:before {
        background-color: #fff;
        bottom: 4px;
        content: "";
        height: 20px;
        left: 4px;
        position: absolute;
        transition: .4s;
        width: 20px;
    }

input:checked + .slider-switch {
    background-color: #66bb6a;
}

    input:checked + .slider-switch:before {
        transform: translateX(26px);
    }

.slider-switch.round {
    border-radius: 34px;
}

    .slider-switch.round:before {
        border-radius: 50%;
    }

.soft-italic {
    font-style: italic;
    color: #808080;
}

.email-template {
    padding-left: 10px;
    margin-bottom: 15px;
    border-left: 4px solid #bfbfbf;
}


    .email-template h3 {
        font-size: 18px;
        font-weight: bold;
        margin-top: 0;
    }


.description-parameter-holder {
    border-left: 3px solid #b1b1b1;
    padding-left: 15px;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
}

    .description-parameter-holder > div strong {
        margin-top: 10px;
        font-size: 14px;
        display: block;
    }

    .description-parameter-holder > div:first-child strong {
        margin-top: 0;
    }

    .description-parameter-holder > div div {
        padding: 5px 10px;
        background-color: #e5e5e5;
        margin-top: 4px;
        border-radius: 3px;
    }

        .description-parameter-holder > div div:hover {
            background-color: #cbcbcb;
            cursor: pointer;
        }


.invalid-cell {
    color: red !important;
    font-weight: bold;
}

.tab-button-holder {
    border-bottom: 2px solid #808080;
}

    .tab-button-holder button {
        background-color: #c1c1c1;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 4px 10px;
        margin-top: 4px;
        margin-right: 2px;
        font-size: 12px;
    }

        .tab-button-holder button.active {
            background-color: #808080;
            color: #fff;
            padding: 5px 10px !important;
            margin-top: 0;
            font-size: 14px;
        }

        .tab-button-holder button:hover {
            background-color: #808080;
            color: #fff;
            padding: 5px 10px;
            margin-top: 0;
            font-size: 14px;
        }


.tooltip-inner {
    white-space: pre-wrap;
}

.platform-agent-status {
    height: 50px;
    background: linear-gradient(to right,#3d894b,#48a459);
    border-radius: 5px;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
}

    .platform-agent-status.warning {
        background: linear-gradient(to right,#e29612,#f7a71e);
        color: #fff;
    }

    .platform-agent-status h3 {
        position: absolute;
        left: 10px;
        top: 8px;
        margin-top: 0;
        font-size: 16px;
        font-weight: bold;
    }

    .platform-agent-status strong {
        position: absolute;
        right: 10px;
        top: 8px;
        font-size: 11px;
    }

    .platform-agent-status span {
        position: absolute;
        left: 10px;
        bottom: 4px;
        font-size: 12px;
    }


.platform-failed-media td {
    padding: 4px 8px !important;
    font-size: 12px;
}

    .platform-failed-media td i {
        font-size: 18px;
        color: #ff6d00;
    }

.platform-dashboard-tile {
    height: 50px;
    background-color: #075d97;
    border-radius: 5px;
    position: relative;
    color: #fff;
    margin-bottom: 3px;
}

    .platform-dashboard-tile.error {
        background-color: #d9534f;
    }

    .platform-dashboard-tile h3 {
        position: absolute;
        left: 10px;
        top: 14px;
        margin-top: 0;
        font-size: 22px;
    }

    .platform-dashboard-tile strong {
        position: absolute;
        right: 10px;
        top: 11px;
        font-size: 22px;
    }

        .platform-dashboard-tile strong:nth-child(3) {
            right: 90px;
        }


.platform-dashboard-header {
    background: linear-gradient(to right,#d1d1d1,#fff);
    padding: 7px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
}

.platform-section-space {
    width: 100%;
    height: 2px;
    background-color: #bfbfbf;
    margin-bottom: 23px;
}

.platform-menu-item > h4 {
    font-weight: bold;
}

.b2see-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.b2see-video-quality-min-value {
    float: left;
    width: 50%;
    text-align: left;
}

.b2see-video-quality-max-value {
    float: left;
    width: 50%;
    text-align: right;
}

.b2see-video-quality-note {
    font-size: small;
    font-style: italic;
}
