﻿

.colorprimary a {
    color: var(--primary);
}

.colorblue a {
    color: var(--blue);
}

.colorwhite a {
    color: var(--white);
}

.coloryellow a {
    color: var(--yellow);
}

#Accreditations .item img, #Partnerships .item img {
    /*border: 1px solid #ccc;*/
    max-height: 115px;
   
    display: inline;
   width:auto;
}

.professionals .card-body {
    min-height: 205px;
}
.professionals .card img {
    min-height: 200px;
}

.bgprimary.p-2, .bgsecondry.p-2, .bgdarkblue.p-2, .bgblue.p-2 {
    padding: 14px !important;
}



.event-link {
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: white;    
}

    .event-link:hover {
        color: var(--primary);
        text-decoration: none;
    }

#divLeftRight h3, #divFullWidth h3 {
    font-size: 20px;
    color: var(--blue);
    margin-top: 30px;
}

#divLeftRight h2, #divFullWidth h2 {
    font-size: 23px;
    color: var(--blue);
}

/*#divLeftRight .col-lg-9 ul li::before, #divFullWidth .col-md-12 ul:not(.rightUl) li::before{
    content: "\2022";
    color: var(--primary);
    font-weight: bold;
    width: 1em;
    margin-left: -20px;
    font-size: 25px;
    top: -8px;
    position: absolute;
}*/


#divFullWidth ul li::marker, #divLeftRight ul li::marker {
    color: var(--primary);
    font-weight: bold;
    width: 1em;
    margin: 20px;
    margin-left: -20px;
    font-size: 25px;
    top: -8px;
    position: absolute;
}

#divFullWidth ol li::marker, #divLeftRight ol li::marker {
    color: var(--primary);
    font-weight: bold;
    width: 1em;
    margin: 20px;
    margin-left: -20px;
    top: -8px;
    position: absolute;
}

a {
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: var(--blue);
}

    a:hover {
        text-decoration: none;
    }

/*#divLeftRight .col-lg-9 ul li, #divFullWidth .col-md-12 ul li {
    position: relative;
    padding-left: 20px;
}*/

/*#divLeftRight ol li {
    padding-left: 20px;
}
*/
.snip1559 h3 {
    font-size: 16px !important;
    font-weight: 500;
    line-height: 24px;
    margin: 3px 0 !important;
    color: #2B2B2B !important;
}

#CPH_Right_LabelContent_Right div:first-child .colorblue.mt-5 {
    margin-top: 0rem !important;
}

form[action="./governance-and-leaderships"] .snip1559 {
    min-height: 338px;
}

image-overlay .layer {
    background: #21252b;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.image-overlay .item {
    color: #fff;
    text-align: center;
    height: 400px;
    width: 100%;
    display: table;
    background-repeat: no-repeat;
    background-position: center;
}

    .image-overlay .item .item-content {
        display: table-cell;
        vertical-align: middle;
        z-index: 9;
        position: relative;
        text-align: center;
    }

.image-overlay .item {
    position: relative;
    overflow: hidden;
}

.bar {
    text-align: center;
    padding: 10px 30px;
    min-height: 80px; /* set it at will according to your message's length in small devices */
    z-index: 3008;
    background-color: #DE3163;
}

.barBgRed {
    background-color: #DE3163;
}

.barBgBlue {
    background-color: #004185;
}

.barBgGreen {
    background-color: #619876;
}

.bartext {
    position: relative;
    color: #fff !important;
}

    .bartext a {
        color: #fff !important;
        text-decoration: underline !important;
    }

        .bartext a:hover {
            color: #f8f8f8 !important;
            text-decoration: none !important;
        }

        .bartext p {
            margin-bottom:0;
        }

        #ok {
            float: right;
            margin-right: 10px;
            font-size: 25px;
            top: 15px;
            position: absolute !important;
            right: 0px;
        }

    #ok a {
        color: #fff;
        text-decoration: none;
    }


.fs100 {
    font-size: 150px !important;
}

figcaption h3 {
    margin-top: 0 !important;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem !important;
}




@media (max-width:452px) {
    #nav_navbarCollapse .dropdown-toggle::after {
        display: inline-block;
        position: absolute;
        top: 14px;
        right: 15px;
    }
}

.btn-sp {
    color: #fff;
    background-color: #00b3d1;
    border-color: #00daff;
}

    .btn-sp:hover {
        color: #fff;
        background-color: #014656;
        border-color: #014656;
    }



/*Custom Checkbox and radiobutton styles*/
.custom-checkbox, .custom-radio {
    position: relative;
}

    .custom-checkbox input, .custom-radio input {
        position: absolute;
        left: 2px;
        top: 3px;
        margin: 0;
        z-index: 0;
        display: none;
    }

    .custom-checkbox label, .custom-radio label {
        display: block;
        position: relative;
        z-index: 1;
        padding-right: 1em;
        line-height: 22px;
        padding: 0em 0 0em 30px;
        cursor: pointer;
        margin: 5px 0 10px 0;
    }

    .custom-checkbox label {
        background: url(/img/checkbox-sprite.png) no-repeat;
        max-height: 22px;
    }

    .custom-radio label {
        background: url(/img/radiobtn-sprite.png) no-repeat;
        max-height: 22px;
    }

    .custom-checkbox label, .custom-radio label {
        background-position: 0px 0px;
    }

        .custom-checkbox label.hover, .custom-checkbox label.focus, .custom-radio label.hover, .custom-radio label.focus {
            background-position: 0px 0px;
        }

    .custom-checkbox input[checked="checked"] + label, .custom-radio input[checked="checked"] + label {
        background-position: 0px -22px;
    }

    .custom-checkbox label.checked, .custom-radio label.checked {
        background-position: 0px -22px;
    }

    .custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus {
        background-position: 0px -22px;
    }

