/* 
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';
}
*/
html,
body{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	background: #FAFAFA !important;
}
P{
	margin: 15px;
}

body {
	background:#efefef;
}
#wrapper {
	max-width: 80%;
	width:100%; 
	box-shadow:none;
	border:none;
}
.btn, a.btn {
    color: #ffffff;
    background-color: rgba(239,66,34,0.9);
	border-color: rgba(239,66,34,1.0);
    width: auto;
    padding: 14px 20px;
    height: auto;
}
.btn:hover,
a.btn:hover,
.btn:focus,
a.btn:focus{
	color: #ffffff;
    background-color: rgba(239,66,34,1.0);
	border-color: rgba(239,66,34,1.0);
}
h3.field-header {
	color:rgba(239,66,34,1.0);
    /*color: rgba(00,84,165,1.0);*/
    border-bottom: 1px solid rgba(00,00,00,0.1);
    padding-bottom: 5px;
}
h2.deadline_text{
	text-align: center;
    font-size: 18px;
}
input[type="radio"],
input[type="checkbox"]{
	width:20px;
	height: 20px;
}
/*****************************************************************
HEADER
*****************************************************************/
/* layout */
#header {
    height: auto;
    background: #ffffff;
    border: none;
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.3);
    z-index: 88;
    margin: 14px 0px 15px 0px;
    border-radius: 25px;
    overflow: hidden;
}
#inner-header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* styles */

#header h1{
	position: absolute;
    margin: 0;
    right: 2%;
    top: 70%;
    background: linear-gradient(to right, rgba(250, 166, 28, 1) 0%, rgba(239, 74, 35, 1) 100%);
    display: flex;
    z-index: 99;
    padding: 26px 43px;
    font-size: 2rem;
    text-indent: 0px;
    height: 79px;
    border-radius: 55px;
    box-shadow: 0px 0px 20px rgba(00, 00, 00, 0.6);
    text-align: center;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6rem;
    border: 3px solid #f25921;
    text-shadow: 3px 3px 5px rgba(00, 00, 00, 0.3);
}

#header h2 {
	display: none;
}
#user {
	top: 0;
	/*bottom: 0;*/
	font-size: 0.8rem;
	font-weight: bold;
	color: rgba(00,84,165,1.0);
	background: transparent;
	height: 40px;
	border: none;
	border-radius: 0 0 0 4px;
	border-top:  none;
	border-right:  none;
	line-height: 40px;
}
#user a {
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	background: rgba(00,84,165,1.0);
	padding: 5px 10px;
	border-radius: 4px;
	font-weight: normal;
	margin: 0px 2px !important;
 }
 #user li {
	border: none;
	padding: 0px;
 }
/*****************************************************************
NAVIGATION
*****************************************************************/
/* layout */
#navigation {

}
#navigation ul.main-nav li div.sideSubNav{
	background:transparent;
}
#navigation ul.main-nav li div.panel-heading a{
	background: rgba(00,84,165,0.9);
	border-color: rgba(00,84,165,1.0);
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal !important;
	text-decoration: none;
}
#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,
#navigation ul.main-nav li div.sideSubNav ul li a:hover,
#navigation ul.main-nav li div.sideSubNav ul li a:focus{
	background: rgba(00,84,165,1.0);
	border-color: rgba(00,84,165,1.0) !important;
	text-shadow: none;
	text-decoration: none;
}
#navigation ul.main-nav li div.panel-heading a:hover,
#navigation ul.main-nav li div.panel-heading a:focus,
#navigation ul.main-nav li div.sideSubNav ul li a{
	background: rgba(00,84,165,1.0);
	border-color: rgba(00,84,165,1.0) !important;
	text-decoration: none;
	color: #ffffff;
    font-size: 16px;
	text-shadow: none;
}

/*****************************************************************
CONTENT
*****************************************************************/
/* layout */
div.field{
	margin: 3px auto;
    height: 100%;
    overflow: hidden;
    /*display: block;*/
}

#main {
	margin:0;
	padding:15px;
	min-height: auto;
}

/* breadcrumb */
.navBreadcrumb{

}

/* navigation buttons */
div.navButtons{

}

