/* 
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/css?family=Nunito+Sans:200,300,400,600,700,800,900|Nunito:200,300,400,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:300,400,600,700,800|Oswald:300,400,500,600,700|Raleway:300,400,500,600,700,800,900|Roboto+Slab:300,400,700|Slabo+27px");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap");

html {
    font-size: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
    font: 1.1rem 'Open Sans', Arial, Helvetica, sans-serif !important;
}

p {
    margin: 15px;
}

a,
a:active,
a:visited {
    color: rgba(76, 168, 189, 1);
    text-decoration: none;
    font-weight: bold;
}

a:hover,
a:focus {
    color: rgba(76, 168, 189, 1);
    text-decoration: underline;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    color: #454548;
    background: #FAFAFA;
}

label {
    margin-top: 5px;
    font-weight: bold;
    padding-top: 3px;
}

#wrapper {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    border: none;
    box-shadow: none;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* full viewport height */
}

#wrapper>#pa,
#header .inner-element,
#footer .inner-element {
    width: 100% !important;
    max-width: 80%;
    margin: 0px auto !important;
}

#pa {
    flex: 1;
}

#wrapper>#pa {
    padding: 4% 0;
}

#pa.login-page {
    max-width: 30% !important;
    padding: 4% 0;
}

/*****************************************************************
HEADER
*****************************************************************/
/* layout */
#header {
    position: sticky;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: auto;
    background: #ffffff;
    border-bottom: 40px solid #4da8bd;
    padding: 5px;
    box-shadow: 0px 3px 6px rgba(00, 00, 00, 0.3);
}

#header div.inner-element {
    height: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center;
}

#header div.inner-element img {
    float: none;
    padding: 10px;
}

#header h1 {
    text-align: right;
    color: #454548;
    position: relative;
}

#header h2 {
    display: none;
}

#user {
    top: 0px;
    padding-right: 19px;
}

#user a,
#user a:hover {
    color: #3890c2;
}

#user li {
    border-color: #cccccc;
}

/* styles */
#header h1,
#header h2 {}

#user {}

/*****************************************************************
NAVIGATION
*****************************************************************/
/* layout */
#navigation {
    width: 100%;
    float: none;
    position: sticky;
    top: 200px;
    z-index: 99;
}

/*****************************************************************
CONTENT
*****************************************************************/
/* layout */
#main {
    margin: 0px;
    width: 100%;
    padding: 0px;

    border-radius: 25px;
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.1);
    padding: 26px 40px !important;
}

#main h2 {
    margin: 1.4rem 1rem 1.3rem 0;
    font-size: 1.4rem !important;
    font-weight: normal;
    border-bottom: 2px solid #4da8bd;
    padding: 6px 6px 6px 0px;
    line-height: normal;
    height: auto;
}

#main h4 {
    color: #0c8400;
    font-weight: bold;
}

#main>h2 {
    font-size: 1.6rem !important;
    margin: 0;
    font-weight: bold;
    background: rgba(77, 168, 189, 0.8);
    padding: 15px 25px;
    color: #ffffff;
    border-radius: 45px;
    box-shadow: 0px 0px 8px rgba(00, 00, 00, 0.2);
    border: 2px solid rgba(77, 168, 189, 1);
    line-height: normal;
}

/* breadcrumb */
.navBreadcrumb {}

/* navigation buttons */
div.navButtons {}

/* general styles */


/*****************************************************************
FOOTER
*****************************************************************/
/* layout */
#footer {
    font-size: 100%;
    background: #4da8bd;
    color: #ffffff;
}

/* menu */
#footLinks {
    margin: 0px;
}

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

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

#header h1 {
    margin: 0px;
    padding: 0px;
}

a.author-btn,
#submitAbstract {
    width: auto;
    padding: 11px 15px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    height: auto;
    margin: 10px 0px;
    border: 1px solid transparent;
}



#loginbtn,
#registerbtn {
    color: #fff;
    background-color: #28a745;
    border: 1px solid #28a745;
    display: inline-block;
    width: auto;
    height: auto;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 11px 20px;
    font-size: 16px;
    line-height: 24px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    outline: none;
}

p.lostPassword,
p.createAccount {
    margin: 20px 15px 15px 0px;
}

