/* 
Abstract Management Base Additional Style Sheet

Created by: Bob
Created on: March 7, 2017
Modified
Version: 1.0

*/

/*****************************************************************
GENERAL STYLE
*****************************************************************/
/* layout */
/* import any custom fonts
@import url(https://fonts.googleapis.com/css?family=Pacifico);
*/

/* General Styles */
/*
@font-face{
	font-family: 'Rockwell';
}
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Caramel&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

html,
body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 1rem !important;
    color: #333333 !important;
    line-height: 1.7vw;

}

p {
    margin: 15px !important;
}

#wrapper {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0px auto !important;
}

label,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif !important;
    font-size: 1rem !important;
    font: 1rem 'Open Sans', Arial, Helvetica, sans-serif !important;
}

#main h1 {

    font-size: 1.5vw;
    margin-top: 15px;
    line-height: 4vw;
    font-weight: bold;
    color: #ac2623;
    margin: 15px 0px;
}

#main h3 {

    color: #ac2623;
    margin: 30px 15px;
    font-size: 1.4vw;
    line-height: 2.5vw;
}

#main h4 {

    font-weight: bold;
    color: #666666;
    font-size: 1.2vw;
    margin: 25px 15px;
    display: block;
}

ul {
    margin-left: 3% !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

#loginFormTitle {
    color: #555555;
    text-transform: uppercase;
    margin-top: 35px;
}

h3.field-header {
    margin: 0px !important;
    line-height: normal !important;
    font-size: 1.4rem !important;
}

div.field {
    margin: 15px auto;
}

select {
    height: auto;
}

textarea.form-control {
    min-height: 200px;
    padding: 15px;
}

a,
a:active {
    color: #555555;
    font-weight: bold;
    text-decoration: underline;
}

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

/*****************************************************************
HEADER
*****************************************************************/
/* layout */
#header {
    height: 209px;
    background-color: #ffffff;
    border-bottom: 17px solid #333333;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    height: auto;
    z-index: 999;
    transition: all 0.3s ease;

}

#header.scrolled {
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#header #inner-header {
    display: grid;
    width: 100%;
    max-width: 80%;
    grid-template-columns: 20% 60% 20%;
    gap: 0px;
    margin: 0 auto;
}

#header #inner-header div {
    padding: 0px;
}

#header #inner-header div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header #inner-header div img {
    transition: all 0.3s ease;
}

#header.scrolled #inner-header div img {
    width: 225px;
    transition: all 0.3s ease;
}

#header h1 {
    font-family: "Caramel", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 5rem;
    letter-spacing: 3px;
    color: #ac2623;
    line-height: 3rem !important;
}


#header h1,
#header h2 {
    margin: 0;

    text-align: center;

    transition: all 0.3s ease;
}



#header h2 {
    font-size: 22px;
    line-height: normal;
    margin-top: 13px;
    display: none;
}

#header.scrolled h1 {
    font-size: 4rem;
}

#header.scrolled h2 {
    font-size: 18px;
}

#header.scrolled h1,
#header.scrolled h2 {
    transition: all 0.3s ease;
}

/*
#header:before{
	content:"";
	display:block;
	position: absolute;
	left:0px;
	top: 0px;
	background:url('https://events.decorporate.ca/CPA2025/abstract/download.php?t=document&f=1270&y=ZmlsZUlkPTEyNzA=') no-repeat left center / contain;
	height: 192px;
    width: 205px;
}
#header:after{
	content:"";
	display:block;
	position: absolute;
	right:0px;
	top: 0px;
	background:url('https://events.decorporate.ca/CPA2025/abstract/download.php?t=document&f=1269&y=ZmlsZUlkPTEyNjk=') no-repeat left center / contain;
	width: 601px;
    height: 190px;
}


#header h1{
	display: block;
    padding-left: 200px;
    padding-top: 80px;
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: bold;
}
#header h2{
	padding-left: 200px;
    color: #ffffff;
    font-size: 2rem;
    display: block;
    z-index: 9;
    position: relative;
}*/

