﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.sponsor_logo {
    width: 227px;
    height: 135px;
    margin-left: 25px;
}

.hei_wozzad_logo {
    width: 227px;
    height: 135px;
    margin-right: 25px;
}

.help-block {
    color: red;
}

.appForm-help-block {
    color: #4f4f4f;
    font-style: italic;
}

.card {
    margin-top: 20px;
}

.unsupported-browser {
    background-color: lightcoral;
    font-size: large;
}

@media (min-width: 750px) {
    .splashBackground {
        background-color: #00627a;
        background: url('https://www.applycpd.com/Content/images/splashpage.jpg') no-repeat bottom center fixed transparent !important;
        -ms-background-size: 100% !important;
        background-size: cover !important;
        height: 100%;
    }
}

@media (min-width: 750px) {
    .monoSplashBackground {
        background-color: #00627a;
        background: url('https://www.applycpd.com/Content/images/wozzad_bw_main_1500.jpg') no-repeat bottom center fixed transparent !important;
        -ms-background-size: 100% !important;
        background-size: cover !important;
        height: 100%;
    }

        .monoSplashBackground h1 {
            color: #212529;
        }
}

@media (max-width: 749px) {
    .splashBackground {
        background-color: #00627a;
    }
}

@media (min-width: 991px) {
    .portalBannerArea {
        background-image: url('https://www.applycpd.com/Content/images/BannerUnderline.png');
        background-repeat: repeat-x;
        height: 145px;
    }
}

@media (max-width: 990px) {
    .portalBannerArea {
        height: 135px;
        background-repeat: no-repeat;
    }
}

.accountPagesHeader {
    font-weight: bold;
    color: white;
    text-align: center;
}

.accountPagesFooter {
    font-weight: normal;
    color: darkgrey;
    text-align: center;
    margin-top: 25px;
}

.blankBlueBackground {
    background-color: #00627a;
}

.lightBox {
    background: #cccccc;
    background: rgba(225, 225, 225, 0.8);
    border-radius: 10px;
    margin-top: 2em;
    font-size: larger;
}

    .lightBox h1 {
        font-weight: bold;
    }

.darkBox {
    background: #cccccc;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    margin-top: 2em;
}

    .darkBox h1 {
        font-weight: bold;
        color: whitesmoke;
    }

.loginPanel {
    background-color: #c0c0c0;
    background-color: rgba(192,192,192,0.3);
}

.loginForm {
    background-color: #c0c0c0;
    background-color: rgba(192,192,192,0);
}

.panel-title > a {
    color: gray;
    font-size: 0.8em;
}

/* New styles */

label.valid {
    width: 24px;
    height: 24px;
    background: url(/images/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    font-weight: normal;
    background: url(images/error.png) no-repeat;
    color: red;
    padding: 2px 25px;
    margin-top: 2px;
}

.other-controller small {
    color: #99c;
}

.label-as-badge {
    border-radius: 1em;
}

/*.modalBig {
  width: 90%; /* desired relative width !1!
  left: 5%; /* (100%-width)/2 !1!
  /* place center !1!
  margin-left:auto;
  margin-right:auto;
}*/

/*.modal-dialog {
    width: 90%;
}

.modal-small {
    width: 40%;
      margin-left:auto;
    margin-right:auto;
}*/

.hoverDiv {
    color: grey;
    cursor: pointer;
}

    .hoverDiv:hover {
        color: blue;
    }

.top-buffer {
    margin-top: 20px;
}

.bottom-buffer {
    margin-bottom: 10px;
}

.squarecorners {
    border-radius: 0px;
}

.isCoreCourse {
    background-color: #0d7294;
    border-style: solid;
    /*float: left;*/
    border-color: #0d7294;
    border-width: 1px;
    margin: 0px 10px 0px 10px;
    width: 45px;
    color: white;
    text-align: center;
    font-size: small;
}

.isOptionalCourse {
    border-color: #0d7294;
    border-style: solid;
    /*float: left;*/
    border-width: 1px;
    width: 45px;
    margin: 0px 10px 0px 10px;
    color: #0d7294;
    text-align: center;
    font-size: small;
}

.checkIcon {
    /*float: left;
    font-size: larger;*/
}

.linkExBlue {
    color: #0d7294;
}

h4 {
    color: #0d7294;
}

h3 {
    color: #0d7294;
}

h2 {
    color: #0d7294;
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}

h1 {
    color: #0d7294;
}

th {
    color: #0d7294;
}

.sidePanel ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
    border: none;
    /*padding-left: 26px;
    text-indent: -26px;*/
}

