/*font classes starts*/
@font-face { font-family: OpenSans; src: url("font/OpenSans-Regular-webfont.eot"); src: url("font/OpenSans-Regular-webfont.eot") format('embedded-opentype'),url("font/OpenSans-Regular-webfont.woff") format('woff'),url("font/OpenSans-Regular-webfont.ttf") format('truetype'),url("font/OpenSans-Regular-webfont.svg#OpenSans") format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: OpenSans-light; src: url("font/OpenSans-Light-webfont.eot"); src: url("font/OpenSans-Light-webfont.eot") format('embedded-opentype'),url("font/OpenSans-Light-webfont.woff") format('woff'),url("font/OpenSans-Light-webfont.ttf") format('truetype'),url("font/OpenSans-Light-webfont.svg#open_sanslight") format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: OpenSans-Semibold; src: url("font/OpenSans-Semibold-webfont.eot"); src: url("font/OpenSans-Semibold-webfont.eot") format('embedded-opentype'),url("font/OpenSans-Semibold-webfont.woff") format('woff'),url("font/OpenSans-Semibold-webfont.ttf") format('truetype'),url("font/OpenSans-Semibold-webfont.svg#open_sanssemibold") format('svg'); font-weight: normal; font-style: normal; }

@font-face { font-family: OpenSans-bold; src: url("font/OpenSans-Bold-webfont.eot"); src: url("font/OpenSans-Bold-webfont.eot") format('embedded-opentype'),url("font/OpenSans-Bold-webfont.woff") format('woff'),url("font/OpenSans-Bold-webfont.ttf") format('truetype'),url("font/OpenSans-Bold-webfont.svg#open_sansbold") format('svg'); font-weight: normal; font-style: normal; }
/* CSS Document */
html {
    overflow-y: scroll;
}

body {
    padding: 0 !important;
    margin: 0;
    font-family: OpenSans;
    font-size: 14px;
    background-image: none !important;
    overflow: hidden;
    background-color: #f7f7f7 !important;
    min-width: 1250px;
}

body, form {
    height: auto !important;
}

.bg-transparent {
    background-color: transparent;
}

.bg-color {
    background-color: white;
}

a {
    color: #007FAD;
    text-decoration: none;
}

    a, a:hover, a:focus, a:active {
        text-decoration: none;
    }

        a:hover {
        }
/*# Media Queries #*/
/*# Media Queries/1: 480px #*/
@media only screen and (min-width: 30em) {
    #l-wrapper {
        font-size: .812em;
        line-height: 1.231;
    }
}

/*# Media Queries/2: 768px #*/
@media only screen and (min-width: 48em) {
    #l-side {
        position: relative;
    }

    .l-left-col:before, .l-left-col:after,
    .l-right-col:before, .l-right-col:after {
        content: "";
        display: table;
    }

    .l-left-col:after,
    .l-right-col:after {
        clear: both;
    }

    .ie7 .l-left-col,
    .ie7 .l-right-col {
        zoom: 1;
    }

    .l-left-col #l-side {
        float: left;
    }

    .l-right-col #l-side {
        float: right;
    }

    #l-main + #l-side + *,
    #l-side + #l-main + * {
        clear: both;
    }

    #l-main {
        width: 100%;
    }

    .l-left-col #l-main {
        float: right;
        margin-left: -40em;
    }

    .l-right-col #l-main {
        float: left;
        margin-right: -40em;
    }

    /* 210px column */
    .l-col-210 #l-side {
        width: 16.154em;
    }

    .l-left-col.l-col-210 #l-main > .inner {
        margin-left: 17.154em;
    }

    .l-right-col.l-col-210 #l-main > .inner {
        margin-right: 17.154em;
    }

    /* 240px column */
    .l-col-240 #l-side {
        width: 18.462em;
    }

    .l-left-col.l-col-240 #l-main > .inner {
        margin-left: 19.462em;
    }

    .l-right-col.l-col-240 #l-main > .inner {
        margin-right: 19.462em;
    }


    /* 300px column */
    .l-col-300 #l-side {
        width: 23.077em;
    }

    .l-left-col.l-col-300 #l-main > .inner {
        margin-left: 24.077em;
    }

    .l-right-col.l-col-300 #l-main > .inner {
        margin-right: 24.077em;
    }
}

.page-header {
    padding: 10px;
    margin: 0;
    z-index: 1000;
}

.background {
    padding: 0;
    margin: 0;
    background-color: #f7f7f7;
}

