/*******************/
/* ChemDB Main CSS */
/*******************/

/*******/
/* DOM */
/*******/
html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
button{
	margin-right: 0px !important;
}
/*
.module span{
	text-align: left;
}
*/
a {
	margin-right: 0px !important;
	color: #4060B0;
	text-decoration: none;
}
a:hover {
	color: #4060B0;
	text-decoration: underline;
}
div.shadow {
	box-shadow: 5px 5px 5px grey;
    border: 1px solid #cccccc;
}
img.shadow {	
    box-shadow: 5px 5px 5px grey;
    margin: 0px 10px 5px 0px;
    padding: 2px;
    border: 1px solid #cccccc;
}
table {
	width: 100%;
}
input{
	margin-right: 0px !important;
}
h4 {
	clear: both;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	background: #CCCCCC;
}
textarea{
	padding: 0px;
    margin: 0px;
    background-color: white;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
/************/
/* Elements */
/************/
#background {
    height: 100%;
    overflow: auto;
    margin: auto;
    text-align: center;
    z-index: 1;
    
    /* Gradient */
    background-image: linear-gradient(bottom, rgb(204,204,204) 30%, rgb(242,242,242) 65%, rgb(255,255,255) 83%);
    background-image: -o-linear-gradient(bottom, rgb(204,204,204) 30%, rgb(242,242,242) 65%, rgb(255,255,255) 83%);
    background-image: -moz-linear-gradient(bottom, rgb(204,204,204) 30%, rgb(242,242,242) 65%, rgb(255,255,255) 83%);
    background-image: -webkit-linear-gradient(bottom, rgb(204,204,204) 30%, rgb(242,242,242) 65%, rgb(255,255,255) 83%);
    background-image: -ms-linear-gradient(bottom, rgb(204,204,204) 30%, rgb(242,242,242) 65%, rgb(255,255,255) 83%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.3, rgb(204,204,204)),
        color-stop(0.65, rgb(242,242,242)),
        color-stop(0.83, rgb(255,255,255))
    );
}
#header {
	margin: 25px 0px 0px 0px;
}
#chemdb-logo {
	cursor: pointer;
	width: 500;
	height: 75px;
	background-image:url('/images/ai-science-projects.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#header span{	
	font-size:small;
}
#top-nav {
	text-align: right;
}
#crumbs {
	clear: both;
	font-style:italic;
	background-color: #7b98db;
	border: 1px solid #C4C4C4;
	padding: 0px 0px 0px 5px;
}
#crumbs a{
	text-decoration: none;
	color: #ffffff;
}
#crumbs a:hover{
    text-decoration: underline;
    color: #ffffff;
}
#content {
    font-size:1em;
    margin: auto;
    margin-bottom: 10px;
    text-align:left;
    width: 950px;
    z-index: 1;
    overflow: auto;
}
#footer {	
	height: 100px;
	clear: both;
	background-color: #ffffff;
	margin: 0px;
	padding: 10px 0px 0px 10px;
	border-top: 5px solid #aaaaaa;
	font-size: 1em;
	text-align: left;	
}
#loadingDiv {
	display: none;
    font-weight: bold;
    left: 50%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 50%;
    z-index: 99999;   
}

/***********/
/* Classes */
/***********/
.margin-auto{
	margin: auto;
}
.small-font{
	font-size: 0.9em;
}
.crumb-arrow {
	margin: 0px 3px 2px 3px;
	width:3px;
	height:5px;
}
.float-right {
	float: right;
}
.float-left {
    float: left;
}
.module {
    overflow: auto; 
    padding: 10px;    
    background-color: #F7F7F7;
    border: 1px solid #C4C4C4;
}
.sub-module {
    overflow: auto; 
    padding: 10px;    
    background-color: #F7F7F7;
    border: 1px solid #C4C4C4;
    margin: auto;
    width: 800px;    
}
.data-row{
	padding: 5px;
}
.data-row:hover{
	/* Make background pale yellow on hover */
    background-color: #FFF68F;
}
.item {
    margin-bottom: 25px;
    clear: both;
    overflow: auto;
}
.item img {
	float: left;
}
.ui-widget{
	font-size: 1em !important;
}
.ui-widget-header {
	margin-top: 10px;
	color:white !important;
	padding:5px;
	font-size:1.3em;
}
.sub-header {
	font-size: 1.2em;
	margin: 10px auto 0;
    width: 800px;
}
.logo {
	border: 0 none;
	height: 25px;
	padding: 1px;
	vertical-align: middle;
	width: 25px;
}
.margin-top {
	margin-top: 10px;
}
.margin-top-big{
	margin-top: 25px;
}
.margin-top-huge{
	margin-top: 30px;
}

