﻿﻿ /*  Useful values
    ORANGE: f05524
    DARKER ORANGE: D14A1F

            
*/
/* START OF RESET SCRIPT*/
/**
    ------- PLEASE DO NOT EDIT ANY PART OF THE RESET SCRIPT, --------
    ------- JUST ADD ANY STYLES YOU WISH TO APPLY BELOW THIS --------
*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.interstitial.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.media-interstitial.disabled:before, .media-interstitial.disabled:after {
    position: absolute;
    content: '';
    display: block;
    width: 70%;
    height: 2px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg); 
    background: red;
}

.media-interstitial.disabled:after {
    transform: rotate(45deg);
}

.media-interstitial.disabled {
    opacity: 0.6;
    position:relative;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea, input, select {
    font-family: inherit;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #cdcdcd;
    padding: 4px 10px;
    box-sizing: border-box;
}

/* END OF RESET SCRIPT*/

/*TimePicker Plugin*/
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
    }

        .ui-timepicker-rtl dl dd {
            margin: 0 65px 10px 10px;
        }
/*End TimePicker Plugin*/

body {
    background-repeat: repeat;
    background-color: #f6f6f6;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.3em;
}
.custommastertopmargin {
    margin-top: 43px;
}
.cb {
    clear: both;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #aaa;
    padding: 0;
}

.curPointer {
    cursor: pointer;
}

.i {
    font-style: italic;
}

.ifaint, .ifaintdark {
    font-style: italic;
    color: #666;
}

.faintdark {
    color: #ccc;
}

.fw {
    width: 100%;
}

.nw, .nw th {
    white-space: nowrap;
}

.wn, .wn th {
    white-space: normal;
}

td.min, th.min {
    white-space: nowrap;
    width: 1px;
}

.rt {
    transform: rotate(50deg);
    display: inline-block;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.xs, .tblData th.xs {
    font-size: 0.85em;
    font-weight: normal;
    line-height: 110%;
}


b, .bold, strong, .tblData td.bold {
    font-weight: 700;
}

.tblData th.xs {
    font-weight: bold;
}

.vam {
    vertical-align: middle;
}

.vat {
    vertical-align: top;
}

.vab {
    vertical-align: bottom;
}

.center {
    text-align: center;
}

.hide {
    display: none;
}

.bw {
    word-wrap: break-word;
    word-break: break-all;
}

.tblData td.xbold {
    font-weight: 600;
}

.tblData td.xxbold {
    font-weight: 700;
}

.vh {
    visibility: hidden;
}

.required {
    vertical-align: middle;
    color: Red;
    text-shadow: 1px 1px 0 #222;
}

.dark .required {
    color: #fff;
}

.requiredField:after {
    content: ' ★';
    vertical-align: top;
    color: Red;
    text-shadow: 1px 1px 0 #222;
}

.cbi {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 35px;
    width: 35px;
}

table.roundtable {
    overflow: hidden;
    border-radius: 5px;
}

.clear {
    clear: both;
}

.noborder, .noborder td, .tblform .noborder td, .tblform .noborder th {
    border-width: 0px;
}

ul.basicbull {
    list-style: circle inside;
}

    ul.basicbull li {
        margin-bottom: 3px;
    }

i.tac {
    margin-left: auto;
    margin-right: auto;
}

body > .systemWarning, body > .systemCaution {
    width: 950px;
}

body.login {
    background-image: url('/content/images/backgroundLogin.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 120px;
}

@media (max-width: 1000px) {

    body.login {
        background-size: 1000px; /* Force the image to its minimum width */
    }
}

.systemWarning, .systemCaution {
    font-size: 0.9em;
    display: none;
    width: auto;
    margin: 10px auto;
    padding: 4px;
    color: #000;
    border: red solid 1px;
    border-radius: 3px;
    background: #FAB4B4;
}

.systemCaution {
    background: #F2BB83;
    border-color: #F08A24;
}

#header {
    background-color: #3e4145;
    height: 115px;
    border-bottom: 7px solid #f05524;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2000;
}

#headerholder, .footerholder {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.headerlogin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.connectLogo {
    margin-top: 10px;
}

.magclonerLogo {
    margin-top: 13px;
    margin-bottom: 0px;
    width: 350px;
}

.headerlogin .connectLogo, .headerlogin .magclonerLogo {
    margin: 0;
}

.footerholder {
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#headerholder .association {
    float: right;
    vertical-align: middle;
    color: white;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column
}

.footerflex {
    display: flex;
    flex-direction: column;
}

#pageContainer {
    flex: 1;
}

.footer {
    border-top: 7px solid #f05524;
    background: #3e4145;
    color: #fff;
    padding: 20px 0;
    overflow: auto;
    bottom: 0;
    width: 100%;
}

    .footer img {
        width: 100px;
    }

.loggedinas {
    color: #f05524;
    font-size: 1em;
    border-radius: 0 0 5px 5px;
    float: right;
    padding: 5px 10px;
    border-style: solid;
    border-color: #f05524;
    margin-right: 25px;
}

#headerholder .association span, #headerholder .association img {
    vertical-align: middle;
}

h1, .headertext {
    font-family: 'FS Hackney', sans-serif;
    font-size: 18px;
    color: #f05524;
    font-weight: bold;
    margin-bottom: 8px;
}

.headertext {
    color: #f05524;
    text-transform: uppercase;
}

h2 {
    font-weight: 400;
    color: #f05524;
    font-size: 15px;
    font-family: 'FS Hackney';
    margin: 0px 0 10px 0;
}

.article {
    margin-bottom: 15px;
    line-height: 1.8em;
}

    .article ul {
        margin: 5px 0 5px 20px;
        list-style-type: circle;
    }

    .article li {
        padding: 5px 0;
    }

    .article img.fl {
        margin-right: 10px;
    }

    .article img {
        max-width: 100%;
    }

        .article img.fr {
            margin-left: 10px;
        }

    .article ol, .article ul {
        margin: 10px 0 10px 20px;
    }

        .article ol, .article ul li {
            line-height: 1.3em;
        }

    .article .date, .articledate {
        float: right;
        font-style: italic;
        font-weight: bold;
        color: #aaa;
        font-size: 1.1em;
    }

    .article > h3 {
        letter-spacing: 1px;
    }