#user li i {
    margin-right: 5px;
    color: #ac2623;
    font-size: 1.2rem;
    position: relative;
    top: 2px;
    margin-left: 5px;
}



#user {
    top: 0px;
    right: 10px;
    padding: 0px;
    margin: 0px;
}

#user li {
    padding: 0px;
    margin: 0px;
    border: none;
}

#user li a {
    color: #292728;
    border-right: 1px solid #292728;
    font-size: 0.8rem;
    margin-right: 3px;
    padding-right: 7px;
    font-weight: 600;
    text-shadow: none;
}

#user li:last-of-type>a {
    border: none;
}

#loginFormTitle,
.lostPassword,
.createAccount {
    text-align: center;
    font-size: 1rem;
}

.lostPassword,
.createAccount {
    margin: 15px;
}

.lostPassword a,
.createAccount a {
    padding: 0px;
    background: none;
    border-radius: 0px;
    border: none;
    color: #333333;
    font-size: 1rem;
}

.lostPassword a:hover,
.lostPassword a:focus,
.createAccount a:hover,
.createAccount a:focus {
    background: none;
    text-decoration: underline;
}


#loginAdmin label {
    margin-bottom: 5px;
    display: inline-block;
}

#content-login {
    text-align: center;
}

#content-login .content {
    width: 100% !important;
}

#content-login .content #loginAdmin {
    width: 430px;
    margin: 0px auto;
    text-align: center;
}

#submitHldr {
    text-align: center;
}

#submitHldr input[type="submit"],
#btnNext,
#submitAbstract {
    background: rgba(67, 160, 71, 1.0);
    border-color: rgba(56, 142, 60, 1.0);
    color: #ffffff;
    width: auto;
    padding: 13px 24px;
    display: inline-block;
    height: auto;
    text-transform: uppercase;
    font-size: 1.2rem !important;
    margin-top: 25px;
}

#submitHldr input[type="submit"]:hover,
#submitHldr input[type="submit"]:focus,
#btnNext:hover,
#btnNext:focus,
#submitAbstract:hover,
#submitAbstract:focus {
    background: rgba(102, 187, 106, 1.0);
    border-color: rgba(56, 142, 60, 1.0);
    color: #ffffff;
}

#btnNext {
    float: right;
}

#btnBack {
    background: rgba(30, 54, 60, 1.0);
    border-color: rgba(30, 54, 60, 1.0);
    color: #ffffff;
    width: auto;
    padding: 9px 24px;
    display: inline-block;
    height: auto;
    text-transform: uppercase;
    font-size: 1.2rem !important;
    margin-top: 25px;
    margin-left: 0;
    margin-bottom: 0px;
}

#btnBack:hover,
#btnBack:focus {
    background: rgba(30, 54, 60, 0.8);
    border-color: rgba(30, 54, 60, 0.9);
}

button[data-process="previewProcess"] {
    background: #efefef;
    border-color: rgba(00, 00, 00, 0.1);
    color: rgba(30, 54, 60, 1.0);
    width: auto;
    padding: 13px 24px;
    display: inline-block;
    height: auto;
    text-transform: uppercase;
    font-size: 1.2rem !important;
    margin-top: 25px;
    margin-right: 5px;
}

.authorTypeSelection a {
    width: auto;
    padding: 12px 14px;
    display: inline-block;
    height: auto;
    font-size: 0.9rem !important;
    background: rgba(153, 207, 233, 1.0);
    border-color: rgba(153, 207, 233, 1.0);
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(30, 54, 60, 0.3);
}

.authorTypeSelection a:hover,
.authorTypeSelection a:focus {
    background: rgba(153, 207, 233, 0.8);
    border-color: rgba(153, 207, 233, 0.9);
    color: #ffffff;
}

.author-listing {
    background: rgba(239, 204, 59, 1.0) !important;
    color: #333333 !important;
    font-weight: bold;
    font-size: 0.9rem !important;
    padding: 12px 14px;
}

.author-listing:hover {
    background: rgba(239, 204, 59, 0.8);
}

.userlistdisplay .form-group {
    padding: 0px 15px;
    width: auto;
}

