
.calculated_value {
	border: 1px solid #999999;
	background: #ffffdd;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
	width: 40px;
}

#deductions_table .selected {
	background-color: #E9F2BC !important;
}

.deductions_popup {
	background: #e7e7e7;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	width: 400px;
	min-height: 200px;
}
.column_select_list {
	width: 10em;
	height: 10em;	
}

.row_select_list {
	width: 10em;
	height: 20em;	
}


.brick_container {
	width: 100%;
	height: 100%;
}

.stat_description {
	background-color: #eee;
	border-top: 1px solid #555;
}

.stat_description div {
	border: 1px solid #aaa;
	border-top: 2px solid #888;
	background-color: #fff;
	font-style: italic;
	padding: 10px 20px 10px 20px;	
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.statistics_list {
	height: 240px;
	overflow:auto;
	width: 19em;
	padding: 2px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	margin-top: 2px;
}

.input_stats {
	background-color: #ffffff;
}

.output_stats {
	background-color: #ffffe9;
}

#gridview_outer {
	border-collapse: collapse;
}

.dataset_note {
	background: #F6F6F6;
	height: 300px;
	border: 1px solid #aaa;
}
.post_it_note {
	font-family: sans-serif;
	font-size: small;
	background: #FFFFCC;
	width: 100%;
	height: 100%;
}

.dataset_version_list {
	background: #F6F6F6;	
	padding: 0px 2px 2px 2px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	overflow-y: scroll;
	height: 300px;
}
.dataset_version_list tr:hover {
	background: #CCCCCC;
}
.dataset_version_list_selected {
	background: #ddddff;
}
.dataset_version_header {
	background: #F6F6F6 url('themes/images/tabs/newcats_bkgd.gif') repeat-x;	
	padding: 0px 2px 2px 2px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border: 1px solid #aaa;	
}
.dataset_version_footer {
	background: #F6F6F6;
	padding: 0px 2px 2px 2px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border: 1px solid #aaa;
}

.dataset_block_cell_value {
	background: #fff;
	border: 1px solid #666666 !important;
	height: 15px;
	width: 100%;
	font-size: 12px;
}

.little_close {
	color: #666666;
	font-size: x-small;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 2px;
}

.little_close:hover {
	cursor: pointer;
}

.print_chart {
	padding: 0 5px 10px 0;
}

.print_chart:hover {
	cursor: pointer;
}

.block td {
	border: 1px solid #dddddd;
	padding-right: 3px;
}



.warning_item {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #797979;
	background-color: #ff1111;
	color: #ffffff;
	font-weight: bold;
}

.nc_warning_item {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #797979;
	color: #000000;
	background-color: #ffcc33;
}



.mini_template_list {
	padding: 5px;
	background-color: #d7d7d7;
	border: 1px solid #aaa;
	height: 600px;
	width: 300px;
	
}

.mini_template_inner {
	background-color: #f0f0f0; 
	border: 1px solid #aaa;
	border-top: 2px solid #888;
	-moz-border-radius: 10px;
	padding: 10px;
	height: 100%;
	width: 90%;
	margin: auto;
	overflow-y: scroll;
}

.mini_template_inner table tr:hover {
	background-color: #ffffff;	
}

.mini_template_inner table td {
	position: relative;
	text-align: center;
	padding: 3px;	
}

.job_log {
	width: 90%;
	min-height: 100px;
	margin-top: 2em;
	margin-bottom: 5em;
	background-color: #ffffff;
	color: #111111;
	border: 1px solid #111111;
}
.constraint {
	background-color: #fff;
	color: black;

}
.constraint:hover {
	background-color: #e5e5e5;
	color: #444;
}

.constraint_selected {
	background-color: #F08600;
	color: #fff;
}

.constraint_selected:hover {
	background-color: #F08600;
	color: #fff;
}

.constraint_list {
	padding: 0px;
	margin: 0px !important;
	border: none !important;
	width: 100%;
	x_width: 270px;
}

.constraint td {
	border-bottom: 1px solid #aaa !important;
	padding-bottom: .5em !important;
	padding-top: .5em !important;
	padding-right: 1em;
	white-space: nowrap;
	cursor: pointer;
}

.constraint td input {
	margin-left: 1em !important;
	margin-right: 1em !important;
}

#discover_import_param a {
	color: #0000aa;
}

.whitespace_link {
	margin-right: 10px;
	margin-bottom: 10px;
}

#discover_import_param button {
	background: url( /themes/images/button_gradient.jpg) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #aaaaaa;
	color: #111111;
}

#discover_import_param select {
	width: 400px;
	margin-top: 5px;
}

