﻿html, body {
    height: 100%;
    line-height: 1.428571429;
    margin: 0;
    background: #dedede;
    color: #323232;
    font-family: arial;
    font-size: 13px;
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 26px;
}

a {
    text-decoration: none;
    color: #e32424;
}

    a:hover {
        color: #c91414;
        text-decoration: underline;
    }

.container{
    width:970px!important;
}

/* General Layout */
.body-content {
    background: #FFF;
    padding: 20px;
}

    .body-content:after {
        clear: both;
        content: "";
        display: block;
    }

/*header, .Header {
    height: 219px;
}*/

.Wrapper {
    height: 100%;
    position: relative;
    background: #FFF;
    width: 1003px;
    margin: 0 auto;
}

footer, .Footer {
    background: #FFF;
    bottom: 0;
    height: 50px;
    position: absolute;
    width: 100%;
}


.mb-25{
    margin-bottom:25px;
}

/*--- Headers ---*/
.header-home {
    background: url('/Content/Images/CPDBanner2023v04.jpg') center top no-repeat;
    height: 175px;
}


/*--- Top Nav Bar---*/
.navbar {
    border: 0;
    border-radius: unset;
    min-height: 44px !important;
    box-shadow: 0px 2px #dedede;
    background-color: #e32425 !important;
    padding:unset;
}

    .navbar .nav-link {
        color: #fff;
        padding: 8px 15px !important;
    }

    .navbar-inverse .navbar-brand {
        background: #e32424;
        color: #FFF;
        padding-left: 45px;
        padding-right: 40px;
    }

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: #FFF;
    }

.navbar-inverse {
    background: #e32424;
    border-color: #FFF;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #FFF;
        border: 1px transparent solid !important;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #FFF;
            background: rgba(30,30,30,0.4);
        }

.activeItem,
.activeItem a {
    color: #e32424 !important;
    background: #FFFFFF !important;
    border-radius:5px;
}


.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ee7425;
    background: #FFF !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #333;
    background: #FFFFFF;
}


.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    color:#fff;
}


.message-ul {
    width: 280px;
    padding: 0;
}

    .message-ul img {
        float: left;
        width: 40px;
        margin-right: 10px;
    }

.dropdown-menu .Dm-details {
    width: 200px;
    float: right;
}

.dropdown-menu i {
    float: right;
    margin-left: 50px;
    padding-left:100px!important;
}

.name {
    font-size: 16px;
    color: #333;
}

.message {
    font-size: 13px;
    color: #777;
    white-space: normal;
}


.badge {
    background-color: #ea632d;
}

/*--- Page Headers---*/
.PHeaders {
    display: block;
    margin-bottom: 20px;
    color: inherit;
}

    .PHeaders h1 {
        font-size: 18px;
        margin-bottom: 10px;
        font-family: arial;
        color: #333333;
        padding-top: 10px;
        display: block;
        -webkit-margin-before: 0.67em;
        -webkit-margin-after: 0.67em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        font-weight: bold;
        text-transform: uppercase;
    }

/*--- HPage Info Blocks ---*/
.HPBlocks-Row::after {
    content: "";
    display: block;
    clear: both;
}

.HPBlocks-Col {
    margin: 5px 1% 5px 0;
    float: left;
    width: 32.3%;
}

    .HPBlocks-Col:nth-child(3),
    .HPBlocks-Col:nth-child(6) {
        margin: 5px 0 5px 0;
        width: 33.3%;
    }

.HPBlocks-Def {
    border: transparent 2px solid;
    border: 1px solid #a6a6a6 !important;
    min-height: 250px;
}

.Inner {
    padding: 15px 0;
}

i {
    padding: 0 5px;
}

.HPBlocks-Def h3 {
    background: #FFF url('/Content/Images/TableHeadBgTiler.gif') repeat-x left bottom;
    border-bottom: 1px #dedede solid;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 15px;
    margin: 0 !important;
}
.body-content h4
{
    color: #523110;
    font-size: 15px !important;
    font-weight: bold;
    text-transform:uppercase;
    margin:15px 0 !important;
}

/*--- Columns and Rows ---*/
.col-md-4 {
    margin-top: 10px;
}

