/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 /******************************/
.fac-holder a:link, .fac-holder a:active, .fac-holder a:visited {text-decoration: none; margin:5px;}
.facility-panel-navigation{
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 0px 15px 15px 0px;
	
	background-color: #3276b1;
	
	moz-border-radius: 5px;
	border-radius: 5px;

	
	width: 120px; 
	height: 120px;
	color: #FFFFFF; 
	font-size: 1em; 
	font-weight:bold;

	
	text-decoration: none;
	vertical-align: top;
}

.facility-panel-navigation-disabled{
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 0px 15px 15px 0px;
	
	background-color: #D2E7ED;
	
	moz-border-radius: 5px;
	border-radius: 5px;

	
	width: 120px; 
	height: 120px;
	color: #FFFFFF; 
	font-size: 1em; 
	font-weight:bold;

	
	text-decoration: none;
	vertical-align: top;
}


.facility-panel-navigation-add{
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 0px 15px 15px 0px;
	
	background-color: #fd9519;
	
	moz-border-radius: 5px;
	border-radius: 5px;
	
	width: 120px; 
	height: 120px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size: 1em; 
	font-weight: bold;
	
	text-decoration: none;
	vertical-align: top;
}
.facility-panel-navigation:hover, .location-panel-navigation:hover {
	text-decoration: none;
	background-color: #4289c7;
	list-style: none;
	list-style-type: none;
}
.location-panel-navigation-add:hover, .facility-panel-navigation-add:hover {
	text-decoration: none;
	background-color: #fda419;
	list-style: none;
	list-style-type: none;
}
.facility-panel-navigation img, .facility-panel-navigation-disabled img, .facility-panel-navigation-add img, .location-panel-navigation img, .location-panel-navigation-disabled img, .location-panel-navigation-add img { display:block; padding: 5px 0 5px 0; margin: 0 auto 0 auto;}
/******************************/


.location-panel-navigation{
	display: inline-block;
	padding: 5px;
	text-align: center;
	margin: 0px 15px 15px 0px;
	
	background-color: #3276b1;
	
	moz-border-radius: 5px;
	border-radius: 5px;
	
	width: 90px; 
	height: 90px;
	color: #FFFFFF; 
	font-size: 85%;
	font-weight:bold;
	
	line-height: 1em;
	
	text-decoration: none;
	list-style: none;
	list-style-type: none;
	
	vertical-align: bottom;
	word-wrap: break-word;
}
.location-panel-navigation-alex{
	display: inline-block;
	padding: 1px;
	text-align: center;
	margin: 0px 5px 5px 0px;
	
	background-color: #3276b1;
	
	moz-border-radius: 5px;
	border-radius: 5px;
	
	width: 45px; 
	height: 45px;
	color: #FFFFFF; 
	font-size: 75%;
	font-weight:bold;
	
	line-height: 1em;
	
	text-decoration: none;
	list-style: none;
	list-style-type: none;
	
	vertical-align: bottom;
	word-wrap: break-word;
}
.location-panel-navigation-disabled{
	display: inline-block;
	padding: 5px;
	text-align: center;
	margin: 0px 15px 15px 0px;
	
	background-color:#D2E7ED;
	
	moz-border-radius: 5px;
	border-radius: 5px;
	
	width: 90px; 
	height: 90px;
	color: #FFFFFF; 
	font-size: 85%;
	font-weight:bold;
	
	line-height: 1em;
	
	text-decoration: none;
	list-style: none;
	list-style-type: none;
	
	vertical-align: bottom;
	word-wrap: break-word;
}

.location-panel-navigation-add{
	display: inline-block;
	padding: 5px;
	text-align: center;
	margin: 0px 15px 15px 0px;
	
	background-color: #fd9519;
	
	moz-border-radius: 5px;
	border-radius: 5px;
	
	width: 90px; 
	height: 90px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size: 80%;
	
	line-height: 1em;
	font-weight: bold;
	
	text-decoration: none;
	list-style: none;
	list-style-type: none;
	
	vertical-align: bottom;
	word-wrap: break-word;
}

.location-panel-navigation-add:hover {
	text-decoration: none;
	background-color: #fda419;
	list-style: none;
	list-style-type: none;
}

.loc-holder a, .location-panel-navigation, .location-panel-navigation a {
	text-decoration: none;
	list-style: none;
	list-style-type: none;
}

.location-panel-navigation a {
	margin: auto 0 auto 0;
}
/**********************************/

/******************************/
.location-icon-panel-navigation{
	display: inline-block;
	padding: 10px;
	text-align: center;
	margin: 0px 10px 20px 0px;
	
	background-color: #3276b1;
	
	moz-border-radius: 5px;
	border-radius: 5px;
	
	width: 45px; 
	height: 45px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size: 1em; 
	font-weight: bold;
	
	text-decoration: none;
	vertical-align: top;
}
/**********************************/

.bg-color-orange, .btn-warning, .label-warning{
	background: #fd9519 !important;
}
.img-float-right{
	display: block !important;
	float: right !important;
}

.login-img{
	margin: 10px 0 0 15px;
}

.row-form-padding{
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
}

/*************************/
.btn .btn-primary{
	padding: 10px!important;
}

/*Style for combobox popup menu*/
ul.ui-autocomplete {
	max-height : 200px;
	overflow: auto;
	z-index: 100100 !important;
}
ul.ui-autocomplete .ui-menu-item a.ui-state-focus {
	white-space:normal !important;
	font-weight:normal !important;
}

/**worksheet input styling**/
input.wsht-inp-min {
	min-width:100px;
}
select.wsht-inp-min {
	min-width:150px;
}
textarea.wsht-inp-min {
	min-width:200px;
}
.wsh_delete_type_title
{
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;	
}
.wsh_delete_info_p
{	
	font-size:16px;
	font-weight:bold;
}