p.lostPassword a,
p.createAccount a {
    background: none;
    padding: 0px;
    border: none;
    color: #333333;
    text-decoration: none;
}

div.login h2,
div.authorTypeSelection div p>span.author_type {
    font-size: 2.05rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: "Nunito Sans", sans-serif;
    color: #212529;
    padding-bottom: 10px;
    border-bottom: 5px solid #000;
}

div.systemMsg ul.notice li:before,
div.systemMsg ul.success:before,
#authorPaperList div.systemMsg ul.notice li p:before,
#authorPaperList div.systemMsg ul.success li p:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.systemMsg ul {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
    background-image: none !important;
    margin: 0px !important;
    border-radius: 15px !important;
    display: flex;
}

div.systemMsg ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

div.systemMsg ul,
h4.loggedOut {
    padding: 15px;
    margin: 0px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
}

div.systemMsg ul.success,
h4.loggedOut {
    color: #3c763d;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    background-image: none;
}

div.systemMsg ul.notice {
    color: #31708f;
    background-color: #d9edf7;
    border-color: 1px solid #bce8f1;
    background-image: none;
}

.btn-info {
    color: #ffffff !important;
    background-color: #5bc0de !important;
    border-color: 1px solid #46b8da !important;
}

.btn-info:hover,
.btn-info:focus {
    color: #ffffff !important;
    background-color: #31b0d5 !important;
    border-color: 1px solid #269abc !important;
    outline: none !important;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/asset/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
    src: url("/asset/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/asset/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/asset/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/asset/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/asset/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyConferencesuite_Alliance';
    src: url("/asset/fonts/font-icon/fonts/MyConferencesuite_Alliance.eot?z1yefj");
    src: url("/asset/fonts/font-icon/fonts/MyConferencesuite_Alliance.eot?z1yefj#iefix") format("embedded-opentype"), url("/asset/fonts/font-icon/fonts/MyConferencesuite_Alliance.ttf?z1yefj") format("truetype"), url("/asset/fonts/font-icon/fonts/MyConferencesuite_Alliance.woff?z1yefj") format("woff"), url("/asset/fonts/font-icon/fonts/MyConferencesuite_Alliance.svg?z1yefj#MyConferencesuite_Alliance") format("svg");
    font-weight: normal;
    font-style: normal;
}

.well ol,
.well ul {
    margin: inherit;
    padding: 0px;
    margin-left: 30px;
    margin-bottom: 15px;
}

.well ol li,
.well ul li {
    margin: inherit;
    padding: inherit;
    line-height: normal;
    padding: 5px !important;
    margin: 0px;
}

.well ol,
.well ol li {
    list-style: decimal;
}

.well ul,
.well ul li {
    list-style: disc;
}

.btn-sm,
.btn-xs {
    padding: 3px 8px 3px 5px;
    font-size:0.9rem;
}

table.table-summary td a.btn-sm{
        display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 13px 35px;
    background: #4da8bd;
    color: #ffffff;
    font-weight: normal;
    border-radius: 55px;
    transition: all 0.3s ease;
    transform: scale(1);
    border: 2px solid #ffffff;
    font-size: 0.9rem;
}
table.table-summary td a.btn-sm:hover,
table.table-summary td a.btn-sm:focus{
    box-shadow: 0px 2px 10px rgba(00, 00, 00, 0.1);
    transform: scale(1.075);
    text-decoration: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0px;
    min-height: auto;
    outline: none;
        width: 20px;
    height: 20px;
    /*
width: 18px;
height: 18px;
    */
}
textarea.form-control {
    height: auto;
    margin: 0 15px;
    width: 82%;
    border-radius: 10px;
}
#wrap p{
    font-size: unset !important;
}

input[type="radio"]:hover,
input[type="radio"]:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
    outline: none;
}

a.author-btn {
    color: #343a40;
    background-color: transparent;
    border-color: #343a40;
}

a.author-btn:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #ffffff;
}

a.author-btn:focus {
    -webkit-box-shadow: 0 0 0 5px rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 5px rgba(108, 117, 125, 0.5);
}

.btn-group {
    width: 100%;
    text-align: center;
}

.btn-group #submitAbstract {
    float: none !important;
    padding: 15px 20px;
    /*font-size: 1.2rem;*/
    text-transform: uppercase;
    font-weight: bold;
}