/* general styles */
#pa{
    background: #ffffff;
    padding-top: 3px;
    box-shadow: 0px 0px 10px rgba(00, 00, 00, 0.3);
    border-radius: 25px;
    z-index: 999;
	overflow:hidden;
}

#pa .inner-element{
	    display: grid;
    grid-template-columns: 23% 77%;
}
#pa .inner-element.full-width{
	display:block !important;
}
#pa .inner-element #navigation{
	width: 100%;
    float: none;
    position: sticky;
	top: 0;
    padding: 25px 15px 15px 25px;
}
#navigation ul{
	margin-left: 0px;
    width: 100%;
}

#main ul.author-option, #main ul.author-option ul {
	list-style-type: none;
}
#main ul.author-option ul li a {
	color: #3279bb;
	text-align: left;
	font-size: 12px;
}
.removeAuthor {
	float: none;
	font-size: inherit;
	padding-top: inherit;
}

/*****************************************************************
FOOTER
*****************************************************************/
/* layout */
#footer{
	border:none;
	margin:25px auto;
	padding:15px;
}
/* menu */
#footLinks {

}

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

/* Login Page */
#loginAdmin input,
#retrieve input,
#register input{
	border:1px solid #cccccc;
}
.lostPassword a,
.createAccount a{
	border:none;
	color:#333333;
	text-decoration: underline;
	padding:0px;
	margin:0px;
}
.lostPassword a:hover,
.createAccount a:hover,
.lostPassword a:focus,
.createAccount a:focus{
	color:#333333;
	text-decoration: none;
	background:transparent !important;
}

.lostPassword,
.createAccount,
#retrieve p,
#register p{
	margin: 15px 0px !important;
}

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

/* Login Button */
#loginbtn,
#registerbtn,
#contactform a.btn{
	background: rgba(00,84,165,0.9);
	color: #ffffff;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	height: auto;
	padding: 10px 15px;
	margin-top: 10px;
	border-color:rgba(00,84,165,1.0);
}
#loginbtn:hover,
#registerbtn:hover,
#contactform a.btn:hover{
	background: rgba(00,84,165,1.0);
	border-color:rgba(00,84,165,1.0); 
}


/**************************
	Login/Register Form
***************************/
#loginAdmin label,
#register label{
	font-weight: 300;
	font-size: 16px;
	font-family: 'Open Sans';
	margin: 5px 0px;
	display: inline-block;
	color:#333;
}

#createAccount #showlogin{
	font-size:14px;	
}
#loginFormTitle,
#content-register h2{
	color: rgba(00,84,165,1.0);
    font-weight: 400 !important;
    font-family: 'Open Sans';
    width: 65%;
    margin: 10px auto !important;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
}

h2{
	color: rgba(00,84,165,1.0);
    font-weight: 400 !important;
    font-family: 'Open Sans';
    margin: 10px 0px !important;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 7px;
}
.lostPassword a,
.createAccount a{
	padding:0px;
	background:none;
}
.lostPassword a:hover,
.createAccount a:hover{
	background:none;
}

/* Footer Adjustment */
h2#tagline{
	border:none;
	font-weight:inherit;
	font-weight:inherit !important;
	font-family:inherit;
	padding:inherit;
	margin-top: none !important;
	padding-top: 75px !important;
	margin-left: 80px !important;
}

/* Field Specific */
#submission-6787 h2{
	line-height: normal;
}
#submitDraft:before,
.btn-group:last-of-type button:after,
a.author-listing:before,
a.author-create: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;
	content: "\f0c7";
	margin-right: 5px;
	margin-right: 10px;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
}
.btn-group:last-of-type{
	float:right;
}
.btn-group:last-of-type button:after{
	content: "\f0a9";
	margin-right: 0px;
	margin-left:5px;
}
a.author-listing:before{
	content: "\f0c0";
}
a.author-create:before{
	content: "\f234";
}
#submitDraft:hover:before,
.btn-group:last-of-type button:hover:after,
a.author-listing:hover:before,
a.author-create:hover:before{
	color: rgba(255,255,255,1.0);
}
.required {
    color: #c0392b;
}

