﻿
/* GENERAL
----------------------------------------------------------*/
html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F1F1F1;
    color: #444444;
    font-size: .85em;
    font-family: Arial,Sans-Serif;
    margin: 0;
    padding: 0;
}

#body .color {
    color: #214c83;
}

.redUS {
    display: none;
}

.loginLogo .greenUs {
    display: none;
}

* {
    margin: 0;
    padding: 0;
}

.maxHeight350 {
    overflow-x: auto;
    max-height: 330px;
}

a {
    color: #204a84;
    outline: none;
    text-decoration: none;
}

    a:link, a:visited {
        color: #185bb0;
    }

    a:active, a:hover {
        color: #8c8585;
    }

    a img {
        outline: none;
        border: none;
    }

    a#industry {
        font-size: smaller;
    }

header, footer, hgroup, nav, section {
    display: block;
}

.float-left {
    float: left;
}

.bordered {
    margin-right: 15px;
    padding-right: 10px;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.centered {
    margin: auto auto;
    text-align: center;
}

.req {
    color: #ff0000 !important;
}

.line {
    background: url("../Images/line3.png") repeat-x left center;
    line-height: 0;
    font-size: 0;
    height: 7px;
    clear: both;
}

.line1 {
    background: url("../Images/line1.png") repeat-x left center;
    line-height: 0;
    font-size: 0;
    height: 14px;
    clear: both;
}

p.subtitle {
    color: #214c83;
    text-align: center;
    font-size: 15px;
    padding: 20px 0;
}

#region /*#color-blink-text */
.color-blink-text {
    -webkit-animation: color-blink-text 1s step-start infinite;
    animation: color-blink-text 1s step-start infinite;
}

@-webkit-keyframes color-blink-text {
    0% {
        color: black;
    }

    25% {
        color: red;
    }

    100% {
        color: black;
    }
}

@keyframes color-blink-text {
    0% {
        color: black;
    }

    25% {
        color: red;
    }

    100% {
        color: black;
    }
}

/*#endregion */

#region /*#blink_me */
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
/*#endregion */

.sidebar-right.fixed {
    position: fixed;
    width: 18%;
    top: 0px;
}

.ui-dialog .bottomSpace {
    margin-bottom: 10px;
}

#divStackItemsMessage {
    margin-top: 8px;
    font-size: 11px;
    color: #ff0000;
}

#tag-editor {
    min-height: 13px;
}

#tagSeparator {
    height: 14px;
}

#VisibleForRequiredMessage .field-validation-error {
    margin-right: 75px;
}

.spacer {
    line-height: 0;
    font-size: 0;
    height: 7px;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
    font-weight: normal;
}

h1 {
    font-size: 2em;
    padding-bottom: 4px;
}

    h1.smallTitle {
        width: 60%;
    }

    h1 span {
        color: #214c83;
    }

        h1 span span {
            font-weight: normal;
            color: #a8a8aa;
            font-size: 20px;
        }

h2 {
    font-size: 1.75em;
}

h1.customTitle {
    display: inline;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}


ul, li {
    list-style: none;
}

.clear {
    clear: both;
}

.topSmall {
    padding-top: 8px;
    padding-right: 10px;
}

.topSmall1 {
    padding-top: 12px;
}

#body .content-wrapper .noMargin {
    margin-right: 0px;
}

#body .content-wrapper .noTopMargin {
    margin-top: 0px;
}


/* MAIN LAYOUT
----------------------------------------------------------*/
header, #body {
    margin: 0 auto;
    max-width: 1920px;
}

header {
    background-color: #214c83;
    border-bottom: 10px solid #c3d2e5;
}

#body {
    clear: both;
    padding: 0 0 0px 1%;
    min-height: 450px;
    width: 99%;
    border-bottom: 10px solid #c3d2e5;
}

.right-arrow {
    background-color: #fff;
    position: relative;
    min-height: 250px;
}

.new-logo-arrow {
    min-width: 256px;
    max-height: 99px;
    float: left;
    overflow: hidden;
}


.right-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 48px solid transparent;
    border-top: 84px solid #fff;
    border-left: 11px solid #fff;
    border-bottom: 17px solid transparent;
    position: absolute;
    right: -58px;
    top: 0;
}

.wrapperLeft {
    margin-left: -1%;
}

.homeBtn {
    margin-left: 10px;
    margin-top: 9px;
    float: left;
    margin-bottom: 10px;
}

header .float-right {
    margin-right: 2%;
}

footer {
    clear: both;
    background-color: #000;
    font-size: .8em;
    height: 30px;
    text-align: center;
    padding-top: 18px;
    position: relative;
}

#loginFooter .propertiesFooter, .removeBr {
    display: none;
}

.propertiesFooter {
    position: absolute;
    width: 18%;
    height: 20px;
    right: 0;
    bottom: 48px;
    border-top: 4px solid #ffffff;
    background-color: #214c83;
    display: none;
}

    .propertiesFooter img {
        position: absolute;
        right: 22px;
        top: -19px;
    }

footer p {
    color: #c2c2c2;
}

footer .float-left {
    width: 100%;
}

/* MAIN CONTENT
----------------------------------------------------------*/
.wrapperLeft.main-content .content-wrapper {
    float: left;
    width: 62%;
    padding: 20px 1% 20px 1%;
    position: relative;
    background: #fff;
    min-height: 940px;
}

.wrapperLeft.main-content-no-left .content-wrapper {
    width: 79%;
    background-color: #fff;
    padding: 20px 1%;
    float: left;
    position: relative;
    min-height: 560px;
    border-right: 14px solid #fff;
}

.wrapperLeft.main-content-no-right .content-wrapper {
    width: 80%;
    background-color: #f1f1f1;
    padding: 20px 1%;
    background: #f1f1f1 url("../Images/bg-shadow.jpg") repeat-y left top;
    float: left;
    position: relative;
}

.wrapperLeft.main-content-no-right aside.sidebar-right {
    display: none;
}

footer.main-content-no-right .propertiesFooter {
    display: none;
}



#loginPage .main-content-no-left {
    float: none;
    width: 100%;
    padding: 0;
    background-image: none;
    min-height: 500px;
}

#loginPage .wrapperLeft.main-content-no-left .content-wrapper {
    width: 98%;
}

.topBar {
    height: 43px;
    margin-left: -1%;
    background: #f1f1f1 url("../Images/bg-bar.jpg") repeat-x left top;
}

    .topBar .uploadButton {
        padding-top: 6px;
        margin-left: 1%;
        float: left;
    }

        .topBar .uploadButton button {
            background-color: #535353;
            border: 1px solid #535353;
            border-radius: 16px 16px 16px 16px;
            font-size: 13px;
            font-weight: normal;
            padding: 6px 40px 6px 20px;
            text-transform: uppercase;
            position: relative;
        }

            .topBar .uploadButton button:hover {
                opacity: 0.7;
            }

            .topBar .uploadButton button:before {
                content: "\f055";
                font-family: FontAwesome;
                font-size: 23px;
                color: #fff;
                position: absolute;
                top: 2px;
                right: 5px;
            }



.searchContent {
    float: left;
    width: 250px;
}

#body .searchContent input {
    background-color: #F6F6F6;
    border: 1px solid #EBEBEB;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 1px 1px 2px #AFAAAA inset;
    padding: 6px 14px 4px;
    width: 80%;
    margin: 6px 0 0 15px;
    color: #6E6F6F;
}

#adsLeftTypeSelectors input#txtSearchAds {
    background-color: #F6F6F6;
    border: 1px solid #EBEBEB;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 1px 1px 2px #AFAAAA inset;
    padding: 6px 14px 4px;
    width: 50%;
    color: #6E6F6F;
}

/* LOGIN
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .8em;
    margin: 0 0 10px;
    text-align: left;
    color: #4e719b;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    float: right;
}



    #login a {
        padding: 0;
        text-decoration: none;
        margin: 0 6px;
        color: #4e719b
    }

        #login a.impersonation-log {
            width: 100%;
            clear: left;
            float: left;
            margin: 0;
        }

        #login a:hover {
            opacity: 0.7;
        }

    #login form#logoutForm a span {
        display: none;
    }

    #login form#logoutForm a:before {
        content: "\f08b";
        font-family: FontAwesome;
        font-size: 18px;
        color: #9e5e9a;
        float: right;
        margin-top: -5px;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
        color: #aaaaaa;
    }


/* MENU
----------------------------------------------------------*/
ul#menu {
    font-size: 10px;
    float: right;
}

    ul#menu li {
        list-style: none;
        float: left;
        border-right: 1px solid #e3e3e3;
        padding: 0 24px;
    }

        ul#menu li a {
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            padding-top: 30px;
            background-position: center top;
            background-repeat: no-repeat;
            float: left;
        }

        ul#menu li.last {
            border-right: none;
            padding-right: 0px;
        }

        ul#menu li.firstItem {
            padding-left: 0px;
        }

        ul#menu li a:hover, ul#menu li.selected a {
            color: #fff;
            background-position: center -56px;
        }

        ul#menu li a:hover {
            opacity: 0.7;
        }

        ul#menu li.dashboard a {
            position: relative;
            cursor: pointer;
        }

            ul#menu li.dashboard a:before {
                content: "\f0e4";
                font-family: FontAwesome;
                font-size: 28px;
                color: #fff;
                position: absolute;
                top: 3px;
                left: 30%;
            }

        ul#menu li.library a {
            position: relative;
            cursor: pointer;
        }

            ul#menu li.library a:before {
                content: "\f1ea";
                font-family: FontAwesome;
                font-size: 27px;
                color: #fff;
                position: absolute;
                top: 6px;
                left: 13%;
            }

        ul#menu li.hostManager a {
            position: relative;
            cursor: pointer;
        }

            ul#menu li.hostManager a:before {
                content: "\f013";
                font-family: FontAwesome;
                font-size: 28px;
                color: #fff;
                position: absolute;
                top: 3px;
                left: 33%;
            }


        ul#menu li.location a {
            position: relative;
            cursor: pointer;
        }

            ul#menu li.location a:before {
                content: "\f041";
                font-family: FontAwesome;
                font-size: 28px;
                color: #fff;
                position: absolute;
                top: 3px;
                left: 30%;
            }

        ul#menu li.menu a {
            background-image: url("../Images/icon-menu.png");
        }

        ul#menu li.client a {
            position: relative;
            cursor: pointer;
        }

            ul#menu li.client a:before {
                content: "\f007";
                font-family: FontAwesome;
                font-size: 28px;
                color: #fff;
                position: absolute;
                top: 3px;
                left: 18%;
            }


        ul#menu li.contact a {
            background-image: url("../Images/icon-contact.png");
        }

        ul#menu li.company a {
            background-image: url("../Images/icon-company.png");
        }

        ul#menu li.loop a {
            position: relative;
            cursor: pointer;
        }

            ul#menu li.loop a:before {
                content: "\f079";
                font-family: FontAwesome;
                font-size: 28px;
                color: #fff;
                position: absolute;
                top: 3px;
                left: 0;
            }



        ul#menu li.audit a {
            position: relative;
            cursor: pointer;
        }

            ul#menu li.audit a:before {
                content: "\f0f6";
                font-family: FontAwesome;
                font-size: 24px;
                color: #fff;
                position: absolute;
                top: 3px;
                left: 18%;
            }



        ul#menu li.templates a {
            position: relative;
            cursor: pointer;
        }

            ul#menu li.templates a:before {
                content: "\f0ce";
                font-family: FontAwesome;
                font-size: 27px;
                color: #fff;
                position: absolute;
                top: 6px;
                left: 27%;
            }

        ul#menu li.group a {
            position: relative;
            cursor: pointer;
        }

            ul#menu li.group a:before {
                content: "\f247";
                font-family: FontAwesome;
                font-size: 27px;
                color: #fff;
                position: absolute;
                top: 6px;
                left: 18%;
            }
        ul#menu li.offlineDevice a {
            position: relative;
            cursor: pointer;
        }

            ul#menu li.offlineDevice a:before {
                content: "\f1e6"; /* Font Awesome icon for plug/offline */
                font-family: FontAwesome;
                font-size: 27px;
                color: #fff;
                position: absolute;
                top: 6px;
                left: 35%;
            }


        ul#menu li.otaUpdate a {
            position: relative;
            cursor: pointer;
        }

            ul#menu li.otaUpdate a:before {
                content: "\f1c9";
                font-family: FontAwesome;
                font-size: 27px;
                color: #fff;
                position: absolute;
                top: 6px;
                left: 27%;
            }




        ul#menu li:hover a:before,
        ul#menu li.selected a:before {
            color: #637599;
        }

        ul#menu li.selected:hover a:before,
        ul#menu li.selected a:hover:before,
        ul#menu li.selected a:hover {
            cursor: default;
            opacity: 1;
        }

        


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }






/* LEFT CONTENT
----------------------------------------------------------*/
aside.sidebar-left {
    float: left;
    width: 18%;
    min-width: 180px;
    margin-left: 0%;
}

.sidebar-left.fixed {
    position: fixed;
    z-index: 100;
    top: 0;
}

#libraryHeader.fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 60%;
    background-color: #fff;
}

#loopHeader {
    padding-bottom: 10px;
    padding-top: 10px;
}

    #loopHeader.fixed {
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 61%;
        background-color: #f1f1f1;
    }

aside.sidebar-left .inner {
    padding-right: 0px;
}

/* ad library
----------------------------------------------------------*/
aside.sidebar-left div.header {
    padding: 15px;
    text-transform: uppercase;
    background-color: #7f7f7f;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #a5a5a5;
}

    aside.sidebar-left div.header button {
        border-radius: 16px;
        border: 1px solid #535353;
        background: #535353 url("../Images/icon-add.png") no-repeat right center;
        padding: 6px 40px 6px 20px;
        font-size: 13px;
        font-weight: normal;
    }

#body aside.sidebar-left div.header button:hover {
    background-color: #636363;
    border-color: #636363;
}



/* search
----------------------------------------------------------*/
aside.sidebar-left div.sub-header {
    text-align: center;
    padding: 10px 15px;
    background-color: #214c83;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #aab678;
}

    aside.sidebar-left div.sub-header input {
        border-radius: 20px;
        width: 78%;
        padding: 6px 14px 4px;
        border: 1px solid #ebebeb;
        background-color: #f6f6f6;
        -moz-box-shadow: inset 1px 2px 3px #c7c7c7;
        -webkit-box-shadow: inset 1px 2px 3px #c7c7c7;
        box-shadow: inset 1px 2px 3px #c7c7c7;
    }





aside ul {
    list-style: none;
    padding: 0;
}

    aside ul li {
        background: url("../Images/bullet.png") no-repeat 0 50%;
        padding: 2px 0 2px 20px;
    }

aside.sidebar-left, aside.sidebar-right {
    min-height: 550px;
}



    aside.sidebar-left div.list-type-selector,
    div.list-type-selector {
        padding: 3px;
    }

        aside.sidebar-left div.list-type-selector span,
        div.list-type-selector span {
            display: block;
            width: 22px;
            height: 22px;
            margin: 0 3px;
            cursor: pointer;
            background-position: 0 -22px;
        }

            aside.sidebar-left div.list-type-selector span.list,
            div.list-type-selector span.list {
                position: relative;
            }


                aside.sidebar-left div.list-type-selector span.list:before,
                div.list-type-selector span.list:before {
                    content: "\f0ca";
                    font-family: FontAwesome;
                    font-size: 18px;
                    color: #757575;
                }

            aside.sidebar-left div.list-type-selector span.grid:before,
            div.list-type-selector span.grid:before {
                content: "\f00a";
                font-family: FontAwesome;
                font-size: 18px;
                color: #757575;
            }

            aside.sidebar-left div.list-type-selector span.list.selected,
            aside.sidebar-left div.list-type-selector span.grid.selected,
            div.list-type-selector span.list.selected,
            div.list-type-selector span.grid.selected,
            aside.sidebar-left div.list-type-selector span.list.selected:before,
            aside.sidebar-left div.list-type-selector span.grid.selected:before,
            div.list-type-selector span.list.selected:before,
            div.list-type-selector span.grid.selected:before {
                cursor: auto;
                color: #214c83;
            }


/*search*/
.searchInner {
    padding: 10px;
}

    .searchInner .wide label {
        font-size: 13px;
    }

    .searchInner .editor-field label {
        font-size: 12px;
        font-weight: normal;
    }

    .searchInner .editor-field .multiselectList input[type="checkbox"] {
        margin-right: 5px;
        top: -6px;
    }





/* RIGHT CONTENT
----------------------------------------------------------*/

aside.sidebar-right {
    float: right;
    right: 0;
    width: 18%;
    min-width: 170px;
    margin-right: 0;
    background-color: #f1f1f1;
}

    aside.sidebar-right div.header {
        padding: 3px 40px 12px 20px;
        text-transform: uppercase;
        color: #ffffff;
        text-align: left;
        font-size: 16px;
        background: #c3d2e5;
        position: relative;
    }

    aside.sidebar-right.selected div.header {
        padding: 12px 40px 12px 20px;
    }

    aside.sidebar-right div.header:before {
        content: "\f05a";
        font-family: FontAwesome;
        font-size: 18px;
        color: #fff;
        padding-right: 4px;
    }