#submitAbstract {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    float: right;
}

#submitAbstract:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

#submitAbstract:focus {
    -webkit-box-shadow: 0 0 0 5px rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 5px rgba(72, 180, 97, 0.5);
}

.btn-info:focus {
    -webkit-box-shadow: 0 0 0 5px rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 5px rgba(23, 162, 184, 0.5);
}

#navigation ul li div.panel-heading a.collapsed {
    background: #6c757d;
    color: #fff;
}

#navigation ul li div.panel-heading a,
#navigation ul li div.panel-heading a:hover {
    background: transparent;
    color: #343a40;
}

div.sideSubNav {
    background: transparent;
}

div.sideSubNav li a {
    background: transparent;
    font-size: 16px;
    color: #333333;
}

div.sideSubNav li a:hover {
    text-decoration: underline;
    color: #333333;
    background: transparent;
}

div.login #page #content-login,
div.login #page #content-register {
    width: 85%;
    margin: 0px auto;
    margin-top: 25px;
}

div.login #page #content-login div.content,
div.login #page #content-register div.content {
    width: 100%;
}

div.login #page #content-login input,
div.login #page #content-register input {
    margin-bottom: 15px;
}

#content-register {
    right: 0px;
}

#pa.login-page h2 {
    margin: 0 0 25px 0px;
    padding: 0 0 9px 0px;
}


#loginbtn:hover,
#registerbtn:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    outline: none;
}

#loginbtn:focus,
#registerbtn:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 4px rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 4px rgba(72, 180, 97, 0.5);
}

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

p.lostPassword a:focus,
p.createAccount a:focus {
    outline: none;
}


div.systemMsg ul.notice li:before,
div.systemMsg ul.success:before,
#authorPaperList div.systemMsg ul.notice li p:before,
#authorPaperList div.systemMsg ul.success li p:before {
    content: "\f05a";
    margin-right: 10px;
    font-size: 2rem;
    position: relative;

}

div.systemMsg ul.notice li p {
    margin: 0px;
    font-size: 1.2rem;
}

div.systemMsg ul.success:before {
    content: "\f058";
    float: left;
    top: -3px;
}

#authorPaperList div.systemMsg ul.notice li p:before,
div.systemMsg ul.success li p:before {
    float: left;
    top: 0px;
}

#authorPaperList div.systemMsg ul.notice li:before,
div.systemMsg ul.success li:before {
    content: "";
    display: none;
}

div.authorToPaperDisplay h4 span.errorReqFields {
    color: #a94442 !important;
    display: block;
    font-size: 14px;
    background: #f2dede;
    border: 1px solid #ebccd1;
    padding: 5px;
    border-radius: 4px;
    margin: 5px 0px;
}

#authorPaperList div.newAuthor {
    position: relative;
}

#authorPaperList div.newAuthor ul.author-option {
    position: absolute;
    top: 5px;
    right: 5px;
}

#authorPaperList div.newAuthor ul.author-option li>a {
    color: #ffffff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

#authorPaperList div.newAuthor ul {
    right: 0px !important;
    left: inherit;
    background: #ffffff;
}

#authorPaperList div.newAuthor ul li,
#authorPaperList div.newAuthor ul li a {
    background: none;
    position: relative;
}

#authorPaperList div.newAuthor ul li span.glyphicon {
    position: absolute;
    right: 5px;
    top: 7px;
}

div.modal-content h4.create {
    /*display: none !important;*/
}

div.modal-dialog {
    width: 75%;
}

div.modal-dialog table {
    /*width:auto !important;*/
    min-width: inherit !important;
    max-width: inherit !important;
}

div.modal-dialog table tr td img {
    width: 100%;
}

div.modal-dialog div.field {
    margin: 10px auto;
}

div.modal-dialog div.field table.table-row{
    width:100%;
}

#authorPaperList div.sortable {
    border: 1px solid #cccccc;
    margin: 10px 0px;
    border-radius: 4px;
}

div.modal-footer .btn-default,
div.modal-footer .btn-primary {
    outline: none;
}