#discover_import_param .filter_list {
	height: 220px;
}


#discover_import_param li {
	margin-top: 15px;
	margin-left: 4px;
	font-weight: bold;
	line-height: 100%;
}

.cmparam_outer {
	margin-left: 15px;
	margin-bottom: 10px;
	padding-right: 40px;
	padding-left: 30px;
	clear: right;
}

.filter_instructions {
	border: 1px solid #666666;
	background-color: #ffffff;
	padding: 8px;
	font-weight: normal !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 9px;
	margin-left: 10px;
	width: 160px;
}

#datepicker {
	font-size: 10px;
}

#datepicker a {
	color: #eeeeee;
	font-size: 12px;
	padding: 3px;
}

#datepicker .ui-state-highlight {
	color: #000000;
}

.ui-datepicker-month, .ui-datepicker-year {
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.ui-datepicker-calendar th {
	font-size: 13px;
}

.discover_dates {
	font-size: 12px;
	border: 1px solid #666666;
	border-collapse: separate;
	margin-left: 20px;
	margin-top: 25px;
	height: 100%;
	padding: 3px;
}

.cad_available_dates {
	padding: 3px;
	text-align: center;
	background-color: #cccccc;
	border: 2px solid #666666;
	font-weight: bold;
	font-size: 11px;
	margin-left: 20px;
}

.date_label {
	text-align: right;
	padding-right: 3px;
	padding-top: 2px;
	font-weight: bold;
}

.date_select_outer {
	vertical-align: middle;
}

#Wizard_CADMineImport {
	padding-left: 30px;
}

#param_summary_table td {
	text-transform: uppercase;
}

#field_summary td {
	color: #333333;
}

#field_summary select {
	width: 300px;
}

.values_text {
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 4px;
	width: 320px;
	margin-top: 3px;
	margin-bottom: 3px;
	max-height: 10em;
	overflow: auto;
}
.DoubleListWidget td {
	border: 1px solid grey;
	border-collapse: collapse;
	text-align: center;
}

.DoubleListWidget {
	width: 100%;
}

.DoubleListWidget button {
	background: url( /themes/images/button_gradient.jpg) repeat-x;
	border: 1px solid #aaaaaa;
	color: #111111;
}
.fg_grid {
	border-collapse: collapse;
	border-top: 1px solid #555;
	border-left: 1px solid #555 !important;
	border-bottom: 1px solid #555;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	x_cursor: default;
	font-size: 100%;
}

.fg_chart {
	background-color: #ffffff;
	opacity: 1;
	x_position: absolute;
	padding: 8px;
	border: 1px solid #333333;
	top: 0px;
	left: 0px;
}

.fg_chart_title {
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: auto;
	width: 95%;
	white-space: nowrap;
}

.fg_chart_options {
	margin-right: 25px;
}

.fg_chart_options a {
	margin-right: 8px;
	color: #0000ff !important;
	text-decoration: underline;
}


.fg_grid input {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.fg_header {
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	padding-top: 3px;
	padding-left: 3px !important;
	padding-right: 3px !important;
	background: #f0f0f0;
	color: #000000;
	font-weight: bold;
	font-style:oblique;
	white-space: nowrap;
}

.fg_header img {
	margin-right: 0px !important;
}

.fg_row {
	text-align: right;
	padding-right: 1px;
}

.fg_highlight {
	background-color: rgb( 63, 90, 134 );
	color: #fff;	
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 1px 3px;
}

.fg_header_highlight {
	background-color: rgb( 125, 125, 135 );
	color: #fff;	
	padding: 3px 3px 2px 3px;
	p
}

.fg_mean {
	background-color: #f0f0f0;
	color: #000000;
	border-top: 1px solid #606060;
	border-right: 1px solid #606060;
	padding: 2px 2px;
	font-weight: bold;
}

.fg_cell {
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	color: #111111 !important;
	x_cursor: default;
	padding: 2px 3px;
}

.fg_cat1 {
	background-color: #ccccff;
}

.fg_cat2 {
	background-color: #ffffff;
}

.fg_cat3 {
	background-color: #ffffcc;
}

.fg_cat4 {
	background-color: #ffcccc;
}



.help_button2 {
	width: 85%;
	border: 1px solid #fff;
	background-image: none;
	font-weight: bold;
	-moz-border-radius: 5px;
	color: #fff;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	opacity: .7;
}
		
.help_button2:hover {
	opacity: 1;
}

.help_container {
	border-collapse: collapse;	
}

.help_container td {
	background: #e7e7e7;
}
	

.help_container p {
	text-align: justify;
	text-indent: 1em;
}



.topic_background {
	background-color: #909090 !important;
	border: 1px solid #333;
}

#topic_view {
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 3px solid #555;
	border-right: 3px solid #555;
	background: #fff;
	font-size: 12px;

	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: .5em 1.5em 2em 1.5em;
}

