/* CSS Document */

@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css");


body {
    font-family: 'Titillium Web', sans-serif !important;
    /*color: #5D5D5D;*/
    color: #3b3a3a;
    font-size: 15px;
}

a {
    color: #FA8633;
    text-decoration: none;
}

    a:hover {
        color: #322E9C;
        text-decoration: none;
    }

p, li {
    font-size: 1.1em;
}

h1 {
    font-size: 1.87em;
}

h2 {
    color: #FA8633;
    font-size: 1.286em;
}

h3 {
    color: #5D5D5D;
    font-size: 1.286em;
}

.no-padding {
    padding: 0px
}

.content-position {
    margin-left: -15px !important;
    padding-right: 0px !important;
}

.container-fluid {
    padding: 0px !important;
}

.navbar {
    margin-bottom: 0px !important;
}

.stage {
    background-color: #F4F4F4;
}

.stage-image {
    padding: 0px !important;
    background-position: center;
    background-image: url( ../images/stage_001.jpg);
    background-size: cover;
}

.stage-citation {
    font-family: 'Noticia Text', serif;
    font-size: 1.429em !important;
    padding-top: 40px;
    padding-bottom: 40px;
}


/* Mainpage Content */

.media-no-margin {
    margin-top: -20px !important;
}

.main-box {
    border: 1px solid #EDEBEB;
    padding: 30px;
    margin-top: 75px;
}

.main-box-title {
    border-bottom: 1px solid #EDEBEB;
    padding-bottom: 30px;
}

.main-box-icon {
    width: 75px;
    height: 75px;
}

.main-box-content {
    padding-top: 16px;
}

    .main-box-content p {
        padding-bottom: 15px;
    }

.box-news {
    border-bottom: 1px solid #EDEBEB;
    padding-top: 15px;
    padding-bottom: 0px;
}

.box-shop {
    border-bottom: 1px solid #EDEBEB;
    padding-top: 15px;
    padding-bottom: 30px;
}

    .box-news:last-child, .box-shop:last-child {
        border-bottom: none;
    }

.box-news h4 {
    color: #FA8633;
    font-weight: 600;
}

.box-shop h4 {
    color: #FA8633;
    font-weight: 600;
    text-transform: uppercase;
}

.box-news h5 {
    font-weight: 600;
    font-size: 0.857em;
}


.box-news p, .box-shop p {
    padding-bottom: 15px;
}


/* Mainpage Buttons */

