/* 
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=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html{
	font-size: 1rem;
}
body {
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
}
.has-error .form-control{
	border-color:rgba(0, 0, 0, 0.3);
}


.form-control.error{
	border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control.error:focus{
	border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error.form-control:focus{
	border-color:rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2a4072;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2a4072;
}
.form-control:focus {
	border-color: rgba(0, 0, 0, 0.3);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
		   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
   }

#wrapper {
	box-shadow: none;
    width: 100% !important;
	min-width: 100%;
	min-width: 100%;
}
#header .inner-element{
	width:100% !important;
	margin:0px auto !important;
}
.inner-element{
	width:80% !important;
}

p {
	margin: 15px;
    line-height: 26px;
}

h3, .h3 {
	font-size: 22px;
    font-weight: 700;
    position: relative;
	color:#333333;
}

h3 .required, .h3 .required{
	position: absolute;
    left: -13px;
	color:#c0392b;
}

.btn, 
a.btn 
{
	color: #ffffff;
	background-color: #181719;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 20px;
	border: 1px solid #181719;
}
.btn:hover, 
.btn:active, 
.btn:focus, 
.btn.active
{
	background: #ffffff;
	color: #333333;
}
div.field.message {
	padding: 0;
	border: none;
}
div.systemMsg {
	position: relative;
}
div.systemMsg ul.notice, 
div.field.message.notice div.field-body
{
	background: none;
	padding-left: 0px;
}
#main form div.systemMsg ul.notice,
#mainModal form div.systemMsg ul.notice
{
	margin-left: 0;
}
#main form div.systemMsg ul.notice li,
#mainModal form div.systemMsg ul.notice li
{
	margin-left: 30px;
}
div.field.message.notice .field-header:before, 
div.systemMsg ul.notice:before
{
	font: normal normal normal 16px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
	content: "\f06a";
	font-size: 24px;
	color: #f0ad4e;
	padding-right: 5px;
}
div.systemMsg ul.notice:before
{
	position: absolute;
}

/*****************************************************************
HEADER
*****************************************************************/
/* layout */
#header {
	height: auto;
	position: relative;
	border-top: 34px solid rgb(23, 52, 73);
	border-bottom: none;
	background:transparent;
	overflow: visible;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	margin: 0px 0px 35px 0px;
}
#inner-header{
	margin-top: 0px;
}
#inner-header img{
	/*border-radius: 0px 0px 25px 25px;
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
	*/
}

/* styles */
#header h1, #header h2 {
	display:none;
}
#user {
	/*top: 10px;*/
	top:-30px;
	display:flex;
	gap:0;
}
#user li{
	float:none;
}
#user a.welcomeMsg,
#user a.welcomeMsg:active{
	background: url(../image/login_iconv.png) no-repeat 0 -21px;
	padding-left: 25px;
}

#user a.welcomeMsg:hover,
#user a.welcomeMsg:focus {
	background-position: 0 -42px;
}

#user li {
	padding: 0 10px;
	border-right-color: #efefef;
}
#user a {
	color: #efefef;
    padding: 2px 0;
    letter-spacing: normal;
}

#user a:hover,
#user a:focus, 
#user a.active {
	color: #7c7c7c;
}


#pa .inner-element{
	display:grid;
	grid-template-columns: 24% 74%;
	gap:1rem;
}

#pa .inner-element.login-page{
	display:block !important;
	width:100%;
}

/*****************************************************************
NAVIGATION
*****************************************************************/
/* layout */
#navigation {
    width: 100%;
}
#navigation a, 
#navigation a.btn 
{
	border: none;
}
/*
#navigation li {
	display: inline-block;
	margin: 3px 0px;
}
*/

#navigation ul.main-nav li div.panel-heading a.collapsed,
#navigation ul.main-nav #base-menu a,
#navigation ul.main-nav li div.panel-heading a{
font-weight: bold;
    color: rgb(255, 255, 255) !important;
    border-radius: 55px !important;
    border-bottom: none !important;
    padding: 12px 19px;
    border-top: none !important;
    background: rgba(255, 00, 00, 0.8) !important;
    transition: all 0.3s ease;
    transform: scale(1);
}

