html, body {
    font-size: 14px;
}

body {
    background: url(body_bg.png) repeat-x 0 0;
    font-family: 'Ubuntu', sans-serif;
    height: 100%;
}

img.no-scale {
    width: auto;
    height: auto;
}

p.intro {
    font-size: 18px;
    line-height: 24px;
}

a {
    color: #024987;
}

    a.pdf:link, a.pdf:visited {
        display: inline-block;
        height: 16px;
        background: url(ico_pdf.png) no-repeat bottom right;
        padding-right: 22px;
        text-decoration: none;
    }

    a.pdf:hover {
        text-decoration: underline;
    }

.azienda p {
    margin: 0 5px;
}

ul {
    list-style: none outside;
}

    ul.list {
        list-style: disc inside;
    }

    ul.app-links {
        float: right;
    }

        ul.app-links li {
            float: right;
            margin-left: 25px;
        }

            ul.app-links li a:link, a:visited {
                color: black;
                text-decoration: none;
            }

            ul.app-links li a:hover {
                text-decoration: underline;
            }

.viola {
    color: #7f2d66;
}

.celeste {
    color: #0a87a1;
}

.arancio {
    color: #d77927;
}

.red {
    color: #9a1b1f;
}

#wrapper {
    position: relative;
    height: 100%;
}

h3.grey {
    color: #666;
    font-family: 'Ubuntu Condensed', sans-serif;
    margin-bottom: 25px;
}

header {
    padding: 10px 0;
    margin-top: 10px;
}

h1.logo {
    display: inline-block;
    background: url(logo.png) no-repeat top left;
    width: 260px;
    height: 65px;
}

    h1.logo a {
        display: block;
        width: 260px;
        height: 65px;
    }

        h1.logo a.span {
            display: none;
        }

h1.slogan {
    margin-top: 24px;
}

h1.organizzazione {
    min-height: 76px;
    margin-bottom: 10px !important;
}

footer {
    width: 100%;
    height: 100px;
    padding: 10px 0px 0px 0px;
    background: #024987;
    color: #fff;
    text-align: center;
}

    footer a, footer a:visited {
        color: #fff !important;
    }

h3.title {
    border-bottom: 1px solid #ccc;
    color: #ccc;
    padding-bottom: 4px;
    padding-top: 30px;
}

section#navigation {
    width: 100%;
    background: #024987;
}

.animenu > ul::after {
    content: "";
    display: table;
    clear: both;
}

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }
}

nav {
    padding: 10px 0;
}

/* box */

section#boxes {
    /*margin-top:50px;*/
}

.box {
    position: relative;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

[data-zlname = box] [data-zl-popup] {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    padding: 0;
}

[data-zlname = box] [data-zl-popup = link] {
    background: url(up.png) no-repeat;
}

.box img {
}

.box h2 {
    background: #024987;
    background: rgba(2,73,135,0.8);
    color: #fff;
    position: absolute;
    top: 170px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    font-family: 'Ubuntu Condensed', sans-serif;
}

[data-zlname = box] [data-zl-popup] {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    padding: 0;
}

[data-zlname = box] [data-zl-popup = link] {
    background: url(up.png) no-repeat;
}

.exportbox .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: #000;
    z-index: 2000;
    cursor: pointer;
}

.box:hover p.title, .box:hover p.link {
}

