﻿html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Helvetica, sans-serif;
    height: 100%;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.note-editor.panel.panel-default {
    overflow: visible;
}
/*.paneldiv.renewal-pie {
    overflow-x: visible !important;
}*/
/*.modal-dialog {
    margin-top: -1px;
}*/
button {
    outline: none !important;
}

.modal-content {
    border: none;
    border-radius: 2px;
}

.highlightred {
    color: #923a3a;
    font-weight: bold;
    border: 1px solid #923a3a;
    margin: 0px 0px 18px 0px;
    padding: 6px;
}

.menuuserinits {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-left: 8px;
    color: #ffffff;
    background-color: #662d91;
    text-align: center;
    padding-top: 3px;
    vertical-align: top;
    font-size: 11px;
}

#gettingstarted thead {
    background-color: #ed008b;
}

.leftcol.tbc, .leftcol.tbc2 {
    background-color: #ed008b !important;
}

.palepink {
    background-color: #ed008b;
    color: white;
}

    .palepink td:hover {
        background-color: #ed008b !important;
    }

#downl {
    color: #662b90;
    font-weight: bold;
}

    #downl:hover {
        text-decoration: underline;
        color: #662b90;
    }

.leftcol {
    background-color: #662b90 !important;
    color: white;
    max-width: 250px !important;
    white-space: nowrap;
    font-weight: bold;
    padding: 3px !important;
    vertical-align: middle !important;
    overflow: hidden;
}

.invoice-dropdown {
    border: 1px solid #662b90;
    margin: 10px;
    padding: 10px;
}

.btn-pink {
    color: #fff !important;
    background-color: #EC008C !important;
    border-color: #d3007d !important;
}

    .btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active {
        color: #fff !important;
        background-color: #d3007d !important;
        border-color: #ba006e !important;
    }

    .btn-pink.disabled, .btn-pink[disabled], fieldset[disabled] .btn-pink, .btn-pink.disabled:hover, .btn-pink[disabled]:hover, fieldset[disabled] .btn-pink:hover, .btn-pink.disabled:focus, .btn-pink[disabled]:focus, fieldset[disabled] .btn-pink:focus, .btn-pink.disabled:active, .btn-pink[disabled]:active, fieldset[disabled] .btn-pink:active, .btn-pink.disabled.active, .btn-pink[disabled].active, .btn-pink.active {
        background-color: #EC008C;
        border-color: #ba006e;
    }

.rightpage:before {
    content: "\f045";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    float: right;
    cursor: pointer;
    padding-right: 5px;
    bottom: 5px;
    color: #662b90;
}

.rightpage.haspic:before {
    content: "\f045";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    float: right;
    cursor: pointer;
    padding-right: 5px;
    /*font-size: 40px;*/
    color: #662b90;
}

.competitor:before {
    content: "\f181";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    float: right;
    cursor: pointer;
    padding-right: 5px;
    bottom: 5px;
    color: #662b90;
}

.competitor.haspic:before {
    content: "\f181";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    float: right;
    cursor: pointer;
    padding-right: 5px;
    /*font-size: 40px;*/
    color: #662b90;
}

.specialposition:before {
    content: "\f181";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    float: right;
    cursor: pointer;
    padding-right: 5px;
    bottom: 5px;
    color: #EE770D;
}

.specialposition.haspic:before {
    content: "\f181";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    float: right;
    cursor: pointer;
    padding-right: 5px;
    /*font-size: 40px;*/
    color: #EE770D;
}

.leftcol {
    background-color: #662b90 !important;
    color: white;
    max-width: 250px !important;
    white-space: nowrap;
    font-weight: bold;
    padding-right: 20px;
    vertical-align: middle !important;
}

.group.group-start td {
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
    background-color: #EC008C !important;
    background-color: #662b90 !important;
    height: 40px;
}

.tile-group .tile-group-list .tile {
    background-color: #EC008C;
    /*background-color: #FF4BB1;
        background-color: #FE008F;*/
    color: white;
    background-color: #662d91;
}

.adminindex h1 {
    width: 100%;
    background-color: #662d91;
    background-color: #EC008C;
    color: white;
    padding: 6px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    .adminindex h1.h1reversed {
        background-color: #662d91;
    }

.tile-group .tile-group-list .tilereversed {
    background-color: #EC008C;
}

.col-pink {
    color: #fff !important;
    background-color: #EC008C !important;
}

.hasnotes {
    color: #EC008C;
    /*color : #662d91;*/
}

.nonotes {
    color: #662d91;
    opacity: 0.4;
}

.termslink {
    color: #662d91 !important;
    text-decoration: underline;
}

#termslink:hover {
    color: #662d91;
    text-decoration: underline;
}

.fc-widget-header {
    background-color: #662d91 !important;
    color: White;
}

.purple {
    background-color: #662d91;
    color: white;
}

    .purple td:hover {
        background-color: #662d91 !important;
    }

.fc-day-number.fc-future:hover, .fc-day-number.fc-today:hover {
    color: #EC008C;
    font-weight: bold;
    background-color: lightgoldenrodyellow;
    opacity: 1 !important;
}

#provbookings tr th {
    background-color: #EC008C !important;
}

.toast-message a {
    color: #eeeeee !important;
    white-space: pre-wrap;
}

