* {
    margin: 0;
    padding: 0;
}


body {
    background: #f5f5f5;
    font-family: arial;
    font-size: 14px;
    color: #000;
}

.pageWrapper {
    max-width: 1024px;
    margin: 0px auto;
    width: 1024px;
    height: auto;
    background: #ffffff;
    padding: 0;
    border-top: none;
    border-left: none;
}

@media only screen and (max-width: 47.9375em) {
    .pageWrapper {
        width: auto;
    }
}
/* ====== BOOTSTRAP OVERRIDES    =========*/
@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}

a {
    color: #4d99e0;
    outline: 0;
}

    a:hover,
    a:focus {
        /* color: #850e16; */
        outline: 0;
    }


.page-header {
    border-bottom: 0;
    margin: 0;
    padding-top: 0;
}



/* ======   E N D   BOOTSTRAP OVERRIDES    =========*/



/* General */

a image {
    border: none;
}

ul, ol {
    padding: 0;
    margin: 0 0 20px 25px;
}

p {
    line-height: 20px;
    font-size: 14px;
}

li {
    padding: 0 0 0 0;
}

.header {
    margin-bottom: 40px;
}

.logo {
    display: inline-block;
    padding: 0 0 0 0;
    position: relative;
    margin-top: 2px;
    margin-left: -7px;
}

    .logo img {
        width: 230px;
        height: 131px;
    }

@media only screen and (max-width: 1024px) {
    .logo {
        width: 260px;
        float: none;
        margin: 20px 15px;
    }
}

.contentWrapper {
    width: auto;
    margin: 20px 15px 35px 15px;
    /* float: left; */
}

.pageHeader {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 15px 0;
    text-transform: uppercase;
}

.leftContent {
    padding: 10px;
    width: 98%;
    border-right: 1px solid gainsboro;
    box-shadow: 14px 0px 18px -17px #dcdcdc;
}

    .leftContent.homePage {
        height: 1018px;
        height: 1090px;
    }

    .leftContent a {
        color: #0576c5;
        text-decoration: underline;
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
    }

        .leftContent a:hover {
            color: #7cb5df;
            text-decoration: underline;
        }

    .leftContent li {
        width: 93%;
        padding-bottom: 20px;
    }

.rightContent {
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 0px;
    width: 270px;
}

    .rightContent a {
        color: #2789CE;
        text-decoration: none;
    }

        .rightContent a:link {
            color: #2789CE;
            text-decoration: none;
        }

        .rightContent a:visited {
            color: #2789CE;
            text-decoration: none;
        }

        .rightContent a:hover {
            color: #7cb5df;
            text-decoration: none;
        }

    .rightContent p {
        font-style: normal;
        width: 220px;
    }

        .rightContent p i {
            margin-left: 5px;
            color: red;
        }

        .rightContent p.lastLink {
            width: 230px;
        }

@media only screen and (max-width: 47.9375em) {
    .leftContent {
        height: auto;
        margin-bottom: 30px;
    }

    .rightContent {
        width: auto;
    }
}

.noPadding {
    padding: 0;
}

.containerPlainContent {
    margin-top: 80px;
    min-height: 300px;
}

.containerSection {
    background-color: #E7F2F4;
    border: 1px solid #E7F2F4;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 15px;
    margin-bottom: 15px;
}

.containerSectionHeader {
    background-color: #87aeb1;
    padding: 15px;
    margin: 10px 0;
}

.singleColumn {
    margin: 60px 25px 15px 10px;
}

    .singleColumn .containerSectionHeader {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        font-family: georgia !important;
        text-align: left;
        background: #87afb1;
        padding: 15px 20px;
        height: 60px;
    }

.sectionHeader {
    color: #fff;
    font-family: Georgia;
    font-size: 18px;
    font-weight: normal;
}

.singleColumn .sectionHeader {
    font-size: 20px;
}

.containerSingleColumn {
    padding: 10px 30px;
}

.rightContent .sectionHeader {
    font-style: italic;
}

.rightArrow {
    background: url("../Images/bigArrow.png") no-repeat;
    background-image: url('../Images/bigArrow.png');
    height: 50px;
    width: 8%;
    display: inline-block;
    position: relative;
    top: 18px;
}

.productsLink a {
    font-size: 15px;
    display: inline-block;
    width: 90%;
}

@media only screen and (max-width: 47.9375em) {
    .productsLink {
        display: table;
    }

        .productsLink .rightArrow {
            display: table-cell;
            width: 15%;
            top: 5px;
        }
}

.acrobat {
    background: url('../images/get_adobe_reader.gif') no-repeat;
    height: 60px;
    width: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-position: center
}

.noPadding {
    padding: 0 !important;
}

.noPaddingLeft {
    padding-left: 0 !important;
}

.noPaddingRight {
    padding-right: 0 !important;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}
/* UTILITY NAV */
@media only screen and (max-width: 47.9375em) {
    .utility {
        margin: 15px -15px 0;
    }

        .utility button {
            display: block;
            width: 100%;
        }
}

ul.utilLinks {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
    margin: 20px 0 0 0;
    line-height: 100%;
    position: relative;
    border: none;
    font-size: 0;
    padding-right: 10px;
}

    ul.utilLinks li {
        margin: 0;
        list-style-type: none;
        display: inline-block;
        position: relative;
        line-height: inherit;
        font-size: 16px;
        width: 50%;
        text-align: center;
        height: auto;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        ul.utilLinks li a {
            margin: 0;
            padding: 0;
            display: inline-block;
            position: relative;
            zoom: 1;
            line-height: 100%;
            top: 0;
            left: 0;
            padding: 15px 20px;
            text-decoration: none;
            font-size: 14px;
            text-shadow: none;
            color: #fff !important;
            width: 100%;
        }

        ul.utilLinks li:nth-of-type(1) {
            background: #5a8e22;
        }

            ul.utilLinks li:nth-of-type(1):hover {
                background: #71ad30;
            }

        ul.utilLinks li:nth-of-type(2) {
            background: #125f97;
        }

            ul.utilLinks li:nth-of-type(2):hover {
                background: #237ebf;
            }

@media only screen and (max-width: 47.9375em) {
    ul.utilLinks {
        padding: 0;
        margin: 0;
        background: #e9e8f1;
        width: 100%;
        text-align: center;
        display: table;
        padding: 15px;
    }

        ul.utilLinks li {
            padding: 5px;
            text-align: center;
            font-size: 12px;
            display: table-cell;
        }
}

.containerCE {
    background: #ffd71f;
    border-radius: 0 0;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 28px;
    border: 1px solid #ffd200;
    margin-right: 10px;
}

    .containerCE a {
        color: #000;
        font-weight: bold;
        font-size: 28px;
    }

.hiddenBlock {
    position: fixed;
    top: 20%;
    left: 25%;
    z-index: 602;
    width: 50%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 0px;
}

    .hiddenBlock p {
        font-size: 14px;
        display: block !important;
    }

#bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 601;
    opacity: 0.3;
}