.panel-header {
    background-repeat: repeat-x;
    height: 49px;
    width: 100%;
    background: #2e4789;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2e4789), to(#6796b4));
    background: -webkit-linear-gradient(#2e4789, #6796b4);
    background: -moz-linear-gradient(#2e4789, #6796b4);
    background: -ms-linear-gradient(#2e4789, #6796b4);
    background: -o-linear-gradient(#2e4789, #6796b4);
    background: linear-gradient(#2e4789, #6796b4);
    -pie-background: linear-gradient(#2e4789, #6796b4);
}

.panel-header-delimeter {
    height: 4px;
    background-color: #95cd50;
    width: 100%;
    margin-bottom: 4px;
}

.logo {
    background-image: url("images/logo.png");
    background-repeat: no-repeat no-repeat;
    width: 98px;
    height: 21px;
    left: 23px;
    top: 15px;
    position: relative;
}

.panel-main {
    padding: 25px 24px 0;
}

.panel-status {
    height: 34px;
    background: #fafff7;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fafff7), to(#a4a3a8));
    background: -webkit-linear-gradient(#fafff7, #a4a3a8);
    background: -moz-linear-gradient(#fafff7, #a4a3a8);
    background: -ms-linear-gradient(#fafff7, #a4a3a8);
    background: -o-linear-gradient(#fafff7, #a4a3a8);
    background: linear-gradient(#fafff7, #a4a3a8);
    -pie-background: linear-gradient(#fafff7, #a4a3a8);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 1px;
    margin-bottom: 4px;
}

.panel-title {
    height: 52px;
    margin-bottom: 4px;
    color: #333333;
    font-size: 11px;
    overflow: hidden;
}

* + html .panel-title {
    margin-right: 100px;
}

    .panel-title table {
        width: 100%;
        vertical-align: middle;
    }

        .panel-title table table {
            width: auto;
        }

    .panel-title .title-info table {
        position: relative;
        float: right;
    }

.table-content {
    table-layout: fixed;
    width: 100%;
}

.panel-expand {
}

    .panel-expand .panel-filter {
        top: 5px;
    }

.td-left, .td-right {
    vertical-align: top;
    width: 25%;
}

.td-left {
    padding-right: 25px;
}

.td-right {
    padding-left: 25px;
}

.td-main {
    vertical-align: top;
    width: auto;
}

.title-h1 {
    font-size: 24px;
    font-family: OpenSans-bold;
    color: #2299DD;
}


.title-h2 {
    font-size: 12px;
    font-family: OpenSans_Semibold;
    color: #75757A!important;
    padding: 10px 10px 0;
}

.panel-status table {
    margin-left: 12px;
    height: 34px;
    vertical-align: middle;
}

.status-td {
    padding-left: 40px;
}

#rep-content .text {
    color: #333333;
    font-size: 9pt;
    text-align: left;
}

#todo-list .HeaderCss {
    border: 0;
    box-shadow: none;
    padding-bottom: 14px;
}

#todo-list .heading-icons {
    margin: 0 22px 20px;
    cursor: pointer;
}

#todo-list .red, #todo-list .orange, #todo-list .yellow {
    background: #ffffff;
    border: 1px solid #d0d0ce;
    border-radius: 2px 0 0 2px;
    padding: 6px 16px;
}

    #todo-list .red div span, #todo-list .orange div span, #todo-list .yellow div span {
        display: block;
        font-family: OpenSans-Semibold;
        font-size: 12px;
        color: #000000;
        letter-spacing: 0;
        text-align: right;
        background-repeat: no-repeat;
        background-size: 27px 27px;
        height: 27px;
        width: 27px;
        line-height: 27px;
        background-repeat: no-repeat;
        float: right;
        padding-left: 17px;
    }

.todo-table-header {
    font-size: 11px;
    font-weight: bold;
    color: #666;
    width: 100%;
}

#todo-items-content {
    margin: auto;
    border-top: 1px solid #e8e9eb;
}

.panel-question table {
    border-collapse: collapse;
}


.todo-item {
    font-size: 11px;
    table-layout: fixed;
    margin: 0;
    border-spacing: 0;
    padding: 9px 0 9px 17px;
    background: #ffffff;
    box-shadow: 0 1px 0 0 #e8e9eb;
    -webkit-box-shadow: 0 1px 0 0 #e8e9eb;
    -moz-box-shadow: 0 1px 0 0 #e8e9eb;
    margin-bottom: 1px;
    border-collapse: separate;
    display: flex;
    align-items: center;
}

    .todo-item .content {
        margin-left: 0;
        padding: 0 15px;
        font-family: OpenSans;
        font-size: 14px;
        color: #007FAD;
        letter-spacing: 0;
        text-align: left;
        width:80%;
    }

todo-item .content.todo-item-icon {
    float: left;
    position: relative;
    margin: 4px 0;
}

.todo-border-top {
    /*border-top: dotted 1px #999999;*/
}

.todo-item .name, .todo-item .name a {
    font-family: OpenSans;
    font-size: 14px;
    color: #007FAD;
    letter-spacing: 0;
    text-align: left;
}

.todo-item .date {
    padding: 0;
    color: #666666;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
}

.bg-status-red {
    background: #d40c10;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d40c10), to(#8f0101));
    background: -webkit-linear-gradient(#d40c10, #8f0101);
    background: -moz-linear-gradient(#d40c10, #8f0101);
    background: -ms-linear-gradient(#d40c10, #8f0101);
    background: -o-linear-gradient(#d40c10, #8f0101);
    background: linear-gradient(#d40c10, #8f0101);
    -pie-background: linear-gradient(#d40c10, #8f0101);
}

.bg-status-orange {
    background: #fea92e;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fea92e), to(#d65802));
    background: -webkit-linear-gradient(#fea92e, #d65802);
    background: -moz-linear-gradient(#fea92e, #d65802);
    background: -ms-linear-gradient(#fea92e, #d65802);
    background: -o-linear-gradient(#fea92e, #d65802);
    background: linear-gradient(#fea92e, #d65802);
    -pie-background: linear-gradient(#fea92e, #d65802);
}

.bg-status-yellow {
    background: #ffd780;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffd780), to(#f3c208));
    background: -webkit-linear-gradient(#ffd780, #f3c208);
    background: -moz-linear-gradient(#ffd780, #f3c208);
    background: -ms-linear-gradient(#ffd780, #f3c208);
    background: -o-linear-gradient(#ffd780, #f3c208);
    background: linear-gradient(#ffd780, #f3c208);
    -pie-background: linear-gradient(#ffd780, #f3c208);
}

.bg-status-green {
    background: #339300;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#339300), to(#346a01));
    background: -webkit-linear-gradient(#339300, #346a01);
    background: -moz-linear-gradient(#339300, #346A01);
    background: -ms-linear-gradient(#339300, #346A01);
    background: -o-linear-gradient(#339300, #346A01);
    background: linear-gradient(#339300, #346A01);
    -pie-background: linear-gradient(#339300, #346A01);
}


.status-red {
    width: 27px;
    height: 27px;
    background-size: 27px 27px;
    background-image: url("images/todo-red-hollow.png");
    background-repeat: no-repeat;
}

.tip-graytooltip .status-red {
    background-image: url("images/todo-red.png");
    margin: 5px 10px;
}

.status-blue {
    width: 27px;
    height: 27px;
    background-image: url("images/imgBlueStatusActive.png");
    background-size: 27px 27px;
    background-repeat: no-repeat;
}

.tip-graytooltip .status-blue {
    margin: 5px 10px;
    background-image: url("images/imgBlueStatus.png");
}

.status-greencheck {
    width: 15px;
    height: 15px;
    background-image: url("images/imgGreenStatus_Active.jpg");
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.tip-graytooltip .status-greencheck {
    margin: 5px 10px;
    background-image: url("images/imgGreenStatus.jpg");
}

.status-checklist {
    width: 27px;
    height: 27px;
    background-image: url("images/Checkbox.jpg");
    background-size: 27px 27px;
    background-repeat: no-repeat;
}

.tip-graytooltip .status-checklist {
    margin: 5px 10px;
    background-image: url("images/Checkbox.jpg");
}

.status-orange {
    width: 27px;
    height: 27px;
    background-image: url("images/todo-orange-hollow.png");
    background-size: 27px 27px;
    background-repeat: no-repeat;
}

.tip-graytooltip .status-orange {
    margin: 5px 10px;
    background-image: url("images/todo-orange.png");
}

.status-yellow {
    width: 27px;
    height: 27px;
    background-image: url("images/todo-yellow-hollow.png");
    background-size: 27px 27px;
    background-repeat: no-repeat;
}

.tip-graytooltip .status-yellow {
    background-image: url("images/todo-yellow.png");
    margin: 5px 10px;
}

.status-green {
    width: 28px;
    height: 28px;
    background-image: url("images/imgGreenStatus_Active.png");
    background-size: 28px 28px;
    background-repeat: no-repeat;
}

.tip-graytooltip .status-green {
    margin: 5px 10px;
    background-image: url("images/imgGreenStatus.png");
}

.status-wait {
    width: 27px;
    height: 27px;
    background-image: url("images/imgWaitStatus.png");
    background-repeat: no-repeat;
    background-size: 27px 27px;
}

.tip-graytooltip .status-wait {
    margin: 5px 10px;
    background-image: url("images/imgWaitStatus.png");
}

.status-check {
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-image: url("images/imgCheckStatus.png");
}

.tip-graytooltip .status-check {
    margin: 5px 10px;
    background-image: url("images/imgCheckStatus.png");
}

ul.switch {
    list-style: none;
    margin: 0;
}

.command-row {
    width: 100%;
}

.switch li, .switch button {
    height: 40px;
    background: #ffffff;
    border: 1px solid #d0d0ce;
    float: left;
    padding: 7px 11px;
    box-sizing: border-box;
    cursor: pointer;
}

.switch button {
    font-family: OpenSans;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: left;
    border-radius: 2px;
}

    /*  .switch button:focus {
        outline: none;
    } */

    .switch button.expand, .switch button.collapse {
        color: #007FAD;
    }

        .switch button.expand .img-open, .switch button.collapse .img-close {
            width: 24px;
            height: 24px;
            cursor: pointer;
        }

.img-close {
    background-image: url("images/imgArrowClose_Active.png");
}

.img-open {
    background-image: url("images/imgArrowOpen_Active.png");
}

.switch li {
    width: 100px;
    border-right: 0;
    text-align: center;
    font-family: OpenSans-Semibold;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
}

    .switch li:first-child {
        border-radius: 2px 0 0 2px;
		width:50px;
    }

    .switch li:last-child {
        border: 1px solid #d0d0ce;
        border-radius: 0 2px 2px 0;
    }


ul.switch .active {
    background: #e8e9eb;
    border-radius: 2px 0 0 2px;
}

.switch.panel-expand {
    float: right;
}

#infolegend {
    padding: 18px 0 9px;
}

    #infolegend .textIcon {
        font-family: OpenSans;
        font-size: 14px;
        color:#0078A3;
        text-align: left;
    }

.panel-filter {
    position: relative;
    float: right;
    margin-top: -6px;
}

.panel-sections {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
}

    .panel-sections .table-sections {
        width: 100%;
        table-layout: fixed;
        border: 0;
        border-collapse: collapse;
        border-spacing: 0;
    }

.headerPeriod {
    padding: 10px 47px 0 62px !important;
}

.hoverClassForMT {
    padding-top: 5px;
    text-align: justify;
}

.panel-question {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    background-color: #EAF4ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #ffffff 1px 3px 6px;
    -moz-box-shadow: #ffffff 1px 3px 6px;
    box-shadow: #ffffff 1px 3px 6px;
    border-collapse: separate;
}

    .panel-question .data {
        color: #333333;
        font-size: 11px;
        overflow: hidden;
        background-color: #EAF4ff;
        padding: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: #ffffff 1px 3px 6px;
        -moz-box-shadow: #ffffff 1px 3px 6px;
        box-shadow: #ffffff 1px 3px 6px;
        border-collapse: separate;
    }

.email {
    background-image: url("images/mail.png");
    width: 16px;
    height: 11px;
}

.chatImg {
    background-image: url("images/chat.png");
    width: 24px;
    height: 24px;
}

.phone {
    background-image: url("images/phone.png");
    width: 24px;
    height: 24px;
}


.iconInfo {
    background-image: url("images/imgInfor.jpg");
    width: 15px;
    height: 15px;
    cursor: pointer;
}

/*.panel-billboard {
    position: relative;
    font-family: OpenSans;
    border: solid 0 #CCCCCC;
    font-size: 12px;
    background-color: #EAF4ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #ffffff 1px 3px 6px;
    -moz-box-shadow: #ffffff 1px 3px 6px;
    box-shadow: #ffffff 1px 3px 6px;
    margin-bottom: 10px;
}

    .panel-billboard table {
        border-collapse: collapse;
    }

    .panel-billboard .content {
        color: #333333;
        font-size: 11px;
        overflow: hidden;
        font-size: 11px;
        background-color: #EAF4ff;
        padding: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: #ffffff 1px 3px 6px;
        -moz-box-shadow: #ffffff 1px 3px 6px;
        box-shadow: #ffffff 1px 3px 6px;
    }

    .panel-billboard .bottom {
    }


    .panel-billboard .icon {
        width: 35px;
        vertical-align: middle;
        text-align: center;
    }

    .panel-billboard .command {
        width: 20px;
        vertical-align: middle;
        text-align: center;
    }

    .panel-billboard .expand {
        width: 10px;
        height: 7px;
        background-image: url("Images/imgArrowOpen.png");
        cursor: pointer;
    }
.panel-billboard .icon .alert {
    background-image: url("Images/imgBillboardAlert.png");
    width: 25px;
    height: 25px;
}

.panel-billboard .icon .info {
    background-image: url("Images/imgBillboardInfo.png");
    width: 24px;
    height: 24px;
}*/

.quick-link, .learning-ques, .quick-facts {
    display: inline-block;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
    margin-right: 17px;
}

    .quick-link ~ .quick-facts, .learning-ques ~ .quick-facts {
        position: relative;
        left: -3px;
    }

* + html .quick-link {
    display: inline !important;
    margin-right: 10px;
}


* + html .learning-ques {
    display: inline !important;
}

    .learning-ques .icon {
        width: 18px;
    }

        .learning-ques .icon div {
            background-image: url("images/mail.png");
            width: 16px;
            height: 15px;
            cursor: pointer;
            background-repeat: no-repeat;
        }

    .learning-ques .label {
        text-align: left;
        font-family: OpenSans-bold;
        cursor: pointer;
    }

.section-status {
    table-layout: fixed;
    border: none;
    width: 100%;
}

    .section-status .status {
        width: 30px;
    }

    .section-status .date {
        color: #676767;
        font-size: 10px;
    }

    .section-status .reminder {
        width: 25px;
    }

        .section-status .reminder div {
            background-image: url("images/imgReminder.png");
            width: 17px;
            height: 17px;
        }

    .section-status .command {
        width: 30px;
        text-align: left;
    }

        .section-status .command a {
            text-decoration: none;
            color: #0066CC;
        }

        .section-status .command .set-reminder {
            background-image: url("images/imgActionsCalendar.png");
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

        .section-status .command .set-task {
            background-image: url("images/imgActionsTask.png");
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

        .section-status .command .set-action {
            background-image: url("images/imgActionsTakeAction.png");
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

.command a > div {
    height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
    cursor: pointer;
}

.section-status .action {
    width: 60px;
}

    .section-status .action div {
        background-image: url("images/imgActionsTakeAction.png");
        width: 17px;
        height: 17px;
    }

#todo-empty {
    margin: 5px;
    font-size: 12px;
}

#Function-empty {
    margin: 5px;
    font-family: OpenSans;
}

.tip-darkgray {
    z-index: 5000;
    border: 1px solid #e8e9eb;
    padding: 8px;
    min-width: 50px;
    max-width: 530px;
    color: #000000;
    background-image: none;
    background-color: white;
    /* bgImageFrameSize >= 11 should work fine */ /**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}

.tip-right {
    vertical-align: top;
}

.tip-darkgray .tip-inner {
    font-size: 12px;
    margin-top: -1px;
    padding: 0 16px 3px 4px;
    font-family: OpenSans;
}

.tip-darkgray .tip-arrow {
    visibility: inherit!important;
    display: block;
    overflow: visible!important;
}

.tip-darkgray .tip-inner {
    font: 12px/18px OpenSans,Verdana;
    margin-top: -1px;
    padding: 1px 4px 3px 4px;
    background-color: #FCFDFE;
    border-width: 2px;
}

.tip-darkgray .tip-arrow-top {
    margin-top: -7px;
    margin-left: -1px;
    bottom: -20px;
    border: 3px solid #86BC25;
    width: 99.3%;
    left: 0;
    top: 0;
    margin: 0;
    height: 0;
}

    .tip-darkgray .tip-arrow-top:after {
        position: absolute;
        top: -14px;
        width: 0;
        height: 0;
        border-left: 15px solid;
        border-right: 15px solid;
        border-bottom: 15px solid;
        border-color: transparent transparent #86BC25 transparent;
        content: '';
        left: 46.7%;
    }

.tip-darkgray .tip-arrow-right {
    margin-top: -9px; /* approx. half the height to center it */
    margin-left: -7px;
    top: 50%;
    left: 100%;
    width: 11px;
    height: 21px;
    background: url("images/tip-darkgray_arrows.png") no-repeat -22px 0;
}


.tip-darkgray .tip-arrow-bottom {
    margin-top: -7px;
    margin-left: -1px;
    bottom: 0;
    border: 3px solid #86BC25;
    width: 99.3%;
    left: 0;
    margin: 0;
    height: 0;
}

    .tip-darkgray .tip-arrow-bottom:after {
        content: '';
        position: absolute;
        bottom: -15px;
        width: 0;
        height: 0;
        border-left: 15px solid;
        border-right: 15px solid;
        border-top: 15px solid;
        border-color: #86BC25 transparent transparent transparent;
        content: '';
        left: 46.7%;
    }

.tip-darkgray .tip-arrow-left {
    margin-top: -9px; /* approx. half the height to center it */
    margin-left: -6px;
    top: 50%;
    left: 0;
    width: 11px;
    height: 21px;
    background: url("images/tip-darkgray_arrows.png") no-repeat -66px 0;
}

.tip-x {
    cursor: pointer;
    background: url("images/Cross.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 20px;
    width: 20px;
    display: block;
    background-size: 25px 25px;
    background-position: -3px 0;
    padding: 1px;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .my_elements_with_border_radius {
        border-radius: 0;
    }
}

.tip-bg-image {
    background-image: none !important;
    background-color: white;
}

/* for to   oltip changes */
.tip-graytooltip {
    z-index: 5000;
    min-width: 50px;
    max-width: 490px;
    color: #000000;
    background-color: #FCFDFE;
    padding: 8px;
    border-width: 2px;
    border-color: #9ab5cd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #000 2px 3px 6px;
    -moz-box-shadow: #000 2px 3px 6px;
    box-shadow: #000 2px 3px 6px;
    border-collapse: separate;
}

    .tip-graytooltip .tip-inner {
        font: 12px/18px OpenSans,Verdana;
        margin-top: -1px;
        padding: 1px 4px 3px 4px;
        background-color: #FCFDFE;
        border-width: 2px;
    }

    .tip-graytooltip .tip-arrow-top {
        margin-top: -7px;
        margin-left: -1px;
        top: 0;
        left: 50%;
        width: 16px;
        height: 10px;
        background: url("images/tip-darkgray_arrows.png") no-repeat;
    }

    .tip-graytooltip .tip-arrow-right {
        margin-top: -9px; /* approx. half the height to center it */
        margin-left: -7px;
        top: 50%;
        left: 100%;
        width: 11px;
        height: 21px;
        background: url("images/tip-darkgray_arrows.png") no-repeat -22px 0;
    }

    .tip-graytooltip .tip-arrow-bottom {
        margin-top: -3px;
        margin-left: 0;
        top: 100%;
        left: 50%;
        width: 22px;
        height: 13px;
        background: url("images/tip-darkgray_arrows.png") no-repeat -44px 0;
    }

    .tip-graytooltip .tip-arrow-left {
        margin-top: -9px; /* approx. half the height to center it */
        margin-left: -6px;
        top: 50%;
        left: 0;
        width: 11px;
        height: 21px;
        background: url("images/tip-darkgray_arrows.png") no-repeat -66px 0;
    }
/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
/*.tip-graytooltip .tip-arrow{
        content: " ";
        position: absolute;
        left: 50%;
        bottom: -13px;
        margin-right: 0 !important;
        border-width: 5px;
        border-style: solid;
        visibility: inherit !important;
        display: block;
    }
    .tip-graytooltip .tip-arrow-top {
        border-color: #86BC25 transparent transparent transparent;
    }
    .tip-graytooltip .tip-arrow-right {
        border-color: #86BC25 transparent transparent transparent;
    }

    .tip-graytooltip .tip-arrow-bottom {
        border-color: #86BC25 transparent transparent transparent;
    }

    .tip-graytooltip .tip-arrow-left {
        border-color: #86BC25 transparent transparent transparent;
    }*/
.section .section-place .section-content > div.audit,
.section .section-place .section-content > table.audit {
    table-layout: auto;
    display: block;
    position: relative;
    width: auto;
    font-family: OpenSans;
    color: #666666;
    margin-left: 23px;
}

.section .section-place .section-content > div.audit {
    padding: 0 55px 0 0 !important;
}

.section .section-place .section-content > table.audit {
    padding: 0 55px 5px 0;
    margin-top: 23px;
    display: inline-block;
}

.audit tbody {
    width: 100%;
    display: table;
}

.audit .label {
    width: 200px;
    text-align: left;
    background-color: transparent;
    color: #666666;
    text-align: left;
    font-weight: normal;
    font-family: OpenSans-bold;
    font-size: 13px;
}

.audit .value {
    text-align: right;
    color: #666666;
    font-weight: normal;
    font-family: OpenSans-bold;
    font-size: 13px;
}

.audit .help {
    font-style: italic;
    margin-bottom: 10px;
}

.section .section-place .section-content .audit + .status-item, .section .section-place .section-content .popup-dialog + .status-item {
    padding-top: 23px !important;
}

.popup-dialog {
    top: 52%;
    left: 0;
    visibility: hidden;
    position: absolute;
    z-index: 2000;
    padding: 10px;
    border: solid 2px #CCCCCC;
    background-color: #fffbf0;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 2px 2px 6px;
    -moz-box-shadow: #666 2px 2px 6px;
    box-shadow: #666 2px 2px 6px;
}

.popup-dialog-div {
    z-index: 2000;
    margin: 0;
    margin-bottom: 5px;
    position: relative;
}

.popup-dialog div p, .popup-dialog div table {
    margin-left: 10px;
    border-collapse: collapse;
    position: relative;
}


.panel-title {
    padding-right: 2px;
}

    .panel-title .text {
        margin-right: 15px;
        position: relative;
    }

.circle {
    background-color: red;
    border: solid 2px #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 8px;
    position: absolute;
    top: -8px;
    right: -18px;
    width: 10px;
    height: 12px;
    padding-left: 5px;
    padding-top: 2px;
    -webkit-box-shadow: #666 2px 2px 6px;
    -moz-box-shadow: #666 2px 2px 6px;
    box-shadow: #666 2px 2px 6px;
    text-shadow: none;
    cursor: pointer;
    border-collapse: separate;
}

.check-off, .check-on {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    width: 14px;
    height: 14px;
    margin-right: 9px;
    overflow: hidden;
}

.check-on {
    border: 1px solid green;
}

    .check-on:before {
        content: ' ';
        border: 2px solid green;
        width: 0;
        height: 0;
        -ms-transform: rotate(7deg);
        -webkit-transform: rotate(7deg);
        transform: rotate(38deg);
        display: inline-block;
        right: 0;
        bottom: 0;
        top: -7px;
        left: -4px;
        position: relative;
        margin: 0;
        padding: 6px;
    }

#scroll-up {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    bottom: 100px;
    cursor: pointer;
    z-index: 9999;
}

    #scroll-up div {
        width: 40px;
        height: 40px;
        background-image: url("images/arrow-up.png") !important;
        background-repeat: no-repeat;
        background-size: 40px 40px;
    }

.creditsOk {
    color: Green; /*USER STORY 4551029 [MCD]:Change the color of credits needed from red to black when it is zero  in CPE section*/
}
.creditsRequired {
    line-height: 20px;
    color: #757575;
    font-size: 11px;
    padding-bottom: 1px;
    float: none;
    clear: left;
    display: block;
}
.creditsAwarded {
    line-height: 20px;
    color: green;
    font-size: 11px;
    padding-bottom: 1px;
}
.creditsNeeded {
    line-height: 20px;
    color: #EB0000;
    font-size: 11px;
    padding-bottom: 1px;
}

.compliant {
    line-height: 20px;
    color: #737373;
    font-size: 11px;
    padding-bottom: 1px;
}

.creditsError {
    color: Red;
}

.creditsErrorCPE {
    font-family: OpenSans-bold;
    color: Black;
}

.descriptions {
    font-size: 12px;
}


.profile {
    background-image: url("images/profile.png");
    width: 13px;
    height: 13px;
}

.profile-arrow {
    background-image: url("images/profile-arrow.png");
    width: 6px;
    height: 8px;
}



.panel-title .td-delim {
    color: #ACACAC;
    text-align: center;
    width: 23px !important;
}

.section-shadow {
    width: 457px;
    height: 11px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -12px;
}

.line {
    height: 3px;
    border-top: solid 1px #ffffff;
}

.info.name {
    line-height: 17px;
}

.askQuestion {
    background-image: url("images/question2Gray.png");
    width: 20px;
    height: 20px;
    margin-top: -17px;
}

.askQuestion1 {
    background-repeat: no-repeat!important;
    background-image: url("images/icon-info.png");
    width: 15px;
    height: 15px;
    display: inline-block!important;
    background-size: 15px 15px;
    background-color: transparent;
    background-position: 0 0;
    line-height: 14px;
    vertical-align: bottom;
    border-radius: 50%;
}

.datePeriod {
    padding: 4px;
    padding-top: 0;
    color: #666666;
}

    .datePeriod td {
        padding: 0 5px;
    }

.jName {
    font-size: 12px;
    font-family: OpenSans-bold;
}



.app-header {
    background-color: #000;
    color: #fff;
    padding: 16px 24px;
    clear: both;
    height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
}

.largeLogo {
    float: left;
    position: relative;
    font-family: OpenSans-Semibold;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 28px;
    text-align: left;
}

.rightLogo {
    float: right;
    display: block;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

.smallLogo {
    background-color: transparent;
    height: 20px;
    width: 109px;
    margin-right: 10px;
    background-repeat: no-repeat;
    float: right;
}

.separator {
    background-image: url("images/backgroundHeader.png");
    height: 6px;
    width: auto;
}

.welcome {
    color: #fff;
    font-family: OpenSans,Verdana;
    font-size: 12px;
    height: 32px;
    width: 32px;
    margin: 0;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
    float: left;
    background: #53565a;
    border-radius: 2px;
}



.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    width: 0;
    height: 0;
    line-height: 13px;
    vertical-align: bottom;
    margin-left: 8px;
}

    .arrow.up {
        border-top: none;
        border-bottom: 5px solid #86bc25;
        vertical-align: top;
        margin-top: 12px;
        display: inline-block;
    }

.dropdown-section {
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 1px 6px 0px rgba(6,8,10,0.20);
    -webkit-box-shadow: 0px 1px 6px 0px rgba(6,8,10,0.20);
    -moz-box-shadow: 0px 1px 6px 0px rgba(6,8,10,0.20);
    border-radius: 2px;
    width: 296px;
    z-index: 999;
    right: 16px;
    color: #000;
    margin-top: 8px;
    display: none;
    border-collapse: separate;
}

    .dropdown-section .panel-head {
        padding: 24px;
        clear: both;
        position: relative;
        box-sizing: border-box;
        display: inline-block;
    }

        .dropdown-section .panel-head .img-bg {
            background: #e8e9eb;
            border-radius: 2px;
            width: 64px;
            height: 64px;
            margin-right: 15px;
            display: inline-block;
            text-align: center;
            line-height: 64px;
            font-family: OpenSans-Semibold;
            font-size: 24px;
            color: #696969;
            letter-spacing: 0px;
            float: left;
        }

            .dropdown-section .panel-head .img-bg + span {
                font-family: OpenSans-Semibold;
                font-size: 14px;
                color: #000000;
                letter-spacing: 0px;
                line-height: 20px;
                text-align: left;
                float: left;
            }

    .dropdown-section .panel {
        display: block;
        background-image: url("images/icon-profile-logout.png");
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: 20px 13px;
        padding-top: 0;
        margin-top: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
    }

        .dropdown-section .panel span {
            padding: 13px 23px 11px 55px;
            height: auto;
            display: block;
            font-family: OpenSans;
            font-size: 14px;
            color: #000000;
            letter-spacing: 0px;
            line-height: 20px;
            text-align: left;
        }

.mdpInfo {
    line-height: 10px;
    font-weight: normal;
    color: #737373;
    font-size: 11px;
    font-family: OpenSans-bold;
}

    .mdpInfo + span {
        font-family: OpenSans-Semibold;
        color: #737373;
        padding: 0 2px;
    }

.mdpTableCC ul, .mdpTableCC ul li {
    list-style: none;
    margin: 0 !important;
}

.mdpTable {
    table-layout: auto;
    width: 100%;
    line-height: 15px;
    font-size: 11px;
    font-family: OpenSans;
}

    .mdpTable td {
        white-space: nowrap;
        /*padding-right: 2px;*/
    }

.mdpTableCC {
    table-layout: fixed;
    width: 450px;
    line-height: 15px;
    font-size: 11px;
    font-family: OpenSans;
    margin-left: -20px;
    border-collapse: collapse;
    z-index: 99999;
}

    .mdpTableCC th {
        width: auto;
        white-space: nowrap;
        text-align: left;
        padding-right: 20px;
    }

    .mdpTableCC td {
        width: auto;
        text-align: left;
        padding-right: 20px;
    }

.hoverClassMdp {
    cursor: pointer;
}

.liStyle {
    list-style-type: disc;
    padding-left: 0;
}

.mcd-div-container {
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(6,8,10,0.16);
    -webkit-box-shadow: 0 2px 4px 0 rgba(6,8,10,0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(6,8,10,0.16);
    border-radius: 2px;
    border-collapse: separate;
}

    .mcd-div-container + .mcd-div-container {
        margin-top: 23px;
    }

    .mcd-div-container .HeaderCss {
        padding: 24px 19px;
        font-size: 16px;
        color: #333;
        width: 100%;
        position: relative;
        border-collapse: collapse;
        height: 32px;
        max-height: 44px;
        text-align: left;
        text-shadow: 0 1px 0 #ffffff;
        background: #ffffff;
        box-shadow: 0 1px 0 0 #e8e9eb;
        -webkit-box-shadow: 0 1px 0 0 #e8e9eb;
        -moz-box-shadow: 0 1px 0 0 #e8e9eb;
        font-family: OpenSans-Semibold;
        font-size: 16px;
        color: #000000;
        letter-spacing: 0;
        text-align: left;
    }

        .mcd-div-container .HeaderCss .HeaderCss {
            border-collapse: separate;
        }

    .mcd-div-container.mcd-div-body .shadow span {
        font-size: 12px;
        color: #333;
        font-family: OpenSans_Semibold;
    }

.mcd-div-body {
    display: block;
    height: 100%;
    width: 100%;
    padding: 18px 0 0;
    font-family: OpenSans;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
}

    .mcd-div-body.text-only {
        padding: 19px 22px 20px;
        width: inherit;
        /*height: 120px;*/
        overflow: hidden;
    }

.reviewLge.mcd-div-body.text-only {
    height: auto;
    overflow: visible;
}

.mcd-div-body.text-only span {
    text-align: justify;
    width: inherit;
    text-overflow: ellipsis;
    /*height: 120px;*/
    display: block;
    overflow-y: hidden;
}

.reviewLge.mcd-div-body.text-only span {
    height: auto;
    overflow: visible;
}

.mcd-div-body table {
    width: 102%;
    left: -2px;
    position: relative;
}

    .mcd-div-body table td {
        padding: 0 23px;
        font-family: OpenSans;
        font-size: 12px;
        color: #97999b;
        letter-spacing: 0;
        text-align: left;
    }

        .mcd-div-body table td span {
            color: #333;
            font-size: 14px;
        }

        .mcd-div-body table td a {
            font-family: OpenSans;
            font-size: 14px;
            color: #007FAD;
            letter-spacing: 0;
            text-align: left;
        }

    .mcd-div-body table tr:not(:first-child) td.title-h2 {
        padding-top: 21px;
    }

.mcd-div-body .tr-last-row td {
    padding-bottom: 26px;
}

.mcd-div-body .tfoot {
    border-top: 1px solid #e8e9eb;
    padding: 19px 24px 24px;
}

/*middle panel starts*/

#sections > div:not(:empty):not(#progressbar-panel) {
    background: #ffffff;
    box-shadow: 0 1px 0 0 #e8e9eb, inset 0 4px 0 0 #000000;
    -webkit-box-shadow: 0 1px 0 0 #e8e9eb, inset 0 4px 0 0 #000000;
    -moz-box-shadow: 0 1px 0 0 #e8e9eb, inset 0 4px 0 0 #000000;
    margin-bottom: 25px;
    border-collapse: separate;
}

#sections .section-header {
    padding: 19px 20px 17px;
    height: 27px;
    box-shadow: 0 1px 0 0 #e8e9eb, inset 0 4px 0 0 #000000;
    -webkit-box-shadow: 0 1px 0 0 #e8e9eb, inset 0 4px 0 0 #000000;
    -moz-box-shadow: 0 1px 0 0 #e8e9eb, inset 0 4px 0 0 #000000;
    cursor: pointer;
    border-collapse: separate;
}

    #sections .section-header .section-header-command {
        font-family: OpenSans-Semibold;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
        text-align: left;
        overflow: hidden;
        line-height: 26px;
    }

        #sections .section-header .section-header-command div {
            display: inline-block;
            font-family: OpenSans-SemiBold;
        }

            #sections .section-header .section-header-command div.section-head {
                float: left;
            }

            #sections .section-header .section-header-command div.actions, #sections .section-header .section-header-command div.command {
                float: right;
            }

            #sections .section-header .section-header-command div.actions {
                margin-right: 16px;
            }

#sections .status .icon, header css {
    display: inline-block;
    height: 27px;
    width: 27px;
    float: left;
    margin-right: 14px;
}

#sections .status.red-state .icon, .red span {
    background-image: url("images/todo-red.png");
}

#sections .status.orange-state .icon, .orange span {
    background-image: url("images/todo-orange.png");
}

#sections .status.yellow-state .icon, .yellow span {
    background-image: url("images/todo-yellow.png");
    background-size: 27px 27px;
}

#sections .status.green-state .icon {
    background-image: url("images/imgGreenStatus.png");
    height: 26px;
    width: 26px;
}

#sections .status.blue-state .icon {
    background-image: url("images/imgBlueStatus.png");
    background-size: 27px 27px;
}

#sections .status.check-state .icon {
    background-image: url("images/imgCheckStatus.png");
    background-size: 27px 27px;
}

#sections .status .status- {
    width: 27px;
    height: 27px;
}

#sections .status .status-greencheck,
#sections .status .status-green {
    width: 28px;
    height: 28px;
    background-image: url("images/imgGreenStatus_Active.png");
    background-size: 28px 28px;
}

#sections .status .status-greencheck {
    background-image: url("images/GreenCheckbox.jpg");
    background-size: 15px 15px;
    /*background-position: 0px -2px;*/
    background-position: 5px 5px;
}

#sections .status .status-checklist {
    width: 27px;
    height: 27px;
    background-image: url("images/Checkbox.jpg");
    background-size: 15px 15px;
    background-position: 5px 5px;
}

#sections .status .status-wait {
    width: 27px;
    height: 27px;
    background-image: url("images/imgWaitStatus.png");
    background-size: 26px 26px;
    background-repeat: no-repeat;
}

#sections .status .status-check {
    width: 27px;
    height: 27px;
    background-image: url("images/imgCheckStatus.png");
    background-size: 26px 26px;
    background-repeat: no-repeat;
}

.section .section-header .command div {
    background-image: url("images/imgArrowOpen.png");
    position: relative;
    cursor: pointer;
    float: right;
    display: block;
    width: 27px;
    height: 27px;
}

.section .section-header:hover .command div,
.section .section-header:focus .command div,
.section .section-header:active .command div {
    background-image: url("images/imgArrowOpen_Active.png") !important;
}

.section .section-header .command .close {
    background-image: url("images/imgArrowClose.png") !important;
    width: 27px;
    height: 27px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.section .section-header:hover .command .close, .img-close:hover,
.section .section-header:focus .command .close, .img-close:focus,
.section .section-header:active .command .close, .img-close:active {
    background-image: url("images/imgArrowClose_Active.png") !important;
}



.section .section-header .actions .ff {
    position: relative;
}

* + html .section .section-header .actions .ff {
    position: static !important;
}

.section .section-header .actions div span {
}

.section .section-header .actions .num {
    background: #e8e9eb;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    margin: 0;
}


    .section .section-header .actions .num span {
        font-family: OpenSans-Semibold;
        font-size: 12px;
        color: #000000;
        letter-spacing: 0;
        text-align: center;
        line-height: 26px;
        bottom: 2px;
        position: relative;
    }

.dv-counter {
    background-color: transparent;
    height: 30px;
}

    .dv-counter span {
        font-family: OpenSans-Semibold;
        font-size: 12px;
        color: #fff;
        letter-spacing: 0;
        line-height: 24px;
        position: relative;
        margin: 2.5px 43px 3px 14px;
        background-color: #08c;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        text-align: center;
        display: block;
    }

.section .section-place {
    background: #ffffff;
    box-shadow: 0 2px 4px 0 #e8e9eb, inset 0 1px 0 0 #e8e9eb;
    -webkit-box-shadow: 0 2px 4px 0 #e8e9eb, inset 0 1px 0 0 #e8e9eb;
    -moz-box-shadow: 0 2px 4px 0 #e8e9eb, inset 0 1px 0 0 #e8e9eb;
    border-collapse: separate;
}

    .section .section-place .section-content, .section .section-place .section-content > div {
        font-family: OpenSans;
    }

        .section .section-place .section-content > div:not(.status-item):not(#learningHours) {
            padding-left: 20px;
            padding-right: 20px;
        }

            .section .section-place .section-content > div:not(.status-item):not(#learningHours):first-child {
                padding-top: 23px;
            }

                .section .section-place .section-content > div:not(.status-item):not(#learningHours):first-child + .status-item,
                .section .section-place .section-content > div:not(.status-item):not(#learningHours):first-child + br + .status-item,
                .section .section-place .section-content > div:not(.status-item):not(#learningHours):first-child + ul + .status-item {
                    padding-top: 23px;
                }

            .section .section-place .section-content > div:not(.status-item):not(#learningHours):last-child {
                padding-bottom: 23px;
            }

        .section .section-place .section-content > b {
            padding: 0 20px;
            display: block;
            font-family: OpenSans-Bold;
        }

        .section .section-place .section-content .status-item {
            padding: 0 20px 0 20px;
        }

            .section .section-place .section-content .status-item.nested-content {
                box-shadow: 0px 1px 0px 0px #e8e9eb;
                border-collapse: separate;
            }

            .section .section-place .section-content .status-item:hover {
                background-color: #ECECEC;
            }

            .section .section-place .section-content .status-item:nth-of-type(1) {
                padding-top: 23px;
            }

            .section .section-place .section-content .status-item {
                padding-bottom: 23px;
            }

        .section .section-place .section-content .text-content {
            font-family: OpenSans-bold;
        }

        .section .section-place .section-content .status-item + .status-item {
            padding-top: 23px;
        }

        .section .section-place .section-content .status-item .date {
            color: #737373;
            font-size: 11px;
            line-height: 13px;
            padding: 0 65px 0 0;
            text-align: left;
        }

            .section .section-place .section-content .status-item .date .extension {
                color: #000000;
                display: inline-block !important;
            }

                .section .section-place .section-content .status-item .date .extension .mdpTable {
                    display: inline-block;
                    width: 100%;
                }

                .section .section-place .section-content .status-item .date .extension .note {
                    line-height: 10px;
                    font-weight: normal;
                    font-size: 11px;
                    padding-right: 5px;
                    white-space: pre-line;
                }

        .section .section-place .section-content #learningHours .status-item .date .extension .mdpTable .note {
            padding-right: 25px;
            display: block;
        }

        .section .section-place .section-content .status-item .date .extension .remaining {
            line-height: 10px;
            font-weight: normal;
            font-size: 11px;
            font-weight: bold;
            padding-right: 5px;
        }

        .section .section-place .section-content .status-item .date .extension ~ b {
        }

        .section .section-place .section-content .status-item div:not(.date) > .extension {
            margin: 0;
            display: inline-block;
        }

        .section .section-place .section-content .status-item .date .extension .date {
            padding-right: 50px;
        }

        .section .section-place .section-content .status-item table {
            width: 100%;
        }

            .section .section-place .section-content .status-item table.text-content {
                width: auto;
            }

        .section .section-place .section-content img {
            width: 24px;
            height: 24px;
        }

            .section .section-place .section-content img.colexp {
                position: relative;
                top: -6px;
                cursor: pointer;
            }

.section .section-item-content:hover .open-inner,
.section .section-item-content:hover .colexp,
.section .section-item:hover .colexp,
.section .section-item:hover .open-inner {
    content: url("images/imgArrowOpen_Active.png");
}

.section .section-item-content:hover .close-inner,
.section .section-item:hover .close-inner {
    content: url("images/imgArrowClose_Active.png");
}

.section .section-place .section-content .step {
    width: 24px;
    padding-right: 17px;
}

.section .section-place .section-content ul {
    margin: 20px 0 0 61px;
    padding-right: 40px;
    text-align: justify;
    font-family: OpenSans;
}

    .section .section-place .section-content ul + .status-item {
        margin-top: 20px;
    }

.section .section-place .status-item .section-item-content {
    display: flex;
    position:relative;
    clear: both;
    width: 100%;
}

.section .section-place .status-item td > div > div {
    display: table-cell;
    vertical-align: top;
}

    .section .section-place .status-item td > div > div.status {
        width: 27px;
        height:27px;
        float: left;
    }

    .section .section-place .status-item td > div > div.command {
        color: #fff;
        font-family: OpenSans-bold;
        font-size: 11px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        float: right;
        line-height: 14px;
    }

        .section .section-place .status-item td > div > div.command table {
            float: right;
        }

            .section .section-place .status-item td > div > div.command table td:first-child .dv-counter span {
                margin: 0 16px;
            }

        .section .section-place .status-item td > div > div.command .take-action { /**/
            cursor: pointer;
            width: 16px;
            height: 16px;
            background-image: url("images/imgActionsTakeAction.png");
        }

        .section .section-place .status-item td > div > div.command .task {
            cursor: pointer;
            width: 15px;
            height: 16px;
            margin-right: 10px;
            background-image: url("images/imgActionsTask.png");
        }

        .section .section-place .status-item td > div > div.command a {
            cursor: pointer;
            width: 30px;
            height: 30px;
            background-image: url("images/imgActionsCalendar.png");
            right: 82px;
            display: inline-block;
        }


.section .section-place .status-item .content {
    padding: 0 72px 0 15px;
    font-family: OpenSans-Semibold;
    font-size: 11px;
    letter-spacing: 0;
    text-align: justify;
    margin-left:0;
    position: relative;
    min-height: 28px;
}

.section .section-place .status-item.nested-content .content {
    padding: 0 17px 0 15px;
}

.section .section-place .status-item .content .name {
    color: #000;
    font-size: 14px;
    font-family: OpenSans-Semibold;
    /* padding-right: 125px; */
    text-align: left;
    line-height: 16px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.section .section-place .status-item.nested-content .content .name {
    /*   padding-right: 100px;*/
    width:95%;
}

.section .section-place .status-item .content .name .error-msg-head,
.section .section-place .status-item .content .name .error-msg-body {
    color: #000000;
    width: 100%;
    display: block;
    line-height:1.5;
}

.section .section-place .status-item .content .name .error-msg-body {
    font-family: OpenSans-SemiBold;
    font-size: 11px;
    top: 5px;
    position: relative;
    letter-spacing: normal;
    line-height: 10px;
    font-weight: normal;
    line-height: 1.5;
}

.section .section-place .status-item .expanded {
    text-align: justify;
    text-justify: inter-word;
}

.section .section-bottom:not(:empty) {
    border-top: 1px solid #e8e9eb;
    padding: 13px 20px 13px 15px;
}

#load-CPERecommended .section-bottom:not(.sub-section-bottom) {
    display: none;
}

.section .sub-section-bottom,
.section .section-place .section-content .status-item + .status-item.sub-section-bottom {
    border-bottom: 1px solid #e8e9eb;
    border-top: 1px solid #e8e9eb;
    padding: 13px 20px;
    background-color: transparent;
}

.section .quick-link a,
.section .tips-click,
.section .tips-click a {
    font-family: OpenSans;
    font-size: 14px;
    color: #007FAD;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    line-height: 24px;
}

.section .link {
    width: 24px;
    height: 24px;
    background-image: url("images/imgLinks.png");
    cursor: default;
}

.section .learning-ques .tips.tips-click div {
    background-image: url("images/mail.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 2px;
    cursor: pointer;
}

.section .quick-facts .tips div {
    background-image: url("images/quick.png");
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 2px;
    cursor: pointer;
}

.section .quick-link .faqs {
    background-image: url("images/FAQs.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 15px;
}

.ui-tooltip-default {
    background-color: white !important;
}

div.ui-tooltip, font {
    font-family: OpenSans;
}

p {
    font-family: OpenSans !important;
}

#progressbar-panel {
    position: relative;
    height: 25px;
}

#progressbar {
    top: 20px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    margin-bottom: 5px;
    width: 600px;
    height: 20px;
    border-width: 2px;
}

    #progressbar .text {
        font-size: 12px;
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        margin-top: 3px;
        text-align: center;
        vertical-align: middle;
    }

#progressbar-panel .image {
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 16px;
}

    #progressbar-panel .image b {
        position: absolute;
        left: 20px;
    }

.loading {
    background-image: url("images/Loading-LightBlue.gif");
    width: 16px;
    height: 16px;
}
/*middle panel ends*/

/*Right panel*/



.complaince-help-section.mcd-div-body {
    padding-bottom: 26px;
}

    .complaince-help-section.mcd-div-body table td {
        font-family: OpenSans;
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
        text-align: left;
    }

        .complaince-help-section.mcd-div-body table td:nth-child(1) {
            padding: 0 16px 0 23px;
        }

        .complaince-help-section.mcd-div-body table td:nth-child(2) {
            display: none;
        }

        .complaince-help-section.mcd-div-body table td:nth-child(3) {
            padding: 0 13px 0 0;
        }

#Notifications {
    font-family: OpenSans-Semibold;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    text-align: left;
    margin: 30px 0 15px;
}

.panel-billboard * {
    font-family: OpenSans, Verdana !important;
    font-size: 14px !important;
    line-height: 20px;
    text-align: left;
}

    .panel-billboard *:not(a):not(.HeaderCss):not(table):not(table *) {
        display: inline-block;
    }

.panel-billboard > div.mcd-div-body {
    display: block;
}

.panel-billboard li {
    display: list-item !important;
}

.panel-billboard .text-only {
    text-align: left;
}

    .panel-billboard .text-only span {
        display: inline !important;
        text-align: left !important;
    }

        .panel-billboard .text-only span *:not(.more_less), .panel-billboard .text-only p *:not(.more_less) {
            display: inline;
            font-family: OpenSans, Verdana !important;
            font-size: 14px !important;
            line-height: 20px;
        }

.panel-billboard a {
    word-wrap: break-word;
}

#reminder {
    position: relative;
    display: none;
    padding: 23px 32px 0;
    height: 314px;
    border: solid 0 #CCC;
    margin-top: 10px;
    text-align: center;
    box-shadow: none;
}

    #reminder > .img {
        border-width: 0;
        margin: auto;
        padding: 23px 32px;
        width: 79% !important;
    }

.carousel-page {
    padding: 17px 32px 27px;
    margin: 0 auto!important;
    display: block;
    clear: both;
    border: 0;
    box-shadow: none;
    text-align: center;
    float: none;
}

    .carousel-page table {
        margin: auto;
    }

#reminder-pager a {
    background-color: #f7f7f7;
    width: 5.4px;
    height: 5.4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 100%;
    visibility: visible;
    margin: 0 5px;
    color: transparent;
    line-height: 8px;
    font-size: 3px;
    display: inline-block;
    border: 1.5px solid #f7f7f7;
}

#reminder-pager .activeSlide {
    background-color: transparent;
    border-color: #86BC25;
}

.nav {
    text-align: center;
}

b {
    font-family: OpenSans-bold;
}

.timeExpenseTable {
    table-layout: fixed;
    width: 450px;
    line-height: 15px;
    font-size: 11px;
    font-family: Arial;
    margin-left: -20px;
    border-collapse: collapse;
    z-index: 99999;
}

    .timeExpenseTable th {
        width: auto;
        white-space: nowrap;
        text-align: left;
        padding-right: 20px;
        text-align: center;
    }

    .timeExpenseTable td {
        width: auto;
        /*white-space:nowrap;*/
        text-align: center;
        padding-right: 20px;
    }

.timeExpenseRow {
    line-height: 10px;
    font-weight: normal;
    color: #737373;
    font-size: 11px;
    font-weight: bold;
}
/* css for cookies */
.cookieSetttings {
    padding: 13px 23px 11px 55px;
    height: auto;
    display: block;
    font-family: OpenSans;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid rgba(207, 209, 206,0.5);
}
.cookieNotice {
    padding: 13px 23px 11px 55px;
    height: auto;
    display: block;
    font-family: OpenSans;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid rgba(207, 209, 206,0.5);
}
.privacyNotice {
    padding: 13px 23px 11px 55px;
    height: auto;
    display: block;
    font-family: OpenSans;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
}
.skip-to-main-content-link {
    position: absolute;
    top: 13px;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: black;
    color: white;
    opacity: 0;
    line-height: 1;
}
    .skip-to-main-content-link:hover {
        text-decoration: none;
        opacity: 1;
        color: #fff;
        border-radius: 5px;
        padding: 1em;
        line-height: 1;
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }
    .skip-to-main-content-link:focus {
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
        line-height: 1;
    }
#violationMessage a {
    color: #007FAD;
}
#slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none
}

#slideshow-container img {
    vertical-align: middle;
}

.slideprev, .slidenext {
    cursor: pointer;
    position: absolute;
    top: 75%;
    width: auto;
    padding: 13px 7px;
    margin-top: -22px;
    color: #060606;
    border: 1px solid #2e2e2e;
    background: #f3f1f1;
    font-size: 20px;
    font-weight: 100;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


.slidenext {
    right: 0;
    border-radius: 3px 0 0 3px;
}


    .slideprev:hover, .slidenext:hover {
        color: inherit;
        text-decoration: none;
    }


#slideshow-container .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


#slideshow-container .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 300px) {
    #slideshow-container .prev, #slideshow-container .next, #slideshow-container .text {
        font-size: 11px
    }
}
.no-display, .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
 
.popup_container {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4) !important;
    height: 100%;
    z-index: 500;
}

.tip-graytooltip {
    top: 52% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    min-width: 680px;
}

.close_button {
    position: absolute;
    right: 11px;
    top: 8px;
    cursor: pointer;
}

.tip-inner {
    padding-top: 30px !important;
}

    .tip-inner .container {
        width: 93% !important;
    }

.hxm_popup div.tip-graytooltip div.tip-arrow {
    display: none !important;
}