#accordion {
    margin-top: 10px;
}





.porpertiesInner {
    height: 520px !important;
    overflow: auto !important;
    width: 99% !important;
    margin: 0px auto;
}

    .porpertiesInner .inner {
        padding: 6px;
    }

#sidebarRightContent {
    height: 570px;
}

    #sidebarRightContent h2 {
        margin-left: 6px;
        font-size: 1.2em;
    }

    #sidebarRightContent h5 {
        font-size: 13px;
        color: #657D00;
        font-weight: bold;
        margin-bottom: 3px;
    }

        #sidebarRightContent h5.subtitle {
            color: #333333;
        }

    #divAdsLeft.loading, #sidebarLeftContent.loading, #sidebarRightContent.loading, #libraryList.loading, #ulSlotsList.loading, #templatePreview.loading, #carouselContent.loading {
        min-height: 500px;
        background-image: url('../Images/ajax-loader.gif');
        background-repeat: no-repeat;
        background-position: center 25%;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

#customButtonPane.loading, #loadingGroupBtn.loading {
    background-image: url('../Images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center 25%;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#templatePreviewScroller .loading {
    min-height: 200px;
    background-image: url('../Images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center 25%;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
#addAffiliateFolder.loading {
    min-height: 20px;
    background-image: url('../Images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center 25%;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#templatePreviewScroller span.actions {
    float: right;
    line-height: 10px;
}

.label {
    font-weight: 700;
}


.infoText {
    font-size: 11px;
    background: url('../Images/icon-info1.png') no-repeat center 5px;
    text-align: center;
    border: 1px solid #cccccc;
    background-color: #e7e7e7;
    margin: 0 5px;
    padding: 28px 4px 6px;
    border-radius: 8px;
}


    .infoText .button {
        line-height: 30px;
    }

    .infoText.dashboardInfo {
        padding: 52px 20px;
        font-size: 12px;
        line-height: 18px;
        background-position: center 20px;
    }

        .infoText.dashboardInfo .button {
            margin: 4px 0;
        }

/* LOGIN PAGE
----------------------------------------------------------*/
.fullRedHtml {
    background-color: #fff;
    height: 100%;
}

.fullRed {
    width: 100%;
    background-color: #333333;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

    .fullRed footer {
        display: none;
    }

    .fullRed .wrapperLeft.main-content-no-left .content-wrapper {
        background-color: transparent;
        border: 0;
    }

    .fullRed #body {
        width: auto;
        padding: 0;
        margin: 0 auto;
        min-height: unset;
    }

    .fullRed .wrapperLeft {
        margin: 0;
    }

        .fullRed #loginPage .main-content-no-left, .fullRed .wrapperLeft.main-content-no-left .content-wrapper {
            min-height: unset;
        }

    .fullRed #loginPage .wrapperLeft.main-content-no-left .content-wrapper {
        padding: 0;
        width: 100%;
    }

#loginForm {
    width: 640px;
    background-color: #fff;
    display: inline-block;
}

.fullRed .loginLogo {
    width: 96%;
    padding: 2%;
    background-color: #214c83;
    text-align: center;
    height: 100%;
    position: relative;
}

.manageAccount {
    height: 345px;
}

.validateContent {
    height: 335px;
}

.fullRed .loginContent {
    padding: 4% 5%;
    color: #7A7A7A;
    width: 88%;
}

    .fullRed .loginContent form {
        margin: 0;
    }

.loginContent .errorContent {
    width: 100%;
    line-height: 13px;
}

.loginContent a {
    font-size: 12px;
}

#loginForm label {
    font-weight: normal;
    color: #707070;
    font-size: 0.9em;
}

#loginForm input {
    width: 100%;
}

    #loginForm input[type="submit"] {
        width: auto;
        padding: 6px 20px;
        background-color: #757575;
        border: 1px solid #757575;
    }

        #loginForm input[type="submit"]:hover {
            background-color: #214c83 !important;
            border: 1px solid #214c83 !important;
        }

    #loginForm input[type="checkbox"] {
        width: auto;
        top: -4px;
    }

#loginForm .validation-error {
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
    font-size: 11px;
    color: #ff0000;
}




.rememberMe {
    margin-bottom: 5px;
    font-size: 11px;
}

#loginForm p {
    font-size: 11px;
    color: #8e8e8e;
}

.loginContent .float-right {
    margin-top: -13px;
}


#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: #fff;
    color: #6c6c6c;
    font-size: 1em;
    margin: 1px 0 0px 0;
    padding: 6px 3px;
    width: 97%;
    font-family: Arial, Helvetica, Verdana;
    transition: border 0.25s linear 0s, box-shadow 0.25s linear 0s;
}

textarea {
    font-family: inherit;
}

select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #6c6c6c;
    font-size: 1em;
    margin: 1px 0 0px 0;
    padding: 5px 2px;
    width: 99%;
    font-family: Arial, Helvetica, Verdana;
    transition: border 0.25s linear 0s, box-shadow 0.25s linear 0s;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(116, 116, 116, 0.2);
}


input:focus, textarea:focus {
    border: 1px solid #bebebe;
    color: #2a2a2a;
}

input[type="checkbox"] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}


/*BUTTONS*/

input[type="submit"],
input[type="button"],
button, .button {
    background-color: #757575;
    border-radius: 20px;
    border-color: #757575;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    width: auto;
    color: #e9e9e9;
    padding: 3px 10px;
    border: 1px solid #757575;
}

.button {
    height: 25px;
    line-height: 17px;
}

#body .clearBtn, .ui-dialog-buttonset .clearBtn {
    background: #757575 url("../Images/icon-clear.png") no-repeat scroll right center;
    padding-right: 23px;
}

#body .cancelBtn, .ui-dialog-buttonset .cancelBtn, #assetPropertyContainer .cancelBtn {
    background-color: #989898;
    border: 1px solid #989898;
}

#body .addBtn {
    background: #214c83 url("../Images/icon-add1.png") no-repeat scroll right center;
    padding-right: 29px;
    border: 1px solid #214c83;
    color: #ffffff;
    position: relative;
}


#body a.addBtn {
    background: none;
    background-color: #214c83;
}

    #body a.addBtn:before {
        content: "\f055";
        font-family: FontAwesome;
        font-size: 19px;
        color: #fff;
        position: absolute;
        right: 5px;
        top: 0;
    }



#body #export_report, #force_republish, #delete_br, #reassign-affiliate {
    background: #214c83;
    padding-right: 15px;
    border: 1px solid #214c83;
    color: #ffffff;
    position: relative;
}

#body .plus-box {
    float: right;
    position: relative;
    border: 0;
    position: relative;
    border-radius: 20px;
    background-color: #214c83;
    margin-bottom: 10px;
}

    #body .plus-box:hover {
        background-color: #000;
        border: 0;
    }

    #body .plus-box .addBtn, #body .plus-box .addBtn:hover {
        background: none;
        margin: 0;
    }

    #body .plus-box:before {
        content: "\f055";
        font-family: FontAwesome;
        font-size: 19px;
        color: #fff;
        position: absolute;
        right: 6px;
        top: 1px;
    }

#body .backBtn {
    background: url("../Images/icon-back.png") no-repeat scroll left 1px;
    font-size: 12px;
    padding: 3px 0 1px 20px;
    float: left;
    margin-top: 10px;
    background: none;
    position: relative;
}

    #body .backBtn:before {
        content: "\f137";
        font-family: FontAwesome;
        font-size: 16px;
        color: #214c83;
        position: absolute;
        top: 0;
        left: 0
    }

    #body .backBtn:hover, #body .backBtn:hover:before {
        color: #000;
    }


    #body .backBtn.topBack {
        margin-top: 17px;
    }

.backContent {
    border-right: 1px solid #ADADAD;
    padding-right: 13px;
    margin-top: 17px;
    float: left;
}

#body .backContent .backBtn {
    margin-top: 0px;
}


#body .backBtn2 {
    background: url("../Images/icon-back.png") no-repeat scroll 3px 1px #757575;
    font-size: 12px;
    padding: 0px 10px 0 25px;
    float: left;
    height: 22px;
    margin: 2px 5px 0 1px;
    line-height: 21px;
}

#body .assetsBtn {
    background-color: #757575;
    padding-right: 23px;
}

    #body .assetsBtn:before {
        content: "\f03e";
        font-family: FontAwesome;
        font-size: 14px;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 10px;
    }

#body .loopsBtn {
    background-color: #757575;
    padding-right: 23px;
    position: relative;
}

    #body .loopsBtn:before {
        content: "\f079";
        font-family: FontAwesome;
        font-size: 17px;
        color: #fff;
        position: absolute;
        right: 5px;
        top: 0;
    }

#body .btnDisabled {
    background-color: #989898;
    border: 1px solid #989898;
    cursor: default;
}

#perm-tree span.disabled {
    color: #989898;
}

.scroll-content #perm-tree {
    max-height: 480px;
    overflow-x: auto;
}

#accordion #perm-tree {
    max-height: 360px;
    overflow-x: auto;
}

#btnDeselectAll {
}

a.button:link, a.button:visited {
    color: #e9e9e9;
    text-decoration: none;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 23px;
    height: 23px;
}

a.button:hover, a.button:active, #body a.button:hover, #body a.button:active {
    background-color: #000;
    border: 1px solid #000;
}


#body input[type="submit"]:hover,
#body input[type="button"]:hover :not(.btnDisabled),
#body button:hover :not(.btnDisabled), .ui-dialog-buttonset button:hover, #tabsEditMultiple input[type="button"]:hover,
#assetPropertyContainer input[type="button"]:hover, .ui-dialog .button:hover {
    background-color: #000;
    border: 1px solid #000;
}

#tabsEditMultiple .linkBtn input[type="button"]:hover {
    background-color: #F6F6F6 !important;
    border-color: #BEBEBE !important;
    border-width: 0 1px 1px 0;
}

#body .buttons .cancelBtn:hover, .ui-dialog-buttonset .cancelBtn:hover, #assetPropertyContainer input.cancelBtn:hover, .ui-dialog input.cancelBtn:hover {
    background-color: #ababab;
    border: 1px solid #ababab;
}

#body .buttons p a {
    background-color: #757575;
    border-radius: 20px;
    border-color: #757575;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    float: right;
    width: auto;
    color: #e9e9e9;
    padding: 3px 5px;
    border: 1px solid #757575;
}

    #body .buttons p a:hover {
        background-color: #ababab;
        border: 1px solid #ababab;
    }

.back {
    padding-right: 20px;
    margin-top: -15px;
}

#body .expandBtn {
    background: transparent url("../Images/icon-expand.png") no-repeat scroll right center;
    border-radius: 0px;
    width: 21px;
    height: 20px;
    display: block;
    border: none;
}

#body .scroll-content .expandBtn:hover {
    background-color: transparent;
    border: none;
    opacity: 0.8;
}

#body .contractBtn {
    background: transparent url("../Images/icon-contract.png") no-repeat scroll right center;
    border-radius: 0px;
    width: 21px;
    height: 20px;
    display: block;
    border: none;
    margin-right: 5px;
}

#body .scroll-content .contractBtn:hover {
    background-color: transparent;
    border: none;
    opacity: 0.8;
}

.buttons {
    text-align: right;
}

    .buttons.space {
        padding: 0px 8px;
    }

.btnRight {
    float: left;
    margin-top: 12px;
    padding-left: 11px
}

/*UI GRID ACTIONS*/

.moreActions ul {
    display: none;
}

.actions a {
    margin-right: 3px;
    font-size: 0;
    line-height: 0;
    padding: 8px;
}

.actions {
    width: auto;
    position: relative;
    margin: 4px auto 0 auto;
}

.download {
    background: url("../Images/icon-download.png") no-repeat scroll left top transparent;
    margin-top: 2px;
}

.actionsSubgrid .installation {
    padding: 0 3px;
    margin: 0;
}

    .actionsSubgrid .installation:before {
        content: "\f085";
        font-family: FontAwesome;
        font-size: 14px;
        color: #414143;
    }

.actionsSubgrid .configuration {
    padding: 0 3px;
    margin: 0;
}

    .actionsSubgrid .configuration:before {
        content: "\f013";
        font-family: FontAwesome;
        font-size: 14px;
        color: #414143;
    }


#list td, #adsLeftList td {
    overflow: visible;
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    word-wrap: break-word;
    word-break: break-all;
    -ms-word-wrap: break-word;
}

    #list td .moreActions {
        word-break: normal;
        -ms-word-wrap: normal;
    }

.levelone {
    background-color: #d9e3d9 !important;
}

.leveltwo {
    background-color: #c7dfc5 !important;
}

.levelthree {
    background-color: #adceaa !important;
}

.levelfour {
    background-color: #93cb93 !important;
}

.readOnlyDealer {
    background-color: #c2c2c2 !important;
}

.sosAlert {
    background-color: #ffbb5d !important;
}

.readOnlyDealerInfo {
    background: url("../Images/icon-info1.png") no-repeat scroll left top transparent;
    float: right;
    height: 15px;
    line-height: 14px;
    padding: 5px 0 4px 130px;
    font-size: 11px;
    margin-top: 5px;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
}

#list_HoursOfOperations, #jqgh_list_HoursOfOperation {
    line-height: 14px;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    white-space: normal;
}

.ui-jqgrid .ui-jqgrid-sortable {
    white-space: normal;
}

.moreActions {
    z-index: 9;
    float: left;
    padding-top: 2px;
}

    .moreActions div {
        z-index: 0;
        position: relative;
        background: url("../Images/icon-moreActions.png") no-repeat scroll left top transparent;
        width: 23px;
        height: 15px;
        margin-top: 0px;
        margin-left: 4px;
    }

.ui-jqgrid tr.jqgrow td {
    height: 28px;
}

.moreActions ul {
    display: none;
    position: absolute;
    width: auto;
    right: 35px;
    top: -5px;
    background-color: #eeeeee;
    border-radius: 4px;
    border: 1px solid #878788;
    overflow: visible;
    padding-bottom: 5px;
    padding-left: 3px;
}

.actions a, .actionsSubgrid a {
    margin-right: 2px;
    margin-left: 2px;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    padding: 8px 3px;
    white-space: nowrap;
}

.actions .view {
    float: left;
    margin-left: 9px;
    margin-top: 2px;
}


    .actions .view:before {
        content: "\f05a";
        font-family: FontAwesome;
        font-size: 16px;
        color: #414143;
    }

.properties input[type="button"] {
    border: none;
    width: 15px;
    margin-top: 7px;
}

input[type="radio"] {
    margin: -1px 0 0;
}


.icon-ok {
    background: none;
    margin-top: 2px;
}

    .icon-ok:before {
        content: "\f055";
        font-family: FontAwesome;
        font-size: 14px;
        color: #414143;
    }

.icon-no {
    background: none;
    margin-top: 2px;
    width: 0px;
    height: 0px;
}

    .icon-no:before {
        content: "\f056";
        font-family: FontAwesome;
        font-size: 14px;
        color: #414143;
    }

.icon-attention {
    margin-top: 2px;
}

    .icon-attention:before {
        content: "\f06a";
        font-family: FontAwesome;
        font-size: 14px;
        color: #414143;
    }

.icon-ok {
    margin-top: 2px;
}

    .icon-ok:before {
        content: "\f058";
        font-family: FontAwesome;
        font-size: 14px;
        color: #414143;
    }

.actions .screen, .actions .configureScreen {
    background: none;
    text-indent: 0;
    padding: 0px 2px;
    margin: 2px 0 0 0;
}

    .actions .screen:before,
    .actions .configureScreen:before {
        content: "\f108";
        font-family: FontAwesome;
        font-size: 14px;
        color: #414143;
    }

.actions .republish, .actionsSubgrid .republish {
    background: none;
    text-indent: 0;
    padding: 0px 2px;
    margin: 0;
}

    .actions .republish:before, .actionsSubgrid .republish:before {
        content: "\f0ec";
        font-family: FontAwesome;
        font-size: 14px;
        color: #414143;
    }



.actionsSubgrid .redscreen:before {
    content: "\f108";
    font-family: FontAwesome;
    font-size: 14px;
    color: #D50000;
}

.actionsSubgrid .greenscreen {
    margin-top: 2px;
}

    .actionsSubgrid .greenscreen:before {
        content: "\f108";
        font-family: FontAwesome;
        font-size: 14px;
        color: green;
    }


.actionsSubgrid .orangescreen:before {
    content: "\f108";
    font-family: FontAwesome;
    font-size: 14px;
    color: orange;
}

.actionsSubgrid .download {
    margin-top: 2px;
    padding: 0px;
}

.playerStatus {
    text-align: left !important;
}

    .playerStatus .actionsSubgrid a {
        padding: 4px 2px !important;
    }

    .playerStatus .actionsSubgrid span.ui-icon.false {
        margin: 0 !important;
        float: none !important;
        padding-left: 13px;
        display: inline;
    }

        .playerStatus .actionsSubgrid span.ui-icon.false:before {
            color: #414143;
            padding: 0px;
            margin: 0 0 0 0 !important;
            font-size: 14px;
        }




.actionsSubgrid .download:before {
    content: "\f01a";
    font-family: FontAwesome;
    font-size: 14px;
    color: #414143;
}