@media only screen and (max-width: 47.9375em) {
    .content {
        padding: 15px;
    }
}

.right-border {
    xborder-right: 1px solid #ffc72c;
    box-shadow: 10px 0 5px -5px #ddd;
}

@media only screen and (max-width: 991px) {
    .right-border {
        box-shadow: none;
    }
}



.pgmTitle {
    color: #ac2227;
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0 30px;
}

sup {
    top: -.25em;
    font-size: 85%;
}

.letterEmphasis {
    color: #850e1b;
    font-weight: 700;
    text-decoration: underline;
}

ul.listItemBullet {
    list-style: none;
    margin-left: 15px;
}

    ul.listItemBullet li {
        font-size: 20px;
        list-style: none;
        margin: 0;
        margin-left: 20px;
        padding: 3px 0;
        xxtext-indent: -15px;
    }

        ul.listItemBullet li:before {
            content: " ";
            width: 7px;
            height: 7px;
            background: #ac2227;
            border-radius: 100%;
            display: inline-block;
            position: relative;
            top: -3px;
            margin-right: 10px;
            margin-left: -17px;
        }

        ul.listItemBullet li ul {
            padding-top: 5px;
            padding-left: 5px;
        }

            ul.listItemBullet li ul li {
                margin-left: 15px;
                padding-bottom: 5px;
                width: 90%;
            }

                ul.listItemBullet li ul li:before {
                    content: " ";
                    width: 9px;
                    height: 9px;
                    background: #fff;
                    border: 2px solid #ac2227;
                    border-radius: 100%;
                    display: inline-block;
                    position: relative;
                    top: -1px;
                    margin-right: 10px;
                    xxxmargin-left: 15px;
                }

    ul.listItemBullet a {
        font-weight: 500;
    }

ul.listItemLetters {
    padding-left: 15px;
    margin-bottom: 240px;
}

    ul.listItemLetters li {
        line-height: 18px;
    }

        ul.listItemLetters li a {
            text-decoration: underline;
        }

ol.termsOfUse {
    border-top: 1px solid #ccc;
    margin-top: 45px;
    padding-top: 25px;
    margin-left: 0;
}

    ol.termsOfUse li {
        margin: 0 40px 30px;
    }

        ol.termsOfUse li p {
            margin-bottom: 0;
            width: 97.5%;
        }

ol.privacyPol {
    margin-left: 0;
}

    ol.privacyPol li {
        margin: 0 40px 30px;
    }

        ol.privacyPol li p {
            margin-bottom: 0;
            width: 97.5%;
        }

        ol.privacyPol li ul {
            margin-top: 25px;
        }

            ol.privacyPol li ul li {
                margin-left: 0;
                list-style-type: disc;
                margin-bottom: 10px;
            }

/* ol.listItemNumAlpha {
    list-style-type: decimal;
}

ol.listItemNumAlpha > li > ol {
    list-style-type: lower-alpha;
}

ol.listItemNumAlpha > li > ol > li > ol {
    list-style-type: upper-roman;
}    */


ol.listItemNumAlpha2 {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

    ol.listItemNumAlpha2 > li {
        margin: 0;
        padding: 0 0 0 2em;
        text-indent: -2em;
        list-style-type: none;
        counter-increment: item;
    }

        ol.listItemNumAlpha2 > li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-weight: bold;
            text-align: right;
            content: counter(item) ".";
        }

    ol.listItemNumAlpha2 li ol {
        margin: 0 0 1.5em;
        padding: 0;
        counter-reset: itemSub;
        list-style-type: lower-alpha;
    }

    ol.listItemNumAlpha2 > li ol li {
        margin: 0;
        padding: 0 0 0 2em;
        text-indent: -2em;
        counter-increment: itemSub;
    }

        ol.listItemNumAlpha2 > li ol li:before {
            display: inline-block;
            width: 1.5em;
            padding-right: 0.5em;
            font-weight: bold;
            color: red;
            text-align: right;
            content: counter(itemSub) ".";
        }


/* Footer */

.footer {
    color: inherit;
    font-size: 12px;
    margin: 10px;
    padding-top: 40px;
    padding-left: 15px;
    padding-bottom: 40px;
    border-top: 1px solid #e4e4e4;
    position: relative;
    background: inherit;
}

    .footer p {
        font-size: 12px;
        clear: both;
    }

    .footer ul {
        list-style-type: none;
        display: block;
        float: left;
        margin: 0px 0 5px 0;
        width: 100%;
    }

        .footer ul li {
            float: left;
            border-right: 1px solid #000;
            padding: 0 10px;
        }

            .footer ul li a {
                font-size: 14px;
                text-decoration: underline;
            }

            .footer ul li:first-of-type {
                margin-left: 0;
                padding-left: 0;
                margin-top: 1.5px;
            }

            .footer ul li:last-child {
                border-right: none;
            }

.popupWindow {
    -moz-box-shadow: 17px 17px 17px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 17px 17px 17px rgba(0, 0, 0, .3);
    box-shadow: 5px 10px 50px rgba(0, 0, 0, .3);
    border: 3px solid #dedede;
}

    .popupWindow.focus .header {
        background-color: #009966;
        color: white;
        border-bottom: 5px solid #bbe8cc;
    }

    .popupWindow > .header {
        font-family: Calibri, san-serif;
        font-size: 15px;
        height: 20px;
        padding: 0;
        padding: 5px 3px 5px 10px;
    }

        .popupWindow > .header > .closeIcon {
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center center;
            border: 1px solid #fff;
            border-radius: 3px;
            cursor: pointer;
            display: inline-block;
            float: right;
            height: 16px;
            padding: 1px;
            width: 16px;
        }


/*     L O G I N    P O P U P   S T Y L E S    */
div.popupWindow div.WebPartContainer div[data-ubc-form-name].Login-Form.Login-Query-Password {
    background: transparent;
    padding: 5px;
    height: 400px;
}

div[data-ubc-form-name].Login-Form.Login-Query-Password div.Login-Body {
    height: 40%;
}

div.popupWindow div.WebPartContainer div.Login-Form.Login-Update-Profile {
    background-color: #fff;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: auto;
    padding: 5px;
    width: 590px;
}

div.Login-Form {
    height: 100%;
}

table[data-ubc-form-array-name="Questions"] td {
    width: 200px;
    vertical-align: top;
}
/* =======================================   */


/*  G E N E R A L   S T Y L E   C L A S S E S     */
.noMargin {
    margin: 0;
}

.noMarginTop {
    margin-top: 0;
}

.noMarginBottom {
    margin-bottom: 0;
}

.noMarginLeft {
    margin-left: 0 !important;
}

.action:hover {
    text-decoration: none;
}

.hyperlink {
    text-decoration: underline;
    color: #6698C2;
}

    .hyperlink:hover {
        color: #316784;
        cursor: pointer;
    }


.text-red {
    color: red;
}

.bold {
    font-weight: bold;
}

.info-block {
    width: 95%;
}

.txtLarge {
    font-size: 15px !important;
}

