.titillium{
	font-family: 'Titillium Web', sans-serif;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 50px;
	border-bottom: 0px solid #ccc;
}
.navbar-nav .nav-link {
	color: #666;
	font-weight: 500;
}
#body {
	clear: both;
	display: none;
}
#body .header {
	width: 100%;
	height: 28px;
}
#body .body {
	width: 1000px;
	padding: 0 0px;
	text-align: left;
	color: #444;
	padding: 12px 12px;
	border: 0px solid #ccc;
}
#body .footer {
	width: 100%;
	height: 24px;
	color: #339900;
}
.loading {
	background: url(load.gif) no-repeat center center;
	height: 350px;
	display: none;
}
h1 {
	font-size: 1.6em;
	padding-top: 0;
}
h2 {
	font-size: 1.2em;
	padding-top: 0;
}
.highlight {
	background-color: #FF9D9D;
	border-bottom: #F30 1px solid;
	border-top: #F30 1px solid;
	padding: 4px 10px
}
/***** Main Layout ****/
#container {
	width: 96%;
	height: 96%;
	text-align: center;/* IE fix to center the page */
}
.head_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.headtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: 600;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	word-wrap: break-word;
}
/******* hyperlink and anchor tag styles *******/
a:link {
	font-weight: 400;
	color: #006699;
	text-decoration: none;
}
a:visited {
	font-weight: 400;
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: underline;
}
a:focus {
	background: none;
	color: #FF9933;
}
a.prs:focus {
	background-color: transparent;
	color: #33CCCC;
}
a.prs:link {
	font-size: 11px;
	font-weight: 500;
	background: none;
	color: #FFFFCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.prs:visited {
	font-size: 11px;
	background: none;
	color: #FFFFCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.prs:hover {
	font-size: 11px;
	background-color: transparent;
	color: #33CCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* button */
.button, .btn-warning {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.button:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.button:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
input.field {
	border: 1px #ccc solid;
	background: #FFFFFF;
	margin-right: 5px;
	margin-top: 4px;
	width: auto;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;
	height: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
input:focus.field {
	background: #FFFFCC;
	padding-left: 4px;
	padding-right: 4px;
	height: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea:focus.textarea {
	background: #FFFFCC;
	padding-left: 4px;
	padding-right: 4px;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.messagebox {
	width: auto;
	border: 0px solid #c93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: .85em;
	font-weight: 500;
}
.author_button {
	background-color: #FF9900;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border: 0px;
}
.reviewer_button {
	background-color: #FF8080;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border: 0px;
}
.send_password {
	background-color: #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border: 1px solid #CCCCCC;
	color: #000;
}
.editor_button {
	background-color: #00CCCC;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border: 0px;
}
.select_box {
	background-color: #272727;
	color: #CCCCCC;
	font-size: 11px;
	border: 1px solid #333;
}
.publisher_button {
	background-color: #009900;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border: 0px;
}
.messageboxok {
	width: auto;
	margin-left: 30px;
	border: 0px solid #349534;
	padding: 3px;
	font-size: .85em;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #008000;
}
.messageboxerror {
	width: auto;
	border: 0px solid #CC0000;
	font-size: .85em;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.messagebox {
	width: auto;
	border: 0px solid #c93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: .85em;
	font-weight: 500;
}
.author_button {
	background-color: #FF9900;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border: 0px;
}
.reviewer_button {
	background-color: #FF8080;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border: 0px;
}
.send_password {
	background-color: #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border: 1px solid #CCCCCC;
	color: #000;
}
.editor_button {
	background-color: #009999;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border: 0px;
}
 
.publisher_button {
	background-color: #009900;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border: 0px;
}
.messageboxok {
	width: auto;
	margin-left: 30px;
	border: 0px solid #349534;
	padding: 3px;
	font-size: .85em;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #008000;
}
.messageboxerror {
	width: auto;
	border: 0px solid #CC0000;
	font-size: .85em;
	font-weight: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
#menu-linksx {
	clear: both !important;
	list-style: none;
	background-color: #fff;
	border: 1px #ccc solid;
	box-shadow: 1px 1px 3px #ccc;
	padding: 10px;
	margin: 0px !important;
	border-radius: 10px;
	display: none;
	position: absolute !important;
	z-index: 10 !important;
}
#menu-linksx li {
	margin: 0px !important;
	clear: both !important;
	padding: 8px 0px 8px 0px!important;
}
#menu-linksx li a {
	padding: 10px !important;
	color: #666 !important;
	text-decoration: none !important;
	font-family: 'tahoma' !important;
	font-size: 12px !important;
}
#menu-linksx li a:hover {
	color: #0066FF !important;
}
#menu-linksy {
	clear: both !important;
	list-style: none;
	background-color: #fff;
	border: 1px #ccc solid;
	box-shadow: 1px 1px 3px #ccc;
	padding: 10px;
	margin: 0px !important;
	border-radius: 10px;
	display: none;
	position: absolute !important;
	z-index: 10 !important;
}
#menu-linksy li {
	margin: 0px !important;
	clear: both !important;
	padding: 8px 0px 8px 0px!important;
}
#menu-linksy li a {
	padding: 10px !important;
	color: #666 !important;
	text-decoration: none !important;
	font-family: 'tahoma' !important;
	font-size: 12px !important;
}
#menu-linksy li a:hover {
	color: #0066FF !important;
}
#menu-linksz {
	clear: both !important;
	list-style: none;
	background-color: #fff;
	border: 1px #ccc solid;
	box-shadow: 1px 1px 3px #ccc;
	padding: 10px;
	margin: 0px !important;
	border-radius: 10px;
	display: none;
	position: absolute !important;
	z-index: 10 !important;
}
#menu-linksz li {
	margin: 0px !important;
	clear: both !important;
	padding: 8px 0px 8px 0px!important;
}
#menu-linksz li a {
	padding: 10px !important;
	color: #666 !important;
	text-decoration: none !important;
	font-family: 'tahoma' !important;
	font-size: 12px !important;
}
#menu-linksz li a:hover {
	color: #0066FF !important;
}
#menu-linksw {
	clear: both !important;
	list-style: none;
	background-color: #fff;
	border: 1px #ccc solid;
	box-shadow: 1px 1px 3px #ccc;
	padding: 10px;
	margin: 0px !important;
	border-radius: 10px;
	display: none;
	position: absolute !important;
	z-index: 10 !important;
}
#menu-linksw li {
	margin: 0px !important;
	clear: both !important;
	padding: 8px 0px 8px 0px!important;
}
#menu-linksw li a {
	padding: 10px !important;
	color: #666 !important;
	text-decoration: none !important;
	font-family: 'tahoma' !important;
	font-size: 12px !important;
}
#menu-linksw li a:hover {
	color: #0066FF !important;
}
#menu-comart {
	clear: both !important;
	list-style: none;
	background-color: #fff;
	border: 1px #ccc solid;
	box-shadow: 1px 1px 3px #ccc;
	padding: 10px;
	margin: 0px !important;
	border-radius: 10px;
	display: none;
	position: absolute !important;
	z-index: 10 !important;
}
#menu-comart li {
	margin: 0px !important;
	clear: both !important;
	padding: 8px 0px 8px 0px!important;
}
#menu-comart li a {
	padding: 10px !important;
	color: #666 !important;
	text-decoration: none !important;
	font-family: 'tahoma' !important;
	font-size: 12px !important;
}
#menu-comart li a:hover {
	color: #0066FF !important;
}
/*============
	Form Control
================*/
.form-control-dark {
	color: rgba(255, 255, 255, .87) !important;
	background-color: #424242 !important;
	border-color: #212121 !important;
}
.form-control-dark:focus {
	color: rgba(255, 255, 255, .87);
	background-color: #424242;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.bg-dark-gradient{
	background: #000000;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top,#3b3b3b, #1f1f1f, #272727);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #3b3b3b, #1f1f1f, #272727); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*******************
        Select
******************/
.bootstrap-select>.dropdown-toggle{
	border: #BDBDBD solid 1px;
}
.bootstrap-select .dropdown-menu {
	max-width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select .dropdown-menu {
	max-width: 100% !important;
}

.bootstrap-select .dropdown-item{
	white-space:normal !important;
}

.navbar .nav-link{
	font-size: .9rem;
}
.art_picker{
  display: inherit;
}
.art_picker .bootstrap-select{
 width:100% !important 
}
.auth_vid_title{
    float:left;
}
.ft_back_lnk{
    float:right;
}