.userlistdisplay .form-group label select {
    width: auto;
    height: auto;
}

/*****************************************************************
NAVIGATION
*****************************************************************/
/* layout */
#navigation {
    width: 285px;
    float: left;
    position: sticky;
    top: 144px;
}

#navigation ul.main-nav li div.sideSubNav ul {
    margin-left: 0 !important;
}

#navigation ul.main-nav li div.sideSubNav {
    width: 98% !important
}

#navigation ul.main-nav li div.panel-heading a {
    background: rgba(172, 38, 35, 1.0);
    color: #ffffff;
}

#navigation ul.main-nav li div.panel-heading a:hover,
#navigation ul.main-nav li div.panel-heading a:focus {
    background: rgba(172, 38, 35, 0.8);
    color: #ffffff;
}

#navigation ul.main-nav li div.sideSubNav ul li a {
    background: rgba(41, 41, 43, 1.0);
    color: #ffffff;
}

#navigation ul.main-nav li div.sideSubNav ul li a:hover,
#navigation ul.main-nav li div.sideSubNav ul li a:focus {
    background: rgba(41, 41, 43, 0.8);
    color: #ffffff;
    font-weight: normal !important;
}

#navigation ul.main-nav li div.sideSubNav {
    background: transparent;
}

#navigation ul.main-nav li div.sideSubNav ul li ul li a {
    background: #efefef;
    color: rgba(30, 54, 60, 1.0);
    border: 1px solid rgba(00, 00, 00, 0.1);
    font-size: 1rem;
}

ul.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0 !important;
    background-color: #ffffff;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

ul.breadcrumb li {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.breadcrumb>li+li:before {
    content: "›";
    margin: 0 8px;
    color: #9e9e9e;
    font-weight: 400;
    font-size: 3rem;
    position: relative;
    top: -5px;
}

ul.breadcrumb li a {
    text-decoration: none;
    color: #555555;
    padding: 4px 10px;
    border-radius: 25px;
    transition: background-color 0.2s;
    cursor: pointer;
}

ul.breadcrumb li a:hover,
ul.breadcrumb li a:focus,
ul.breadcrumb li.active-breadcrumb a {
    background-color: rgba(00, 00, 00, 0.04);
    color: #555555;
}

ul.breadcrumb li.active-breadcrumb,
ul.page-breadcrumb li.active-breadcrumb {
    font-size: 1rem !important;
    font-weight: normal !important;
}

/*****************************************************************
CONTENT
*****************************************************************/
/* layout */
#main {
    min-height: 865px;
}

#pa {
    width: 80%;
    margin: 0px auto;
}

/* breadcrumb */
.navBreadcrumb {}

/* navigation buttons */
div.navButtons {}

/* general styles */

.pre-content {
    padding: 10px 15px;
    background: rgba(153, 207, 233, 0.1);
    font-weight: bold;
    border-radius: 6px;
    border: 1px solid rgba(153, 207, 233, 0.5);
    margin: 15px 0px 12px 0px;
    font-size: 1.1rem;
    color: #1e363c;
}

/*****************************************************************
FOOTER
*****************************************************************/
/* layout */
#footer {
    height: 100%;
    overflow: hidden;
    padding: 25px;
    background: #2a2b2d;
    border-top: 20px solid rgba(172, 38, 35, 1.0);
    color: #ffffff;
}

#inner-footer {
    width: 80%;
    margin: 0 auto;
    margin-top: 39px;
}

/* menu */
#footLinks {
    color: #ffffff;
}

#footer a {
    color: #ffffff !important;
}

/*****************************************************************
PAGE SPECIFIC
*****************************************************************/
/* SUPPORT FORM */

/*****************************************************************
Custom
- set the custom field display options
*****************************************************************/

input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    height: auto !important;
}

.btn {
    width: auto;
    height: auto;
}

input#submission\[9320\]-35797,
input#submission\[9320\]-35786,
input#submission\[9320\]-35800 {
    margin-left: 15px;
}