#navigation ul.main-nav li div.panel-heading a:hover,
#navigation ul.main-nav li div.panel-heading a:focus,
#navigation ul.main-nav #base-menu a.active{
	text-decoration: none;
	transition: all 0.3s ease;
    transform: scale(1.05);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#navigation ul.main-nav #base-menu a.active{
	background:rgba(01,74,119,1) !important;
}
#navigation ul.main-nav li div.panel-heading a{
	transition: all 0.3s ease;
    transform: scale(1.05);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#navigation ul.main-nav li div.panel-heading a{

}

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

#navigation ul.main-nav li div.sideSubNav ul li {
	border-bottom: 1px solid #cccccc;
	margin: 0px 5px;
}
#navigation ul.main-nav li div.sideSubNav ul li a {
	margin: 2px 0px;
	text-align: left;
	white-space: normal;
	background:rgba(01,74,119,1) !important;
}
#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 0px 10px rgba(0, 0, 0, 0.3);
	color:#ffffff !important;
}

#navigation ul.main-nav li div.sideSubNav ul li a.active{
	color: #ffffff;
	transition: all 0.3s ease;
    transform: scale(1.05);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/*****************************************************************
CONTENT
*****************************************************************/
/* layout */
#main {
	padding: 15px;
	position: relative;
	background: none repeat scroll 0 0 #FFFFFF;
	margin: 0px;
	width: 100%;
}

/* breadcrumb */
.navBreadcrumb{

}

/* navigation buttons */
div.navButtons{

}

/* general styles */
#main form ul {
	list-style-type: disc;
}
/*
#main form li {
	margin-left: 0;
	padding: 0px;
}
*/

#recentAbstract div.systemMsg fieldset ul.notice:before{
	display:none;
}

div.ui-sortable div.sortable ul.dropdown-menu a.btn-sm, 
div.ui-sortable div.sortable ul.dropdown-menu a.btn-sm:focus {
	color: #ffffff;
}
div.ui-sortable div.sortable ul.dropdown-menu a.btn-sm:hover, 
div.ui-sortable div.sortable ul.dropdown-menu a.btn-sm:active
{
	color: #000000;
}

div.ui-sortable div.sortable ul.dropdown-menu span.glyphicon 
{
	display: none;
}
/*****************************************************************
FOOTER
*****************************************************************/
/* layout */
#footer{

}
/* menu */
#footLinks {

}

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

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


.field-body ul li{
	margin-left: 5%;
    margin: 11px 25px;
}

.field-values p{
	margin: 3px 14px;
	
}

.field-values p label{
	font-weight: normal;
	font-size:15px;
}

.field-values p input{
	margin-bottom: 6px;
}

#author-menu>.panel-heading>a{
    font-weight: bold;
    color: rgb(255, 255, 255) !important;
    border-radius: 55px !important;
    border-bottom: none !important;
    padding: 12px 19px;
    border-top: none !important;
    background: rgba(255, 00, 00, 0.8) !important;
	transition: all 0.3s ease;
	transform: scale(1);
}
#author-menu>.panel-heading>a:hover,
#author-menu>.panel-heading>a:focus{
	transition: all 0.3s ease;
	transform: scale(1.05);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.lostPassword,
.createAccount{
	margin:15px 0px;
}
.lostPassword a,
.createAccount a{
	padding:0px;
	margin:0px;
	border:none;
	background:transparent;
	color:#333333;
	width:auto;
	height:auto;
	text-decoration: underline;
}
.lostPassword a:hover,
.lostPassword a:focus,
.createAccount a:hover,
.createAccount a:focus{
	text-decoration: none;
	background:transparent;
	border:none;
}
input[type="submit"]{
	width:auto;
	height:auto;
	background:rgba(39, 174, 96,0.8);
	border-color:rgba(39, 174, 96,1);
}
input[type="submit"]:hover,
input[type="submit"]:focus{
	background:rgba(39, 174, 96,0.8);
	border-color:rgba(39, 174, 96,1);
}
#main h2 {
	color: #2a4072;
	margin: 15px 0px;
	display: block;
	font-size: 1.4rem;
	border-bottom: 1px solid #2a4072;
	padding-bottom: 5px;
 }
 #dashnote,
 #recentAbstract{
	margin: 15px 0px;
	display: block;
	height: 100%;
	overflow: hidden;
 }
 input[type="radio"],
 input[type="checkbox"]{
	width:18px;
	height:18px;
 }
 .field-values p label{
	font-size:1.1rem !important;
 }
 a.author-create,
 a.author-listing{
	width:auto !important;
	height:auto !important;
 }