/*
	DARKEST PURPLE	#776DA2
	DARK	PURPLE	#9494B2
	PURPLE			#AAAACC
	LIGHT PURPLE	#D4D4FF
	
	GREY			#DDDDDD
*/





/* always show the vertical scrollbar
to reduce jumping when changing pages*/
html {overflow-y: scroll;}

body{
	background-color: #D4D4FF;
    color: #878787;
    font-family: "Bookman Old Style","Microsoft Sans Serif",arial;	
}

.no-top-margin{
	margin-top: 0;	
}

.text-center{
	text-align: center;	
}

.nowrap{
	white-space: nowrap;	
}

.text-danger.text-fp,
a:link,
a:visited,
a:hover,
a:active {
    color: #776DA2;
}

.wysiwyg-container a:link,
.wysiwyg-container a:visited,
.wysiwyg-container a:hover,
.wysiwyg-container a:active {
	font-weight: bold;
}

a.btn,
.badge a{
	color: #FFFFFF;
	text-decoration: none;
}

.badge a:HOVER{
	color: #D4D4FF;
}
.panel-info{
	border-color: #776DA2;
}
.panel-info > .panel-heading {
    background-color: #DDDDDD;
    border-color: #776DA2;
    color: #776DA2;
}

.label.fp-label{
	background-color: transparent;
	border: 1px solid #DDDDDD;
	float: right;
	padding: 5px;
	color: #000000;
	font-weight: normal;
	font-size: 100%;
}
.label.fp-label a{
	color: #000000;
}
.label-title{
    position: relative;
    top: 3px;
}

.clearboth{
	clear: both;	
}

.disp-image{
	width: 100%;
	margin-bottom: 20px;
}

.panel.image-description p.forsale{
	border-top: 1px dashed #776DA2;	
	padding-top: 10px;
}

.panel.image-description .panel-body p{
	color: #776DA2;
}

.btn-success {
    background-color: #6C489D;
    border-color: #4F2B80;
    color: #FFFFFF;
}

.btn-success:HOVER {
    background-color: #9494B2;
    border-color: #6C489D;
}

.btn-success:FOCUS {
    background-color: #EEEEEE;
    border-color: #6C489D;
    color: #000000;
}

.panel {
    background-color: #EEEEEE;
}

.panel-default > .panel-heading {
    background-color: #DDDDDD;
}

.list-group-item {
    background-color: #F8F8F8;
}

.publication-extra-info .list-group-item {
    background-color: transparent;
}

.well {
    background-color: #DDDDDD;
}

.well-sub{
	margin-bottom: 0px;	
}

.well-transparent{
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;	
}

.row-spacer{
	margin-top: 15px;
}

.form-control:focus {
    border-color: #ac49ea;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(182, 102, 233, 0.6);
    outline: 0 none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #776DA2;
}

/*------------------------
	FRONT END SIDE MENU
	LEVEL 2
-------------------------*/
.front-end .nav-pills > li > ul.nav-pills > li > a{
	padding: 5px 15px;
	margin-left: 10px;
	font-size: 95%;
}

.front-end .nav-pills > li > ul.nav-pills > li.active > a{
	background-color: #9494B2;
}

/*------------------------
	FRONT END SIDE MENU
	LEVEL 3
-------------------------*/
.front-end .nav-pills > li > ul.nav-pills > li > ul.nav-pills > li > a{
	margin-left: 20px;
	font-size: 90%;
}

.front-end .nav-pills > li > ul.nav-pills > li > ul.nav-pills > li.active > a{
	background-color: #AAAACC;
}

/*------------------------
	FRONT END SIDE MENU
	LEVEL 4 and above
-------------------------*/
.front-end .nav-pills > li > ul.nav-pills > li > ul.nav-pills > li > ul.nav-pills > li > a{
	margin-left: 30px;
	font-size: 85%;
}

.front-end .nav-pills > li > ul.nav-pills > li > ul.nav-pills > li > ul.nav-pills > li.active > a{
	background-color: #D4D4FF;
}



.header .main-header-logo{
	width: 100%;	
}

.footer {
    border-top: 1px dashed #878787;
    padding: 20px 0;
    margin: 10px 0px;
    text-align: center;
}

.inline-img {
    vertical-align: bottom;
}

.cke_dialog *,
#cke_page_text *,
#cke_author_text *,
#cke_publication_synopsis *{
    -moz-box-sizing: content-box;
}

.wysiwyg-container{

}

.admin-order div{
	margin-left: 20px;	
}
.admin-image{
	max-width: 100px;
	max-height: 100px;
}

select,
input[type="text"],
input[type="password"]{
	max-width: 300px;
}

.media-author{
	max-width: 150px;
	width: 150px;
}

.author-image{
	float: right;
	margin: 0 0 10px 20px;
}

#accordion .panel{
	background-color: transparent;
	border-color: #6C489D;
	border: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

ul.image-container{
	padding: 0;
	margin: 10px 0;
}

ul.image-container li{
	list-style-type: none;
	display: inline-block;
	line-height: 20px;
}

ul.image-container li figure{
	margin: 10px;
}

ul.image-container li figcaption{
	text-align: center;
	display: table-caption;
	width: 100%;
}

ul.image-container li figure,
ul.image-container li figure img{
	max-width: 200px;
	max-height: 200px;
}

ul.image-container li figure{
	max-height: none;
}

ul.image-container li img{
	margin: 5px 0;
}

.author-publications .panel-group,
.author-publications .list-group{
	margin-bottom: 0;
}

.pagination-container{
	overflow: auto;
}
.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus,
.pagination > li > a, .pagination > li > span {
    background-color: #DDDDDD;
}

td.actions{
	white-space: nowrap;
}

/*------------------------
	BACK TO TOP
-------------------------*/
#back-top-footer{
	text-align: center;	
}
#back-top {
	position: fixed;
	bottom: 30px;
}

#back-top-footer a,
#back-top a {
	width: 150px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #776DA2;
	font-size: smaller;
	
	border: 1px solid transparent;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top-footer a{
	display: inline-block;	
}
#back-top-footer a:HOVER,
#back-top a:hover {
	background-color: #776DA2;
	color: #FFFFFF;
	border: 1px solid #000000;
	
    -moz-box-shadow:5px 5px 10px #000000;
    -webkit-box-shadow:5px 5px 10px #000000;
    box-shadow:5px 5px 10px #000000;
}
#back-top-footer a span.glyphicon{
	font-size: 200% !important;
}
#back-top a span.glyphicon {
	font-size: 400% !important;
}