/* 
    Document   : custom.css
    Created on : Aug 9, 2012, 7:59:17 PM
    Author     : RichardOliver
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

h1.title {
    color: #717171;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 200%;
    margin-bottom: 15px;
}

#breadcrumbs {
    line-height: 10px;
    margin-bottom: 25px;
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
}
#breadcrumbs a {
    font-weight: normal;
    font-size: 90%;
    text-decoration: none;
}

ul#menu li {
    list-style: none;
    width: 250px;
    height: 90px;
    float:left;
}
ul#menu li a {
    font: normal 22px sans-serif;
    text-decoration: none;
}

ul#menu li span.title {
    font: normal 22px sans-serif;
    margin:0; padding:0;
}
ul#menu li ul.submenu {
    
}
ul#menu li ul.submenu li {
    list-style: disc;
    margin-left: 7px;
    height: 20px;
}
ul#menu li ul.submenu li a {
    font: normal 14px sans-serif;
    text-decoration: none;
}

span.label {
    font: bold 100% 'lucida grande',verdana,helvetica,arial,sans-serif;
    width: 175px;
    float:left;
    clear:left;
	line-height: 22px;
}
span.value {
	font: normal 100% 'lucida grande',verdana,helvetica,arial,sans-serif;
    min-width: 100px;
    float:left;
	line-height: 22px;
}

img.icon24 {width: 24px;height: 24px;vertical-align: -40%;}

.inline li { list-style: none; display: inline;}

.xnote { font-size: 10px !important; line-height: 16px !important; font-style: italic; }
.xnote2 { font-size: 11px; font-weight: normal; }
.bold {font-weight: bold !important }
.italic {font-style: italic !important; }
.red {color: #f00;}
.gray {color: #999;}
.normal {font-weight: normal !important;}
.txtrght {text-align: right;}
.txtctr {text-align: center;}
.clear {clear:both;}
.flft {float:left;}
.frght {float:right;}
.mlft {margin-left: 15px;}
.mrght {margin-right: 15px;}
.bdrtop {border-top:1px solid #555555}
.smico {height:16px;vertical-align:middle}
.hide {display:none}
.counter {
	float:right;
	margin-top: -5px;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 14px;
    height: 14px;
    padding: 4px;
    
    background: #fb6b5b;
    border: 0px solid #666;
    color: #fff;
    text-align: center;
    
    font: bold 11px Arial, sans-serif;
}


#simplemodal-overlay {background-color:#333; z-index:2009 !important;} /* DO NOT CHANGE THESE STYLES */
#simplemodal-container {z-index:2010 !important; position:relative;} /* DO NOT CHANGE THESE STYLES, THEY EFFECT ALL MODALS AND AUTO COMPLETES IN THE SYSTEM */
.simplemodal-close { float:right; position:absolute;top:-13px;right:-13px;cursor:pointer; }
.modal-drag { float:left; position:absolute; top:5%;left:-24px;cursor:move;border:3px solid #999;border-right:0;background:#fff;-webkit-border-radius: 10px 0px 0px 10px;border-radius: 10px 0px 0px 10px;padding:3px; }
.standardModal  
{
    display:none;
    position:relative;
    z-index:2010 !important;
    -webkit-box-shadow: 0px 0px 10px 0px #000000;
    -moz-box-shadow: 0px 0px 10px 0px #000000;
    box-shadow: 0px 0px 10px 0px #000000;
    padding:15px;
    background:#fff; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;  
    border-radius: 10px;
    border: 3px solid #ccc; 
    min-width:400px;
}

.modalSectionBg
{
    background:#eee;
    margin-top:5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:15px;
}

.buttonStyle, .buttonStyle:active, .buttonStyle:visited
{
    background: #89cc97 !important; /* #72A0C1 !important; */
    padding:7px;
    border:1px solid #6ea279 !important;  
    color:#333 !important;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none;
}

.buttonStyle:hover 
{
    padding:7px;
    background:#6cb37b !important; 
    border:1px solid #6cb37b !important;
    cursor:pointer;
    text-decoration: none;
    color:#fff !important;
}

.buttonStyle:disabled
{
    padding:7px;
    background:#efefef !important;    
    border:2px solid #ccc !important;
    cursor:pointer;
    color:#999 !important;
}

.buttonStyleSelected
{
    padding:7px;
    border:2px solid #80be00;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    background:#80be00; 
    outline: none;
}

.buttonStyle_modalSectionBg, .buttonStyle_modalSectionBg:active, .buttonStyle_modalSectionBg:visited
{
    background:#999; 
    padding:11px;
    border:1px solid #999 !important;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color:#fff !important;
}

.buttonStyle_modalSectionBg:hover 
{
    padding:10px;
    background:#e3ecd2 !important;    
    border:2px solid #80be00 !important;
    cursor:pointer;
    color:#333 !important;
}

.buttonStyleSelected_modalSectionBg
{
    padding:10px;
    border:2px solid #80be00;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    background:#80be00; 
    outline: none;
}

.evt 
{
	cursor: pointer;
	border:none;
}
.thm 
{
	height:150px;
	padding:5px;
	margin:5px;
	border: 1px solid #ccc;
}
.thm-xs {
    height:16px !important;
    padding:0px;
    margin: 0px 2px;
} 
.thm-lg {
    height:350px !important;
    padding:2px;
    margin:0px;
}
.thm:hover
{
	border: 1px solid #80be00;
}
.thm-del {
	position: relative;
	float: right;
	left: -25px;
}
.checkbox
{
	float:none !important;
	margin-right:5px !important;
}


/* Datatables.net */
.dataTables_wrapper {
	font-size: 100%;
}
.dataTables_length, .dataTables_length select {
	font-size: 100%;
	white-space: nowrap;
}
.dataTables_filter {
	white-space: nowrap;
	padding-right: 8%;
}

/* /Datatables.net */

.add_row input {
	font-size: 100%;
	padding:2px;
	margin:0;
}

.disabled {
	color: #999;
}

.list .input {
	padding: 0;
	margin: 0;
}
.list input, .list span {
	padding: 2px;
	margin: 0;
	font-size: 120% !important;
}

.upSpinner { position: fixed;top: 30%;left: 40%;text-align: center;padding: 30px;background-color: #fff;border: solid 3px #333;z-index: 99999999;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.upSpinner img { height: 20px; }
.upMessage { color: #333; }


/* Layout */
.menu {
	clear:both;
	background-color: #41586e;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown a {
	float:left;
	padding: 15px 15px;
	width:170px;
	/* border-left: 1px solid #4b6175; */
	color: #adbece;
	font-weight:bold;
	cursor: pointer;
	text-decoration: none;
}
.dropdown a:hover {
	color: #fff;
	background-color: #4c6883;
}

.dropdown img {
	vertical-align: -40%;
	margin-right: 5px;
}

.dropdown-content {
	top: 54px;
    display: none;
    position: absolute;
    background-color: #374b5e;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /* padding: 12px 16px; */
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dataTable tbody tr:hover {
	background: #89cc97;
}

#review tbody tr {
	cursor:pointer;
}
#review .sub_td {
	background: #eee;
}

.lrge {
    width:16px !important;
    height:16px;
    background:white;
}

.redAlerts {
    border-radius: 50%;
    width: 15px;
    height: 15px;
	float:left;
    background: #fff;
    text-align: center;
    color: red;
    font-size: 11px;
    border: 1px solid red;
    box-shadow: 1px 1px 3px #888888;
    font-weight: bold;
}