.box p.title {
    color: #fff !important;
    opacity: 1 !important;
    margin-top: 40px;
    font-size: 24px;
    line-height: 28px;
    position: relative;
    z-index: 3000;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.box .hover h2 {
    background: #024987;
    color: #fff;
    position: absolute;
    top: 160px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    font-family: 'Ubuntu Condensed', sans-serif;
}

img.shadow {
    position: relative;
    top: -13px;
    border: none !important;
}

img.shadow2 {
    position: relative;
    top: -26px;
}


/*This is a main properties. Don't change them*/
/*Example of user settings you can see in demos.css file*/
/*MAIN CONTAINER*/
[data-zlname] {
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    /*IMGS IN CONTAINER*/
    [data-zlname] > img {
        display: block;
        max-width: 100%;
    }
    /*POP UP ELEMENTS*/
    [data-zlname] [data-zl-popup] {
        position: absolute;
        display: block;
        padding: 20px;
        height: 40px;
        width: 40px;
        color: #fff;
        overflow: hidden;
        display: none;
        text-align: center;
    }
/*OVERLAY*/
/*classic*/
[data-zl-overlay] {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    padding: inherit;
}
/*four*/
[data-zl-ovzoom0], [data-zl-ovzoom1], [data-zl-ovzoom2], [data-zl-ovzoom3] {
    position: absolute;
    width: 25%;
    height: 100%;
}
/*rolling*/
[data-zl-ovrolling] {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
}

/*double*/
[data-zl-ovdouble0], [data-zl-ovdouble1] {
    position: absolute;
    display: none;
}

/* pannello login */
.box-login {
    z-index: 9999;
    float: right;
}

#panel-login {
    background: #aeadad;
    width: 350px;
    padding: 1px 25px 25px 25px;
    height: 150px;
    display: none;
    color: #fff;
    font-size: 13px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

    #panel-login p {
        padding-top: 10px;
    }

    #panel-login a:link,
    #panel-login a:visited {
        color: #fff;
    }

a.btn-slide:link, a.btn-slide:visited {
    text-align: center;
    padding: 3px 10px 4px 10px;
    margin: 0 auto;
    display: block;
    color: #fff;
    text-decoration: none;
    background: #aeadad;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.active {
}

.form-login-label {
    color: #666;
    font-weight: normal;
}

.form-login-input {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 160px !important;
    border: 1px solid #ccc;
    padding: 3px;
}

.form-login-entra {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 36px;
    cursor: pointer;
    background-color: #f9f9f9;
    border: 1px solid #cdcdcd;
}

    .form-login-entra:hover {
        background: #024987;
        color: #fff;
        border-color: transparent;
    }

.form-login-a > a {
    margin-top: 4px;
    margin-right: 24px;
}

.box-loggato {
    z-index: 1; /* messo 1 al posto di 9999 : la tendina della barra-navigazione può andare in alto e rimarrebbe dietro il box */
    padding: 0 10px 0 10px;
    float: right;
    max-width: 330px;
}

    .box-loggato ul {
        padding-left: 10px;
        margin-top: 0;
        margin-bottom: 10px;
    }

        .box-loggato ul li {
            margin-bottom: 5px;
            list-style-type: none;
        }

        .box-loggato ul span {
            font-weight: bold;
            display: inline-block;
            padding-right: 5px;
            color: #024987;
        }

ul.log-links {
    height: 24px;
}

    ul.log-links li {
        height: 24px;
        width: 40px;
        float: left;
        margin: 0 15px 0 0;
        list-style-type: none;
    }

        ul.log-links li a {
            height: 24px;
            width: 29px;
            display: block;
        }

        ul.log-links li.home_btn {
            background: url(home_btn.png) no-repeat top left;
        }

        ul.log-links li.mail_btn {
            background: url(mail_btn.png) no-repeat top left;
        }

        ul.log-links li.help_btn {
            background: url(help_btn.png) no-repeat top left;
        }

        ul.log-links li.help_btn_inactive {
            background: url(help_btn_inactive.png) no-repeat top left;
        }

        ul.log-links li.logout_btn {
            background: url(logout_btn.png) no-repeat top left;
            text-indent: -9999px;
        }

        ul.log-links li.impostazioni_btn {
            background: url(impostazioni_btn.png) no-repeat top left;
        }


/* form contatti */

.form-contatti {
    margin: 8px;
}

    .form-contatti .input {
        min-height: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }



/*  news */
.news {
    background: #f1f1f1;
}

/* settori */

div.icona {
    padding-top: 40px;
}

ul.settori {
    clear: both;
    position: relative;
    margin-left: -50px;
}

    ul.settori li {
    }

h3.sanita {
    color: #9a1b1f;
    margin-bottom: 0;
}

h3.utilita {
    color: #7f2d66;
    margin-bottom: 0;
}

h3.gestione {
    color: #0787a1;
    margin-bottom: 0;
}

h3.economia {
    color: #d87920;
    margin-bottom: 0;
}

#app-sanita, #app-gestione, #app-utilita, #app-economia {
    display: none;
    padding: 20px 40px 40px 20px;
}

.img100 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/* applicazioni */