.carried {
    background-color: lightgoldenrodyellow !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', Helvetica, sans-serif;
    background-color: #FFFFFF;
}

.btn-pink {
    color: #fff !important;
    background-color: #EC008C !important;
    border-color: #d3007d !important;
}

    .btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active {
        color: #fff !important;
        background-color: #d3007d !important;
        border-color: #ba006e !important;
    }

    .btn-pink:active, .btn-pink.active {
        background-image: none;
    }

    .btn-pink.disabled, .btn-pink[disabled], fieldset[disabled] .btn-pink, .btn-pink.disabled:hover, .btn-pink[disabled]:hover, fieldset[disabled] .btn-pink:hover, .btn-pink.disabled:focus, .btn-pink[disabled]:focus, fieldset[disabled] .btn-pink:focus, .btn-pink.disabled:active, .btn-pink[disabled]:active, fieldset[disabled] .btn-pink:active, .btn-pink.disabled.active, .btn-pink[disabled].active, .btn-pink.active {
        background-color: #EC008C;
        border-color: #ba006e;
    }

.btn-purp {
    color: #fff !important;
    background-color: #662d91 !important;
    border-color: #58277e !important;
}

    .btn-purp:hover, .btn-purp:focus, .btn-purp:active, .btn-purp.active {
        color: #fff !important;
        background-color: #58277e !important;
        border-color: #58277e !important;
    }

    .btn-purp:active, .btn-purp.active {
        background-image: none;
    }

    .btn-purp.disabled, .btn-purp[disabled], fieldset[disabled] .btn-purp, .btn-purp.disabled:hover, .btn-purp[disabled]:hover, fieldset[disabled] .btn-purp:hover, .btn-purp.disabled:focus, .btn-purp[disabled]:focus, fieldset[disabled] .btn-purp:focus, .btn-purp.disabled:active, .btn-purp[disabled]:active, fieldset[disabled] .btn-purp:active, .btn-purp.disabled.active, .btn-purp[disabled].active, .btn-purp.active {
        background-color: #662d91;
        border-color: #58277e;
    }

.small-bound-insert {
    height: 54px;
    background-color: black;
    width: 7px;
    display: inline-block;
}

.partbookingclass {
    background-color: crimson !important;
    color: white;
}

.secondpartbookingclass {
    background-color: darkgreen !important;
    color: white;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.small-bound-insert-holder {
    height: 54px;
    background-color: transparent;
    width: 7px;
    margin-left: -4px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    margin-top: -2px;
}

.bound-insert-holder {
    height: 321px;
    background-color: transparent;
    width: 20px;
    margin-left: -11px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    margin-top: 16px;
}

.bound-insert {
    height: 321px;
    background-color: black;
    width: 18px;
    display: inline-block;
    cursor: move;
    color: #FFFFFF;
    overflow: hidden;
}

    .bound-insert.collapsed-element {
        height: 117px;
        width: 20px;
        margin-left: 5px;
    }

.bound-insert-text {
    transform: rotate(90deg);
    margin-top: 6px;
    padding-left: 6px;
    white-space: nowrap;
}

.bound-insert-clonable {
    height: 100px;
    background-color: black;
    width: 23px;
    margin-left: 10px;
    display: inline-block;
    margin-top: 16px;
}

.bound-insert.regionmarker, .small-bound-insert.regionmarker {
    background-color: grey;
}

.bound-insert-holder.region-holder {
    margin-left: -17px;
}

.small-bound-insert.regionmarker {
    margin-left: -3px;
}

.currency {
    text-align: right;
    white-space: nowrap;
}

.QuarterPageBanner .dropzone .dz-message {
    margin: 0 !important;
}

.QuarterPageBanner .dropzone {
    height: inherit !important;
    padding: 0 !important;
    min-height: 0 !important;
}

.note-editable #body {
    position: relative;
    top: 0;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0 !important;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

#body {
    min-height: 400px;
    height: 100%;
    position: relative;
    margin-top: 0;
}

.note-editing-area #body {
    margin-top: 0;
}

#notesModal .modal-dialog {
    width: 1000px;
}

#autoPublishModal .modal-dialog {
    width: 800px;
}

#layoutModal .modal-dialog {
    width: 650px;
}

#failedModal .modal-dialog {
    width: 800px;
}

#UpdateClient .form-control, #updateContactModal .form-control, .accountdetails .form-control, #UpdateSettings .form-control {
    margin: 0;
}

#updateContactModal .modal-dialog {
    width: 450px;
}

#invoiceReceiptModal .modal-dialog, #chimpErrorsModal .modal-dialog {
    width: 1000px;
}

#invoiceReceiptModal .modal-body {
    overflow-x: auto;
}

.fa-play.play-highlight {
    color: #ffffff;
    font-size: 30px;
}


.back-pnk {
    background-color: #ed008b;
    color: #ffffff;
}

#helpModal .modal-dialog, #gettingStartedModal .modal-dialog {
    width: 900px;
    padding: 0;
}

#helpModa .modal-content {
    height: 99%;
}

.fa-question-circle {
    cursor: pointer;
}

.btn-sm, .btn-group-sm > .btn {
    margin: 0;
}

.navbar-default {
    background-color: #333;
}

    .navbar-default .navbar-nav > li > a {
        color: #AAA;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #666;
    }


    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #eee;
        background-color: transparent;
    }

.newtable {
    background-color: #ffffff;
}