.txtSmaller {
    font-size: 14px;
}

.txtEmphasis {
    font-weight: 700;
}

.txtEmphasisLarge {
    font-style: bold;
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
    width: 93%;
}

.txtBlock {
    line-height: 21px;
    font-size: 15px;
}
/* =====    MODAL   WINDOWS   ===== */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    border: 1px solid #ccc;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }


.modal-content {
    padding: 15px;
}

.modal-header {
    color: #827576;
    background: #fff;
    border-bottom: 3px solid;
    padding: 0;
    padding-bottom: 5px;
}

    .modal-header .close {
        color: #333;
        filter: Alpha(Opacity=50);
        opacity: .5;
        font-size: 30px;
    }

        .modal-header .close:active {
            border: 0;
        }

        .modal-header .close:hover {
            color: #000;
            filter: Alpha(Opacity=90);
            opacity: .9;
        }

.modal-title {
    font-size: 32px;
}

.modal-body {
    padding: 15px 0;
    line-height: 1em;
}

.modal-footer {
    padding: 15px 0;
    border: 0;
}

.modal button.btn-default {
    background: #ac2227;
    border-color: #ac2227;
    color: #fff;
    font-weight: bold;
    padding: 10px 30px;
    text-shadow: none;
}

.modal .btn-danger {
    background: #fff;
    color: #e1523d;
    border: 1px solid #e1523d;
}

    .modal .btn-danger:hover {
        background: #e1523d;
        color: #fff;
    }
/* =============   CE PROVIDERS     =================  -->
.productItem table {
  white-space: normal;
  width: 100%;
}
.productItem .trBaseBlue {
  background: #e6f2f3;
}
.productItem .trBaseGrey {
  background: #c0c0c0;
}
.productItem .trBlueRight {
  border-right: solid .1px #ffffff;
  text-align: center;
}
.productItem .trGreyRight {
  border-right: solid .1px #b2b2b2;
  text-align: center;
}
.productItem td {
  text-align: center;
}
.productItem .trWhiteFirst {
  border-right: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
}
.productItem .trWhiteMid {
  border-right: solid 1px #e6e6e6;
}
.productItem .tdBttmBorder {
  border-bottom: solid 1px #e6e6e6;
}
.productItem th {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: #06b8ca;
  text-align: center;
}
.productItem tr {
  font-family: Arial;
  font-size: 14px;
}
.productItem .tdSpace {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  max-width: 95%;
  word-wrap: break-word;
}
.productItem .firstTd {
  width: 150px;
}
.productItem .secondTd {
  width: 250px;
}
.productItem .thirdTd {
  width: 190px;
}
.productItem .fourthTd {
  width: 150px;
}
.productItem .fifthTd {
  width: 275px;
}
.productItem .ui-accordion .ui-accordion-header {
  background: #C7C7C7;
  color: #fff;
  font-size: 18px;
  padding-left: 1em;
  border-radius: 0;
  border: 0;
  margin-top: 0;
  font-family: Georgia;
  font-weight: normal;
  font-style: italic;
}
.productItem .accordion-group {
  border: 1px solid #C7C7C7;
  margin-bottom: 20px;
}
.productItem .ui-accordion .ui-accordion-content {
  border: 0;
  padding: 1em;
}
.productItem .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.productItem .ui-state-active.ui-accordion-header {
  background: #fff;
  color: #06b8ca;
}
/* ====   CE PROVIDER TABLE     ====== */
.tblCEProviders {
    white-space: normal;
    width: 100%;
}

    .tblCEProviders th {
        font-family: Arial;
        font-weight: bold;
        font-size: 14px;
        color: #06b8ca;
        padding: 10px;
        text-align: center;
        width: 50%;
    }

    .tblCEProviders tr {
        font-family: Arial;
        font-size: 14px;
        padding: 10px;
    }

        .tblCEProviders tr:nth-child(odd) {
        }

        .tblCEProviders tr:nth-child(even) {
            background: #e6f2f3;
        }

    .tblCEProviders td {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #eee;
        padding: 15px;
        text-align: center;
    }

        .tblCEProviders td:nth-of-type(1) {
            font-weight: bold;
            font-size: small;
        }

    .tblCEProviders tr:nth-child(even) td:nth-of-type(1) {
        border-right-color: #fff;
    }

.tblCECompleted {
    background: #c0c0c0 !important;
    border-right: 1px solid #b2b2b2 !important;
}

    .tblCECompleted td {
        border-right: 1px solid #b2b2b2 !important;
    }

.card-header {
    background: #fff;
    font-size: 18px;
    padding-left: 1em;
    padding-bottom: 0;
    border-radius: 0;
    border: 0;
    margin-top: 0;
    font-family: Georgia;
    font-weight: normal;
    font-style: italic;
}

    .card-header .card-headerTxt.btn-link.collapsed {
        background: #aaa;
        margin: -12px -20px -5px;
        padding: 10px 15px;
        border-radius: 8px;
        color: #fff;
    }

    .card-header .card-headerTxt.btn-link {
        background: #fff;
        color: #06b8ca;
        cursor: pointer;
        font-size: 18px;
        font-style: italic;
        display: block;
        text-align: left;
        margin: -12px 0 -0px -15px;
        padding: 10px;
    }

        .card-header .card-headerTxt.btn-link:hover {
            text-decoration: none;
        }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
/* ===  NAV TABS   ====   */
.nav-tabs {
    border-bottom: 2px solid #20c0ce;
    width: 100%;
    margin-left: 0;
    margin: 30px 0;
}

    .nav-tabs .nav-item {
        width: 18%;
        text-align: center;
        margin-bottom: -1px;
        margin-bottom: 0;
    }

        .nav-tabs .nav-item:last-of-type {
            width: 28%
        }

        .nav-tabs .nav-item .nav-link,
        .nav-tabs .nav-link {
            white-space: nowrap;
            border: 1px solid #f1f1f1;
            border-bottom: 0;
            font-size: 16px;
            height: 36px;
            margin-right: 0px;
            background: #b8b8b8;
            border-radius: 0;
            color: #fff;
            border: 1px solid #f1f1f1;
        }

            .nav-tabs .nav-item.show .nav-link,
            .nav-tabs .nav-link.active {
                background: #fff;
                color: #20c0ce;
                font-size: 16px;
                font-weight: normal;
                font-family: arial;
                white-space: nowrap;
            }
/* =========  FAQ SEARCH   ==============   */
.searchInput {
    background: #ffffff url('../Images/searchIcon.png') no-repeat 98%;
}

.faq-search {
    margin: 30px 0 30px 0;
}

    .faq-search .searchInput {
        background: #ffffff url('../Images/searchIcon.png') no-repeat 98%;
    }

        input[type="text"]:focus,
        textarea:focus, button:focus,
        a.button:focus, select:focus,
        input[type="file"]:focus,
        input[type="password"]:focus,
        .faq-search .searchInput:focus {
            -webkit-box-shadow: 0 0 7px #6db9ff;
            -moz-box-shadow: 0 0 7px #6DB9FF;
            box-shadow: 0 0 7px #6db9ff;
            border: 1px solid #50B1FE;
            outline: none;
        }