#search_results {
	height: 30em;
	overflow: scroll;
	width: 20em;
	padding: 2px;
}



.t_cell {
	padding: 1em;
	background: #e7e7e7;
	min-height: 35em;
}

.nu_input {
	color: #fff;
	font-weight: bold;
}

.min_staffing_option {
    color: #00000;
    margin: 4px 2px;
    text-decoration: underline;
}
body {
    /*font:62.5%/140% Verdana, Arial, Helvetica, sans-serif;*/
    font-family: 'lucida grande', Tahoma, Arial, Helvetica, sans-serif;
    height: 100%;
    margin-top: 0;
    width: 99%;
    margin: auto;
    background-color: #444444;
    background-image: url('/themes/images/gray_ditherbg.png');
    background-repeat: repeat-x;
}

p {
    padding: 8px 8px;
    margin-bottom: 10px;
    width: 90%;
    margin: auto;
    line-height: 130%;
}

blockquote {
    margin: 10px 10px;
}

ol, ul {
    margin: 10px 35px;
    padding-left: 25px;
}

li {
    list-style: disc;
    line-height: 150%;
}

#bg_image {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

fieldset {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 20px;
    border: 1px solid #666666;
    border-radius: 5px;
}

pre {
    font-family: Monaco, Lucida Console;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
}

#network_utility td {
    background-color: #333333;
    color: #ffffff;
}

.scroll300 {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #c0c0c0;
    background-color: #e6e6e6;
    margin-bottom: 4px;
}

legend {
    text-align: left !important;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 5px;
}

.title img {
    margin-top: 1.2em !important;
    padding: 0px;
    width: 120px;
    margin-bottom: 0px;
}

.big_logo {
    width: 420px;
}


#login_dialog {
    background-color: #e7e7e7;
    border: 3px solid #6f6f6f;
    border-radius: 8px;
    padding: 4px;
}

.login_message {
    font-size: medium;
    font-weight: bold;
    color: #7C8EAA;
}

.login_warning {
    font-size: medium;
    font-weight: bold;
    color: red;
}

#login_header {
    width: 420px;
    padding: 2px;
    margin-bottom: 6px;
}

#welcome {
    background-color: #ffffff;
    color: #000;
    padding-left: 1em;
    padding-bottom: 10em;
}


a {
    text-decoration: underline;
    cursor: pointer;

}

a:hover {
    text-decoration: underline;
    color: #771111;
}

hr {
    height: 1px;
    width: 50%;
    margin-top: 1em;
    color: #884444;
}

h1 {
    margin-top: 8px;
    margin-bottom: 10px;
    display: block;
    line-height: 1em;
    padding: .25em 1em .25em 1em;
    background-color: #ffffff;
    color: #555566;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #909090;
    font-size: 155%;
    font-weight: bold;
}


h1 img {
    margin-left: 10px;
    height: 16px !important;
    width: 16px !important;
}



h2 {
    margin-top: .5em;
    font-size: 150%;
    margin-bottom: 10px;
}


h3 {
    margin-top: 10px;
}

input.option {
    padding: 2px;
}

input[type="radio" ] {
    margin-right: 5px;
}

input {
    padding: 4px 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-width: 1px !important; /* Chrome user style sheet forces 2px? */
}

.noborder {
    border: 0px;
}

.away {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.near {
    position: relative;
    top: 0px;
    left: 0px;
}

.app_border {
    border: 1px solid #444;
}

#outer_shell {
    display: block;
}

#top {      
    text-align: left;
    font-weight: bold;
    color: #aaaaaa;
    margin-right: 10px;
    height: 40px;
    width: 100%;
}

#main {
    margin-top: 8px;
    background: none;
    position: relative;
    min-height: 90%;
    bottom: 0px;
    /*height: auto !important;*/
    min-width: 95%;
}

#workflows {
    min-height: 90%;
    bottom: 0px;    
}

.placeholder_div {
    margin: auto;
    background: #ffffff;
    min-height: 30em;
    min-width: 30em;
    margin-top: 20px;
}