a.btn {
    font-size: 14px;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

    a:link, a:visited, a:active, a:hover {
        color: #333;
        text-decoration: none;
    }

.nav-tabs > li > a, h3 a:link {
    color: #333;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    text-decoration: none;
}
/*a:hover {
        background-color: #c7d1d6;
    }*/

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 300;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }
/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    width: 90%;
    margin: auto;
}

#body {
    clear: both;
    /*padding-bottom: 35px;*/
}



header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    width: 100%;
    margin-top: 30px;
}
/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

h1 a:hover {
    color: #333;
}

h2 a:hover {
    color: #333;
}

.inline50:hover {
    background-color: #ebebeb;
    cursor: pointer;
}
/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}


.label {
    font-weight: 700;
}

#TryNowForm {
    width: 50%;
    margin: auto;
}
/* login page */

.login-well {
    width: 300px;
    margin: auto;
    margin-top: 30px;
}

#loginForm, #createPublicationForm {
    width: 300px;
    margin: auto;
}

    #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;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button {
            width: auto;
        }

    #RegisterForm input, #UpdateClient input, #UpdateUserForm input, #CreateContact input, #EditRole input, #TryNowForm input, #createPublicationForm input {
        width: 250px;
    }


        #RegisterForm input[type="checkbox"], #UpdateClient input[type="checkbox"], #UpdateUserForm input[type="checkbox"], #CreateContact input[type="checkbox"], #EditRole input[type="checkbox"] {
            width: 14px;
        }


#RegisterForm .btn, #UpdateClient .btn, #UpdateUserForm .btn, #TryNowForm .btn {
    width: auto;
}


.width80 {
    width: 80px !important;
}

#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;
}
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    font-size: 13px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

select {
    font-size: 13px;
    margin: 5px 0 6px 0;
    padding: 5px;
}


textarea {
    font-family: inherit;
    width: 500px;
}


input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"], input[type="button"], button {
    cursor: pointer;
    font-size: 14px;
    margin-right: 8px;
    width: auto;
}

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 */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    border-color: red !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
}

.invalid {
    border-color: red !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px red !important;
}



input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 970px) {
    /* 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;
        width: 90%;
        margin: auto;
    }

    .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;
        width: auto;
    }

        #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;
        }
}

.btn {
    margin-top: 5px;
}

#RegisterForm, #TryNowForm {
    width: 50%;
}

.validation-summary-errors {
    /* alert classes */
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    /* alert danger classes */
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .validation-summary-errors ul {
        list-style: none;
    }

#ChangePasswordForm fieldset input {
    width: 250px;
}

#ChangePasswordForm input[type="submit"] {
    width: auto;
}

#ChangePasswordForm {
    width: 50%;
}