.faq-empty {
    margin: 41px 0 0 0;
}

input[name=search] {
    border-radius: 0;
    border: 2px solid #20C0CE;
    padding: 10px;
    width: 80%;
    font-size: 16px;
    font-family: arial;
    color: #000 !important;
    box-shadow: none;
}

#searchIcon {
    position: absolute;
    right: 208px;
    top: 71px;
}

/* ===  FAQS   ===   */
.expandAll {
    padding-bottom: 10px;
    position: relative;
}

.faqs {
    width: 93%;
}

.faq {
    margin-bottom: 15px;
}

.faqHeader {
    color: #20c0ce;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    display: block;
    padding-bottom: 15px;
    cursor: pointer;
}

.faqIconMinus:before {
    content: "";
    background: none !important;
    background-image: url('../Images/faqminus.png') !important;
    width: 3%;
    height: 30px;
    background-repeat: no-repeat !important;
    position: absolute;
    left: -5px;
}

.faqIconPlus:before {
    content: "";
    background: none !important;
    background-image: url('../Images/faqplus.png') !important;
    width: 3%;
    height: 30px;
    background-repeat: no-repeat !important;
    position: absolute;
    left: -5px;
}

.faq ul li,
.faq ol li {
    padding-bottom: 10px;
}

.faqContent,
.faqHeader {
    padding-left: 25px;
}

a.backToTop {
    color: #4d99e0 !important;
    margin: 50px 30px 40px 30px;
    display: block;
    text-decoration: underline !important;
}

/* ======  PRODUCTS LISTING    ==================== */
td.details-control {
    background: url('../Images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../Images/details_close.png')no-repeat center center;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 9px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #01a2b2;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: '-';
    background-color: #999;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:after {
    content: '';
}
/*  ---------------------------------------------    */
.dataTables_wrapper table tr th:first-child {
    padding-left: 50px;
}

.dataTables_wrapper table tr th {
    font-size: 12px;
    color: #29bdc9;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-left: 55px;
}

    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
        margin: 7px 20px -2px -37px;
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
    }

table.dataTable.stripe tbody tr.odd:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.odd > .sorting_1:hover,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1:hover {
    background-color: #f4f4f4;
}

table.dataTable.no-footer {
    border: 1px solid #000;
}

table.dataTable.stripe tbody tr.even,
table.dataTable.display tbody tr.even,
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.stripe tbody tr.even:hover,
table.dataTable.display tbody tr.even:hover {
    background-color: #e7e7e7;
}

    table.dataTable.display tbody tr.even > .sorting_1,
    table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
        background-color: #e7e7e7 !important;
    }

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #ffffff;
}

    table.dataTable.stripe tbody tr.odd:hover,
    table.dataTable.display tbody tr.odd:hover,
    table.dataTable.display tbody tr.odd > .sorting_1:hover,
    table.dataTable.order-column.stripe tbody tr.odd > .sorting_1:hover {
        background-color: #f4f4f4;
    }

.dataTables_wrapper .dataTables_paginate span a.paginate_button,
.ellipsis {
    display: none;
}

    .dataTables_wrapper .dataTables_paginate span a.paginate_button.current {
        display: inline-block;
    }

.paginate_button.next,
.paginate_button.next:hover,
.paginate_button.next:focus {
    background: url('../Images/arrow.png') 0px 5px no-repeat !important;
    border: none !important;
}

.paginate_button.previous,
.paginate_button.previous:hover,
.paginate_button.previous:focus {
    background: url('../Images/arrow_b.png') 0px 5px no-repeat !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

    .dataTables_wrapper .dataTables_paginate > a.paginate_button,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        color: #fff !important;
        width: 40px !important;
        padding-top: 2px;
        opacity: 1;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none;
    border: none;
    font-size: 12px;
    color: grey !important;
}
/* ======  MODALS    ==================== */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop {
    xxxz-index: 1071;
}

