/* 
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=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("/asset/css/font-awesome.css");

html,
body {
    font-family: "Open Sans", serif;
    font-size: 1.1rem !important;
}

body {
    /*background: url("https://events.decorporate.ca/TAC-ITS2019/abstract/download.php?t=document&f=189&y=ZmlsZUlkPTE4OQ==") repeat-x scroll center top #BCBCBC;*/
    /*background: url("https://events.decorporate.ca/TAC-ITS2019/abstract/download.php?t=document&f=194&y=ZmlsZUlkPTE5NA==") repeat-x scroll center top #ffffff;*/
    background: #ffffff;
    color: #646464;
}

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

.field-information-display {
    color: rgba(124, 45, 106, 1);
    border: 1px dotted rgba(192, 57, 43, 1.0);
}

#wrapper {
    width: 100%;
    min-width: 100%;
    background: #ffffff;
    box-shadow: none;
}

a {
    color: rgba(46, 83, 125, 1);
    text-decoration: none !important;
}

a:hover,
a:focus {
    text-decoration: underline !important;
}

textarea.form-control {
    height: 15em;
}

.form-control{
        height: auto;
    padding: 12px 15px;
    font-size: 1.1rem;
    line-height: normal;

}

p {
    margin: 15px;
}

#main ul {
    margin-left: 60px;
    list-style-type: disc;
}

h3.field-header {
    color: rgba(128, 15, 17, 1);
    font-weight: 700;
    border-bottom: 1px solid rgba(128, 15, 17, 0.3);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

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


/*****************************************************************
HEADER
*****************************************************************/

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


/* layout */

#header {
    height: auto;
    position: relative;
    width: 100%;
    /*border-bottom: 25px solid rgba(63, 115, 136);
    background: #ffffff;
	*/
    box-shadow: 0px 1px 3px 0px rgba(00, 00, 00, 0.3);
}

#header:after {
    /*
    background: #800F11;
    background: radial-gradient(circle,rgba(128, 15, 17, 1) 0%, rgba(71, 11, 10, 1) 100%);
    */
    background: #222222;
    padding: 20px;
    content: "";
    display: block;
}

#header #inner-header {
    min-height: auto;
    width: auto;
    margin: 0px auto;

    height: auto;
}

#loginFormTitle,
#content-register h2 {
    width: 580px;
    margin: 10px auto !important;
    text-align: left;
}



#submitAbstract {
    background: rgba(39, 174, 96, 1.0) !important;
    border-color: rgba(39, 174, 96, 1.0) !important;
    color: #ffffff !important;
    padding: 17px 22px !important;
    font-size: 1.1rem !important;
    font-weight: bold;
}

#submitAbstract:hover,
#submitAbstract:focus {
    background: rgba(46, 204, 113, 1.0) !important;
    border-color: rgba(46, 204, 113, 1.0) !important;
    color: #ffffff !important;
}

.field-wrapper .btn-group {
    text-align: right;
    display: block;
    vertical-align: inherit;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.field-wrapper .btn-group #submitAbstract {}


/* styles */

#header h1,
#header h2 {
    display: none;
}

#user {
    font-size: 12px;
    padding-right: 13px;
    top: 12px;
    bottom: auto;
}

#user li {
    border-right-color: #ffffff;
}

#user a {
    color: #ffffff;
}

#elementHeaderBottom {
    color: rgb(70, 43, 127);
    width: 100%;
    text-align: center;
}

#elementHeaderBottom p {
    margin: 0;
}

#elementHeaderBottom h2 {
    display: block;
    font-size: 30px;
}


/*
#elementHeaderBottom p {
	position: absolute;
	bottom: -5px;
}

#elementHeaderBottom p:first-child {
	left: 12px;
}
#elementHeaderBottom p:last-child {
	text-align: right;
	right: 12px;
}
#elementHeaderBottom span {
	
}
*/

.modalset .switchAuthor {
    color: #333333 !important;
}

.switchAuthor {
    margin-right: 3px;
}

.author-option a.btn {
    font-weight: bold;
    border: 1px solid #cccccc;
}

.author-option a.btn:hover {
    color: #999;
}

.author-option a.btn:focus {
    outline: none;
}

.removeAuthor {
    color: #ffffff !important;
    background: #d9534f !important;
    border: 1px solid #d43f3a !important;
}

.removeAuthor:hover {
    color: #ffffff !important;
    background: #c9302c !important;
    border: 1px solid #ac2925 !important;
}

div.ui-sortable div.sortable a.btn-sm {
    color: inherit;
}

div.userNew div.modal-dialog {
    max-width: 840px;
    width: 100%;
}

div.userNew div.modal-dialog label {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

div.userNew ul {
    list-style-type: disc;
    margin-left: 20px;
}

hr {
    margin: 10px 0px;
}


/*****************************************************************
NAVIGATION
*****************************************************************/


/* layout */

#navigation {}


/*****************************************************************
CONTENT
*****************************************************************/


/* layout */

#pa {
    padding-top: 10px;
    width: 90%;
    margin: 0px auto;
}