ul.apps {
}

    ul.apps li {
        height: 35px;
        padding: 15px 0 0 50px;
        border-bottom: 1px dashed #f1f1f1;
    }

/* sanità */
li.cartella_clinica {
    background: url(icons/cart_clin_ico.png) no-repeat top left;
}

li.cartella_infermieristica {
    background: url(icons/cart_inf_ico.png) no-repeat top left;
}

li.rischio_clinico {
    background: url(icons/rischio_clinico_ico.png) no-repeat top left;
}

li.accreditamento {
    background: url(icons/accreditamento_ico.png) no-repeat top left;
}

li.trasporti {
    background: url(icons/trasporti_ico.png) no-repeat top left;
}

li.residenze {
    background: url(icons/residenze_ico.png) no-repeat top left;
}

li.prevenzione {
    background: url(icons/prevenzione_ico.png) no-repeat top left;
}

li.contenzioso {
    background: url(icons/contenzioso_ico.png) no-repeat top left;
}

li.adi {
    background: url(icons/adi_ico.png) no-repeat top left;
}

li.adt {
    background: url(icons/adt_ico.png) no-repeat top left;
}

li.ambulatorio {
    background: url(icons/ambulatorio_ico.png) no-repeat top left;
}

/* gestione */
li.sgq {
    background: url(icons/sgq_ico.png) no-repeat top left;
}

li.sgsl {
    background: url(icons/sgsl_ico.png) no-repeat top left;
}

li.ambientale {
    background: url(icons/ambientale_ico.png) no-repeat top left;
}

li.haccp {
    background: url(icons/haccp_ico.png) no-repeat top left;
}

li.sgi {
    background: url(icons/sgi_ico.png) no-repeat top left;
}


/* utilità */
li.adempimenti {
    background: url(icons/adempimenti_ico.png) no-repeat top left;
}

li.formazione {
    background: url(icons/formazione_ico.png) no-repeat top left;
}

li.documenti {
    background: url(icons/documenti_ico.png) no-repeat top left;
}

li.manutenzioni {
    background: url(icons/manutenzioni_ico.png) no-repeat top left;
}

li.protocollo {
    background: url(icons/protocollo_ico.png) no-repeat top left;
}

li.direzionale {
    background: url(icons/direzionale_ico.png) no-repeat top left;
}

/* budget - non rinominare: esiste già un elemento chiamato budget e vanno differenziati */
li.budget_home {
    background: url(icons/budget_ico.png) no-repeat top left;
}

li.finanza {
    background: url(icons/finanza_ico.png) no-repeat top left;
}

li.contabilita {
    background: url(icons/contabilita_ico.png) no-repeat top left;
}

li.crm {
    background: url(icons/crm_ico.png) no-repeat top left;
}

li.urp {
    background: url(icons/urp_ico.png) no-repeat top left;
}

/* le mie apps */

.mie-app {
    margin-top: 25px;
}

.mie-app a, .mie-app a:visited, mie-app, .altre a {
    color: #000000;
    text-decoration: none;
}

.logo-app {
    margin-bottom: 4px;
    height: 160px;
    width: 120px;
}

.icona-app, .logo-app img {
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
}

.nome-app {
    text-align: center;
    padding-right: 20px;
    font-size: small;
}

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

    #tiptip_holder.tip_top {
        padding-bottom: 5px;
    }

    #tiptip_holder.tip_bottom {
        padding-top: 5px;
    }

    #tiptip_holder.tip_right {
        padding-left: 5px;
    }

    #tiptip_holder.tip_left {
        padding-right: 5px;
    }

#tiptip_content {
    font-size: 14px;
    color: #fff;
    padding: 4px 8px;
    border: 1px solid #ffffff;
    border: 1px solid rgba(255,255,255,0.25);
    background: #024987;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#024987));
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: #024987;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: #024987;
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: #024987;
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: #024987;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25,25,25);
    border-top-color: #024987;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #024987;
    border-bottom-color: #024987;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #024987;
    border-right-color: #024987;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #024987;
    border-left-color: #024987;
}

/* filtri sulle mie apps*/

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    -ms-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        -ms-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/

        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0;
            -moz-transition-duration: 0;
            -o-transition-duration: 0;
            -ms-transition-duration: 0;
            transition-duration: 0;
        }

    /* End: Recommended Isotope styles */



    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