.fade.show {
    opacity: 1;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-content {
    margin-top: 100px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.modal-footer {
    width: 100% !important;
    text-align: center !important;
    display: block;
}

    .modal-footer .btnContinue {
        background: #5a8e22 !important;
        color: #fff !important;
        font-weight: normal !important;
        margin: 0;
        font-size: 14px;
    }

    .modal-footer .btnCancel {
        background: #d1d1d1 !important;
        font-weight: normal;
        color: #146198 !important;
        margin: 0;
        font-size: 14px;
    }

.sub-header {
    background: #e4f7f9;
    height: 57px;
    width: 100%;
    float: right;
    margin-top: 37px;
    position: relative;
}

    .sub-header .name {
        color: #ecbb37;
        font-size: 18px;
        text-transform: uppercase;
        position: absolute;
        left: 19px;
        bottom: 0;
        border-bottom: 4px solid #ecbb37;
        font-weight: 700;
        padding-bottom: 14px;
    }

        .sub-header .name > a {
            color: #ecbb37;
            text-decoration: none;
        }

    .sub-header .link {
        font-size: 15px;
        display: block;
        color: #29bdc9;
        position: absolute;
        right: 35px;
        top: 20px;
        text-decoration: none;
        border-bottom: 1px solid #29bdc9;
        padding-bottom: 0px;
        font-weight: 100;
    }

.sub-title {
    font-size: 23px;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 5px;
    font-weight: 100;
}

.page-title {
    background: #29bdc9;
    color: #fff;
    text-align: center;
    font-size: 32px;
    height: 175px;
    line-height: 175px;
    margin-bottom: 5px;
}
/* Filter */
.filterddldisablecover {
    width: 100%;
    height: 100%;
    background: #29bdc9;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
    display: none;
}

.filtertxtdisablecover {
    width: 100%;
    height: 100%;
    background: #29bdc9;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
    display: none;
}

.filter {
    background: #29bdc9;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 0 7px 0;
    height: 202px;
}

    .filter .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .filter [class^=col] {
        padding-left: 10px;
        padding-right: 10px;
    }

.logo-activity-search {
    height: auto;
    width: 220px;
    top: 20px;
    padding-top: 20px;
}


/* Activity List*/
.activity-item {
    width: 320px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative;
    float: left;
    min-height: 300px;
}

    .activity-item .action {
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        height: 0;
        width: 0;
        border-right: 40px solid #29bdc9;
        border-top: 40px solid #29bdc9;
        border-left: 40px solid transparent;
        border-bottom: 40px solid transparent;
    }

        .activity-item .action > div {
            font-size: 40px;
            position: absolute;
            cursor: pointer;
            top: -40px;
            right: -30px;
            z-index: 9;
        }

    .activity-item .card {
        background: #d4f2f4;
        position: relative;
        text-align: center;
    }

        .activity-item .card .date {
            top: 15px;
            position: absolute;
            width: 100%;
        }

        .activity-item .card .title {
            font-size: 22px;
            font-weight: 700;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            width: 90%;
            word-wrap: break-word;
        }

            .activity-item .card .title.short {
                overflow: hidden;
                height: 98px;
            }

        .activity-item .card .type {
            position: absolute;
            bottom: 15px;
            width: 100%;
        }

    .activity-item .description {
        background: #fff;
        position: absolute;
        width: 0;
        overflow: hidden;
        z-index: 0;
        left: 0;
        top: 0;
        transition: ease opacity 0.5s;
        opacity: 0;
    }

        .activity-item .description.opened {
            width: 650px;
            overflow: visible;
            opacity: 1;
            z-index: 99;
        }

        .activity-item .description .content {
            padding: 15px 5px 5px 10px;
            border-bottom: 1px solid #e8e8e8;
        }

        .activity-item .description > .left > .content:last-child, .activity-item .description > .right > .content:last-child {
            border-bottom: 0;
        }

        .activity-item .description .action {
            border-right-color: #ecbb37;
            border-top-color: #ecbb37;
            z-index: 91;
        }

        .activity-item .description .title {
            color: #888;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .activity-item .description .provider {
            word-break: break-all
        }

        .activity-item .description .credit {
            word-break: break-all
        }


        /*.activity-item .description .link .content{padding-bottom:10px;}*/
        .activity-item .description .link a {
            color: #29bdc9;
            font-weight: 700;
            text-decoration: underline;
            display: inline-block; /*margin-top:15px;*/
        }

        .activity-item .description .left {
            float: left;
            width: 47%;
            height: 100%;
        }

        .activity-item .description .right {
            float: left;
            width: 53%;
            height: 100%;
        }

        .activity-item .description .right {
            display: inline-block;
            float: none;
        }

            .activity-item .description .right .content {
                padding-bottom: 10px;
            }

                .activity-item .description .right .content .provider {
                    word-break: break-all;
                    position: relative;
                    z-index: 99;
                    width: 90%;
                }

        .activity-item .description .left {
            border-right: 1px solid #e8e8e8;
        }

        .activity-item .card .action > div, .activity-item .description .action > div {
            background-size: cover;
            width: 20px;
            height: 20px;
            display: block;
            right: -25px;
            top: -25px;
        }

    .activity-item .card, .activity-item .description {
        height: 272px;
    }

        .activity-item .card .action > div {
            background-image: url(/Resources/Images/icon-plus.png); /*url('../images/icon-plus.png');*/
        }

        .activity-item .description .action > div {
            background-image: url(/Resources/Images/icon-minus.png); /*url('../images/icon-minus.png');*/
            top: -35px;
        }

    /*.plus{ width: 20px;height: 20px;margin-top: -26px;margin-left: 5px; position:absolute; z-index:100;}
.plus img{ width: 20px;height: 20px;}
.minus{width: 20px;height: 20px;margin-top: -35px;margin-left: 5px;position:absolute; z-index:100;}
.minus img{width: 20px;height: 20px;}*/

    .activity-item:nth-child(3n) {
        margin-right: 0;
    }

        .activity-item:nth-child(3n) .description {
            right: 0;
            left: inherit;
        }

filterddldisablecover {
    width: 100%;
    height: 100%;
    background: #29bdc9;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
    display: none;
}

.filtertxtdisablecover {
    width: 100%;
    height: 100%;
    background: #29bdc9;
    opacity: 0.5;
    position: absolute;
    z-index: 100;
    display: none;
}

.filter {
    background: #29bdc9;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 0 7px 0;
    height: 202px;
}

    .filter .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .filter [class^=col] {
        padding-left: 10px;
        padding-right: 10px;
    }

.filter-input {
    float: left;
    margin-left: 20px;
    position: relative;
}

    .filter-input.xs {
        width: 140px;
    }

    .filter-input.xl {
        width: 160px;
    }

    .filter-input.sm {
        width: 200px;
    }

    .filter-input.md {
        width: 330px;
    }

    .filter-input.lg {
        width: 380px;
    }

    .filter-input.btns {
        margin-left: 5px;
    }

.btnHover {
    background: #044c52 !important;
}

.form-control.search {
    margin-bottom: 28px;
    border-radius: 0;
    background: #fff url('../Images/icon-search.png') 98% 10px no-repeat;
    background-size: 20px;
    border: 1px solid #fff;
    height: 41px;
    padding-left: 7px;
    padding-right: 30px;
}

.btn, .btn:focus {
    border-radius: 0;
    background: #1fafbb;
    text-align: left;
    width: 100%;
    height: 41px;
    text-transform: uppercase;
    color: #fff;
    transition: color ease 0.5s, color ease 0.5s;
    border: 0;
    outline: none !important;
}

    .btn:hover {
        background: #044c52;
        color: #fff;
        box-shadow: none;
        border: 0;
        outline: none;
    }

    .btn.search-icon {
        position: absolute;
        opacity: 0;
        width: 30px;
        height: 41px;
        right: 0;
        top: 0;
    }

input.date, input.ddl {
    width: 100%;
    height: 44px;
    position: absolute;
    left: 0;
    bottom: -4px;
    opacity: 0;
    color: #333;
    cursor: pointer;
    color: transparent;
    text-align: left;
    text-indent: -1em;
}

.custom-select {
    margin-bottom: 28px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #fff;
    height: 41px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    line-height: 40px;
    outline: none;
    font-size: 14px !important;
}

    .custom-select > span.placeholder {
        line-height: 40px;
        height: 41px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 10px;
        padding-right: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .custom-select:before {
        position: absolute;
        transform: scale(1.5, 1.5);
        right: 5px;
        top: 0px;
        content: "\25be";
    }

    .custom-select:after {
        content: '';
        display: none;
        width: 100%;
        height: 5px;
        position: absolute;
        left: -1px;
        bottom: -6px;
        background: #044c52;
        border: 1px solid #044c52;
        box-sizing: initial;
    }

    .custom-select.active {
        border-color: #044c52;
    }

        .custom-select.active:before {
            content: "\25be";
            transform: rotate(180deg);
        }

        .custom-select.active:after {
            display: block;
        }

.custom-select-list {
    background: #398288;
    border-left: 2px solid #398288;
    position: absolute;
    max-height: 500px;
    top: 45px;
    left: -1px;
    box-sizing: initial;
    width: 100%;
    z-index: 992;
    display: none;
}

    .custom-select-list ul ul, li.active {
        background: #317277;
    }

    .custom-select-list ul, .custom-select-list li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .custom-select-list li {
        position: relative;
    }

        .custom-select-list li span {
            border-top: 1px solid #54999f;
            padding: 14px 14px 14px 10px;
            line-height: 15px;
            display: block;
            transition: 0.3s;
        }
    /*.custom-select-list li span:hover, .custom-select-list li span.active{color:#54999f;}*/
    .custom-select-list ul ul span {
        padding-left: 30px;
    }

    .custom-select-list ul ul {
        display: none;
    }

    .custom-select-list .list > li:first-child span {
        border-top: 0;
    }

    .custom-select-list .action {
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        height: 0;
        width: 0;
        cursor: pointer;
        border-right: 20px solid #ecbb37;
        border-top: 20px solid #ecbb37;
        border-left: 20px solid transparent;
        border-bottom: 20px solid transparent;
        transition: 0.5s;
    }

        .custom-select-list .action:before {
            content: '';
            background-size: cover;
            width: 15px;
            height: 15px;
            display: block;
            right: -15px;
            top: -15px;
            background-image: url('../images/icon-plus.png');
            position: absolute;
        }

        .custom-select-list .action.active {
            border-right-color: #ecbb37;
            border-top-color: #ecbb37;
        }

            .custom-select-list .action.active:before {
                background-image: url('../images/icon-minus.png');
            }

/* Date Picker*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 999;
    overflow: hidden;
}

    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after, .bootstrap-datetimepicker-widget table td.active.today:before, .bootstrap-datetimepicker-widget.dropdown-menu.top:after, .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
        display: none;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.top {
        margin-bottom: -2px;
    }

.bootstrap-datetimepicker-widget.dropdown-menu {
    border-radius: 0;
    color: #29bdc9;
    box-shadow: 0px 0px 0px #ccc;
    border: 0;
    text-shadow: none;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover, .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old:hover {
    color: #94dee4 !important;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    border-radius: 50%;
    background: none;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th, .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .bootstrap-datetimepicker-widget table thead tr:first-child th:focus {
    background: none;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    border-radius: 50%;
    background: transparent;
    color: #fff;
    text-shadow: none;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    text-transform: capitalize;
}


.bootstrap-datetimepicker-widget table thead tr th.prev span:before, .bootstrap-datetimepicker-widget table thead tr th.next span:before {
    display: none;
}

.bootstrap-datetimepicker-widget table thead tr th.prev span, .bootstrap-datetimepicker-widget table thead tr th.next span {
    background-size: cover;
    display: block;
    width: 9px;
    height: 13px;
    margin: 0 auto;
}

.bootstrap-datetimepicker-widget .datepicker-days table td, .bootstrap-datetimepicker-widget .datepicker-days table td.day {
    width: 14.28571428571429%;
}

.bootstrap-datetimepicker-widget table td {
    position: relative;
}

.bootstrap-datetimepicker-widget table thead tr th.prev span {
    background-image: url('../images/icon-arrow-left.png');
}

.bootstrap-datetimepicker-widget table thead tr th.next span {
    background-image: url('../images/icon-arrow-right.png');
}
/*.bootstrap-datetimepicker-widget .datepicker-days tbody tr:last-child{display:none !important;}*/
.bootstrap-datetimepicker-widget table td.day:after {
    background: #ecbb37;
    content: '';
    height: 41px;
    width: 41px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    display: none;
}

.bootstrap-datetimepicker-widget table td.active:after, .bootstrap-datetimepicker-widget table td.active:hover:after {
    display: block;
}

.bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th {
    color: #fff;
    position: relative;
}

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:before {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        color: #29bdc9;
        height: 100%;
        line-height: 45px;
    }

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:nth-child(1):before, .bootstrap-datetimepicker-widget table thead tr:last-child th:nth-child(7):before {
        content: 'S';
    }

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:nth-child(2):before {
        content: 'M';
    }

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:nth-child(3):before, .bootstrap-datetimepicker-widget table thead tr:last-child th:nth-child(5):before {
        content: 'T';
    }

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:nth-child(4):before {
        content: 'W';
    }

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:nth-child(6):before {
        content: 'F';
    }

/* Date Picker*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 999;
    overflow: hidden;
}

    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after, .bootstrap-datetimepicker-widget table td.active.today:before, .bootstrap-datetimepicker-widget.dropdown-menu.top:after, .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
        display: none;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.top {
        margin-bottom: -2px;
    }

.bootstrap-datetimepicker-widget.dropdown-menu {
    border-radius: 0;
    color: #29bdc9;
    box-shadow: 0px 0px 0px #ccc;
    border: 0;
    text-shadow: none;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover, .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old:hover {
    color: #94dee4 !important;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    border-radius: 50%;
    background: none;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th, .bootstrap-datetimepicker-widget table thead tr:first-child th:hover, .bootstrap-datetimepicker-widget table thead tr:first-child th:focus {
    background: none;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    border-radius: 50%;
    background: transparent;
    color: #fff;
    text-shadow: none;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    text-transform: capitalize;
}


.bootstrap-datetimepicker-widget table thead tr th.prev span:before, .bootstrap-datetimepicker-widget table thead tr th.next span:before {
    display: none;
}

.bootstrap-datetimepicker-widget table thead tr th.prev span, .bootstrap-datetimepicker-widget table thead tr th.next span {
    background-size: cover;
    display: block;
    width: 9px;
    height: 13px;
    margin: 0 auto;
}

.bootstrap-datetimepicker-widget .datepicker-days table td, .bootstrap-datetimepicker-widget .datepicker-days table td.day {
    width: 14.28571428571429%;
}

.bootstrap-datetimepicker-widget table td {
    position: relative;
}

.bootstrap-datetimepicker-widget table thead tr th.prev span {
    background-image: url('../Images/icon-arrow-left.png');
}

.bootstrap-datetimepicker-widget table thead tr th.next span {
    background-image: url('../Images/icon-arrow-right.png');
}
/*.bootstrap-datetimepicker-widget .datepicker-days tbody tr:last-child{display:none !important;}*/
.bootstrap-datetimepicker-widget table td.day:after {
    background: #ecbb37;
    content: '';
    height: 41px;
    width: 41px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    display: none;
}

.bootstrap-datetimepicker-widget table td.active:after, .bootstrap-datetimepicker-widget table td.active:hover:after {
    display: block;
}

.bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th {
    color: #fff;
    position: relative;
}

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:before {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        color: #29bdc9;
        height: 100%;
        line-height: 45px;
    }

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:nth-child(1):before, .bootstrap-datetimepicker-widget table thead tr:last-child th:nth-child(7):before {
        content: 'S';
    }

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:nth-child(2):before {
        content: 'M';
    }

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:nth-child(3):before, .bootstrap-datetimepicker-widget table thead tr:last-child th:nth-child(5):before {
        content: 'T';
    }

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:nth-child(4):before {
        content: 'W';
    }

    .bootstrap-datetimepicker-widget .datepicker-days table thead tr:last-child th:nth-child(6):before {
        content: 'F';
    }

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100;
}


/* Lower then iPad Landscape */
@media screen and (max-width:959px) {
}

/* iPhone (Portrait & Landscape) */
@media screen and (max-width: 767px) {
    .logo {
        display: block;
        height: 165px;
        text-align: center;
        box-shadow: 0px 2px 2px #a6a6a6;
        position: relative;
        z-index: 999;
        width: 100%;
        margin: 0;
    }

        .logo img {
            position: relative;
            left: 20%;
            top: inherit;
            margin-top: 20px;
        }

    div.loading img {
        width: 280px;
    }

    header {
        height: auto;
        position: relative;
    }

    div#page > .container {
        margin-top: 0;
    }

    .sub-header {
        position: relative;
        height: 49px;
        margin: 0;
        width: 100%;
        text-align: center;
        float: none;
        padding: 12px 0 0 0;
    }

        .sub-header .name {
            display: none;
        }

        .sub-header .link {
            position: relative;
            right: inherit;
            top: inherit;
            display: inline-block;
        }

    .page-title {
        height: auto;
        font-weight: 400;
        font-size: 21px;
        line-height: 1;
        margin: 0;
        padding-top: 30px;
    }

    .sub-title {
        font-size: 17px;
        margin: 0 20px 25px 20px;
        padding-top: 15px;
    }

    .custom-select {
        margin-bottom: 14px;
    }

    .btn, .btn:focus {
        text-align: center !important;
        margin: 0 auto 14px auto !important;
        width: 150px !important;
        display: block !important;
    }

    .filter {
        margin: 0;
        height: auto;
    }

    .filter-input {
        width: 90% !important;
        margin: 0 auto;
        float: none;
    }

        .filter-input.btns {
            margin-left: auto;
        }

    .form-control.search {
        margin-bottom: 19px;
    }

    .activity-item {
        margin-bottom: 5px;
        width: 100%;
    }

        .activity-item:last-child {
            margin-bottom: 0;
        }

        .activity-item .card {
            height: 277px;
        }

            .activity-item .card .date {
                top: 30px;
            }

            .activity-item .card .type {
                bottom: 20px;
            }

            .activity-item .card .title {
                margin-top: 5px;
            }

        .activity-item .description {
            position: relative;
            height: 0;
            width: 100%;
        }

            .activity-item .description.opened {
                width: 100%;
                height: auto;
            }

            .activity-item .description .title {
                margin-bottom: 5px;
            }

            .activity-item .description .content {
                padding-bottom: 20px;
            }

            .activity-item .description .detail {
                line-height: 15px;
                height: auto;
            }

            .activity-item .description .des-title {
                width: 90%;
            }

            .activity-item .description .provider {
                width: 100%;
            }

            .activity-item .description .left, .activity-item .description .right {
                float: none;
                width: 100%;
                border: 0;
                height: auto;
            }

            .activity-item .description > .left > .content:last-child {
                border-bottom: 1px solid #e8e8e8;
            }

    footer {
        height: auto;
        margin: 0;
    }

        footer .container {
            padding: 0 0 140px 0;
            background-position: center 75%;
        }

        footer span {
            position: absolute;
            width: 100%;
            text-align: center;
            bottom: 20px;
            font-size: 10px;
        }

        footer .links {
            float: none;
        }

            footer .links a, footer .links a:hover {
                height: 54px;
                display: block;
                text-align: center;
                border-bottom: 1px solid #2e2e2e;
                line-height: 50px;
                margin: 0;
            }
}

/* iPhone (Portrait) */
@media screen and (min-width:320px) and (max-width:479px) {
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 100% !important;
    }
}