.actions .expand-icon {
    outline: none;
    background: none;
    text-indent: 0;
    padding: 0 3px;
    margin: 0;
}


    .actions .expand-icon:before {
        content: "\f055";
        font-family: FontAwesome;
        font-size: 14px;
        color: #414143;
    }

.actions .collapse-icon {
    background: none;
    text-indent: 0;
    padding: 0 3px;
    margin: 0;
}

    .actions .collapse-icon:before {
        content: "\f056";
        font-family: FontAwesome;
        font-size: 14px;
        color: #414143;
    }

.actions .loop {
    margin-top: 2px;
    background: none;
    text-indent: 0;
    padding: 0 3px;
    margin: 0;
}

    .actions .loop:before {
        content: "\f079";
        font-family: FontAwesome;
        font-size: 14px;
        color: #414143;
    }



.actions .edit, .actionsSubgrid .edit, .properties .edit {
    background: none;
    margin-top: 2px;
    margin-left: 4px;
    background: none;
    text-indent: 0;
    padding: 0 3px;
    margin: 0;
}


    .actions .edit:before, .actionsSubgrid .edit:before, .properties .edit:before {
        content: "\f040";
        font-family: FontAwesome;
        font-size: 15px;
        color: #414143;
    }

.properties .editSpan {
    position: relative;
}

    .properties .editSpan input:hover {
        background-color: transparent !important;
        opacity: 0.7;
        border: 0 !important;
    }

    .properties .editSpan:before {
        content: "\f040";
        font-family: FontAwesome;
        font-size: 15px;
        color: #414143;
        position: absolute;
        top: 1px;
        left: 4px;
    }

.properties .deleteSpan {
    position: relative;
}

    .properties .deleteSpan input:hover {
        background-color: transparent !important;
        opacity: 0.7;
        border: 0 !important;
    }

    .properties .deleteSpan:before {
        content: "\f1f8";
        font-family: FontAwesome;
        font-size: 15px;
        color: #414143;
        position: absolute;
        top: 1px;
        left: 4px;
    }


.actions .moreActions .edit {
    margin-top: 0;
}

.actions .delete, .actionsSubgrid .delete, .properties .delete {
    background: none;
    text-indent: 0;
    padding: 0 3px;
    margin: 0;
}

.actions .view-host {
    background: none;
    text-indent: 0;
    padding: 0 3px;
    margin: 0;
}

.actions .view-client {
    background: none;
    text-indent: 0;
    padding: 0 3px;
    margin: 0;
}

.actions .delete-affiliate {
    background: none;
    text-indent: 0;
    padding: 0 3px;
    margin: 0;
}

.actions .impersonate {
    background: none;
    text-indent: 0;
    padding: 0 3px;
    margin: 0;
}

.actions .tag {
    background: none;
    text-indent: 0;
    padding: 0 3px;
    margin: 0;
}

.actions .email {
    background: none;
    text-indent: 0;
    padding: 0 3px;
    margin: 0;
}

.actions .delete:before,
.actionsSubgrid .delete:before,
.properties .delete:before {
    content: "\f1f8";
    font-family: FontAwesome;
    font-size: 14px;
    color: #414143;
}

.actions .impersonate:before {
    content: "\f0c0";
    font-family: FontAwesome;
    font-size: 14px;
    color: #414143;
}

.actions .view-host:before {
    content: "\f013";
    font-family: FontAwesome;
    font-size: 15px;
    color: #414143;
}

.actions .delete-affiliate:before {
    content: "\f1f8";
    font-family: FontAwesome;
    font-size: 15px;
    color: #414143;
}

.actions .view-client:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 15px;
    color: #414143;
}


.actions .tag:before {
    content: "\f02b";
    font-family: FontAwesome;
    font-size: 15px;
    color: #414143;
}

.actions .email:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 15px;
    color: #414143;
}

.actions .tag1:before {
    color: #c3d2e5;
}

.actions .gallery:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 15px;
    color: #c3d2e5;
}

.actions .delete1:before {
    content: "\f1f8";
    font-family: FontAwesome;
    font-size: 15px;
    color: #c3d2e5;
}

.actions .activated:before {
    content: "\f06e";
    font-family: FontAwesome;
    font-size: 15px;
    color: #414143;
}

.actions .deactivated:before {
    content: "\f070";
    font-family: FontAwesome;
    font-size: 15px;
    color: #214c83;
}

.actions .visibility:before {
    content: "\f06e";
    font-family: FontAwesome;
    font-size: 15px;
    color: #414143;
}

.actions .replaceLoopInto:before {
    content: "\21A1";
    font-family: FontAwesome;
    font-size: 18px;
    color: #414143;
}

.actions a:hover, .actions .moreActions div:hover {
    opacity: 0.7;
    cursor: pointer;
}

.actions .tag1:hover, .actions .gallery:hover, .actions .delete1:hover {
    opacity: 1;
}

/* ui grid search */
.ui-jqgrid-htable thead .ui-search-toolbar div {
    height: auto !important;
}

.loopActionsButtons {
    padding-right: 70px;
    position: relative;
}

.icon-settings {
    background: url("../Images/icon-viewHost.png") no-repeat scroll left top transparent;
}

.ui-jqgrid-htable thead .ui-search-toolbar div input {
    font-size: 11px;
    height: 22px;
    padding-left: 1% !important;
    background-image: url("../Images/searchZoom.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fafbfa;
    padding-right: 16% !important;
    width: 80% !important;
    border: 1px solid #bebebe;
}

.ui-jqgrid-htable thead .ui-search-toolbar select {
    padding: 0;
    height: 22px;
    font-size: 11px;
    line-height: 21px;
    padding: 3px 0 0;
}


td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.errorContent {
    height: 11px;
    display: block;
    text-align: right;
    clear: both;
    width: 98%;
}

.field-validation-error {
    color: #ff0000;
    font-weight: normal;
    font-size: 9px;
    display: block;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: normal;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/*  Screen */
#body .swMain .stepContainer {
    overflow: visible;
}

.screenContent {
    width: 700px;
    margin: 0 auto;
}

#screenConfigurationsSteps.swMain div.actionBar a.buttonPrevious {
    padding-left: 30px;
    background-color: #EEEEEE;
    padding-right: 10px;
}

    #screenConfigurationsSteps.swMain div.actionBar a.buttonPrevious:before {
        content: "\f100";
        font-family: FontAwesome;
        font-size: 20px;
        color: #fff;
        position: absolute;
        left: 7px;
        top: 7px;
        width: 20px;
        height: 22px;
        background-color: #214c83;
        text-align: center;
        line-height: 21px;
        cursor: pointer;
        border-radius: 100%;
        padding-right: 2px;
    }




#screenConfigurationsSteps.swMain div.actionBar a.buttonNext {
    padding-right: 30px;
    background-color: #EEEEEE;
}

    #screenConfigurationsSteps.swMain div.actionBar a.buttonNext:after {
        content: "\f101";
        font-family: FontAwesome;
        font-size: 20px;
        color: #fff;
        position: absolute;
        right: 7px;
        top: 7px;
        width: 20px;
        height: 22px;
        background-color: #214c83;
        text-align: center;
        line-height: 21px;
        cursor: pointer;
        border-radius: 100%;
        padding-left: 3px;
    }




#screenConfigurationsSteps.swMain div.actionBar a.buttonFinish {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: -1px;
    float: right;
    padding: 6px 10px;
    background-color: #214c83;
    color: #fff;
    border: 0;
}

.swMain div.actionBar a.buttonPrevious.buttonDisabled,
.swMain div.actionBar a.buttonNext.buttonDisabled {
    background-position: left bottom;
    display: none;
}

    .swMain div.actionBar a.buttonPrevious.buttonDisabled:hover, .swMain div.actionBar a.buttonPrevious.buttonDisabled:active,
    .swMain div.actionBar a.buttonNext.buttonDisabled:hover, .swMain div.actionBar a.buttonNext.buttonDisabled:active {
        background-color: transparent;
        border: none;
    }


#body .screenContent .screenBtn {
    float: left;
    width: 22px;
    height: 20px;
    border: none;
    border-radius: 0;
    margin-right: 6px;
}

    #body .screenContent .screenBtn:hover {
        background-color: transparent;
        border: none;
        background-position: left bottom;
    }

#body .screenContent .addButton {
    background: url("../Images/btn-add.png") no-repeat scroll left top transparent;
}

#body .screenContent .removeButton {
    background: url("../Images/btn-remove.png") no-repeat scroll left top transparent;
    margin-right: 10px;
}

.topOptions {
    padding-bottom: 3px;
    float: left;
}

    .topOptions p {
        float: left;
        width: 62px;
        color: #636363;
        margin-top: 5px;
    }

        .topOptions p span {
            color: #2a2a2a;
        }

    .topOptions div input {
        padding: 2px 3px;
        margin-top: -2px;
    }

    .topOptions div {
        float: left;
        margin-right: 8px;
        margin-top: 4px;
    }

#body .line4 {
    width: 2px;
    height: 20px;
    float: left;
    background: url("../Images/line4.jpg") repeat-y left top transparent;
    margin-top: 2px;
}

.screenContent h3 {
    font-weight: bold;
    padding: 7px 0 3px;
    font-size: 13px;
}

.canvasBg {
    padding-bottom: 3px;
    width: 100%;
    float: left;
}

    .canvasBg span.label1 {
        float: left;
        margin-top: 7px;
    }

    .canvasBg li {
        float: left;
        margin: 0 4px;
    }

#body .canvasBg li .line4 {
    margin-top: 5px;
}

.canvasBg .minicolors-theme-default .minicolors-input {
    height: 14px;
}

#body .canvasBg input[type="button"] {
    margin-top: 2px;
}

#ddlResolutions {
    width: 110px;
    font-size: 13px;
}

#availableTemplates .optionContent {
    width: 310px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    #availableTemplates .optionContent label {
        font-size: 15px;
        margin-right: 5px;
        float: left;
        margin-top: 4px;
    }

    #availableTemplates .optionContent span {
        font-size: 10px;
    }

    #availableTemplates .optionContent input {
        padding: 5px 3px;
    }

#customResolutionsDiv {
    float: left;
    margin-top: 3px;
}

#body .button1 {
    background: url("../Images/bg-button.jpg") repeat-x scroll left top #eeeeee;
    border-radius: 4px;
    border: 1px solid #bfbfbf;
    color: #696969;
    padding: 6px 10px 3px;
}

#body input.button1:hover {
    background-color: #eeeeee;
    color: #718b00;
    border: 1px solid #bfbfbf;
}

.templateName {
    width: 700px;
    height: 40px;
}

    .templateName .editor-label {
        text-align: left;
        width: 16%;
        margin-top: 7px;
    }

        .templateName .editor-label label {
            font-size: 13px;
            font-weight: bold;
        }

    .templateName .editor-field {
        width: 56%;
    }

    .templateName .errorContent {
        width: 73%;
    }

    .templateName input {
        padding: 5px 3px;
    }

#editTemplateForm {
    margin: 0;
}


#tabsLeftAdsSearch .ui-widget-header {
    background: none;
}

#tabsLeftAdsSearch.ui-widget-content {
    border: none;
    background-color: transparent;
}

#tabsLeftAdsSearch .ui-state-default a {
    color: #E9E9E9;
    padding: 0;
    cursor: pointer;
    background-color: #989898;
    border: 1px solid #989898;
    border-radius: 20px 20px 20px 20px;
    color: #E9E9E9;
    display: block;
    float: right;
    font: 12px Arial,Helvetica,sans-serif;
    margin: 5px 3px 0;
    min-width: 60px;
    outline-style: none;
    padding: 4px 18px 4px 7px;
    text-align: center;
    text-decoration: none;
}

#tabsLeftAdsSearch .ui-state-default {
    background: none;
    border: none;
}

    #tabsLeftAdsSearch .ui-state-default a:hover, #tabsLeftAdsSearch .ui-state-active a {
        background-color: #757575;
        border: 1px solid #757575;
    }

#tabsLeftAdsSearch .loopsButtons {
    width: 200px;
    margin: 0 auto;
}

#tabsLeftAdsSearch .ui-tabs .ui-tabs-panel {
    padding: 1em 0.4em;
}



/*Left Loops View*/
#tabs-1 {
    padding: 0;
}

#tabs-2 .ui-jqgrid .ui-jqgrid-hbox {
    padding: 30px 0 0;
}

#tabs-2 {
    padding: 0;
}

#gview_lstLoops th {
    text-align: left;
}

#gbox_lstLoops {
    margin: 0 auto;
}

#tabsLeftAdsSearch {
    padding: 0 15px;
}

#pg_loopsPager #loopsPager_left {
    display: none;
}

#pg_loopsPager #loopsPager_center {
    background-color: #EAEAEA;
    position: relative;
    width: 100% !important;
}

#loopsPager {
    height: 60px;
}

#loopsPager_center .ui-pg-table {
    position: static !important;
}

#loopsPager_center .ui-pg-input {
    width: 20px;
}

#pg_loopsPager #loopsPager_right .ui-paging-info {
    color: #919191;
    position: absolute;
    right: 58px;
    top: 34px;
}

#pg_loopsPager .ui-pg-selbox {
    position: absolute;
    right: 0px;
    top: 37px;
}

#tabsLeftAdsSearch .ui-widget-content {
    border: none;
    background-color: transparent;
}

#gview_lstLoops .ui-jqgrid-bdiv, #gview_adsLeftSearchList .ui-jqgrid-bdiv {
    border: 1px solid #d1d1d1;
}

#tabsLeftAdsSearch .ui-jqgrid tr.ui-row-ltr td {
    background: url("../Images/line3.jpg") repeat-x scroll left top transparent;
    border-bottom: 0 solid #BBBBBB !important;
    font-size: 11px;
    padding-right: 5px;
}

#body #tabsLeftAdsSearch tr.ui-state-hover, #tabsLeftAdsSearch tr:hover {
    background-color: #e9e9e9 !important;
    border: none !important;
}

#tabsLeftAdsSearch .ui-jqgrid .ui-jqgrid-htable th {
    background-color: #F1F1F1;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    line-height: 14px;
}

#tabsLeftAdsSearch .ui-jqgrid .ui-jqgrid-htable th {
    background-color: #F1F1F1;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
    line-height: 14px;
    border-top-width: 0px !important;
}




/* Step1 */
.step1Content {
    margin-top: 30px;
}

ul.step1Content li {
    width: 160px;
    float: left;
    text-align: center;
    margin: 0 10px;
}

ul.step2Content li {
    width: 32%;
    float: left;
    text-align: center;
    margin: 1% 0 0 1%;
    min-width: 350px;
}

ul.step1Content li input[type="radio"] {
    border: none;
}

.step1Content .screenNumber {
    width: 158px;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
}

.screenNumber span {
    display: block;
    font-size: 14px;
    color: #214c83;
    font-weight: normal;
}

.screenNumber p {
    font-weight: normal;
    font-size: 45px;
    line-height: 40px;
    margin-top: 10px;
    color: #888787;
}

.screenBg {
    background-color: #a8a8a8;
    height: 30px;
    text-align: center;
    border: 1px solid #ffffff;
    margin-top: 10px;
}

    .screenBg img {
        margin-top: 4px;
    }

.screenLogo {
    margin: 1px;
    height: 75px;
    background-color: #eeeeee;
    background: url("../Images/logo2-adBlast.png") no-repeat center #eeeeee;
    background-size: 80%;
}

.screenNumber:hover p {
    color: #214c83;
}

.stepContainer h4 {
    color: #214c83;
    font-size: 14px;
    text-align: center;
}

/* Step2 */
.monitorContent {
    border: 2px solid #d8d8d8;
    border-radius: 6px;
    background-color: #686868;
    padding: 3px;
    position: relative;
    float: left;
}

.monitorInner {
    display: block;
    height: 100%;
    background: #fcfcfc url("../Images/bg-monitor.jpg") repeat-x left top;
    text-align: center;
    position: relative;
}

.monitorBottom {
    width: 25px;
    height: 10px;
    background: url("../Images/bg-monitor1.png") no-repeat left top;
    position: absolute;
    left: 50%;
    margin-left: -12px;
}

.monitorInner span strong {
    font-size: 24px;
    color: #777474;
}

.monitorInner > span {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    color: #214c83;
    font-size: 11px;
}

.monitorInner span span {
    line-height: 12px;
}

.rotateIcon {
    width: 14px;
    height: 16px;
    background: url("../Images/icon-rotate.png") no-repeat left top;
    float: right;
    margin: 10px 4px 4px;
    cursor: pointer;
}

.rotateBtn {
    width: 14px;
    height: 16px;
    background: url("../Images/icon-rotate.png") no-repeat left top;
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    cursor: pointer;
}

    .rotateBtn:hover {
        background-position: left bottom;
    }

.completed {
    width: 15px;
    height: 15px;
    background: url("../Images/icon-complete.png") no-repeat left top;
    position: absolute;
    right: 1px;
    top: 1px;
}

.screenThumbs {
    background-color: #f1f1f1;
    border: 1px solid #dedede;
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-radius: 8px;
}

    .screenThumbs table {
        margin: 0 auto;
    }