#ers {
    background: url('https://events.decorporate.ca/CPA2025/abstract/download.php?t=document&f=1272&y=ZmlsZUlkPTEyNzI=') no-repeat center center;
    height: 68px;

}

#tagline {
    color: rgba(255, 255, 255, 0.8);
    padding-top: 15px;
}

#footLinks {
    height: 100%;
    overflow: hidden;
    width: 70%;
    float: left;
    margin-left: 0 !important;
    margin-top: 0px;
}

.copyright {
    margin-top: 0px !important;
}

div.ui-sortable div.sortable {
    position: relative;
    padding: 10px;
    background: rgba(153, 207, 233, 0.1);
    border: 2px solid rgba(153, 207, 233, 0.5);
    border-radius: 4px;
    margin: 15px;
}

#main ul.author-option {
    position: absolute;
    top: 0px;
    right: 6px;
    margin: 0px;
    padding: 0px;
}

#main ul.author-option li {}

#main ul.author-option li a {
    padding: 7px 4px;
    width: auto !important;
    height: auto !important;
    color: rgba(41, 41, 43, 1.0);
    background: #ffffff;
}

#main ul.author-option li.dropdown-menu a {
    padding: 7px 4px;
    width: auto !important;
    height: auto !important;
    color: rgba(30, 54, 60, 1.0);
    background: #ffffff;
}

div.ui-sortable div.sortable h4 {
    font-weight: bold !important;
    color: #666666 !important;
    font-size: 1vw !important;
    margin: 7px !important;
    display: block !important;
    width: 92%;
}

div.ui-sortable div.sortable p {
    display: none;
}

div.ui-sortable div.sortable p.author-information {
    display: block !important;
    margin: 0px 8px !important;
    font-size: 1.1rem !important;
}

div.ui-sortable div.sortable br.clear {
    display: none;
}

.author-name-display {
    float: none;
}

div.ui-sortable div.sortable:hover {
    background: rgba(153, 207, 233, 0.3);
    border: 2px solid rgba(153, 207, 233, 0.5);
}

#content-login ul {
    list-style: none !important;
}

button[data-process="previewProcess"] {
    background: #f0cd3b;
    border-color: #e2c139;
    text-shadow: 1px 1px 4px rgba(159, 136, 42, 0.8);
    color: #ffffff;
}

button[data-process="previewProcess"]:hover,
button[data-process="previewProcess"]:focus {
    background: #e2c139;
    border-color: #e2c139;
    color: #ffffff;
}

@media (max-width: 599px) {

    html,
    body {
        line-height: normal !important;
    }

    #pa {
        width: 92%;
        margin: 0px auto;
    }

    .parent-list ul.search-group {
        margin: 0px !important;
    }

    #main h3 {
        font-size: 1.1rem;
        margin: 15px;
        text-align: center;
        line-height: 1.5rem;
    }

    .row {
        margin: 0px;
    }

    .row.well.list-group-item {
        margin: 15px 0px;
    }

    #header {
        max-height: 174px;
    }

    #header:before {
        height: 102px;
        width: 135px;
        z-index: 9;
    }

    #header:after {
        width: 361px;
        max-height: 114px;
    }

    #header h1 {
        display: none;
    }

    #header h2 {
        padding-left: 0px;
        color: #ffffff;
        font-size: 1.2rem;
        display: block;
        z-index: 9;
        position: relative;
        text-align: left;
        min-height: 100px;
        padding-top: 10vh;
    }

    .row.well.list-group-item .well {
        padding: 0px;
    }

    #main h2 {
        font-size: 134%;
        margin: 20px 0px;
        background: #1e363c;
        padding: 15px 20px;
        border-radius: 12px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 1px 1px 3px rgba(00, 00, 00, 0.6);
        letter-spacing: 1px;
    }

    #searchbox .search-area {
        display: grid;
        grid-template-columns: 67vw 1fr;
        gap: 12px;
        justify-items: center;
        align-items: center;
        margin: 15px 0px !important;
        width: 00%;
    }

    #searchbox .search-area #clear {
        background: #c0392b;
        color: #ffffff;
        border-color: #c0392b;
    }

    #searchbox .search-area #clear:hover,
    #searchbox .search-area #clear:focus {
        background: rgba(231, 76, 60, 1.0);
    }
}