div.modal-footer .btn-default {
    color: #fff !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

div.modal-footer .btn-default:hover,
div.modal-footer .btn-default:focus {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
    outline: none !important;
}

div.modal-footer .btn-primary {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #255625 !important;
}

div.modal-footer .btn-primary:hover,
div.modal-footer .btn-primary:hover {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #398439 !important;
    outline: none !important;
}

label.error {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-weight: normal;
    font-size: 16px;
    margin: 5px 0px;
    display: block;
}

h4.loggedOut {
    text-align: center;
}

#footer {
    /*background: url('https://events.decorporate.ca/GeoConvention2024/abstract/download.php?t=document&f=929&y=ZmlsZUlkPTkyOQ==') no-repeat top center #ffffff;*/
    padding: 0;
    border-top: none;
    height: auto;
}

#footer:before {
    display: block;
    content: "GeoConvention 2026";
    background: #3890c2;
    padding: 12px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

#footer #inner-footer {
    padding: 100px 0px;
    display: grid;
    align-items: center;
    max-width: 80% !important;
    grid-template-columns: 50% 50%;
}

#footer #inner-footer #footLinks {
    display: flex;
    justify-content: right;
}

#ers {
    background: none;
    position: relative;
    display: none;
}

#tagline {
    padding: 0px;
    font-size: 1.6rem;
    line-height: normal;
    margin: 0px;
    color: #ffffff;
}

#tagline:before {
    font-family: 'MyConferencesuite_Alliance' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    color: rgba(255, 255, 255, 0.8);
    font-size: 55px;
    position: absolute;
    left: -78px;
}

#footer a {
    color: #ffffff;
}

.copyright {
    text-align: left;
    display: flex;
    justify-content: left;
    margin: 10px 0px 0px 0px;
}

/* Field Specific Settings */
div.fieldValues p {
    margin: 0 0 10px;
}

div.fieldValues p label {
    /*display: none;*/
}

span.ui-combobox,
.ui-autocomplete,
.ui-front ui-menu,
.ui-widget ui-widget-content {
    width: 100% !important;
}

.ui-combobox-button {
    border: 1px solid #ccc !important;
    position: absolute !important;
    width: 1.8em !important;
    margin-left: -1px !important;
    top: 1px !important;
    bottom: 0 !important;
    right: 1px !important;
    height: 32px !important;
    border-radius: 0px 4px 4px 0px !important;
}

.ui-combobox-button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f103";
    color: #333333;
    font-size: 18px;
    line-height: normal;
}

ul.ui-autocomplete {
    top: 34px;
    left: -20px;
    width: 100%;
    box-shadow: 0px 3px 5px rgba(00, 00, 00, 0.3);
}


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #cccccc !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ecf0f1+33,cbd1d6+100 */
    background: #ecf0f1 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ecf0f1 33%, #cbd1d6 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ecf0f1 33%, #cbd1d6 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ecf0f1 33%, #cbd1d6 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf0f1', endColorstr='#cbd1d6', GradientType=0) !important;
    /* IE6-9 */
    font-weight: normal !important;
    color: #212121 !important;
}

table.html-output.column,
table.html-output.column tbody {
    width: 100%;
}

table.html-output.column tbody td {
    width: 30%;
    padding: 5px 3%;
}

#main ul {
    margin: 15px 50px;
}

#main ul li {
    margin: 8px 10px;
}

#main ul.options,
#main ul.options ul {
    left: auto;
    right: 0px;
    margin: 0px;
}

p.descriptionBox {
    font-size: 120%;
    text-align: justify;
    padding: 15px 0 0;
}

/* online schedule */
div.m-seminar-list__list__items__item__title {}

div.m-seminar-list__list__items__item__title div.list-item-description {
    display: none;
}

div.detailDisplay {
    display: none;
}

div.outlineDisplay a.toggle_div,
div.outlineDisplay a.toggle_div:link,
div.outlineDisplay a.toggle_div:visited,
div.outlineDisplay a.toggle_div:hover,
div.outlineDisplay a.toggle_div:active {
    text-decoration: none;
}


#main form li {
    padding-left: 3%;
    margin-left: 0px;
}

#main form li:hover,
#main form li a:hover {
    border: none;
}

div[data-id="7890"] p.descriptionBox,
div[data-id="7890"] .blank_space,
div[data-id="7896"] p.descriptionBox,
div[data-id="7896"] .blank_space {
    display: none;
}