.card.dataObject /*Used with articles for formating odd layouts*/ {
    width: 40%;
    display: inline-block;
    margin: 5px;
}

.dataObject h3 {
    margin: 0 0 5px 0;
}

.dataObject img {
    background: #ccc;
    width: 100%;
    height: 100px;
}

.dataObject .btnOrange {
    background: orange;
    font-size: 11px;
    line-height: 1em;
    border-radius: 3px;
    padding: 5px 8px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 1px 1px 2px 0px #666;
}

#pageholder {
    width: 1000px;
    margin: 122px auto 20px auto;
}

a {
    text-decoration: none;
    color: #2E7AE6;
}

    a:hover {
        text-decoration: underline;
        color: #2E7AE6;
    }

.roundBox, .card {
    border: 0px #f3f3f3 solid;
    padding: 10px;
    background-color: White;
    border-radius: 7px;
    box-shadow: 0px 1px 2px 1px #bfbfbf;
    overflow: auto;
}

.card {
    margin: 0;
}

.large_list .row {
    padding: 10px;
    border-bottom: 1px solid #aaa;
    overflow: auto;
}

    .large_list .row:first-child {
        margin-top: 15px;
        border-top: 1px solid #aaa;
    }

    .large_list .row h2 {
        margin-top: 0;
    }

.roundBox {
    margin: 10px;
}


/*Titles Issues page*/
.btnOrange, .btnGreen, .btnGrey, .btnXLargeCenter button, .btnPageAction {
    background: #f05524;
    display: inline-block;
    text-align: center;
    padding: 3px 8px;
    border-radius: 1px;
    color: #fff;
    font-weight: 400;
    border-width: 0;
    cursor: pointer;
    z-index: 333;
}

.btnPageAction {
    padding: 8px 12px;
    background: #317000;
    margin: 0 0 10px 0;
}

.btnGreen {
    background: #107525;
}

.btnGrey {
    background: #3e4145;
}

.btnPageAction:hover {
    background: #339233;
    color: #fff;
    text-decoration: none;
}

.btnOrange:hover, .btnXLargeCenter button:hover {
    background: #bc4520;
    color: #fff;
    text-decoration: none;
}

.btnGreen:hover {
    background: #339233;
    color: #fff;
    text-decoration: none;
}

.btnGrey:hover {
    background: #6e7277;
    color: #fff;
    text-decoration: none;
}

.btnOrange.small, .btnGreen.small {
    font-size: inherit;
    line-height: 1em;
    border-radius: 2px;
    padding: 5px 8px;
    font-weight: 400;
    font-size: 11px;
}

.btnOrange.large {
    font-size: 25px;
    padding: 20px 50px;
    text-shadow: none;
}

.btnOrange:disabled {
    opacity: 0.4;
}

.btnXLargeCenter {
    text-align: center;
    width: 400px;
    margin: 0 auto;
    white-space: normal;
    color: #fff;
}


.ibtn {
    cursor: pointer;
    font-size: 16px;
    color: #f05524;
    vertical-align: middle;
}

.lstIssues {
    margin: 10px 0;
    padding: 0;
}

    .lstIssues li {
        vertical-align: top;
        border: 1px gray solid;
        padding: 5px;
        background-color: #f6f6f6;
        margin-right: 5px;
        margin-bottom: 10px;
        overflow: auto;
        display: inline-block;
        width: 48%;
    }

        .lstIssues li .preview {
            float: left;
            margin-right: 10px;
            border-width: 0;
            width: 75px;
        }

.btnfloat {
    float: right;
}

    .btnfloat .btnOrange {
        display: block;
    }

.lstIssues li .details {
    margin-left: 80px;
    line-height: 18px;
}

.lstIssues h4 {
    font-weight: 700;
    color: #555;
    margin-bottom: 5px;
}

/*Basic two column page layout*/
.two_column_layout {
    padding: 5px;
    overflow: visible;
}

.sub_navigation {
    margin-top: 20px;
    float: left;
    width: 220px;
    margin-right: 20px;
}

    .sub_navigation ul {
        padding: 10px 0;
        border-radius: 7px;
        border: 1px solid #CCC;
        background: #fff;
    }

    .sub_navigation a {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
    }

        .sub_navigation a:hover {
            background: #eee;
            color: #f05524;
        }

    .sub_navigation .info h1 {
        color: #888;
    }

    .sub_navigation .info ul {
        font-size: 12px;
        color: #000;
    }

        .sub_navigation .info ul a {
            color: #333;
            vertical-align: middle;
            font-size: 12px;
            font-weight: 400;
        }

            .sub_navigation .info ul a:hover {
                text-decoration: underline;
                background: none;
                color: #f05524;
            }

        .sub_navigation .info ul img {
            vertical-align: top;
        }

        .sub_navigation .info ul span {
            width: 170px;
            display: inline-block;
        }

li.navigation_header {
    margin: 0 0 8px 0;
    font-family: 'FS Hackney';
    font-size: 18px;
    color: #f05524;
    font-weight: 700;
}

li.navigation_subheader {
    margin: 0 0 8px 10px;
    font-family: 'FS Hackney';
    font-size: 16px;
    color: #f05524;
    font-weight: 400;
}

.page_content, .page_content_full {
    margin-top: 20px;
}

.page_content {
    float: left;
    width: 750px;
}

    .page_content .container, .page_content_full .container {
        border: 1px solid #CCC;
        background: #FFF;
        padding: 10px 10px 15px 10px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        margin-bottom: 15px;
        overflow: visible;
    }

    .page_content p, .page_content_full p {
        margin: 5px 0;
    }

        li.spacer, .spacer, .page_content p.spacer, .page_content_full p.spacer {
            margin-top: 15px;
        }

li.bottomspacer, .bottomspacer {
    margin-bottom: 10px;
}

li.spacer_small, .spacer_small {
    margin-top: 5px;
}

.fl.col {
    margin: 0 10px 10px 0;
}

.fr.col {
    margin: 0 0 10px 10px;
}