ul#filters {
    margin-bottom: 0;
    margin-top: 20px;
    clear: both;
    float: right;
}


    ul#filters li {
        line-height: 0;
        margin-bottom: 0;
        margin-left: 15px;
        float: left;
        width: 45px;
        height: 39px;
    }

        ul#filters li.tutte {
            padding-top: 18px;
            width: 50px;
        }

            ul#filters li.tutte a {
                height: 15px;
                text-decoration: none;
            }

        ul#filters li a {
            display: inline-block;
            width: 45px;
            height: 39px;
        }

        ul#filters li.sanita-filter {
            background: url(sanita-filter.png) no-repeat top left;
        }

        ul#filters li.gestione-filter {
            background: url(gestione-filter.png) no-repeat top left;
        }

        ul#filters li.utilita-filter {
            background: url(utilita-filter.png) no-repeat top left;
        }

        ul#filters li.economia-filter {
            background: url(economia-filter.png) no-repeat top left;
        }


/** scroll delle apps
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        width: auto;
        display: block;
        border: 1px solid #ccc;
        border-radius: 6px;
        background: #fff;
    }

    /** THEME
===================================*/

    .bx-wrapper .bx-viewport {
        background: #f1f1f1;
        border-radius: 6px;
        padding: 20px 0;
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(controls.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(controls.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    /* AUTO CONTROLS (START / STOP) */

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }






/* COLORBOX */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: visible;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #fff;
}

#colorbox {
    height: auto;
}

#cboxContent {
    /*margin-top: 150px;*/
    overflow: visible;
}

.cboxIframe {
}

#cboxError {
    padding: 50px;
}

#cboxLoadedContent {
    background: none;
    padding: 0;
    height: auto !important;
    z-index: 1000;
}
/*#cboxLoadingGraphic{width:100px; height:100px; background-color:red; left:50%; margin-left:-50px; top:50%; margin-top:-50px; border-radius:50px;box-shadow: none !important;}*/
#cboxLoadingGraphic {
    width: 32px;
    height: 32px;
    background: url(bx_loader.gif) no-repeat top left;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -16px;
    border-radius: 50px;
    box-shadow: none !important;
}

#cboxLoadingOverlay {
    background: none;
    box-shadow: none !important;
}

#cboxTitle {
    background: none repeat scroll 0 0 transparent;
    color: #000;
    height: 40px;
    left: 0;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

#cboxCurrent {
    position: absolute;
    top: -22px;
    right: 205px;
    text-indent: -9999px;
}

#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: 25px;
    background: url(controls.png) no-repeat 0 0;
}

#cboxPrevious {
    background: url(left_hover.png) 12px 10px no-repeat #ccc;
    right: 120px;
    position: fixed;
    margin-top: 20px;
    border-radius: 50%;
}

    #cboxPrevious:hover {
        background: url(left_hover.png) 12px 10px no-repeat #555555;
    }

#cboxNext {
    background: url(right_hover.png) 14px 10px no-repeat #ccc;
    right: 70px;
    position: fixed;
    margin-top: 20px;
    border-radius: 50%;
}

    #cboxNext:hover {
        background: url(right_hover.png) 14px 10px no-repeat #555555;
    }

#cboxClose {
    background: url(close_hover.png) no-repeat #ccc;
    right: 20px;
    margin-top: 20px;
    position: fixed;
    border-radius: 50%;
}

    #cboxClose:hover {
        background: url(close_hover.png) no-repeat #555555;
    }

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
    right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -75px -25px;
    right: 44px;
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -100px -25px;
    }

.cboxSlideshow_off #cboxSlideshow {
    background-position: -100px 0;
    right: 44px;
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -75px -25px;
    }

#cboxTitle {
    font-size: 16px;
}

a.elearning_btn:link, a.elearning_btn:visited {
    background: #024996;
    border-radius: 6px;
    color: #FFFFFF;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
}

a.elearning_btn:hover {
    background: #3a78bb;
}

p.intro-text {
    font-size: 18px;
    line-height: 26px;
}

.RadMultiSelect .k-multiselect-wrap .k-button {
    text-align: left !important;
}
