@CHARSET "ISO-8859-1";

/* IE 6 doesn't support max-height
             * we use height instead, but this forces the menu to always be this tall
             */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1280px) {
	.container {
		margin-top: 5px !important;
		width: 90% !important;
	}
	.container-fluid {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
}
@media screen and (min-width: 1280px) {
	.container {
		margin-top: 5px !important;
		width: 90% !important;
	}
	.container-fluid {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
}

* html .ui-autocomplete { height: 250px;
}

a.menu-info:active,
a.menu-info:visited,
a.menu-info:hover,
a.menu-info:link {
/* take no prisoners. always use this on the upstairs items.PrintedCustomerInvoices*/
    color: #fff !important;  
    font-weight: normal !important;
}

body {
	background-color: #b9feff  !important;
	background-image: url('/resources/images/bg.jpg');
	background-repeat: repeat;
	color: #4F5155 !important;
	font: normal normal 13px/26px Verdana, Geneva, Arial, Helvetica, sans-serif !important;
	margin-top: 5px !important;
}

code {
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

div.checkbox {
	font-size: small;
	margin-bottom: 3px !important;
	margin-top: 3px !important;
}
div.PrintedCustomerInvoices, div#zodTab {
    border: 2px solid gray;
}
h1 {
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	color: #444;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	padding-bottom: 18px !important;
	padding-top: 18px !important;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold !important; }

table.table { background-color: #fff; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    padding-top: 2px !important;
    padding-right: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 2px !important;
}
tr#datarow:hover {background-color: yellow !important; color: #002166 !important;}
tr.invoices {
    cursor: pointer;
}
tr.invoices:hover {background-color: #7cfc00 !important; color: #002166 !important;}

.boxInvoiceTotals {
    font-size: .70em;
    font-weight: bold;
    width: 500px;
    height: 250px;
    padding-top: 2px !important;
    padding-right: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 2px !important;
    /*    float: right;*/
}
.boxClients {
    width: 230px !important;
    margin-top: 6px !important;
    padding-left:4px !important;
    padding-bottom: 4px !important;
    border: 2px ridge silver;
}
.frm_error {
	font-weight: bold !important;
	color: red !important;
}
.debug-container {
	background-color: darkred;
	color: greenyellow !important;
	-webkit-box-shadow: -30px -27px 94px 0px rgba(148,3,3,1);
	-moz-box-shadow: -30px -27px 94px 0px rgba(148,3,3,1);
	box-shadow: -30px -27px 94px -5px rgba(148,3,3,0.6);
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border: 5px solid #9a161a;
	display: block;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	position: relative;
	padding: 5px;
}

.dropdown-menu>li>a:hover { color: rgba(64,0,0,1) !important; }

/** overrides for bootstrap. hopefully. **/

.fazu { background-color: yellow !important; }

.form-control { width: auto !important; }

/*            .jumbotron {
                            background-color: #fcf8e3 !important;
                        }*/
                        
.jumbotron {
	box-shadow:  -30px -27px 78px -12px rgba(173,0,0,1);
	padding-bottom: 4px !important;
	padding-left: 4px !important;
	padding-right: 4px !important;
	padding-top: 4px !important;
}

.label { color: #fff !important; }

.panel-heading, .btn-default { color: rgb(80, 80, 80) !important; }

/*.table-striped > tbody > tr:nth-of-type(odd) { background-color: #EBF3EC !important; }*/
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #b7eff0 !important; }

.title-app-box {
	float: left;
	left: 5px;
	position: relative;
	text-align: center;
	top: 30px;
}

.title-client-box {
	float: left;
	left: 5px;
	padding-bottom: 8px;
	position: relative;
	top: 5px;
}

.title-loggedin-box {
	float: right;
	position: relative;
	right: 5px;
	top: 30px;
}

.title-timedate-box {
	float: right;
	padding-bottom: 8px;
	position: relative;
	right: 5px;
	top: 5px;
}

.ui-autocomplete {
	max-height: 250px; /* prevent horizontal scrollbar */
	overflow-x: hidden;
	overflow-y: auto;
}

.ui-autocomplete {
	max-height: 250px; /* prevent horizontal scrollbar */
	overflow-x: hidden;
	overflow-y: auto;
}

#body { margin-left: 15px; }

::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }


a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

h1 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

.footer{
	border-top: 1px solid #DdD0D0;
	color: rgb(80, 80, 80) !important;
	font-size: 11px;
	line-height: 32px;
	margin: 20px 0 0 0;
	text-align: right;
	padding-right: 5px !important;
}
p.footer {
	border-top: 1px solid #1199ff;
	line-height: 32px;
	padding: 0 10px 0 10px;
}

#experimental-container {
	margin: 10px;
	border: 1px solid #D0D0D0;
	-webkit-box-shadow: 12px 16px 31px 5px rgba(9,35,102,1.45);
	-moz-box-shadow: 12px 16px 31px 5px rgba(9,35,102,1.45);
	box-shadow: 12px 16px 31px 5px rgba(9,35,102,1.45);
	margin-top: 15px;
}
#top_header {
	margin-left: 5px;
        margin-right: -5px;
        width: 90%;
        box-sizing: content-box;
/*	border-left: 2px solid #1d9ce5;
	border-right: 2px solid #1d9ce5;
	border-top: 2px solid #1d9ce5;*/
}
#right_side {
	vertical-align: top;
}

#clienthours {
	color:#070 !important;
	font-size:24px !important;
	font-weight:bold !important;
}

#clientEntries {
	margin:0 !important;
	padding:0 !important;
	width:100% !important;
	/*min-height:400px;
	max-height:475px;*/
	height:400px !important;
	background-color:#fff !important;
	border:solid 1px #000 !important;
	overflow: scroll !important;
	height:400px !important;
}

#clientEntries li {
	list-style: none !important;
	padding:2px 5px !important;
	cursor:pointer !important;
	min-height:75px !important;
}

#clientEntries li:hover {
	background-color:#cfc !important;
}
#clientEntries li:nth-child(odd) {
	background-color: #faefcc;
	color: #1d2f43;
}
#clientEntries li:nth-child(odd):hover {
	background-color:#cfc !important;
}

#clientTime{
	color:green;
	font-size:1.5em;
}
input:invalid+span:after {
	content: '✖';
	padding-left: 5px;
}

input:valid+span:after {
	content: '✓';
	padding-left: 5px;
}