/* iPhone (Landscape) */
@media screen and (min-width:480px) and (max-width: 767px) {
}


/* iPad (Portrait & Landscape) */
@media screen and (min-width:768px) and (max-width:1024px) {
    /*.activity-item .description .detail{height:75px; overflow:auto;}*/
    .activity-item .description .des-title {
        height: 65px;
        overflow: auto;
    }

    .activity-item .description .des-description {
        height: 120px;
        overflow: auto;
    }

    .activity-item .description .provider {
        height: 40px;
        overflow: auto;
    }

    .activity-item .description .venue {
        height: 40px;
        overflow: auto;
    }

    .activity-item .description .location {
        height: 40px;
        overflow: auto;
    }

    .activity-item .description .credit {
        height: 40px;
        overflow: auto;
    }
}

/* iPad Portrait Down*/
@media screen and (max-width:960px) {
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 280px;
    }

    .bootstrap-datetimepicker-widget table {
        font-size: 12px;
    }

        .bootstrap-datetimepicker-widget table thead th, .bootstrap-datetimepicker-widget table tbody tr td {
            line-height: 30px;
        }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            font-size: 14px;
        }

        .bootstrap-datetimepicker-widget table td {
            position: relative;
        }

            .bootstrap-datetimepicker-widget table td.day:after {
                height: 24px;
                width: 24px;
            }
}

