/*   

*/
body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;  
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFF;
	color: #333333;
}

html {
	height:100vh; 
}

.textNorm {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666;
}
.textSmall {
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666;
}
.center{
	text-align: center;
}

.capitalize{ text-transform:capitalize; }

.hidden{
	display: none;
}

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 5px auto;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
font: 14px Helvetica, Arial, sans-serif;
font-weight:bold;
}

.info {
color: #00529B;
/*background-color: #BDE5F8;*/
background-image: url('images/info.png');
}
.success {
color: #4F8A10;
/*background-color: #DFF2BF;*/
background-image:url('images/success.png');
}
.warning {
color: #9F6000;
/*background-color: #FEEFB3;*/
background-image: url('images/warning.png');
}
.error {
color: #D8000C;
/*background-color: #FFBABA;*/
background-image: url('images/error.png');
}

span.close {
	display: none;
	float:right;
	text-decoration:underline;
	cursor: pointer;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #ccc;
	background: #ccc url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	color: #363636;
}

.notification{
	margin-top: 20px;
	width: 50%;
	visibility:hidden;
}

.errormessage{
	margin-top: 20px;
	width: 50%;
}

img {
border: 0px;
}

/* LOADING */
.toggle-loading {
  border: 1px solid #fff;
  position: absolute;
}
.toggle-loading  .icon {
  float: left;
  width: 16px;
  height: 16px;
  padding: 10px 0 10px 10px;
  background: url(images/ajax-loader.gif) center center no-repeat;
}
.toggle-loading  .copy {
  float: left;
  padding: 10px 0;
  color: #666666;
}

#wrapper {
	height:100vh;
	position: relative;
	text-align: left;
}

#maincontentcontainer {
	width: 100%;
}

	.standardcontainer {
		
	}
	
	.darkcontainer {
		background: rgba(102, 102, 102, 0.05);
	}

	.lightcontainer {
		background: rgba(255, 255, 255, 0.33);
	}
	
#maincontent{
	clear: both;
	font-size: 0.8125em; /* 13 / 16 */
	width: 98%; /* 1200px / 13 */
	margin: 0 auto;
	padding: 1em 0px;
	color: #333;
	position: relative;
}

.maincontent{
	clear: both;
	font-size: 0.8125em; /* 13 / 16 */
	width: 98%; /* 1200px / 13 */
	margin: 0 auto;
	padding: 1em 0px;
	color: #333;
	line-height: 1.5em;
	position: relative;
}

#errormessage { 
width: 800px; 
left:20px; 
top:50px; 
clear:both; 
position:relative; 
}


#footer {
	width:520px; 
	position:relative; 
	margin-left: auto ;
	margin-right: auto ;
}


table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

.red {
	color: red;
}

.green {
	color: green;
}

.left{
float:left;
}
.right{
float:right;
}
.clear {
clear:both;
}
.highlight { background-color: yellow }

.form h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
.form hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

.form {
	font: 14px Helvetica, Arial, sans-serif;
	margin: 10px auto;
	padding: 25px;
	border: 1px solid #cbcbcb;
	background-color: #FFF;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

	box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
	-webkit-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 2px 5px rgba(50, 50, 50, 0.1);
}

.form .popup
{

}

/* Form style */

.form mark.validate {
	display: inline-block;
	margin: 12px 0 0 10px;
	width: 16px;
	height: 16px;
	background: transparent none;
}
.form mark.formvalid {
	background: url(images/success.gif) no-repeat top left;
}
.form mark.formerror {
	background: url(images/error.gif) no-repeat top left;
}

.form label {
	display: inline-block;
	font-size: 0.75em;
	float: left;
	height: 1em;
	line-height: 1em;
	padding: 6px 0 0;
	width: 100px;
	font-size: 11px;
	margin: 5px 0;
	clear: both;
}

.form label small {
	font-size: 0.75em;
	color: #ccc;
}

.form label.verify {
	padding: 0;
	margin: 2px 10px 2px 0;
	width: 145px;
	text-align: right;
}
.form label.verify img {
	padding:1px;
	border:1px solid #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.form input, .form textarea, .form select {
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin: 5px 0;
	font:14px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	vertical-align: top;

	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;

	box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
}
.form select {
	width: 232px;
	margin: 8px 0;
}
.form input#verify {
	width: 55px;
}
.form textarea {
	width: 414px;
}
.form input:focus, .form textarea:focus, .form select:focus {
	border: 1px solid #ddd;
	background-color: #fff;
	color:#333;
	outline: none;
	position: relative;
	z-index: 5;

	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);

}
.form input.error, .form textarea.error, .form select.error {
	box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(204, 0, 0, 0.5);
	border: 1px solid #faabab;
	background: #fef3f3
}

.form input.datepicker {
	font:1.0em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

.form input.submit {
	width: auto;
	cursor: pointer;
	position: relative;
	border: 1px solid #282828;
	color:#fff;
	padding: 6px 16px;
	text-decoration: none;
	font-size: 1.5em;

	background:#555;

	background:-webkit-gradient(
	    linear,
	    left bottom,
    	left top,
	    color-stop(0.12, rgb(60,60,60)),
	    color-stop(1, rgb(85,85,85))
	);
	background:-moz-linear-gradient(
	    center bottom,
	    rgb(60,60,60) 12%,
    	rgb(85,85,85) 100%
	);

	box-shadow: 0 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);

	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.form input.submit:hover {
	background: #282828 !important;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
.form input.submit:active, .form input.submit:focus {
	top: 1px;
}

.form input[type="submit"][disabled] { background:#888; }
.form fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin:0 0 20px; }
.form legend { font-size: 1.0em; padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }
.form input[type="checkbox"] { width:20px; margin-top:11px; }
.form span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 75%;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: left;
  }
}

.form input[type="radio"] { width: 20px; margin-top:0px;}
.form .radio {width:100%;}

#header{
	font-size: 14px;
}

#content {
overflow-y: scroll;
height: 400px;
border: 1px solid rgb(128,128,128);
border-radius: 5px;
padding: 10px 0px 0px 10px;
}

.clickable:hover {
	cursor: pointer;
}


.logdata span {
	padding: 0px 0px 0px 10px;
}

/* Tab Content - menucool.com */

ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#B7B7B7;
    color: #000;
    background: #F0F0F0 url(images/tabbg.gif) 0 0 repeat-x;
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background:#F0F0F0 url(images/tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    border: 1px solid #B7B7B7; padding: 20px;
    background-color:#FFF;
    border-radius: 0 3px 3px 3px;
}