.monitorContent:hover {
    background-color: #000;
    cursor: pointer;
}

.highlighted {
    cursor: default;
    background-color: #000;
}

    .highlighted:hover {
        cursor: default;
    }

    .highlighted .monitorInner {
        opacity: 0.85;
    }

        .monitorContent:hover .monitorInner span strong, .highlighted .monitorInner span strong {
            font-size: 24px;
            color: #000000;
        }

    .monitorContent:hover .monitorBottom, .highlighted .monitorBottom {
        background-position: left bottom;
    }

.centeredTemplatePreview {
    width: 96%;
    margin: 0 auto;
    background-color: #f3f3f3;
    padding: 6px;
    border: 2px solid #e1dfdf;
}

    .centeredTemplatePreview input[type="radio"] {
        border-radius: 0;
        padding: 0;
        border: none;
    }

    .centeredTemplatePreview p {
        font-size: 11px;
        font-weight: bold;
        padding-left: 4px;
    }

    .centeredTemplatePreview .screenNumber {
        margin-top: 2px;
    }


/* Edit Published Screen*/
.publishedScreen {
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    color: #5A5655;
    display: block;
    font: 12px Arial,Helvetica,sans-serif;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    width: 99%;
    z-index: 88;
    padding: 10px;
}


/*  Step 3  */


#ddlScreens li {
    line-height: 28px;
    cursor: pointer;
    background-color: #F6F6F6;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    margin-bottom: 3px;
}

    #ddlScreens li:hover, #ddlScreens li.heighlited {
        background-color: #ffffff;
    }

    #ddlScreens li a {
        display: block;
        padding: 2px 0px 2px 10px;
        color: #727272;
        outline: none;
    }

        #ddlScreens li a:hover {
            color: #000;
        }

    #ddlScreens li.heighlited a {
        color: #214c83;
        font-weight: bold;
    }

    #ddlScreens li a span.bullet {
        padding: 3px 7px 3px 6px;
        margin-right: 10px;
        background: url("../Images/bg-steps.png") no-repeat left top;
        color: #ffffff;
        font-weight: bold;
    }

    #ddlScreens li a:hover span.bullet, #ddlScreens li.heighlited a span.bullet {
        background: url("../Images/bg-steps-over.png") no-repeat left top;
    }

    #ddlScreens li span.res {
        font-size: 11px;
        margin-left: 6px;
    }





.cd-dropdown,
.cd-select {
    position: relative;
    width: 200px;
    margin: 20px auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .cd-dropdown > span {
        width: 100%;
        height: 45px;
        line-height: 45px;
        color: #999;
        font-weight: 700;
        font-size: 14px;
        background: #fff;
        display: block;
        padding: 0 50px 0 30px;
        position: relative;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .cd-dropdown > span:after {
            content: '\25BC';
            position: absolute;
            right: 0px;
            top: 15%;
            width: 50px;
            text-align: center;
            font-size: 12px;
            padding: 6px 10px;
            height: 70%;
            line-height: 24px;
            border-left: 1px solid #ddd;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    .cd-dropdown.cd-active > span:after {
        content: '\25B2';
    }

    .cd-dropdown ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }

        .cd-dropdown ul li {
            display: block;
        }

            .cd-dropdown ul li span {
                width: 99%;
                background: #fff;
                line-height: 45px;
                padding: 0 0px 0 1%;
                display: block;
                color: #bcbcbc;
                cursor: pointer;
                font-weight: 700;
            }

            .cd-dropdown > span,
            .cd-dropdown ul li span {
                -webkit-backface-visibility: hidden;
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

.cd-dropdown {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    z-index: 1;
}

    .cd-dropdown > span {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transition: -webkit-transform .3s;
        -moz-transition: -moz-transform .3s;
        -o-transition: -o-transform .3s;
        -ms-transition: -ms-transform .3s;
        transition: transform .3s;
    }

        .cd-dropdown > span:active {
            -webkit-transform: rotateX(60deg);
            -moz-transform: rotateX(60deg);
            -o-transform: rotateX(60deg);
            -ms-transform: rotateX(60deg);
            transform: rotateX(60deg);
        }

    .cd-dropdown > span,
    .cd-dropdown ul li:nth-last-child(-n+3) span {
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .cd-dropdown ul {
        position: absolute;
        top: 0px;
        width: 100%;
    }

        .cd-dropdown ul li {
            position: absolute;
            width: 100%;
        }

.cd-active.cd-dropdown > span {
    color: #214c83;
}

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.cd-active.cd-dropdown ul li span {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .cd-active.cd-dropdown ul li span:hover {
        background: #e8efc1;
        color: #333333;
    }




.screenColor {
    background: url("../Images/bg-screenColor.png") no-repeat center bottom;
    width: 28px;
    height: 24px;
    float: left;
    margin-right: 8px;
}

    .screenColor div {
        width: 26px;
        height: 20px;
        border-radius: 4px;
        border: 1px solid #535353;
    }

#EditZoneAssetsDialog h2 {
    font-size: 18px;
}

#screenBorder .highlighted {
    border: 2px solid #fbea8e;
}


/* AUDIT page*/
#auditButtons, #OtaUpdateButtons {
    height: 36px;
}

    #auditButtons input, #OtaUpdateButtons input {
        border: 0 none;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    #auditButtons label, #OtaUpdateButtons label {
        background-color: #C2C2C2;
        border: 1px solid #C2C2C2;
        border-radius: 20px 20px 20px 20px;
        color: #E9E9E9;
        cursor: pointer;
        font-size: 12px;
        font-weight: normal;
        padding: 4px 10px;
        width: auto;
    }

        #auditButtons label.active, #OtaUpdateButtons label.active {
            background-color: #757575;
            border: 1px solid #757575;
            border-radius: 20px 20px 20px 20px;
            color: #E9E9E9;
            cursor: pointer;
            font-size: 12px;
            font-weight: normal;
            padding: 4px 10px;
            width: auto;
        }

        #auditButtons label:hover, #auditButtons label.sel, #OtaUpdateButtons label:hover, #OtaUpdateButtons label.sel {
            background-color: #989898;
            border: 1px solid #989898;
        }




/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }



        footer p {
            margin: 0;
        }
}

.hide {
    display: none;
}

/* VIEW PROPERTIES*/
.view-mode .editor-label {
    width: 32%;
    line-height: 14px;
    font-size: 11px;
}

.view-mode .editor-field {
    width: 63%;
    line-height: 14px;
    font-size: 11px;
}


#body .viewLabel {
    text-align: left;
}

.editor-label {
    float: left;
    margin-right: 3px;
    clear: left;
    width: 28%;
    text-align: right;
    padding-right: 7px;
    padding-top: 0px;
    font-size: 11px;
    color: #204a84;
    margin-bottom: 1px;
}

    .editor-label label {
        font-size: 11px;
        margin-top: 0;
        color: #000;
        display: inline;
    }

    .editor-label.req {
        background: url("../Images/req.png") no-repeat right 4px;
    }

a.viewAllPath {
    text-decoration: underline;
    float: right;
}

.editor-field {
    font-size: 12px;
    float: left;
    width: 68%;
    line-height: 24px;
    margin-bottom: 1px;
}

#body .wide, .wide {
    margin-bottom: 1px;
    width: 98%;
    text-align: left;
}

    #body .wide label, .wide label {
        float: left;
    }


.sidebar-right .view .wide1 {
    width: 95%;
    text-align: left;
    margin-left: 10px;
    text-shadow: 1px 1px 1px #ffffff;
    margin-bottom: 5px;
}

    .sidebar-right .view .wide1 label {
        font-size: 14px;
        color: #657d00;
        font-weight: bold;
    }

.editor-label.wide .inline {
    color: #2A2A2A;
}


.small {
    text-align: left;
}

.view .editor-label {
    width: 31%;
    line-height: 16px;
}

.view .editor-field {
    width: 62%;
    line-height: 16px;
    font-size: 11px;
}


#sidebarRightContent fieldset {
    display: block;
    border: 1px solid #cccccc;
    background-color: #e7e7e7;
    padding: 6px 6px 9px;
    margin-bottom: 5px;
    font-size: 11px;
}

.subtitleTags {
    margin-top: 12px;
}

#sidebarRightContent fieldset h5.subtitleTags, #accordion .subtitleTags, #assetsProperties .subtitleTags {
    display: none;
}

#sidebarRightContent fieldset legend {
    padding: 0 5px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin-left: 6px;
}

#divInterval #StartTime, #divInterval #EndTime {
    width: 50px;
    background-color: #F9F9F9;
}

#divInterval .editor-label {
    padding-top: 8px;
    width: 54px;
    text-align: left;
}

#divInterval ul li {
    background-image: none;
}

.selectPattern {
    clear: both;
    margin-bottom: 5px;
    float: left;
    height: 16px;
}

    .selectPattern input {
        background-color: transparent;
        border: none;
        margin-top: 0px;
        margin-right: 3px;
        float: left;
        padding: 0;
    }

    .selectPattern span {
        float: left;
    }

#divRecurDays {
    background-color: #F9F9F9;
    clear: both;
    border: 1px solid #dadada;
    padding: 3px 10px;
}

    #divRecurDays .clear {
        height: 5px;
        display: block;
    }

.scheduleDetails {
    width: 70%;
    float: left;
}

    .scheduleDetails div {
        width: auto !important;
    }

.extendScheduleSpan {
    /*background: url("../Images/icon-info1.png") no-repeat scroll left top transparent;
    float: left;
    height: 15px;
    line-height: 14px;
    padding: 5px 0 4px 10px;
    font-size: 11px;
    margin-top: 5px; */
    position: relative;
}

    .extendScheduleSpan input {
        background: transparent !important;
        border: 0 !important;
    }

        .extendScheduleSpan input:hover {
            background-color: transparent !important;
            opacity: 0.7;
            border: 0 !important;
        }

    .extendScheduleSpan:before {
        content: "\f071";
        font-family: FontAwesome;
        font-size: 15px;
        color: #214c83;
        position: absolute;
        top: 1px;
        left: 4px;
    }


.extendSchedule span {
    padding-left: 20px;
}

#errorDaysOfWeek {
    color: #ff0000;
}

#list .jqgrid-alt,
#adsLeftList .jqgrid-alt {
    background-color: #ebebeb !important;
    background-image: none !important;
}

#list tr.ui-state-highlight,
#adsLeftList tr.ui-state-highlight {
    background-color: #cddcef !important;
}

#dealers .jqgrid-alt {
    background-image: none !important;
}

#dealers tr.ui-state-highlight {
    background-color: #cddcef !important;
}


.ui-jqgrid tr.jqgrow td {
    border-bottom: 1px solid #d8d8d8 !important;
}

.ui-jqgrid tr.ui-row-ltr td {
    border-right: 1px solid #d8d8d8 !important;
}


/* Upload Ads dialog
------------------------------------------------*/
#dlgUploadAds {
    display: none;
    overflow: hidden;
}

#fileupload {
    margin-bottom: 0px;
}

    #fileupload div.row {
        margin: 0;
    }

    #fileupload div.fileupload-buttonbar div.span7, #fileupload div.fileupload-buttonbar div.span5 {
        margin-left: 0px;
        text-align: center;
    }

    #fileupload div.fileupload-buttonbar div.span7 {
        width: 610px;
    }

    #fileupload div.fileupload-buttonbar div.span5 {
        width: 610px;
    }

    #fileupload div.fileupload-buttonbar div.span7 span.fileupload-loading {
        position: absolute;
        top: 0;
        right: -50px;
    }

    #fileupload div.fileupload-buttonbar #dropzone {
        margin: 0 auto 0px auto;
        clear: both;
    }

table.table button.btn {
    margin: 5px 0 10px 0;
}

.tablediv {
    float: right;
}


.uploadOptions {
    margin: 18px 0 6px;
    width: 98%;
    float: left;
}

    .uploadOptions.float-right {
        float: right;
    }

    .uploadOptions .checkBoxTextStyle {
    }

    .uploadOptions .multiselectList {
        height: 200px;
        overflow: auto;
        width: 90%;
        border: 1px solid #D7D7D7;
        background-color: #f6f6f6;
        padding: 1% 3%;
    }

        .uploadOptions .multiselectList label {
            width: 100%;
            margin-top: 3px;
            color: #6C6C6C;
            float: left;
            font-weight: normal;
            font-size: 12px;
        }

.multiselectList label input[type="checkbox"] {
    margin-right: 2px;
}

.uploadOptions label {
    clear: left;
    color: #214c83;
    font-weight: bold;
    font-size: 13px;
}

.uploadOptions div {
    margin-top: 3px;
}

.uploadOptions select {
    width: 410px;
    margin-top: 4px;
}

#divUploadAdsDealersAndClientsContainer .buttons {
    clear: both;
}

#divUploadAdsDealersAndClientsContainer .cancelBtn {
    background-color: #989898;
    border: 1px solid #989898;
}

    #divUploadAdsDealersAndClientsContainer .cancelBtn:hover {
        background-color: #ababab;
        border: 1px solid #ababab;
    }

#divUploadAdsDealersAndClientsContainer .saveBtn {
    background: url("../Images/icon-save.png") no-repeat scroll right center #757575;
    padding-right: 23px;
}

    #divUploadAdsDealersAndClientsContainer .saveBtn:hover {
        background-color: #989898;
    }




.middleDlgUploadAds {
    float: left;
    width: 610px;
    border-right: 1px solid #f1f1f1;
    min-height: 460px;
    margin-right: 10px;
    padding-right: 12px;
}

    .middleDlgUploadAds .addFilesBtn {
        padding: 2px;
        vertical-align: inherit;
        background: #828282 url("../Images/icon-add.png") no-repeat scroll right center;
        margin-bottom: 0;
    }

        .middleDlgUploadAds .addFilesBtn span {
            float: left;
            line-height: 24px;
            padding: 0px 36px 0 14px;
            text-transform: uppercase;
            font-size: 14px;
        }

        .middleDlgUploadAds .addFilesBtn:hover {
            background-color: #a0a0a0;
            border-color: #a0a0a0;
        }

    .middleDlgUploadAds span.label1 {
        line-height: 20px;
        padding-left: 10px;
        font-size: 11px;
        display: block;
    }

.selectAllActions {
    background-color: #cccbcb;
    border-radius: 4px 4px 0 0;
    padding: 4px;
}

    .selectAllActions .check {
        float: left;
        padding-top: 5px;
        padding-left: 1px;
    }

        .selectAllActions .check span {
            padding-top: 3px;
        }

        .selectAllActions .check input[type="checkbox"] {
            vertical-align: text-top;
        }

#fileupload .selectAllActions button {
    font-size: 0;
    line-height: 0;
    margin-right: 3px;
    padding: 11px 11px;
    white-space: nowrap;
    background-color: none;
    border-radius: 4px;
    border: none;
    float: right;
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    margin-bottom: 0px;
}

#fileupload .selectAllActions .uploadAllBtn {
    background: #ffffff url("../Images/icon-upload.png") no-repeat scroll center 3px;
}

#fileupload .selectAllActions .assocAllBtn {
    background: #ffffff url("../Images/icon-association.png") no-repeat scroll center 3px;
}

#fileupload .selectAllActions .cancelAllBtn {
    background: #ffffff url("../Images/icon-cancelUpload.png") no-repeat scroll center 3px;
}

#fileupload .selectAllActions .deleteAllBtn {
    background: #ffffff url("../Images/icon-deleteAssetBtn.png") no-repeat scroll center 4px;
}

#fileupload .selectAllActions button:hover {
    background-color: #f3fdbd;
    border: 1px solid #a4b354;
}

.assetsRowList {
    height: 392px;
    overflow-y: auto;
}

/* progress bar */
.progress-extended {
    font-size: 11px;
}

/* buttons */
#fileupload .btnTable button, #fileupload .btnTable .button {
    font-size: 0;
    line-height: 0;
    margin-right: 3px;
    padding: 9px;
    white-space: nowrap;
    background-color: none;
    border-radius: 0;
    border: none;
}

#fileupload .btnTable .button {
    height: auto;
}

#fileupload .btnTable .btnUpload {
    background: url("../Images/icon-upload.png") no-repeat scroll left top transparent;
    float: right;
    margin-left: 6px;
    margin-top: 11px;
}

#fileupload .btnTable .btnAssociation {
    background: url("../Images/icon-association.png") no-repeat scroll left top transparent;
    float: right;
    margin-left: 1px;
    margin-top: 11px;
}


#fileupload .btnTable .cancelUploadBtn {
    background: url("../Images/icon-cancelUpload.png") no-repeat scroll left top transparent;
    float: right;
    margin-left: 6px;
    margin-top: 12px;
}

#fileupload .btnTable .deleteAssetBtn {
    background: url("../Images/icon-deleteAssetBtn.png") no-repeat scroll left top transparent;
    float: right;
    margin-left: 6px;
    margin-top: 12px;
}

    #fileupload .btnTable .deleteAssetBtn:hover {
        background-color: transparent;
        border: none;
    }

#fileupload .btnTable button:hover {
    opacity: 0.7;
}

#fileupload .btnTable .editUploadAsset {
    background: url("../Images/icon-editAssetBtn.png") no-repeat scroll left top transparent;
    float: right;
    margin-top: 11px;
    margin-left: 6px;
}