.button-main {
    background-color: #FA8633;
    padding: 15px;
    margin-bottom: 30px;
    color: #FFFFFF;
    text-align: center;
    min-height: 180px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

    .button-main:hover {
        color: #FFFFFF;
        background-color: #322E9C;
    }

    .button-main img {
        width: 60%;
        margin-bottom: 20px;
    }

    .button-main img {
        width: 80px
    }


/*Main Search */

.main-search {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: #F9FAFA;
    border: 1px solid #EDEBEB;
    text-align: center;
}

.main-search-box {
    width: 50%
}


/* Footer */

footer {
    border-top: 1px solid #EDEBEB;
    border-bottom: 1px solid #EDEBEB;
}

.footer-box {
    border-left: 1px solid #EDEBEB;
    padding: 30px;
    font-size: 0.857em;
}

.logo-dcsl {
    margin-top: 30px;
    width: 80px;
}


/* Special Buttons */

.btn-cocoms {
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    background-color: #FA8633;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    border: none;
    font-size: 0.857em;
}

.btn-info:hover {
    color: #fff;
    background-color: #322E9C;
}


/*Page */

.page-container {
    background-image: url(../images/background_global.png);
    background-repeat: repeat-y;
    background-position: center;
}

.page-mycomp {
    padding: 30px 15px 60px 30px;
    background: none !important;
    background-color: white !important;
    padding-left: 15px;
}


/*Menu left */
.menu-left {
    margin-left: -15px;
    padding-top: 90px;
    display: block;
}

.menu-left h4 {
    color: #FA8633;
    font-size: 1.143em;
    font-weight: 500;
    margin-left: 15px;
}

.menu-left ul {
    margin-left: -25px;
    list-style: none;
}

.menu-left li {
    border-bottom: 1px solid #EDEBEB;
    padding-top: 0.857em;
    padding-bottom: 0.857em;
    font-size: 0.857em;
    font-weight: 500;
}

.menu-left li:before {
    font: 1em fontawesome;
    content: '\f105';
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.menu-left li:first-child {
    border-top: 1px solid #EDEBEB;
}

.menu-left li:hover {
    color: #FFFFFF;
    background-color: #FA8633
}

.box-question {
    border-top: 1px solid #EDEBEB;
    padding-left: 15px;
    padding-top: 30px;
}


/*Menu left myComp */

.menu-left-mycomp {
    margin-left: 0px;
    padding-top: 90px;
    display: block;
    font-size: 12px;
    width: 200px;
}

.menu-left-mycomp a {
    color: inherit !important;
}

.menu-left-mycomp h4 {
    color: #FA8633;
    font-size: 1.143em;
    font-weight: 500;
    margin-left: 0px;
}

.menu-left-mycomp ul {
    margin-left: -25px;
    list-style: none;
}

.menu-left-mycomp li {
    border-bottom: 1px solid #EDEBEB;
    padding-top: 0.857em;
    padding-bottom: 0.857em;
    font-size: 0.857em;
    font-weight: 500;
}

.menu-left-mycomp li:before {
    font: 1em fontawesome;
    content: '\f105';
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.menu-left-mycomp li:first-child {
    border-top: 1px solid #EDEBEB;
}

.menu-left-mycomp li:hover {
    color: #FFFFFF;
    background-color: #FA8633
}


/*Page*/

.page {
    border-left: 1px solid #EDEBEB;
    padding: 30px 15px 60px 30px;
    background: #e8e8e8; /* Old browsers */
    background: -moz-linear-gradient(left, #e8e8e8 0%, #faf9f9 4%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e8e8e8 0%,#faf9f9 4%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e8e8e8 0%,#faf9f9 4%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#faf9f9',GradientType=1 ); /* IE6-9 */
}

.page h1 {
    padding-bottom: 30px;
}

.box-page-image {
    width: 100%;
    height: 150px;
    background-image: url(../images/title_01.png);
    background-position: center;
    border: 1px solid #EDEBEB;
    border-bottom: none;
}

.box-page {
    border: 1px solid #EDEBEB;
    padding: 30px;
    background-color: #FFFFFF;
}

/* Right-Column */

.right-col {
    padding-top: 115px;
}

.box-right {
    border: 1px solid #EDEBEB;
    padding: 30px;
    background-color: #F4F4FA;
    margin-bottom: 30px;
}

.box-right-white {
    border: 1px solid #EDEBEB;
    padding: 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

.box-offer-image {
    width: 100%;
    height: 150px;
    background-image: url( ../images/managment_software.png);
    background-position: right;
    border: 1px solid #EDEBEB;
    border-bottom: none;
}

.box-offer {
    border: 1px solid #EDEBEB;
    padding: 30px;
    background-color: #FFFFFF;
}

.box-offer h3 {
    color: #FA8633;
}

.box-aboutus-image {
    width: 100%;
    height: 150px;
    background-image: url( ../images/about_us.png);
    background-position: left;
    border: 1px solid #EDEBEB;
    border-bottom: none;
}

.box-hospitality-image {
    width: 100%;
    height: 150px;
    border: 1px solid #1C2277;
    background-color: #1C2277;
    border-bottom: none;
    text-align: center;
}

.box-testimonials-image {
    width: 100%;
    border: 1px solid #EDEBEB;
    background-color: #FFFFFF;
    text-align: center;
}

.box-hospitality-image img, .box-testimonials-image img {
    margin: 50px auto 50px;
    width: 100px;
}

/* Testimonials-blockquote */

.box-blockquote {
    background-color: #faf9f9;
    padding: 30px;
    margin-bottom: 30px;
}

blockquote {
    padding: 6px 16px;
    border: none;
    quotes: "\f10d" "\f10e";
    display: inline-block;
    position: relative;
    font: 1.143em fontawesome;
    color: #322E9C;
}

blockquote p {
    font-family: 'Noticia Text', serif;
    font-size: 0.857em;
    color: #322E9C;
    font-style: italic;
    padding-left: 10px;
    padding-right: 10px;
}

blockquote:before {
    content: open-quote;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

blockquote:after {
    content: close-quote;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
}

.testimonials-person {
    padding-bottom: 30px;
}


/*Menu Customisation */

.navbar-default {
    background-color: #322E9C;
    border-color: none;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FA8633;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #322E9C;
    color: #FA8633;
}

.dropdown-menu {
    background-color: #6F6BC4;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
}

.dropdown-menu > li > a {
    padding: 8px 20px;
    line-height: 1.42857143;
    color: #FFFFFF;
    border-bottom: 1px solid #A8A5DF;
}

.dropdown-menu > li:last-child > a {
    border-bottom: none;
}

.dropdown-menu > li > a:before {
    font: 1em fontawesome;
    content: '\f105';
    margin-right: 0.5em;
}

.dropdown-menu > li > a:hover {
    color: #FFFFFF;
    background-color: #FA8633;
}

/*Top menu */

.contact-information ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 0.857em;
}

.contact-information li {
    float: left;
    list-style-type: none;
    padding-bottom: 0.8em;
}

.contact-information li a {
    display: block;
    color: #5D5D5D;
    text-align: center;
    padding: 1.25em;
    text-decoration: none;
}

.contact-information li a:hover {
    background-color: #FA8633;
    color: #FFFFFF;
}

.mycomp-searchbox {
    padding-top: 15px;
    margin-right: 2px;
}

.mycomp-searchbox input[type="text"] {
    border: 1px solid #EDEBEB;
}

#search {
    padding: 14px;
    padding-top: 0px;
    margin-top: 14px;
    border: 1px solid #EDEBEB;
    border-top: 1px solid white;
    background: white;
}


.tv1 table td {
    padding-top: 7px;
    padding-bottom: 7px;
    border-top: 1px solid #EDEBEB;
}

.row.match-my-cols {
    overflow: hidden;
}

.row.match-my-cols [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.btn-flag {
    margin-bottom: 20px;
}

.search-main {
    width: 50%;
    margin: 0px auto 15px auto;
}

.form-control {
    width: 50% !important;
    border: 1px solid #EDEBEB;
    border-radius: 0px !important;
    margin-bottom: 2px;
}


/*#slider {display: none}*/

#mobile-menu, #mobile-menu-parent, .mobile-question {
    display: none
}

.mobile-logo-mycomp {
    display: none
}

.navbar-nav-bgcolor-mycomp {
    background-color: rgb(50, 46, 156);
    padding-left: 0px;
    padding-right: 0px;
}


/* Search box on layer*/

.search-responsive {
    position: absolute;
    z-index: 1001;
    top: 0px;
    right: 60px;
    margin-top: -3px
}

/* Media queries */

@media only screen and (max-width: 450px) {

    .mobile-phone-alert {
        color: white;
        background-color: #2e2c92;
        padding: 10px;
        margin: 20px;
        font-weight: bold;
    }

    .mobile-phone-message {
        color: white;
        background-color: orange;
        padding: 10px;
        margin: 20px;
        font-weight: bold;
    }

    .mobile-phone-alert-icon {
        width: 100px;
    }
    
    
    .row.reorder-xs {
        transform: rotate(180deg);
        direction: rtl; /* Fix the horizontal alignment */
    }

    .row.reorder-xs > [class*="col-"] {
        transform: rotate(-180deg);
        direction: ltr; /* Fix the horizontal alignment */
    }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {

    .page-mycomp-border {
        border-left: 1px solid #EDEBEB;
        width: 58% !important
    }

    .page-mycomp {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    .menu-left-mycom-panel {
        width: 38% !important
    }

    .mobile-phone-message {
        display:none
    }

    .mobile-phone-alert {
        display: none
    }
}

@media only screen and (min-width: 768px) {

    .page-mycomp-border {
        border-left: 1px solid #EDEBEB;
        width: 73% !important
    }

    .menu-left-mycom-panel {
        width: 25% !important
    }

    .mobile-phone-message {
        display: none
    }

    .mobile-phone-alert {
        display: none
    }


}


@media only screen and (min-width: 768px) and (max-width: 992px) {

    .search-responsive {
        position: absolute;
        z-index: 1001;
        top: 0px;
        right: 20px;
        margin-top: -3px;
    }

    .navbar-nav {
        display: none
    }

    .navbar-nav-mycomp {
        display: block;
    }

    .navbar-nav-bgcolor-mycomp {
        background-color: rgb(50, 46, 156);
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        padding-left: 0px;
    }

    .main-menu-mycomp {
        display: block
    }

    .navbar-default .navbar-nav > li > a {
        border-bottom: none;
    }

    .right-col {
        margin-top: 85px;
    }

    .menu-left-mycomp {
        margin-left: -15px;
    }
}

@media only screen and (max-width: 992px) {

    .page-container {
        background-image: none;
        background-color: #FFFFFF;
        margin-bottom: 30px;
    }

    .page {
        border-left: 1px solid #EDEBEB;
        padding: 30px 30px 60px 30px;
        background: #FFFFFF; /* Old browsers */
    }

    .logo-dcsl {
        display: none
    }

    .menu-left h4 {
        margin-left: 30px;
    }

    .menu-left p {
        margin-left: 15px;
    }

    #slider {
        background-color: #322E9C;
    }

        #slider a {
            color: #FFFFFF;
            text-decoration: none;
        }

    #mobile-menu {
        display: block
    }

    .mobile-question {
        display: block
    }

    .mobile-menu-box {
        border: 1px solid #EDEBEB;
        padding: 30px 15px 30px 30px;
        background-color: #FFFFFF;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .pull-left {
        display: none
    }

    .contact-information {
        display: none;
    }

    .navbar-default {
        background-color: #FFFFFF !important
    }

    #mobile-menu-parent {
        margin-left: -40px;
        display: block;
    }

        #mobile-menu-parent li {
            list-style: none;
            line-height: 45px;
            padding-left: 30px;
            border-top: 1px solid #9e9add;
        }

            #mobile-menu-parent li:before {
                font: 14px fontawesome;
                color: #FFFFFF;
                content: '\f0da';
                padding-right: 10px;
            }

        #mobile-menu-parent > li > a:hover {
            /*text-decoration: underline;*/
        }

    #mobile-menu-1-parent, #mobile-menu-2-parent, #mobile-menu-3-parent {
        margin-left: -70px;
        /*margin-top: 14px;*/
    }

        #mobile-menu-1-parent li, #mobile-menu-2-parent li, #mobile-menu-3-parent li {
            padding-left: 60px;
            background-color: #322E9C;
        }

    #mobile-menu-1, #mobile-menu-2, #mobile-menu-3 {
        /*padding-bottom: 0px !important*/
    }

    .stage {
        margin-top: -10px;
    }

    .main-box {
        margin-top: 30px;
    }

    .menu-left {
        display: none;
    }

    .page {
        border-left: none;
        padding: 30px 0px 0px 15px;
    }

    .right-col {
        padding-top: 30px;
    }

    #nav-toggle2 {
        position: absolute;
        z-index: 100;
        right: 0;
        top: 0;
        padding-top: 12px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
        float: right;
        color: #5D5D5D;
    }

    .navbar-default .navbar-nav > li > a {
        background-color: rgb(50, 46, 156);
        border-bottom: 1px solid #3a67ae;
    }

    .mobile-logo-mycomp {
        display: block;
        margin-left: 25px;
    }

    .navbar-nav {
        margin: 0px;
        padding-left: 15px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0px;
    }
}