/*ul > li
{
    color: #0d7294;
}*/

ul > li > span {
    color: black;
}

.multi-column-dates {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule: 1px solid #0d7294; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #0d7294; /* Firefox */
    column-rule: 1px solid #0d7294;
}

.hidden {
    display: none;
}

a {
    color: #1179d1;
}

    a:hover {
        color: #1179d1;
        cursor: pointer;
    }

    a:not([href]):not([tabindex]) {
        color: #1179d1;
    }

        a:not([href]):not([tabindex]):hover {
            color: #1179d1;
            cursor: pointer;
        }

.LinkExBlue {
    background-color: #1179d1;
}

.LinkExBlueForeground {
    color: #1179d1;
}

.WozzadBlue {
    color: #1179d1;
}

    .WozzadBlue a {
        color: #1179d1;
        cursor: pointer;
    }

        .WozzadBlue a:hover {
            color: #1179d1;
            cursor: pointer;
        }

.WozzadRed {
    color: #d9534f;
}

    .WozzadRed a {
        color: #d9534f;
        cursor: pointer;
    }

        .WozzadRed a:hover {
            color: #d9534f;
            cursor: pointer;
        }

.LinkExBlueLinkNoHref

.LinkExGrey {
    background-color: #C3C3C3;
}

.LinkExProgressActive {
    background-image: url('https://www.applycpd.com/Content/images/ProgressBarActiveArrowBack.png');
    height: 29px;
    text-align: center;
    font-size: 14px;
    background-color: #0d7294;
    background-repeat: no-repeat;
    color: white;
    /*padding-left: 50px;*/
    padding-top: 3px;
}

.LinkExProgressInActive {
    background-image: url('https://www.applycpd.com/Content/images/ProgressBarActiveArrowBack.png');
    font-size: 14px;
    text-align: center;
    height: 29px;
    background-color: #0d7294;
    background-repeat: no-repeat;
    color: gray;
    /*padding-left: 50px;*/
    padding-top: 3px;
}

.LinkExProgressActive2 {
    background-image: url('https://www.applycpd.com/Content/images/ProgressBarActive2.png');
    height: 29px;
    background-color: #1179d1;
    background-repeat: no-repeat;
    color: white;
    padding-left: 50px;
    padding-top: 3px;
}

.LinkExProgressActive3 {
    background-image: url('https://www.applycpd.com/Content/images/ProgressBarActive3.png');
    height: 29px;
    background-color: #1179d1;
    background-repeat: no-repeat;
    color: white;
    padding-left: 50px;
    padding-top: 3px;
}

.LinkExProgressActive4 {
    background-image: url('https://www.applycpd.com/Content/images/ProgressBarActive4.png');
    height: 29px;
    background-color: #1179d1;
    background-repeat: no-repeat;
    color: white;
    padding-left: 50px;
    padding-top: 3px;
}

.LinkExProgressActive5 {
    background-image: url('https://www.applycpd.com/Content/images/ProgressBarActive5.png');
    height: 29px;
    background-color: #1179d1;
    background-repeat: no-repeat;
    color: white;
    padding-left: 50px;
    padding-top: 3px;
}