@media (min-width: 599px) and (max-width: 1199px) {

    html,
    body {
        line-height: normal !important;
    }

    #pa {
        width: 92%;
        margin: 0px auto;
    }

    .parent-list ul.search-group {
        margin: 0px !important;
    }

    #main h3 {
        font-size: 1.1rem;
        margin: 15px;
        text-align: center;
        line-height: 1.5rem;
    }

    .row {
        margin: 0px;
    }

    .row.well.list-group-item {
        margin: 15px 0px;
    }

    #header {
        max-height: 174px;
    }

    #header:before {
        height: 102px;
        width: 135px;
        z-index: 9;
    }

    #header:after {
        width: 361px;
        max-height: 114px;
    }

    #header h1 {
        display: none;
    }

    #header h2 {
        padding-left: 0px;
        color: #ffffff;
        font-size: 1.2rem;
        display: block;
        z-index: 9;
        position: relative;
        text-align: left;
        min-height: 100px;
        padding-top: 10vh;
    }

    .row.well.list-group-item .well {
        padding: 0px;
    }

    #main h2 {
        font-size: 134%;
        margin: 20px 0px;
        background: #1e363c;
        padding: 15px 20px;
        border-radius: 12px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 1px 1px 3px rgba(00, 00, 00, 0.6);
        letter-spacing: 1px;
    }

    #searchbox .search-area {
        display: grid;
        grid-template-columns: 70vw 1fr;
        gap: 0px;
        justify-items: center;
        align-items: center;
        margin: 15px 0px !important;
        width: 00%;
    }

    #searchbox .search-area #clear {
        background: #c0392b;
        color: #ffffff;
        border-color: #c0392b;
    }

    #searchbox .search-area #clear:hover,
    #searchbox .search-area #clear:focus {
        background: rgba(231, 76, 60, 1.0);
    }
}

#content-login,
#content-register {
    transition: opacity 0.6s ease, transform 0.6s ease;
}

p[data-field-value-id="submission[11641]-40373"]:before {
    content: "Ceremony";
    font-size: 1rem;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
    display: block;
    left: -25px;
    position: relative;
}

a.field-popup-information {
    display: inline-block;
    margin: 0px 0px 0px 11px;
    clear: both;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    text-indent: -9999px;
    position: relative;
    transition: all 0.3s ease;
}

a.field-popup-information:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
    text-indent: 0px;
    color: rgba(52, 152, 219, 1.0);
    font-size: 1.5rem;
    content: "\f05a";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all 0.3s ease;
}

a.field-popup-information:hover:before {
    transform: scale(1.2);

    transition: all 0.3s ease;
}

#spinner {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    /* center in container */
    background: none;
    text-indent: -9999px;
}

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

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

.modal.userNew .modal-footer {
    display: none;
}

#modalFormLoadSave .modal-footer {
    display: block !important;
}

.modal.userNew .modal-header .close span {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    text-indent: -9999px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 0;
}

.modal.userNew .modal-header .close span:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.5rem;
    content: "\f057";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    transition: all 0.3s ease;
    text-indent: 0px;
    color: rgba(192, 57, 43, 1.0);
    opacity: 1;
}

.modal.userNew .modal-header .close:hover span:before {
    transform: scale(1.2);
    transition: all 0.3s ease;
    color: rgba(192, 57, 43, 1.0);
    opacity: 1;
}

.close {
    opacity: 1 !important;
}

div.modal-body p,
div.modal-body p span,
div.modal-body p span span {
    font-size: 1rem !important;
    font-family: 'Open Sans', sans-serif !important;
    line-height: 1.9rem !important;
}

h4.modal-title {
    color: rgba(172, 38, 35, 1.0);
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
}

.systemMsg {}

.systemMsg fieldset {
    padding: 0px !important;
    display: grid;
}