.infoBox {
    width: 230px;
    padding: 15px;
    float: right;
    background: #e5e5e5;
    box-shadow: 0 0 0 0;
    border: 1px solid #CCC;
    /* - NEW - */
    margin-top: 5px;
    margin-right: -25px;
    border-radius: 7px;
    box-shadow: 2px 2px 3px #ccc;
    background: #EDF6FF;
    /* - OLD - 
    margin-top:-11px;
    margin-right:-11px;
    border-radius: 0 7px 0 7px;
    */
}

.tblSpacer td {
    padding: 4px 5px 4px 0;
}

.tblData, .tblDataBasic {
    width: 100%;
    word-break: break-word;
    line-height: 100%;
}

    .tblData a {
        word-break: normal;
        cursor: pointer
    }

    .tblData td, .tblData th, .tblDataBasic td {
        padding: 4px 5px;
        font-size: 13px;
        font-weight: 400;
    }

    .tblDataBasic td {
        padding: 4px 5px 4px 0;
    }

    .tblData th {
        color: #fff;
        background-color: #3e4145;
        font-size: 10pt;
        font-weight: 400;
        height: 22px;
    }

    .tblData .total td {
        font-weight: 600;
    }

    .tblData.tac, .tblData.tac td, .tblData td.tac, .tblData.tal td.tac, .tblData.tar td.tac {
        text-align: center;
    }

    .tblData.tar, .tblData.tar td, .tblData td.tar, .tblData.tal td.tar {
        text-align: right;
    }

        .tblData.tal, .tblData.tal td, .tblData td.tal, .tblData.tar td.tal {
            text-align: left;
        }

    .tblData.nw td, .tblData.nw th {
        white-space: nowrap;
    }

    .tblData tr:nth-child(even) {
        border-bottom: 1px solid #ccc;
        background: none;
    }

    .tblData tr:nth-child(odd) {
        border-bottom: 1px solid #ccc;
        background: none;
    }

    .tblData .total, .tblData tr.total:nth-child(even), .tblData tr.total:nth-child(odd) {
        background: #F2BE8F;
        color: #222;
    }

    .tblData.dark > tbody > tr:nth-child(even) {
        border-top: 1px solid #444;
        border-bottom: 1px solid #444;
        background: #555;
    }

    .tblData.dark > tbody > tr:nth-child(odd) {
        border-top: 1px solid #444;
        border-bottom: 1px solid #444;
        background: #666;
    }

    .tblData.dark {
        color: #eee;
    }

        .dark a, .tblData.dark a {
            color: #222;
            font-weight: normal;
            text-decoration: none;
            border-bottom: 1px solid #aaa;
            font-size: 1.2em;
            padding: 7px 10px;
        }

    .tblData td.green, .tblData tr.green td, .green {
        color: Green;
        font-weight: bold;
    }

    .tblData td.red, .tblData tr.red td, .red {
        color: Red;
        font-weight: bold;
    }

    .tblData td.grey, .tblData tr.grey td, .grey {
        color: #888;
    }

    .tblData td.orange, .tblData tr.orange td, .ornage {
        color: #CF7D13;
        font-weight: bold;
    }

    .tblData td.heavy, .tblData tr.heavy td, .heavy {
        font-weight: bold;
        background: #D4BA13
    }

    .tblData td.highlight, .tblData tr.highlight td {
        font-weight: bold;
        background: #FAFAB4
    }

    .tblData.larger td, .tblData.larger th {
        font-size: 1.1em;
        padding: 8px 5px
    }

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    border: 1px solid #E3D28F;
    padding: 5px 10px;
    border-radius: 3px;
}

.tblData.noAlt tr {
    background: #fff;
    border-bottom-width: 0;
}

.tblData.noAlt {
    border-bottom: #ccc 1px solid;
}

.tblform td, .tblform th {
    padding: 5px 10px;
}

.tblform td, .tblform th {
    border-bottom: 1px solid #eee;
}

.tblform th {
    text-align: left;
    font-size: 12pt;
    font-weight: 600;
}

    .tblform th.tar, .tblform tr.tar th, .tblform.tar th {
        text-align: right;
    }

.tblform.big td {
    font-size: 1.5em;
    line-height: 1.5em;
}

.tblform.big th {
    font-size: 1.0em;
    line-height: 1.0em;
    font-style: italic;
}

.tblform input[type="checkbox"] {
    margin: 6px 3px 7px 3px;
}

.tblLogin td, .tblplain th {
    padding: 8px 10px;
}

.tblLogin input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    font-size: 16px;
}

    .tblLogin input:not([type=button]):not([type=submit]) {
        padding: 5px;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid rgb(166, 166, 166);
    }

.pagination {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    word-spacing: 1px;
}

    .pagination .pageLink, .pagination .currentPage {
        display: inline-block;
        background: #f05524;
        border: 1px solid #f05524;
        color: #fff;
        min-width: 15px;
        padding: 2px;
        border-radius: 3px;
    }

    .pagination a:hover {
        color: #000;
        text-decoration: none;
    }

    .pagination .currentPage {
        background: #ccc;
        color: #222;
        border: 1px solid #aaa;
    }

/*Success and Fail notifications*/
.alertSuccess, .alertError, .alertWarning {
    border: 1px solid #D8D8D8;
    padding: 7px;
    border-radius: 3px;
    font-size: 12px;
    background-color: rgb(236, 255, 216);
    color: green;
    text-align: center;
    margin: 2px 0 8px 0;
    box-shadow: 0px 1px 2px 0px #ddd;
}

.alertError {
    background-color: rgb(255, 249, 242);
    color: rgb(211, 0, 0);
}

/* Overlay functionality */
.blockUI {
    z-index: 10000;
    border: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0, 0.6);
    position: fixed;
}

.ui-tooltip {
    z-index: 99999;
}