#fileupload .spacer {
    width: 12px;
    padding-right: 0px;
}

.middleDlgUploadAds td .name {
    font-size: 11px;
    width: 260px;
    word-wrap: break-word;
}


.rightDlgUploadAds {
    float: right;
    width: 270px;
}

    .rightDlgUploadAds h2 {
        font-size: 17px;
        margin-bottom: 7px;
        color: #657d00;
    }

    .rightDlgUploadAds input {
        padding: 4px 3px;
    }

        .rightDlgUploadAds input[type="checkbox"] {
            top: -3px;
        }

    .rightDlgUploadAds .editor-label label {
        margin-top: -2px;
    }

td.thumbPreview p.assetNotSaved, td.thumbPreview p.assetSaved {
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 17px;
    height: 18px;
    background: url("../Images/assetNotSaved.png") no-repeat left top;
}

td.thumbPreview p.assetSaved {
    background: url("../Images/assetSaved.png") no-repeat left top;
}

#dlgUploadAds tr.template-download.highlight {
    background-color: #cddcef;
}

span.preview canvas, span.preview img {
    border: 1px solid #d7d7d7;
}





/*Location*/
.optionContent label {
    color: #214c83;
    display: inline;
}

/* LIBRARY DASHBOARD
----------------------------------------------------------*/
.imgThumbnail {
    display: block;
    width: 126px;
    height: 110px;
}

.smallImgThumbnail {
    display: block;
    width: 50px;
    height: 44px;
}

.adsLibrary_Name .editor-label {
    line-height: 18px;
}

.adsLibrary_Name .editor-field {
    line-height: 18px;
    font-size: 11px;
}

.adsLibrary_Name h3 {
    text-decoration: none;
    font-size: 11px;
    line-height: 14px;
    margin-top: 2px;
    color: #214c83;
}

.adsLibrary_Name p {
    text-decoration: none;
    line-height: 14px;
    color: #686868;
}

#allAdsMessage, h3 span {
    color: #214c83;
}


/* Zoom Image */
.modal-header {
    background-color: #F5F5F5;
    border-radius: 4px 4px 0 0;
}

    .modal-header a.close {
        font-size: 24px;
    }

.modal-footer a {
    background-color: #e8e8e8;
    padding: 12px;
    border-radius: 20px;
    border: 1px solid #cfcfcf;
}

    .modal-footer a:hover {
        background-color: #fff;
        cursor: pointer;
    }

.modal-footer .modal-prev {
    background: url("../Images/modal-prev.png") no-repeat center;
}

.modal-footer .modal-next {
    background: url("../Images/modal-next.png") no-repeat center;
    float: right;
}

.modal-footer .modalBtn a {
    border: 1px solid #cacaca;
    border-radius: 20px 20px 20px 20px;
    color: #757575;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 26px 3px 10px;
    width: auto;
    background-color: #eee;
    margin: 0 4px;
}

.prevBtn {
    width: 10%;
    float: left;
    min-width: 26px;
    text-align: left;
}

    .prevBtn a {
        float: left;
    }

.modalBtn {
    width: 80%;
    float: left;
    min-width: 207px;
    text-align: center;
    margin-top: 5px;
    height: 20px;
}

.modal-footer .modalBtn div {
    margin: 0 auto;
    width: 207px;
}

.nextBtn {
    width: 10%;
    float: right;
    min-width: 26px;
}

.modal-footer .modal-play {
    background: #eee url("../Images/modal-play.png") no-repeat right;
}

.modal-footer .modal-pause {
    background: #eee url("../Images/modal-pause.png") no-repeat right;
}

.modal-footer .modal-download {
    background: #eee url("../Images/modal-download.png") no-repeat right;
}

.modal-footer .modalBtn a:hover {
    background-color: #fff;
    border: 1px solid #cacaca;
    color: #000;
}


/* THUMBS VIEW 
    ----------------------------------------------------------*/
ul.assetsGrid {
    padding: 0;
    margin: 0;
}

    ul.assetsGrid li {
        margin: 0 4px 0 5px;
        display: inline;
        float: left;
        margin-bottom: 18px;
        position: relative;
        border: 3px solid #ffffff;
        -moz-box-shadow: 0 0 1px #aaa;
        -webkit-box-shadow: 0 0 1px #aaa;
        box-shadow: 0 0 1px #aaa;
        width: 126px;
    }

        ul.assetsGrid li.inactive .innerLibraryContainer {
            opacity: 0.6;
            background-color: #000000;
        }


        ul.assetsGrid li.inactive div.adsLibrary_image {
            opacity: 0.6;
        }

        ul.assetsGrid li.inactive .adsLibrary_Name {
            opacity: 0.6;
        }

.assetsGrid li.selected a {
    outline: none;
}

.assetsGrid li.selected h3, .assetsGrid li.selected p {
    color: #5d7200;
}

.adsLibrary_Name p {
    font-size: 11px;
}

.assetsGrid a {
    font-size: 11px;
}


.assetsGrid li a div.adsLibrary_image {
    background-color: #ffffff;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 2px;
}

ul.assetsGrid li div {
    outline: none;
    border: none;
}

ul.assetsGrid li .selectItem {
    background-color: #DFDFDF;
    border: 1px solid #CBCACA;
    height: 22px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 22px;
    z-index: 99;
}

    ul.assetsGrid li .selectItem input[type="checkbox"] {
        margin-top: 5px;
        vertical-align: inherit;
    }


ul.assetsGrid li div.adsLibrary_Name {
    background-color: red;
    text-align: center;
    background-color: #e3e3e3;
    border: 1px solid #ffffff;
    -moz-box-shadow: 1px 0 1px #aaa;
    -webkit-box-shadow: 0 0 1px #aaa;
    box-shadow: 0 0 1px #aaa;
}



/*****/

ul.assetsGrid li .actions, #ulSlotsList li .actions {
    position: absolute;
    left: 0px;
    top: 87px;
    display: none;
    width: 122px;
    height: 24px;
    background: url("../Images/bg-transparent.png") repeat left top;
    text-align: center;
    padding-right: 4px;
    padding-top: 2px;
}

#ulStackList li .actions {
    position: absolute;
    left: 0px;
    top: 87px;
    width: 122px;
    height: 24px;
    background: url("../Images/bg-transparent.png") repeat left top;
    text-align: center;
    padding-right: 4px;
    padding-top: 2px;
}

ul.assetsGrid li .actions a {
    margin-right: 0px;
    padding: 2px;
}

#ulSlotsList li .actions a {
    margin-right: 0px;
}

ul.assetsGrid li:hover .actions, ul.assetsGrid li.selected .actions,
#ulSlotsList li:hover .actions, #ulSlotsList li.selected .actions {
    display: block;
}

.assetsGrid li.cloned, #ulSlotsList li.cloned {
    opacity: 0.5;
}

.assetsGrid li:hover, .assetsGrid li.selected,
#ulSlotsList li:hover, #ulSlotsList li.selected {
    border-color: #214c83;
    -moz-box-shadow: 0 0 2px #444;
    -webkit-box-shadow: 0 0 2px #444;
    box-shadow: 0 0 2px #444;
    transition: border 0.10s linear 0s, box-shadow 0.10s linear 0s;
}

.assetsGrid li:hover, .assetsGrid li.selected,
#ulSlotsList li:hover, #ulSlotsList li.selected {
    opacity: 0.8;
}

.slotItem.inactive .innerSlotContainer {
    opacity: 0.6;
}

.deactivatedSlot .innerSlot {
    opacity: 0.6;
}

.deactivatedSlot .selectItem {
    opacity: 0.4;
}

.deactivatedSlot .innerSlotContainer {
    background: url("../Images/watemark_text.jpg") no-repeat scroll center center #000000;
}


.assetsGrid li a:link, .assetsGrid li a:visited,
#ulSlotsList li a:link, #ulSlotsList li a:visited {
    text-decoration: none;
}

.loadAssets {
    background-color: #dddddd;
    border: 1px solid #d4d4d4;
}


/* LIST VIEW */
.assetsList .adsLibrary_left {
    float: left;
    width: 154px;
    min-height: 210px;
    position: relative;
    box-shadow: 0 0 1px #AAAAAA;
    background: #e5e5e5 url("../Images/bg-listView.png") no-repeat center 144px;
}

.assetsList .adsLibrary_image {
    background-color: #ffffff;
    padding: 14px;
}

.assetsList .adsLibrary_Name {
    color: #2a2a2a;
    font-size: 11px;
    width: 69%;
}




ul.assetsList {
    padding-right: 3%;
}

    ul.assetsList li .selectItem {
        background-color: #DFDFDF;
        border: 1px solid #CBCACA;
        height: 22px;
        position: absolute;
        right: 8px;
        text-align: center;
        top: 5px;
        width: 22px;
        z-index: 999;
    }

        ul.assetsList li .selectItem input[type="checkbox"] {
            margin-top: 5px;
            vertical-align: inherit;
        }

    ul.assetsList li {
        position: relative;
        display: inline;
        float: left;
        width: 100%;
        background: none;
        padding: 8px;
        background-color: #f5f5f5;
        margin-bottom: 7px;
        transition: border 0.10s linear 0s, box-shadow 0.10s linear 0s;
        box-shadow: 0 0 1px #AAAAAA;
        border: 3px solid #FFFFFF;
    }

        ul.assetsList li:hover {
            cursor: pointer;
        }

        ul.assetsList li:hover, .assetsList li.selected {
            -moz-box-shadow: 0 0 2px #444;
            -webkit-box-shadow: 0 0 2px #444;
            box-shadow: 0 0 2px #444;
            border-color: #bcd430;
            opacity: 0.8;
        }

            ul.assetsList li:hover a {
                opacity: 1;
            }

.assetsList .title {
    color: #2a2a2a;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
}

ul.assetsList li .actions {
    position: absolute;
    left: 0px;
    top: 113px;
    display: none;
    width: 150px;
    height: 24px;
    background: url("../Images/bg-transparent.png") repeat left top;
    text-align: right;
    padding-right: 4px;
    padding-top: 2px;
    cursor: default;
}

ul.assetsList li:hover .actions, ul.assetsList li.selected .actions {
    display: block;
}

ul.assetsList li .actions a {
    margin-right: 0;
    padding: 8px;
    margin-top: 3px;
}


.optionContent {
    width: 243px;
    margin-top: 10px;
    float: left;
}

    .optionContent.inline {
        margin-top: 11px;
        margin-left: 14px;
    }

#divAssetEdit .optionContent {
    margin-top: 0px;
}

.margin-left-10 {
    margin-left: 10px;
}

.optionContent select {
    margin-bottom: 4px;
}

.infoSmall {
    color: #6c6c6c;
    font-size: 12px;
    line-height: 16px;
    float: left;
    width: 49%;
}

.main-content .list-type-selector {
    left: 55%;
    float: left;
}

.main-content .list-sort-selector {
    left: 35%;
    float: left;
    width: 150px;
}

.main-content .list-select-selector {
    float: left;
    width: 70px;
}

#load-more-content {
    text-align: center;
    padding: 10px;
    border: 1px solid #d8d8d8;
    background: #e2e2e2 url("../Images/library-loader.gif") no-repeat center;
}

#no-more-content {
    text-align: center;
    padding: 10px;
    border: 1px solid #d8d8d8;
    background-color: #e2e2e2;
    font-size: 11px;
}

    #no-more-content a {
        padding: 5px 12px;
        background: #e2e2e2 url("../Images/icon-top.png") no-repeat left top;
    }

        #no-more-content a:hover {
            background: #e2e2e2 url("../Images/icon-top-over.png") no-repeat left top;
        }

    #no-more-content p.pNoMoreResults {
        margin-bottom: 10px;
    }

#divSaveMessage {
    color: #657d00;
    background-color: #dbdec5;
    border-radius: 0px;
    position: absolute;
    right: 10px;
    top: 0;
}


/*Tags*/
span.post-tag, a.post-tag {
    background-color: #FFFFFF;
    border: 1px solid #cacaca;
    border-radius: 8px;
    color: #444444;
    float: left;
    font-size: 11px;
    line-height: 12px;
    margin: 3px 3px 0 0;
    padding: 4px 6px;
    text-decoration: none;
    white-space: nowrap;
}

#currentAdsFilters {
    padding-top: 3px;
    clear: both;
}

#txtFiltersSearchTag {
    width: 260px;
}

span.post-tag a, span.post-tag span {
    margin-left: 4px;
    cursor: pointer;
    font-size: 10px;
    color: #858585;
}

    span.post-tag a:hover, span.post-tag span:hover {
        color: #d70606;
    }

fieldset span.post-tag span:hover {
    color: #858585;
    cursor: default;
}

/*Filter on library page*/
button#btnAddFilterTags {
    float: right;
}

#dlgFilterTags {
    display: none;
}

#lblTagAlreadyExits {
    display: none;
    position: absolute;
    color: red;
    right: 102px;
    top: 43px;
    font-size: 11px;
}



span.filtersTag label {
}

span.filtersTag span.btnDeleteTag {
}

    span.filtersTag span.btnDeleteTag:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }


.editor-label, .ui-dialog .editor-label label {
    font-size: 11px;
}

.ui-dialog .tagNameContent {
    width: 60%;
    float: left;
    margin-top: 8px;
}

.ui-dialog .tagScopeContent {
    width: 30%;
    float: right;
    margin-top: 8px;
}

    .ui-dialog .tagScopeContent .wide, .ui-dialog .tagNameContent .wide {
        width: 100%;
    }

#tag-editor {
    padding-bottom: 10px;
    width: 575px;
}

#editMultipleTagsContent #tag-editor {
    width: 100%;
}

#newTagFields {
    clear: both;
    margin-top: -10px;
}

#ddlTagScope {
    width: 160px;
}

.visibleContent {
    background-color: #dddddd;
    clear: both;
    padding: 10px;
    margin-right: 3px;
    min-height: 44px;
}

    .visibleContent label {
        color: #204a84;
        margin-right: 4px;
    }




/* Library Edit Clients*/

#ui-datepicker-div .ui-widget-header {
    background-color: #e7efbe;
    background-image: none;
}

.editPopupContent {
    width: 100%;
    margin-top: 10px;
}

    .editPopupContent fieldset legend {
        margin-left: 15px;
        padding: 0 3px;
        color: #657D00;
        font-size: 14px;
        font-weight: bold;
    }

    .editPopupContent fieldset {
        background-color: #ebebeb;
        width: 300px;
        height: 300px;
        overflow-y: auto;
        float: left;
    }

    .editPopupContent div.listPopup {
        overflow: auto;
        height: 250px;
        width: 298px;
        margin: 0 2px;
    }



    .editPopupContent ul {
    }

        .editPopupContent ul li {
            padding: 4px 7px;
            color: #555555;
            cursor: pointer;
            border-bottom: 1px solid #e2e2e2;
            line-height: 14px;
        }

            .editPopupContent ul li:hover, .editPopupContent ul li.selected {
                background-color: #fcfcfc;
                color: #2a2a2a;
            }

    .editPopupContent .moveButtons {
        width: 6%;
        margin-top: 100px;
    }

        .editPopupContent .moveButtons input {
            background: url("../Images/bg-btnMove.png") no-repeat scroll left top transparent;
            border: none;
            border-radius: 0;
            padding: 0px;
            width: 19px;
            height: 20px;
            display: block;
            font-family: 'Comic Sans MS';
            margin-left: 12px;
            color: #ffffff;
            font-size: 12px;
        }

            .editPopupContent .moveButtons input:hover {
                opacity: 0.8;
            }

    .editPopupContent .linkBtn {
        margin-right: 20px;
        float: right;
        margin-bottom: 5px;
    }

        .editPopupContent .linkBtn input {
            background-color: #f6f6f6;
            border: 1px solid #bebebe;
            border-radius: 0;
            border-width: 0px 1px 1px 0px;
            color: #657d00;
            font-weight: bold;
            margin-right: 5px;
        }

            .editPopupContent .linkBtn input:hover {
                color: #5a5a5a;
            }

.ui-dialog .ui-dialog-title {
    padding-left: 0;
    padding-bottom: 3px;
    line-height: 24px;
}

    .ui-dialog .ui-dialog-title:before {
        content: "\f05a";
        font-family: FontAwesome;
        font-size: 20px;
        color: #214c83;
        padding-right: 5px;
    }


#dialog-confirm-DeletePreviousPublishedProjects h3 {
    font-weight: bold;
}


/*Accordion client properties*/
#generalProperties_clients .post-tag span, #generalProperties_dealers .post-tag span, #generalProperties_locations .post-tag span {
    padding-left: 0;
    margin-left: 0;
}

.assetName {
    font-weight: bold;
    margin-bottom: 3px;
    color: #214c83;
    font-size: 12px;
}

.clientPropContent {
    clear: both;
    padding: 2px 0;
}

    .clientPropContent div.displayPropName {
        font-size: 12px;
        border-bottom: 1px solid #d7d7d7;
        padding: 2px 0;
        width: 100%;
        float: left;
    }

        .clientPropContent div.displayPropName a {
            font-size: 11px;
            float: right;
        }