.header_bar {
    background: linear-gradient( to bottom, #ccc, #eee );
    background: -webkit-linear-gradient( top, #ccc, #eee );
    border-bottom: 1px solid #686868;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #000;
    font-weight: bold;
}

.dark_background {
    background: linear-gradient( to bottom, #888, #222 );
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

.padded {
    padding: 1em 2em 10em 2em;
    background-color: #ffffff;
    
}
    
#menu_left {
    position: relative;
    padding: 0;
}

#menu {
    height: 25px;
    float: left;
    position: absolute;
    top: 13px;
    left: 10px;
    background: linear-gradient( to bottom, #777, #333 );
    background: -webkit-linear-gradient( top, #777, #333 );
    border-radius: 5px;
    margin: 0px 0px 5px 0px;
    padding: 4px 20px 8px 20px;
    border-bottom: 2px solid #ffffff;
    border-top: 1px solid #111111;
    /*border: 1px solid #000000;*/
}

#menu td {
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
}


#menu a {
    color: #ffffff;
    font-size: 12px;
    line-height: 25px;
    padding: 0 5px;
    height: 25px;
    text-decoration: none;
}

#menu a.selected, #menu  a:hover {
    font-weight: bold;
    border-bottom: 2px solid #FF9C08;
    color: #ffffff;
}

.corona_tab li {
    line-height: 85%;
}

.table_option_cell {
    background-color: #5a5a5a;
    margin: 0px !important;
    padding: 0px !important;
    white-space: nowrap;
    vertical-align: middle !important;
    text-align: center;
}

.table_option {
    border: 1px solid #5a5a5a;
    background-image: none;
    color: #fff;
    background-color: #5a5a5a !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
    width: 80%;
    margin: auto;
    cursor: pointer;
    border-radius: 2px;
    white-space: nowrap;
    font-weight: bold;
}

.table_option:hover {
    /*background-color: #f3dd33;*/
    border: 1px solid #eeeeee;
    
}

.table_option img {
    vertical-align: middle;
}

.sidebar {
    vertical-align: top;
    text-align: center;
    background: #999999;
    padding-left: 2px;
    padding-right: 2px;
    border: 1px solid #999;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 120px;
}

.sidebar_option {
    color: #fff;
    padding: 20px 5px 20px 5px; 
    border: 1px solid #333;
    cursor: pointer;
}

.sidebar_option:hover {
    background: #888;
    border-radius: 10px;
    border: 1px solid #aaa;
}

#fullheight {
    height: 100%;
}

.divider {
    border: 1px solid gray;
}


.inline_spaced {
    margin-left: 3px;
    margin-right: 3px;
}

input {
}