.blockUI .overlay {
    text-align: inherit;
    z-index: 10009;
    width: 600px;
    margin: 0 auto 0 auto;
    top: 20%;
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: top 1s; /* For Safari 3.1 to 6.0 */
    transition: top 1s;
    display: none;
}

    .blockUI .overlay h1 {
        clear: none;
        overflow: initial; 
        background: #3e4145;
        font-size: 16px;
        margin: -10px -10px 10px -10px;
        border-bottom: 4px solid #f05524;
        padding: 10px;
        color: White;
        font-weight: 400;
        font-family: 'FS Hackney', sans-serif;
        border-radius: 2px 2px 0 0;
        line-height: 1em;
    }

    .blockUI .overlay .maxHeightDiv {
        max-height: 350px;
        padding: 0 10px 10px 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .blockUI .overlay .close {
        float: right;
        font-size: 20px;
        margin-top: -2px;
        color: #fff;
        font-weight: normal;
        font-family: 'FS Hackney';
        line-height: 1em;
    }

        .blockUI .overlay .close:hover {
            color: #f05524;
            cursor: pointer;
        }

    .blockUI .overlay.confirm {
        width: 300px;
    }

    .blockUI .overlay .btnBar {
        margin-top: 10px;
        border-top: 1px solid #aaa;
        clear: both;
        background: #eee;
        margin: 10px -10px -10px -10px;
        padding: 8px 8px;
        line-height: 24px;
        overflow: auto;
    }

        .blockUI .overlay .btnBar a {
            margin-right: 5px;
            float: right;
        }

    .blockUI .overlay .maxHeight {
        overflow: auto;
        max-height: 500px;
        padding-right: 10px;
    }

.progressbar.popup {
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: -10px -10px 5px -10px;
}

    .progressbar.popup .progressbar_percent {
        border-radius: 0;
    }

/* Magazines/Title Cards*/
.squarecard_group {
    margin: 0 -7px 0 -7px;
}

    .squarecard_group .card {
        width: 214px;
        min-height: 214px;
        display: inline-block;
        padding: 8px;
        box-shadow: 1px 1px 2px 1px #aaa;
        border-radius: 3px;
        margin: 7px;
        vertical-align: top;
        overflow: visible;
    }


        .squarecard_group .card.archived .wrap {
            position: relative;
        }

            .squarecard_group .card.archived .wrap:before {
                content: 'Non Editable';
                line-height: 150px;
                opacity: 0.7;
                position: absolute;
                font-size: 1.5em;
                font-weight: bold;
                background: #aaa;
                background: repeating-linear-gradient( 45deg, #aaa 0, #aaa 10px, #888 10px, #888 20px );
                color: #111;
                letter-spacing: 1px;
                text-align: center;
                display: block;
                text-shadow: 0 0 0;
                height: 100%;
                width: 100%;
            }

        .squarecard_group .card .wrap {
            overflow: hidden;
            height: 150px;
            display: block;
        }

            .squarecard_group .card .wrap img {
                width: 100%;
            }

    .squarecard_group .cardfooter .xs {
        font-size: 12px;
    }

    .squarecard_group .cardfooter h3 {
        margin-top: 5px;
        font-size: 13px;
        color: #15539c;
        font-weight: 600;
    }

    .squarecard_group .cardfooter .liveIcon, .squarecard_group .cardfooter .inactiveIcon, .squarecard_group .cardfooter .iconButton, .squarecard_group .cardfooter .closedIcon {
        float: right;
        background: #008000;
        font-size: 10px;
        font-weight: 600;
        padding: 3px 5px;
        color: #fff;
        border-radius: 3px;
        line-height: 1em;
        box-shadow: 0px 1px 2px 0px #666;
        border: 1px outset #008000;
    }

    .squarecard_group .cardfooter .closedIcon {
        background: #5a5a5a;
        border-color: #555;
    }

    .squarecard_group .cardfooter .iconButton {
        cursor: pointer;
    }

    .squarecard_group .cardfooter .iconRight {
        border-radius: 0 3px 3px 0;
    }

    .squarecard_group .cardfooter .iconLeft {
        border-radius: 3px 0 0 3px;
    }

    .squarecard_group .cardfooter .inactiveIcon, .squarecard_group .cardfooter .iconButton {
        background: #eee;
        color: #777;
        border: 1px outset #C9C9C9;
    }

    /*card squares but for banners*/
    .squarecard_group.bannercard .card .wrap img {
        height: 100%;
        width: auto;
    }

    .squarecard_group.bannercard .card .wrap {
        text-align: center;
    }

    .squarecard_group.bannerV5card .card .wrap {
        height: 75px;
        margin-bottom: 2px;
    }

    .squarecard_group.splashbanner .card .wrap {
        height: 200px;
    }

    .squarecard_group.splashbanner .card {
        width: 150px;
        min-height: 300px;
    }

    .squarecard_group.subscriptionbanner .card .wrap {
        height: 43px;
        margin-bottom: 2px;
    }


    .squarecard_group .card .wrap:before {
        position: absolute;
        font-family: arial;
        font-weight: bold;
        font-size: 12px;
        color: #000;
        background: rgba(255,255,255, 0.7);
        border-radius: 0 0 3px 0;
        padding: 1px 3px;
        text-shadow: 1px 1px 1px #fff;
    }


/*Simple dropdown*/
.droplist {
    position: relative;
    font-size: 11px;
    font-weight: 600;
}

    .droplist h2, .btnDDL {
        background-color: orange;
        font-size: inherit;
        line-height: 1em;
        border-radius: 7px;
        padding: 5px 8px;
        color: #fff;
        margin: 0;
        font-weight: 600;
        cursor: pointer;
    }

        .btnDDL a, .btnDDL {
            color: #fff;
            font-size: 11px;
            line-height: 11px;
        }

            .droplist h2:hover, .btnDDL a:hover {
                text-decoration: underline;
            }

        .droplist h2.icoDownArrow, .dark.droplist h2.icoDownArrow {
            padding: inherit;
        }

    .droplist ul {
        background: #FFF;
        position: absolute;
        right: 0;
        box-shadow: 1px 1px 3px 0px #AAA;
        display: none;
        z-index: 10;
        border-radius: 4px;
        border: 1px solid #AAA;
        padding: 7px 0;
    }

        .droplist ul li a {
            white-space: nowrap;
            padding: 5px 10px;
            display: block;
            text-decoration: none;
            font-size: 1.1em;
            font-weight: 400;
        }

            .droplist ul li a:hover {
                background: #EEE;
            }

.dark.droplist {
    position: static;
}

    .dark.droplist h2 {
        background-color: #bbb;
    }

        .dark.droplist h2:hover {
            background-color: #fff;
        }

    .dark.droplist ul {
        background-color: #aaa;
        border: 1px solid #555;
        box-shadow: 1px 1px 1px 1px #333;
    }

.DDLdisable .droplist {
    display: none;
}

/*Marketing / Advertising Styling*/
.dlscreenshot div {
    width: 21%;
    margin: 1%;
    display: inline-block;
    text-align: center;
}

.dlscreenshot img {
    display: block;
}

.dlscreenshot a {
    margin-top: 5px;
}

.thumbnailbox {
    height: 50px;
}

.bannerthumbnail {
    width: 146px;
    height: 48px
}

.pageDropdown {
    border-radius: 5px 5px 0 0;
    padding: 12px 10px 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
}

.pagesep {
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
}

.chklist {
    overflow: auto;
    margin-bottom: 5px;
}

    .chklist h2 {
        margin-bottom: 5px;
    }

    .chklist legend {
        background: red;
        display: block;
    }

    .chklist .item {
        min-width: 24%;
        white-space: nowrap;
        margin: 5px 1% 5px 0;
        float: left;
    }

        .chklist .item.three {
            min-width: 32%
        }

    .chklist .check-with-label:checked + .label-for-check {
        font-weight: 600;
    }

.subcategory li {
    margin: 4px 0;
}

/*jQuery Fixes*/
.ui-widget-content {
    font-family: 'Source Sans Pro', 'Sans Serif';
    font-size: 12px;
}
/*End jQuery Fixes*/

.linkedQuestion {
    border-left: 3px solid #f05524;
    padding: 6px 7px;
    margin: 0px -10px 15px -10px;
    background: #F5E3D3;
}


/* Custom Edition Issue Layout Page*/
.ui-icon.delete {
    cursor: pointer;
}



/*OVERLAY DIV AND ITS ANIMATIONS*/

.loading {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 100000; /*should be ontop of everything*/
    text-align: center;
    cursor: wait;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
}

    .loading img {
        width: 64px;
        height: 64px;
        vertical-align: middle;
        margin-right: 20px;
    }

    .loading span {
        color: #fff;
        font-size: 30px;
        -webkit-animation: myfirst 1s infinite alternate;
        margin-top: 10px;
        line-height: 1em;
        display: block;
    }

    .loading .contain {
        margin: 0 auto;
        width: 50%;
        font-size: 15px;
    }

        .loading .contain .small {
            font-size: 15px;
        }

        .loading .contain ul {
            margin-top: 10px;
        }

        .loading .contain li {
            padding-top: 10px;
        }

    .loading span.small {
        font-size: 20px;
        display: block;
        margin-top: 20px;
    }

    .loading span.percentComplete {
        display: inherit;
        -webkit-animation: none;
        vertical-align: baseline;
        font-size: inherit;
    }

/*JQuery Plugin enlargeThumbWindow.js */
.enlargeThumbWindow {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 1;
    border: 10px solid #5C5B58;
    margin: 10px;
    background: #eee;
    border-radius: 10px;
    background: url('/content/images/pageLoading.gif') no-repeat center center #fff
}

    .enlargeThumbWindow img {
        max-width: 550px;
        max-height: 800px;
        min-width: 150px;
        min-height: 250px;
    }

.bigsearch {
    padding: 3px;
    border-radius: 5px;
    border: 1px solid #aaa;
    font-size: 1.2em;
    margin: 10px 0;
    width: 20em;
}

/*span icons*/
.icon, .bigTickOn, .bigTickOff {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(images/iconsprite.png);
    background-position: 999px 999px;
}

    .icon.circle {
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #fff;
    }

.icoWarning {
    background-position: -0px -144px;
}
/* #dd001d*/
.icoTick {
    background-position: -64px -144px;
}
/* #436a1b */
.icoCross {
    background-position: -96px -128px;
}

.icoExclamation {
    background-position: -32px -143px;
    background-color: yellow;
    border-radius: 10px;
}


.icoDownArrow {
    background-position: -64px -192px;
}

.icoPrev {
    background-position: -80px -192px;
    display: inline-block;
    vertical-align: middle;
}

.icoNext {
    background-position: -48px -192px;
    display: inline-block;
    vertical-align: middle;
}

.icoMove {
    background-position: -16px -80px;
    display: inline-block;
    vertical-align: middle;
}

.icoPencil {
    background-position: -64px -112px;
    display: inline-block;
    vertical-align: middle;
}

.icoBin {
    background-position: -176px -96px;
    display: inline-block;
    vertical-align: middle;
}

.icoBinWhite {
    background-position: -176px -144px;
    display: inline-block;
    vertical-align: middle;
}
/*#fff*/
.icoPlus {
    background-position: 0 -192px;
    display: inline-block;
    vertical-align: middle;
}

.icoSlide {
    background-position: -160px -80px;
    display: inline-block;
    vertical-align: middle;
}

.icoJump {
    background-position: -176px -80px;
    display: inline-block;
    vertical-align: middle;
}

.icoPreviewOn {
    background-position: -160px -144px;
    display: inline-block;
    vertical-align: middle;
}

.icoPreviewOff {
    background-position: -160px -112px;
    display: inline-block;
    vertical-align: middle;
}

.icoBinWhite {
    background-position: -176px -144px;
    display: inline-block;
    vertical-align: middle;
}
/*#fff*/

.icoSpinner {
    background: url(images/refresh_animate.gif) no-repeat top left;
}

.icoSpinnerDark {
    background: url(images/refresh_animate_dark.gif) no-repeat top left;
}

/*icons with on/off text*/
.iconOn, .iconOff {
    margin-right: 16px;
    text-indent: 16px;
    overflow: visible;
    font-size: 11px;
}

    .iconOn:after {
        content: "On";
        color: green;
    }

    .iconOff:after {
        content: "Off";
    }

/*icon animate*/
.icon.button {
    margin: 1px;
    cursor: pointer;
}

    .icon.button:hover {
        border: 1px solid #aaa;
        border-radius: 3px;
        margin: 0;
        background-color: #eee;
    }

.iconBtn {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #555;
    display: inline-block;
    cursor: pointer;
}

/*indevidual features per icon*/
.icon.icoMove.button {
    cursor: move;
}

/*Big Tick/Unticked Sprite*/
.bigTickOn, .bigTickOff {
    width: 30px;
    height: 31px;
    background-image: url(images/bigTickSprite.png);
    cursor: pointer;
    margin: 5px;
}

.bigTickOn {
    background-position: 0px 0px;
}

.bigTickOff {
    background-position: 0px -31px;
}

    .bigTickOn.hide, .bigTickOff.hide {
        display: none;
    }


/*Block sections not table - Comments feed for RRS*/
.comment {
    padding: 5px;
    margin-bottom: 2px;
    background: #eee;
    overflow: auto;
}

    .comment p {
        margin-bottom: 10px;
        margin-right: 50px;
    }

    .comment .date {
        font-size: 0.8em;
        color: #555;
        font-weight: bold;
    }

.addRow {
    text-align: center;
    font-weight: bold;
    background: #eee;
    font-size: 20px;
    font-family: verdana;
    vertical-align: middle;
    color: #333;
    cursor: pointer;
}

    .addRow:hover {
        background: #FFFFA6;
    }

.icoQuestion {
    background: #fff;
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    background: #aaa;
    width: 16px;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    text-align: center;
}

.expandableRow {
    cursor: pointer;
}

.tblData tr.expandableRow:nth-child(odd), .tblData tr.expandableRow:nth-child(even) {
    background: #fff;
}

.expandableRowHighlighted td {
    background: #6AB7DE;
}

.tableInvoice .firstCell:before {
    content: '+';
    border: 1px inset #666;
    width: 15px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    font-weight: normal;
    font-size: 14px;
    box-shadow: 1px 1px 0px #777;
}

.tableInvoice .expandableRowHighlighted .firstCell:before {
    content: '-';
}

.childrow td {
    padding-left: 10px;
    background: #A4CCE0;
}

.sub_navigation ul > li > h3 {
    padding: 5px 10px;
}

.sub_navigation .info ul a.boldContact, .boldContact {
    padding: 2px;
    font-size: 13px;
    font-weight: bold;
}


.download {
    display: block;
    text-decoration: none;
    padding: 5px 0px 4px 50px;
    background-image: url('http://portal.magazinecloner.com/Content/images/pdf_m.png');
    background-repeat: no-repeat;
}

    .download a:hover {
        background: #eee;
        padding: 5px 0px 4px 50px;
        background-image: url('http://portal.magazinecloner.com/Content/images/pdf_m.png');
        background-repeat: no-repeat;
    }


.groupContainer table {
    background: #EEE;
    border: 1px solid #AAA;
    margin: 5px 0;
}

    .groupContainer table td {
        border-bottom: 1px solid #AAA;
    }

/************************  Admin Css ************************/
.grayborder {
    background-color: white;
    border: 1px #cccccc solid;
    border-radius: 7px;
    padding: 15px;
    box-shadow: 1px 1px 2px #cccccc;
}

.boxpadding {
    padding: 0px;
}

#MainContent_divReportViewer {
    clear: both;
}

.addInputForList {
    display: block;
    width: 200px;
    background: #ddd;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
    margin-top: -3px;
    margin-left: 2px;
    width: 177px;
}

    .addInputForList:hover {
        background: #ccc;
        cursor: pointer;
    }

.ui-datepicker-trigger {
    cursor: pointer;
}

/* collapsible classes for hiding parts of articles */
.recentNews {
    border: 1px solid #f05524;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 1px #AAA;
    background: #FFEBD6;
    position: relative;
}

    .recentNews:after {
        content: 'NEW';
        display: inline-block;
        position: absolute;
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
        padding: 2px 10px;
        left: -40px;
        top: 35px;
        background: #f05524;
        font-size: 1.1em;
        color: #fff;
        font-weight: normal;
    }

    .recentNews .date {
        color: #000
    }

.collapsibleMore, .collapsibleLess {
    float: right;
    padding: 0px 2px;
    height: 15px;
    width: 80px;
    border: 1px solid #AAA;
    border-radius: 5px;
    text-align: center;
    line-height: 15px;
    background: #444;
    color: #FFF;
    font-size: 10px;
}

    .collapsibleMore:after {
        content: 'show more';
    }

    .collapsibleLess:after {
        content: 'show less';
    }

    .collapsibleMore:hover, .collapsibleLess:hover {
        text-decoration: none;
        color: #000;
        background: #ccc;
    }

.article.collapsible {
    overflow: auto;
}

.dot {
    display: inline-block;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
}

    .dot:hover {
        text-decoration: none;
    }

    .dot.green {
        background: #6BC76D;
        border: 1px solid #6BC76D;
    }

    .dot.red {
        background: #E37B7B;
        border: 1px solid #E37B7B;
    }

    .dot.orange {
        background: #EDB021;
        border: 1px solid #EDB021;
    }

    .dot.green:hover {
        color: #6BC76D;
        background: #fff;
    }

    .dot.red:hover {
        color: #E37B7B;
        background: #fff;
    }

    .dot.orange:hover {
        color: #EDB021;
        background: #fff;
    }

/* App Promotion */
.longcard_group .card {
    background: #fff;
    margin: 5px 0;
}

.dotstatus, .longcard_group .activeStatus {
    display: inline-block;
    border-radius: 20px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 3px #444;
}

    .dotstatus.grey, .longcard_group .activeStatus.grey {
        background: #aaaaaa;
        border-color: #4F4F4F;
    }

    .dotstatus.red, .longcard_group .activeStatus.red {
        background: #CC0E00;
        border-color: #3B0400;
    }

    .dotstatus.green, .longcard_group .activeStatus.green {
        background: #317000;
        border-color: #1C4000;
    }

    .dotstatus.amber, .longcard_group .activeStatus.amber {
        background: #FF7A1C;
        border-color: #8F3B00;
    }

.longcard_group .date {
    line-height: 16px;
    font-weight: bold;
    font-size: 0.9em;
}

.longcard_group .customSection {
    font-size: 0.9em;
    padding: 5px 0;
    margin: 5px 0;
}

.longcard_group img {
    box-shadow: 0px 1px 2px 1px #BFBFBF;
}

.longcard_group {
    font-size: 0.9em;
}

    .longcard_group .customSection label {
        font-weight: bold;
    }

    .longcard_group .displayCount {
        font-weight: normal;
    }

.fullscreen {
    display: none;
}

.badge {
    border: 2px solid #555;
    display: inline-block;
    width: 80px;
    height: 90px;
    text-align: center;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    box-shadow: 2px 2px 5px 0px #666;
    overflow: hidden;
}

    .badge.good {
        border-color: #4B8505;
    }

        .badge.good .value {
            background: #4B8505;
        }

    .badge.bad {
        border-color: #8C161C;
    }

        .badge.bad .value {
            background: #8C161C;
        }

    .badge.ok {
        border-color: #CF5D00;
    }

        .badge.ok .value {
            background: #CF5D00;
        }

    .badge .value {
        height: 60px;
        line-height: 60px;
        font-size: 25px;
        background: #555;
        color: #fff;
    }

        .badge .value.twoline {
            line-height: 30px;
            font-size: 20px;
        }

        .badge .value.small {
            font-size: 18px;
        }

        .badge .value.vsmall {
            font-size: 14px;
        }

    .badge label {
        text-transform: uppercase;
        font-size: 12px;
        height: 30px;
        display: block;
        line-height: 30px;
        color: #444;
        font-weight: bold;
    }

.dragndropfile {
    margin-bottom: 10px;
    padding: 10px 5px;
    border-radius: 5px;
    overflow: auto;
    clear: both;
    border: 1px solid #aaa;
    line-height: 150px;
}

    .dragndropfile .item {
        line-height: normal;
        vertical-align: middle;
        margin: 0 5px;
        display: inline-block;
    }

.dragndropContainer .dragndropfile {
    border: 2px dashed #FFA500;
    padding: 9px 4px;
}

a.checkerboard {
    margin-right: 10px;
    display: inline-block;
    vertical-align: central;
    padding: 10px;
    max-height: 150px;
}

    a.checkerboard:last-child {
        margin-right: 0;
    }

.checkerboard {
    background-image: -moz-linear-gradient(45deg, #ccc 25%, transparent 25%), -moz-linear-gradient(-45deg, #ccc 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #ccc 75%), -moz-linear-gradient(-45deg, transparent 75%, #ccc 75%);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #ccc), color-stop(.25, transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #ccc), color-stop(.25, transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, #ccc)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, #ccc));
    -moz-background-size: 20px 20px;
    background-size: 20px 20px;
    -webkit-background-size: 20px 20px; /* override value for shitty webkit */
    background-position: 0 0, 50px 0, 50px -50px, 0px 50px;
}

a.checkerboard img {
    vertical-align: middle;
    width: 100%;
}

/*new styling*/
.newAlert {
    font-weight: normal;
    background: #8cc542;
    border-color: #F08A24;
    padding: 10px 10px;
    clear: both;
    border-radius: 3px;
    overflow: auto;
    line-height: inherit;
    color: #fff;
}

    .newAlert i {
        font-size: 30px;
        margin-right: 10px;
        float: left;
    }

    .blockUI .newAlert h1, .newAlert h1 {
        background: none;
        color: inherit;
        padding: 0;
        margin: 0;
        border: none;
        font-weight: bold;
        display: block;
        text-transform: uppercase;
    }

    .newAlert.green {
        background: #8cc542;
    }

    .newAlert.orange {
        background: #E09E51;
    }

    .newAlert.red {
        border: 2px #C54F42 solid;
        background: none;
        color: #C54F42;
    }

    .newAlert .btnMainAction {
        padding: 10px;
        font-size: 1.1em;
        font-weight: bold;
    }


.pagePicker {
    vertical-align: middle;
    display: inline-block;
    margin: 10px 20px 10px 0;
}

    .pagePicker i {
        color: #f05524;
        vertical-align: middle;
        font-size: 25px;
        cursor: pointer;
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .pagePicker img, .pagePicker input[type=text] {
        width: 160px;
        display: block;
        text-align: center;
        box-sizing: border-box;
    }

    .pagePicker .imgwrap {
        vertical-align: middle;
        display: inline-block;
        box-shadow: 0 0 5px 2px #444;
    }

.epubform input[type=text].pagenumber {
    width: auto;
}

#iconContainer .img {
    max-height: 60px;
}

.preload:after {
    content: attr(data-progress);
    font-size: 54px;
    max-height: 60px;
    border: 1px solid black;
    margin: auto;
}

/*Pretty drag and drop large uploader*/
.largeUploader {
    text-align: center;
}

    .largeUploader input[type="file"] {
        border-radius: 10px;
        margin-top: 10px;
        padding: 10px;
    }

    .largeUploader .dropzone {
        border-radius: 10px;
        background: #eee;
        border: dashed 2px #555;
        margin-bottom: 10px;
        padding: 20px;
    }

    .largeUploader .dropText {
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        color: #999;
        font-size: 20px;
    }

    .largeUploader .progressBar {
        display: none;
        background: #ddd;
        border-radius: 5px;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
        overflow: hidden;
    }

        .largeUploader .progressBar.completed div {
            background: #4CAF50;
        }

        .largeUploader .progressBar.completed:before {
            color: #fff;
        }

@keyframes progressBar {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: 100% 0%
    }
}

.largeUploader .progressBar:before {
    content: attr(data-progress);
    text-shadow: 1px 1px 1px #222;
    font-size: 14px;
    float: left;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    margin: auto;
    width: 100%;
    margin-left: 0;
}

.largeUploader .progressBar div {
    width: 0;
    background: #337ab7;
    height: 20px;
    border-radius: 5px 2px 2px 5px;
}

.uploadProcessList {
    margin: 10px 0;
    padding: 10px;
}

    .uploadProcessList ul {
        display: inline-block;
        column-count: 3;
        width: 100%;
    }

        .uploadProcessList ul:empty {
            padding: 10px 0;
        }

            .uploadProcessList ul:empty:before {
                content: 'No Files are currently selected';
            }

        .uploadProcessList ul li {
            break-inside: avoid;
            word-break: break-all;
            padding: 10px 10px;
            background: #eee;
            margin-bottom: 5px;
            border-radius: 5px;
        }

            .uploadProcessList ul li.success {
                background: #d1e5c0;
            }

            .uploadProcessList ul li:last-child {
                margin-bottom: 0;
            }

            .uploadProcessList ul li i {
                margin-right: 10px;
                padding: 2px;
            }

                .uploadProcessList ul li i.fa-trash {
                    margin-left: 10px;
                    margin-right: 0;
                }

            .uploadProcessList ul li:last-child {
                border: none;
            }

    .uploadProcessList li .removeFile {
        visibility: hidden;
    }

    .uploadProcessList li.success:hover .removeFile {
        visibility: visible;
    }

    .uploadProcessList .removeFile {
        cursor: pointer;
    }

        .uploadProcessList .removeFile:hover {
            color: red;
        }


@font-face {
    font-family: 'FS Hackney';
    src: url('/content/fonts/FSHackneyWeb-Thin.eot') format('eot'), url('/content/fonts/FSHackneyWeb-Thin.woff') format('woff');
    font-weight: 100;
}

@font-face {
    font-family: 'FS Hackney';
    src: url('/content/fonts/FSHackneyWeb-ThinItalic.eot') format('eot'), url('/content/fonts/FSHackneyWeb-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'FS Hackney';
    src: url('/content/fonts/FSHackneyWeb-Light.eot') format('eot'), url('/content/fonts/FSHackneyWeb-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FS Hackney';
    src: url('/content/fonts/FSHackneyWeb-LightItalic.eot') format('eot'), url('/content/fonts/FSHackneyWeb-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'FS Hackney';
    src: url('/content/fonts/FSHackneyWeb-Regular.eot') format('eot'), url('/content/fonts/FSHackneyWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FS Hackney';
    src: url('/content/fonts/FSHackneyWeb-Italic.eot') format('eot'), url('/content/fonts/FSHackneyWeb-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}


@font-face {
    font-family: 'FS Hackney';
    src: url('/content/fonts/FSHackneyWeb-Bold.eot)') format('eot'), url('/content/fonts/FSHackneyWeb-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FS Hackney';
    src: url('/content/fonts/FSHackneyWeb-BoldItalic.eot') format('eot'), url('/content/fonts/FSHackneyWeb-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'FS Hackney';
    src: url('/content/fonts/FSHackneyWeb-Heavy.eot') format('eot'), url('/content/fonts/FSHackneyWeb-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'FS Hackney';
    src: url('/content/fonts/FSHackneyWeb-Light.eot') format('eot'), url('/content/fonts/FSHackneyWeb-Light.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FS Hackney Italic';
    src: url('/content/fonts/FSHackneyWeb-ThinItalic.eot') format('eot'), url('/content/fonts/FSHackneyWeb-ThinItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}


@font-face {
    font-family: 'Source Sans Pro';
    src: url('/content/fonts/SourceSansPro-Regular.ttf') format('opentype');
}

#tourGuide {
    position: relative;
    border: 1px solid rgb(214, 214, 214);
    width: 300px;
    height: auto;
    background-color: white;
    border-radius: 25px;
    padding: 10px;
    left: 457.188px;
    top: 105px;
}

    #tourGuide:after {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    #tourGuide.topLeft:after {
        bottom: 100%;
        left: 35px;
        border-bottom-color: white;
        border-width: 25px;
    }

    #tourGuide.topRight:after {
        bottom: 100%;
        left: calc(100% - 90px);
        border-bottom-color: white;
        border-width: 25px;
    }

    #tourGuide.top:after {
        bottom: 100%;
        left: 50%;
        border-bottom-color: white;
        border-width: 25px;
        margin-left: -20px
    }

    #tourGuide.bottomLeft:after {
        top: 100%;
        left: 35px;
        border-top-color: white;
        border-width: 25px;
    }

    #tourGuide.bottomRight:after {
        top: 100%;
        left: calc(100% - 90px);
        border-top-color: white;
        border-width: 25px;
    }

    #tourGuide.bottom:after {
        top: 100%;
        left: 50%;
        border-top-color: white;
        border-width: 25px;
        margin-left: -20px;
    }


.bounceAnimation {
    animation-name: bounce;
}

.bounceAnimation1 {
    animation-name: bounce1;
}

@keyframes bounce {
    0%, 20%, 50%, 80% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
        opacity: 0.0;
    }
}

@keyframes bounce1 {
    0%, 20%, 50%, 80% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
        opacity: 0.0;
    }
}


table.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
    border: none;
}

.tbInvoice {
    display: table-row-group;
}

.offerselholder {
    display: block;
    float: left;
    margin-right: 2%;
    width: 32%;
    height: 140px;
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px;
    text-align: right;
    box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #bbbbbb;
    background-color: #f6f6f6;
    font-size: 12px;
    line-height: 14px;
}

    .offerselholder:nth-child(3n) {
        margin-right: 0%;
    }

    .offerselholder a:link {
        text-decoration: none;
    }

    .offerselholder a:hover {
        text-decoration: none;
    }

.offerholderright {
    display: block;
    float: right;
    width: 60%;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
}

.offerholderleft {
    display: block;
    float: left;
    width: 38%;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
}

.offerinput {
    width: auto !important
}

.offerinputsep {
    margin-bottom: 5px;
}

.offerst2txt {
    font-size: 15px;
    font-weight: 600;
}

.addofferheader {
    font-size: 15px;
    font-weight: 700;
}

.offersepline {
    border-bottom: 1px solid #cdcdcd;
    height: 15px;
    margin-bottom: 15px;
}




#offer_overview {
    background-color: rgba(204,204,204,0.7);
    z-index: 2;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 100%;
}

.imageipad3d {
    width: 313px;
    height: 461px;
    background: red;
    transform: perspective(1400px) rotateY(40deg) skewY(6.3deg);
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 0px solid #000000;
    top: 56px;
    left: 88px;
    position: absolute;
    z-index: -1;
}

.ipadcoverholder3d {
    background-image: url(https://mcgraphics.blob.core.windows.net/pmimages/3dipad.jpg);
    width: 370px;
    height: 535px;
    position: relative;
    z-index: 10;
}

}

.previewPageSelected {
    border: 3px solid #1fa21f !important;
    border-radius: 7px !important;
    background-color: #bcf7bc !important
}

.switchOption {
    display: inline;
}

.datasync {
    font-size: 12px;
    font-weight:700;
    line-height: 110%;
    background: rgb(72, 199, 142);
    border: 1px solid #aaa;
    padding: 3px 8px;
    margin-left: 10px;
    display: inline-block;
    font-style: italic;
    border-radius: 3px;
    vertical-align: middle;

}