body {
    margin: 0;
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f4f6f8;
    font-size: 14px;
}

.overflow-visible {
    overflow: visible;
}

table, tr, td {
    border-collapse: collapse;
    border: none 0;
}

    td > input[type=radio],
    td > input[type=checkbox],
    td > .check input[type=checkbox] {
        width: 20px;
    }

        td > input[type=radio] + label,
        td > input[type=checkbox] + label,
        td > .check input[type=checkbox] + label {
            display: inline-block;
            margin-right: 20px;
            font-size: 14px;
        }

.container {
    margin: auto;
}

#main-body #ParentDiv {
    margin-top: 20px;
    margin-left: 20px;
}

hr {
    border: 1px solid #eeeeee;
    margin-top: 15px;
}

.inlineBlock {
    display: inline-block;
}

.leftFloat {
    float: left;
}

.rightFloat {
    float: right;
}

.clearFloat {
    clear: both;
}

.hrclearbar {
    visibility: hidden;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.dashboardFrame {
    width: 99.8%;
    height: 85vh;
}

.form-group {
    margin-bottom: 1rem;
}

.form-label {
    display: inline-block;
    margin-bottom: .25rem;
}

.form-editor-label {
    display: inline-block;
    margin-bottom: .25rem;
    margin-top: .75rem;
}

.form-input[type="text"] {
    padding: .5rem .75rem;
}

.fiftyfiveWidth {
    width: 55%;
}

.halfWidth {
    width: 45%;
    margin-right: 5%;
}

.invisible {
    display: none;
}

.shortItem {
    width: 10%;
}

.medItem {
    width: 40%;
}

.longItem {
    width: 77%;
}

.longerItem {
    width: 97%;
}

.min650 {
    min-width: 650px;
}

.min1180 {
    min-width: 1180px;
}

.min1340 {
    min-width: 1340px;
}

.sidePanel {
    width: 20% !important;
    padding: 0%;
    margin-left: .5% !important;
    margin-right: .5% !important;
    font-weight: normal;
    overflow: auto;
    transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
    overflow-x: hidden;
}

    .sidePanel label {
        color: black;
        text-align: left;
        float: none;
        width: auto;
    }


.content-popup {
    width: 90%;
    margin: 20px auto;
}

    .content-popup table td {
        padding: 10px;
    }

#main-body {
    margin-top: 20px;
    min-width: 900px;
}

    #main-body .content {
        background-color: #fff;
        overflow: auto;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: 1px solid rgba(0,0,0,0.12);
        overflow-x: hidden;
        max-width: 900px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

.field-group {
    padding: 10px;
}

.content-group {
    padding: 18px;
}

#main-body .content.first-content {
    margin-top: 0px !important;
}

.absoluteContent {
    padding: 1%;
    margin: 0 1%;
    border: 1px solid #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.section {
    margin: auto;
    margin-bottom: 10px;
    padding: 1%;
}

.typeSection {
    font-style: italic;
    width: 100%;
    text-align: left;
    margin-top: 5px;
}

.titleSection a:link, .titleSection a:visited, .titleSection a:active {
    color: #555555;
}

.titleSection a:hover {
    color: #333333;
    text-decoration: underline;
}

.titleSection .downloadBar {
    float: right;
    color: #555555;
}

    .titleSection .downloadBar table {
        border-collapse: separate;
        border-spacing: 8px 0px;
    }

#gridContainer .titleSection {
    height: 36px;
    line-height: 36px;
}

.hyperLink {
    color: #385F99;
    text-decoration: underline;
}

    .hyperLink a:hover {
        font-weight: bold;
    }