.tile-group {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.tile-group-list {
    float: left;
    margin: 0;
    padding: 0;
}

    .tile-group-list .tile {
        color: white;
        margin: 0;
        font-weight: 300;
        position: relative;
        float: left;
        width: 150px;
        height: 100px;
        overflow: hidden;
        padding: 9px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .tile-group-list .tile.tile-chrome {
            color: black;
            background: #e3e3e3;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background-size: 100%;
            background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #e3e3e3));
            background-image: -webkit-linear-gradient(top, #f7f7f7, #e3e3e3);
            background-image: -moz-linear-gradient(top, #f7f7f7, #e3e3e3);
            background-image: -o-linear-gradient(top, #f7f7f7, #e3e3e3);
            background-image: linear-gradient(top, #f7f7f7, #e3e3e3);
            background: -ms-linear-gradient(top, #f7f7f7 0%,#e3e3e3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e3e3e3',GradientType=0 );
            border: 1px solid #cccccc;
            display: none;
        }

            .tile-group-list .tile.tile-chrome:hover {
                opacity: 0.7;
                cursor: pointer;
            }

            .tile-group-list .tile.tile-chrome h5, .tile-group-list .tile.tile-chrome span {
                color: #636363;
                height: 100%;
                font-weight: 300;
            }

        .tile-group-list .tile.tile-blue {
            background-color: #1BA1E2;
        }

        .tile-group-list .tile.tile-green {
            background-color: #009719;
        }

        .tile-group-list .tile.tile-magenta {
            background-color: #BD1E4A;
        }

        .tile-group-list .tile span.red-text {
            color: #F73D3D;
        }

        .tile-group-list .tile span.green-text {
            color: #6aa84f;
        }

        .tile-group-list .tile h5 {
            font-weight: 400;
            font-size: 18px;
            line-height: 18px;
            margin: 0;
            height: 45px;
        }

        .tile-group-list .tile span {
            font-weight: 300;
            /* display: inline-block; */
            /* padding-top: 16%; */
            padding-left: 40%;
            font-size: 50px;
            line-height: 20px;
            position: relative;
        }

        .tile-group-list .tile:active {
            -webkit-transform: scale(0.97);
            -moz-transform: scale(0.97);
            -ms-transform: scale(0.97);
            -o-transform: scale(0.97);
            transform: scale(0.97);
        }

        .tile-group-list .tile:hover {
            -moz-opacity: 0.9;
            opacity: 0.9;
        }

.dataTables_length label {
    font-weight: normal;
    font-size: 14px;
}

.dataTables_filter label {
    font-weight: normal;
    font-size: 14px;
}

.dataTables_filter input {
    font-weight: normal;
    width: auto;
    padding: 2px;
    font-size: 14px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dataTables_wrapper {
    margin-top: 20px;
}

.newItem {
    margin-left: 40px;
    color: rgb(196, 196, 196);
}

    .newItem:hover {
        color: #005580;
        font-weight: 400;
    }

td a, td a:link, td a:visited, td a:active, td a:hover {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

h4 a, h4 a:link, h4 a:visited, h4 a:active, h4 a:hover {
    text-decoration: none;
    background-color: transparent;
}

label {
    font-weight: normal;
}

.table-pointer {
    cursor: pointer;
}

.btn:active {
    -webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -o-transform: scale(0.97);
    transform: scale(0.97);
}

/*Feedback*/
#feedbackBar {
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 1100;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    overflow: auto;
    color: #FFF;
    text-align: center;
    padding-top: 10px;
    font-size: 1.5em;
    display: none;
    line-height: 35px;
    padding: 10px;
}

    #feedbackBar.successful {
        background-color: #6AA84F;
        /*border: 1px solid green;*/
    }

    #feedbackBar.failure {
        margin-bottom: 20px;
        border: 1px solid #ebccd1;
        color: #b94a48;
        background-color: #f2dede;
    }

    #feedbackBar.inProgress {
        background-color: #EC008C;
        border: 1px solid #EC008C;
    }

    #feedbackBar #loading {
        width: 50px;
        height: 50px;
    }

.numericinput {
    width: 100px !important;
}

.dateinput {
    width: 110px !important;
}

.single-page {
    margin-right: 100%;
}


.centre-pages {
    border: 1px solid #333;
    padding-left: 1px;
}

.single-page-index {
    display: inline-block;
    margin-right: 100%;
    margin-bottom: 5px;
}

.double-page-index {
    display: inline-block;
    width: 83px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding-left: 0;
}

.index-page {
    width: 40px;
    float: left;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 50px;
    line-height: 45px;
    border: 1px solid lightgray;
}

.left-index-page {
    margin-right: 1px;
}

.form-page {
    width: 196px;
    height: 290px;
    background: white;
    padding: 5px;
    /*float: left;*/
    box-shadow: 1px 1px 3px #AAA;
    position: relative;
    overflow: hidden;
    -webkit-box-sixing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #AAA;
    margin-top: 20px;
    display: inline-block;
    padding-bottom: 0;
}


.page-content {
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    /*overflow: hidden;*/
    height: 95%;
    width: 100%;
    position: relative;
    border: 1px dashed #AAA;
}

.pagenumber {
    display: block;
    text-align: center;
    font-size: 10px;
    width: 100%;
    height: 5%;
}

#cmdButtons {
    margin-bottom: 10px;
    display: none;
}

.saved-regions-holder {
    margin-top: 10px;
}

.saved-regions {
    width: 100%;
    min-height: 200px;
}


.page-element {
    display: inline-table;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 0 !important;
}

.top-half-element {
    position: absolute;
    top: 0;
    left: 0;
    display: table-cell;
    border: 1px dashed #AAA;
    width: 100%;
    height: 50%;
    cursor: pointer;
    float: left;
}

.bottom-half-element {
    position: absolute;
    top: 50%;
    left: 0;
    display: table-cell;
    /*border: 1px dashed #AAA;*/
    width: 100%;
    height: 50%;
    cursor: pointer;
    float: left;
}

.left-half-element {
    position: absolute;
    top: 0;
    left: 0;
    display: table-cell;
    border: 1px dashed #AAA;
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.right-half-element {
    position: absolute;
    top: 0;
    left: 50%;
    display: table-cell;
    border: 1px dashed #AAA;
    width: 50%;
    height: 100%;
    cursor: pointer;
}

.over {
    background-color: #f0e68c !important;
}

.over-highlight {
    background-color: #f0e68c !important;
    display: inline;
    display: inline-block;
    width: 83px;
    height: 50px;
    margin-top: -20px;
    padding: 0;
}



.eighth-page-element.element, .quarter-land-element.element {
    display: block;
    width: 100%;
    height: 50%;
    /*cursor: pointer;*/
    border-collapse: collapse;
    border: 0;
}

.element {
    display: table-cell;
    float: left;
    /*border: 1px dashed #AAA;*/
    width: 50%;
    height: 50%;
    cursor: pointer;
    border-collapse: collapse;
}

.used-element {
    overflow: hidden;
}

.content-element, .adv-element {
    padding: 1px;
}

.top-left-element {
    position: absolute;
    top: 0;
    left: 0;
}

.top-right-element {
    position: absolute;
    top: 0;
    right: 0;
}

.bottom-left-element {
    position: absolute;
    bottom: 0;
    left: 0;
}

.bottom-right-element {
    position: absolute;
    bottom: 0;
    right: 0;
}

.eighth-page-element {
    position: relative;
}

.eighth-page-element, .quarter-land-element {
    display: block;
    width: 100%;
    height: 50%;
    cursor: pointer;
    border-collapse: collapse;
}

    .eighth-page-element.top-half, .quarter-land-element.top-half {
        border-collapse: collapse;
    }





.sixteenth-page-element {
    width: 50%;
    height: 100%;
}

.right-half-sixteenth {
    float: right;
}

.sixteenth-page-element.left-half-sixteenth {
    border-right: 1px dashed #AAA;
    float: left;
}

.sixteenth-land-element {
    width: 100%;
    height: 50%;
}

.top-half-sixteenth {
    position: absolute;
    top: 0;
}

.bottom-half-sixteenth {
    position: absolute;
    bottom: 0;
}

.sixteenth-land-element.bottom-half-sixteenth {
    border-top: 1px dashed #AAA;
}


.element-nohide {
    border: none;
}

.top-half-eighth, .top-half-quarter {
    height: 50%;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #AAA !important;
    display: block;
}

.bottom-half-eighth, .bottom-half-quarter {
    height: 50%;
    width: 100%;
    overflow: hidden;
}

.bottom-half-quarter {
    position: absolute;
    bottom: 0;
}

.top-half-quarter {
    position: absolute;
    top: 0;
}

.top-left-element {
    border: 0;
    border-bottom: 1px dashed #AAA !important;
    border-right: 1px dashed #AAA !important;
}

.bottom-left-element {
    border: 0;
    border-right: 1px dashed #AAA !important;
}

.top-right-element {
    border: 0;
    border-bottom: 1px dashed #AAA !important;
}

.bottom-right-element {
    border: 0;
}

.right-half-element {
    border: 0;
}

.left-half-element {
    border: 0;
    border-right: 1px dashed #AAA !important;
}

.top-half-element {
    border: 0;
    border-bottom: 1px dashed #AAA;
}

.bottom-half-element {
    border: 0;
    /*border-top: 1px dashed #AAA !important;*/
}


.left-third-element {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px dashed #AAA !important;
    height: 100%;
    width: 33.3%;
    float: none;
}

.middle-third-element {
    position: absolute;
    top: 0;
    left: 33.3%;
    height: 100%;
    width: 33.3%;
    border-right: 1px dashed #AAA !important;
    float: none;
}

.right-third-element {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 33.3%;
    float: none;
}

.left-twothird-element {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px dashed #AAA !important;
    height: 100%;
    width: 66.6%;
    float: none;
}

.right-twothird-element {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 66.6%;
    float: none;
}

.top-left-sixth-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 33%;
}

.top-right-sixth-element {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 33%;
}

.middle-left-sixth-element {
    position: absolute;
    top: 33%;
    left: 0;
    width: 50%;
    height: 33%;
}

.middle-right-sixth-element {
    position: absolute;
    top: 33%;
    right: 0;
    width: 50%;
    height: 33%;
}

.bottom-left-sixth-element {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 34%;
}

.bottom-right-sixth-element {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 34%;
}

.top-left-sixth-element {
    border: 0;
    border-bottom: 1px dashed #AAA !important;
    border-right: 1px dashed #AAA !important;
}

.middle-left-sixth-element {
    border: 0;
    border-bottom: 1px dashed #AAA !important;
    border-right: 1px dashed #AAA !important;
}

.middle-right-sixth-element {
    border: 0;
    border-bottom: 1px dashed #AAA !important;
}

.bottom-left-sixth-element {
    border: 0;
    border-right: 1px dashed #AAA !important;
}

.top-right-sixth-element {
    border: 0;
    border-bottom: 1px dashed #AAA !important;
}

.bottom-right-sixth-element {
    border: 0;
}

.top-third-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33%;
    border-bottom: 1px dashed #AAA !important;
}

.center-third-element {
    position: absolute;
    top: 33%;
    left: 0;
    width: 100%;
    height: 33%;
    border-bottom: 1px dashed #AAA !important;
}

.bottom-third-element {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 34%;
}

.top-twothird-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66%;
    border-bottom: 1px dashed #AAA !important;
}

.bottom-twothird-element {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 67%;
    /*border-top: 1px dashed #AAA !important;*/
}


.selected {
    background-color: #DEE5E8;
}

.hidden {
    width: 0px;
    display: none;
}

.left-menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 200px;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: scroll;
    padding-bottom: 50px;
    background-color: #311444;
}

