﻿.size-100
{
	width: 100%;
}

.size-95
{
	width: 95%;
}

.size-90
{
	width: 90%;
}

.height-80
{
    height: 80px;
}

.height-100
{
    height: 100px;
}

.height-110
{
    height: 110px;
}

.height-full
{
    height: 100%;
}

.bg-dark-gray
{
    background-color: #2D2D2F;
}

.vert-middle
{
    vertical-align: middle;
}

.border-red
{
    border: 1px solid red;
}

.border-green
{
    border: 2px solid green;
}

.border-blue
{
    border: 2px solid blue;
}

.border-yellow
{
    border: 1px solid yellow;
}

.padding-top-30
{
    padding-top: 30px;
}

.footer
{
    color: White;
    font-size: small;
}

#divLoggedOut, #divLoggedIn p
{
    margin-top: -1em;
}

.qa-indent
{
    text-indent: 30px;
}

.order-report
{
	width: 150px;
	height: 50px;
	background: Lime;
	right: 120px;
	top: 80px;
	font-size: small;
	position: fixed;
	text-align: center;
}

.check-messy
{
	width: 300px;
	height: 50px;
	right: 120px;
	top: 80px;
	font-size: small;
	position: fixed;
	text-align: center;
}

.accordionHeader
{  
	border: 1px solid #2F4F4F;  
	color: white;  
	background-color: #2E4d7B;  
	font-family: Arial, Sans-Serif;  
	font-size: 12px;  
	font-weight: bold;  
	padding: 5px;  
	margin-top: 5px;  
	cursor: pointer;  
}  

.accordionHeaderSelected
{  
	border: 1px solid #2F4F4F;  
	color: white;  
	background-color: #5078B3;  
	font-family: Arial, Sans-Serif;  
	font-size: 12px;  
	font-weight: bold;  
	padding: 5px;  
	margin-top: 5px;  
	cursor: pointer;  
}  

.accordionContent
{  
	background-color: #D3DEEF;  
	border: 1px dashed #2F4F4F;  
	border-top: none;  
	padding: 5px;  
	padding-top: 10px;  
}  

.new-notice
{
	background-color: #FFFF00;  
	text-align: center;
}

.table-gray
{
    background-color: #f9f9f9;
}

.bottom-table
{
    height: 6px;
}

.opinion-text
{
    font-size: 133%;
}

.attorney-group {
    background-color: lightblue;
}

.company-group {
    background-color: palegoldenrod;
}

.simulate-comp {
    width: 100px;
    height: 50px;
    background: Lime;
    left: 30px;
    top: 20px;
    font-size: small;
    position: fixed;
}

.attorney-entry-border
{
    border: 1px solid blue;
    padding: 4px 1px 10px 10px;
}

.spacer
{
	margin-bottom: 4px;
}

.nodots
{
	list-style: none;
}

.panel-borderless {
	border: 0;
	box-shadow: none;
}

/* Remove the x close button from Modal areas */
.modal-header .close {
	display: none;
}