.Row2Col {
    margin-top: 20px;
}

/*--- Sub Hor Menus : Pills (Bootstrap)*/

.SHMenu .nav-pills > li > a {
    color: #333333;
    border-radius: 0;
    border: 1px #bebebe solid;
    border-bottom: 1px #bebebe solid;
    background: #dedede;
    font-size: 11px;
    padding: 7px 8px !important;
}

    .SHMenu .nav-pills > li > a:hover {
        background: #bebebe;
    }

.SHMenu {
    margin: 10px 0;
    border-bottom: 1px #c4b3a4 solid;
}

    .SHMenu .nav-pills > li.active > a,
    .SHMenu .nav-pills > li.active > a:hover,
    .SHMenu .nav-pills > li.active > a:focus {
        color: #ffffff;
        background: #e32424;
        border: 1px #e32424 solid;
    }



/*--- Border Forms---*/
.Form-Border-TopBot {
    position: relative;
}

.Form-Border {
    position: relative;
    border: 1px #cccccc solid;
}

    .Form-Border-TopBot .table,
    .Form-Border .table {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0;
    }

    .Form-Border-TopBot .row,
    .Form-Border .row {
        display: table-row;
        width: 100%;
    }


        .Form-Border .row input[type=text] {
            border-radius: 0;
        }

    .Form-Border-TopBot .head,
    .Form-Border .head {
        background: #FFF url('/Content/Images/TableHeadBgTiler.gif') repeat-x left bottom;
        display: table-cell;
        width: 100%;
        border-bottom: 1px #e1dad5 solid;
        padding: 10px;
        font-weight: bold;
        font-size: 15px;
    }

    .Form-Border-TopBot .cell,
    .Form-Border .cell {
        display: table-cell;
        width: 100%;
        border-bottom: 1px #cabeb5 solid;
        border-right: 1px #cabeb5 solid;
        padding: 8px 10px;
    }

        .Form-Border-TopBot .cell.FB-label,
        .Form-Border .cell.FB-label {
            background: #f3f3f3;
            width: 30%;
        }

        .Form-Border-TopBot .cell.FB-label-lg,
        .Form-Border .cell.FB-label-lg {
            background: #f3f3f3;
            width: 50%;
        }

        .Form-Border-TopBot .cell:nth-child(even),
        .Form-Border .cell:nth-child(even) {
            border-right: 0;
        }

    .Form-Border-TopBot .footerActions,
    .Form-Border .footerActions {
        display: table-cell;
        width: 55%;
        padding: 8px 10px;
        font-weight: bold;
        margin-left: 30%;
    }

        .Form-Border .footerActions button {
            border-radius: 0;
        }

.table-striped {
    border: 1px #a6a6a6 solid;
}

.table thead > tr > th {
    background: #FFF url('/Content/Images/TableHeadBgTiler.gif') repeat-x left bottom !important;
    border-bottom: 1px #e1dad5 solid !important;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #cabeb5;
}

.btn-Green {
    color: #ffffff;
    background-color: #87a88f;
    border-color: #678b6f;
}

    .btn-Green:hover,
    .btn-Green:focus,
    .btn-Green:active,
    .open .dropdown-toggle.btn-Green {
        color: #ffffff;
        background-color: #74977c;
        border-color: #587d61;
    }

    .btn-Green:active,
    .btn-Green.active,
    .open .dropdown-toggle.btn-Green {
        background-image: none;
    }


.btn-Orange {
    color: #ffffff;
    background-color: #dd6b1f;
    border-color: #ce6119;
    border-radius: 0;
}

    .btn-Orange:hover,
    .btn-Orange:focus,
    .btn-Orange:active,
    .open .dropdown-toggle.btn-Orange {
        color: #ffffff;
        background-color: #d46216;
        border-color: #ce6119;
    }

.btn-DefBrown {
    color: #ffffff;
    background-color: #a99788;
    border-color: #9e8b7b;
    border-radius: 0;
}

    .btn-DefBrown:hover,
    .btn-DefBrown:focus,
    .btn-DefBrown:active,
    .open .dropdown-toggle.btn-DefBrown {
        color: #ffffff;
        background-color: #9b897a;
        border-color: #9e8b7b;
    }

