﻿/* Kill all padding and margins; browsers tend to use different default values for them */
body, h1, h2, h3, h4, h5, h6, ul, li, div, table, tr, td, select, input
{
    margin: 0;
    padding: 0;
}

*, *::before, *::after
{
    box-sizing: border-box;
}

html
{
    -webkit-text-size-adjust: 100%;
    -ms-content-zooming: none;
    -ms-touch-action: manipulation;
    -ms-overflow-style: scrollbar;
    touch-action: manipulation;
    height: 100%;
}

body
{
    color: rgba(24, 35, 89, 0.85);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

form
{
    height: 100%;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: 600;
    margin-bottom: 0.5rem;
}

p
{
    margin-top: 20px;
    margin-bottom: 20px;
}

h1
{
    font-size: 25px;
    line-height: 25px;
    margin-top: 30px;
}

h2
{
    font-size: 22px;
}

h3
{
    font-size:20px;
}

h4
{
    font-size: 18px;
}

h5
{
    font-size: 16px;
}

h6
{
    font-size: 12px;
    font-weight: normal;
}

.color-green
{
    color:green;
}

.color-red
{
    color:red;
}

.color-orange
{
    color:orange;
}

input:invalid, input:required
{
    box-shadow:none;
}

input
{
    filter:none;
}

input:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0 50px white inset; 
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus
{
    -webkit-box-shadow: 0 0 0 50px white inset; 
    -webkit-text-fill-color: #333;
} 

input:focus, textarea:focus, select:focus
{
    outline: none;
}

label
{
    cursor: pointer;
}

label input
{
    margin-right: 6px;
    display: inline !important;
    width: auto !important;
}

input, select, textarea
{
    border: solid 1px #e0e0e0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding:8px;
    color:gray;
}

textarea
{
    resize:none;
}

a
{
    color: #1a3d8f;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    transition: color 0.5s, background-color 0.5s, opacity 0.5s;
}

a:hover:not(.disabled)
{
    color: #3A3762;
}

a.disabled
{
    cursor: default;
    color:gray;
}

a.btn.disabled
{
    background-color: #e0e0e0;
    color:gray;
}

.ruBrowse, .no-display
{
    display:none;
}

.page-wrapper .rad-dummy-button
{
    display:none;
}

.label
{
    margin-bottom: 5px;
}

.left
{
    float:left;
}

.right
{
float:right;
}

a.btn, .maintenance-details a.tab, .a-dash-tabs a.tab
{
    display: inline-block;
    padding: 8px 16px 8px 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

a.btn-primary, .maintenance-details a.tab, .a-dash-tabs a.tab
{
    color: white;
    background-color: #1a3d8f;
    border-color: rgba(16, 114, 206, 0.5);
}

a.btn-primary:hover:not(.disabled), .maintenance-details a.tab:hover:not(.disabled), .a-dash-tabs a.tab:hover:not(.disabled)
{
    background-color: #1072ce;
    color: white;
}

a.btn-secondary
{
    color: #3A4472;
    background-color: #F3F8FA;
}

a.btn-secondary:hover:not(.disabled)
{
    background-color: #E3E8FA;
}

.maintenance-details a.tab, .a-dash-tabs a.tab
{
    text-align: center;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-weight: normal;
}

.maintenance-details a.tab.selected, .a-dash-tabs a.tab.selected
{
    font-weight:bold;
}

.maintenance-details a.tab:last-of-type, .a-dash-tabs a.tab:last-of-type
{
    margin-bottom: 15px;
}

a.add-button
{
    background-color: #BFEB05;
    color: #3A3762;
}

a.add-button:hover:not(.disabled)
{
    background-color: #3A3762;
    color: #BFEB05;
}

a.full-button
{
    display:block;
    margin-bottom:10px;
}

a.full-button:last-of-type
{
    margin-bottom:0;
}

.bold
{
    font-weight: bold;
}

.tab-block
{
    transition: opacity 0.4s;
    overflow:hidden;
}

::placeholder
{
    color: #a0a0a0;
}

.extra-top-margin
{
    margin-top:30px;
}

.page-wrapper
{
    height: 100%;
    position: relative;
}

.page-header
{
    background-color: white;
    color: #1a3d8f;
    border-bottom-style: double;
    height: 60px;
    position:relative;
    z-index:100;
}

.page-header .container
{
    height:60px;
}

.page-header .header-content
{
    display:table;
    line-height:0;
    height:60px;
    width:100%;
    overflow:hidden;
}

.page-header .header-inner-content
{
    display: table-row;
}

.page-header .header-inner-content div
{
    display: table-cell;
    overflow:hidden;
}

.page-header .header-inner-content div:last-of-type
{
    text-align:right;
    vertical-align:top;
}

.page-content
{
    z-index: 99;
    height: 100%;
    margin-top: -120px;
    padding-top: 120px;
    padding-bottom: 0;
    display: table;
    width: 100%;
}

.page-content .container
{
    height:100%;
    padding-top:20px;
    padding-bottom:20px;
}

.page-content .outer-container
{
    display:table-cell;
    height:100%;
}

.page-footer
{
    color: white;
    height: 60px;
    background-color: #1a3d8f;
    border-top: 1px solid #e1eaea;
    font-size: 14px;
    z-index: 100;
}

.page-footer .container
{
    line-height: 59px;
}

.page-footer a
{
    color:white;
}

.page-footer a:hover
{
    color: #BFEB05;
}

.container
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.logo
{
    display: inline-block;
    margin-top:10px;
    height:40px;
}

.logo img
{
    height: 40px;
    width: 160px;
}

.login
{
    float: right;
    color: #BFEB05;
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
    padding: 7px 13px 7px 13px;
    border: solid 1px #BFEB05;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
}

.login:hover
{
    background-color: #BFEB05;
    color: #3A3762;
}

.user-info
{
    display: inline-block;
    margin-top: 7px;
    color: #1a3d8f;
    opacity:.8;
}

a.user-info:hover
{
    color: #1a3d8f;
    opacity: 1;
}

.user-info img
{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 46px;
    width: 46px;
}

.user-info .shown
{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.user-info .icon-arrow-down5
{
    transition: transform 0.5s;
}

.user-info span
{
    display: none;
}

.launchpad-container, .popup-container, .good-thru-box
{
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s;
    display: none;
    cursor:default;
}

.good-thru-box
{
    padding: 15px;
}

.good-thru-hdr
{
    font-weight:bold;
    margin-bottom:10px;
}

.popup-container
{
    z-index:100;
}

.badge-share-container
{
    padding:10px;
}

.badge-share-container img
{
    width:32px;
}

.badge-share-container a
{
    margin-left:20px;
}

.badge-share-container a:first-of-type
{
    margin-left:0;
}

.credit-details-doc-row
{
    margin-bottom:5px;
}

#divLaunchPad, #divBadgeShare, #divGoodThruBox, #divEnrolledBox, #divEarnedBox
{
    background-color: white;
    z-index: 1500;
    border: solid 1px rgba(0,0,0,0.3);
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    text-align: left;
    font-size: 11px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#divGoodThruBox, #divEnrolledBox, #divEarnedBox
{
    font-size:14px;
}

#divLaunchPadArrow, #divBadgeShareArrow
{
    border-left: 9px solid transparent;
    border-right: 9px dashed transparent;
    border-bottom: 9px solid rgba(0,0,0,0.3);
    z-index: 1501;
    height: 0;
    width: 0;
}

#divInnerLaunchPadArrow, #divInnerBadgeShareArrow
{
    border-left: 8px dashed transparent;
    border-right: 8px dashed transparent;
    border-bottom: 8px solid white;
    z-index: 1501;
    height: 0;
    width: 0;
}

#divBadgeShareArrow
{
    border-top: 9px solid rgba(0,0,0,0.3);
    border-bottom:none;
}

#divInnerBadgeShareArrow
{
    border-top: 8px solid white;
    border-bottom:none;
}

#divLaunchPad a.close
{
    float: right;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left:20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAABQSURBVChTjZBRCgAgCEO1U+oJPWa5YGHSR+9DmcoaqZlNSSIC7cLddx+7JhyQqkd14KIeYK8zgehOgAbnuZ6p6r9MKD0D4fx8AXgdgI9MIgueiiclVA8u1wAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
}


.header-drop-panel
{
    white-space:nowrap;
    min-width:250px;
}

.badge-share-container
{
    min-width:0;
}

.launchpad-header
{
}

.launchpad-content
{
    font-size: 12px;
    padding: 10px;
    border-bottom: solid 1px #d0d0d0;
}

.launchpad-links a
{
    color: #868aa8;
    display: block;
    padding: 7px 0px 7px 7px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.launchpad-links a:hover
{
    color: #1a3d8f;
    background-color: #f3f8fa;
}

.launchpad-links a span
{
    margin-right: 10px;
}

.launchpad-links .panel-hdr
{
    margin-bottom: 5px;
    font-weight: bold;
}

.launchpad-version
{
    font-size:12px;
    color:#a0a0a0;
}

.launchpad-footer
{
    background-color: #f8f8f8;
    border-bottom-style: none;
}

.launchpad-header .name
{
    font-size: 14px;
    font-weight: bold;
}

.launchpad-header .email
{
}

.launchpad-header .last-login
{
    font-size: 10px;
    margin-top:7px;
    color:#a0a0a0;
}

.select-language a
{
    display: inline-block;
    margin-right:8px;
}

.select-language a:last-of-type
{
    margin-right: 0;
}

.login-button-container
{
    position: relative;
}

.forgot-password
{
    margin-top:15px;
    text-align:center;
}

.login-controls .select-language
{
    text-align: center;
    margin-top: 30px;
}

.header-drop-panel .btn-logoff
{
    float: right;
}

.inner-footer
{
    display:table;
    width:100%;
}

.page-footer .powered
{
    display: none;
    font-style: italic;
    text-align:right;
}

.page-footer .links
{
    display:table-cell;
}

.page-footer .select-language
{
    display: table-cell;
    text-align:right;
}

.input-group:first-of-type
{
    margin-top: 0;
}

.input-group
{
    background-color: white;
    margin-top: 20px;
    border: solid 1px #e0e0e0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
}

.input-group a
{
    color: rgba(24, 35, 89, 0.85);
}

.input-group span
{
    color:gray;
    background-color: #fbfbfb;
    display: inline-block;
    line-height: 34px;
    width: 40px;
    height: 34px;
    text-align: center;
    vertical-align: top;
    border-right: solid 1px #f0f0f0;
}

.input-group input
{
    border-style: none;
    height: 34px;
    font-size: 12px;
    padding-left: 10px;
    vertical-align: top;
}

.login-box
{
    background-image: url("../_images/login-logo.png");
    background-position: 0px 30px;
    background-size: 225px;
    background-repeat: no-repeat;
    color: #3A3762;
    background-color: white;
    padding: 80px 0px 20px 0px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.login-error-placeholder
{
    height: 30px;
    font-size: 12px;
}

.login-controls input
{
    width: 250px;
}

.login-button
{
    margin-top:20px;
    width:100%;
    text-align:center;
}

.mnt-details .mnt-header, .cdt-details .cdt-header, .final-review .fs-header
{
    border-bottom: solid 1px #e0e0e0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    z-index: 51;
    position: relative;
}

.mnt-details .container, .dashboard .container, .cdt-details .container, .final-review .container
{
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

.dashboard .container
{
    padding-top:0;
}

.r-dash .container
{
    padding: 20px;
}

.review-details .container
{
    padding:20px;
}

.content-panel
{
    padding: 20px 15px 0 15px;
    z-index: 79;
    position: relative;
}

.mnt-details .maintenance-details, .cdt-details .credit-details, .final-submission-details, .review-assignment-details
{
    height: 100%;
    margin-top: -55px;
    padding-top: 55px;
    background-color: #F2F6F8;
    z-index: 50;
}

.mnt-details .cover, .cdt-details .cover, .final-review .cover
{
    line-height: 0;
    border: none;
    display: block;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.review-assignment-details .left-panel .items
{
    margin-top:20px;
}

.maintenance-details .required, .credit-details .required, .final-submission-details .required, .review-assignment-details .required
{
    color:red;
    margin-left:5px;
}

.comments-thread  .user-name
{
    font-weight:bold;
}

.comments-thread  .status
{
    font-size:10px;
}

.comments-thread  .comments
{
    padding-top:10px;
    padding-bottom:20px;
}

.comments-thread  .comments:last-of-type
{
    padding-bottom:0;
}

.item-description-label
{
    color: blue;
    font-style: italic;
}

.final-submission-details h5.approved
{
    background-color:green;
}

.final-submission-details h5.rejected
{
    background-color:red;
}

.final-submission-details h5.approved, .final-submission-details h5.rejected
{
    color:white;
    padding-top:3px;
    padding-bottom:3px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
    .mnt-details .cover, .cdt-details .cover, .final-review .cover
    {
        background-color: #F2F6F8;
        width: 100%;
    }
}

.mnt-details .cover img, .cdt-details .cover img, .final-review .cover img
{
    opacity: .25;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}

.left-panel
{
    padding: 30px 15px 10px 15px;
    background-color: white;
    border-bottom: solid 1px #e0e0e0;
}

.mnt-details .content-tabs, .cdt-details .content-tabs
{
    min-height: 60px;
}

.mnt-details .content-controls, .cdt-details .content-controls, .final-review .content-controls
{
    background-color: white;
    padding: 20px;
}

.mnt-image, .cdt-image
{
    text-align: center;
    margin-bottom: 25px;
}

.mnt-image img.profile-pic
{
    width: 125px;
    height: 125px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: solid 5px #1a3d8f;
}

.mnt-image img.program-pic
{
    width: 125px;
    height: 125px;
}

.cdt-image img
{
    width: 125px;
    height: 125px;
}

.mnt-summary
{
    text-align: center;
    color: #b0b0b0;
}

.mnt-summary h4, .credit-details h4
{
    color: #3A3762;
    margin-bottom: 2px;
}

.credit-details .left-panel h4, .final-submission-details .left-panel h4, .final-submission-details .left-panel h5, .review-assignment-details .left-panel h4, .review-assignment-details .left-panel h5
{
    text-align: center;
}

.mnt-header, .cdt-header, .fs-header
{
    height: 55px;
}

.maintenance-details .left-controls input, .maintenance-details .right-controls input, .maintenance-details .full-row input,
.maintenance-details .left-controls select, .maintenance-details .right-controls select, .maintenance-details .full-row select,
.maintenance-details .left-controls textarea, .maintenance-details .right-controls textarea, .maintenance-details .full-row textarea,
.credit-details .left-controls input, .credit-details .right-controls input, .credit-details .full-row input,
.credit-details .left-controls select, .credit-details .right-controls select, .credit-details .full-row select,
.credit-details .left-controls textarea, .credit-details .right-controls textarea, .credit-details .full-row textarea,
.final-submission-details .left-controls textarea, .final-submission-details .right-controls textarea
.widget-content input, .widget-content textarea
{
    width: 100%;
}

.final-submission-details .left-controls iframe, .special-final-submission-details iframe
{
    width: 100%;
    height:600px;
    border: solid 1px #1a3d8f;
}

.maintenance-details .left-controls input.small, .maintenance-details .right-controls input.small,
.credit-details .left-controls input.small, .credit-details .right-controls input.small,
.widget-content input.small
{
    width:100px;
}

.maintenance-details .left-controls input.smaller, .maintenance-details .right-controls input.smaller,
.credit-details .left-controls input.smaller, .credit-details .right-controls input.smaller,
.widget-content input.smaller
{
    width:125px;
}

.maintenance-details .left-controls input.medium, .maintenance-details .right-controls input.medium,
.credit-details .left-controls input.medium, .credit-details .right-controls input.medium,
.widget-content input.medium
{
    width:250px;
}

.maintenance-details .left-controls input.large, .maintenance-details .right-controls input.large,
.credit-details .left-controls input.large, .credit-details .right-controls input.large,
.widget-content input.large
{
    width:350px;
}

textarea.small
{
    height: 100px;
}

textarea.medium
{
    height: 150px;
}

textarea.large
{
    height: 250px;
}

textarea.extra-large
{
    height: 500px;
}

.maintenance-details .left-controls, .maintenance-details .right-controls, .maintenance-details .full-row,
.credit-details .left-controls, .credit-details .right-controls, .credit-details .full-row
{
    padding-top: 20px;
}

.maintenance-details .left-controls.no-top-margin, .maintenance-details .right-controls.no-top-margin, .maintenance-details .full-row.no-top-margin,
.credit-details .left-controls.no-top-margin, .credit-details .right-controls.no-top-margin, .credit-details .full-row.no-top-margin
{
    padding-top: 0;
}

.comments-toggle-box.no-top-margin
{
    margin-top:0;
}

.roles-tab .check-box-row label
{
    display: inline-block;
    width: 125px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.mnt-img-controls
{
    margin-top:6px;
}

.mnt-img-controls a:last-of-type
{
    margin-left: 30px;
}

#divNoImage a:last-of-type
{
    margin-left: 0;
}

.maintenance-details .creation-info
{
    padding-top: 30px;
    color: gray;
    text-align: center;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
}

.maintenance-details .creation-info .creation-label
{
    display:inline;
    margin-right:5px;
}

.maintenance-details .creation-info .creation-value
{
    display:inline;
}

.maintenance-details .update-panel, .credit-details .update-panel, .final-submission-details .update-panel
{
    margin-top: 20px;
    padding: 20px;
    background-color: white;
}

.maintenance-details .update-panel a, .credit-details .update-panel a, .final-submission-details .update-panel a
{
    margin-right: 7px;
}

.maintenance-details .update-panel a:last-of-type, .credit-details .update-panel a:last-of-type, .final-submission-details .update-panel a:last-of-type
{
    margin-right: 0;
}

.special-final-submission-details .credit-info
{
    border: solid 1px #1a3d8f;
    padding:10px;
}

.comment-row
{
    font-size:12px;
    color:gray;
    margin-top:3px;
}

.stored_comment 
{
    font-size: 14px;
    color: gray;
    margin-top: 3px;
}

.stored_issuername
{
    font-size: 14px;
    font-weight:bold;
    font-style:italic;
    margin-top: 3px;
}

.mnt-header h1, .cdt-header h1, .fs-header h1
{
    float: left;
    margin-top: 0;
}

.mnt-header .add-button
{
    float: right;
}

.select-list div
{
    margin-bottom: 10px;
}

.program-select-list
{
    margin-top:25px;
}

.msg-container
{
    padding: 20px;
    margin-bottom:20px;
    text-align: center;
    color: white;
    font-weight: bold;
    z-index: 1000;
    cursor: default;
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.mnt-image .msg-container
{
    margin-top:20px;
}

.msg-container.clickable{
    cursor:pointer;
}

.msg-container.error
{
    background-color: red;
    box-shadow: 2px 2px 4px rgb(85, 15, 15);
}

.msg-container.warning
{
    background-color: rgb(255, 127, 39);
    box-shadow: 2px 2px 4px rgb(253, 117, 29);
}

.msg-container.info
{
    background-color: #3A3762;
    box-shadow: 2px 2px 4px rgb(18, 79, 160);
}

.msg-container.ok
{
    background-color: rgb(0, 175, 0);
    box-shadow: 2px 2px 4px rgb(15, 85, 15);
}

.login-error.error
{
    background-color:white;
    color:red;
}

.autologoff-header
{
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
    margin-bottom:20px;
}

.autologoff-message
{
    font-size:12px;
    text-align:justify;
    padding-right:20px;
    padding-left:20px;
    margin-bottom:40px;
}

.autologoff-buttons
{
    padding-left:20px;
    padding-right:20px;
}

.enrollment-inactive-indicator, .enrollment-good-thru-indicator
{
    font-weight:bold;
    font-style:italic;
}

.maintenance-details .sep, .credit-details .sep, .admin-dash .sep, .final-submission-details .sep, .review-assignment-details .sep, .special-final-submission-details .sep
{
    position: relative;
    margin-bottom: 15px;
}

.maintenance-details .small-sep, .credit-details .small-sep, .admin-dash .small-sep
{
    font-size: 16px;
}

.maintenance-details .medium-sep, .credit-details .medium-sep, .admin-dash .medium-sep, .final-submission-details .medium-sep, .review-assignment-details .medium-sep, .special-final-submission-details .medium-sep
{
    font-size: 20px;
}

.maintenance-details .sep span, .credit-details .sep span, .admin-dash .sep span, .final-submission-details .sep span, .review-assignment-details .sep span, .special-final-submission-details .sep span
{
    color: #1a3d8f;
    display: inline-block;
    padding-right: 15px;
    z-index: 1;
    background-color: white;
    position: relative;
}

.maintenance-details .sep::before, .credit-details .sep::before, .admin-dash .sep::before, .final-submission-details .sep::before, .review-assignment-details .sep::before, .special-final-submission-details .sep::before
{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e1eaea;
    left: 0;
    top: 50%;
    position: absolute;
}

.content-section-block .preview
{
    border: solid 1px #1a3d8f;
    padding:10px;
    height:400px;
    overflow-y: auto;
}

.content-section-block .buttons, .content-section-block .no-buttons
{
    margin-top: 20px;
}

.content-section-block .buttons
{
    display:none;
}

.content-section-block .no-buttons
{
    padding: 20px;
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 0.8;
    background-color: #1a3d8f;
    display: block;
}

.error-page
{
    text-align:center;
}

.recover-pw-msg
{
    padding-top:50px;
    font-size:14px;
}

.profile-signup-pw-msg
{
    margin-bottom:20px;
}

.inner-dashboard
{
    height:100%;
}

.non-enrolled-programs h2, .enrolled-programs h2, .non-enrolled-programs h3, .enrolled-programs h3
{
    margin-left: 15px;
}

.program-card-container
{
    padding: 15px;
}

.program-card
{
    border: solid 1px rgb(225, 234, 234);
    padding: 20px;
    overflow:hidden;
}

.inactive-program-card
{
    border: solid 1px rgb(208, 80, 80);
}

.program-card img
{
    width:100%;
    height:auto;
}

.program-card h1
{
    font-size:20px;
    margin-top:0;
    text-align:center;
    white-space:nowrap;
}

.program-card .float-breaker
{
    display:none;
}

.program-card .enroll-button
{
    text-align:center;
    margin-top:15px;
    height:40px;
}

.program-card .enroll-info
{
    margin-top:15px;
    height:40px;
}

.program-card .enroll-info i
{
    margin-left:10px;
    font-size:20px;
}

.cert-link i
{
    font-size:72px;
    margin-top:5px;
}

.program-card span.revoked
{
    color:red;
    font-weight: bold;
}

.program-card span.revoked-reason
{
    font-size: 12px;
}

.program-card span.revoked-reason span.revoked
{
    font-weight:normal;
}

.program-card .details-container
{
    margin-top: 15px;
    display: table;
    width: 100%;
    border-top: solid 1px rgb(225, 234, 234);
    padding-top: 15px;
    table-layout:fixed;
}

.program-card .details
{
    display:table-row;
}

.program-card .left-cell
{
    text-align: left;
    display:table-cell;
}

.program-card .right-cell
{
    text-align: right;
    display: table-cell;
    width:90px;
}

.program-card .right-cell a.btn
{
    padding-left:0;
    padding-right:0;
    text-align:center;
    width:80px;
}

.admin-dash
{
    padding:20px;
}

.cdash-gauge, .cdash-deadlines, .cdash-cpes, .cdash-badges, .cdash-certificates
{
    text-align: left;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:30px;
    white-space: nowrap;
    overflow:hidden;
}

.cdash-deadlines .no-deadlines
{
    white-space: normal;
}

.cpe-totals, .certificate-totals, .badge-totals
{
    margin-bottom:8px;
    font-weight:bold;
}

.fixed-table
{
    display:table;
}

.fixed-row
{
    display: table-row;
}

.fixed-cell
{
    display: table-cell;
}

.fixed-cell
{
    padding-left:6px;
}

.fixed-cell:first-of-type
{
    padding-left:0;
}

.percentage-container .date
{
    margin-bottom:2px;
}

.percentage-container span
{
    font-weight:bold;
}

.percentage-container .earned span
{
    color:green;
}

.percentage-container .revoked span
{
    color:red;
}

.percentage-container span.revoked-reason, .percentage-container span.revoked-reason span
{
    font-weight:normal;
}

.percentage-container .textual
{
    margin-top: 10px;
}

.percentage-container .graphical
{
    height: 8px;
    border: solid 1px #e0e0e0;
    background-color: #f0f0f0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 4px;
}

.percentage-container .graphical .inner-bar
{
    background-color: #1a3d8f;
    height: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: width 1s;
}

.cdash-gauge .percentage-container .textual
{
    margin-top:0;
}

.program-details .percentage-container .textual
{
    margin-top:20px;
}

.cdash-gauge .percentage-container .graphical, .program-details .percentage-container .graphical
{
    height: 16px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.cdash-gauge .percentage-container .graphical .inner-bar, .program-details .percentage-container .graphical .inner-bar
{
    height: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.program-card .details-container .left-cell, .program-card .details-container .right-cell
{
    vertical-align: bottom;
}

.cdt-header h3
{
    font-size:14px;
}

.credit-details
{
    margin-top:25px;
}

.credit-details .program-structure h5
{
    margin-top: 15px;
}

.credit-details .program-structure .current-item
{
    font-style: italic;
}

.program-details .program-logo
{
    text-align:center;
}

.program-details img
{
    width: 100%;
}

.program-details .program-description
{
    text-align:justify;
    margin-top:20px;
}

.program-details .program-description h2
{
    text-align:center;
}

.program-details .program-description a.btn
{
    width:100%;
    text-align:center;
}

.program-stages
{
    margin-top: 20px;
}

.stage-block, .item-block, .credit-block
{
    border: solid 2px #e0e0e0;
    margin-bottom:20px;
}

.credit-block
{
    padding:10px;
}

.stage-block .header, .item-block .header
{
    border-bottom: solid 1px #e0e0e0;
    font-weight:bold;
    padding: 15px;
    margin-bottom: 20px;
}

.stage-block .header
{
    font-size: 20px;
}

.item-block .header
{
    font-size: 14px;
    margin-bottom:0;
}

.stage-block .contents, .item-block .contents
{
    padding: 20px;
    font-size:14px;
    position:relative;
}

.item-block .contents .item-status
{
    font-size:14px;
}

.item-block .contents
{
    padding-bottom: 50px;
}

.item-block .contents.parent-block
{
    padding-bottom:0;
}

.stage-block:last-of-type, .item-block:last-of-type
{
    margin-bottom: 0;
}

.item-block .item-status
{
    margin-top:30px;
    float:left;
}

.item-block .item-status div
{
    margin-bottom:3px;
}

.item-block .item-status span
{
    font-weight:bold;
}

.item-block .item-status span.rejected
{
    color:red;
    font-weight:normal;
}

.item-block .item-status span.approved
{
    color:green;
}

.item-block .item-status span.in-review
{
    color:blue;
    font-weight:normal;
}

.item-block .item-status .completed
{
    color: Green;
}

.item-block .item-description
{
    clear: right;
}

.item-description
{
    margin-bottom:20px;
}

.item-block .view-item
{
    position: absolute;
    right: 10PX;
    bottom: 10PX;
}

.credit-details-dates
{
    margin-top:10px;
    margin-bottom:20px;
}

.credit-details-date span
{
    font-weight:bold;
}

.credit-details-date.completed span
{
    color: green;
}

.credit-details-date span.rejected
{
    font-weight:normal;
    color:red;
}

.credit-details-date span.in-review
{
    font-weight:normal;
    color:blue;
}

.credit-details-date span.approved
{
    font-weight:normal;
    color:green;
}

.parent-credits
{
    margin-top:10px;
}

.parent-credits span
{
    font-weight:bold;
}

.zero-max-credits-allowed, .zero-credits-required
{
    display:none;
}

.parent-credits span.approved, .credit-block span.approved, .parent-credits span.completed
{
    color:green;
}

.credit-block span.rejected
{
    color:red;
}

.credit-block span.in-review
{
    color:blue;
}

.credit-block .credit-details-specific
{
    margin-top:20px;
}

.credit-block .credit-button
{
    margin-top:20px;
}

.program-details .percentage-container
{
    margin-top:20px;
}

.header.completed
{
    background-image: url("../_images/credit-completed.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.header.in-review
{
    background-image: url("../_images/credit-review.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.header.in-progress
{
    background-image: url("../_images/credit-submitted.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.header.rejected
{
    background-image: url("../_images/credit-rejected.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.header
{
    background-image: url("../_images/credit-notstarted.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

.widget-block
{
    margin-top:20px;
}

.left-controls .widget-block:first-of-type
{
    margin-top:0;
}

.widget-block iframe
{
    border: solid 1px #e0e0e0;
    padding:10px;
    width:100%;
}

.widget-sync
{
    height:245px;
}

.widget-progress-calc
{
    height:150px;
}

.widget-final-submissions
{
    height:960px;
}

.widget-completed-final-submissions
{
    height:930px;
}

.widget-rejected-final-submissions
{
    height:930px;
}

.widget-review
{
    height:1182px;
}

.widget-badges
{
    height:250px;
}

.service-ok
{
    color: #37c74f;
}

.service-error
{
    color:red;
}

.comments-toggle-box
{
    margin-top:30px;
}

.credit-comments
{
    margin-top:40px;
}

.review-doc-section
{
    margin-top:20px;
}

.review-doc-section .doc-date
{
    margin-bottom:7px;
}

.credit-details.review-credit-details
{
    padding-top:65px;
}

.review-credit-www, .credit-www
{
	border:solid 1px #e0e0e0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:10px;
	width:100%;
	height: 400px;
}

.cdash-gauge
{
    font-size: 16px;
}

.cpe-item
{
    margin-top:5px;
    white-space:nowrap;
    overflow:hidden;
}

.certificate-item, .badge-item
{
    display:block;
    margin-bottom:20px;
}

.badge-item a
{
    float:right;
}

.certificate-item img, .badge-item img, .badge-image-container img
{
    width:100%;
    height:auto;
    border:solid 1px #f0f0f0;
}

.cpe-date
{
    width:90px;
    display:inline-block;
}

.badge-service-ind
{
    color: #1a3d8f;
}

.badge-service-status
{
    margin-bottom:6px;
}

.badge-service-issuers
{
    margin-bottom:6px;
}

.badge-image-container
{
    max-width:400px;
}

.badge-data-container .badge-description
{
    margin-bottom:30px;
}

.badge-data-container .badge-data-row
{
    margin-bottom:5px;
}

.badge-data-container .badge-label
{
    float:left;
    width:75px;
}

.badge-revoked-container
{
    margin-top:30px;
    color:red;
}

.program-extra-info
{
    margin-top:20px;
}

.assessment-header
{
    margin-bottom:5px;
}

.review-counters
{
    margin-bottom: 10px;
}

.credit-controls textarea
{
    width:100%;
    height:200px;
}

.final-review h2
{
    margin-top:30px;
}

.final-review h2:first-of-type
{
    margin-top:0;
}

.final-submission .credit-info
{
    margin-top:40px;
    margin-bottom: 10px;
}

.final-submission-details .rejected .sep span
{
    color:red;
}

.final-submission-group-header
{
    margin-top:30px;
}

.final-submission-group-header:first-of-type
{
    margin-top:0;
}

.internal-comments, .public-comments, .comments
{
    overflow:hidden;
}

.final-review-details
{
    margin-bottom:20px;
}

.final-review-details .details-value
{
    margin-bottom:5px;
}

.approved-rejected
{
    margin-top:10px;
    font-style: italic;
}

.no-approval-yet
{
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}

.credits-tab .table, .enrollments-tab .table
{
    display: table;
    table-layout:fixed;
    width:100%;
}

.credits-tab .row, .enrollments-tab .row
{
    display: table-row;
}

.credits-tab .cell, .enrollments-tab .cell, .review-log-tab .cell
{
    display: table-cell;
    padding:5px;
    overflow:hidden;
}

.credits-table .header-row, .enrollments-table .header-row, .submissions-tab .header-row, .review-log-tab .header-row
{
    font-weight:bold;
}

.program-structure-container
{
    display:none;
    margin-top:20px;
}

@media screen and (max-width:519px)
{
    .g-recaptcha
    {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    #calcButtons a
    {
        display: block;
        margin-left:0 !important;
        margin-bottom:10px;
    }
}

@media screen and (max-width:590px)
{
    .widget-progress-calc
    {
        height: 250px;
    }
}

@media (min-width: 1000px) and (min-height: 800px)
{
    .content-section-block .buttons
    {
        display: block;
    }

    .content-section-block .no-buttons
    {
        display:none;
    }
}

@media (min-width: 450px)
{
    .login-controls input
    {
        width: 296px;
    }

    .login-box
    {
        background-position: 30px 30px;
        padding: 80px 30px 20px 30px;
        width: 400px;
    }

    .autologoff-header
    {
        font-size: 16px;
    }

    .autologoff-message
    {
        font-size: 14px;
    }

    .autologoff-buttons a.btn
    {
        width: 175px;
        text-align: center;
    }

        .autologoff-buttons a.btn:last-of-type
        {
            margin-top: 0;
            margin-left: 20px;
        }

    a.full-button
    {
        display: inline-block;
        margin-bottom: 0;
    }

    .maintenance-details a.tab, .a-dash-tabs a.tab
    {
        width: 50%;
    }

    .program-details .program-logo
    {
        text-align: left;
        width: 49%;
        float: right;
        padding-left: 20px;
    }

    .program-details .program-description h2
    {
        text-align:left;
    }

    .program-details .program-description
    {
        width: 49%;
        margin-top:0;
    }

    .program-float-breaker
    {
        clear:both;
    }

    .certificate-item, .badge-item
    {
        display:inline-block;
        width:48%;
    }

    .certificate-item:nth-child(2n+1), .badge-item:nth-child(2n+1)
    {
        float:right;
    }

    .certificate-item:nth-child(2n+2), .badge-item:nth-child(2n+2)
    {
        float:left;
    }
}

@media (min-width: 576px)
{
    .login-button
    {
        width:auto;
        text-align:left;
    }

    .login-controls .select-language
    {
        position: absolute;
        margin-top:0;
        right: 0;
        bottom: 0;
    }

    .forgot-password
    {
        text-align:left;
    }

    .page-footer .links
    {
        width: 40%;
    }

    .page-footer .select-language
    {
        width: 20%;
        text-align:center;
    }

    .page-footer .powered
    {
        display: table-cell;
        width:40%;
    }

    .program-card-container 
    {
        display: inline-block;
        width: 50%;
    }

    .program-card h1
    {
        font-size: 16px;
    }

    .program-card .float-breaker
    {
        display: none;
    }

    .cdash-gauge, .cdash-deadlines, .cdash-cpes, .cdash-badges, .cdash-certificates
    {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .cdt-header h3
    {
        font-size: 16px;
    }

    .cdt-image
    {
        float:left;
        margin-right:30px;
    }

    .program-structure
    {
        float:left;
    }
}

@media (min-width: 650px)
{
    .comments-table
    {
        display:table;
        table-layout:fixed;
        width:100%;
    }

    .comments-row
    {
        display:table-row;
        width:100%;
    }

    .public-comments
    {
        display:table-cell;
        width:50%;
        padding-right:10px;
    }

    .internal-comments
    {
        display:table-cell;
        width:50%;
        padding-left:10px;
    }
}

@media (min-width: 768px)
{
    h1
    {
        font-size: 40px;
        line-height: 40px;
    }

    h2
    {
        font-size: 32px;
    }

    h6
    {
        font-size: 12px;
        font-weight: normal;
    }

    .page-header
    {
        height: 100px;
    }

    .page-header .container
    {
        height:100px;
    }

    .page-content
    {
        margin-top: -160px;
        padding-top: 160px;
    }

    .logo
    {
        margin-top: 20px;
        height:60px;
    }

    .logo img
    {
        height: 60px;
        width: 240px;
    }

    .login
    {
        font-size:16px;
        line-height: 16px;
        padding: 9px 15px 9px 15px;
        margin-top:30px;
    }

    .user-info
    {
        margin-top:10px;
        line-height:60px;
        vertical-align:middle;
        height:60px;
    }

    .user-info img
    {
        height: 60px;
        width: 60px;
        vertical-align: middle;
    }

    .user-info span
    {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }

    .login-box
    {
        width: 480px;
        padding: 80px 40px 30px 40px;
        background-position: 40px 30px;
    }

    .login-error-placeholder
    {
        height: 40px;
        font-size:14px;
        padding-top:5px;
    }

    .login-controls input
    {
        width: 356px;
        font-size: 14px;
    }

    .launchpad-content
    {
        font-size: 12px;
    }

    .launchpad-header .name
    {
        font-size: 18px;
    }

    .launchpad-header .email
    {
        font-size: 12px;
    }

    .launchpad-header .last-login
    {
        font-size: 11px;
    }

    .maintenance-details a.tab, .a-dash-tabs a.tab
    {
        text-align: left;
        display: inline-block;
        width: auto;
        margin-left: 0;
        margin-right: 7px;
        margin-bottom: 0;
    }

    .maintenance-details a.tab:last-of-type, .a-dash-tabs a.tab:last-of-type
    {
        margin-bottom: 0;
        margin-right:0;
    }

    .program-card h1
    {
        font-size: 18px;
    }

    .cdt-header h3
    {
        font-size: 18px;
    }

    .certificate-item, .badge-item
    {
        display:inline-block;
        width:32%;
        margin-right:2%;
    }

    .certificate-item:nth-child(2n+1), .badge-item:nth-child(2n+1)
    {
        float:none;
    }

    .certificate-item:nth-child(2n+2), .badge-item:nth-child(2n+2)
    {
        float:none;
    }

    .certificate-item:nth-child(3n+1), .badge-item:nth-child(3n+1)
    {
        margin-right:0;
    }

    .badge-image-container
    {
        float:left;
        width:250px;
    }

    .badge-data-container
    {
        padding-left:270px;
    }
}

@media (min-width: 850px)
{
    .widget-final-submissions
    {
        height:563px;
    }
    
    .widget-completed-final-submissions
    {
        height:548px;
    }

    .widget-rejected-final-submissions
    {
        height:548px;
    }

    .widget-review
    {
        height:675px;
    }
}

@media (min-width: 992px)
{
    .mnt-details, .cdt-details
    {
        padding-bottom: 0;
    }

        .mnt-details .maintenance-details, .cdt-details .credit-details
        {
            padding-bottom: 0;
        }

    .left-panel 
    {
        min-height: 100%;
        width: 300px;
        float: left;
        border-right: solid 1px #e0e0e0;
        padding-top: 30px;
        padding-bottom: 20px;
        z-index: 80;
        position: relative;
        border-bottom-style: none;
    }

    .dashboard .left-panel
    {
        border-right: none;
    }

    .content-panel
    {
        min-height: 100%;
        width: 100%;
        padding-left: 320px;
        padding-bottom: 20px;
    }

    .mnt-details .cover, .cdt-details .cover, .final-review .cover
    {
        left: 300px;
    }

    .mnt-details .creation-info
    {
        position: absolute;
        text-align: left;
        left: 10px;
        bottom: 10px;
    }

    .maintenance-details .creation-info .creation-label
    {
        float: left;
        clear: left;
    }

    .maintenance-details .creation-info .creation-value
    {
        clear: right;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
    {
        .mnt-details .cover, .cdt-details .cover, .final-review .cover
        {
            padding-left: 300px;
        }
    }

    .mnt-details .content-section, .cdt-details .content-section, .final-review .content-section
    {
        margin-left: 5px;
        padding-top: 65px;
        padding-right: 10px;
    }

    .mnt-details .mnt-details .content-tabs, .cdt-details .cdt-details .content-tabs
    {
        height: 60px;
    }

    .mnt-details .maintenance-details .table, .cdt-details .credit-details .table, .admin-dash .table, .final-submission-details .table, .review-assignment-details .table
    {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .review-assignment-details .table
    {
        width: auto;
    }

    .maintenance-details .row, .credit-details .row, .admin-dash .row, .final-submission-details .row, .review-assignment-details .row
    {
        display: table-row;
    }

    .mnt-details .maintenance-details .left-controls, .cdt-details .credit-details .left-controls, .admin-dash .left-controls, .final-submission-details .left-controls, .review-assignment-details .cell
    {
        display: table-cell;
        width: 50%;
        padding-right: 10px;
    }

    .review-assignment-details .cell
    {
        padding: 5px 10px 5px 5px;
        width: auto;
        border-bottom: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
    }

    .review-assignment-details .row:first-child .cell
    {
        border-top: 1px solid #dfdfdf;
    }

    .review-assignment-details .cell:last-child
    {
        border-right: 1px solid #dfdfdf;
    }   

    .admin-dash .left-controls
    {
        padding-right:15px;
    }

    .mnt-details .maintenance-details .right-controls, .cdt-details .credit-details .right-controls, .admin-dash .right-controls, .final-submission-details .right-controls
    {
        display: table-cell;
        width: 50%;
        padding-left: 10px;
    }

    .admin-dash .right-controls
    {
        padding-left:15px;
    }

    .program-select-list
    {
        margin-top: 15px;
    }

    .select-list div
    {
        margin-bottom: 2px;
    }

    .maintenance-details .left-controls.no-desktop-top-margin, .maintenance-details .right-controls.no-desktop-top-margin, .maintenance-details .full-row.no-desktop-top-margin,
    .credit-details .left-controls.no-desktop-top-margin, .credit-details .right-controls.no-desktop-top-margin, .credit-details .full-row.no-desktop-top-margin
    {
        padding-top: 0;
    }

    .cdash-gauge, .cdash-deadlines, .cdash-cpes, .cdash-badges, .cdash-certificates
    {
        float:none;
        margin-right:0;
        width:100%;
        margin-left:15px;
    }

    .cdash-gauge
    {
        margin-bottom:40px;
    }

    .cdt-header h3
    {
        font-size: 20px;
    }

    .cdt-image
    {
        float: none;
        margin-right: 0;
    }

    .program-structure
    {
        float: none;
    }

    .widget-final-submissions
    {
        height:960px;
    }
    
    .widget-completed-final-submissions
    {
        height:930px;
    }

    .widget-rejected-final-submissions
    {
        height:930px;
    }

    .widget-review
    {
        height:1182px;
    }

    .comments-table
    {
        display:block;
    }

    .comments-row
    {
        display:block;
    }

    .public-comments
    {
        display:block;
        width:100%;
        padding-right:0;
    }

    .internal-comments
    {
        display:block;
        width:100%;
        padding-left:0;
    }

    .right-controls .widget-block:first-of-type
    {
        margin-top:0;
    }

    .certificate-item, .badge-item
    {
        width:200px;
        margin-right:20px;
    }

    .certificate-item:nth-child(2n+1), .badge-item:nth-child(2n+1)
    {
        float:none;
    }

    .certificate-item:nth-child(2n+2), .badge-item:nth-child(2n+2)
    {
        float:none;
    }

    .certificate-item:nth-child(3n+1), .badge-item:nth-child(3n+1)
    {
        margin-right:20px;
    }

    .badge-image-container
    {
        width:400px;
    }

    .badge-data-container
    {
        padding-left:420px;
    }

    .cec-plus-single-cell input[type=text], .cec-plus-single-cell input[type=email]
    {
        width:450px;
    }
}

@media (min-width: 1200px)
{
    .program-structure-container
    {
        display:block;
    }

    .page-footer .container
    {
        max-width: 1140px;
    }

    .input-group
    {
        margin-top: 30px;
    }

    .login-box
    {
        width: 580px;
        padding: 80px 50px 40px 50px;
        background-position: 50px 30px;
    }

    .input-group.div
    {
        line-height: 50px;
        height: 44px;
    }

    .login-error-placeholder
    {
        height: 50px;
        padding-top:10px;
    }

    .login-controls span
    {
        height: 44px;
        line-height: 44px;
    }

    .login-controls input
    {
        width: 436px;
        font-size: 16px;
        height: 44px;
    }

    .login-button
    {
        margin-top: 30px;
    }

    .left-panel
    {
        width: 320px;
    }

    .content-panel
    {
        padding-left: 340px;
    }

    .mnt-details .cover, .cdt-details .cover, .final-review .cover
    {
        left: 320px;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
    {
        .mnt-details .cover, .cdt-details .cover, .final-review .cover
        {
            padding-left: 320px;
        }
    }

    .program-card-container
    {
        width: 33.3%;
    }

    .program-details
    {
        width:41%;
        float:right;
    }

    .program-details .program-logo
    {
        width: 100%;
        float: none;
        padding-left:0;
    }

    .program-details .program-description
    {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top:20px;
    }

    .program-float-breaker
    {
        clear: none;
    }

    .program-stages
    {
        width:59%;
        float:left;
        padding-right:50px;
        margin-top:0;
    }
}

@media (min-width: 1600px)
{
    .page-footer .container
    {
        max-width: 1400px;
    }

    .left-panel
    {
        width: 360px;
    }

    .content-panel
    {
        padding-left: 380px;
    }

    .mnt-details .cover, .cdt-details .cover, .final-review .cover
    {
        left: 360px;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
    {
        .mnt-details .cover, .cdt-details .cover, .final-review .cover
        {
            padding-left: 360px;
        }
    }

    .program-card-container
    {
        width: 25%;
    }

    .comments-table
    {
        display:table;
        width:100%;
    }

    .comments-row
    {
        display:table-row;
        width:100%;
    }

    .public-comments
    {
        display:table-cell;
        width:50%;
        padding-right:10px;
    }

    .internal-comments
    {
        display:table-cell;
        width:50%;
        padding-left:10px;
    }
}

@media (min-width: 1680px)
{
    .widget-final-submissions
    {
        height:563px;
    }
    
    .widget-completed-final-submissions
    {
        height:548px;
    }

    .widget-rejected-final-submissions
    {
        height:548px;
    }

    .widget-review
    {
        height:675px;
    }
}

@media (min-width:1900px)
{
    .program-details .program-logo
    {
        width: 50%;
        float: right;
        padding-left:20px;
    }

    .program-details .program-description
    {
        margin-top: 0;
        width:50%;
        float:right;
    }
}

@media (min-width: 2000px)
{
    .page-footer .container
    {
        max-width: 1700px;
    }

    .left-panel
    {
        width: 400px;
    }

    .content-panel
    {
        padding-left: 420px;
    }

    .mnt-details .cover, .cdt-details .cover, .final-review .cover
    {
        left: 400px;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
    {
        .mnt-details .cover, .cdt-details .cover, .final-review .cover
        {
            padding-left: 400px;
        }
    }

    .program-card-container
    {
        width: 20%;
    }

    .program-card h1
    {
        font-size: 18px;
    }

    .mnt-image img.profile-pic, .mnt-image img.program-pic, .cdt-image img
    {
        width: 200px;
        height: 200px;
    }

    .final-submission-details .left-controls iframe
    {
        height:800px;
    }
}

@media (min-width: 2520px)
{
    .widget-final-submissions
    {
        height:525px;
    }
        
    .widget-completed-final-submissions
    {
        height:640px;
    }

    .widget-rejected-final-submissions
    {
        height:640px;
    }

    .widget-review
    {
        height:640px;
    }
}

@media (min-width: 2600px)
{
    .page-footer .container
    {
        max-width: 2300px;
    }

    .left-panel
    {
        width: 500px;
    }

    .content-panel
    {
        padding-left: 520px;
    }

    .mnt-details .cover, .cdt-details .cover, .final-review .cover
    {
        left: 500px;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
    {
        .mnt-details .cover, .cdt-details .cover, .final-review .cover
        {
            padding-left: 500px;
        }
    }

    .program-card-container
    {
        width: 16.66%;
    }

    .mnt-image img.profile-pic, .cdt-image img
    {
        width: 250px;
        height: 250px;
    }

    .final-submission-details .left-controls iframe
    {
        height:1000px;
    }
}

@media (min-width: 3000px)
{
    .page-footer .container
    {
        max-width: 2600px;
    }

    .left-panel
    {
        width: 600px;
    }

    .content-panel
    {
        padding-left: 620px;
    }

    .mnt-details .cover, .cdt-details .cover, .final-review .cover
    {
        left: 600px;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
    {
        .mnt-details .cover, .cdt-details .cover, .final-review .cover
        {
            padding-left: 600px;
        }
    }

    .program-card h1
    {
        font-size: 20px;
    }

    .mnt-image img.profile-pic, .cdt-image img
    {
        width: 300px;
        height: 300px;
    }
}


/* LOGIN */
.login-body .page-header
{
    display: none;
}

.login-body .page-content
{
    margin-top: -60px;
    padding-top: 0;
}

.login-body .page-footer div.select-language
{
    display:none;
}

@media (min-width: 576px) and (min-height: 518px)
{
    .login-body .page-content
    {
        position:relative;
    }

    .login-body .page-content:after
    {
        content: "";
        opacity: 0.6;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index:-1;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .login-body .page-content .container
    {
        display: table;
    }

    .login-body .page-content .outer-login-container
    {
        display: table-cell;
        vertical-align: middle;
    }

    .login-box
    {
        border: 1px solid #e1eaea;
        box-shadow:  4px 4px 8px rgb(50, 50, 50);
    }
}


.third-party-review-frame
{
    display:none;
}

.legend
{
    margin-top:10px;
}

.legend img
{
    display:inline-block;
    width:18px;
    height:18px;
    margin-right:5px;
    vertical-align:middle;
}

.legend div
{
    margin-bottom:2px;
    line-height:18px;
}

.legend span
{
    font-weight:normal;
    vertical-align:middle;
    display:inline-block;
}

.inactive-good-thru
{
    color:red;
}

i.review-with-comments, i.submission-in-final-review
{
    margin-left:5px;
}

.stage-detail-info, .item-detail-info
{
    margin-bottom:20px;
    margin-top:-20px;
    font-style:italic;
}

.item-detail-info
{
    margin-top:0;
}

.admin-warning
{
    font-weight:bold;
    color:red;
}

.submission-summary .sub-header
{
    font-weight:bold;
}

.submission-summary .submission
{
    margin-bottom:20px;
}

.submission .table-header
{
    font-weight:bold;
}

.mnt-details .maintenance-details .submission .table
{
    display: table;
    table-layout: fixed;
    width:auto;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.mnt-details .maintenance-details .submission .row
{
    display: table-row;
}

.mnt-details .maintenance-details .submission .cell
{
    display: table-cell;
    padding: 5px 10px 5px 5px;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.credit-title
{
    font-weight: bold;
    margin-bottom: 5px;
}

.a-dash-main
{
    font-size:16px;
    font-weight: bold;
}

.a-dash-sub
{
    font-size: 12px;
}

.a-dash-info
{
    margin-bottom: 15px;
}

.a-dash-tabs
{
    min-height: 60px;
    margin-bottom: 15px;
}

.a-dash-tabs a
{
    margin-top: 15px;
}

.a-dash-tabs a:first-of-type
{
    margin-top: 0;
}

@media(min-width: 992px)
{
    .a-dash-tabs
    {
        margin-top: -55px;
    }
}

#badgeShareBlock .share-header, #badgeLoginBlock .share-header
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#badgeShareBlock a, #badgeLoginBlock a
{
    display: block;
    width: fit-content;
    margin-bottom: 8px;
    font-size: 16px;
}

#badgeShareBlock a i, #badgeLoginBlock a i
{
    margin-right:10px;
}

.simple-final-review .comment-input
{
    display: none;
}

.simple-final-review label:has(input[type=checkbox]:checked) + .comment-input
{
    display: block;
}