h3.field-header {
    color: rgba(56, 144, 194, 1);
    border-bottom: 1px solid rgba(56, 144, 194, 0.3);
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 1.5rem;
    line-height: 2rem;
}

div[data-id="7905"] .field-body p {
    margin-bottom: 0px;
}

a.author-create,
a.author-listing,
.dragdropper .field-values a.btn {
    width: auto;
    height: auto;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
}

a.author-create {
    color: #333333;
    background: rgba(97, 217, 06, 0.8);
    border: 1px solid rgba(97, 217, 06, 1.0);
}

a.author-create:hover,
a.author-create:focus {
    background: rgba(45, 171, 01, 0.9);
    border-color: rgba(45, 171, 01, 1.0);
}

a.author-listing,
.dragdropper .field-values a.btn {
    color: #ffffff;
    background: rgba(76, 168, 189, 0.9);
    border-color: rgba(76, 168, 189, 1.0);
}

a.author-listing:hover,
a.author-listing:focus,
.dragdropper .field-values a.btn:hover,
.dragdropper .field-values a.btn:focus {
    color: #ffffff;
    background: rgba(105, 191, 216, 0.9);
    border-color: rgba(105, 191, 216, 1.0);
}

.dragdropper .field-values a.btn {
    margin: 15px;
}

textarea {
    min-height: 160px;
}

div[data-id="7922"] h3.field-header {
    font-size: 1.2rem;
    text-align: center;
    color: #333333;
    line-height: 1.7rem;
    background: #fcf8e3;
    border: 1px solid #faebcc;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.form-control {
    height: auto;
    line-height: normal;
    font-size: 1.2rem;
}

.field-values p {
    margin: 10px 15px;
}

.userNew .modal-dialog {
    max-width: 75%;

    margin: 0 auto;
}

.modal-dialog .modal-content {
    border-radius: 25px;
    box-shadow: 0px 0px 20px rgba(00, 00, 00, 0.2);
}

p.currentFile {
    font-size: 1.2rem;
    background: #efefef;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgba(00, 00, 00, 0.1);
}

.field.notice {
    color: #3a87ad;
    background-color: #d9edf7;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid #bce8f1 !important;
    border-radius: 4px;
    min-height: auto !important;
    width: 96%;
    margin: 15px;
}

.field.notice h3 {
    margin-top: 0 !important;
}

div.field.message div.field-body {
    min-height: auto;
    margin: 0;
    background: none !important;
    padding: 0;
}

div.ui-sortable div.sortable {
    border: 1px solid rgba(76, 168, 189, 0.2);
    padding: 10px 15px;
    background: rgba(76, 168, 189, 0.2);
    border-radius: 4px;
    margin: 10px auto;
    width: 96%;
    position: relative;
}

div.ui-sortable div.sortable:hover {
    border: 1px solid rgba(76, 168, 189, 0.4);
    background: rgba(76, 168, 189, 0.3);
}

div.ui-sortable div.sortable h4 {
    margin-top: 0px;
}

div.ui-sortable div.sortable .author-information {
    height: 100%;
    overflow: hidden;
    width: 89%;
    float: left;
    margin: 0px;
}

#main ul.author-option {
    list-style-type: none;
    display: inline-block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

#main ul.author-option li a {
    color: #ffffff;
    background-color: rgba(10, 189, 227, 1.0);
    padding: 5px;
    font-size: 1rem;
    text-shadow: 1px 1px 2px rgba(00, 00, 00, 0.3);
    border-radius: 0px 4px 0px 4px;
    border-color: rgba(10, 189, 227, 1.0);
}

#main ul.author-option li a:hover,
#main ul.author-option li a:focus {
    color: #ffffff !important;
    background-color: rgba(52, 135, 155, 1.0) !important;
    padding: 5px !important;
    font-size: 1rem !important;
    text-shadow: none !important;
    border-radius: 0px 4px 0px 4px !important;
    border-color: rgba(52, 135, 155, 1.0) !important;
}