.collapsed-element {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 4px;
    position: relative;
    display: block;
    padding: 4px;
    float: left;
    border-bottom: none !important;
    border-right: none !important;
    border-top: none !important;
}

.element-counter {
    display: inline-block;
    float: right;
    margin-right: 1px;
    color: #000000;
}

.left-menu-noscroll {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 200px;
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    font-size: 14px;
    padding-top: 10px;
    top: 0px;
    padding-left: 10px;
    background-color: #311444;
}

.navbar-default {
    background-color: #311444;
}

.left-menu, .left-menu-noscroll {
    color: #CCC;
    z-index: 2;
}

    .left-menu h3, .left-menu-noscroll h3 {
        color: #CCC !important;
    }

    .left-menu-noscroll ul {
        list-style: none;
        padding-left: 0;
    }

        .left-menu-noscroll ul li a {
            color: #AAA;
            cursor: pointer;
        }

        .left-menu-noscroll ul li a {
            color: #AAA;
        }

        .left-menu-noscroll ul li {
            margin-top: 5px;
            margin-bottom: 5px;
            color: #AAA;
        }

            .left-menu-noscroll ul li a:hover {
                color: #FFFFFF;
            }



    .left-menu h3 {
        color: #EEE !important;
    }

.badge.inactive {
    -ms-opacity: 0.5;
    opacity: 0.5;
}

    .badge.inactive:hover {
        -ms-opacity: 0.7;
        opacity: 0.7;
    }