#main {
    padding-top: 0;
}

#main h2 {
    color: #5f7583;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 145%;
}

div.field h4 {
    /*background: none repeat scroll 0 0 #EFEFEF;
	border: 1px solid #CCCCCC;
	color: #666666;
	padding: 7px;*/
    color: #5f7583;
    padding: 7px;
    border-bottom: 1px solid rgba(218, 0, 0, 0.5);
    font-size: 15px;
    margin: 10px 0px;
    font-weight: 600;
}


/* breadcrumb */

.navBreadcrumb {}


/* navigation buttons */

div.navButtons {}

#navigation li a,
#navigation ul.main-nav li div.panel-heading a,
.author-create{
    background: #800F11;
    background: radial-gradient(circle, rgba(128, 15, 17, 0.8) 0%, rgba(133, 14, 16, 0.8) 100%) !important;
    border: 2px solid rgba(128, 15, 17, 1) !important;
    color: #ffffff !important;
    font-size: 1.1rem !important;
    border-radius: 13px;
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
    transform: scale(1);
    box-shadow: 0px 0px 5px rgba(00, 00, 00, 00.1);
}

#navigation ul.main-nav li div.panel-heading a:hover,
.author-create:hover,
.author-create:focus{
    background: #800F11;
    background: radial-gradient(circle, rgba(128, 15, 17, 1) 0%, rgba(133, 14, 16, 1) 100%) !important;
    border: 2px solid rgba(128, 15, 17, 1) !important;
    text-decoration: none;
    color: #ffffff !important;
    transition: all 0.3s ease;
    transform: scale(1.05);
    box-shadow: 0px 3px 8px rgba(00, 00, 00, 00.2);

}

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

#navigation ul.main-nav li div.sideSubNav ul li {
    border-bottom: none;
}

#navigation ul.main-nav li div.sideSubNav ul li a {
    background: rgba(00, 00, 00, 0.7);
    border-color: rgba(00, 00, 00, 1);
    border-radius: 14px;
    text-align: center;
    transition: all 0.3s ease;
    transform: scale(1);
    box-shadow: 0px 0px 5px rgba(00, 00, 00, 00.1);
}

#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.05);
    box-shadow: 0px 3px 8px rgba(00, 00, 00, 00.2);
    background: rgba(00, 00, 00, 1);
    border-color: rgba(00, 00, 00, 1);
}

#menuBottomContent p a: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;
    font-size: 17px;
    position: relative;
    top: 1px;
    content: "\f1c1";
    margin-right: 8px;
}

#menuBottomContent p a {
    margin: 5px 10px;
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    background: #EFEFEF;
    border-radius: 4px;
}

#menuBottomContent p a:hover,
#menuBottomContent p a:focus {
    background-color: rgba(46, 83, 125, 1);
    border: 1px solid rgba(46, 83, 125, 1);
    color: #ffffff;
    outline: none;
}


/* general styles */

div.field {
    margin-top: 20px;
}


/*****************************************************************
FOOTER
*****************************************************************/


/* layout */

#footer {
    font-size: 95%;
    border-top: 2px solid rgba(67, 44, 128, 0.3);
    padding-top: 15px;
    margin-top: 35px;
}

#inner-footer {
    position: relative;
    width: 90%;
    margin: 0px auto;
}


/* menu */

#footLinks {}

.copyright {
    margin-right: 0px;
}


/*****************************************************************
PAGE SPECIFIC
*****************************************************************/


/* SUPPORT FORM */


/* Schedule */

#schedule-list div.schedule-listing div.title-data {
    font-family: Calibri, sans-serif;
    font-size: 11pt;
}

#schedule-list div.schedule-listing div.title-data h3 {
    font-size: 24px;
}

#schedule-list div.theme_selection {
    margin: 20px 0 15px;
}

#schedule-list div.theme_selection h3 {
    margin-bottom: 15px;
}


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

p.required-top {
    display: none;
}


/*************************
	Mobile Adjustments
**************************/

