﻿
.splash {
    text-align: center;
    margin: 10% 0 0 0;
}
.mselect option
{
    color: #000;
}

.mselect option:first-child
{
  color: #ff6600;
     text-decoration: underline;
}

#colorstrip{
    width: 100%; height: 150px;
    
    background-color: #fafafa;
    top:00px;
    position:fixed;
}

#checkbox label
{
    padding-left: 5px;
}

.splash .message {
    font-size: 5em;
    line-height: 1.5em;
  
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    text-transform: uppercase;
}

.splash .fa-spinner {
    text-align: center;
    display: inline-block;
    font-size: 5em;
    margin-top: 50px;
}

.navbar-nav li.loader {
    margin: 12px 6px 0 6px;
    visibility: hidden;
}

.navbar-nav li.loader.active {
    visibility: visible;
}

body {
    background-color: #fafafa;
}

.page-host {
    background-color: #F7F7F7;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
   
   
	padding-top: 15px;
	
	box-shadow: -1px 0 5px rgba(0,0,0,0.15), 1px 0 5px rgba(0,0,0,0.15);
}



/* Fixes newlines appearing as generic horizontal whitespace in dialogs/showMessage */
body > div.modalHost > div > div.modal-body > p {
	white-space: pre-wrap;
}

.form-horizontal > .form-group {
	margin-bottom: 7px; /* Bootstrap default is 15px */
}
.login-group{
        margin-bottom: 150px;
    margin-left: 700px;
    margin-right: 500px;
}
.form-inline {
	margin-left: -5px;
	margin-right: -5px;
}
.form-inline > * {
	padding-left: 5px;
	padding-right: 5px;
}
a.export, a.export:visited {
    text-decoration: none;
    color:#000;
    background-color:#ddd;
    border: 1px solid #ccc;
    padding:8px;
}

table.hoverTable{
	
		border-collapse:collapse; 
	}
  
table.hoverTable td{ 
		padding:7px;
       min-width:130px;
}

	/* Define the default color for all the table rows */
table.hoverTable tr:nth-child(odd){
		background: #fafafa;
	}
table.hoverTable tr:nth-child(even){
		background: #f0f4fa;
	}
	/* Define the hover highlight color for the table row */
table.hoverTable tr:hover {
   background-color: #b8d1f3;
}
table.hoverTable tr.even td {
	background: #b8d1f3;
    }

table.hoverTable a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table.hoverTable a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.hoverTable a:active,
table.hoverTable a:hover {
	color: #666;
	text-decoration:underline;
   
}
table.hoverTable {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:16px;

	background:#eaebec;
	margin-left:10px;
   
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.outline {
	color: white;
	text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black;
}

table.hoverTable th {
	

    color:#666;
  min-width:100px;
font:bold 16px Arial, Helvetica, sans-serif;
padding:10px 15px;
background:#090;

border-top:1px solid #e0e0e0;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
background: #87e0fd; /* Old browsers */
background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #DBEAFF 0%,#76DDFD 40%,#63CDEF 100%);
background: -o-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 11.10+ */
background: linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */

}
table.hoverTable th:first-child {
	text-align: left;
	padding-left:20px;
    
}
table.hoverTable tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.hoverTable tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.hoverTable tr {
	text-align: center;
	padding-left:20px;
}

table.hoverTable td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table.hoverTable td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

table.emptyTable {
}
table.emptyTable td {
}
table.emptyTable tr {
}
table.emptyTable tr:last-child td {
}

table.hoverTable tr:last-child td {
	border-bottom:0;
}
table.hoverTable tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
select:disabled {
    -webkit-appearance:none ;
    background-color: #EBEBE4;
}
table.hoverTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.hoverTable tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}