#main ul.author-option li ul li a,
#main ul.author-option li ul li a:hover,
#main ul.author-option li ul li a:focus,
div.ui-sortable div.sortable ul.dropdown-menu a.btn-sm:hover,
div.ui-sortable div.sortable ul.dropdown-menu a.btn-sm:focus,
ul.author-option li ul li a:hover,
ul.author-option li ul li a:focus {
    border: none;
    text-shadow: none;
    margin: 0px;
    padding: 7px 10px !important;
    background: transparent !important;
    color: #333333 !important;
    text-decoration: none !important;
    border-radius: 0px !important;
}

#main ul.author-option li ul li a:hover,
#main ul.author-option li ul li a:focus,
div.ui-sortable div.sortable ul.dropdown-menu a.btn-sm:hover,
div.ui-sortable div.sortable ul.dropdown-menu a.btn-sm:focus,
ul.author-option li ul li a:hover,
ul.author-option li ul li a:focus {
    padding: 7px 10px !important;
    background: transparent !important;
    color: #333333 !important;
    text-decoration: none !important;
    border-radius: 0px !important;
    background-color: rgba(52, 135, 155, 0.2) !important;
}

#main ul.author-option li ul li {
    padding: 0px;
    margin: 0px;
}

.options .dropdown a {
    background: rgba(76, 168, 189, 0.8);
    color: #ffffff;
    border-color: rgba(76, 168, 189, 1);
    padding: 6px 1px;
    font-size: 1rem;
    line-height: normal;
}

.options .dropdown a:hover,
.options .dropdown a:focus {
    background: rgba(76, 168, 189, 1);
    color: #ffffff;
    border-color: rgba(76, 168, 189, 1);
}

.options .dropdown ul li a {
    background: transparent;
    border-radius: 0px;
    border: none;
    color: #333333;
    padding: 9px 9px;
}
#submitGradeBttn{
    text-align: center;
}
#scoringForm table.table-row {
    width: 100% !important;
}

#pa .inner-element:first-of-type {
    display: grid;
    grid-template-columns: 24% 73%;
    gap: 2rem;
    padding: 25px 0px;
}

.inner-element.login {
    display: block !important;
}

#elementHeaderBottom {
    height: auto;
}

#elementHeaderBottom p {
    margin: 0px;
}

#elementHeaderBottom p img {
    float: none;
    width: 100% !important;
}

#navigation ul.main-nav li div.panel-heading a {
    padding: 20px 25px;
    border-radius: 55px;
    color: #ffffff;
    border: 2px solid rgba(77, 168, 189, 1);
    margin: 5px 0px;
    background: rgba(77, 168, 189, 0.8);
    transition: all 0.3s ease;
    transform: scale(1);
    font-size: 1.1rem;
    line-height: normal;
}


#navigation ul.main-nav li div.panel-heading a.collapsed {
    transform: scale(1) !important;
}


#navigation ul.main-nav li div.panel-heading a:hover,
#navigation ul.main-nav li div.panel-heading a:focus {
    transition: all 0.3s ease;
    transform: scale(1.1);
    background: rgba(77, 168, 189, 1);
    border-color: rgba(77, 168, 189, 1);
}

#navigation ul.main-nav li div.panel-heading a.active,
#navigation ul.main-nav li div.panel-heading a.active:hover,
#navigation ul.main-nav li div.panel-heading a.active:focus {
    background: rgba(48, 170, 01, 1);
    border-color: rgba(48, 170, 01, 1);
    transition: all 0.3s ease;
    transform: scale(1.1);
    box-shadow: 0px 0px 10px rgba(48, 170, 01, 0.2);
}

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

#navigation ul.main-nav li div.sideSubNav ul li {
    border: none;
    margin: 0px auto;
}

#navigation ul.main-nav li div.sideSubNav ul li a {
    margin: 2px 0px;
    text-align: left;
    white-space: normal;
    background: rgba(48, 170, 01, 0.8);
    padding: 17px 25px;
    border: 2px solid rgba(48, 170, 01, 1);
    border-radius: 55px;
    font-size: 1.1rem;
    display: block;
    color: #ffffff;
    transition: all 0.3s ease;
    transform: scale(1);
    line-height: normal;
    z-index: 99;
    position: relative;
}

#navigation ul.main-nav li div.sideSubNav ul li a:hover,
#navigation ul.main-nav li div.sideSubNav ul li a:focus {
    transition: all 0.3s ease;
    transform: scale(1.1);
    text-decoration: none;
    background: rgba(48, 170, 01, 1);
    border-color: rgba(48, 170, 01, 1);
    box-shadow: 0px 0px 10px rgba(48, 170, 01, 0.2);
    z-index: 999;
    position: relative;
}