.left-menu .badge, .left-menu-noscroll .badge {
    background-color: #7b34ae !important;
}

.badge.active {
    /*color: #FFFFFF !important;*/
    -ms-opacity: 1 !important;
    opacity: 1 !important;
}

.vis-item-content:hover {
    cursor: pointer;
}
/*.badge:hover {
    color: #FFFFFF !important;
    -ms-opacity: 1 !important;
    opacity: 1 !important;
}*/


.navbar-button {
    position: relative;
    float: left;
    padding: 4px 5px;
    margin-top: 13px;
    margin-right: 3px;
    margin-bottom: 6px;
    background-color: #7b34ae;
    background-color: #311444;
    background-image: none;
    border: 1px solid #AAAAAA;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.xero-btn, td a.btn-primary.xero-btn {
    background-color: #0c81a7;
}

    .xero-btn:hover, td a.btn-primary.xero-btn:hover {
        background-color: #3276b1;
        border-color: #285e8e;
    }

.navbar-button:focus {
    outline: none;
}

.navbar-button:hover {
    background-color: #ddd;
    background-color: #7b34ae;
}

.navbar-button .icon-bar {
    display: block;
    width: 22px;
    width: 15px;
    height: 2px;
    background-color: #888;
    ;
    border-radius: 1px;
}

    .navbar-button .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.leftbtn {
    width: 152px;
    position: relative;
    white-space: normal;
}

a.menu-btn {
    /*color: #333;*/
    margin-left: 10px;
}

#cmdButtons .btn {
    width: 152px;
}

.magazine-area {
    margin-left: 200px;
}

.magazine-area-left {
    margin-left: 0px;
}

.left-menu-hidden {
    margin-left: -200px;
}

.btn-inline-right {
    display: inline;
    float: right;
}

.btn-inline-right-table {
    position: absolute;
    top: 15px;
    right: 15px;
    margin-right: 0;
}

.client-toggle {
    position: absolute;
    top: 72px;
    left: 236px;
    z-index: 7;
}

.client-select {
    position: absolute;
    top: 72px;
    left: 356px;
    z-index: 7;
}

.inline-right {
    position: absolute;
    display: inline;
    display: inline-block;
    top: 15px;
    right: 15px;
}

.delete-icon {
    display: inline-block;
    float: right;
    width: auto;
    margin-top: -10px;
}

.faded {
    -ms-opacity: 0.3;
    opacity: 0.3;
}

#addAdBtn {
    background-color: #F3F3F3;
}

    #addAdBtn:hover {
        background-color: #ebebeb;
    }

#addArticleBtn {
    background-color: aliceblue;
}

    #addArticleBtn:hover {
        background-color: #ebebeb;
    }

.search-item {
    display: inline-block;
    z-index: 1031;
}

.scrollto {
    border-color: #66afe9;
    outline: 0;
    border: 1px solid #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

a.scrollto {
    border-color: transparent;
    outline: 0;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
    box-shadow: inset 0 1px 1px transparent, 0 0 8px transparent;
}

.content-element {
    cursor: move;
    background-color: #D4F7C8;
}

.adv-element {
    cursor: move;
    background-color: #97DE7F;
}

.adv-no-artwork {
    background-color: #DEBAC3;
}

.content-no-artwork {
    background-color: #FBE9ED;
}

.client-advert-element {
    cursor: move;
    background-color: #eeaa2b;
}

.client-content-element {
    background-color: #ecc170
}


.empty-page {
    background-color: #FFFFFF;
}

.page-complete {
    background-color: #97DE7F;
}

.page-incomplete {
    background-color: #E6E5E5;
}

.auto-margin {
    margin: auto;
}

.are-you-sure {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid #DDD;
}

    .are-you-sure label {
        margin-bottom: 10px;
        padding-top: 15px;
        display: inline-block;
        margin-right: 20px;
    }

    .are-you-sure .btn {
        margin-bottom: 10px !important;
    }

.width250 {
    width: 250px;
}

.inline50 {
    display: inline-block;
    width: 50%;
    margin-bottom: 3px;
    line-height: 25px;
    height: 25px;
}

.autowidth {
    width: auto;
}

#UpdateUserForm .checkbox-inline {
    height: 25px;
    width: 25px;
}

.checkbox-inline {
    height: 25px;
    width: 25px;
}

.fb-checkbox-group .checkbox-group .checkbox-inline {
    height: auto;
    width: auto;
}

    .fb-checkbox-group .checkbox-group .checkbox-inline label {
        display: inline-block;
    }

.fb-radio-group .radio-group .radio-inline label {
    display: inline-block;
}

.form-group.inline-wrap .input-wrap label {
    display: inline-block;
}

.validation-summary-errors {
    width: 42%;
    -moz-min-width: 350px;
    -ms-min-width: 350px;
    -o-min-width: 350px;
    -webkit-min-width: 350px;
    min-width: 350px;
}


.number-input {
    display: inline-block;
    text-align: right;
}

.text-inline {
    display: inline-block;
    margin-left: 5px;
}

.text-inline-right {
    display: inline-block;
    margin-right: 5px;
}

.invoice-dropdown {
    border: 1px solid #662b90;
    margin: 10px;
    padding: 10px;
}