btn-danger .objectivity {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}

.dl-horizontal dt {
    width: 25%;
}

.dl-horizontal dt, .dl-horizontal, dd {
    padding: 2px;
    margin: 2px;
}


.datepicker {
    border-radius: 4px;
    left: 0;
    margin-top: 1px;
    padding: 4px;
    top: 0;
}

    .datepicker:before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        left: 6px;
        position: absolute;
        top: -7px;
    }

    .datepicker:after {
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        left: 7px;
        position: absolute;
        top: -6px;
    }

    /*.datepicker > div {
        display: none;
    }*/

    .datepicker table {
        margin: 0;
        width: 100%;
    }

    .datepicker td, .datepicker th {
        border-radius: 4px;
        height: 20px;
        text-align: center;
        width: 20px;
    }

        .datepicker td.day:hover {
            background: none repeat scroll 0 0 #eeeeee;
            cursor: pointer;
        }

        .datepicker td.day.disabled {
            color: #eeeeee;
        }

        .datepicker td.old, .datepicker td.new {
            color: #999999;
        }

        .datepicker td.active, .datepicker td.active:hover {
            background-color: #006dcc;
            background-image: linear-gradient(to bottom, #0088cc, #0044cc);
            background-repeat: repeat-x;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        }

            .datepicker td.active:hover, .datepicker td.active:hover:hover, .datepicker td.active:focus, .datepicker td.active:hover:focus, .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover, .datepicker td.active.disabled, .datepicker td.active.disabled:hover, .datepicker td.active[disabled], .datepicker td.active[disabled]:hover {
                background-color: #0044cc;
                color: #ffffff;
            }

                .datepicker td.active:active, .datepicker td.active:hover:active, .datepicker td.active.active, .datepicker td.active.active:hover {
                }

        .datepicker td span {
            border-radius: 4px;
            cursor: pointer;
            display: block;
            float: left;
            height: 54px;
            line-height: 54px;
            margin: 2px;
            width: 47px;
        }

            .datepicker td span:hover {
                background: none repeat scroll 0 0 #eeeeee;
            }

            .datepicker td span.active {
                background-color: #006dcc;
                background-image: linear-gradient(to bottom, #0088cc, #0044cc);
                background-repeat: repeat-x;
                border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            }

                .datepicker td span.active:hover, .datepicker td span.active:focus, .datepicker td span.active:active, .datepicker td span.active.active, .datepicker td span.active.disabled, .datepicker td span.active[disabled] {
                    background-color: #0044cc;
                    color: #ffffff;
                }

                .datepicker td span.active:active, .datepicker td span.active.active {
                }

            .datepicker td span.old {
                color: #999999;
            }

        .datepicker th.switch {
            width: 145px;
        }

        .datepicker th.next, .datepicker th.prev {
            font-size: 21px;
        }

    .datepicker thead tr:first-child th {
        cursor: pointer;
    }

        .datepicker thead tr:first-child th:hover {
            background: none repeat scroll 0 0 #eeeeee;
        }

.input-append.date .add-on i, .input-prepend.date .add-on i {
    cursor: pointer;
    display: block;
    height: 16px;
    width: 16px;
}



.Steps ul {
    list-style: none;
    display: inline-table;
    margin: 0;
    padding: 0;
}

    .Steps ul li {
        display: inline;
    }

        .Steps ul li a {
            display: block;
            float: left;
            height: 40px;
            background: #c8c8c8;
            text-align: center;
            padding: 10px 20px 0 30px;
            position: relative;
            margin: 0 10px 0 0;
            font-size: 14px;
            text-decoration: none;
            color: #333333;
        }

            .Steps ul li a:after {
                content: "";
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                border-left: 20px solid #c8c8c8;
                position: absolute;
                right: -20px;
                top: 0;
                z-index: 1;
            }

            .Steps ul li a:before {
                content: "";
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                border-left: 20px solid #FFF;
                position: absolute;
                left: 0;
                top: 0;
            }

        .Steps ul li:first-child a {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

            .Steps ul li:first-child a:before {
                display: none;
            }

        .Steps ul li:last-child a {
            padding-right: 60px;
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
        }

            .Steps ul li:last-child a:after {
                display: none;
            }

        .Steps ul li a:hover {
            background: #4f4f4f;
            color: #FFF;
        }

            .Steps ul li a:hover:after {
                border-left-color: #4f4f4f;
            }

.Steps .Number {
    background-color: #a8a8a8;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 25px;
    line-height: 25px;
    width: 25px;
    border-radius: 50px;
    margin-right: 5px;
    margin-top: -3px;
}
 .Steps li.active {
            background: #4c2d11;
            color: #FFF;
        }
    .Steps .Number:hover {
        background-color: #dd6b1f;
    }
.Steps ul li.active a {
    background: #e32425;
    color: #FFF;
}
    .Steps ul li.active a:after {
        content: "";
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #e32425;
        position: absolute;
        right: -20px;
        top: 0;
        z-index: 1;
    }
.Steps ul li.active .Number {
    background-color: #fff;
    color: #e32425
}


      /*--EAAB Steps---*/
.eab-steps-nav{
    min-height:70px;
    display:flex;
    margin-bottom:20px;
    border-bottom:1px #a7a7a7 solid;
    padding-bottom:20px;
}
.eab-steps-nav > li {
    flex:1;
    float:none;
    list-style-type:none;
}
.eab-steps-nav > li > a {
  background-color: #e7e7e7;
  color:#434444;
  position: relative;
  min-height:62px;
}
.eab-steps-nav > li:not(:first-child) > a {
  padding-left: 34px;
}
.eab-steps-nav > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 31px inset transparent;
  border-bottom: 31px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.eab-steps-nav > li:not(:last-child) > a {
  margin-right: 6px;
}
.eab-steps-nav > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 31px inset transparent;
  border-bottom: 31px inset transparent;
  border-left: 20px solid #e7e7e7;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.eab-steps-nav > li:first-child > a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.eab-steps-nav > li:last-child > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.eab-steps-nav > li:hover > a {
  background-color: #d5d5d5;
}
.eab-steps-nav > li:hover > a:before {
  border-right-color: #d5d5d5;
}
.eab-steps-nav > li:hover > a:after {
  border-left-color: #d5d5d5;
}
 
.eab-steps-nav > li.active > a,
.eab-steps-nav > li.active > a:hover,
.eab-steps-nav > li.active > a:focus {
  color: #ffffff;
  background-color: #ee7425;
}
.eab-steps-nav > li.active > a:after {
  border-left-color: #ee7425;
}
 
.eab-steps-nav > li.done > a,
.eab-steps-nav > li.done > a:hover,
.eab-steps-nav > li.done > a:focus {
  color: #a0856f;
  background-color: #d2c7bf;
}
.eab-steps-nav > li.done > a:after {
  border-left-color: #d2c7bf;
}
 
.step-head{
    font-weight:bold;
}
.nav-steps {
  padding-left: 0;
  list-style: none;
}
 
.nav-steps:before,
.nav-steps:after {
  display: table;
  content: " ";
}
 
.nav-steps:after {
  clear: both;
}
.nav-steps > li {
  position: relative;
  display: block;
}
 
.nav-steps > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
 
.nav-steps > li > a:hover,
.nav-steps > li > a:focus {
  text-decoration: none;
}

.dropdown-item {
    display: flex;
}

@media only screen and (max-width:767px) {
.eab-steps-nav{
    flex-direction:column;
}
.eab-steps-nav > li {
    margin:0 0 5px 0;
}
.eab-steps-nav > li > a {
    border-radius:8px;
}
.eab-steps-nav > li:not(:first-child) > a {
  padding-left: 15px;
}
.eab-steps-nav > li:not(:first-child) > a:before {
  border-top:none;
  border-bottom:none;
  border-left:none;
}
.eab-steps-nav > li:not(:last-child) > a {
  margin-right:0;
}
.eab-steps-nav > li:not(:last-child) > a:after {
  border-top:none;
  border-bottom:none;
  border-left:none;
}
}

.file-footer-buttons{display:none!important}