.btnMore {
    background: url("../Images/bg-more.png") no-repeat scroll right center transparent;
    padding-right: 9px;
}

.clientPropContent .btnLess {
    background: url("../Images/btn-less.png") no-repeat scroll right 5px transparent;
    padding-right: 9px;
}

.propDetails {
    padding: 5px 2px;
}

    .propDetails .editor-label {
        margin-bottom: 2px;
    }

    .propDetails .editor-field {
        margin-bottom: 2px;
    }

    .propDetails .editor-field, .view-mode .editor-field {
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
        word-break: break-all;
        -ms-word-wrap: break-word;
    }

.assetGroupContent .propDetails .editor-field {
    white-space: normal;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    -ms-word-wrap: break-word;
}

.view-mode .editor-field.checkboxOptions {
    white-space: normal;
    width: 100%;
}

    .view-mode .editor-field.checkboxOptions input {
        margin-bottom: 4px;
        vertical-align: middle;
    }

    .view-mode .editor-field.checkboxOptions span {
    }


/**tabs*/
.ui-tabs-vertical {
    width: 55em;
}

    .ui-tabs-vertical .ui-tabs-nav {
        padding: .2em .1em .2em .2em;
        float: left;
        width: 12em;
    }

        .ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            border-bottom-width: 1px !important;
            border-right-width: 0 !important;
            margin: 0 -1px .2em 0;
        }

            .ui-tabs-vertical .ui-tabs-nav li a {
                display: block;
            }

            .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 0;
                padding-right: .1em;
                border-right-width: 1px;
                border-right-width: 1px;
            }

    .ui-tabs-vertical .ui-tabs-panel {
        padding: 1em;
        float: right;
        width: 75%;
    }

#tabsEditMultiple {
    width: 100%;
}

/*scroll content*/

.scroll-content {
    height: 530px;
    overflow: auto;
}



    .scroll-content .buttons {
        margin-right: 2%;
        border-top: 1px solid #c4c4c4;
        clear: both;
        margin-top: 10px;
        padding-top: 10px;
    }

        .scroll-content .buttons.noBorder {
            border-top: none;
            margin-top: 0;
        }

    .scroll-content input[type="text"], textarea, .scroll-content select {
        background-color: #f9f9f9;
        color: #858585;
    }

        .scroll-content input[type="text"][disabled] {
            background-color: #eeeeee;
        }

    .scroll-content .buttons input[type="submit"], .scroll-content input[type="button"], .scroll-content button, .scroll-content .button {
        padding: 3px 10px;
    }

    .scroll-content .buttons a.button {
        display: inline-block;
        height: auto;
        padding: 0 5px;
        line-height: 22px;
    }

    .scroll-content input[type="text"]:focus {
        color: #3e3e3e;
    }

    .scroll-content .wide span {
        color: #444444;
        font-size: 11px;
    }

#sidebarRightContent h4 {
    font-size: 13px;
    font-weight: bold;
    background: url("../Images/bg-h4.png") no-repeat scroll left 4px transparent;
    padding-left: 16px;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 7px;
    padding-bottom: 2px;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#divGeneralProperties .editor-field {
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

    #divGeneralProperties .editor-field textarea {
        height: 28px;
    }

#divGeneralProperties form {
    margin-bottom: 4px;
}

/* DEALER DASHBOARD */
.dashboardContent {
    width: 350px;
    float: left;
    padding-right: 20px;
}

    .dashboardContent .innerForm {
        margin-left: 10px;
        min-height: 410px;
        margin-top: 10px;
    }

.homeSteps {
    float: left;
    width: 400px;
    border-left: 1px solid #d4d3d3;
    padding-left: 25px;
}

    .homeSteps .step {
        border: 1px solid #9d9d9d;
        padding: 12px;
        position: relative;
        margin-bottom: 17px;
        border-radius: 10px;
        background-color: #f9f9f9;
    }

        .homeSteps .step p {
            font-size: 11px;
            color: #7f7f7f;
            text-align: center;
        }

        .homeSteps .step .title {
            text-align: center;
            font-size: 16px;
            color: #000000;
            margin-top: 10px;
            margin-bottom: 4px;
        }

            .homeSteps .step .title span {
                color: #000;
                font-size: 18px;
            }

        .homeSteps .step .icon {
            width: 34px;
            height: 36px;
            left: 50%;
            position: absolute;
            top: -16px;
            margin-left: -18px;
        }

    .homeSteps .one .icon:before {
        content: "\f007";
        font-family: FontAwesome;
        font-size: 23px;
        color: #fff;
        background-color: #214c83;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        text-align: center;
        display: inline-block;
        line-height: 32px;
    }

    .homeSteps .two .icon:before {
        content: "\f041";
        font-family: FontAwesome;
        font-size: 23px;
        color: #fff;
        background-color: #214c83;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        text-align: center;
        display: inline-block;
        line-height: 34px;
    }

    .homeSteps .three .icon:before {
        content: "\f013";
        font-family: FontAwesome;
        font-size: 23px;
        color: #fff;
        background-color: #214c83;
        width: 35px;
        height: 35px;
        border-radius: 100%;
        text-align: center;
        display: inline-block;
        line-height: 34px;
    }

    .homeSteps .four {
        margin-bottom: 0;
    }
        .homeSteps .four > span {
            display: flex;
            justify-content: center;
        }
        .homeSteps .four .title {
            margin-top: 0;
            margin-bottom: 10px;
        }

        .homeSteps .four .small {
            background-color: #214c83;
            width: 25%;
            margin: 2% 3%;
            float: left;
            text-align: center;
            position: relative;
            padding: 28px 0 20px;
            border-radius: 10px;
        }

            .homeSteps .four .small:hover {
                background-color: #000;
            }

            .homeSteps .four .small p {
                font-size: 14px;
                color: #fff;
                line-height: 16px;
            }

        .homeSteps .four .screens {
            margin-left: 6.5%;
        }

            .homeSteps .four .screens .icon:before {
                content: "\f108";
                font-family: FontAwesome;
                font-size: 18px;
                color: #fff;
                background-color: #000;
                width: 35px;
                height: 35px;
                border-radius: 100%;
                text-align: center;
                display: inline-block;
                line-height: 37px;
                border: 3px solid #fff;
            }


        .homeSteps .four .loops .icon:before {
            content: "\f079";
            font-family: FontAwesome;
            font-size: 23px;
            color: #fff;
            background-color: #000;
            width: 35px;
            height: 35px;
            border-radius: 100%;
            text-align: center;
            display: inline-block;
            line-height: 34px;
            border: 3px solid #fff;
        }


        .homeSteps .four .upload .icon:before {
            content: "\f0aa";
            font-family: FontAwesome;
            font-size: 22px;
            color: #fff;
            background-color: #000;
            width: 35px;
            height: 35px;
            border-radius: 100%;
            text-align: center;
            display: inline-block;
            line-height: 35px;
            border: 3px solid #fff;
        }


#tabs.ui-widget-content {
    border: none;
    background-color: transparent;
}

.dashboardContent.ui-tabs .ui-tabs-panel {
    padding: 20px 7px;
}

#tabs .ui-widget-header {
    background-image: none;
}

#tabs ul.ui-widget-header li {
    background: none;
    border: none;
}

    #tabs ul.ui-widget-header li a {
        border: 1px solid #9e9e9e;
        border-radius: 20px 20px 20px 20px;
        color: #E9E9E9;
        cursor: pointer;
        font-size: 12px;
        font-weight: normal;
        padding: 3px 10px;
        width: auto;
        background-color: #9e9e9e;
    }

        #tabs ul.ui-widget-header li a:hover {
            background-color: #757575;
            border: 1px solid #757575;
        }

    #tabs ul.ui-widget-header li.ui-state-active a {
        background-color: #757575;
        border: 1px solid #757575;
    }

#body .dashboardContent .editor-label {
    line-height: 14px;
    font-size: 12px;
    text-align: left;
    margin-top: 9px;
}

    #body .dashboardContent .editor-label.dateLabel {
        width: 98%;
    }

    #body .dashboardContent .editor-label label {
        font-size: 12px;
    }

.dashboardContent .errorContent {
    width: 79%;
}

.dashboardContent .buttons {
    border-top: 1px solid #C4C4C4;
    clear: both;
    margin-right: 2%;
    margin-top: 10px;
    padding-top: 10px;
}

#body .dashboardContent .editor-field {
    width: 100%;
    line-height: 14px;
    font-size: 12px;
}

#body .dashboardContent .editor-label.view {
    width: 100%;
}

.hostListTable td {
    padding: 0;
}

.hostListTable {
    margin-left: 1.5%;
    margin-top: 0;
    width: 97%;
}

/*popup multiple*/
#tabsEditMultiple .ui-widget-header {
    background-image: none;
}

#tabsEditMultiple.ui-widget-content {
    border: none;
    background-color: transparent;
}

#tabsEditMultiple .ui-widget-header {
    background-image: none;
}

#tabsEditMultiple ul.ui-widget-header li {
    background: none;
    border: none;
}

    #tabsEditMultiple ul.ui-widget-header li a {
        border: 1px solid #9e9e9e;
        border-radius: 7px 7px 0px 0px;
        color: #E9E9E9;
        cursor: pointer;
        font-size: 12px;
        font-weight: normal;
        padding: 2px 10px 2px 10px;
        width: auto;
        background-color: #9e9e9e;
    }

        #tabsEditMultiple ul.ui-widget-header li a:hover {
            background-color: #757575;
            border: 1px solid #757575;
        }

    #tabsEditMultiple ul.ui-widget-header li.ui-state-active a {
        background-color: #9cb600;
        border: 1px solid #9cb600;
    }

#tabsEditMultiple .ui-tabs-nav {
    width: 100%;
}

    #tabsEditMultiple .ui-tabs-nav li {
        float: left;
        clear: none;
        width: auto;
        margin-bottom: 0;
        margin-right: 1px;
    }

#tabsEditMultiple.ui-tabs-vertical .ui-tabs-panel {
    width: 96%;
    border: 1px solid #bebebe;
    margin-top: -2px;
    padding: 2% !important;
}

#tabsEditMultiple ul.ui-widget-header li.ui-state-active {
    padding: 0;
}

#tabsEditMultiple .editPopupContent {
    width: 660px;
    float: left;
}

#tabsEditMultiple .ui-tabs-panel input[type="checkbox"], #divLoopMessage .prop-container input[type="checkbox"] {
    margin-right: 4px;
}

.multipleInner {
    min-height: 480px;
}

.infoIcon {
    display: none;
}

/* LEFT SEARCH ADS
-------------------------------------------------*/

#divAdsLeft ul li {
    padding: 0;
}






.lbl {
    padding-top: 8px;
}


.ui-notifyPopup {
    position: absolute;
    z-index: 99999999;
    top: 50px;
    left: 1000px;
}

.multipleInner .prop-container, #divLoopMessage .prop-container {
    padding-left: 9px;
    padding-top: 7px;
    margin-top: 3px;
    background: none;
    border: none;
}

.prop-container textarea {
    background-color: #FFFFFF;
}

.prop-container textarea {
    resize: none;
}

    .prop-container textarea[disabled] {
        background-color: #EEEEEE;
    }

.textareaNoResize {
    resize: none;
}


.adsLibrarySearchLeft {
    height: 500px;
    overflow-y: auto;
}

.btn-group.open .btn.dropdown-toggle {
    background: #757575 !important;
}

.btn.dropdown-toggle .caret {
    margin-top: 6px;
    margin-left: 5px;
    color: #fff;
}

/**Ads Search Left***/
ul.adsLeftGrid {
    padding: 0;
    margin: 0;
    font-size: 11px;
    overflow-x: auto;
    height: 440px;
}



    ul.adsLeftGrid li {
        margin: 0 4px 0 5px;
        display: inline;
        float: left;
        margin-bottom: 10px;
        position: relative;
        border: 3px solid #ffffff;
        -moz-box-shadow: 0 0 1px #aaa;
        -webkit-box-shadow: 0 0 1px #aaa;
        box-shadow: 0 0 1px #aaa;
    }

.adsLeftGrid li.selected {
    outline: none;
}

    .adsLeftGrid li.selected h3, .adsLeftGrid li.selected p {
        color: #5d7200;
    }

.adsLeftGrid li div.adsLibrary_image {
    background-color: #ffffff;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 2px;
}


/* Ads Search Left
-----------------------------------------------------*/
#divAdsLeft {
    padding: 0px;
    margin-top: 25px;
}

.imageContentType {
    width: 19px;
    height: 16px;
    margin: 0 auto;
}

.imageIcon:before {
    content: "\f03e";
    font-family: FontAwesome;
    font-size: 16px;
    color: #757575;
}

.videoIcon:before {
    content: "\f03d";
    font-family: FontAwesome;
    font-size: 16px;
    color: #757575;
}

.htmlIcon:before {
    content: "\f1c9";
    font-family: FontAwesome;
    font-size: 16px;
    color: #757575;
}


.textIcon:before {
    content: "\f0f6";
    font-family: FontAwesome;
    font-size: 16px;
    color: #757575;
}

.rssIcon:before {
    content: "\f143";
    font-family: FontAwesome;
    font-size: 16px;
    color: #757575;
}

.scrollerIcon:before {
    content: "\f034";
    font-family: FontAwesome;
    font-size: 16px;
    color: #757575;
}

#divAdsLeft .ui-jqgrid .ui-jqgrid-htable th {
    background-color: #f1f1f1;
    font-weight: bold;
    text-align: left;
    padding: 0 2px;
}

#divAdsLeft .ui-state-default, #divAdsLeft .ui-widget-content .ui-state-default, #divAdsLeft .ui-widget-header .ui-state-default {
    border: none;
}

#divAdsLeft .ui-widget-content {
    background: transparent;
    border: none;
}

#divAdsLeft .ui-jqgrid tr.ui-row-ltr td {
    border-bottom: 0px solid #bbbbbb !important;
    font-size: 11px;
    padding-right: 5px;
    background: url("../Images/line3.jpg") repeat-x left top;
}

#body #divAdsLeft .ui-jqgrid tr.ui-state-hover {
    background-color: #e9e9e9 !important;
    border: none !important;
}


#divAdsLeft .ui-jqgrid .ui-pager-control {
    background-color: #dddddd;
}




/* Templates Page */
#Screen {
    border: 0px solid #b3b3b3;
    position: relative;
}
    /*Landscape screen resolutions*/

    #Screen.L1920_1080 {
        width: 768px;
        height: 432px;
    }

    #Screen.L1440_900 {
        width: 768px;
        height: 480px;
    }

    #Screen.L1366_768 {
        width: 768px;
        height: 432px;
    }

    #Screen.L1360_768 {
        width: 768px;
        height: 433px;
    }

    #Screen.L1280_768 {
        width: 768px;
        height: 460px;
    }

    #Screen.L1280_720 {
        width: 768px;
        height: 432px;
    }

    #Screen.L1024_768 {
        width: 768px;
        height: 576px;
    }

    /*End Landscape screen resolutions*/

    /*Portrait screen resolutions*/

    #Screen.P1080_1920 {
        width: 768px;
        height: 432px;
    }

    #Screen.P768_1366 {
        width: 768px;
        height: 432px;
    }

    #Screen.P768_1360 {
        width: 768px;
        height: 432px;
    }

    #Screen.P768_1024 {
        width: 768px;
        height: 432px;
    }

    #Screen.P720_1280 {
        width: 768px;
        height: 432px;
    }

    /*End Portrait screen resolutions*/

    #Screen .Pane {
        overflow: auto;
        background: #b3b3b3;
    }

/* Splitbar styles; these are the default class names */
.vsplitbar {
    width: 2px;
    background: #b3b3b3 no-repeat center;
}

    .vsplitbar:hover, .vsplitbar.active {
        background: #b3b3b3 no-repeat center;
        opacity: 0.7;
        filter: alpha(opacity=70); /* IE */
    }

.hsplitbar {
    height: 2px;
    background: #b3b3b3 no-repeat center;
}

    .hsplitbar.active, .hsplitbar:hover {
        background: #b3b3b3 no-repeat center;
        opacity: 0.7;
        filter: alpha(opacity=70); /* IE */
    }

.splittable {
    border: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
    font-size: 6px;
}

    .splittable.activeBorder {
        background-color: #cddcef;
    }

.templateButtons {
    float: right;
    background-color: #DADADA;
    border: 1px solid #CECECE;
    float: right;
    padding: 3px;
    width: 352px;
}

.buttons-center {
    margin-left: 121px;
}

#body .templateButtons input {
    background-position: 0 0;
    cursor: pointer;
    display: block;
    height: 24px;
    margin: 0;
    width: 28px;
    border-radius: 0;
    border: none;
    float: left;
}

.templateButtons .verticalBtn {
    background: url("../Images/icon-vertical.png") no-repeat left top;
}

.templateButtons .horizontalBtn {
    background: url("../Images/icon-horizontal.png") no-repeat left top;
}

.templateButtons .mergeBtn {
    background: url("../Images/icon-merge.png") no-repeat left top;
}

#body .templateButtons input:hover {
    background-color: transparent;
    border: none;
    opacity: 0.7;
}

.carousel-skin-tango .jcarousel-item-horizontal {
}