.LinkExProgressInActive2 {
    background-image: url('https://www.applycpd.com/Content/images/ProgressBarInActive2.png');
    height: 29px;
    background-color: #C3C3C3;
    background-repeat: no-repeat;
    color: white;
    padding-left: 50px;
    padding-top: 3px;
}

.LinkExProgressInActive3 {
    background-image: url('https://www.applycpd.com/Content/images/ProgressBarInActive3.png');
    height: 29px;
    background-color: #C3C3C3;
    background-repeat: no-repeat;
    color: white;
    padding-left: 50px;
    padding-top: 3px;
}

.LinkExProgressInActive4 {
    background-image: url('https://www.applycpd.com/Content/images/ProgressBarInActive4.png');
    height: 29px;
    background-color: #C3C3C3;
    background-repeat: no-repeat;
    color: white;
    padding-left: 50px;
    padding-top: 3px;
}

.LinkExProgressInActive5 {
    background-image: url('https://www.applycpd.com/Content/images/ProgressBarInActive5.png');
    height: 29px;
    background-color: #C3C3C3;
    background-repeat: no-repeat;
    color: white;
    padding-left: 50px;
    padding-top: 3px;
}

.progressBar {
    margin-top: 2em;
}

.sticky {
    margin-top: 2em;
    width: 250px;
}

/*.sidepanelBlue {
    background-color: #0d7294;
    color: white;
}

.sidepanelBlue div > ul > li
{
    color: white;
    background-color: #0d7294;
}*/

.sidePanel {
    color: #0096D6;
    /*background-color: #0d7294;*/
    min-height: 2em;
    padding-left: 10px;
}

    .sidePanel .nav {
        background: transparent;
    }

.sidePanelContainer {
    padding-left: 0;
}

.sidePanel ul a {
    color: #0096D6;
}

.sidePanel .glyphicon {
    padding-left: 50px;
}

.mainPanel .glyphicon {
    padding-left: 0;
}

.sidePanel h3 {
    color: black;
    font-size: 1.5rem;
}

.mainPanel {
    color: gray;
    min-height: 1.5em;
    padding-top: 0.5em;
}

    .mainPanel a {
        /*color: gray;*/
    }

    .mainPanel.btn a {
        color: white;
    }

.btnPanel a {
    color: white;
}

.mainPanel h4 {
    color: gray;
    font-weight: bold;
}

.nav {
    background-color: white;
    color: #0d7294;
}

.profileFieldLabel {
    color: gray;
    font-weight: bold;
}

.mainPanel {
    padding: 20px 20px 20px 40px;
}

    .mainPanel h1 {
        background-color: gray;
        color: white;
        padding: 15px;
    }

    .mainPanel h3 {
        color: black;
        font-weight: bold;
        font-size: 18px;
    }

.studentPortalBannerArea {
    background-image: url('https://www.applycpd.com/Content/images/BannerUnderline.png');
    background-repeat: repeat-x;
    height: 145px;
}

.tableGrayheader th {
    background-color: lightgray;
    color: #0d7294;
    font-weight: normal;
    padding: 5px;
}

.sponsorInstitutionsGrayheader {
    background-color: lightgray;
    color: #0d7294;
    font-weight: normal;
    padding: 5px;
}

.sponsorInstitutions {
    font-size: 1.25em;
}

.sponsorInstitutionsGrayCol {
    color: gray;
}

    .sponsorInstitutionsGrayCol th {
        color: gray;
        font-size: x-small;
    }

    .sponsorInstitutionsGrayCol td {
        color: gray;
        font-size: smaller;
    }

.redIcon {
    color: red;
}

.greenIcon {
    color: green;
}

.yellowIcon {
    color: yellow;
}

.redIconStrikethrough {
    color: red;
    text-decoration: line-through;
}

