/* --------------------------------------------------
   Fonts
   -------------------------------------------------- */

@font-face {
    font-family: 'GothamRounded-Light';
    src: /*url('../fonts/GothamRounded-Light.eot?#iefix')                format('embedded-opentype'),  
          url('../fonts/GothamRounded-Light.otf')                       format('opentype'),*/
    url('../fonts/GothamRounded-Light.woff') format('woff'),
    /*url('../fonts/GothamRounded-Light.ttf')                       format('truetype'), */
    url('../fonts/GothamRounded-Light.svg#GothamRounded-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded-Medium';
    src: /*url('../fonts/GothamRounded-Medium.eot?#iefix')                format('embedded-opentype'),  
         url('../fonts/GothamRounded-Medium.otf')                       format('opentype'),*/
    url('../fonts/GothamRounded-Medium.woff') format('woff'),
    /*url('../fonts/GothamRounded-Medium.ttf')                       format('truetype'), */
    url('../fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    color: #;
}


@font-face {
    font-family: "ChevinBold";
    src: local("ÃƒÂ¢Ã‹Å“Ã‚Âº"), url("../fonts/ChevinBold.ttf") format("truetype");
}

@font-face {
    font-family: "ChevinLight";
    src: local("ÃƒÂ¢Ã‹Å“Ã‚Âº"), url("../fonts/ChevinLight.ttf") format("truetype");
}

/* --------------------------------------------------
   Base
   -------------------------------------------------- */

* {
    box-sizing: border-box;
    -ms-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
    /* clear:  both; */
}

body, html {
    height: 100%;
    width: 100%;
    min-height: 100%;
}

body {
    background: #fbfbfb;
    color: #595959;
    font-family: 'GothamRounded-Light', Arial;
    font-weight: normal;
    font-size: 62.5%;
    line-height: 1.5;
    position: relative;
    transition: left 0.3s ease 0s;
    overflow-x: hidden;
}

    body.view-desktop {
        left: 0;
    }

    body.view-mobile {
        left: 200px;
    }

input,
select,
textarea {
    border-radius: 0;
    box-shadow: none !important;
}

    input[type=text],
    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

select {
    background-image: url('../images/icons/arrow-down-blue.svg');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 14px 8px;
    -webkit-background-size: 14px 8px;
}

.hidden-feature {
    display: none !important;
}

select::-ms-expand {
    display: none;
}

input:disabled {
    /*Opacity*/
    -moz-opacity: 0.30;
    -khtml-opacity: 0.30;
    opacity: 0.30;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

a {
    cursor: pointer;
}
/* --------------------------------------------------
   Helpers
   -------------------------------------------------- */

.background-black {
    background: #000;
}

.background-white {
    background: #fff;
}

.color-black {
    color: #000;
}

.color-white {
    color: #fff;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.font-30 {
    font-size: 3.0em;
}

.font-27 {
    font-size: 2.7em;
}

.font-24 {
    font-size: 2.4em;
}

.font-21 {
    font-size: 2.1em;
}

.font-18 {
    font-size: 1.8em;
}

.font-15 {
    font-size: 1.5em;
}

.font-14 {
    font-size: 1.4em;
}

.font-13 {
    font-size: 1.3em;
}

.font-12 {
    font-size: 1.2em;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.margin-0 {
    margin: 0 !important;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-right-0 {
    margin-right: 0;
}

.padding-0 {
    padding: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.error {
    color: red;
}

.field-validation-error {
    color: red;
    font-weight: bold;
}

/* --------------------------------------------------
   Layouts
   -------------------------------------------------- */

.row {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.column {
    float: left;
    margin-left: 2%;
}

    .column:first-child, .column.first {
        margin-left: 0;
    }

.column-1 {
    width: 6.5%;
}

.column-2 {
    width: 15.0%;
}

.column-3 {
    width: 23.5%;
}

.column-4 {
    width: 32.0%;
}

.column-5 {
    width: 40.5%;
}

.column-6 {
    width: 49.0%;
}

.column-7 {
    width: 57.5%;
}

.column-8 {
    width: 66.0%;
}

.column-9 {
    width: 74.5%;
}

.column-10 {
    width: 83.0%;
}

.column-11 {
    width: 91.5%;
}

.column-12 {
    width: 100%;
}

/*
    Login popup
*/

#loginDialog .validation-summary-errors {
    margin: 0 0 10px 0;
    font-size: 1em;
    position: relative;
    margin-bottom: 40px;
}

    #loginDialog .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

        #loginDialog .validation-summary-errors ul li {
            list-style: none;
            color: #000;
            font-size: 1em;
            font-weight: bold;
            background: #b2daf4 url('../../images/icons/icon-warning.svg') left 10px center no-repeat;
            background-size: 24px 24px;
            -webkit-background-size: 24px 24px;
            padding: 16px 16px 16px 45px;
            display: block;
            text-align: center;
            width: 100%;
            margin: 0 auto;
        }

/* --------------------------------------------------
   Header
   -------------------------------------------------- */

header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    transition: left 0.3s ease 0s;
}

body.view-mobile header {
    left: 200px;
}


.header {
    background-color: #fff;
    border-bottom: 2px solid #009ee2;
    height: 50px;
    position: relative;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .header .row {
    }

    .header .wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: visible;
        margin: 0 auto;
        padding: 0 10px;
        text-align: left;
    }

        .header .wrapper .container {
            height: 100%;
            text-align: center; /* align the inline(-block) elements horizontally */
            font-size: 0px;
            position: relative;
            text-align: left;
        }

            /*
.header .wrapper .container:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0px;
  vertical-align: middle;
}
*/

            .header .wrapper .container img {
                height: 48px;
                vertical-align: middle;
                padding: 8px !important;
                image-rendering: optimizeQuality;
            }

    .header .content {
        margin: 0 auto;
        max-width: 960px;
    }


.logo {
}

    .logo a {
    }

.navigation {
}

    .navigation ul {
    }

        .navigation ul li {
        }

            .navigation ul li a {
            }


.logo-container {
    font-size: 0;
    text-align: left;
}

.logo-partner {
    width: 30%;
    height: 100%;
    display: inline-block;
    text-align: left;
}

    .logo-partner img {
        padding: 0 !important;
    }

.logo-print-connect {
    width: 40%;
    height: 100%;
    display: inline-block;
    text-align: center;
}


.logo-container > div:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0px;
    margin-left: -10px; /*SAFARI FIX*/
}

.header h1 {
    font-family: 'GothamRounded-Light', Arial;
    font-weight: normal;
    font-size: 5.0em;
    color: #0083dc;
    text-transform: uppercase;
    text-align: center;
    padding-left: 55px;
}

/* MOBILE NAVIGATION */
.menu-mobile-toggle-button {
    width: 20px;
    margin-left: 0;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 60;
    cursor: pointer;
    display: none;
}

    .menu-mobile-toggle-button span {
        left: 0px;
        top: 3px;
        background: #0083dc none repeat scroll 0 0;
        display: block;
        height: 4px;
        width: 24px;
        margin-bottom: 3px;
        position: relative;
        transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-property: all;
        -ms-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .menu-mobile-toggle-button span:last-child {
            margin-bottom: 0;
        }

body.view-mobile .menu-mobile-toggle-button span.span-1 {
    left: 6px;
    top: 1px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

body.view-mobile .menu-mobile-toggle-button span.span-2 {
    opacity: 0;
}

body.view-mobile .menu-mobile-toggle-button span.span-3 {
    left: 3px;
    top: 4px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menu-mobile-left {
    width: 200px;
    height: 100%;
    top: 0px;
    z-index: 60;
    position: fixed;
    background: none repeat scroll 0 0 #fbfbfb;
    border-right: 1px solid #7fc3ea;
    transition: left 0.3s ease 0s;
    overflow: auto;
}

.view-desktop .menu-mobile-left {
    left: -200px;
}

.view-mobile .menu-mobile-left {
    left: 0px;
}

.menu-mobile-left h3 {
    background: none repeat scroll 0 0 #7fc3ea;
    font-size: 1.5em;
    margin: 0;
    padding: 20px;
    color: #000000;
}


.menu-mobile-left a,
.menu-mobile-left a:link,
.menu-mobile-left a:visited {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #7fc3ea;
    text-decoration: none;
    color: #000000;
    font-size: 1.4em;
}

    .menu-mobile-left a.icon:hover {
        background-color: #b2daf4;
    }

    .menu-mobile-left a.icon {
        padding-left: 50px;
    }

    .menu-mobile-left a.edit {
        background: #fbfbfb url('../images/icons/icon-edit.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.back-to-document-view {
        background: #fbfbfb url('../images/icons/icon-back.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.create-new-project {
        background: #fbfbfb url('../images/icons/icon-page-empty.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.annotate {
        background: #fbfbfb url('../images/icons/icon-bubble.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.view {
        background: #fbfbfb url('../images/icons/icon-magnifier.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.view-changes {
        background: #fbfbfb url('../images/icons/icon-eye.svg') 10px center no-repeat;
        background-size: 37px 24px;
    }

    .menu-mobile-left a.map-web-pages {
        background: #fbfbfb url('../images/icons/icon-tree-structure.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.render-pdf {
        background: #fbfbfb url('../images/icons/icon-pdf.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.export-as-word {
        background: #fbfbfb url('../images/icons/icon-word.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.strategic-report,
    .menu-mobile-left a.render-to-webconnect,
    .menu-mobile-left a.corporate-website-sg-section {
        background: #fbfbfb url('../images/icons/icon-global.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.create-new-website {
        background: #fbfbfb url('../images/icons/icon-global-plus.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.download-all,
    .menu-mobile-left a.download-user-manual {
        background: #fbfbfb url('../images/icons/icon-download.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.settings {
        background: #fbfbfb url('../images/icons/icon-settings.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.technical-support {
        background: #fbfbfb url('../images/icons/icon-questionmark.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }

    .menu-mobile-left a.logout {
        background: #fbfbfb url('../images/icons/icon-lock.svg') 10px center no-repeat;
        background-size: 24px 24px;
    }




/* BANNER WITH INFOS */
.header-banner {
    width: 100%;
    background-color: #fff;
    height: 30px;
    vertical-align: middle;
    position: relative;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .header-banner .row {
        position: relative;
        margin-bottom: 0;
    }

    .header-banner .content {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }


    .header-banner .breadcumb {
        font-family: 'GothamRounded-Light';
        font-weight: normal;
        vertical-align: middle;
        padding: 5px 0;
        position: relative;
        width: 100%;
        padding-right: 200px;
    }

        .header-banner .breadcumb ul {
            margin: 0;
            padding: 0;
            font-size: 1em;
            height: 24px;
            overflow: hidden;
        }

            .header-banner .breadcumb ul li {
                list-style: none;
                display: inline-block;
                margin-left: 0;
                margin-right: 3px;
                text-decoration: underline;
                vertical-align: top;
            }

                .header-banner .breadcumb ul li:first-child {
                    font-family: 'GothamRounded-Medium';
                    font-weight: normal;
                }

                .header-banner .breadcumb ul li:first-child,
                .header-banner .breadcumb ul li:last-child {
                    text-decoration: none;
                }

                .header-banner .breadcumb ul li a {
                    display: table-cell;
                }

        .header-banner .breadcumb > img {
            display: inline-block;
            vertical-align: middle;
        }

        .header-banner .breadcumb .fa {
            font-size: 11px;
        }


.personal {
    width: 30%;
    min-width: 200px;
    height: 100%;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10;
    font-size: 11px;
}



element.style {
}

.personal .current-user {
    display: inline-block;
}

.personal .user-image {
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
    margin-bottom: -11px;
    overflow: hidden;
    border-radius: 18px;
    border: solid 1px #d1d1d1;
}

    .personal .user-image span {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 34px;
        height: 34px;
        background-position: center;
        background-size: cover;
    }

    .personal .user-image img {
        height: 100%;
    }

    .personal h2 {
        width: auto;
        height: 50px;
        line-height: 50px;
        font-weight: normal;
        padding: 0;
        font-size: 1.2em;
        display: inline;
        margin: 0;
        overflow: auto;
    }

    .personal nav {
        display: inline-block;
        width: 100%;
        text-align: right;
        position: absolute;
        right: 0;
        top: 0;
    }

        .personal nav img {
            height: 100%;
        }

    .personal ul {
        margin: 0;
        padding: 0;
        font-size: 1em;
        display: inline;
    }

    .personal li a {
        text-decoration: none;
        color: #595959;
        font-size: 0;

    }

        .personal ul li {
            height: 50px;
            list-style: none;
            display: inline-block;
            margin-left: 0;
            margin-left: 20px;
            vertical-align: middle;
        }

            .personal ul li .icon {
                height: 24px;
                text-indent: -9999px;
                overflow: hidden;
                display: inline-block;
                vertical-align: middle;
                margin: 0;
                padding: 10px 0;
                font-size: 0;
                height: 100%;
            }

            .personal ul li .icon-download {
                width: 22px;
                background: url('../images/icons/icon-download.svg') center center no-repeat;
                background-size: 24px 24px;
            }

            .personal ul li .icon-settings {
                width: 23px;
                background: url('../images/icons/icon-settings.svg') center center no-repeat;
                background-size: 24px 24px;
            }

            .personal ul li .icon-technical-support {
                width: 24px;
                background: url('../images/icons/icon-questionmark.svg') center center no-repeat;
                background-size: 24px 24px;
            }

            .personal ul li .icon-button-logout {
                width: 24px;
                background: url('../images/icons/icon-logout2.svg') center center no-repeat;
                background-size: 24px 24px;
            }

            .personal ul li .icon-button-notification {
                width: 24px;
                background: url('../images/icons/notes/Notifications.svg') center center no-repeat;
                background-size: 24px 24px;
            }

            .personal ul li .icon-button-files {
                width: 24px;
                background: url('../images/icons/icon-download.svg') center center no-repeat;
                background-size: 24px 24px;
            }

    .personal .icon {
        font-size: 2.5em;
        color: #0083dc;
    }

        .personal .icon:hover {
            color: #d1d1d1;
        }

    .personal a.icon-button-logout,
    .personal a.icon-button-logout:link,
    .personal a.icon-button-logout:visited {
        text-decoration: none;
    }

        .personal a.icon-button-logout:hover {
            text-decoration: none;
        }

@media screen and (max-width: 960px) {

    .personal {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
    }

        .personal.collapsed {
            display: none;
        }

        .personal nav {
            text-align: left;
            background: white;
            border: solid 1px #d1d1d1;
            padding: 10px;
        }

        .personal li a {
            font-size: 1.2em;
        }
            .personal ul li .icon {
                margin-right: 20px;
            }

            .personal .current-user {
                display: block;
            }

            .personal .current-user .user-image {
                margin-bottom: 8px;
                margin-right: 15px;
            }

            .personal .current-user h2 {
                display: inline-block;
            }

            .personal ul {
                width: 100%;
                overflow: hidden;
            }

        .personal ul li {
            display: block;
            margin: 0;
        }


  

}
    



/* --------------------------------------------------
   Main
   -------------------------------------------------- */

/*.main { height: auto; min-height: 100%; padding-top: 220px; margin-bottom: 40px;  }*/
.main {
    height: 100%;
    padding-top: 130px;
    padding-bottom: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* editor */
    .main.layout-editor {
        padding-top: 120px;
    }

    .main.layout-dashboard {
        height: auto;
        padding-top: 130px;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

    .main .content {
        margin-top: 0;
        margin: 0 auto;
        width: 960px;
        max-width: 100%;
    }

    .main h1 {
        font-size: 3.0em;
        margin-bottom: 20px;
    }

    .main h2 {
        font-size: 2.7em;
        margin-bottom: 20px;
    }

    .main h3 {
        font-size: 2.4em;
        margin-bottom: 20px;
    }

    .main h4 {
        font-size: 2.1em;
        margin-bottom: 20px;
    }

    .main h5 {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .main h6 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .main p {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .main a {
        color: #595959;
        text-decoration: none;
    }

        .main a:hover {
            text-decoration: underline;
        }

    .main img {
        display: block;
        max-width: 100%;
    }

    .main ol, .main ul {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .main li {
        margin-left: 20px;
    }

    /**************************************************
*	NAVIGATION ROW BUTTONS
**************************************************/
    /* BUTTONS ON THE LEFT SIDE: Overview, Annotations, Assets, etc */
    /* BUTTONS ON THE RIGHT SIDE: Create a new project, Render as PDF, Export as Word, etc */

    .main .menubar {
        position: fixed;
        top: 80px;
        z-index: 16;
    }

        .main .menubar .naw-row {
            width: 100%;
            height: 40px;
            /*outline: 1px solid #d1d1d1; border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; */
            background-color: #fff;
            border-bottom: 1px solid #d1d1d1;
        }

        .main .menubar .naw-row-960 {
            width: 962px;
            max-width: 100%;
            background: none;
            margin: 0 auto;
            background-color: #fff;
            border-left: 1px solid #d1d1d1;
            border-right: 1px solid #d1d1d1;
            border-top: 1px solid #d1d1d1;
            border-bottom: 1px solid #d1d1d1;
        }

        .main .menubar .naw-row-no-bg {
            background: none;
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: none;
        }

        .main .menubar ul {
            margin: 0;
            padding: 0;
            font-size: 1em;
            text-align: right;
            height: auto;
        }

    .main.layout-editor .menubar ul {
        width: 50%;
        float: right;
        position: relative;
    }


    .main .menubar ul.right-side {
        text-align: right;
    }

    .main .menubar ul li {
        width: auto;
        /*padding: 10px 5px 10px 35px;*/
        padding: 10px 5px 10px 35px;
        text-align: center;
        font-size: 1.3em;
        color: #0083dc;
        display: inline-block;
        margin: 0;
        margin-left: -3px;
        border-collapse: collapse;
        cursor: pointer;
        /*background-color: #fff;*/
        background-position: 10px center;
        background-repeat: no-repeat;
        /*border-bottom: 1px solid #d1d1d1;*/
    }

    .main .menubar .naw-row-960 ul li {
        padding: 10px 5px 9px 35px; /* BORDER-BOTTOM HACK */
    }

    .main .menubar ul li {
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        image-rendering: -moz-crisp-edges; /* Firefox */
        image-rendering: -o-crisp-edges; /* Opera */
        image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
    }


        .main .menubar ul li:hover {
            background-color: #b2daf4 !important;
            /*Opacity*/
            -moz-opacity: 0.80;
            -khtml-opacity: 0.80;
            opacity: 0.80;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
            filter: alpha(opacity=80);
        }

        .main .menubar ul li.selected {
            background-color: #b2daf4 !important;
        }

        .main .menubar ul li:after {
            text-indent: 0px;
        }
        /* TOOLTIP FIX */
        .main .menubar ul li.no-icon {
            float: left;
            text-align: left;
            padding-left: 10px;
        }

            .main .menubar ul li.no-icon .full-text {
                display: block;
            }

            .main .menubar ul li.no-icon .short-text {
                display: none;
            }

            .main .menubar ul li.no-icon:hover {
                background: none !important;
            }


        .main .menubar ul li.create-new-company {
            width: auto;
            max-width: 50%;
            background-image: url('../images/icons/icon-page-empty.svg');
            background-color: #fbfbfb;
            background-size: 24px 24px;
        }

        .main .menubar ul li.create-new-project {
            width: auto;
            max-width: 50%;
            background-image: url('../images/icons/icon-page-empty.svg');
            background-color: #fbfbfb;
            background-size: 24px 24px;
        }

        .main .menubar ul li.overview {
            width: 140px;
            background-image: url('../images/icons/icon-eye.svg');
            background-size: 34px 24px;
        }

        .main .menubar ul li.annotations {
            width: 140px;
            background-image: url('../images/icons/icon-bubble.svg');
            background-size: 24px 24px;
        }

        .main .menubar ul li.assets {
            width: 140px;
            background-image: url('../images/icons/icon-assets.svg');
            background-size: 34px 24px;
        }

        .main .menubar ul li.files {
            width: 140px;
            background-image: url('../images/icons/icon-folder-open.svg');
            background-size: 24px 24px;
        }

        .main .menubar ul li.meta-data {
            width: 140px;
            background-image: url('../images/icons/icon-metadata.svg');
            background-size: 34px 24px;
        }

        .main .menubar ul li.boardcontent {
            width: 140px;
            background-image: url('../images/icons/icon-board.svg');
            background-size: 24px 24px;
        }

        .main .menubar ul li.databasemaintenance {
            width: 140px;
            background-image: url('../images/icons/icon-database.svg');
            background-size: 24px 24px;
        }

        .main .menubar ul li.loggedinusers {
            width: 140px;
            background-image: url('../images/icons/icon-user.svg');
            background-size: 24px 24px;
        }

        .main .menubar ul li.runningwatchers {
            width: 140px;
            background-image: url('../images/icons/icon-watcher.svg');
            background-size: 24px 24px;
        }

        .main .menubar ul li.backgroundservices {
            width: 140px;
            background-image: url('../images/icons/icon-service.svg');
            background-size: 24px 24px;
        }

        .main .menubar ul li.icon {
            text-indent: -9999px;
            background-color: #fbfbfb;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .main .menubar ul li.icon-long {
            text-indent: 0px;
            background-color: #fbfbfb;
            background-position: 10px center;
            background-repeat: no-repeat;
            padding-left: 50px;
            padding-right: 20px;
        }

            .main .menubar ul li.icon-long a:hover {
                text-decoration: none;
            }

        /*ZOOM*/
        .main .menubar ul li.zoom {
            width: auto;
            text-indent: 0 !important;
            padding: 0px 50px 0px 20px;
        }

    .main.layout-editor .menubar ul li.zoom {
        padding: 6px 10px 0px 10px;
    }

    .main .menubar ul li.zoom > div {
        display: inline-block;
    }

    .main .menubar ul li.zoom:hover {
        background: none !important;
    }

    .main .menubar ul li.zoom .increase,
    .main .menubar ul li.zoom .decrease,
    .main .menubar ul li.zoom .select-zoom {
        border: 1px solid #f1f1f2;
        padding: 0px 5px;
        font-size: 1.2em;
    }

        .main .menubar ul li.zoom .select-zoom select {
            border: 0px;
            background-position: right center;
            border: none;
            outline: none;
            cursor: pointer;
        }

            .main .menubar ul li.zoom .select-zoom select option.unique-option {
                display: none;
            }

        .main .menubar ul li.zoom .increase:hover,
        .main .menubar ul li.zoom .decrease:hover {
            background-color: #b2daf4 !important;
        }

    .main .menubar ul li.icon:after {
        text-indent: 0px;
    }
    /* TOOLTIP FIX */
    .main .menubar ul li.icon-edit {
        background-image: url('../images/icons/icon-edit.svg');
        background-size: 24px 24px;
    }

    .main .menubar ul li.icon-annotate {
        background-image: url('../images/icons/icon-bubble.svg');
        background-size: 24px 24px;
    }

    .main .menubar ul li.icon-view {
        background-image: url('../images/icons/icon-magnifier.svg');
        background-size: 24px 24px;
    }

    .main .menubar ul li.icon-view-changes {
        background-image: url('../images/icons/icon-eye.svg');
        background-size: 34px 24px;
    }

    .main .menubar ul li.icon-map {
        background-image: url('../images/icons/icon-tree-structure.svg');
        background-size: 24px 24px;
    }

    .main .menubar ul li.icon-pdf {
        width: 60px;
        background-image: url('../images/icons/icon-pdf.svg');
        background-size: 24px 24px;
        border-left: 1px solid #d1d1d1;
        background-color: #f1f1f1;
    }

    .main .menubar ul li.icon-rerender {
        width: 60px;
        background-image: url('../images/icons/icon-refresh.svg');
        background-size: 24px 24px;
        border-left: 1px solid #d1d1d1;
        background-color: #f1f1f1;
    }

    .main .menubar ul li.icon-word {
        width: 60px;
        background-image: url('../images/icons/icon-word.svg');
        background-size: 24px 24px;
        background-color: #f1f1f1;
    }

    .main .menubar ul li.icon-download {
        width: 60px;
        background-image: url('../images/icons/icon-download.svg');
        background-size: 24px 24px;
        border-left: 1px solid #d1d1d1;
    }
/* INITIALLY IT'S HIDDEN*/

.tabButton {
    border-left: 1px solid #d1d1d1;
}

.tabControl {
    overflow: auto;
}


/**************************************************
*
**************************************************/
.main .row .content section {
    background: #fff;
    outline: 1px solid #d1d1d1;
    height: auto;
    min-height: 280px;
}

.content h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.content h2 {
    font-size: 27px;
    margin-bottom: 20px;
}

.content h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.content h4 {
    font-size: 21px;
    margin-bottom: 20px;
}

.content h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

.content h6 {
    font-size: 15px;
    margin-bottom: 20px;
}

.content p {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.content a {
    color: #595959;
    text-decoration: none;
}

    .content a:hover {
        text-decoration: underline;
    }

.content img { /*display:block; */
    display: inline-block;
    max-width: 100%;
}

.content ol, .content ul {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.content li {
    margin-left: 20px;
}

.breadcrumbs {
}

    .breadcrumbs ul {
    }

        .breadcrumbs ul li {
        }

            .breadcrumbs ul li a {
            }

.menu {
}

    .menu ul {
    }

        .menu ul li {
        }

            .menu ul li a {
            }

.title {
}

    .title h1 {
    }

.subtitle {
}

    .subtitle h2 {
    }

.intro {
}

    .intro p {
    }

.teaser {
}

.teaser-header {
}

.teaser-content {
}

.teaser-footer {
}


/* Prevent the text contents of draggable elements from being selectable. */
[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}

/* --------------------------------------------------
   Hacks
   -------------------------------------------------- */

.ie7 {
}

.ie8 {
}

.ie9 {
}


.no-margin-bottom {
    margin-bottom: 0px;
}


.shadow-inner-tr {
    -webkit-box-shadow: inset -10px 10px 16px -8px rgba(0,0,0,0.08);
    -moz-box-shadow: inset -10px 10px 16px -8px rgba(0,0,0,0.08);
    box-shadow: inset -10px 10px 16px -8px rgba(0,0,0,0.08);
}

.shadow-inner-tl {
    -webkit-box-shadow: inset 10px 10px 16px -8px rgba(0,0,0,0.08);
    -moz-box-shadow: inset 10px 10px 16px -8px rgba(0,0,0,0.08);
    box-shadow: inset 10px 10px 16px -8px rgba(0,0,0,0.08);
}

.shadow-inner-top {
    -webkit-box-shadow: inset 0px 10px 16px -8px rgba(0,0,0,0.08);
    -moz-box-shadow: inset 0px 10px 16px -8px rgba(0,0,0,0.08);
    box-shadow: inset 0px 10px 16px -8px rgba(0,0,0,0.08);
}

.shadow-outer-left-right {
    -webkit-box-shadow: 10px 0px 16px -8px rgba(0,0,0,0.08), -10px 0px 16px -8px rgba(0,0,0,0.08);
    -moz-box-shadow: 10px 0px 16px -8px rgba(0,0,0,0.08), -10px 0px 16px -8px rgba(0,0,0,0.08);
    box-shadow: 10px 0px 16px -8px rgba(0,0,0,0.08), -10px 0px 16px -8px rgba(0,0,0,0.08);
}

.shadow-outer-left-right-bottom {
    -webkit-box-shadow: 10px 0px 16px -8px rgba(0,0,0,0.08), -10px 0px 16px -8px rgba(0,0,0,0.08), 0px 10px 16px -8px rgba(0,0,0,0.08);
    -moz-box-shadow: 10px 0px 16px -8px rgba(0,0,0,0.08), -10px 0px 16px -8px rgba(0,0,0,0.08), 0px 10px 16px -8px rgba(0,0,0,0.08);
    box-shadow: 10px 0px 16px -8px rgba(0,0,0,0.08), -10px 0px 16px -8px rgba(0,0,0,0.08), 0px 10px 16px -8px rgba(0,0,0,0.08);
}

.shadow-outer-top-left-right-bottom {
    -webkit-box-shadow: 0px -10px 16px -8px rgba(0,0,0,0.08), 10px 0px 16px -8px rgba(0,0,0,0.08), -10px 0px 16px -8px rgba(0,0,0,0.08), 0px 10px 16px -8px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px -10px 16px -8px rgba(0,0,0,0.08), 10px 0px 16px -8px rgba(0,0,0,0.08), -10px 0px 16px -8px rgba(0,0,0,0.08), 0px 10px 16px -8px rgba(0,0,0,0.08);
    box-shadow: 0px -10px 16px -8px rgba(0,0,0,0.08), 10px 0px 16px -8px rgba(0,0,0,0.08), -10px 0px 16px -8px rgba(0,0,0,0.08), 0px 10px 16px -8px rgba(0,0,0,0.08);
}

.shadow-outer-right {
    -webkit-box-shadow: 10px 0px 16px -8px rgba(0,0,0,0.08);
    -moz-box-shadow: 10px 0px 16px -8px rgba(0,0,0,0.08);
    box-shadow: 10px 0px 16px -8px rgba(0,0,0,0.08);
}

.shadow-outer-left {
    -webkit-box-shadow: -10px 0px 16px -8px rgba(0,0,0,0.08);
    -moz-box-shadow: -10px 0px 16px -8px rgba(0,0,0,0.08);
    box-shadow: -10px 0px 16px -8px rgba(0,0,0,0.08);
}

.shadow-outer-top {
    -webkit-box-shadow: 0px -10px 16px -8px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px -10px 16px -8px rgba(0,0,0,0.08);
    box-shadow: 0px -10px 16px -8px rgba(0,0,0,0.08);
}

.shadow-outer-bottom {
    -webkit-box-shadow: 0px 10px 16px -8px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 10px 16px -8px rgba(0,0,0,0.08);
    box-shadow: 0px 10px 16px -8px rgba(0,0,0,0.08);
}

.extraspace {
}

.height-100p {
    height: 100% !important;
}

.min-height-100p {
    min-height: 100%;
}

.padding-0 {
    padding: 0px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}



/* --------------------------------------------------
   Footer
   -------------------------------------------------- */

.main > .row:after {
    content: " ";
    display: block;
    width: 130px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 35px;
    z-index: -1;
    background-image: url('../Images/logo/bs-straight-logo.svg');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .5;
}

.main.no-logo {
    background: none;
}

.footer {
    width: 100%;
    height: 30px;
    text-align: right;
    background: #fbfbfb;
    padding: 0 10px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    position: fixed;
    z-index: 50;
    bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .footer a,
    .footer a:link,
    .footer a:visited {
        text-decoration: none;
        color: #595959;
        line-height: 25px;
        z-index: 5;
    }

    .footer .version-info {
        text-align: left;
        display: block;
        position: absolute;
        color: #595959;
        font-weight: bold;
        left: 2px;
        line-height: 25px;
        padding-left: 20px;
        top: 0;
    }

.copyright {
}

    .copyright p {
    }

    .copyright:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        background-color: blue;
    }

.footer-container {
    position: absolute;
    width: 100%;
    display: block;
    height: 35px;
    top: 0;
    left: 0;
    padding: 5px 200px 5px 200px;
    z-index: -1;
}

.logo-black-sun {
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
}

    .logo-black-sun img {
        height: 36px;
    }





/*aside { overflow: hidden;}*/

/* VISIBLE AND INVISIBLE ELEMENTS GENERATED BY THE SYSTEM */
.policy-related {
    visibility: hidden !important;
    display: none !important;
}

.policy-related-enabled {
    visibility: visible;
}

.tabPanel {
    display: none;
}

    .tabPanel.selected {
        display: block;
    }


/*********************************************************************
*   SYSTEM POPUP
*   - export-to-pdf-dialog-content
*   - error-message-content
*   - create-website-panel-template
*********************************************************************/

.message-box-body .error {
    font-weight: bold;
}




table#textFrameHtmlEditorControl_LPV tr td:first-child {
    text-align: right;
}

table#textFrameHtmlEditorControl_LPV tr td:last-child {
    text-align: left;
}


#sendTextMessageDialog_PW-1 {
    width: 400px !important;
}




.checkbox-row {
    display: block;
    position: relative;
    margin: 5px 0;
    min-height: 20px;
}


.checkbox-row,
.radiobutton-row {
    padding-left: 20px !important;
    position: relative;
}





/* PDF status window */
.statusBar,
.export-to-pdf-dialog-status {
    font-size: 1em;
    font-family: 'GothamRounded-Light', Arial;
    font-weight: normal;
}

    .statusBar > div,
    .export-to-pdf-dialog-status > div {
        color: #0083dc;
        font-size: 1em;
        text-align: left;
        padding: 5px 0;
        display: block;
    }

    .statusBar .statusText,
    .export-to-pdf-dialog-status .statusText {
        text-align: center;
        font-size: 1.5em;
    }

    .statusBar .statusPercentage,
    .export-to-pdf-dialog-status .statusPercentage {
        text-align: center;
    }



.popup-buttons {
    padding: 5px 0;
}

    .popup-buttons td a,
    tr#attachmentsUploadControl_Cancel a {
        border: 1px solid #d1d1d1;
        background: #fbfbfb;
        margin-right: 5px;
        margin-left: 0px !important;
        color: #000;
        font-family: 'GothamRounded-Light', Arial;
        font-weight: normal;
        font-size: 1em;
        margin-top: 10px;
    }




tr#attachmentsUploadControl_Cancel a {
    display: block;
}


.ui-dialog-content .edit-dialog-content {
    font-size: 12px;
}

/*********************************************************************
                        *   CREATE NEW NOTE POPUP PANEL
                        *********************************************************************/





.drop-zone {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #eaeaea;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    vertical-align: middle;
}

.drag-zone {
    min-height: 100px;
    text-align: center;
    position: relative;
    padding: 5px;
    padding-top: 25px;
    border: #0083dc dashed 2px;
    /* left:  0; */
    /* top:  0; */
    /* width:  100%; */
}

.drop-zone p {
    font-size: 0.8em;
    text-align: center;
    color: #0083dc;
    display: block;
    padding: 0px;
    margin: 0;
    line-height: 80px;
}

.drag-zone p {
    font-size: 0.8em;
    text-align: center;
    color: #0083dc;
    display: block;
    padding: 0px;
    margin: 0;
    cursor: pointer;
}

.dxpc-mainDiv .dxpc-contentWrapper .dxpc-content .form-group .form-field div.recipients-list {
    max-height: 100px;
    overflow-y: auto;
    padding-left: 0;
}

.dxpc-mainDiv .dxpc-contentWrapper .dxpc-content .form-group div#attachments-panel {
    position: relative;
}





/* NOTIFICATION PANELS ON RIGHT BOTTOM PART OF THE PAGE*/

.notification-popup {
    /*background: #fff;*/
    background: #0083dc;
    padding: 10px;
    right: 10px;
    font-size: 1em;
    font-family: 'GothamRounded-Light', Arial;
    font-weight: normal;
    z-index: 99;
    max-width: 30%;
    min-width: 15%;
    outline: 1px solid #d1d1d1;
    -webkit-transition: bottom 100ms ease-out;
    -moz-transition: bottom 100ms ease-out;
    -o-transition: bottom 100ms ease-out;
    transition: bottom 100ms ease-out;
}

    .notification-popup .closeButton {
        text-align: right;
        font-weight: bold;
        /*color: #0083dc; */
        color: white;
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
    }

        .notification-popup .closeButton:hover {
            /*color: #595959; */
            color: #7fc3ea;
        }

    .notification-popup .panel {
        font-size: 1em;
    }

        .notification-popup .panel .caption {
            font-weight: bold;
            font-size: 1.2em;
            color: white;
            padding-right: 10px;
        }

        .notification-popup .panel .content {
            font-size: 1.1em;
            color: white;
        }

        .notification-popup .panel a {
            text-decoration: underline;
            color: white;
        }

            .notification-popup .panel a:hover {
                text-decoration: none;
                color: #7fc3ea;
            }

/********************************
*    BUTTONS GENERAL DEFINITIONS
********************************/
.button,
a.button {
    display: block;
    cursor: pointer;
    background-color: #fbfbfb;
    border: 1px solid #d1d1d1;
    margin: 0 0 10px 0;
    padding: 10px 16px 10px 45px;
    font-size: 1.3em;
    text-decoration: none !important;
    text-align: left;
}

a.button {
    display: inline-block;
}

    .button:hover,
    a.button:hover {
        background-color: #b2daf4 !important;
        /*Opacity*/
        -moz-opacity: 0.80;
        -khtml-opacity: 0.80;
        opacity: 0.80;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
        filter: alpha(opacity=80);
        text-decoration: none !important;
    }


.button a,
.button a:link,
.button a:hover {
    text-decoration: none !important;
    color: #0083dc;
}

/*********************************************************************
*   PROGRESS METER
*********************************************************************/
.meter {
    height: 20px !important; /* Can be anything */
    position: relative;
    background: #fff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    margin-bottom: 10px;
    padding: 0px !important;
    border: 1px solid #d1d1d1;
}

    .meter > span {
        display: block;
        height: 100%;
        background-color: rgb(43,194,83);
        -webkit-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
        -moz-box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
        box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
        position: relative;
        overflow: hidden;
        /*TRANSATION*/
        -webkit-transition: width 10ms ease-out 10ms;
        -moz-transition: width 10ms ease-out 10ms;
        -o-transition: width 10ms ease-out 10ms;
        transition: width 10ms ease-out 10ms;
    }

.blue > span {
    background-color: #b2daf4;
    background-image: -moz-linear-gradient(top, #b2daf4, #0082db);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #b2daf4),color-stop(1, #0082db));
    background-image: -webkit-linear-gradient(#b2daf4, #0082db);
}

/*
====================================================================
GRID CONTROL
====================================================================
*/

div.grid-filter {
    text-align: right;
}

    div.grid-filter input[type='text'] {
        border: solid 1px #bfbfbf;
        color: black;
        font-weight: bold;
        font-size: 1.2em;
        padding: 5px 5px 5px 30px;
        background-image: url('../../Images/Icons/icon-magnifier.svg');
        background-position: 3px center;
        background-repeat: no-repeat;
        background-size: 16px;
        width: 250px;
    }

.ui-dialog div.grid-filter input[type='text'] {
    font-size: .9em;
}

div.grid-control-container::before {
    content: " ";
    clear: both;
}

div.grid-control-container > ul.grid-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

    div.grid-control-container > ul.grid-buttons li {
        display: inline-block;
        cursor: pointer;
        background-color: #fbfbfb;
        border: 1px solid #d1d1d1;
        margin: 0 0 10px 0;
        padding: 10px 16px 10px 16px;
        font-size: .9em;
        text-decoration: none !important;
        text-align: left;
    }

        div.grid-control-container > ul.grid-buttons li:hover {
            background-color: #b2daf4 !important;
            /*Opacity*/
            -moz-opacity: 0.80;
            -khtml-opacity: 0.80;
            opacity: 0.80;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
            filter: alpha(opacity=80);
            text-decoration: none !important;
        }

div.grid-filter::after {
    clear: both;
    display: block;
}

ul.grid-control {
    display: block;
    list-style: none;
    width: 100%;
    padding: 22px 0 0 0;
    border: solid 1px #bfbfbf;
    font-size: 1.1em;
    color: black;
    min-height: 100px;
    font-family: Verdana, Arial, Helvetica;
    max-height: 500px;
    overflow-y: scroll;
    position: relative;
}

.grid-control-container {
    position: relative;
}

ul.grid-control li.filtered {
    display: none;
}

.ui-dialog ul.grid-control {
    font-size: .9em;
}

ul.grid-control li {
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 22px;
    line-height: 1;
    white-space: nowrap;
    min-width: 100%;
    /* overflow:  hidden; */
    vertical-align: top;
    border-bottom: solid 1px #bfbfbf;
}


    ul.grid-control li > div {
        padding: 5px;
        overflow: hidden;
        border-right: solid 1px #bfbfbf;
        margin: 0;
        height: 100%;
        min-height: 22px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        ul.grid-control li > div::before {
            content: " ";
            display: inline-block;
        }


        ul.grid-control li > div:last-child {
            border-right: none;
        }

    ul.grid-control li:last-child {
    }

    ul.grid-control li.grid-header {
        border-bottom: solid 1px #bfbfbf;
        color: #00528c;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4effa+0,cfe4f9+91,8ec4f9+100 */
        background: #e4effa; /* Old browsers */
        background: -moz-linear-gradient(top, #e4effa 0%, #cfe4f9 91%, #8ec4f9 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e4effa 0%,#cfe4f9 91%,#8ec4f9 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e4effa 0%,#cfe4f9 91%,#8ec4f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4effa', endColorstr='#8ec4f9',GradientType=0 ); /* IE6-9 */
        position: absolute;
        z-index: 1;
        min-width: 100%;
        left: 0;
        top: 0;
    }

        ul.grid-control li.grid-header > div {
            color: #00528c;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4effa+0,cfe4f9+91,8ec4f9+100 */
            background: #e4effa; /* Old browsers */
            background: -moz-linear-gradient(top, #e4effa 0%, #cfe4f9 91%, #8ec4f9 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #e4effa 0%,#cfe4f9 91%,#8ec4f9 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #e4effa 0%,#cfe4f9 91%,#8ec4f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4effa', endColorstr='#8ec4f9',GradientType=0 ); /* IE6-9 */
        }

    ul.grid-control li div.grid-cell-commands {
    }

    ul.grid-control li div.grid-cell-controls a {
        color: #0082db;
    }

        ul.grid-control li div.grid-cell-controls a:after {
            content: " ";
        }

    ul.grid-control li div {
        display: inline-block;
        padding-right: 5px;
    }

        ul.grid-control li div:last-child {
            padding-right: 0;
        }

    ul.grid-control li:nth-child(even) {
        background-color: #fafafa;
    }

/*
====================================================================
END GRID CONTROL
====================================================================
*/

/***
* SYSTEM SETTINGS
***/

/*DASHBOARD*/
.button.create-new-project,
.button.show-all-projects {
    width: auto;
    min-width: 190px;
    max-width: 100%;
    text-align: center;
    padding: 10px 5px 10px 35px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family: 'GothamRounded-Light', Arial;
    font-weight: normal;
    font-size: 1.3em;
    color: #0083dc;
    cursor: pointer;
}

.button.create-new-project {
    position: absolute;
    right: 10px;
    top: 0px;
    background-image: url('../images/icons/icon-page-empty.svg');
    background-color: #b2daf4;
    background-size: 24px 24px;
}

.button.show-all-projects {
    width: 190px;
    margin-top: 10px;
    background-image: url('../images/icons/icon-eye.svg');
    background-color: #b2daf4;
    background-size: 34px 24px;
    padding: 10px 5px 10px 50px;
    text-align: left;
}

.button.remove {
    background: #fbfbfb url('../images/icons/icon-delete.svg') 10px center no-repeat;
    background-size: 24px 24px;
    padding: 10px 10px 10px 40px !important;
}

.button.flush-cache {
    background: #fbfbfb url('../images/icons/icon-delete.svg') 10px center no-repeat;
    background-size: 24px 24px;
    padding: 10px 10px 10px 40px !important;
}

.button.backup-database {
    background: #fbfbfb url('../images/icons/icon-refresh.svg') 10px center no-repeat;
    background-size: 24px 24px;
    padding: 10px 10px 10px 40px !important;
}

.button.force-logout {
    background: #fbfbfb url('../images/icons/icon-logout.svg') 10px center no-repeat;
    background-size: 24px 24px;
    padding: 10px 10px 10px 40px !important;
}

.button.send-text-message {
    background: #fbfbfb url('../images/icons/icon-message.svg') 10px center no-repeat;
    background-size: 24px 24px;
    padding: 10px 10px 10px 40px !important;
}

/*USER GROUPS*/

.button.refresh-list {
    display: inline-block;
    background: #fbfbfb url('../images/icons/icon-refresh.svg') 10px center no-repeat;
    background-size: 24px 24px;
    padding: 10px 10px 10px 40px !important;
    margin-bottom: 10px !important;
}

.abort {
    display: inline-block;
    background: #fbfbfb url('../images/icons/icon-logout.svg') 10px center no-repeat;
    background-size: 24px 24px;
    padding: 10px 10px 10px 40px !important;
    margin-bottom: 10px !important;
}




html.touch .msg-no-touch {
    display: none;
}

html.touch .msg-touch {
    display: block;
}

html.no-touch .msg-no-touch {
    display: block;
}

html.no-touch .msg-touch {
    display: none;
}

/*
    Everything is correct below
*/

.form-page h2 {
    color: #0083dc;
    margin: 20px 0;
    padding: 0;
    text-transform: none;
    word-wrap: break-word;
}

.form-page h3 {
    margin: 20px 0;
    padding: 0;
    text-transform: none;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 1.8em;
}


.form-page .data-sheet label {
    color: #0083dc;
    font-size: 1.5em;
    display: block;
    text-align: left;
}

.form-page .data-sheet input[type="text"],
.form-page .data-sheet textarea,
.form-page .data-sheet select,
.form-page .data-sheet input[type="password"] {
    color: #333333;
    width: 400px;
    max-width: 100%;
    font-size: 1.3em;
    padding: 7px;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    margin: 10px 0;
    resize: none;
}

.form-page .data-sheet .row-checkbox {
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
}

    .form-page .data-sheet .row-checkbox label {
        font-size: 1.3em;
        color: #333333;
    }

    .form-page .data-sheet .row-checkbox input[type='checkbox'] {
        position: absolute;
        left: 3px;
        top: 3px;
    }


.temporary-files {
    position: relative;
    vertical-align: middle;
}

    /*.temporary-files > div {
        margin-top: 15px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background: #0083dc;
        position: relative;
    }*/

        .temporary-files > div > a {
            display: inline-block;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .temporary-files .temporary-files-popup {
        display: none;
        position: absolute;
        border: solid 1px #d1d1d1;
        background-color: white;
        min-width: 200px;
        max-height: 300px;
        overflow-y: scroll;
        right: 0px;
        top: 20px;
    }

        .temporary-files .temporary-files-popup ul {
            padding: 0;
            margin: 10px;
            display: block;
            text-align: left;
        }

        .temporary-files .temporary-files-popup li {
            padding: 3px;
            height: auto !important;
            margin-left: 0px !important;
        }

            .temporary-files .temporary-files-popup li:hover {
                color: white;
                background-color: #0083dc;
                cursor: pointer;
            }

        .temporary-files .temporary-files-popup label {
            white-space: nowrap;
        }

    .temporary-files.shown .temporary-files-popup {
        display: block;
    }

.progress-zone {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.uploading .progress-zone {
    display: block;
}

/* Standard Dialogs*/


section.standard-dialogs,
section.dialogs {
    display: none;
}

.error-message-content {
    margin: 5px;
}

    .error-message-content .message-caption {
        font-weight: bold;
        margin: 0 0 10px 0;
    }

        .error-message-content .message-caption span {
            color: red;
        }

    .error-message-content textarea {
        width: 100%;
        height: 100px;
    }

    .error-message-content iframe {
        width: 100%;
        height: 200px;
        border: solid 1px #aaa;
    }


.loading, .pre-loading {
    background: url('../images/infinite.gif') center center no-repeat;
    background-size: 64px;
}

.loading {
    min-height: 50px;
}

.pre-loading {
    min-height: 35px;
}

    .loading.small,
    .pre-loading.small {
        background-size: 32px;
    }

@font-face {
    font-family: "hidden-chars";
    src: local("ÃƒÂ¢Ã‹Å“Ã‚Âº"), url("../Fonts/Editor-Hidden-Chars.otf") format("opentype");
}

@font-face {
    font-family: "Alma123";
    src: local("ÃƒÂ¢Ã‹Å“Ã‚Âº"), url("../Fonts/GillSansStd.otf") format("opentype");
    /* url("https://printconnect.blacksunplc.com/Areas/Editor/Resource/12345678-1234-1234-1234-12345678901") */
}


/* CONTEXT MENU */

ul.context-menu {
    display: block;
    background-color: white;
    border: solid 1px #d1d1d1;
    min-width: 150px;
    padding: 0;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(80,80,80,0.1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(80,80,80,0.1);
    box-shadow: 5px 5px 10px 0px rgba(80,80,80,0.1);
    user-select: none;
    z-index: 99;
    margin: 0;
}

    ul.context-menu li {
        display: block;
        margin: 0;
        padding: 0;
        cursor: default;
        position: relative;
    }

        ul.context-menu li.default > label {
            font-weight: bold;
            color: black;
            white-space: nowrap;
        }


    ul.context-menu li {
        font-size: 1.2em;
        white-space: nowrap;
    }

        ul.context-menu li span.check-placeholder {
            width: 12px;
            height: 12px;
            display: inline-block;
            margin: 6px 3px 0 10px;
        }

            ul.context-menu li span.check-placeholder.checked {
                background-image: url('../Images/icons/context-menu-checked.svg');
                background-position: center 0;
                background-size: 14px;
                background-repeat: no-repeat;
            }

        ul.context-menu li > label {
            margin: 3px 15px 3px 0;
            display: inline-block;
        }

        ul.context-menu li[class*="context"] > label::after {
            position: relative;
            font-weight: bolder;
            opacity: 0.3;
            font-size: 14px;
        }

        ul.context-menu li.context-copy > label::after {
            content: "Ctrl + C";
            left: 70px;
        }

        ul.context-menu li.context-cut > label::after {
            content: "Ctrl + X";
            left: 80px;
        }

        ul.context-menu li.context-paste > label::after {
            content: "Ctrl + V";
            left: 69px;
        }

        ul.context-menu li > div.context-menu-content {
            display: inline-block;
            margin: 3px 15px 3px 0;
        }

        ul.context-menu li.has-children {
            background-image: url('../Images/icons/context-menu-right.svg');
            background-size: 12px;
            background-position: right center;
            background-repeat: no-repeat;
            background-origin: padding-box;
        }

        ul.context-menu li li {
            font-size: 1em;
        }

    ul.context-menu ul {
        display: none;
        min-width: 150px;
        position: absolute;
        background: white;
        border: solid 1px #b1b1b1;
        padding: 0;
        top: 3px;
        font-size: 1em;
        -webkit-box-shadow: 5px 5px 10px 0px rgba(80,80,80,0.1);
        -moz-box-shadow: 5px 5px 10px 0px rgba(80,80,80,0.1);
        box-shadow: 5px 5px 10px 0px rgba(80,80,80,0.1);
        user-select: none;
        z-index: 99;
    }

        ul.context-menu ul.left-align {
        }

        ul.context-menu ul.shown {
            display: block;
            opacity: 1;
        }


    ul.context-menu li:hover,
    ul.context-menu li.selected {
        background-color: #d0e4f1;
    }


    ul.context-menu li.separator {
        font-size: 0;
        padding: 0;
        margin: 3px 0;
        border-top: solid 1px #d1d1d1;
    }

    ul.context-menu li.disabled {
        opacity: .3;
    }

        ul.context-menu li.disabled:hover,
        ul.context-menu li.separator:hover {
            background-color: transparent;
        }

    ul.context-menu li.context-menu-nav {
        height: 15px;
        background-size: 14px;
        background-position: center center;
        background-repeat: no-repeat;
        display: none;
        opacity: .3;
    }

        ul.context-menu li.context-menu-nav.visible {
            display: block;
        }

        ul.context-menu li.context-menu-nav:hover {
            background-color: transparent;
        }

        ul.context-menu li.context-menu-nav.enabled {
            opacity: 1;
        }

            ul.context-menu li.context-menu-nav.enabled:hover {
                background-color: #d0e4f1;
            }

        ul.context-menu li.context-menu-nav.up {
            background-image: url('../Images/icons/context-menu-up.svg');
        }

        ul.context-menu li.context-menu-nav.down {
            background-image: url('../Images/icons/context-menu-down.svg');
        }


/* END CONTEXT MENU*/



/* TEMPORARY FILES CONTEXT MENU  */

.context-menu.temporary-files .temporary-file {
    margin: 3px 0;
}

    .context-menu.temporary-files .temporary-file img {
        position: absolute;
        max-width: 24px;
        max-height: 24px;
        border: 0;
    }

    .context-menu.temporary-files .temporary-file .data-sheet {
        position: relative;
        margin: 0 0 0 30px;
    }

    .context-menu.temporary-files .temporary-file .filename {
        font-weight: bold;
    }


    .context-menu.temporary-files .temporary-file .tempfile-details {
    }

        .context-menu.temporary-files .temporary-file .tempfile-details span {
        }

.context-menu.temporary-files li.filestate-1:after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    display: block;    
    border-left: 12px solid transparent;
    border-bottom: 12px solid #0083dc;
}


/* END TEMP FILES*/
/*
    PDF EXPORT DIALOG

*/

.ui-dialog .form-group.pdf-export-settings {
}

    .ui-dialog .form-group.pdf-export-settings .form-field .date-range-row {
    }

        .ui-dialog .form-group.pdf-export-settings .form-field .date-range-row input {
            display: inline-block;
            width: 100px;
        }

    .ui-dialog .form-group.pdf-export-settings .form-field .pdf-export-settings-row {
    }


        .ui-dialog .form-group.pdf-export-settings .form-field .pdf-export-settings-row label {
            min-width: 60px;
            display: inline-block;
        }

    .ui-dialog .form-group.pdf-export-settings .users-list {
        list-style: none;
        padding: 2px 0px;
        margin: 0;
        height: 50px;
        overflow-y: auto;
        border: 1px solid #cecece;
    }

        .ui-dialog .form-group.pdf-export-settings .users-list li {
            position: relative;
            padding: 0 0 4px 20px;
        }

            .ui-dialog .form-group.pdf-export-settings .users-list li input[type='checkbox'] {
                top: 1px;
            }


/*
 Generic PrintConnect TabControl
*/

div.tab-control {
    position: relative;
}

    div.tab-control ul.tab-buttons {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        div.tab-control ul.tab-buttons > li {
            display: inline-block;
            cursor: pointer;
            padding: 10px 20px;
            border-top: 1px solid #dedede;
            border-left: 1px solid #dedede;
            font-size: .9em;
            font-weight: bold;
        }

            div.tab-control ul.tab-buttons > li:last-child {
                border-right: 1px solid #dedede;
            }

            div.tab-control ul.tab-buttons > li:hover {
                background-color: #dcf2ff;
            }

            div.tab-control ul.tab-buttons > li.selected {
                background-color: #c8e6f7;
            }

    div.tab-control > div.tab-panel {
        width: 100%;
        border: solid 1px #dedede;
        padding: 5px;
        min-height: 100px;
        display: none;
    }

        div.tab-control > div.tab-panel.selected {
            display: block;
        }


/*
 End Generic PrintConnect TabControl
*/

/*
=========================================
    PrintConnect TREE clontrol
=========================================
*/

.pc-tree-control {
    margin: 5px 10px 10px 5px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}


    .pc-tree-control ul {
        font-family: "GothamRounded-Light", Arial;
        font-size: 1em;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

        .pc-tree-control ul li {
            margin: 0 0 0 20px;
            padding: 0;
            list-style: none;
            font-size: 1em;
            white-space: pre;
            vertical-align: middle;
            position: relative;
        }

    .pc-tree-control > ul > li {
        margin: 0;
    }

    .pc-tree-control li .expander {
        display: inline-block;
        position: absolute;
        top: 3px;
        left: 0px;
        width: 16px;
        height: 16px;
        cursor: pointer;
        background-position: center center;
        background-size: 50%;
        background-repeat: no-repeat;
    }

    .pc-tree-control li div {
        cursor: pointer;
    }

    .pc-tree-control li > div > label {
        padding: 1px 3px;
        text-overflow: ellipsis;
    }

    .pc-tree-control li > div:hover label {
        background-color: #bce3f6;
        cursor: pointer;
    }

    .pc-tree-control li.collapsed > div > .expander {
        background-image: url('../Images/icons/right.svg');
    }

    .pc-tree-control li.expanded > div > .expander {
        background-image: url('../Images/icons/right.svg');
        transform: rotate(90deg);
    }

    .pc-tree-control li.selected > div > label {
        background-color: #0083dc;
        color: white;
        font-weight: bold;
    }

    .pc-tree-control li label {
        min-height: 16px;
        display: inline-block;
        margin-left: 40px;
    }

    .pc-tree-control li .tree-icon {
        height: 16px;
        width: 16px;
        position: absolute;
        left: 20px;
        top: 3px;
        padding-left: 2px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .pc-tree-control li.collapsed ul {
        display: none;
    }

/*
====================================================================
NOTIFICATION PANEL
====================================================================
*/
.notification-panel {
    display: none;
    height: 70vh;
    width: 35vh;
    position: absolute;
    z-index: 999;
    right: 0;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 20%);
    overflow-y: auto;
}

.notification-container {
    margin: 8px 12px 8px 10px;
}

    .notification-container:hover {
        background-color: rgb(0 0 0 / 8%);
        border-radius: 5px;
    }

    .notification-container.empty-notofication-container {
        display: flex;
    }

        .notification-container.empty-notofication-container:hover {
            background-color: #fff;
            border-radius: 0;
        }

        .notification-container.empty-notofication-container > div {
            margin: auto
        }

            .notification-container.empty-notofication-container > div > img {
                height: 22vh !important;
            }

            .notification-container.empty-notofication-container > div > div {
                text-align: center;
                font-size: 2em;
                font-weight: bold;
            }

    .notification-container a {
        text-decoration: none;
        color: #333333;
    }

    .notification-container .card {
        display: flex;
        padding: 4px;
    }

        .notification-container .card .notification-unread {
            position: relative;
        }

            .notification-container .card .notification-unread > span {
                position: absolute;
                right: 0px;
                bottom: 0;
                height: 0px;
                width: 0px;
                border-left: 12px solid transparent;
                border-bottom: 12px solid #0083dc;
            }

        .notification-container .card .avatar {
            margin-right: 5px;
        }

            .notification-container .card .avatar > img {
                height: 42px;
                width: 42px;
                border-radius: 21px;
                padding: 0 !important;
                border: 1px solid rgb(0 0 0 / 15%);
            }

        .notification-container .card .body {
            flex: 1;
            text-align: left;
        }

            .notification-container .card .body .text {
                font-size: 1.2em;
            }

            .notification-container .card .body .time {
                padding: 5px 0;
                font-size: 0.9em;
                color: #888888;
            }

@media screen and (max-width: 960px) {
    .notification-panel {
        left: 5%;
        width: 90%;
        position: fixed;
        top: 50px;
        height: calc(100vh - 80px);
    }
}

/*
====================================================================
END NOTIFICATION PANEL
====================================================================
*/

/*
====================================================================
START HELP PANEL
====================================================================
*/

.help-panel {
    margin-left: 0;
    text-align: center;
    position: fixed;
    top: calc(50%);
    cursor: pointer;
    z-index: 10;
    background: #b2daf4;
    border-top: 2px solid #7fc1ed;
    border-right: 2px solid #7fc1ed;
    border-bottom: 2px solid #7fc1ed;
    border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
}

.help-panel {
    display: none;
}

.help-panel.with-contacts {
    display: block;
}

    .help-panel.common {
        z-index: 9;
    }

    .help-panel .help-button {
        border-bottom: 2px solid #7fc1ed;
        padding: 6px;
    }

    .help-panel .help-button {
        display: none;
    }

        .help-panel .help-button.contacts-help-button {
            display: block;
            border: none;
        }   
    

    .help-panel .help-button:first-child {
        border-start-end-radius: 6px;
    }

        .help-panel .help-button:last-child {
            border: none;
        }

        .help-panel .help-button > img {
            width: 20px;
            height: 20px;
            vertical-align: middle;
        }

@media screen and (max-width: 960px) {
    .help-panel {
        top: calc(19.5%);
    }
}


.help-center-panel {
    margin-left: 0;
    text-align: center;
    position: fixed;
    top: calc(56%);
    cursor: pointer;
    z-index: 10;
    background: #b2daf4;
    border-top: 2px solid #7fc1ed;
    border-right: 2px solid #7fc1ed;
    border-bottom: 2px solid #7fc1ed;
    border-radius: 0px 6px 6px 0px !important;
    -moz-border-radius: 0px 6px 6px 0px !important;
    -webkit-border-radius: 0px 6px 6px 0px !important;
    color: #0083dc;
    width: 34px;
    height: 125px;
}

    .help-center-panel:hover {
        background: #0083dc;
        color: #fff;
    }

    .help-center-panel .help-text {
        font-size: 1.2em;
        margin: 85px 0 0 0;
        padding: 0 0 0 0;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
        transform: rotate(270deg);
        white-space: nowrap;
        height: 100%;
        width: 100%;
    }

    .help-center-panel.common {
        z-index: 9;
    }

@media screen and (max-width: 960px) {
    .help-center-panel {
        top: calc(50%);
    }
}

.user-list-dialog {
    display: none;
    position: fixed;
    z-index: 20;
    min-height: 340px;
    max-height: 450px;
    width: 280px;
    border: 1px solid #7fc1ed;
    background-color: #FFF;
    font-size: 0.8em;
    box-shadow: 0px 0px 10px 0px #d4d4d4;
}

    .user-list-dialog.show {
        display: block;
    }

    .user-list-dialog .close {
        text-align: center;
        cursor: pointer;
        font-size: 1.6em;
        position: absolute;
        right: -10px;
        top: -12px;
        border-radius: 10px;
        width: 20px;
        height: 20px;
        border: 1px solid #7fc1ed;
        background-color: #e4effa;
        color: #0083dc;
    }

    .user-list-dialog:before {
        content: '';
        position: absolute;
        top: 100px;
        right:100%;
        border-top: 10px solid transparent;
        border-right: 10px solid #7fc1ed;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
    }

    .user-list-dialog .title {
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
        padding: 5px 0;
        border-bottom: 1px solid #d1d1d1;
    }

    .user-list-dialog .content {
        text-align: left;
        font-size: 1.2em;
    }

    .user-list-dialog .content.loading {
        min-height: inherit;
    }

        .user-list-dialog .content > .contact-list {
            padding: 0 5px;
        }

    .user-list-dialog .contact-list {
        max-height: 300px;
        overflow-y: auto;
    }

        .user-list-dialog .contact-list .contact {
            padding-left: -5px;
            padding-right: -5px;
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #d1d1d1;
            overflow: hidden;
        }

            .user-list-dialog .contact-list .contact div {
                padding: 0;
                text-wrap: none;
                overflow: hidden;
            }

                .user-list-dialog .contact-list .contact div label {
                    min-width: 50px;
                    display: inline-block;
                }

            .user-list-dialog .contact-list .contact .name {
                font-weight: bold;
            }

            .user-list-dialog .contact-list .contact .jobtitle {
            }

            .user-list-dialog .contact-list .contact .email {
            }

            .user-list-dialog .contact-list .contact .landline {
            }

            .user-list-dialog .contact-list .contact .mobile {
            }

.welcome-help-container {
    padding: 0 !important;
    overflow: hidden !important;
}

.welcome-help-selector {
    width: 100%;
    height: inherit;
}

/*
====================================================================
END HELP PANEL
====================================================================
*/
/*
====================================================================
START IFRAME
====================================================================
*/
iframe.responsive-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 600px;
}

.iframe-dashboard {
    width: 920px;
    min-height: 260px;
}

.iframe-welcome {
    width: 100%;
    height: inherit;
}

@media screen and (max-width: 960px) {
    .iframe-dashboard {
        width: 100%;
    }
}

.help-page-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 450px;
    height: 100%;
}

.help-side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #fff;
    border-right: 1px solid #ddd;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    overflow-y: hidden;
}

    .help-side-nav.show {
        width: 450px;
    }

    .help-side-nav a {
        padding: 0px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .help-side-nav a:hover {
            color: #f1f1f1;
        }

    .help-side-nav .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-width: 960px) {
    .help-side-nav a {
        font-size: 18px;
    }

    .help-side-nav.show {
        width: 350px;
    }

    .help-page-iframe {
        width: 350px;
    }
}

/*
====================================================================
END RESPONSIVE IFRAME
====================================================================
*/


/*
====================================================================
START CKEDITOR
====================================================================
*/

.ck-source-editing-area {
    font-size: medium;
}

.ck-content .ck-horizontal-line {
    margin-bottom: 1em;
}

.ck.ck-content hr {
    width: 100px;
    border-top: 1px solid #aaa;
    height: 1px;
    margin: 1em auto;
}

.ck.ck-content h3.category {
    font-family: 'Bebas Neue';
    font-size: 20px;
    font-weight: bold;
    color: #d1d1d1;
    letter-spacing: 10px;
    margin: 0;
    padding: 0;
}

.ck.ck-content h2.document-title {
    font-family: 'Bebas Neue';
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
}

.ck.ck-content h3.document-subtitle {
    font-size: 20px;
    color: #e91e63;
    margin: 0 0 1em;
    font-weight: normal;
    padding: 0;
}

.ck.ck-content p.info-box {
    --background-size: 30px;
    --background-color: #e91e63;
    padding: 1.2em 2em;
    border: 1px solid var(--background-color);
    background: linear-gradient(135deg, var(--background-color) 0%, var(--background-color) var(--background-size), transparent var(--background-size)), linear-gradient(135deg, transparent calc(100% - var(--background-size)), var(--background-color) calc(100% - var(--background-size)), var(--background-color));
    border-radius: 10px;
    margin: 1.5em 2em;
    box-shadow: 5px 5px 0 #ffe6ef;
}

.ck.ck-content blockquote.side-quote {
    font-family: 'Bebas Neue';
    font-style: normal;
    float: right;
    width: 35%;
    position: relative;
    border: 0;
    overflow: visible;
    z-index: 1;
    margin-left: 1em;
}

    .ck.ck-content blockquote.side-quote::before {
        content: "“";
        position: absolute;
        top: -37px;
        left: -10px;
        display: block;
        font-size: 200px;
        color: #e7e7e7;
        z-index: -1;
        line-height: 1;
    }

    .ck.ck-content blockquote.side-quote p {
        font-size: 2em;
        line-height: 1;
    }

        .ck.ck-content blockquote.side-quote p:last-child:not(:first-child) {
            font-size: 1.3em;
            text-align: right;
            color: #555;
        }

.ck.ck-content span.marker {
    background: yellow;
}

.ck.ck-content span.spoiler {
    background: #000;
    color: #000;
}

    .ck.ck-content span.spoiler:hover {
        background: #000;
        color: #fff;
    }

.ck.ck-content pre.fancy-code {
    border: 0;
    margin-left: 2em;
    margin-right: 2em;
    border-radius: 10px;
}

    .ck.ck-content pre.fancy-code::before {
        content: "";
        display: block;
        height: 13px;
        background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NCAxMyI+CiAgPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGMzZCNUMiLz4KICA8Y2lyY2xlIGN4PSIyNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGOUJFNEQiLz4KICA8Y2lyY2xlIGN4PSI0Ny41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiM1NkM0NTMiLz4KPC9zdmc+Cg==);
        margin-bottom: 8px;
        background-repeat: no-repeat;
    }

.ck.ck-content pre.fancy-code-dark {
    background: #272822;
    color: #fff;
    box-shadow: 5px 5px 0 #0000001f;
}

.ck.ck-content pre.fancy-code-bright {
    background: #dddfe0;
    color: #000;
    box-shadow: 5px 5px 0 #b3b3b3;
}

.contact-search-panel {
    margin: 10px 0 15px 0;
}

    .contact-search-panel input[type=text] {
        width: 95%;
        font-size: 1.1em;
        padding: 3px 10px;
        margin: 0px 0px 0px 7px;
    }

.contact-list .contact.hide {
    display: none;
}

@media screen and (max-width: 960px) {
    .user-list-dialog.show {
        top: 120px !important;
    }

    .user-list-dialog:before {
        top: 15px !important;
    }
}

.hide-help-center +.help-center-panel{
    display: none;
}