@media only screen and (max-width: 1025px) {
}


/* Carussel fade-in/fade-out */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* CPD customsize */

.img-cpd-member {
    width: 100px;
}

.img-custom-product {
    width: 110px;
}

.img-custom-hospitaly {
    width: 110px;
    padding: 10px;
    background-color: #1C2277;
}


/*Login pages*/

#ctl00_Content_logGroupLogin tr:first-child, #ctl00_Content_Login1 tr:first-child {
    color: #5D5D5D;
    font-size: 1.286em;
    text-align: left !important;
}

#ctl00_Content_logGroupLogin input[type=text], #ctl00_Content_logGroupLogin input[type=password],
#ctl00_Content_Login1 input[type=text], #ctl00_Content_Login1 input[type=password] {
    margin-bottom: 10px;
    margin-left: 10px;
    width: 200px;
    background-color: #F9FAFA;
    border: 1px solid #EDEBEB;
}

#ctl00_Content_logGroupLogin input[type=submit], #ctl00_Content_Login1 input[type=submit] {
    /*Same as Cocoms style */
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    background-color: #FA8633;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    border: none;
    font-size: 0.857em;
    line-height: 30px;
}

#ctl00_Content_Login1_RememberMe {
    width: 20px !important
}

#ctl00_Content_Login1 td {
    text-align: left !important;
}

    #ctl00_Content_Login1 td:last-child {
        text-align: left !important;
    }


/*Search page*/

#ctl00_Content_pnlS input[type=text] {
    width: 200px;
    height: 30px;
    background-color: #F9FAFA;
    border: 1px solid #EDEBEB;
}

#ctl00_Content_pnlS input[type=submit] {
    /*Same as Cocoms style */
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    background-color: #FA8633;
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    border: none;
    font-size: 0.857em;
    line-height: 30px;
}


/*My Compilance admin table*/

.mycomp-users-list th, .mycomp-users-list td {
    font-size: 0.8em;
    white-space: pre-line;
}

td #infoLibraryContent {
    font-size: 1.1em !important;
}



.menu-left-mycom-panel {
    overflow: hidden
}

/*Same heigth for columns */
.row.equal {
    display: flex;
    flex-wrap: wrap;
}

#ctl00_pnlEULanguage li {
    list-style: none;
    display: inline;
    margin-left: 20px;
}

#flash {
    border: 1px solid #999;
    color: orange;
    background-color: #F9FAFA;
    padding: 10px;
}



.btn-modal-alert {
    color: rgb(0, 0, 128);
    border: none;
}


.icon-rotate {
    font-size: 24px
}