.jcarousel-skin-tango .jcarousel-item-horizontal span {
    font-size: 11px;
}



.center {
    margin: 0 auto;
    width: 800px;
}

.user-email {
    padding-top: 8px;
}

.step-1 {
    margin: 0 auto;
    width: 720px;
    padding: 0;
}

    .step-1 .editor-label {
        margin-top: 9px;
        width: 32%;
    }

    .step-1 .editor-field {
        width: 50%;
    }

.step- .editor-labelnoreq .innerStep .req {
    font-size: 11px;
}

.innerStep .noreq label {
    padding-right: 4px;
}


.stepContainer .resolutionResult {
    width: 300px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 25px;
    margin-top: 10px;
    font-size: 16px;
    background-color: #f1f1f1;
    box-shadow: 1px 1px 1px #AFAAAA inset;
}

    .stepContainer .resolutionResult span {
        font-size: 17px;
        color: #214c83;
        font-weight: bold;
    }


/*pagination */
#divAdsLeft #pager {
    height: 60px;
}

#divAdsLeft #pager_center {
    width: 100% !important;
    background-color: #eaeaea;
    position: relative;
}

#divAdsLeft #pager_left {
    display: none;
}

#divAdsLeft .ui-jqgrid .ui-paging-info, #pagerAdsLeftGrid .ui-jqgrid .ui-paging-info {
    position: absolute;
    right: 58px;
    top: 34px;
    color: #919191;
}

#divAdsLeft .ui-jqgrid .ui-pg-table, #pagerAdsLeftGrid .ui-jqgrid .ui-pg-table {
    position: static !important;
}

#divAdsLeft .ui-jqgrid .ui-pg-selbox, #pagerAdsLeftGrid .ui-jqgrid .ui-pg-selbox {
    position: absolute;
    right: 0px;
    top: 37px;
}


#pagerAdsLeftGrid td {
    padding: 7px 2px 1px 1px;
}

#pagerAdsLeftGrid .pageNumber span {
    padding-top: 2px;
}

#frmPagerAdsLeftGrid {
    background-color: #eaeaea;
    height: 34px;
    border-top: 1px solid #D7D7D7;
}

    #frmPagerAdsLeftGrid .custom-pager table {
        margin: 0 auto;
        color: #333333;
        font-size: 11px;
    }

        #frmPagerAdsLeftGrid .custom-pager table input, #pager input.ui-pg-input {
            font-size: 1em;
            height: 13px;
            margin: 0;
            padding: 2px 0;
            width: 20px;
        }

.custom-pager {
    height: 34px;
    margin-bottom: 3px;
}

.sepPage {
    width: 4px;
}

#pagerAdsLeftGrid .ui-separator {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    height: 18px;
    padding: 3px 0;
}

#pagerAdsLeftGrid .pageSize select {
    float: right;
    display: block;
    font-size: 11px;
    height: 19px;
    line-height: 18px;
    margin: 0 0px 0 0;
    padding: 1px 0;
    width: 55px;
}

#pagerAdsLeftGrid .ui-paging-info {
    float: right;
    font-size: 11px;
    color: #919191;
    margin-right: 7px;
}

#pagerAdsLeftGrid {
    position: relative;
    bottom: 0;
    float: left;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    padding-bottom: 0px;
}




    #pagerAdsLeftGrid span.disabled {
        opacity: 0.4;
        filter: alpha(opacity=40); /* msie */
    }


/* Loop */



p.typeLabel {
    color: #909090;
}

.fullscreenLabel {
    background: url("../Images/icon-fullscreen.png") no-repeat scroll 2px 1px #EAEAEA;
    text-align: left;
    padding-left: 14px;
    /*margin-top: 2px;*/
    color: #2a2a2a;
    float: right;
    height: 14px;
}

.adminassetLabel {
    background: url("../Images/user-gear.png") no-repeat scroll 2px 1px #EAEAEA;
    text-align: left;
    padding-left: 14px;
    margin-top: 2px;
    color: #2a2a2a;
    background-size: 12px 12px;
    float: right;
    height: 14px;
}

.cloneLabel {
    background: url("../Images/icon-clone.png") no-repeat scroll 2px 1px #EAEAEA;
    text-align: left;
    padding-left: 14px;
    margin-top: 4px;
    color: #2a2a2a;
    float: left;
    height: 14px;
}

p.durationLabel {
    background: url("../Images/icon-duration.png") no-repeat scroll 2px 2px #EAEAEA;
    text-align: left;
    padding-left: 14px;
    border-top: 1px solid #DEDEDE;
    margin-top: 2px;
    color: #2a2a2a;
}

    p.durationLabel span {
        font-size: 10px;
        color: #909090;
    }

#divAdsLeft ul.adsLeftGrid li {
    margin: 0 3% 0 2%;
    display: inline;
    float: left;
    margin-bottom: 10px;
    position: relative;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0 0 1px #aaa;
    -webkit-box-shadow: 0 0 1px #aaa;
    box-shadow: 0 0 0px #aaa;
    width: 28%;
}

    #divAdsLeft ul.adsLeftGrid li .adsLibrary_image {
        border: 2px solid #ffffff;
        box-shadow: 0 0 1px #AAAAAA;
        height: 70px;
    }

    #divAdsLeft ul.adsLeftGrid li .adsLibrary_Name {
        border: 1px solid #cacaca;
        background: url("../Images/bg-thumb.jpg") repeat-x scroll left top;
    }

        #divAdsLeft ul.adsLeftGrid li .adsLibrary_Name h3 {
            text-align: center;
            padding: 2px 0;
        }

.adsLeftGrid .imgThumbnail {
    display: block;
    width: 100%;
    height: 100%;
}

    .adsLeftGrid .imgThumbnail:hover {
        opacity: 0.8;
    }

#divAdsLeft ul.adsLeftGrid li:hover h3 {
    color: #333333;
}

.scroll-content-left {
    height: 800px;
    margin-top: 15px !important;
    padding-left: 2%;
    width: 97%;
}

/*Left Search tags*/
#searchTagsLabels h3 {
    font-weight: bold;
    color: #214c83;
    font-size: 13px;
    padding-left: 5px;
    clear: both;
    background: url("../Images/line2.jpg") repeat-x scroll left top;
    cursor: pointer;
    margin: 6px 0;
    padding-top: 6px;
}

    #searchTagsLabels h3 label {
        cursor: pointer;
    }

    #searchTagsLabels h3:hover {
        color: #2a2a2a;
    }

    #searchTagsLabels h3.state-active {
        color: #2a2a2a;
    }

#searchTagsLabels .firstAccordion {
    background: none;
}

#searchTagsLabels .icon {
    width: 11px;
    height: 12px;
    display: block;
    float: left;
    margin-top: 0;
    margin-right: 10px;
}

    #searchTagsLabels .icon:before {
        content: "\f055";
        font-family: FontAwesome;
        font-size: 15px;
        color: #757575;
    }




#searchTagsLabels h3.state-active .icon:before {
    content: "\f056";
    font-family: FontAwesome;
    font-size: 15px;
    color: #757575;
}

#searchTagsLabels .multiselectList {
    margin-left: 25px;
    padding-bottom: 6px;
    float: left;
}

    #searchTagsLabels .multiselectList label {
        float: left;
        clear: left;
        margin-bottom: 3px;
        font-size: 11px;
    }

#searchTagsLabels input[type="checkbox"] {
    vertical-align: middle;
}

#searchTagsLabels .multiselectList label input[type="checkbox"] {
    margin-right: 4px;
}


/* Loop stack */
.stackContent {
    width: 132px;
    height: 163px;
    background-color: #b0b0b0;
    border-radius: 0px;
    padding-top: 5px;
    position: relative;
    box-shadow: 0 0 1px #444444;
}

    .stackContent .innerSlot {
        background: #ffffff url("../Images/bg-stack.jpg") no-repeat scroll left top;
        margin: 0 4px;
        height: 140px;
        padding-top: 20px;
    }

    .stackContent .imageThumb {
        background-color: #ffffff;
        width: 110px;
        height: 126px;
        margin: 0 auto;
    }

    .stackContent .viewMore {
        background: url("../Images/bg-folder.png") no-repeat scroll left top;
        width: 135px;
        height: 52px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 9;
    }

        .stackContent .viewMore.clone {
            background: url("../Images/bg-folderclone.png") no-repeat scroll left top;
            width: 135px;
            height: 52px;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 9;
        }

        .stackContent .viewMore a {
            color: #ffffff;
            font-size: 12px;
            font-weight: bold;
            float: right;
            margin: 24px 8px 0 0;
        }

            .stackContent .viewMore a span {
                font-family: Verdana;
                font-size: 11px;
            }

            .stackContent .viewMore a:hover {
                color: #e4e4e4;
            }

#ulSlotsList .stackItem {
    border: none;
    box-shadow: none;
    margin-top: 0px;
    margin-right: 10px;
    height: 168px;
}

    #ulSlotsList .stackItem.inQueue .stackContent {
        background: #FABC7D;
    }

    #ulSlotsList .stackItem:hover, #ulSlotsList .stackItem.selected {
        background: none;
        border: none;
        box-shadow: none;
    }

        #ulSlotsList .stackItem:hover .stackContent, #ulSlotsList .stackItem.selected .stackContent {
            background-color: #BCD430;
            transition: border 0.10s linear 0s, box-shadow 0.10s linear 0s !important;
        }


#ulSlotsList li.stackItem.selected .actions, #ulSlotsList li.stackItem:hover .actions {
    background: url("../Images/bg-transparent.png") repeat scroll left top transparent;
    height: 50px;
    left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    position: absolute;
    text-align: right;
    top: 93px;
    width: 120px;
    z-index: 0;
}


/* Screen */
.swMain .stepContainer .StepTitle {
    position: relative;
    padding-left: 30px;
}

    .swMain .stepContainer .StepTitle:before {
        content: "\f0a9";
        font-family: FontAwesome;
        font-size: 24px;
        color: #214c83;
        position: absolute;
        left: 0;
    }

    .swMain .stepContainer .StepTitle span {
        color: #868686;
    }

.swMain .stepContainer div.content {
    min-height: 600px !important;
}

span.ui-icon {
    margin: 2px;
    margin: 0 auto;
}

    span.ui-icon.false {
        background-image: none;
        text-indent: 0;
    }

        span.ui-icon.false:before {
            content: "\f057";
            font-family: FontAwesome;
            font-size: 15px;
            color: #92192d;
        }


    span.ui-icon.true {
        background-image: none;
        text-indent: 0;
    }

        span.ui-icon.true:before {
            content: "\f058";
            font-family: FontAwesome;
            font-size: 15px;
            color: #7cc24b;
        }


.left-2 {
    margin-left: 2px;
}

.ui-paging-info {
    padding-top: 4px;
}

#tabsLeftAdsSearch {
    padding-top: 4px;
}

.smallTxt {
    width: 100px;
}

#notifyContainer {
    z-index: 9999;
}

#loopProgressIndicator {
    margin-top: 12px;
    margin-left: 13px;
    font-size: 12px;
    border-left: 1px solid #ADADAD;
    padding-left: 9px;
}

#EditZoneAssetsDialog #loopProgressIndicator {
    margin-left: 112px;
    margin-top: -23px;
}

.red {
    color: #ff0000;
}


@media screen and (max-width : 1200px) {
    .main-content .content-wrapper {
        width: 58%;
    }

    footer.main-content .content-wrapper {
        width: 100%;
    }

    .wrapperLeft.main-content-no-right .content-wrapper {
        width: 77%;
    }

    .wrapperLeft.main-content .content-wrapper {
        width: 58%;
    }

    .view .editor-label {
        width: 38%;
    }

    .view .editor-field {
        width: 54%;
    }

    .view-mode .editor-field {
        width: 54%;
    }

    .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
        font-size: 11px;
    }

    ul#menu li {
        padding: 0px 16px;
    }

    .scroll-content {
        height: 498px;
    }

    #EditSlotRightContent #accordion .view-mode .editor-field {
        width: 57% !important;
    }

    #screenConfigurationsSteps.swMain ul.anchor {
        width: 390px;
        margin-left: -195px;
    }

        #screenConfigurationsSteps.swMain ul.anchor li a .stepNumber {
            font-size: 28px;
            display: block;
            line-height: 22px;
            padding-top: 6px;
        }

        #screenConfigurationsSteps.swMain ul.anchor li a .stepDesc {
            font-size: 11px;
            padding: 0 2px;
        }

    #screenConfigurationsSteps.swMain div.actionBar a.buttonPrevious, #screenConfigurationsSteps.swMain div.actionBar a.buttonNext,
    #screenConfigurationsSteps.swMain div.actionBar a.buttonPrevious, #screenConfigurationsSteps.swMain div.actionBar a.buttonNext {
        font-size: 11px;
    }

    #screenConfigurationsSteps.swMain ul.anchor li a .stepDesc, #screenConfigurationsSteps.swMain ul.anchor li a .stepNumber {
        float: none;
    }

    #screenConfigurationsSteps.swMain ul.anchor li a .stepNumber {
        width: auto;
    }

    #screenConfigurationsSteps.swMain ul.anchor li a {
        height: 52px;
    }

    #screenConfigurationsSteps.swMain .stepContainer div.navButtons.content {
        height: 70px;
    }

    #screenConfigurationsSteps.swMain div.actionBar {
        margin-top: 18px;
    }

    .float-right input[type="submit"], .float-right input[type="button"], .float-right button, .float-right .button {
        margin-top: 5px;
    }

    #EditZoneAssetsDialog #loopProgressIndicator {
        margin-bottom: 29px;
    }

    #body .float-right #btnEditMultiple {
        margin-right: 160px;
    }
}

@media screen and (max-width : 1005px) {
    .main-content {
        width: 48%;
    }
    /*2 column layout - no right*/
    .wrapperLeft.main-content-no-right .content-wrapper {
        width: 77%;
    }
    /*3 column layout*/
    .wrapperLeft.main-content .content-wrapper {
        width: 58%;
    }
}


.collapse-icon {
    background-image: url("../icon-minus.png");
}

.expand-icon {
    background-image: url("../icon-plus.png");
}

div#zoneInfo h2 {
    color: #214c83;
}

#perm-tree ul, #perm-tree li {
    list-style-type: none !important;
    background: none !important;
    padding: 0 !important;
    margin-left: 8px;
}

span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    margin-bottom: 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

    span.twitter-typeahead .tt-suggestion > p:hover,
    span.twitter-typeahead .tt-suggestion > p:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

span.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #ffffff;
    background-color: #428bca;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
}

    .input-group span.twitter-typeahead .tt-dropdown-menu {
        top: 32px !important;
    }

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px !important;
}


/* 
	Generic Styling, for Desktops/Laptops 
	*/
#menuTable {
    width: 100%;
    border-collapse: collapse;
}
    /* Zebra striping */
    #menuTable tr:nth-of-type(odd) {
        background: #eee;
    }

    #menuTable thead td {
        font-weight: bold;
    }

    #menuTable td {
        padding: 6px;
        text-align: left;
    }


#menuTableEdit {
    width: 90%;
    border-collapse: collapse;
}
    /* Zebra striping */
    #menuTableEdit tr:nth-of-type(odd) {
        background: #eee;
    }

    #menuTableEdit thead td {
        background: #bcbcbc;
        color: white;
        font-weight: bold;
    }

    #menuTableEdit td {
        padding: 6px;
        border: 1px solid #ccc;
        text-align: left;
    }

.deleteCol {
    float: right;
}

#menuTableEdit thead td input {
}

.form-col-30 {
    float: left;
    margin-right: 10px;
    width: 30%;
}

.form-col-20 {
    float: left;
    margin-right: 10px;
    width: 20%;
}

.form-col-10 {
    float: left;
    margin-right: 10px;
    width: 10%;
}

.valign {
    line-height: 32px;
}

.or {
    margin: 0 40px;
    position: relative;
}

    .or:before {
        content: "";
        position: absolute;
        left: -16px;
        top: 49%;
        border-top: 1px solid #333333;
        height: 2px;
        width: 50px;
    }

    .or span {
        padding: 0 2px;
        position: relative;
        background-color: #e2e2e2;
    }

#selectImage {
    margin-top: 5px;
}

#removeImage {
    background-color: #757575;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
    color: #ffffff;
}

.selected-image {
    position: relative;
    margin-left: 10px;
    margin-top: -10px;
}

.editor-label-menu {
    margin-right: 3px;
    clear: left;
    text-align: left;
    padding-right: 7px;
    padding-top: 0px;
    font-size: 11px;
    color: #204a84;
    margin-bottom: 1px;
}

.btn-del {
    background: #ffffff url(../Images/icon-deleteAssetBtn.png) no-repeat scroll center 4px;
    font-size: 0;
    line-height: 0;
    margin-right: 3px;
    padding: 11px 11px;
    white-space: nowrap;
    background-color: none;
    border-radius: 4px;
    border: none;
    float: right;
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    margin-bottom: 0px;
    display: inline;
    margin-top: 6px;
}

.table-actions {
    width: 30px;
}

.col-align {
    display: inline;
    width: 70%;
    margin-top: 4px;
}

.menu-content {
    padding: 1.5%;
    width: 97%;
    min-height: 300px;
}