.systemMsg fieldset ul {
    margin: 0px !important;
    padding: 0px !important;
    list-style: none;
}

.systemMsg fieldset ul.notice {
    background: none;
}

.systemMsg fieldset ul li {}



div.systemMsg ul.notice li,
div.systemMsg ul.warning li,
div.systemMsg ul.error li,
div.systemMsg ul.success li,
div.success.systemMsg ul li {
    background: none;
    padding: 15px 15px 15px 74px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
    position: relative;
    margin: 10px 0 !important;
}

div.success.systemMsg ul {
    margin: 15px 0px !important;
    padding: 0px !important;
}

div.systemMsg ul.notice li:before,
div.systemMsg ul.warning li:before,
div.systemMsg ul.error li:before,
div.systemMsg ul.success li:before,
div.success.systemMsg ul li:before {
    display: grid;
    width: 62px;
    height: 63px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px 0px 0px 6px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    align-items: center;
    content: "";
}

div.systemMsg ul.notice li:before {
    content: "\f05a";
    background: rgba(52, 152, 219, 1.0);
}

div.systemMsg ul.warning li:before {
    background: rgba(241, 196, 15, 1.0);
    content: "\f071";
}

div.systemMsg ul.error li:before {
    background: rgba(231, 76, 60, 1.0);
    content: "\f06a";
}

div.systemMsg ul.success li:before,
div.success.systemMsg ul li:before {
    background: rgba(26, 188, 156, 1.0);
    content: "\f058";
}


div.systemMsg ul.notice,
div.field.message.notice div.fieldBody,
div.field.message.notice div.field-body {
    background: none;
    /*background-image: url(../image/notice.jpg);*/
}

div.systemMsg ul.warning,
div.field.message.warning div.fieldBody,
div.field.message.warning div.field-body {
    background: none;
    /*background-image: url(../image/warning.jpg); */
}

div.systemMsg ul.error,
div.field.message.error div.fieldBody,
div.field.message.error div.field-body {
    background: none;
    /*background-image: url(../image/error.jpg); */
}

div.systemMsg ul.success,
div.field.message.success div.fieldBody,
div.field.message.success div.field-body,
div.success.systemMsg ul {
    background: none;
    /*background-image: url(../image/success.jpg); */
}

.field-information-display {
    color: rgba(192, 57, 43, 1.0);
    border-color: rgba(192, 57, 43, 1.0);
}

ul.options {
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block;
}

ul.options li>a{
    background: #FAFAFA;
    padding: 15px 25PX;
    font-size: 1.1rem;
    BORDER-RADIUS: 38PX;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #292728;
    position: relative;
    transition: all 0.3s ease;
    transform: scale(1);
}

ul.options li>a.chair-btn{
    padding: 15px 41px 15px 25px;
}

ul.options li>a:hover,
ul.options li>a:focus{
    font-weight:normal !important;
    transition: all 0.3s ease;
    border-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu.actionItems li>a:hover,
.dropdown-menu.actionItems li>a:focus{
    transition: all 0.3s ease;
    transform: scale(1.1) !important;
    background:#555555;
    color:#ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu.actionItems li>a:after{
    display:none;
}
ul.options li>a .caret{
    display:none;
}
ul.options li>a:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.2rem;
    position: absolute;
    display: block;
    content: "\f0d7";
    right: 19px;
}

.dropdown-menu.actionItems{
background: rgba(41, 41, 43, 1.0);
    border: none;
    box-shadow: none;
    padding: 15px;
    border-radius: 25px;
}
.dropdown-menu.actionItems li{
    margin:8px 0px;
    background:transparent;
}