label {
    display: block;
    margin-bottom: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.input-label {
    height: 34px;
    line-height: 34px;
    margin-right: 15px;
    text-align: right;
}

.check label, label.check {
    float: none;
}

footer {
    width: 100%;
    clear: both;
    padding-top: 20px;
}

    footer a {
        width: 113px;
        margin: auto;
        display: block;
        border: 0;
    }

.expand {
    line-height: 0;
    padding-bottom: 15px;
    float: right;
    font-size: 20px;
    color: grey;
    text-decoration: none;
}

.collapse {
    width: 20px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-left: .5%;
    padding: 12px 7px 0 0;
}

.fullcontent {
    width: 91%;
    padding: 1%;
    margin: 0 1%;
    border: 1px solid #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.annunciator {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #ffb6b6;
    background-color: #fdf0f1;
    color: #cf081a;
    padding: 15px;
    font-weight: 600;
    text-align: center;
    display: block;
}

Header {
    font-size: 13px;
}

    Header img {
        width: 200px;
        margin: 0 5px 0px;
    }

    Header a:hover, Header a:visited, Header a:active, Header a:link {
        margin-right: 10px;
        color: #628eb1;
    }

nav {
    background-color: #628eb1;
    height: 30px;
    clear: both;
}

    nav ul {
        margin: 0;
        padding: 5px 5px 0px;
        list-style-type: none;
        list-style-image: none;
    }

    nav li {
        display: inline-block;
        margin: 0;
    }

    nav a:hover, nav a:visited, nav a:active, nav a:link, nav a[disabled] {
        color: #fff;
        display: block;
        padding: 5px 50px;
        text-decoration: none;
    }

    nav .selected {
        background-color: #84a7c2;
        color: #ccc;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        height: 15px;
    }

#coiSubNav {
    background-color: #84a7c2;
    height: 30px;
    clear: both;
    margin: 0;
    width: 100%;
}

    #coiSubNav ul {
        margin: 0;
        padding: 5px 5px 0px;
        list-style-type: none;
        list-style-image: none;
    }

    #coiSubNav li {
        display: inline-block;
        margin: 0;
    }

    #coiSubNav a:hover, #coiSubNav a:visited, #coiSubNav a:active, #coiSubNav a:link {
        color: #fff;
        display: block;
        padding: 5px 30px;
        text-decoration: none;
    }

    #coiSubNav .selected {
        background-color: #a6bfd3;
        color: #555;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        height: 15px;
    }

hr.SubModuleAccentRow {
    background-color: #dcdcdc;
    height: 6px;
    border: none;
    margin-top: 0px;
    width: 100%
}

#subSubNav {
    background-color: #f3f3f3;
    height: 38px;
    clear: both;
    margin: 5px;
    width: 100%;
}

    #subSubNav ul {
        margin: 0;
        padding: 5px 5px 0px;
        list-style-type: none;
        list-style-image: none;
    }

    #subSubNav li {
        display: inline-block;
        margin: 0;
        background-color: #dcdcdc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-right: 5px;
    }

    #subSubNav a:hover, #subSubNav a:visited, #subSubNav a:active, #subSubNav a:link {
        color: #21395B;
        display: block;
        padding: 10px 30px;
        text-decoration: none;
    }

    #subSubNav .selected {
        background-color: #21395B;
        color: #fff;
        height: 38px;
        border-radius: 5px;
    }

    #subSubNav a.selected {
        color: #fff;
    }

hr.SubSubAccentRow {
    height: 6px;
    background-color: #6a98b6;
    width: 100%;
    border: none;
    margin: 0px;
}

#toomuchNav {
    background-color: White;
    height: 30px;
    clear: both;
    margin: 0;
    width: 100%;
}

    #toomuchNav ul {
        margin: 0;
        padding: 5px 5px 0px;
        list-style-type: none;
        list-style-image: none;
    }

    #toomuchNav li {
        display: inline-block;
        margin: 0;
    }

    #toomuchNav a:hover, #toomuchNav a:visited, #toomuchNav a:active, #toomuchNav a:link {
        color: #a6bfd3;
        display: block;
        padding: 3px 30px;
        text-decoration: none;
    }

.BreadCrumb {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
}

#breadCrumb {
    left: 300px;
    top: 0px;
    position: absolute;
}

.BreadCrumbCurrentPage {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1px;
}

a + .BreadCrumbCurrentPage {
    font-size: 24px;
    font-weight: 300;
    float: left;
    left: 10px;
    position: absolute;
    width: 600px;
    display: inline-block;
    margin-top: 9px;
}

.BreadCrumb a:link, .BreadCrumb a:visited, .BreadCrumb a:active {
    color: #385F99;
    text-decoration: none;
    font-size: 18px;
    margin-top: -9px;
    display: inline-block;
    float: left;
}

.BreadCrumb a:hover {
    color: #295772;
}

.FormsManagement {
    border-collapse: collapse;
    font-size: 13px;
    background-color: #e9ebe9;
    margin-bottom: 10px;
}

    .FormsManagement a:link, .FormsManagement a:visited, .FormsManagement a:active {
        color: #e98300;
        font-weight: bold;
        text-decoration: none;
    }

    .FormsManagement a:hover {
        text-decoration: underline;
    }

    .FormsManagement .ExpansionToggler {
        padding-top: 10px;
    }

    .FormsManagement .SearchDynamic {
        margin: 5px;
        white-space: normal;
    }