/* iPad (Portrait) */
@media screen and (min-width:768px) and (max-width:959px) {
    header {
        height: auto;
        position: relative;
    }

    .logo {
        display: block;
        height: 145px;
        text-align: center;
    }

        .logo img {
            position: relative;
            left: inherit;
            top: inherit;
            margin-top: 20px;
        }

    .sub-header {
        max-width: 750px;
        float: none;
        margin: auto;
        width: 100%;
    }

    .page-title {
        line-height: 2;
        height: auto;
        margin: 0;
    }

    div#page > .container {
        margin-top: 0;
    }

    .container {
        max-width: 750px;
    }

    .activity-item {
        width: 370px;
    }

        .activity-item .description.opened {
            width: 750px;
        }

        .activity-item:nth-child(3n) {
            margin-right: 10px;
        }

            .activity-item:nth-child(3n) .description {
                left: 0;
            }

        .activity-item:nth-child(2n) {
            margin-right: 0;
        }

            .activity-item:nth-child(2n) .description {
                right: 0;
                left: inherit;
            }

    footer {
        text-align: right;
        height: auto;
    }

        footer .links {
            float: none;
        }

    .filter {
        height: 270px;
    }

    .filter-input.lg {
        width: 310px;
    }

    .filter-input.xs.state, .filter-input.xs.date {
        width: 223px;
    }

    .filter-input.xs.btns {
        width: 185px;
    }
}

/* iPad (Landscape) */
@media screen and (min-width:960px) and (max-width:1024px) {
}