#previewEmailModal .modal-dialog, #webListingModal .modal-dialog, #emailStatementModal .modal-dialog {
    width: 1000px;
}

#invoiceModal .modal-content, #invoiceModal .modal-dialog {
    width: 800px;
}

#invoicecontenttable th {
    background-color: #662b90;
    color: #FFFFFF;
}

.cancelled {
    background-color: #f2dede !important;
    color: #a94442 !important;
}

    .cancelled td {
        background-color: #f2dede !important;
        color: #a94442 !important;
    }

    .cancelled:hover {
        background-color: #f2dede !important;
        color: #a94442 !important;
    }

.existing {
    height: 20px;
    width: 31px;
    margin: auto;
}

    .existing.True {
        background-image: url(Icons/success.png);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .existing.False {
        background-image: url(Icons/unsuccess.png);
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: center;
    }

        .existing.False.confirmed {
            background-image: url(Icons/maybe.png);
            background-size: 90%;
            background-repeat: no-repeat;
            background-position: center;
        }

.remove-text {
    text-indent: -9999px;
}


/* Accordion */
.panel-heading.accordion-toggle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading.accordion-toggle.collapsed:before {
    content: "\e080";
    margin-top: -2px;
}

.saved-regions .element-counter {
    margin-right: 4px;
}

.panel-heading {
    cursor: pointer;
}

.panel-title a {
    color: #333;
}

.saved-regions.panel-body {
    padding: 0;
}


#bookingModal .modal-dialog {
    width: 1000px;
}

.addline {
    margin-left: 2px;
    background-image: url(Icons/add.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
}

.removeline {
    margin-left: 2px;
    background-image: url(Icons/remove.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
}

#boooking-table td {
    padding-left: 5px;
}

#boooking-table th {
    padding-left: 10px;
}

.price {
    text-align: right;
}

input[readonly="readonly"] {
    background-color: #ffffff !important;
}

.main-logo {
    background-image: url(images/maglogo.png);
    background-repeat: no-repeat;
    background-size: 520px;
}

.dataTable thead {
    background-color: #662b90;
    color: white;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #ed008b;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.modal-title {
    color: #ffffff !important;
    font-weight: 300;
}


.dataTable span {
    display: none;
}

.alert {
    margin-top: 10px;
}

.dataTables_length {
    /*margin-top: 16px;*/
}

.pagination {
    margin-top: 10px;
}

.adv-element.odd, .adv-element.even {
    cursor: pointer;
}

.content-element.odd, .content-element.even {
    cursor: pointer;
}

td a {
    color: #333;
}
/*@media screen and (max-width: 1200px) {
    .form-page {
        height: 400px;
        width: 300px;
    }

    .page-content {
        height: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .form-page {
        height: 300px;
        width: 200px;
    }

    .page-content {
        height: 85%;
    }
}*/



#waitingDiv {
    width: 100%;
    height: 100%;
    background: #fff;
    -ms-opacity: 0.7;
    opacity: 0.7;
    position: fixed;
    top: 50px;
    display: none;
    z-index: 99999;
    background-image: url(/Content/Images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.waitDiv {
    width: 100%;
    height: 100px;
    background: #fff;
    -ms-opacity: 0.7;
    opacity: 0.7;
    top: 50px;
    display: block;
    z-index: 99999;
    background-image: url(/Content/Images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}

#loadingDiv {
    width: 100%;
    height: 100%;
    background: #fff;
    -ms-opacity: 0.7;
    opacity: 0.7;
    position: fixed;
    top: 50px;
    display: none;
    z-index: 99999;
}

.fullwidth .expand {
    left: 200px;
    width: 100%;
    height: 8px;
    margin: 2px 0;
    background: #2187e7;
    position: absolute;
    box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7);
    -moz-animation: fullexpand 10s ease-out;
    -webkit-animation: fullexpand 10s ease-out;
}

.fullwidth .complete {
    left: 200px;
    width: 100%;
    height: 8px;
    margin: 2px 0;
    background: #2187e7;
    position: absolute;
    box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7);
}



@-moz-keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