.nav-level2 {
    color: gray;
    background-color: white;
    border: none;
}

    .nav-level2 li {
        color: gray;
        background-color: white;
        border: none;
    }

    .nav-level2 > li > a {
        color: gray;
    }

        .nav-level2 > li > a:hover {
            border-color: white;
        }

    .nav-level2 > li.active > a,
    .nav-level2 > li.active > a:hover,
    .nav-level2 > li.active > a:focus {
        color: #555;
        cursor: default;
        /*background-color: #fff;*/
        border: none;
        font-weight: bold;
        text-decoration: underline;
        border-bottom-color: transparent;
    }

.btn-primary {
    background-image: -webkit-linear-gradient(top, #0d7294 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #0d7294 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d7294), to(#265a88));
    background-image: linear-gradient(to bottom, #0d7294 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #265a88;
        background-position: 0 -15px;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #265a88;
        border-color: #245580;
    }

#accordion > .collapse.in {
    display: block;
    background-color: lightgray;
}

.panel {
    background-color: lightgray;
}

.panel-info > .panel-heading {
    background-color: lightgray;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: grey;
    font-weight: bold;
    font-size: smaller;
}

.adjustProgressBarMargins {
    margin-top: -3px;
    margin-right: -15px;
}

ul.pagination {
    text-indent: 0;
}

.appFormAccordionPanelTitle h4 > a {
    margin-left: 20px;
}

.datepicker_linkex table {
    text-indent: 0px;
}

#dragandrop {
    border: 2px dotted #0B85A1;
    width: 400px;
    color: #92AAB0;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    font-size: 200%;
}

.progressBarUpload {
    width: 200px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    margin: 0px 10px 5px 5px;
    vertical-align: top;
}

    .progressBarUpload div {
        height: 100%;
        color: #fff;
        text-align: right;
        line-height: 22px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #0ba1b5;
        border-radius: 3px;
    }

.statusbar {
    border-top: 1px solid #A9CCD1;
    min-height: 25px;
    width: 700px;
    padding: 10px 10px 0px 10px;
    vertical-align: top;
}

    .statusbar:nth-child(odd) {
        background: #EBEFF0;
    }

.status {
    display: none;
    padding: 5px;
    background: #22FF22;
    width: 100%;
    color: white;
    margin: 8px 0;
}

.filename {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

.filesize {
    display: inline-block;
    vertical-align: top;
    color: #30693D;
    width: 100px;
    margin-left: 10px;
    margin-right: 5px;
}

.abort {
    background-color: #A8352F;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 15px;
    cursor: pointer;
    vertical-align: top;
}

.fauxcolumn {
    background-image: url('https://www.applycpd.com/content/images/fauxcolumns.png');
    background-repeat: repeat-y;
}

#myAppForm {
    line-height: 1;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: darkred;
}

a.glyphicon {
    font-size: 1em;
}

div.topPadding {
    padding-top: 25px;
}

.flash {
    -moz-animation: flash 1s ease-out;
    -moz-animation-iteration-count: 1;
    -webkit-animation: flash 1s ease-out;
    -webkit-animation-iteration-count: 1;
    -ms-animation: flash 1s ease-out;
    -ms-animation-iteration-count: 1;
}

@-webkit-keyframes flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #44ff44;
    }

    100% {
        background-color: transparent;
    }
}

@-moz-keyframes flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #44ff44;
    }

    100% {
        background-color: transparent;
    }
}

@-ms-keyframes flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: #44ff44;
    }

    100% {
        background-color: transparent;
    }
}

.borderless td, .borderless th {
    border: none;
}

/*a{
    display:block;
    width:100%;
    height:300px;
    background:#333;
}*/

.appFormViewer {
    margin-left: 30px;
}

.nounderline {
    text-decoration: none
}

.btn-samewidth {
    width: 100%
}

ul > li > a {
    color: #555555;
    cursor: pointer
}

.date-dropdowns select {
    padding: 10px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin: 0 3px;
}

.noscrollbars {
    overflow: hidden;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3da9f5;
    border-bottom: 3px solid #3da9f5;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    float: left;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}