@media (min-width:120px)and (max-width:990px) {

    html,
    body {
        font-size: 1rem;
    }

    body {
        padding: 5px;
        border: none;
    }

    #wrapper {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        margin: 0px;
        margin-top: 0px;
    }

    #pa {
        width: 100% !important;
    }

    #header {
        background-size: contain;
        height: 100px;
        margin-bottom: 15px;
    }

    #header #inner-header,
    #inner-footer {
        width: 100%;
    }

    #header h1 {
        font-size: 1.8rem;
    }

    #header h2 {
        font-size: 1.4rem;
    }

    /*
    #user {
        position: relative;
        top: -23px;
        right: 0px;
    }
    
    #user li a {
        color: #eb3e36;
        border-color: #ffffff;
    }
    */
    .content {
        width: 100% !important;
    }

    div.login .form-control {
        margin-bottom: 15px;
    }

    /* Main */
    #main {
        width: 100%;
        padding: 15px;
    }

    .dashnote {
        padding: 15px;
    }

    /* Navigation */
    #navigation {
        width: 100%;
        float: none;
        padding: 0px 10px;
    }

    #navigation ul {
        margin: 0px;
    }

    /* Mobile Footer */
    #footer #ers {
        position: relative;
        width: 100%;
        background-position: center;
    }

    #footer #tagline {
        margin: 20px 0px;
        text-align: center;
    }

    #footer #footLinks {
        margin: 15px 0px;
        text-align: center;
    }

    #footer #footLinks li {
        float: none;
        border: none;
    }

    #footer .copyright {
        float: none;
        margin: 5px 0px;
        text-align: center;
    }

    /* Review */
    form[name="scoringForm"] div.nextField p {
        height: 100%;
        overflow: hidden;
    }

    form[name="scoringForm"] div.nextField label {
        display: inline-block;
        float: right;
        width: 92%;
    }
}


/****************************************************************
	Login Page Adjustments
****************************************************************/

#submitHldr input,
#registerbtn,
a.btn.btn-primary {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 15px;
    line-height: normal;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: auto;
    height: auto;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 11px;
}

.btn {
    width: auto !important;
    height: auto !important;
    padding: 15px 19px !important;
    font-size: 16px !important;
    line-height: normal !important;
}

#submitHldr input,
#registerbtn,
a.btn.btn-primary {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

#submitHldr input:hover,
#submitHldr input:focus,
#registerbtn:hover,
#registerbtn:focus,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

#submitHldr input:focus,
#registerbtn:focus,
#a.btn.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

p.lostPassword a,
p.createAccount a {
    padding: 0px !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
    background: none !important;
}

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

p.lostPassword,
p.createAccount {
    margin: 10px;
}

#loginAdmin label,
#register label {
    margin: 3px 0px;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}

#loginAdmin input[type="text"],
#register input[type="text"] {
    height: auto;
    color: #666666 !important;
}

#menuBottomContent p a:before {
    color: #c0392b;
}

.actionItems li a {
    font-size: 17px;
}

ul.submissions {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

ul.submissions li.well {
    list-style: none;
    background: #FAFAFA;
    transition: all 0.3s ease;
    transform: scale(1);
    border-radius: 10px;
}

ul.submissions li.well:hover {
    transition: all 0.3s ease;
    transform: scale(1.1);
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
}

ul.submissions li.well h5 {
    margin: 0px;
    font-weight: bold;
    padding: 0px;
    color: #999999;
}

ul.submissions li.well h5:first-of-type {
    margin-bottom: 14px;
}

ul.submissions li.well h5 a {
    font-size: 1.1rem;
    font-weight: bold;
}

ul.submissions li.well h5 a p {
    margin: 0px !important;
}

ul.submissions li.well ul {
    margin: 10px 15px 0px 21px !important;
}

ul.submissions li.well ul li {
    font-weight: normal !important;
    font-style: italic !important;
    font-size: 0.9rem !important;
}

ul.submissions li.well ul li em {
    font-size: 1.1rem !important;
    font-style: normal !important;
    font-weight: bold !important;
    color: rgba(128, 15, 17, 1) !important;
}

#schedule-list div.title-data {
    position: relative;
    padding-bottom: 100px;
    color: #ffffff;
}

#schedule-list div.title-data h3 {
    font-size: 24px;
    color: #333333 !important;
}

#schedule-list div.title-data a {
    position: absolute;
    margin: 0px;
    padding: 19px 89px 19px 36px;
    z-index: 9;
    left: -1px;
    background: rgba(128, 15, 17, 1);
    border-radius: 50px;
    margin-top: 15px;
    transition: all 0.3s ease;
    transform: scale(1);
    color: #ffffff;
    font-size: 1.1rem;
}

#schedule-list div.title-data a: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: "\f0ed";
    margin-left: 15px;
    font-size: 2rem;
    text-shadow: 2px 2px 9px rgba(00, 00, 00, 0.3);
    position: absolute;
    top: 14px;
}

#schedule-list div.title-data a:hover,
#schedule-list div.title-data a:focus {
    background: rgba(128, 15, 17, 1);
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.2);
    transition: all 0.3s ease;
    transform: scale(1.1);
    text-decoration: none;
}

#pa>.inner-element {
    display: grid;
    grid-template-columns: 23% 75%;
    gap: 2.2rem;
}
#pa>.inner-element.noflex{
    grid-template-columns: 100%;
}

#pa>.inner-element #navigation {
    width: 100%;
}

#pa>.inner-element #navigation ul {
    display: grid;
    gap: 0.2rem;
    position: sticky;
    top: 20px;
}

#pa>.inner-element #main {
    margin: 0px;
    padding: 0px 20px 20px 0px;
}