.searchicon {
    background-image: url(Images/search.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-left: 5px;
}

.searchicon2 {
    background-image: url(Images/search2.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-left: 5px;
}



/* footer overrides
    ----------------------------------------------------------*/
footer .float-left,
footer .float-right {
    float: none;
}

footer {
    text-align: center;
    height: auto;
    background-color: transparent;
    /*padding: 10px 0;*/
}

    footer p {
        margin: 0;
    }

.transparent-background {
    background-color: transparent;
}

div.uploadFakeFileIcon {
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 1;
    cursor: pointer;
}

input.document-input {
    width: 72px;
    height: 30px;
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    -ms-opacity: 0;
    opacity: 0;
    z-index: 2;
}


.haspic {
    background-repeat: no-repeat;
}

.saved-regions .collapsed-element.haspic {
    width: 60px;
    border: 1px solid blue !important;
    display: inline-block;
    float: left;
    margin-left: 4px;
}

.saved-regions .collapsed-element.hasdoublepic.double-page-element {
    width: 120px;
    border: 1px solid blue;
    display: inline-block;
    height: 90px;
}

.saved-regions .used-element.haspic {
    height: 90px;
}

.saved-regions .bottom-half-element.haspic, .saved-regions .HalfPageLandscape.haspic, .saved-regions .ThirtySecondPage.haspic, .saved-regions .TwoNinthsLandscape.haspic {
    height: 45px;
}

.saved-regions .page-element.haspic {
    height: 90px;
}

.saved-regions .left-half-element.haspic, .saved-regions .HalfPagePortrait.haspic, .saved-regions .TwoNinthsPage.haspic, .saved-regions .TwoNinths.haspic {
    height: 90px;
    width: 30px;
}

.saved-regions .EighthPage.haspic, .saved-regions .top-half-eighth.haspic, .saved-regions .bottom-half-quarter.haspic, .saved-regions .top-half-quarter.haspic {
    height: 45px;
}

.saved-regions .SixteenthPageLandscape.haspic, .saved-regions .QuarterLandscape.haspic {
    height: 44px;
    width: 120px;
}

.saved-regions .TwelfthPageLandscape.haspic {
    width: 50px;
    height: 120px;
}

.saved-regions .TwelfthPagePortrait.haspic {
    width: 120px;
    height: 50px;
}

.saved-regions .ThreeQuarterPortrait.haspic {
    height: 90px;
    width: 45px !important;
}

.saved-regions .EighteenthPage.haspic {
    height: 48px;
    width: 64px !important;
}

.saved-regions .NinthPage.haspic {
    height: 96px;
    width: 64px !important;
}

.saved-regions .ThreeEighteenths.haspic, .saved-regions .SixthPageBanner.haspic {
    height: 24px;
    width: 64px !important;
}

.saved-regions .EighthPageBanner.haspic {
    height: 24px;
    width: 120px !important;
}

.saved-regions .ThreeEighths.haspic {
    height: 90px;
    width: 48px !important;
}

.saved-regions .ThirdPagePortrait.haspic {
    height: 90px;
    width: 50px !important;
}

.saved-regions .QuarterPagePortrait.haspic, .saved-regions .QuarterPageStrip.haspic {
    height: 90px;
    width: 18px !important;
}

.hasscratchpad {
    color: #ed008b !important;
    animation: blinker 1s linear infinite;
}

.invalid-page {
    color: #ffffff;
    background-color: red;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.saved-regions .ThirdPage.haspic {
    height: 90px;
    width: 20px;
}

.saved-regions .TwoThirdsofPage.haspic, .saved-regions .TwoThirds.haspic {
    height: 90px;
    width: 40px;
}

.saved-regions .top-left-quarter.haspic {
    width: 66px;
}

.saved-regions .double-page-element.haspic {
    width: 135px;
}

.saved-regions .sixteenth-page-element.haspic {
    width: 66px;
}

.saved-regions .SixthofPage.haspic, .saved-regions .SixthPage.haspic, .saved-regions .ThirdPageSquare.haspic {
    height: 60px;
    width: 60px;
}

.saved-regions .TwelfthPage.haspic, .saved-regions .TwentyFourthPage.haspic {
    height: 66px;
    width: 60px;
}

.saved-regions .ThirdLandscape.haspic {
    height: 30px;
    width: 66px;
}

.saved-regions .TwoThirdLandscape.haspic {
    height: 60px;
    width: 66px;
}

.saved-regions .ThreeQuarterPage.haspic {
    height: 66px;
    width: 60px;
}

.saved-regions .SixthPagePortrait.haspic {
    height: 66px;
    width: 28px;
}

.saved-regions .SixthPageLandscape.haspic {
    height: 34px;
    width: 66px;
}

.saved-regions .QuarterHorizontal.haspic {
    height: 56px;
    width: 66px;
}

.saved-regions .SixteenthStrip.haspic {
    height: 12px;
    width: 174px;
}

.saved-regions .Twentieth.haspic {
    height: 29px;
    width: 96px;
}

.saved-regions .page-element.haspic {
    width: 66px;
}

_:-moz-tree-row(hover),
.page-element.haspic {
    position: relative !important;
}

    _:-moz-tree-row(hover),
    .page-element.haspic.ui-draggable-dragging {
        position: absolute !important;
    }

.top-left-element.hasimage {
    border-top: 1px dashed #AAA !important;
    border-left: 1px dashed #AAA !important;
}

.bottom-left-element.hasimage {
    border-left: 1px dashed #AAA !important;
}

.top-right-element.hasimage {
    border-top: 1px dashed #AAA !important;
}

.double-page {
    width: 388px;
    margin-right: 8px;
    display: inline-block;
}

.form-page {
    height: 272px;
    width: 190px;
}


.haspic {
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
    background-position-y: top;
}

.hasdoublepic {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    color: transparent;
}

.page-element.haspic {
    position: absolute;
}

.saved-regions .haspic {
    position: relative;
}

/*.modal-header {
    background-image: url(/Images/logo-icon.png);
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position-y: center;
    color: #662d91 !important;
    background-color: #ffffff !important;
}*/
.modal-header h4 {
    /*margin-left: 22px;*/
    /*color: #662d91 !important;
    font-weight: bold;*/
}

/*.navbar-collapse.collapse {
    padding-left: 0;
}*/

.navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}


@media (max-width: 1047px) {
    #overviewdiv .pubsdiv {
        overflow-x: auto;
    }
}

@media (max-width: 1300px) {
    .navbar-collapse.collapse, .navbar.nav {
        font-size: 13.5px !important;
    }

    .navbar-nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }
}