/* No Mobile*/
@media screen and (min-width:960px) {
    body.loading {
        margin-left: -8.5px;
    }

    /*div#page > .container{margin-top:174px;}*/
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 380px;
        height: 300px;
        line-height: 20px;
    }

    .bootstrap-datetimepicker-widget table {
        font-size: 17px;
        height: 280px;
    }

        .bootstrap-datetimepicker-widget table thead th {
            padding-top: 15px;
        }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            font-size: 19px;
        }

        .bootstrap-datetimepicker-widget table td.day:after {
            height: 32px;
            width: 32px;
        }

    /*.activity-item .description .detail{height:75px; overflow:auto;}*/
    .activity-item .description .des-title {
        height: 65px;
        overflow: auto;
    }

    .activity-item .description .des-description {
        height: 120px;
        overflow: auto;
    }

    .activity-item .description .provider {
        height: 40px;
        overflow: auto;
    }

    .activity-item .description .venue {
        height: 40px;
        overflow: auto;
    }

    .activity-item .description .location {
        height: 40px;
        overflow: auto;
    }

    .activity-item .description .credit {
        height: 40px;
        overflow: auto;
    }

    .activity-item .description {
        position: absolute;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (min-width:2000px) {
    /* Common */
    body {
        font-size: 28px;
    }

    .container {
        max-width: 1960px;
    }

    header {
        height: 348px;
    }

        header .container {
            max-width: 2048px;
        }
    /*div#page > .container{margin-top:348px;}*/

    .filter {
        background: #29bdc9;
        color: #fff;
        margin-bottom: 30px;
        padding: 0 0 14px 0;
        height: 404px;
    }

        .filter .row {
            margin-left: -5px;
            margin-right: -5px;
        }

        .filter [class^=col] {
            padding-left: 10px;
            padding-right: 10px;
        }

    .filter-input {
        float: left;
        margin-left: 40px;
    }

        .filter-input.xs {
            width: 280px;
        }

        .filter-input.xl {
            width: 320px;
        }

        .filter-input.sm {
            width: 400px;
        }

        .filter-input.md {
            width: 660px;
        }

        .filter-input.lg {
            width: 760px;
        }

        .filter-input.btns {
            margin-left: 10px;
        }

    .btn.search-icon {
        height: 82px;
        width: 60px;
    }

    .logo img {
        width: 440px;
        top: 40px;
        left: 40px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.top {
        margin-bottom: 5px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 760px;
        height: 600px;
        line-height: 50px;
    }

    .bootstrap-datetimepicker-widget table {
        font-size: 42px;
        height: 355px;
    }

        .bootstrap-datetimepicker-widget table thead th, .bootstrap-datetimepicker-widget table tbody tr td {
            line-height: 40px;
        }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            font-size: 46px;
        }

        .bootstrap-datetimepicker-widget table td.day:after {
            height: 77px;
            width: 77px;
        }

    .custom-select:after {
        height: 10px;
        bottom: -10px;
    }

    .custom-select {
        height: 82px;
        line-height: 80px;
        margin-bottom: 56px;
    }

        .custom-select > span.placeholder {
            line-height: 80px;
            height: 82px;
        }

    .custom-select-list {
        top: 90px;
        max-height: 1000px;
    }

        .custom-select-list li span {
            line-height: 31px;
            padding: 28px 28px 28px 20px
        }

        .custom-select-list .action {
            border-width: 44px;
        }

            .custom-select-list .action:before {
                height: 30px;
                width: 30px;
                top: -30px;
                right: -30px;
            }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:focus {
        width: 12px;
    }

    .mCSB_scrollTools .mCSB_draggerRail {
        width: 6px;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 60px;
    }

    .custom-select .mCSB_scrollTools {
        width: 58px;
    }

        .custom-select .mCSB_scrollTools .mCSB_draggerRail {
            background: none;
        }

        .custom-select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            border: 10px solid #367b81;
            border-radius: 30px;
            width: 56px;
        }

    .sub-header {
        height: 114px;
        width: 1486px;
        margin-top: 74px;
    }

        .sub-header .name {
            font-size: 36px;
            border-width: 8px;
            padding-bottom: 26px;
            left: 38px;
        }

        .sub-header .link {
            font-size: 30px;
            top: 40px;
            right: 70px;
        }

    .sub-title {
        font-size: 46px;
        padding-top: 50px;
        margin-bottom: 10px;
    }

    .page-title {
        height: 350px;
        line-height: 350px;
        font-size: 64px;
        margin-bottom: 10px;
    }

    .activity-item {
        margin-bottom: 30px;
        margin-right: 20px;
        width: 640px;
        min-height: 544px;
    }

        .activity-item .card, .activity-item .description {
            height: 544px;
        }

            .activity-item .description.opened {
                width: 1300px;
            }

            .activity-item .card .title {
                font-size: 44px;
            }

                .activity-item .card .title.short {
                    overflow: hidden;
                    height: 186px;
                }

    .filter {
        background: #29bdc9;
        color: #fff;
        margin-bottom: 30px;
        padding: 0 15px 14px 15px;
    }

        .filter .row {
            margin-left: -0px;
            margin-right: -0px;
        }

        .filter [class^=col] {
            padding-left: 20px;
            padding-right: 20px;
        }

    .form-control.search {
        margin-bottom: 56px;
        height: 82px;
        font-size: 28px;
        background-position: 98% 20px;
        background-size: 40px;
        padding-left: 14px;
        padding-right: 60px;
    }

    .btn {
        height: 82px;
        font-size: 28px;
    }

    input.date {
        height: 78px;
    }

    .activity-item .card .action > div, .activity-item .description .action > div {
        width: 40px;
        height: 40px;
        right: -50px;
        top: -50px;
    }

    .activity-item .description .action > div {
        top: -70px;
    }

    .activity-item .description .content {
        padding: 30px 10px 60px 20px;
    }

    .activity-item .action > div {
        font-size: 80px;
        top: -80px;
        right: -60px;
        display: none;
    }

    .activity-item .action {
        border-right: 80px solid #29bdc9;
        border-top: 80px solid #29bdc9;
        border-left: 80px solid transparent;
        border-bottom: 80px solid transparent;
    }

    /*.activity-item .description .detail{height:150px; overflow:auto;}*/
    .activity-item .description .des-title {
        height: 130px;
        overflow: auto;
    }

    .activity-item .description .des-description {
        height: 240px;
        overflow: auto;
    }

    .activity-item .description .provider {
        width: 90%;
        height: 80px;
        overflow: auto;
    }

    .activity-item .description .venue {
        height: 80px;
        overflow: auto;
    }

    .activity-item .description .location {
        height: 80px;
        overflow: auto;
    }

    .activity-item .description .credit {
        height: 80px;
        overflow: auto;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 760px;
        height: 700px;
        padding: 20px;
    }

    .bootstrap-datetimepicker-widget table {
        font-size: 36px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            font-size: 40px;
            line-height: 80px;
        }

        .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table td.day {
            width: 54px;
            height: 54px;
            line-height: 80px;
        }

        .bootstrap-datetimepicker-widget table thead tr th.prev span, .bootstrap-datetimepicker-widget table thead tr th.next span {
            background-size: cover;
            display: block;
            width: 20px;
            height: 30px;
        }

    /* Footer */
    footer {
        height: 180px;
        margin-top: 318px;
        font-size: 28px;
    }

        footer .links a {
            border-width: 2px;
        }

        footer .container {
            padding: 70px 88px 70px 380px;
            background: url('../images/logo-rems-footer.png') 34px 20px no-repeat;
            background-size: 290px;
        }
}

.ce-link-header {
    background: none !important;
    height: 54px !important;
    text-transform: none !important;
    text-align: center !important;
    color: #000;
    font-weight: bold;
    font-size: 28px;
}

    .ce-link-header:hover {
        text-decoration: none !important;
        color: #000;
        font-weight: bold;
        font-size: 28px;
    }

    .ce-link-header:focus {
        text-decoration: none !important;
        color: #000 !important;
        font-weight: bold !important;
        font-size: 28px !important;
    }