.menu-content-section {
    padding: 10px;
    border: 1px solid #d8d8d8;
    background-color: #e2e2e2;
    font-size: 11px;
}

.menu-content-heading {
    margin-bottom: 11px;
}

    .menu-content-heading h4 {
        font-size: 18px;
    }

.menu-content-section h5 {
    text-transform: uppercase;
    margin: 5px 0;
}

.content-inner {
    padding: 5px 15px;
}


#select-ads-container {
    width: 100% !important;
}

    #select-ads-container ul.adsLeftGrid {
        padding: 0;
        margin: 0;
        font-size: 11px;
        overflow-x: auto;
        height: 130px;
    }

#pagerAdsGrid {
    position: relative;
    bottom: 0;
    float: left;
    width: 100%;
    vertical-align: middle;
    margin: 0;
    padding-bottom: 0px;
}

    #pagerAdsGrid .ui-paging-info {
        float: right;
        font-size: 11px;
        color: rgb(145, 145, 145);
        margin-right: 7px;
    }

    #pagerAdsGrid .pageSize select {
        float: right;
        display: block;
        font-size: 11px;
        height: 19px;
        line-height: 18px;
        margin: 0 0px 0 0;
        padding: 1px 0;
        width: 55px;
    }

    #pagerAdsGrid .custom-pager table input, #pager input.ui-pg-input {
        font-size: 1em;
        height: 13px;
        width: 20px;
        margin: 0px;
        padding: 2px 0px;
    }

    #pagerAdsGrid .custom-pager {
        width: 50%;
        float: left;
    }

#menuAdsContainer {
    margin-top: 10px;
}

.img-bckr-thumb {
    width: 50px !important;
    height: 50px !important;
}

#images-for-menu {
    background-color: #ebebeb;
    border: 1px solid #bababa;
    padding: 7px;
}

    #images-for-menu input[type="file"] {
        height: auto;
        line-height: initial;
    }

.separator {
    border-top: 1px solid #d6d6d6;
    margin: 8px 0;
}


#menuAdsContainer .adsLibrary_Name {
    display: none;
}

#custom-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

#opacitySlider {
    width: 200px;
    margin-top: 2px;
}



.ui-jqgrid .ui-jqgrid-htable th {
    background-color: #fff;
    border-right: 0;
    border-left: 1px solid #d8d8d8 !important;
    border-bottom: 0;
}

    .ui-jqgrid .ui-jqgrid-htable th .ui-jqgrid-sortable {
        font-size: 0.9em;
        font-weight: bold;
    }

.ui-jqgrid tr.jqgrow {
    background-color: #fff;
}

    .ui-jqgrid tr.jqgrow:nth-child(odd) {
        background-color: #ebebeb;
    }

.ui-jqgrid.ui-corner-all {
    border: 0;
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.75);
    background: none;
}

#gbox_gridHosts {
    margin-bottom: 5px;
}

.ui-jqgrid.ui-corner-all .ui-jqgrid-view,
.ui-jqgrid.ui-corner-all .ui-jqgrid-hdiv {
    background: none;
}

.ui-jqgrid .ui-jqgrid-htable td {
    background-color: #fff;
}

.ui-jqgrid .ui-search-toolbar {
    border-top: 1px solid #d8d8d8;
}

.ui-jqgrid .ui-pager-control {
    background-color: #fff;
}


    .ui-jqgrid .ui-pager-control input.ui-pg-input {
        text-align: center;
    }

a#resetfilter {
    background-color: #000;
    color: #ffffff;
    border-radius: 20px;
    border-color: #757575;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    width: auto;
    padding: 3px 10px;
}

    a#resetfilter:after {
        content: "\f021";
        font-family: FontAwesome;
        padding-left: 10px;
        font-size: 14px;
    }

    a#resetfilter:hover {
        opacity: 0.7;
    }

#sidebarRightContent h4 {
    font-size: 12px;
    background: none;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 7px;
    padding: 5px 5px;
    word-wrap: break-word;
    background-color: #ac988d;
    color: #fff;
}

    #sidebarRightContent h4:before {
        content: "\f101";
        font-family: FontAwesome;
        padding-right: 10px;
        font-size: 14px;
    }

#sidebarRightContent .download {
    background: none;
    margin-top: 2px;
}

    #sidebarRightContent .download a {
        margin-left: 0 !important;
    }

    #sidebarRightContent .download:before {
        content: "\f01a";
        font-family: FontAwesome;
        padding-right: 10px;
        font-size: 16px;
        padding-left: 15px;
    }

#sidebarRightContent form {
    padding: 10px;
}

#sidebarRightContent .view-mode {
    padding: 10px;
}

#sidebarRightContent #assetsProperties.view-mode {
    padding: 0;
}

    #sidebarRightContent #assetsProperties.view-mode #divGeneralProperties,
    #sidebarRightContent #assetsProperties.view-mode #divGeneralProperties_tags,
    #sidebarRightContent #assetsProperties.view-mode #generalProperties_clients,
    #sidebarRightContent #assetsProperties.view-mode #generalProperties_dealers {
        height: 400px !important;
    }

aside.sidebar-right.selected {
    height: auto !important;
}


.swMain ul.anchor li a.selected {
    color: #F8F8F8;
    background: #214c83;
    border: 1px solid #214c83;
}

    .swMain ul.anchor li a.selected:hover {
        color: #F8F8F8;
        background: #000;
        border: 1px solid #000;
    }

#availableTemplates label {
    color: #214c83 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-header {
    color: #1e4b82;
}

.ui-icon {
    background-image: url(../Images/ui-icons_555555_256x240.png);
}

.usAssoc {
    padding: 10px;
}

#sidebarRightContent .usAssoc .view-mode {
    padding: 0;
}

#sidebarRightContent .usAssoc #perm-tree ul,
#sidebarRightContent .usAssoc #perm-tree li {
    margin-left: 0;
    font-size: 13px;
    line-height: 19px;
}

.slotItem .adsLibrary_Name h3 {
    color: #214c83;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: .8em;
    top: 35%;
}

#body.host-management #sidebarRightContent {
    height: 100%;
    max-height: 620px;
}

#body.manage-account .wrapperLeft.main-content-no-left .content-wrapper {
    width: 97%;
}

#body.manage-account #divBody {
    text-align: center;
}

    #body.manage-account #divBody #loginForm {
        text-align: left;
        width: auto;
    }

#gview_dealers .ui-jqgrid-labels th:first-child, #gview_dealers .jqgfirstrow td:first-child, #gview_list .ui-jqgrid-labels th:first-child, #gview_list .jqgfirstrow td:first-child, .loopBox #gview_list .ui-jqgrid-labels th:nth-child(2), .loopBox #gview_list .jqgfirstrow td:nth-child(2), #containerAuditPublishEvents .ui-jqgrid-labels th:first-child, #containerAuditPublishEvents .jqgfirstrow td:first-child, #containerAuditLogins .ui-jqgrid-labels th:first-child, #containerAuditLogins .jqgfirstrow td:first-child, #containerAuditContentChanges .ui-jqgrid-labels th:first-child, #containerAuditContentChanges .jqgfirstrow td:first-child, #gview_gridPlayers .ui-jqgrid-labels th:nth-child(2), #gview_gridPlayers .jqgfirstrow td:nth-child(2), #gview_gridHosts .ui-jqgrid-labels th:nth-child(2), #gview_gridHosts .jqgfirstrow td:nth-child(2), #containerOtaUpdate .ui-jqgrid-labels th:first-child, #containerOtaUpdate .jqgfirstrow td:first-child {
    width: auto !important;
}

@-moz-document url-prefix() {
    #containerAuditLogins .ui-jqgrid-labels th:first-child,
    #containerAuditLogins .jqgfirstrow td:first-child {
        width: 253px !important;
    }
    }

@supports (-ms-ime-align:auto) {
    #containerAuditLogins .ui-jqgrid-labels th:first-child,
    #containerAuditLogins .jqgfirstrow td:first-child {
        width: 253px !important;
    }
}

@media all and (-ms-high-contrast:none) {
    #containerAuditLogins .ui-jqgrid-labels th:first-child,
    #containerAuditLogins .jqgfirstrow td:first-child {
        width: 253px !important;
    }

    nav {
        float: right;
        clear: right;
    }
}

@media screen and (max-width: 1430px) {
    #body {
        background-color: #fff;
    }

    aside.sidebar-right {
        width: 17%;
        background-color: #f1f1f1;
    }

    .wrapperLeft.main-content-no-left .content-wrapper {
        width: 78%;
    }

    aside.sidebar-right div.header {
        font-size: 14px;
    }
}


@media screen and (max-width: 960px) {


    aside.sidebar-right {
        width: 19%;
    }

    .wrapperLeft.main-content-no-left .content-wrapper {
        width: 75%;
        border-right: 6px solid #fff;
    }

    aside.sidebar-right div.header {
        font-size: 12px;
    }

    .new-logo-arrow {
        min-width: 189px;
    }

        .new-logo-arrow .right-arrow {
            width: 130px;
        }

        .new-logo-arrow .homeBtn {
            width: 100%
        }

        .new-logo-arrow img {
            width: 93%;
            margin-top: 20px;
        }
}

@media screen and (max-width: 850px) {
    .right-arrow {
        background-color: #fff;
    }

    .new-logo-arrow {
        min-width: 100%;
        background-color: #fff;
    }

    .right-arrow:before {
        display: none;
    }

    .new-logo-arrow .right-arrow {
        width: 100%;
        text-align: center;
        min-height: 0;
        padding: 10px 0;
        float: left;
    }

        .new-logo-arrow .right-arrow img {
            width: 170px;
            margin: 0 auto;
        }

    header .content-wrapper {
        padding: 0;
    }

    header .float-right {
        padding: 10px;
    }

    .new-logo-arrow .homeBtn {
        margin: 0;
    }
}





.loginWhite {
    background-color: #fff;
    padding: 0;
    min-width: 640px;
}

    .loginWhite fieldset {
        border: 0;
        padding: 20px;
    }

        .loginWhite fieldset li {
            margin-bottom: 10px;
        }

    .loginWhite .title {
        padding: 0 20px;
    }

    .loginWhite .validateContent {
        margin-bottom: 15px;
    }

    .loginWhite form {
        margin: 0;
    }

input[type="submit"].submit-btn {
    background-color: #757575;
    padding: 6px 20px;
    float: right;
    margin-right: 10px;
}

    input[type="submit"].submit-btn:hover {
        background-color: #214c83 !important;
    }

.fullRed #body {
    border-bottom: 0;
}

#EditSlotRightContent #sidebarRightContent h4 {
    color: #fff;
}

.footerLeft {
    margin-left: 0 !important;
}

.swMain ul.anchor li a.selected {
    background-color: #214c83 !important;
    border: 1px solid #214c83 !important;
}

    .swMain ul.anchor li a.selected:hover {
        background: #214c83 !important;
    }

#body .ui-jqgrid tr.ui-state-hover {
    background: #cddcef none left top !important;
}

.ui-jqgrid tr.ui-state-highlight {
    background: none left top #cddcef !important;
}



.new-logo-login {
    position: relative;
    max-width: 190px;
    padding: 5px 0 5px 30px;
    background-color: #fff;
}

.new-login-blue {
    float: left;
    width: 100%;
    background-color: #214c83;
    border-bottom: 10px solid #c3d2e5;
    overflow: hidden;
}


.new-logo-login:before {
    content: "";
    width: 0;
    height: 0;
    border-right: 48px solid transparent;
    border-top: 84px solid #fff;
    border-left: 11px solid #fff;
    border-bottom: 17px solid transparent;
    position: absolute;
    right: -58px;
    top: 0;
}

.bottomSpace20 {
    margin-bottom: 20px;
}

#hostMainContent .ui-jqgrid,
#hostMainContent .ui-jqgrid .ui-jqgrid-hdiv,
#hostMainContent .ui-jqgrid .ui-jqgrid-view,
#hostMainContent .ui-jqgrid .ui-jqgrid-hbox,
#hostMainContent .ui-jqgrid .ui-jqgrid-bdiv,
#hostMainContent .ui-jqgrid table {
    width: 100% !important;
}

#groupMainContent .ui-jqgrid,
#groupMainContent .ui-jqgrid .ui-jqgrid-hdiv,
#groupMainContent .ui-jqgrid .ui-jqgrid-view,
#groupMainContent .ui-jqgrid .ui-jqgrid-hbox,
#groupMainContent .ui-jqgrid .ui-jqgrid-bdiv,
#groupMainContent .ui-jqgrid table {
    width: 100% !important;
}

.loaderCustom {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1111;
    top: 0;
    left: 0;
    display: block;
}

    .loaderCustom .loader {
        border: 10px solid #C3D2E5;
        border-top-color: rgb(33, 76, 131);
        border-top-style: solid;
        border-top-width: 10px;
        border-top: 10px solid #152169;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: spin 2s linear infinite;
        position: fixed;
        top: 48%;
        left: 46%;
    }

        .loaderCustom .loader:before {
            height: 1em;
            width: 1em;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -.5em;
            margin-top: -.5em;
            content: '';
            -webkit-animation: spin 1s ease-in-out infinite;
            animation: spin 1s ease-in-out infinite;
            background: url("../Images/loader.svg") center center;
            background-size: cover;
            line-height: 1;
            text-align: center;
            font-size: 2em;
            color: rgba(0,0,0,.75);
        }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderCustom.show {
    display: none;
}

#body.host-management #sidebarRightContent .resetop {
    margin-top: -1px;
}

.homeBtn img {
    max-width: 180px;
}


.input-group-br-custom {
    display: inline-flex;
}

.input-group-addon-br-custom {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0.3em 0.5em;
}

.mt-0 {
    margin-top: 0px;
}

.input-border-top-right-0 {
    border-top-right-radius: 0px;
}

.input-border-bottom-right-0 {
    border-bottom-right-radius: 0px;
}

.nameExists {
    border: 1px solid #e80c4d;
}

a.addloopto:before {
    content: "\f055";
    font-family: FontAwesome;
    font-size: 15px;
    color: #414143;
    position: absolute;
    right: 4px;
    top: 7px;
}


li.treeView {
    padding-left: 20px;
}

input.verticalaligninput {
    vertical-align: middle;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.editor-grpLabel,
.editor-grpField {
    float: left;
    margin-right: 10px;
    clear: left;
    margin-bottom: 10px;
}

.editor-grpLabel {
    padding-right: 7px;
    padding-top: 0px;
    font-size: 15px;
    color: #204a84;
}
.editor-grpField.datepick {
    display: flex;
    align-items: center;
}
.editor-grpField {
    width: calc(100% - 500px);
    font-size: 12px;
    line-height: 24px;
}

.field-align {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.partial-view {
    float: left;
    width: 48%;
    margin-bottom: 20px;
}

    .partial-view.left {
        margin-right: 20px;
    }

    .partial-view.right {
        margin-left: 20px;
    }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .button-container .backBtn,
    .button-container .saveBtn {
        margin: 0 5px; /* Optional: Adds some space between buttons */
    }

.saveBtn {
    margin-left: auto; /* Pushes the Save button to the right */
}

.editor-field.wide #ScheduleStartDate{
    width: 44%;
}

.pointer-blue {
    cursor: pointer;
    color: #185bb0;
    margin: 5px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding: 8px 0 0 0;
}
.addSelectedImage {
    display: inline;
    margin: 5px 0 0 0;
}

.addAssetsIntoFolder {
    display: inline-block;
    width: 150px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    font-family: Arial, sans-serif;
}

.custom-dropdown {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px;
    cursor: pointer;
    background-color: #fff;
    position: relative;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-arrow {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
    pointer-events: none;
    fill: #333;
    position: absolute;
}

.dropdown-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    margin-right: 8px;
}

.nested-dropdown-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10;
}

.dropdown-menu .dropdown-item {
    padding: 8px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    background: none;
}
    .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
    }
    .dropdown-menu .dropdown-item:hover {
        background-color: #0081c2;
        color: #fff;
    }

.dropdown-menu .dropdown-group {
    position: relative;
    padding: 8px;
    display: flex;
    align-items: center;
    background: none;
}

    .dropdown-menu .dropdown-group:hover > .nested-menu {
        display: block;
    }

.nested-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 10;
    max-height: 300px;
    overflow-y: auto;
}
.group-arrow{
    position: absolute;
    right: 15%;
}

.addFolderDialog {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    /* padding: 0px; */
    /* bottom: 7px; */
    top: 10px;
}
#addAffiliateFolder {
    min-height: 20px;
}

.password-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.toggle-password {
    position: absolute;
    right: 2%;
    top: 54%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.toggle-password i {
    font-size: 18px;
    color: #214c83;
    transition: transform 0.3s ease;
}

.toggle-password.active i {
    transform: scale(1.2);
    color: #dc3545;
}

.password-input.show-password {
    animation: revealPassword 0.5s ease-in-out;
}

.password-input.hide-password {
    animation: hidePassword 0.5s ease-in-out;
}

@keyframes revealPassword {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes hidePassword {
    from {
        transform: scale(1.1);
        opacity: 1;
    }

    to {
        transform: scale(1);
        opacity: 0.5;
    }
}
.loopElement {
    margin-left: 8px
}