#navigation ul.main-nav li div.sideSubNav ul li a.active,
#navigation ul.main-nav li div.sideSubNav ul li a.active:hover,
#navigation ul.main-nav li div.sideSubNav ul li a.active:focus {
    transform: scale(1.1);
    transition: all 0.3s ease;
    text-decoration: none;
    background: #60d805;
    border-color: #60d805;
    z-index: 999;
    box-shadow: 0px 0px 20px rgba(00, 00, 00, 0.3);
}

li.active-li .panel-heading a,
li.active-li .panel-heading a:hover,
li.active-li .panel-heading a:focus {
    transition: all 0.3s ease !important;
    background: #0c8400 !important;
    border-color: #0c8400 !important;

}

#footLinks li {
    border-right: 1px solid #ffffff;
    color: #ffffff;
}

#footLinks li a,
#footLinks li a.btn {
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
}

#user a,
#user a:hover {
    font-size: 0.9rem;
}

#submitHldr,
.registerButton {
    text-align: center;
}

#submitHldr input,
#pa.login-page #registerbtn {
    padding: 18px 38px;
    font-size: 1.2rem;
    line-height: normal;
    border-radius: 45px;
    transition: all 0.3s ease;
    transform: scale(1);
}

#submitHldr input:hover,
#submitHldr input:focus,
#pa.login-page #registerbtn:hover,
#pa.login-page #registerbtn:focus {
    transition: all 0.3s ease;
    transform: scale(1.2);
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
}

#content-login label,
#content-register label {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 2.1rem;
}

.required {
    color: rgba(192, 57, 43, 1.0);
}

#pa.login-page,
p.lostPassword a,
p.createAccount a {
    font-size: 1.1rem;
}




div[id^="reviewer-listing-block-"] table.table-bordered {
    width: 100%;
    border-collapse: collapse;
}

div[id^="reviewer-listing-block-"] table.table-bordered th,
div[id^="reviewer-listing-block-"] table.table-bordered td {
    border: 1px solid #ccc;
    padding: 0.5rem;
    text-align: left;
}

/* Stack headers above cells */
@media (max-width: 768px) {
    div[id^="reviewer-listing-block-"] table.table-bordered thead {
        display: none;
        /* hide traditional headers on small screens */
    }

    div[id^="reviewer-listing-block-"] table.table-bordered tr {
        display: block;
        margin-bottom: 1rem;
        border-bottom: 2px solid #ccc;
    }

    div[id^="reviewer-listing-block-"] table.table-bordered td {
        display: flex;
        justify-content: space-between;
        padding: 0.5rem;
        position: relative;
        border: none;
        border-bottom: 1px solid #eee;
    }

    div[id^="reviewer-listing-block-"] table.table-bordered td::before {
        content: attr(data-label);
        /* use data-label to show header */
        font-weight: bold;
        text-transform: uppercase;
    }
}

td.truncate {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    /* indicate hoverable */
}

div[id^="reviewer-listing-block-"] table.table-bordered td:nth-child(5) {
    width: 120px !important;
}

div[id^="reviewer-listing-block-"] a.modalset {
    background: rgba(77, 168, 189, 0.8);
    padding: 16px 25px;
    font-size: 1.1rem;
    color: #ffffff;
    border: 2px solid rgba(77, 168, 189, 0.8);
    border-radius: 55px;
    transition: all 0.3s ease;
    transform: scale(1);
}

div[id^="reviewer-listing-block-"] a.modalset:hover,
div[id^="reviewer-listing-block-"] a.modalset:focus {
    transition: all 0.3s ease;
    transform: scale(1.1);
    background: rgba(12, 132, 00, 0.9);
    border-color: rgba(12, 132, 00, 1);
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
}

.custom-column {
    width: 140px !important;
    text-align: center !important;
}

.reviewtraversing a.btn-warning,
#submitGrade{
    BACKGROUND: rgba(00, 00, 00, 0.6);
    border: 2px solid rgba(00, 00, 00, 1);
    color: #ffffff;
    border-radius: 55px;
    padding: 18px 25px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    transform: scale(1);
}