.btn, button {
    background: linear-gradient( to bottom, #fff, #ddd );
    background: -webkit-linear-gradient( top, #fff, #ddd );
    color: #111;
    font-size: 90%;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    padding: 3px 9px;
    cursor: pointer;
    height: 32px;
}

button.disabled {
    border: 1px solid #D2D2D2;
    color: #D2D2D2;
}

.btn:hover {
    border: 1px solid #666666;
    cursor: pointer;
    
}

.btn_alt {
    background: linear-gradient( to bottom, #fff, #ddd );
    background: -webkit-linear-gradient( top, #fff, #ddd );
    color: #111;
    border: 1px solid #aaaaaa;
    padding: 3px 5px 3px 5px;
    cursor: pointer;
}

.btn_small {
    background: linear-gradient( to bottom, #fff, #ddd );
    background: -webkit-linear-gradient( top, #fff, #ddd );
    border: 1px solid #76a2d0;
    padding: 2px 5px 2px 5px;
    margin: 3px 3px 3px 3px;
    color: #111;
    cursor: pointer;
}

.btn_small:hover {
    background-image: url(/themes/images/button_gradient.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    border: 1px solid #f6cb00;
    color: #444;
    cursor: pointer;
}

.btn_small:disabled {
    background: #999999;
    border: 1px solid #666666;
    padding: 1px 3px 1px 3px;
    margin: 3px 3px 3px 3px;
    color: #C0C0C0;
    font-weight: bold;
    cursor: pointer;
}

.btn_padded {
    margin: 10px 10px 10px 10px;
}



.table_buttons {
    padding-left: 5px !important;
    padding-right: 5px;
    border: none;
    background: #ffffff;
}

.table_buttons input, button {
    margin: 10px 7px 10px 7px;  
}

.table_buttons span {
    vertical-align: middle; 
}

.btn:disabled {
    background: linear-gradient( to bottom, #aaa, #ddd );
    background: -webkit-linear-gradient( top, #aaa, #ddd );
    color: #fff;
    font-weight: bold;
}

.content_header {
    font-size: large;
    font-weight: bold;
    color: gray;
}



.spinner {
    position: relative;
    vertical-align: middle;
}

table.bordered {    
    border-collapse: collapse;
    background-color: #fff;
}

table.bordered td {
    border-right: 1px solid #777777;
    border-bottom: 1px solid #777; 
    padding-left: .5em;
    padding-right: .5em;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}

table.bordered tr {
    border: 1px solid #777;
}

table.bordered img {
    margin-right: 1em;
    width: 20px;
    height: 20px;
}


table.bordered img:hover {
    cursor: pointer;
}

table.bordered .btn {
    margin: 10px 10px 10px 10px;    
}

table.bordered th {
    border-bottom: 2px solid #505050;
    border-top: 1px solid #505050;
    padding-bottom: .4em;
    padding-right: 2px;
    padding-top: .3em;
    font-weight: bold;
    font-size: 90%;
    color: #ffffff;
    cursor: default;
    background: linear-gradient( to bottom, #888, #000 );
    background: -webkit-linear-gradient( top, #888, #000 );
}

table.simple {
    padding: 0px 0px 0px 0px !important;    
    border-collapse: collapse !important;
}
table.simple tr {
    padding: 0px 0px 0px 0px !important;    
    border-collapse: collapse !important;
}
table.simple td {
    padding: 0px 0px 0px 0px !important;
    border-collapse: collapse !important;
    margin: 0px;
}

dialog_title {  
    color: #888;
    font-size: larger;
    font-weight: bold;
}

.dialog {
    background: #eee;
    border-radius: 1em;
    border: 1px solid #999;
}

.message {
    background: #b0c6e1;
    font-size: small;
    font-weight: bold;
    color: white;
}

.warning {
    font-size: medium;
    font-weight: bold;
}

.framed_center {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #444444;
    width: 50%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 25px;
}

#lbl_please_wait {
    padding: 5px;
    border-width: 0px !important;
}

.clickable:hover {
    text-decoration: underline;
    cursor: pointer;
}

.tiny_link {
    color: #666666;
    font-size: x-small;
    font-weight: bold;
    margin: 2px;
}

.tiny_link:hover {
    cursor: pointer;
}

.max_height {
    overflow-y: auto;
}

.error {
    font-weight: bold;
    color: red;
}

.align_left {
    text-align: left !important;
}

.tab_content {
    padding: 10px 20px 40px 10px;
    background-color: #ffffff !important;
    border-top: 2px solid #111111;
    border-radius: 5px;
    color: #111111 !important;
}

#datasets {
    padding: 10px 20px 40px 10px;
}


.white_tab_panel {
    background-color: #eeeeee !important;
    color: #111111;
}

#login_learn_more {
    text-align: center;
    font-size: 13px;
    border: 1px solid #333333;
    background-color: #f59521;
    color: #111111;
    font-weight: bold;
    padding: 5px;
}

#login_learn_more a {
    color: #111111;
}

.popup_div {
    background-color: #ffffff;
    border: 1px solid #333333;
    padding: 2px 5px 5px 5px;
    overflow: auto;
    position: absolute;
    -webkit-box-shadow: #999 5px 5px 10px;
    box-shadow: #999 5px 5px 10px;
    -moz-box-shadow: #999 5px 5px 10px;
}

#scheduler_export li {
    margin-top: 10px;
}

#scheduler_export li a {
    color: #ff0000 !important;
}

#progressbar {
    background: linear-gradient( to right, #fff, #d0d0d0 );
    background: -webkit-linear-gradient( left, #fff, #d0d0d0 );
    z-index: 256;
    padding: 8px 15px;
    border: 2px solid #aaaaaa;
    height: 34px;
    width: 250px;
    vertical-align: middle !important;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    display: none;
}

/* some jquery-ui overrides in here */
.ui-tabs .ui-tabs-panel {
    /* override the amount of padding inside the jqueryui tab panels */
    padding: .1em .1em !important;
}

.ui-widget-header {
    background: linear-gradient( to bottom, #aaa, #444 );
    background: -webkit-linear-gradient( top, #aaa, #444 );
}

.ui-widget-content {
    background: linear-gradient( to bottom, #707070, rgb( 22, 20, 20 ) );
    background: -webkit-linear-gradient( top, #707070, rgb( 22, 20, 20 ) );
}

.ui-dialog {
    border: 1px solid #aaaaaa;
}

/* */

#admin_navset_sidebar {
    min-height: 600px;
}

.agency_list td {
    background-color: #dddddd;
}

#bullseye_btn {
    color: #000; 
    white-space:nowrap;
    width:auto;
    overflow:visible;
    height:32px;
    padding-right: 8px;
    padding-left: 4px;
    
}

#bullseye_btn em {
    vertical-align:middle;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 5px;
    margin-left: 5px;
    display:inline-block;
    width:26px;
    height: 26px !important;
    background-image: url( '/themes/images/scheduler/bullseye_small.png');
}


#bullseye_btn em.left_image {
    background-position: 40% 40%;
    background-repeat: no-repeat;
    padding-left: 16px;
    background-size: cover;
}


.sf_jobs_table td {
    text-align: center;
    background-color: #000000;
    color: #ddeeff;
    font-weight: bold;
}

.sf_jobs_table th {
    vertical-align: bottom;
    padding-left: 4px;
    padding-right: 4px;
}

.sf_jobs_div {
    visibility: hidden;
    border: 1px solid #444;
    background-color: #666;
    border-radius: 5px;
}

.sf_jobs_div td {
    white-space: nowrap;
}

.sf_results_div {
    height: 400px;
    overflow: scroll;
}

.sf_results td {
    white-space: nowrap;
    vertical-align: middle;
    padding: 2px;
    background-color: #ffffff;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-collapse: collapse;
    color: #000000;
}

.sf_results th {
    background-color: #555555;
    color: #fffff;
    padding-top: 3px;
    padding-bottom: 3px;

}

.blinker {
    margin-left: 4px;
    margin-right: -2px;
    border-radius: 50px !important;
    border: 1px solid #000000;
    padding: 1px;
    width: 25px;
    display: inline;
}

.custom_pattern_div {
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 1rem;
    width: 280px;
    margin: auto;
}

.custom_pattern_div td {
    color: #000000;
    border: 1px solid #bbb;
    padding: 3px 1rem;
    background-color: #ffffff;
}

.manage_shifts_table {
    margin-left: auto;
}

.manage_shifts_table td {
    border: 1px solid #888888;
    border-collapse: collapse;
    color: #000000;
    padding: .2em 2.5em;
}

.ops_goals_cell {
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    vertical-align: middle;
    text-align: center;
    padding: "4px 6px";
}

.news_summary_table {
    width: 100%;
    background-color: #ffffff;
}

.news_summary_table th {
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #333;
    text-align: left;
}

.news_summary_table td {
    padding: .5em;
    border-bottom: 1px solid #dddddd;
    color: #000;
}

#modal_shield {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#modal {
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 101;
}

#modal_content {
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 102;
}


#please_wait {
	height: 100%;
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 102;
	background-color: #fff;
}

#modal_content2 {
	padding: 10px;
	vertical-align: middle;
}

#modal_content2 table {
	background-color: #e7e7e7;
	margin: auto;
}


.navset_btn:hover {
	border: 1px solid #f08600;
}

.navset_btn {
	border: 1px solid #494949;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;

	padding: 7px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

.navset_sidebar {
	padding: 10px 10px 10px 10px;
	border: 1px solid #333333;
	margin-right: 1px;
	background-color: #494949;
	color: #ffffff;

}

.navset_page {
	background-color: #eeeeee !important;
	color: #111111;
	padding: 0px;
}

.navset_page a {
	color: #0000ff;
}

.navset_outer {
	border: 1px solid #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.navset_selected {
	background-color: #f08600;
	color: #ffffff;
	border: 1px solid #888888;
}

.navset_padded {
	padding: 15px 20px 30px 20px;
}

.navset_not_padded {
	padding: 0px;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: smaller;
}

.report_params select {
	width: 23em !important;
}

.report {
	margin: 0 1cm 0 1cm; 
}

.report_title {
	text-align: center;
	/*border: 1px dashed grey;*/
	margin: 5px;
	padding: 5px;
	page-break-after: always;
}
.report_title h1 {
	font-size: xx-large;
	color: grey;
}
.report_title p {
	text-align: left;
}

.toc {
	/*border: 1px dashed grey;*/
	margin: 5px;
	padding: 5px;
	page-break-after: always;
}
.toc h1 {
	font-size: larger;
}

.section {
	/*border: 1px dashed grey;*/
	margin: 5px;
	padding: 5px;
	page-break-after: always;
}

.page {
	/*border: 1px dashed grey;*/
	margin: 5px;
	padding: 5px;
	page-break-after: always;
}

.page table {
	width: 100%;
	border: 1px solid grey;
	border-collapse: collapse;
	font-size: 80%;
}

.bigger table td {
	font-size: 10px;
}

.page table td {
	border: 2px solid #ddd !important; 
	padding-left: 2px;
}
.page table td.header {
	border-right: 1px solid grey;
	border-bottom: 1px solid grey; 
	background-color: #f0f0f0; /* #c9d4e9; */
	font-weight: bold;
}
.page table td.meta {
	border-right: 1px solid grey;
	border-bottom: 1px solid grey; 
	background-color: #f0f0f0; /* #e5ffcc; */ 
	font-weight: bold;
	font-style: italic;
}
.page h5 {
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}

.page .grid {
	margin: 0 0 10px 0;
}

.page .chart {
	/*background-color: #F7F7F7; /* #c9d4e9; */
	/*border: 1px solid grey;*/
}
.team_column {
    vertical-align: top;
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
    width: 240px;
    padding: 0px;
    padding-top: 0px;
    background-color: #eeeeee;
    text-align: center;
}

table.timeblock_hover {
    width: 99%;
    margin: auto;
    border: 0px solid #888888;
}

table.timeblock_hover td {
    padding: 5px;
    border: 0px solid #888888;
}

table.timeblock_hover .action {
    text-align: center;
    background-color: #ffffff;
    text-decoration: underline;
    font-weight: bold;
}

table.timeblock_hover .info {
    font-weight: bold;
    text-align: right;
}

.timeblock_hover_div {
    background-color: #000000;
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
    font-size: 10px;
    -webkit-border-radios: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #555555;
    font-weight: bold;
    padding: 3px;
    z-index: 255;
    position: absolute;
}



.selected_team td {
    border-width: 0px 0px 1px 0px !important;
    background-color: #eeffff !important;
}

.menu_row {
    border-top: 1px solid #333333;
}

.menu_row td {
    border-width: 0px 0px 0px 0px !important;
    background-color: #eeffff !important; 
}

.team_menu {
    border: 1px solid #333333;
}

.team_menu td {
    padding: 2px 4px;
}

.nonzero_units {
    background-color: #ffffcc;
    font-weight: bold;
}

.newly_allocated_to {
    border: 2px solid #ff0000;
}

.week_row {
    text-align: center;
    background: linear-gradient(to bottom, #444, #222);
    background: -webkit-linear-gradient(top, #444, #222);
    color: #ffffff;
}

.day_row {
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
    font-style: italic;
    border-right: 2px solid #111111 !important;
    color: #ffffff;
}


.viewport_container {
    vertical-align: top;
    background-color: #505050;
    width: 100px;
    padding: 0px;
}

.profile_editor {
    background-color: #eeeeee;
    color: #111111;
    width: 100%;

}

.editor_table {
    border-style: none;
    background-color: #505050;
    padding: 0px;
}

.editor_table td {
    border-top: 1px solid #505050 ;
    border-right: 1px solid #505050;
    cursor: default;
}


.profile_editor table {
    border-collapse: collapse;
}


/* includes just the list of team names */
.team_table td {
    border-top: 1px solid #777777;
    padding-right: 4px;
    padding-left: 4px;
    text-align: left;
}

.team_table input {
    padding: 0px 5px;
    border-radius: 1px;
    margin: 0px;
}

.team_table {
    border-collapse: collapse;
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
    width: 100%;
    background-color: #ffffff;
    border-top-style: hidden;
}

/* includes the entire row in the viewport for the team */
.team_row td {
    vertical-align: middle;
    font-weight: bold;
}

.team_row img {
    margin-right: 4px;
    border: 1px solid #505050;
}


.total_row_labels {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px;
}

.total_row_labels td {
    text-align: right;
    padding-right: 4px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #666666;
    font-size: 90%;
    font-weight: bold;
}

.timeblock_cell {
    width: 13px;
    background-color: #232323;
    text-align: center;
}

.timeblock_cell:hover {
    background-color: #494949;
}

.rotated {
    font-size: 11px;
    padding: 4px 4px;
    text-align: center;
    font-weight: bold;
    min-width: 22px;
    white-space: nowrap;
    background: linear-gradient( to bottom, #707070, #000000 );
    background: -webkit-linear-gradient( top, #707070, #000000 );
    color: #d5d5d5;
}

.warning_text {
    background-color: #ff0000 !important;
    color: #ffffff;
    font-weight: bold;
}

.workflow_units {
    text-align: center;
    background-color: #000000;
    color: #d0d0d0;
}

.total_row {
    font-size: 90%;
    text-align: center;
    background-color: #ffffff;
    padding: 2px 4px;
    vertical-align: middle;
}


.difference_graph {
    vertical-align: top;
    background-color: #ffffff;
    padding: 0px;
}

.max_onduty_highlight {
    background-color: #ffff00;
    font-weight: bold;
}


.profile_info_header td {
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 5px;
    border: 1px solid #bbbbbb;
}

.fit_and_cost_info {
    padding: 3px 8px;
    background-color: #ffffff;
    border: 1px solid #333333;
    vertical-align: middle;
}

.fit_and_cost_info table {
    border-collapse: collapse;
    border: 0px;
}

.fit_and_cost_info td {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    /*padding: 1px 1px;*/
}

.profile_name {
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient( to right, #555, #111 );
    background: -webkit-linear-gradient( left, #555, #111 );
    color: #afafaf;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    text-align: center;
    border: 0px;
    vertical-align: middle;
}

.profile_name a {
    font-weight: bold;
    font-size: 90%;
    color: #ffffff !important;
}

.profile_name td {
    border-width: 0px;
}

.week_links td {
    font-weight: bold;
    font-size: 80%;
    padding: 5px 10px;
    white-space: nowrap;
    border: 1px solid #444444;
}

.week_links td:hover {
    background-color: #606060;
    border: 1px solid #dddddd;
}

.week_links {
    width: 70%;
    margin: auto;
}

.new_week {
    border-left: 3px solid #00aa00 !important;
}

.new_day {
    border-right: 2px solid #111111 !important;
}

.allocating {
    background-color: #000000 !important;
    color: #111111 !important;
}

.units_scheduled_row {
    background-color: #ffff00;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
}

.units_expected_row {
    white-space: nowrap;
    background-color: #ddddff;
}

.allocated_header_row {
    white-space: nowrap;
    background-color: #eeffff;
}

.goals_header_row {
    white-space: nowrap;
    background-color: #ffffcc;
}

.menu_spacer {
    color: #aaaaaa;
    padding-right: 4px;
    padding-left: 4px;
}

.bar_div {
    border: 1px solid #999999;
    margin: 0px;
    -webkit-border-radios: 2px;
    -moz-border-radius: 2px;
    width: 100%;
}

.top_td {
    border: 0px !important;
    border-bottom: 1px solid #555555;
    vertical-align: bottom;
}

.bottom_td {
    vertical-align: top;
    border: 0px !important;
}

.fg_chart {
    height: 500px;
    width: 900px;
    position: absolute;
}

.report_options {
    background-color: #aaaaaa;
    width: 400px;
    height: 450px;
}

.tableSelectionWidget {
    width: 100%;
    margin-bottom: 15px;
}

.tableSelectionWidget tr:hover {
    background: #f7f298;
    cursor: pointer;
}
.tableSelectionWidget tr.selected {
    background: #f08600;
    color: #fff;
    cursor: pointer;
}

.tableSelectionWidget td {
    vertical-align: middle;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 3px;
    padding-right: 3px;
}
.template_list {
	width: 75%;
	margin: auto;
	text-align: justify;
}

.template_link {
	font-size: larger;
	font-weight: bold;
	text-decoration: underline;
	color: #553333;
	cursor: pointer;
	margin-bottom: 10px;
}.tabframe {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 40px;
	color: #111111 !important;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#wf_tabs {
	background-color: #dddddd !important;
	background-image: none !important;
}

#wf_tabs .ui-corner-all {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}


#wf_panes {
	position: relative;
	background: #ffffff;
	margin-top: 0px;
	width: 100%;
}

.ui-state-default img {
	display: none;
}

.ui-tabs-selected img {
	display: block;
}

.wf_pane {
	background: #ffffff;
	border: 1px solid #888;
	color: #000000;
	top: 0;
	left: 0;
}


.wf_new_title {
	font-size: x-large;
	font-weight: bolder;
	margin-left: 1em;
	color: #3A3A3A;
}

.wf_new_info {
	font-size: medium;
	color: #3A3A3A;
	margin-left: 1.5em;
}

.wf_new_label {
	color: #3A3A3A;
}

.box {
	font-family: sans-serif;
	border: 1px solid #3A3A3A;
	padding: 3px;
}

.box td {
	padding: 2px;
}

.wf_path_option {
	background: #fff;
	border: 1px solid #3A3A3A;
	padding: 2px;
	margin: 6px;
}

.wf_path_option:hover {
	background: #ddd;
	cursor: pointer !important;
}

.wf_path_option_selected {
	background: #729fcf;
	color: #fff;
	border: 1px solid #3A3A3A;
	padding: 2px;
	margin: 6px;
}
.wf_path_option_selected:hover {
	background: #ddd;
	cursor: pointer !important;
}

#yui_workflow {
	padding: 4px;
	background-color: #ffffff !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.workflow_close_img {
	cursor: pointer;
	margin: 0;
}

.module_overlay {
	z-index: 10;
}

#sidebar_nav {
	z-index: 0 !important;
}