.dropdown-menu.actionItems li a{
    background:transparent;
    color:#ffffff;
}
/*
ul.options li>a {
    width: 36px;
    height: 30px;
    text-align: center;
    padding: 0;
    display: flex;
    line-height: normal;
    font-size: 1.2rem;
    background: #ffffff;
    border: 1px solid rgba(00, 00, 00, 0.1);
    box-shadow: 0px 0px 3px rgba(00, 00, 00, 0.1);
    margin: 0px 10px;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
}

ul.options li>a .caret {
    display: none;
}

ul.options li>a.chair-btn {
    text-indent: -99999px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0;
    align-items: center;
    font-size: 2rem;
}

ul.options li>a.chair-btn:before {
    display: inline-block;
    text-indent: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

ul.options li>a span.glyphicon.glyphicon-cog {
    margin: auto;
    text-decoration: 0px;
    position: relative;
    text-indent: 0;
}

ul.options li>a.chair-btn:before,
ul.options li>a span.glyphicon.glyphicon-cog:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.2rem;
    content: "\f141";
    color: rgba(172, 38, 35, 1);
    text-indent: 0px;
    display: inline-block;
}

ul.options li>a ul.actionItems li a {
    color: #333333 !important;
    text-indent: 0 !important;
}
*/


.modalset.notification:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.2rem;
    display: inline-block;
    content: "\f674";
    margin-right: 10px;
}

ul.options li>a:hover {
    background: #f1f1f1 !important;
    color: #555555 !important;
}

a.dl-multi,
#reviewer-listing-block-40290 .btn-primary {
    border: 3px solid rgba(39, 174, 96, 1.0);
    background: rgba(39, 174, 96, 0.8);
    padding: 15px 22px;
    font-size: 1.1rem;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(00, 00, 00, 0.3);
    border-radius: 50px;
    transition: all 0.3s ease;
    transform: scale(1);
    font-weight: normal !important;
}

a.dl-multi:hover,
a.dl-multi:focus,
#reviewer-listing-block-40290 .btn-primary:hover,
#reviewer-listing-block-40290 .btn-primary:focus {
    transition: all 0.3s ease;
    transform: scale(1.1);
    border: 3px solid rgba(39, 174, 96, 1.0);
    background: rgba(39, 174, 96, 1);
    color: #ffffff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    font-weight: normal !important;
}

a.dl-multi:before,
#reviewer-listing-block-40290 .btn-primary:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.2rem;
    content: "\f019";
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.modalset.notification {
    margin: 15px 0px !important;
    display: inline-block !important;
}

#noteLoad,
.modalset.notification {
    color: #ffffff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    width: auto !important;
    padding: 17px 47px;
    border-radius: 55px;
    margin: 0 auto;
    transition: all 0.3s ease;
    transform: scale(1);
    display: flex;
    font-size: 1.1rem;
}

#noteLoad:hover,
#noteLoad:focus,
.modalset.notification:hover,
.modalset.notification:focus {
    transition: all 0.3s ease;
    transform: scale(1.1);
    color: #ffffff !important;
    background-color: #ed9c28 !important;
    border-color: #d58512 !important;
}

.modalset.notification {
    color: #ffffff !important;
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    width: auto !important;
    padding: 17px 32px 17px 25px;
    border-radius: 55px;
    transition: all 0.3s ease;
    transform: scale(1);
    font-size: 1.1rem;
    text-decoration: none;
}

ul.dropdown-menu {}

ul.dropdown-menu li {}

ul.dropdown-menu li a {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 8px 22px !important;
    margin: 0px 0px !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 1rem !important;
    text-align: left !important;
    text-indent: 0;

}

ul.dropdown-menu li a:before {
    display: none;
}

ul.dropdown-menu li a:hover span.glyphicon.glyphicon-cog:before {}

.dropdown-menu.pull-right {
    right: 10px;
    left: auto;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #555555 !important;
    background-color: #f1f1f1 !important;
    border-color: rgba(00, 00, 00, 0.1) !important;
}

ul.options li.open>a span.glyphicon.glyphicon-cog:before {
    color: #555555;
}

.table.table-summary {
    width: 96%;
    margin: 15px;
}

.container-fluid.summary h4:first-of-type {
    color: rgba(26, 188, 156, 1.0);
}

.form-control {
    height: auto !important;
    font-size: 1rem !important;
}

.total_rows {
    text-align: right;
}

.total_rows span {
    color: rgba(39, 174, 96, 1.0);
}