.reviewtraversing a.btn-warning:hover,
.reviewtraversing a.btn-warning:focus,
#submitGrade:hover,
#submitGrade:focus{
    BACKGROUND: rgba(00, 00, 00, 1);
    border: 2px solid rgba(00, 00, 00, 1);
    color: #ffffff;
    transition: all 0.3s ease;
    transform: scale(1.1);
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
}

#submitGrade{
    background:rgba(39, 174, 96,0.8);
    border-color:rgba(39, 174, 96,1.0);
}
#submitGrade:hover,
#submitGrade:focus{
    background:rgba(39, 174, 96,1.0);
    border-color:rgba(39, 174, 96,1.0);
}

h2>br {
    display: none;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 15px;
    border: none;
}

.summary table,
.summary table th,
.summary table td {
    border: none;
}

.table-summary th a.btn-sm {
    font-size: 1rem !important;
}

div[id^="reviewer-listing-block-"] .table>thead>tr>th,
div[id^="reviewer-listing-block-"] .table>thead>tr>td,
div[id^="reviewer-listing-block-"] .table>tfoot>tr>th,
div[id^="reviewer-listing-block-"] .table>tfoot>tr>td {
    font-size: 0.8rem;
}

div[id^="reviewer-listing-block-"] .table>tbody>tr>th,
div[id^="reviewer-listing-block-"] .table>tbody>tr>td {
    font-size: 0.9rem;
    max-width: 110px;
}

div[id^="reviewer-listing-block-"] .table>tbody>tr>td:last-child,
div[id^="reviewer-listing-block-"] .table>thead>tr>th:last-child {
    /* styles for the last column cells */
    text-align: center;
    width: 100px;
}

div[id^="reviewer-listing-block-"] .table>tbody>tr>td:nth-child(2),
div[id^="reviewer-listing-block-"] .table>thead>tr>th:nth-child(2) {
    width: 200px;
}

div[id^="reviewer-listing-block-"] .table>tbody>tr>td:first-child,
div[id^="reviewer-listing-block-"] .table>thead>tr>th:first-child {
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
}

div[id^="reviewer-listing-block-"] .table>tbody>tr>td:nth-last-child(2),
div[id^="reviewer-listing-block-"] .table>thead>tr>th:nth-last-child(2) {
    text-align: center;
    font-size: 0.8rem;
}

div[id^="reviewer-listing-block-"] .table>tbody>tr>td:nth-last-child(2) span {
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 rgba(230, 126, 34, 1.0);
    }

    50% {
        box-shadow: 0 0 20px rgba(230, 126, 34, 1.0);
    }

    100% {
        box-shadow: 0 0 0 rgba(230, 126, 34, 1.0);
    }
}

div[id^="reviewer-listing-block-"] .table>tbody>tr>td:nth-last-child(2) {
    max-width: 100px;
    align-items: center;
    justify-content: center;
}

div[id^="reviewer-listing-block-"] .table>tbody>tr>td:nth-last-child(2) span.pulse-bg {
    animation: pulse-bg 1.5s infinite;
    padding: 5px 10px;
    display: block;
    border-radius: 25px;
    color: #ffffff !important;
    line-height: normal;
}

@keyframes pulse-bg {
    0% {
        background-color: rgba(230, 126, 34, 1.0);
    }

    50% {
        background-color: rgba(230, 126, 34, 0.8);
    }

    100% {
        background-color: rgba(230, 126, 34, 1.0);
    }
}

div[id^="reviewer-listing-block-"] .table>tbody>tr>td,
div[id^="reviewer-listing-block-"] .table>thead>tr>th {
    vertical-align: middle;
}

#loading {
    background: rgba(00, 00, 00, 0.5);
    opacity: 1;
}


/* Full-screen container to center the spinner */
#loading{
  position: fixed;      /* stay fixed on screen */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center */
  z-index: 9999;        /* keep on top */
}

/* Modern loader */
#spinner{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.7);
    border-top-color: #007bff;
    animation: spin 1s linear infinite;
    text-indent: -9999px;
    background-image: none;
    background: transparent;
    box-shadow: 0px 0px 20px rgba(00, 00, 00, 0.3);
}

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