

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



.img_logo {
    border: 0 none;
    height: 40px;
    max-width: 100%;
    vertical-align: middle;
}


h3 {
	font-family: Georgia;
	font-style: italic;
	font-size: 11px;	
	color: #333333;
	padding-bottom: 5px;
}

.btn-primary{
	width: 110px;
	height: 50px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 5px 0 0;
}

.hero-unit {
	padding :10px 30px 30px 30px;
	overflow: auto;
	clear: right;
}

#nextStep {
	float: right !important;
	background-image: url("../images/playback_next.png");
    background-position: center 29px;
    background-repeat: no-repeat;
}

#notesdata{
	border: solid 1px #cbcbcb;
	background: #ffffff;
	min-height: 20px;
	max-height: 200px;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
    overflow: auto;
	clear: right;
	margin-bottom: 30px;
}

#preparetree {
	background-color: transparent;
}

#newnote {
    float: right;
}

#description {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    height: 70px;
    margin-top: 8px;
    overflow: auto;
    padding: 5px;
}

/*.jstree a {
    color: black;
    line-height: 16px;
    white-space: nowrap;
	padding: 0px 0px !important;
}*/

#listimg {
    margin-left: 10px;
}

input, select{
	vertical-align: middle;
}

select {
	border: 1px solid #D4D4D4;
	padding: 3px 6px 2px;
	width: 314px;
}

.inputbase {
	background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    padding: 4px 6px;
	width: 300px;
}

.errormessage {
	float: right;
	color: #FF0000;
}

.create-description {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    height: 70px;
	width: 304px;
    overflow: auto;
	margin-top: 8px;
	padding: 5px;
}

#studydescription {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    height: 70px;
	width: 304px;
    overflow: auto;
	margin-top: 8px;
	padding: 5px;
}

.itemodd{
	cursor: hand; 
	cursor: pointer;
	padding-left: 5px;
}

.itemeven{
	cursor: hand; 
	cursor: pointer;
	padding-left: 5px;
}

.itemodd:hover{
	background-color: #CCC;
}

.itemeven:hover{
	background-color: #CCC;
}

.content {
	list-style: none outside none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    margin: 5px 5px 5px 0;
    width: 438px;
	height: 200px;
	overflow: auto;
}

#templates {
	list-style: none outside none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    margin: 5px 5px 5px 0;
    width: 438px;
	height: 100px;
	overflow: auto;
}

#memotemplates {
	list-style: none outside none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    margin: 5px 5px 5px 0;
    width: 438px;
	height: 100px;
	overflow: auto;
}

#cts_studies {
	list-style: none outside none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    margin: 5px 5px 5px 0;
    width: 438px;
	height: 200px;
	overflow: auto;
}

#aside {
    display: inline;
    float: left;
    width: 155px;
}

.menuitem {
	width: 130px;
	height: 20px;
	float: right;
	background-color:#f7941d;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: -19px;
	padding-left: 5px;
	padding-top: 2px;
}

.menuitem a {
	color: #ffffff;
}

.menuitem:hover {
	background-color:#999999;
}

.hide {
	display: none !important;	
}

.show {
	display: block !important;
    line-height: 2.5;
    padding: 0;
}


.btn-leftmenu{
	width: 140px;
	height: 20px;
	color: #ffffff;
	padding: 3px;
	margin: 0px 0px 5px 0px;
	text-align: left;
	font-size: 100%;
}

.btn-leftmenu-selected{
	background-color: #999999;
    background-image: -moz-linear-gradient(center top , #999999, #CCCCCC);
	*background-color: #999999;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #999999, #CCCCCC);
	background-image: -o-linear-gradient(top, #999999, #CCCCCC);
	background-image: linear-gradient(to bottom, #999999, #CCCCCC);
	background-image: -moz-linear-gradient(top, #999999, #CCCCCC);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#999999', endColorstr='#CCCCCC', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	width: 140px;
	height: 20px;
	color: #ffffff;
	padding: 3px;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

.btn-leftmenu-selected:hover{
	background-color:#999999FF;
  	background-position: 0 -30px;
  	-webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.right{
	float: right;
	color: #FF0000;
	cursor:pointer;
	cursor:hand;
	background-image: url('../images/delete.png');
	margin-right: 5px;
    margin-top: 1px;
	height: 16px;
    width: 16px;
}

.deletepicture{
	color: #FF0000;
	cursor:pointer;
	cursor:hand;
	background-image: url('../images/delete.png');
	float:left;
	margin-right: 5px;
	height: 16px;
    width: 16px;
}

.welcome{
	vertical-align: middle;
	font-weight: bold;
    padding-right: 10px;
}

#help {
	cursor: hand; 
	cursor: pointer;
	float: right !important;
	width: 50px;
	height: 50px;
	background-image: url("../images/help.png");
    background-repeat: no-repeat;
}

.li{
	white-space: nowrap;
}

label {
	display: inline !important;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}
.btn-contact{
	width: 110px;
	height: 50px;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 120px;
	overflow: hidden;
	padding: 5px 0 0;
}

.link_black {
    color: black;
}

.readabletext {
	display: inline-block;
    max-width: 500px;
}

.withsigns{
	list-style-type: disc !important;
}

textarea {
    line-height: 1.2!important;
}

.edit {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    height: 70px;
    margin-top: 8px;
    overflow: auto;
    padding: 5px;
}

#boxright {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
	margin-top: 60px;
    margin-bottom: 30px;
    padding: 20px;
	width: 300px;
	float: right;
}

.checkbox{
	display: block !important;
}

.calendarbase {
    background-color: #FFFFFF;
    border: 1px solid #D4D4D4;
    padding: 4px 6px;
    width: 280px;
}

.nav-title{
	font-family: Georgia, Arial;
	font-weight: bold !important;
	text-align: center;
	font-style: italic;
}

#audits {
	list-style: none outside none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    margin: 5px 5px 5px 0;
    width: 438px;
	height: 200px;
	overflow: auto;
}

#checklists {
	list-style: none outside none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    margin: 5px 5px 5px 0;
    width: 438px;
	height: 200px;
	overflow: auto;
}

.hero-unit p {
	font-size: 14px;
  	line-height: 20px;
}

.center_align {
	text-align: center;
}

.attribute {
	margin: auto 3px!important;
}

footer p {float: left;}
.flag-wrapper { float: right;}

.pagination ul > li > a { color: #999; }