.nav-menu-item-wrapper{
    float: right;
    position: relative;
}
.menu-item {    
    width: 176px;    
}
.sub-menu {
	/*
	float: left;
    top: 124px;      
    */   
	text-align: left;
    display: none;
    position: absolute;
    width: 170px;
    z-index: 9999;
}
.sub-menu li{
	font-size: small;
	margin: 5px;
}
.sub-menu li.odd, .odd{
    background-color: #F7F7F7;
}
.even {
	background-color: #FFFFFF;
}
.module-column-left {
    width:29%;
    display:block;
    float:left;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
}
.module-column-right {
    width:70%;
    display:block;
    float:left;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    margin-left: 5px;
}
.middle-button{
	margin-left: 25px;
	margin-right: 24.5px !important;
}
.button{
	/*
	   width: 200px;
	   font-weight: bold;
	   font-size: 9pt;
	*/
}
.selectfull{
    width: 100%;
}
.multiselect{
    width: 100%;
}
.select{
    width: 200px;
}
.textarea{	
	width: 445px;	
	overflow: auto;
	float: left;
	background-color: #ffffff;	
}
label.error {
	float: right;
	display: block;
	color: red;
	vertical-align: top;
}
.errorMsg, .noProduct{
	/* Preserved from old ChemDB CSS */
	color: red;
	font-weight: bold;
}
.successMsg{
	color: #00C000;
    font-weight: bold;
}
.module-sub-header{
	font-weight: bold;
	/*text-shadow: 0.1em 0.1em 0.2em #cccccc;*/
	color: #333333;
	font-size: 1em;
}
.chemical-row {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	overflow: auto;
	word-wrap: break-word;
}
.clear{
	clear: both;
}
.hide {
	display: none;
}
.block{
	display: block;
}
.hidden {
	display: none;
}
.small-column{
	width: 29%;
}
.half-column {
	width: 49%;
}
.large-column{
    width: 70%;
}
.bottom-border{
    border-bottom:1px solid #cccccc;
    padding-bottom:10px;
    margin-bottom:10px;	
}
.top-border{
    border-top:1px solid #cccccc;
    padding-top:10px;
    margin-top:10px;
}
.gray-background{
	background-color: #cccccc;
	color: #ffffff;
}

/* Preserved Items */
#targetSmiles {
	float: left;
	width: 215px;
	margin: 5px;
}
.targetPlaceholder {
    background-color: white;
    border: 1px dashed black;
    font-size: 1.2em;
    height: 240px;
    width: 250px;
}

.reagent {          
    font-size: 1.2em;    
    width: 100%;
}
.availabilityUnknownChemical {
    border: 2px solid gray;
}
.availableChemical {
    border: 2px solid green;
}
.unavailableChemical {
    border: 2px solid red;
}
.softLine {
   background-color: #c0c0c0;
   padding: 0px;
}
.numberField {
	clear: both;
}
.subheading{
    font-weight: bold;
}
/* added by alusci*/
.error,.success,.info{
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-color: #F7F7F7;
border: 1px solid #C4C4C4;
background-position: 10px center;
}
.error {
background-image: url('/images/knob/error.png');
}
.info {
background-image: url('/images/knob/info.png');
}
.success {
background-image:url('/images/knob/success.png');
}