.form-control, .btn {
    border-radius: 0px;
}

    .form-control:focus {
        box-shadow: none;
        outline: none;
        border: 1px solid #d6d7d7;
    }

    .btn:focus {
        box-shadow: none;
        outline: none;
    }

.btn-primary {
    background-color: #00afd1;
    border-color: #00afd1;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #00afd1;
        border-color: #00afd1;
        background-color: #fff;
    }

.control-label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #515151;
    font-size: 14px;
}

ul.custom-ul {
    padding: 0px;
    margin-left: 0px;
}

ul.custom-ul-login {
    padding: 0px;
    margin: 0px;
}

    ul.custom-ul-login li {
        list-style: none;
        position: relative;
        padding-left: 20px;
    }

        ul.custom-ul-login li::before {
            content: "\2022";
            color: var(--primary);
            font-weight: bold;
            width: 1em;
            margin-left: -20px;
            font-size: 25px;
            top: -8px;
            position: absolute;
        }
  


@media (min-width: 1920px)
{
    .container {
        max-width: 1333px !important;
    }
}

footer ul.bottom li{
    float:left;
}

    footer ul.bottom li:first-child {
        margin-left: 0px;
    }


div.pager {
    text-align: center;
}


    /* pager links */
    div.pager a {
        border: 1px solid #999;
        padding: 0px 11px;
        display: inline-block;
        text-decoration: none;
        margin: auto 2px;
    }


    /* current page */
    div.pager span span {
        border: 1px solid #0e120f;
        padding: 0px 11px;
        display: inline-block;
        margin: auto 2px;
    }


.first {
    color: #0e120f;
}


.last {
    color: #0e120f;
}


.current {
    color: #0e120f;
}


.numeric {
    color: #0e120f;
}


.next {
    color: #0e120f;
}

.watch:hover{
    width:110px;
}
.controlblock {
    margin: 0px 0px 40px 0px;
}

.htmlspan.contentSpan.bggray p:last-child, .htmlspan.contentSpan.bgprimary p:last-child, .htmlspan.contentSpan.bgdarkbluesecondry p:last-child {
    margin-bottom: 0rem !important;
}

.alert ul li::marker, .alert ul li::before {
    color: var(--danger) !important;
}

.overlay {
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99999;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loading-bar {
    display: inline-block;
    width: 20px;
    height: 30px;
    border-radius: 5px;
    animation: loading 1s ease-in-out infinite;
    z-index: 999999;
}

    .loading-bar:nth-child(1) {
        background-color: #00afd1;
        animation-delay: 0;
    }

    .loading-bar:nth-child(2) {
        background-color: #00afd1;
        animation-delay: 0.09s;
    }

    .loading-bar:nth-child(3) {
        background-color: #00afd1;
        animation-delay: .18s;
    }

    .loading-bar:nth-child(4) {
        background-color: #00afd1;
        animation-delay: .27s;
    }

@keyframes loading {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1, 2.2);
    }

    40% {
        transform: scale(1);
    }
}



/*Custom Checkbox and radiobutton styles*/
.custom-checkbox, .custom-radio {
    position: relative;
}

    .custom-checkbox input, .custom-radio input {
        position: absolute;
        left: 2px;
        top: 3px;
        margin: 0;
        z-index: 0;
        display: none;
    }

    .custom-checkbox label, .custom-radio label {
        display: block;
        position: relative;
        z-index: 1;
        padding-right: 1em;
        line-height: 22px;
        padding: 0em 0 0em 30px;
        cursor: pointer;
        margin: 5px 0 10px 0;
    }

    .custom-checkbox label {
        background: url(/assets/images/checkbox-sprite.png) no-repeat;
        max-height: 22px;
    }

    .custom-radio label {
        background: url(/assets/images/radiobtn-sprite.png) no-repeat;
        max-height: 22px;
    }

    .custom-checkbox label, .custom-radio label {
        background-position: 0px 0px;
    }

        .custom-checkbox label.hover, .custom-checkbox label.focus, .custom-radio label.hover, .custom-radio label.focus {
            background-position: 0px 0px;
        }

    .custom-checkbox input[checked="checked"] + label, .custom-radio input[checked="checked"] + label {
        background-position: 0px -22px;
    }

    .custom-checkbox label.checked, .custom-radio label.checked {
        background-position: 0px -22px;
    }

    .custom-checkbox label.checkedHover, .custom-checkbox label.checkedFocus {
        background-position: 0px -22px;
    }


.custom-container {
    width: calc(100vw - 9px); /* Adjusts for container padding */
    margin-left: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%) !important;
    padding-right: calc(50vw - 50%) !important;
}


.divLeftMenu {
    display: block;
}

.menudropdownmobilesection {
    display: none;
}

@media only screen and ( max-width : 991px ) {
    .divLeftMenu{
        display:none;
    }
    .menudropdownmobilesection {
        display: block;
    }
}

.table-bordered thead tr th {
    Background-color: var(--gray);
}

table.custom-table-responsive {
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
}

iframe.custom-video-responsive {
    max-width: 100%;
    display: block;
} 