/* Add Author Modal Adjustments */
.authorDetail h3.field-header{
	font-size: inherit;
    color: inherit;
    border: none;
    padding: 0;
    width: 24%;
    float: left;
	margin: 0px;
}
.authorDetail .field-values{
	width: 75%;
    float: left;
}
.authorDetail .field-values p{
	margin:0px;
}
.authorDetail .field-wrapper{
	padding: 15px;
    height: 100%;
    overflow: hidden;
	padding-bottom: 0;
}
.authorDetail .field-wrapper .field-footer{
	display: block;
    width: 100%;
    float: none;
    clear: both;
}
.authorDetail .field .field-body{
	display:none;
}
.authorDetail .btn-group:last-of-type{
	float: right;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: 25px 7px;
	margin-bottom: 0;
}

.modal-header .close{
	text-align: right;
    padding: 5px;
    margin: 0px !important;
    top: -10px;
    position: relative;
    font-size: 22px;
    line-height: 13px;
    border: 1px solid rgba(192, 57, 43,1.0);
    border-radius: 50%;
    right: -10px;
    background: rgba(192, 57, 43,1.0);
    opacity: 1;
    color: rgba(255,255,255,1);
    text-shadow: none;
}

.required-bottom{
	display:none;
}
.userNew .modal-body{
	padding-bottom:0px;
}
.userlistdisplay{
	padding: 0 15px;
}
.userlistdisplay select{
	border-color:rgba(00,00,00,0.2) !important;
}
div.ui-sortable div.sortable {
    border: 1px dashed rgba(00,00,00,0.1);
    padding: 5px 10px;
    height: 100%;   
}
.newAuthor .author-option{
	list-style-type: none;
    position: relative;
    top: -11px;
    right: -3px;
}
.newAuthor .author-option li a.dropdown-toggle{
	padding: 6px 0px;
}
.author-information{
	position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 90%;
    float: left;
    margin: 0;
}
#main ul.author-option ul li{
	margin:0px;
}
#main ul.author-option ul li a{
	color: #333333;
    text-align: left;
    font-size: 14px;
    background: transparent;
    border: none;
    padding: 8px 10px;
    display: block;
	border-bottom: 1px solid rgba(00,00,00,0.1);
}
#main ul.author-option ul li a:last-of-type{
	border-bottom: none;
}
#main ul.author-option ul li a:hover{
	background:rgba(00,00,00,0.1);
}
.error {
    color:#c0392b;
}

.form-control:focus{
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}
#elementHeaderBottom{
	width:100%;
}
#elementHeaderBottom p{
	margin:0px;
}

.authorTypeSelection{
	display:flex;
}
.userlistdisplay{
    width: 50%;
    float: left;
    height: auto;
    margin: 15px 0;
    align-items: center;
    padding: 8px 0px;

}
#authorAddButtons p{
	display:inline-block;
	float:left;
}
#authorAddButtons div p{
	display:block;
}

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


#navigation ul.main-nav li div.panel-heading a,
#navigation ul.main-nav li div.sideSubNav ul li a{
	transition: all 0.3s ease;
	transform: scale(1);
	text-align: center;
	z-index: 88;
	font-size: 1.3rem;
}
#navigation ul.main-nav li div.panel-heading a:hover,
#navigation ul.main-nav li div.panel-heading a:focus,
#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);
	box-shadow: 0px 0px 10px rgba(00,00,00,0.2);
	z-index: 99;
	background:rgba(239, 74, 35, 0.8);
	border-color:rgba(239, 74, 35, 1) !important;
	font-size: 1.3rem;
}

#navigation ul.main-nav li div.sideSubNav ul li a.active{
	background:rgba(239, 74, 35, 0.8);
	border-color:rgba(239, 74, 35, 1) !important;
	font-size: 1.3rem;
}
#navigation ul.main-nav li div.sideSubNav ul li a.active:hover,
#navigation ul.main-nav li div.sideSubNav ul li a.active:focus{
	background:rgba(239, 74, 35, 1);
	border-color:rgba(239, 74, 35, 1) !important;
	font-size: 1.3rem;
}

#navigation ul.main-nav li div.panel-heading a{

}
#navigation ul.main-nav li div.panel-heading a.collapsed{

}