.orangeReviewDisclosures {
    width: 99%;
    background-color: #ffc363;
    padding: .5%;
    margin: 8px 0px;
    height: 36px;
    line-height: 36px;
}

.leftAttach {
    margin-left: 0px;
    border: 1px ridge #888;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    height: 20px;
}

.rightAttach {
    margin-left: 0px;
    border: 1px ridge #888;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    height: 20px;
}

.buttonBoth {
    margin: auto -6px;
    height: 20px;
}

.Label {
    padding: 0 .5%;
    width: 24%;
}

    .Label span, .Label select, .Label input[type="text"], .Label textarea {
        width: 95%;
        display: block;
    }

.DataInput {
    text-align: left;
}

input[type="submit"], input[type="button"] {
    min-width: 70px;
}

.required {
    color: Red;
}

.ActivityIndicator {
    margin-bottom: 30px;
    color: #5d7599;
    background-color: #5d7599;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

    .ActivityIndicator p {
        margin: 0px;
        text-align: center;
    }

    .ActivityIndicator img {
        display: block;
        margin: auto;
    }

.confirm-dialog {
    background-color: White;
    padding: 15px 15px 30px;
    min-width: 300px;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.goto-dialog {
    background-color: White;
    padding: 15px 15px 30px;
    min-width: 300px;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #dddddd;
}

.modalBG {
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 100%;
}

.ajaxPop {
    clear: both;
}

    .ajaxPop input[type="submit"] {
        float: left;
    }

    .ajaxPop p {
        margin-left: 90px;
        font-weight: 100;
        white-space: nowrap;
    }

    .ajaxPop div {
        margin-left: 30px;
        font-weight: 100;
        line-height: 30px;
    }

.topRight {
    position: absolute;
    top: 5px;
    right: 5px;
}

.ajaxDetails {
    clear: both;
    background-color: #ddd;
    width: 96%;
    min-height: 40px;
    padding: 6px;
}


.studyLabel {
    display: block;
    float: left;
    width: 175px;
}

.studyProfLabel {
    display: inline-block;
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 10px;
    Padding-bottom: 15px;
}


.PlaceBar {
    background-color: #dddddd;
    color: #555555;
    width: 99%;
    padding: .5%;
}

    .PlaceBar a[disabled=disabled] {
        color: #555555;
    }

    .PlaceBar a:link, .PlaceBar a:visited, .PlaceBar a:active {
        color: #fff;
    }

    .PlaceBar a:hover {
        color: #555555;
        text-decoration: underline;
    }

    .PlaceBar .downloadBar {
        float: right;
        color: #fff;
    }

        .PlaceBar .downloadBar table {
            border-collapse: separate;
            border-spacing: 8px 0px;
        }

.dashboardFrame {
    width: 99.8%;
    height: 85vh;
}

.datagridControl {
    border: 1px solid #dcdcdc;
    overflow-x: scroll;
    margin-bottom: auto;
}

table.DataGrid {
    margin-bottom: 5px;
}

.DataGrid {
    margin: 0px;
    padding: 0;
    border-collapse: collapse;
    color: Black;
    font-size: 14px;
    width: 101%;
    border: 1px solid #dddddd;
}

    .DataGrid td {
        padding-left: 10px;
    }

        .DataGrid td:last-child {
            padding-right: 15px;
        }

    .DataGrid .DataGridItem,
    .DataGrid .DataGridAlternatingItem {
        background-color: #fff;
    }

    .DataGrid a:link, .DataGrid a:visited, .DataGrid a:active {
        color: #21395B;
        text-decoration: none;
    }

    .DataGrid a:hover {
        color: #294772;
        text-decoration: underline;
    }

    .DataGrid .subheader, .DataGrid .subheader a {
        color: #fff;
        background-color: #5d7599;
        font-weight: bold;
    }

    .DataGrid .subheaderincomplete, .DataGrid .subheaderincomplete a {
        color: White;
        background-color: #e98300;
        font-weight: bold;
    }

    .DataGrid .DataGridHeader {
        background-color: #eee;
        color: #000;
        font-weight: bold;
        text-align: left;
        margin: 3px;
        height: 30px;
        vertical-align: middle;
    }

        .DataGrid .DataGridHeader a:link, .DataGrid .DataGridHeader a:visited, .DataGrid .DataGridHeader a:active {
            color: #000;
        }

        .DataGrid .DataGridHeader a:hover {
            color: #222;
        }

.DataGridHeader th:first-child {
    padding-left: 20px
}

.DataGrid .DataGridItem td:last-child {
    padding-right: 20px;
}

.DataGrid tbody tr td {
    border-collapse: collapse;
    border: none 0;
    padding: 15px;
    line-height: 1.43;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 1em;
}

.long-table-reduce {
    font-size: 80%;
}

.DataGrid tbody tr td input[type=checkbox] {
    min-width: 55px;
}

.Pager {
    font-size: 13px;
    color: #555555;
    width: 100%;
}

    .Pager .LeftSection {
        text-align: left;
    }

    .Pager .RightSection {
        text-align: right;
    }

    .Pager a:link, .Pager a:visited, .Pager a:active {
        color: #84a7c2;
        text-decoration: none;
    }

    .Pager a:hover {
        color: #555555;
    }

    .Pager a[disabled] {
        color: #555555;
    }

.updateButton {
    /*background: navajowhite;
  background: -moz-linear-gradient(top, navajowhite 0%, #ffb83f 50%, #ffae2d 51%, #ffc363 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, navajowhite), color-stop(50%, #ffb83f), color-stop(51%, #ffae2d), color-stop(100%, #ffc363));
  background: -webkit-linear-gradient(top, navajowhite 0%, #ffb83f 50%, #ffae2d 51%, #ffc363 100%);
  background: -o-linear-gradient(top, navajowhite 0%, #ffb83f 50%, #ffae2d 51%, #ffc363 100%);
  background: -ms-linear-gradient(top, navajowhite 0%, #ffb83f 50%, #ffae2d 51%, #ffc363 100%);
  background: linear-gradient(to bottom, navajowhite 0%, #ffb83f 50%, #ffae2d 51%, #ffc363 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='navajowhite', endColorstr='#ffc363',GradientType=0 );
  border: 2px outset #feccb1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;*/
}

.disabledTextBox {
    background-color: #FFFFFF;
    border: #A7A6AA 1px solid;
    color: #A7A6AA;
    cursor: default;
}

/******************************************************************************
** STRUCTURE OF DYNAMICALLY CREATED ELEMENTS
*******************************************************************************
**
** <div id="ORIGINAL_IDWidgContainer" class="widgContainer">
**     <ul id="ORIGINAL_IDWidgToolbar" class="widgToolbar">
**         <li id="BUTTON_ID" class="widgEditButton">
**             <a></a>
**         </li>
**         <li class="widgEditSelect">
**             <select>
**             </select>
**         </li>
**     </ul>
**     <iframe id="ORIGINAL_IDWidgIframe" class="widgIframe">
**     </iframe>
**     <textarea id="ORIGINAL_IDWidgTextarea" class="widgEditor">
**     </textarea>
** </div>
*/
/* TOOLBAR BUTTONS */
.widgSelectBlock {
    margin: 0;
}

.widgToolbar a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-repeat: no-repeat;
    text-indent: -1000em;
    text-decoration: none;
}

    .widgToolbar a:hover {
        /*background-position: 0 -30px;*/
        background-color: #84a7c2;
    }

    .widgToolbar a:active {
        /*margin-top: 2px;
  margin-left: 2px;
  background-position: 0 -60px;*/
        background-color: #a6bfd3;
    }

.widgToolbar li.on a, .widgToolbar li.on a:hover {
    /*background-position: 0 -60px;*/
    background-color: #e98300;
}

.widgToolbar li.widgEditButton {
    background-image: url(Scripts/images/widgeditor_button_shadow.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

    .widgToolbar li.widgEditButton input {
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0;
        margin-top: -5px;
        background: none;
        border: none;
    }

    .widgToolbar li.widgEditButton img {
        margin-left: -33px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.widgButtonBold {
    background-image: url(Scripts/images/widgeditor_button_bold.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widgButtonHTML {
    background-image: url(Scripts/images/widgeditor_button_html.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widgButtonImage {
    background-image: url(Scripts/images/widgeditor_button_image.gif);
}

.widgButtonItalic {
    background-image: url(Scripts/images/widgeditor_button_italic.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widgButtonLink {
    background-image: url(Scripts/images/widgeditor_button_link.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widgButtonOrdered {
    background-image: url(Scripts/images/widgeditor_button_ordered.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widgButtonUnordered {
    background-image: url(Scripts/images/widgeditor_button_unordered.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widgButtonUnderline {
    background-image: url(Scripts/images/widgeditor_button_underline.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widgButtonIndent {
    background-image: url(Scripts/images/widgeditor_button_indent.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widgButtonOutdent {
    background-image: url(Scripts/images/widgeditor_button_outdent.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widgButtonSub {
    background-image: url(Scripts/images/widgeditor_button_subscript.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widgButtonSuper {
    background-image: url(Scripts/images/widgeditor_button_superscript.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widgSource a {
    background-image: none;
    cursor: default;
    background-color: #c8d8e4;
}

.widgSource li.on a, .widgSource li.on a:hover {
    /*background-position: 0 0;*/
    background-color: #e98300;
}

.widgSource .widgButtonHTML {
    background-image: url(Scripts/images/widgeditor_button_html.png);
    background-color: #628eb1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .widgSource .widgButtonHTML:hover {
        cursor: pointer;
    }

/* TOOLBAR */
* html .widgToolbar {
    width: auto;
}

.widgToolbar {
    list-style: none;
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 0 0 2px;
    border: 1px solid #CCCCCC;
    background-image: url(Scripts/images/widgeditor_toolbar_bg.gif);
    background-repeat: repeat-x;
}

    .widgToolbar li {
        display: inline;
        float: left;
        height: 32px;
        margin-top: 9px;
        margin-left: 7px;
        line-height: 30px;
    }

/* EDITING AREA */
.widgIframe {
    clear: left;
    width: 100%;
    height: 200px;
    border-top-width: 1px;
}

.widgContainer textarea.widgEditor {
    clear: left;
    width: 100%;
    height: 200px;
    border-top-width: 1px;
    padding: 0;
}

/* EDITOR CONTAINER */
.widgContainer {
    float: left;
    width: 99%;
}

.marginAfter {
    margin-bottom: 10px;
}

.excel-download {
    display: block;
    padding-left: 20px;
    background: url('./Images/16excelFile.png') no-repeat left center;
}

.pdf-download {
    display: block;
    padding-left: 20px;
    background: url('./Images/16pdf.png') no-repeat left center;
}

.marginBefore {
    margin-left: 20px;
}

.rcSearchChildControlsWidth {
    width: 100%
}

.rcSearchPanel span {
    width: 100%
}



/*From new css created by Chris W.*/
* {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.input_field {
    height: 35px !important;
    border-top: 2px solid #dcdcdc !important;
    border-radius: 0px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.label, .unreq {
    display: block;
    margin-bottom: 5px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

    .label.label-sm {
        font-size: 14px;
    }

label.label-inline.label-dropdown {
    text-align: left;
    display: block;
    padding-top: 8px;
    width: 15%;
}

.dropdown {
    height: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

.w-select {
    background-image: -webkit-linear-gradient(white 0, #f3f3f3 100%);
    background-image: linear-gradient(white 0, #f3f3f3 100%);
}


.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.w-input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.w-input-dp {
    width: 85%;
    display: inline-block;
}

input.w-button {
    -webkit-appearance: button;
}

.textarea {
    padding: 8px 12px;
    height: auto;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #5D7599;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

    .w-button:disabled {
        background-color: #D7DDE6;
    }


.button.b_small {
    margin-top: 4px;
    margin-right: 5px;
    padding: 2px 10px;
    font-size: 14px;
}

.button {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 7.5px;
    margin-right: 9px;
    padding: 5px 20px 6px;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
    background-color: #5D7599;
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
}

    .button.right {
        float: right;
    }

    .button.inactive:hover {
        background-color: #f0f0f0;
    }

    .button.inactive {
        margin-top: 0px;
        margin-right: 0px;
        background-color: #fff;
        color: #7a7a7c;
    }

    .button:hover {
        background-color: #1668a0;
    }

a:active, a:hover {
    outline: 0;
}

.checkbox-field {
    padding-top: 5px;
    padding-bottom: 5px;
}

.w-checkbox, .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .w-checkbox:before, .w-radio:before, .w-checkbox:after, .w-radio:after {
        content: " ";
        display: table;
    }

.w-clearfix:before, .w-clearfix:after {
    content: " ";
    display: table;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
}

.checkbox-field input[type="checkbox"]
/*.DataGridItem input[type="checkbox"],
.DataGridAlternatingItem input[type="checkbox"]*/ {
    margin-left: -20px;
}

.w-checkbox label,
.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
}

.w-checkbox:after, .w-radio:after {
    clear: both;
}

.w-checkbox:before, .w-radio:before, .w-checkbox:after, .w-radio:after {
    content: " ";
    display: table;
}

.w-clearfix:after {
    clear: both;
}

.titleSection,
h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.panel h3,
.panel .titleSection,
.content .titleSection {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 19px;
    background-color: #dcdcdc;
    color: #000;
    text-transform: none;
}

.h3tall {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 20px;
    text-transform: none;
}

.panel {
    overflow: visible;
    width: auto;
    min-width: auto;
    margin-top: 14px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    border: 2px solid #dcdcdc;
    background-color: #fff;
}

    .panel.panel_table {
        overflow: visible;
        width: 100%;
        margin-top: 9px;
        border: 1px solid #ddd;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

.inner_panel.table_panel {
    position: relative;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
}

.inner_panel {
    width: auto;
    padding-right: 16px;
    padding-left: 13px;
}

.panel {
    overflow: visible;
    width: auto;
    min-width: auto;
    margin-top: 14px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    border: 2px solid #dcdcdc;
    background-color: #fff;
}

    .panel.panel_accordion {
        display: block;
        width: 800px;
        margin-top: 0px;
        border-width: 0px;
    }

    .panel .panel-content {
        padding: 7.5px 0 10px 0;
    }

.accordion_panel_label {
    border: 1px solid silver;
    background-color: #dcdcdc;
    -webkit-transition: background-color 633ms ease;
    transition: background-color 633ms ease;
}

    .accordion_panel_label span {
        width: 750px;
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        float: left;
        border: 0px solid #bdbdbd;
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin-top: 0px;
        padding-left: 19px;
        font-family: 'Source Sans Pro', sans-serif;
        color: #000;
        line-height: 30px;
    }

.inner-panel-accordion {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #dcdcdc;
}

.inner-panel {
    padding: 20px;
    border: 1px solid #dcdcdc;
}

.center-align {
    margin: 0 auto;
}

.content {
    position: relative;
    display: block;
    height: 0%;
    padding-left: 120px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.section {
    position: relative;
    overflow: visible;
    margin-left: -168px;
    padding: 27px 10px 27px 332px;
}

.content_wrap {
    margin-top: 3px;
    padding-top: 0px;
}

.column {
    display: block;
}


.column-2 {
    padding-left: 0px;
}


.w-row:before, .w-row:after {
    content: " ";
    display: table;
}

.open_panel_wrapper {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.innerform_panel {
    display: none;
}

.heading.heading_openpanel {
    margin-top: 0px;
    margin-bottom: -2px;
    padding-left: 0px;
    float: left;
    border-bottom-width: 0px;
    color: rgba(0, 0, 0, .74);
}

.heading {
    display: inline-block;
    float: none;
}

.form_spacer {
    height: 10px;
}

.standard_link.standard_link--export {
    float: right;
}

.standard_link {
    position: relative;
    padding-left: 0px;
    float: left;
    clear: none;
    color: #385F99;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: underline;
    padding-top: 3.5px;
}

.downloadBar table tbody tr td a {
    position: relative;
    padding-left: 0px;
    float: left;
    clear: none;
    color: #2082c5;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: underline;
    float: right;
}

.results_bar {
    padding-right: 7px;
}

.profile_img {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding-left: 0px;
    float: left;
    clear: none;
}

img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.accordion-arrow-wrapper {
    position: relative;
    display: inline-block;
    width: 20px;
    float: right;
    margin-right: 18px;
    font-size: 30px;
}

.pageTitle {
    text-align: center;
    font-size: 2em;
    margin-top: 10px;
}

.material-popup-confirm .inner-container {
    background-color: #dcdcdc;
    padding: 18px 24px;
}

    .material-popup-confirm .inner-container h2 {
        margin-top: 0;
    }


/****** OVERWRITE AJAX CONTROL TOOLKIT TAB STYLE ******/
/* default layout */
.customTabStyle .ajax__tab_default .ajax__tab_header {
    white-space: nowrap;
}

.customTabStyle .ajax__tab_default .ajax__tab_outer {
    display: -moz-inline-box;
    display: inline-block
}

.customTabStyle .ajax__tab_default .ajax__tab_inner {
    display: -moz-inline-box;
    display: inline-block
}

.customTabStyle .ajax__tab_default .ajax__tab_tab {
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block
}

/* xp theme */
.customTabStyle .ajax__tab_xp .ajax__tab_header {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    background: none;
}

.customTabStyle .ajax__tab_xp .ajax__tab_outer {
    padding-right: 0px;
    background: none;
    height: auto;
}

.customTabStyle .ajax__tab_xp .ajax__tab_inner {
    padding-left: 0;
    background: none;
}

.customTabStyle .ajax__tab_xp .ajax__tab_tab {
    height: 34px;
    padding: 10px 40px 10px 40px;
    margin: 0 0 0 2px;
    float: right;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: linear-gradient(180deg, hsla(0, 0%, 86%, .16), rgba(0, 0, 0, .11));
}

.customTabStyle .ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
    background: none;
}

.customTabStyle .ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
    background: none;
}

.customTabStyle .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
    background: linear-gradient(180deg, hsla(0, 0%, 86%, .16), rgba(0, 0, 0, .11));
    background-color: #dcdcdc;
}

.customTabStyle .ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
    background: none;
}

.customTabStyle .ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
    background: none;
}

.customTabStyle .ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
    background: linear-gradient(180deg, hsla(0, 0%, 86%, .16), rgba(0, 0, 0, .11));
    background-color: #5d7599;
    color: #fff;
}

.customTabStyle .ajax__tab_xp .ajax__tab_body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 10pt;
    border: 1px solid #dcdcdc;
    border-top: 0;
    padding: 18px;
    margin-top: -4px;
    background-color: #ffffff;
}
/* scrolling */
.customTabStyle .ajax__scroll_horiz {
    overflow-x: scroll;
}

.customTabStyle .ajax__scroll_both {
    overflow: scroll
}

.customTabStyle .ajax__scroll_auto {
    overflow: auto
}
/****** END OF OVERWRITE AJAX CONTROL TOOLKIT TAB STYLE ******/


.titleSectionInTabPanel {
    margin-bottom: 5px;
}

.titleSectionSubGridHeader {
    color: #000;
    background-color: #dcdcdc;
    padding: 10px 15px 10px 15px;
    font-size: 14px;
}

.graySection {
    color: #000;
    background-color: #f3f3f3;
    padding: 15px;
    font-size: 14px;
}

.titleSectionGridHeader {
    width: 100%;
    color: #000;
    background-color: #dcdcdc;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
}

.slide-toggle {
    background-color: #fff;
    margin: 0 10px 20px 0;
    overflow: auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.12);
    overflow-x: hidden;
    min-width: 150px;
}

.slide-toggle-header {
    padding: 2.5px 5px 0 15px;
}

    .slide-toggle-header i {
        color: #555555;
        display: inline-block;
        padding: 0 7.5px 0 0;
        width: 25px;
    }

.simple-header {
    font-size: 16px;
    display: inline-block;
    padding: 10px 5px;
}

#lblHeader {
    font-weight: 400;
    margin-left: 10px;
}

.doneButtonContainer {
    padding: 10px;
}

.fix-button {
    position: absolute;
    right: 0;
    height: 100px;
    top: 350px;
    width: 10px;
    border-radius: 10px 0 0 10px;
    padding: 40px 0;
    color: #fff;
    opacity: 0.6;
    background-color: rgba(56, 95, 153, 0.6);
    cursor: pointer;
}

    .fix-button:hover {
        opacity: 0.8;
        background-color: rgba(41, 71, 114, 1);
    }

.hideNav {
    left: -270px;
}

    .hideNav .fix-button {
        right: -10px;
        border-radius: 0 10px 10px 0;
    }

.showNav {
    left: 0px;
}

.content, .section,
#breadCrumb, .fix-button,
#side-nav-container {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.card h3, .well h3 {
    margin-top: 0;
}

.card-button h3 {
    clear: both;
    overflow: hidden;
    white-space: nowrap;
}

.max-lines {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
}

.max-lines-1 {
    max-height: 1.5em;
    line-height: 1.5em;
}

.max-lines-2 {
    max-height: 3em;
    line-height: 1.5em;
}

.card-button:hover {
    cursor: pointer;
}

.card-button.active .well {
    background-color: #5d7599;
    color: #fff;
}

.card-button.inactive .well {
    background-color: #5d7599;
    color: #fff;
    opacity: 0.5;
}

.caption .subtitle {
    text-transform: uppercase;
    color: #eee;
}

.poweredByDiligent {
    width: 100px;
    display: block;
    margin: auto;
}

.form-group-wrapper .form-group {
    margin-left: 0;
    margin-right: 0;
}

.unset-width {
    display: inline-block;
    width: unset;
}

@media screen and (max-width: 1200px) {
    .content {
        padding-left: 0px;
    }

    .section {
        margin-left: 0px;
        padding-left: 20px;
        min-width: 900px;
    }

    .BreadCrumb {
        font-size: 24px;
        font-weight: 300;
    }


    #headerSection {
        min-width: 900px;
    }

    .BreadCrumbCurrentPage {
        position: fixed;
        left: 300px;
    }
}

.slider-button {
    margin-top: 20px;
    font-size: 40px;
    color: #bdc3c7;
    opacity: .4;
}

    .slider-button.inactive {
        cursor: default;
    }

    .slider-button.active {
        color: #5d7599;
        opacity: 1;
    }

.slider-index {
    height: 8px;
    width: 15px;
    background-color: #ced6e0;
    border: 1px solid #ced6e0;
    display: inline-block;
    border-radius: 2px;
    cursor: default;
}

    .slider-index.inactive {
        background-color: #ecf0f1;
        cursor: default;
    }

table ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

input[type="checkbox"].checkbox-radio,
input[type="radio"].checkbox-radio {
    height: 34px;
    line-height: 34px;
    padding-top: 6px;
    margin: 0;
}

.udf-well .form-group [class^="col-"],
span.input-add-on {
    height: 28px;
    line-height: 28px;
}

.multiselect {
    white-space: normal;
}

.removed-exclusion {
    background: #eee;
    color: #999;
}

.required-input {
    border-radius: 3px;
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}

#case-exclusion-detail input {
    max-width: 100% !important;
}

.long-text-ellipsis {
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

#pref-accordion > .ui-accordion-header,
.ui-corner-all {
    background: #5d7599 !important;
    color: #333 !important;
    font-size: 16px !important;
}

#pref-accordion .ui-state-active {
    border: 1px solid #5d7599 !important;
}
.sub-accordion > .ui-accordion-header,
.ui-corner-all {
    background: #e6e6e6 !important;
    color: #333 !important;
    font-size: 16px !important;
}

.task-detail .ui-accordion-header {
    background-color: #f5f5f5 !important;
    border-color: #ddd;
    color: #333 !important;
    font-size: large !important;
}

.ui-corner-all {
    margin-bottom: 10px !important;
}

.ui-accordion-content {
    margin-bottom: 10px !important;
    max-height: 500px;
}

#insert-snippet-modal .dataTables_wrapper {
    overflow-x: unset;
}

.single-choice:hover {
    cursor: pointer;
    background-color: #b7d7f3;
}

.selected-choice,
table.dataTable tbody tr.selected-choice {
    background-color: #5da5e5;
    color: #fff;
    font-weight: 900;
}

.task-detail .ui-accordion .ui-accordion-content {
    padding: 1em 1em;
}

.detail-section {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px dotted #eee;
}

.table-wrapper {
    overflow-x: scroll;
}

    /* width */
    .table-wrapper::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .table-wrapper::-webkit-scrollbar-track {
        background: #eee;
        border-radius: 5px;
    }

    /* Handle */
    .table-wrapper::-webkit-scrollbar-thumb {
        background: #e5e5e5;
        border-radius: 5px;
    }

        /* Handle on hover */
        .table-wrapper::-webkit-scrollbar-thumb:hover {
            background: #ddd;
        }

@keyframes highlightFade {
    from {
        background: #faebcc;
    }

    to {
        background: transparent;
    }
}

.new-item {
    animation-name: highlightFade;
    animation-duration: 5s;
}

.tiny-button {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    margin-left: 5px;
    padding: 0 5px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.form-signin.well .validation-summary-errors ul {
    padding-inline-start: 0;
    list-style: none;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px;
    background: #f2dede;
    color: #a94442;
}

.message {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

    .message.message-info {
        color: #2f3b4d;
    }

    .message.message-danger {
        color: #a94442;
    }

    .message .glyphicon {
        font-size: 18px;
        margin-right: 5px;
    }


input.error {
    border-color: #d43f3a;
}

.iwrap {
    align-items: center;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    height: 5rem;
    justify-content: center;
    padding: 10px;
}

.iwrap-hbi {
    align-items: center;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    height: 3.7rem;
    justify-content: center;
    padding: 7px;
    width: 3.7rem;
    margin-top: 4px;
}

.iwrap-hbi:hover {
    background-color: #88909D;
}

.iwrap:hover {
    background-color: #88909D;
}