.btn-group.reviewtraversing {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    width: 100%;
    gap: 0rem;
    margin: 15px auto 40px auto;
    border: none;
}

.btn-group.reviewtraversing .btn-info:nth-of-type(1) {
    color: #ffffff;
    /*
    background: rgba(52, 152, 219, 0.8);
    border-color: rgba(52, 152, 219, 1.0);
    */
    background: rgba(00, 00, 00, 0.8);
    border-color: rgba(00, 00, 00, 1.0);
    text-decoration: none;
}

.btn-group.reviewtraversing .btn-info:nth-of-type(1):hover,
.btn-group.reviewtraversing .btn-info:nth-of-type(1):focus {
    /*background: rgba(52, 152, 219, 1);*/
    background:rgba(172, 38, 35, 1.0);
    border-color:rgba(172, 38, 35, 1.0);
}


.btn-group.reviewtraversing .btn-warning{
    color: #ffffff;
    /*
    background: rgba(243, 156, 18, 0.8);
    border-color: rgba(243, 156, 18, 1.0);
    */
    text-decoration: none;
    background: rgba(00, 00, 00, 0.8);
    border-color: rgba(00, 00, 00, 1.0);
}

.btn-group.reviewtraversing .btn-warning:hover,
.btn-group.reviewtraversing .btn-warning:focus {
    /*background: rgba(243, 156, 18, 1);*/
    background:rgba(172, 38, 35, 1.0);
    border-color:rgba(172, 38, 35, 1.0);
}

.btn-group.reviewtraversing .btn-info:nth-of-type(3) {
    color: #ffffff;
    /*
    background: rgba(39, 174, 96, 0.8);
    border-color: rgba(39, 174, 96, 1.0);
    text-decoration: none;
    */
    background: rgba(00, 00, 00, 0.8);
    border-color: rgba(00, 00, 00, 1.0);
}

.btn-group.reviewtraversing .btn-info:nth-of-type(3):hover,
.btn-group.reviewtraversing .btn-info:nth-of-type(3):focus {
    /*background: rgba(39, 174, 96, 1.0);*/
    background:rgba(172, 38, 35, 1.0);
    border-color:rgba(172, 38, 35, 1.0);
}

.btn-group.reviewtraversing .btn-info,
.btn-group.reviewtraversing .btn-warning {
    transition: all 0.3s ease;
    transform: scale(1);
}

.btn-group.reviewtraversing .btn-info:hover,
.btn-group.reviewtraversing .btn-info:focus,
.btn-group.reviewtraversing .btn-warning:hover,
.btn-group.reviewtraversing .btn-warning:focus {
    transition: all 0.3s ease;
    transform: scale(1.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    font-weight: normal;
}

#submitGradeBttn {
    text-align: center;
    margin:15px;
    display: block;
}

#submitGradeBttn #submitGrade {
    padding: 18px 32px;
    font-size: 1.1rem;
    border-radius: 35px;
    background: rgba(39, 174, 96, 1.0);
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(00, 00, 00, 0.4);
    border: 3px solid #1e854a;
    transition: all 0.3s ease;
    transform: scale(1);
}

#submitGradeBttn #submitGrade:hover,
#submitGradeBttn #submitGrade:focus {
    transition: all 0.3s ease;
    transform: scale(1.1);
    background: rgba(39, 174, 96, 1.0);
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(00, 00, 00, 0.4);
    box-shadow: 0px 0px 7px rgba(00, 00, 00, 0.3);
}

.table-summary table{
    border:none;
    border-color: transparent;
}


.alert-dismissable{
      display: flex;
  align-items: center;
  justify-content: space-between;
}
.alert-dismissable p {
  margin: 0;
}



.alert-dismissable .close {
    position: relative;
    top: 0px;
    right: -21px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(192, 57, 43, 1.0);
    color: #ffffff;
    text-shadow: none;
    font-size: 2rem;
    transition: all 0.3s ease;
    transform: scale(1);
    line-height: 1rem;
}

.alert-dismissable .close:hover,
.alert-dismissable .close:focus{
    transition:all 0.3s ease;
    transform:scale(1.1);
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}