body {background: #EBEBEB; font-family: 'Open Sans',sans-serif;}

p {
	clear:both;
}
#content input.rounded, #content textarea.rounded, #content .validate-captcha {
	/*border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 15px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;*/
	height: inherit;
	width:220px;
	
}
#content .validate-captcha {
	width:100px !important;
	margin-bottom:15px;
	text-align:center !important;
}
#content input.rounded:focus, #content .validate-captcha:focus, #content textarea.rounded:focus {
	border-color: #999;
}
#content textarea.rounded{
	height:auto;	
}
.login-content{
	border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
	text-align:center;
	margin: auto;
    width: auto;
	background:#fff;
}
.login-content .inner{
	clear: both;
    margin: auto;
	text-align:left;
	padding-top: 15px;
}
.inner a{
	/*text-decoration:underline;
	font-style:italic;	*/
}
a.underline{
	text-decoration:underline;
}
label {
	display: block;
   /* float: left !important;*/
    margin-bottom: 5px;
    
	color: #636363 !important;
    font-size: 17px !important;
    font-weight: bold !important;
    line-height: 1.5em !important;
}
.left{
	float:left;
}
.right{
	float:right;
}

h2.page_heading {
	/*color:#F88F24;*/
    font-size: 22px;
    text-align: left;
    text-decoration: none;
	font-style:normal !important
}
.heading{
	border-bottom: 2px solid #F88F24;
	float:left;
	width:100%;
	margin-top:-5px;
	/*margin-bottom: 15px;*/
}

/******************
* Checkbox
*******************/
.regular-checkbox {
	display: none;
}
.ie8 .regular-checkbox {
	display: inline;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	top:3px;
}
.ie8 .regular-checkbox + label {
	display: none !important;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: -5px;
	left: 1px;
	color: #99a1a7;
}

/*******************
* Buttons
******************/
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777 !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none !important;
	text-shadow:1px 1px 0px #ffffff;
	width:79%;
	text-align:center;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#CCC !important;
	text-decoration:underline !important;
}.button:active {
	position:relative;
	top:1px;
}
.hide{
	display:none;	
}
/* The CSS Code for the menu starts here */
#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0px 0;
	padding: 0 0 0 0px;
	list-style-type: none;
	font-size: 13px;
	background: #eee;
	height: 40px;
	/*
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	*/
}
#menu li {
	float: left;
	margin: 0;
	
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #666;
}
#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	/*border-bottom: 2px solid #DDD;*/
	color: #999;
}

/* Black Menu */
#menu.black {
	/*
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	background: #0BAB9F;
	/*margin-top:-34px;*/
}
/*#menu.black a {color: #CCC;}*/
#menu.black li a:hover, #menu.black li.active a {color: #FFF; background: #f88f24; /*border-bottom: 2px solid #444; */}


/* Blue Menu */
#menu.blue {
	border-top: 2px solid #356AA0;
	border-left: 2px solid #356AA0;
	border-bottom: 2px solid #204061;
	border-right: 2px solid #204061;
	background: #356AA0;}
#menu.blue a {color: #fff;}
#menu.blue li a:hover, #menu.blue li.active a {color: #90CDFF; background: #3D7BBB; border-bottom: 2px solid #356AA0;}

/* Red Menu */
#menu.red {
	border-top: 2px solid #660000;
	border-left: 2px solid #660000;
	border-bottom: 2px solid #450000;
	border-right: 2px solid #450000;
	background: #660000;}
#menu.red a {color: #fff;}
#menu.red li a:hover, #menu.red li.active a {color: #F27F84; background: #990000; border-bottom: 2px solid #660000;}

/* Orange Menu */
#menu.orange {
	border-top: 2px solid #d15600;
	border-left: 2px solid #d15600;
	border-bottom: 2px solid #B44500;
	border-right: 2px solid #B44500;
	background: #d15600;}
#menu.orange a {color: #fff;}
#menu.orange li a:hover, #menu.orange li.active a {color: #FA9B5B; background: #B44500; border-bottom: 2px solid #d15600;}

/*************************************
* Variants Listings
**************************************/
table.variants_list thead{
	background-color: #0BAB9F;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
	font-size:12px;
	clear:none !important;
}
table.variants_list th{
	/*padding: 0px 2px 0px 3px !important;*/
	/*text-shadow: 1px 1px 8px #012B4D;*/
	/*border: 1px solid #DDDDDD;*/
    position: relative;
}
table.variants_list td{
	padding:8px;
	padding-left:10px;
	/*border: 1px solid #fff;*/
}
table.variants_list td:last-child {
    border-right:none;
}
table.variants_list tr.greybg{
	background-color:#f3f3f3;
}

.variants_list thead tr th .kiketable-colsizable-handler {
    border: none;
    width: 3px;
    background: rgba(0,0,0,.1);
    right: 0;
}

/* Look and feel of select box */
.styled-select select {
   background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    line-height: 1;
    padding: 3px;
    width: 65px;
}
.styled-select {
	background: no-repeat scroll right center #FFFFFF;
	float: left;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	margin-left: 5px;
	height: 22px;
	/*
	background: url("../images/bg_dropdown.png") no-repeat scroll right center #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    height: 22px;
    margin-left: 15px;
    overflow: hidden;
    width: 37px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	*/
}
.styled-select-form {
	/*
	margin-left:0px !important;
	width:233px !important;
	height:25px;
	margin-top:-10px;
	*/
}
.styled-select .form-select{
	width:232px !important;
}

.listbuttons .button{
	margin-left:15px;
	width:100px;	
	font-size: inherit;
	padding: 0px;
	background:-moz-linear-gradient(center top , #BBB 5%, #CCC 100%) repeat scroll 0 0 #CCC;
	text-shadow: 1px 1px 0 #DDDDDD;
}
.no-border{
	border:none !important;
}
/*****SIMPLE SELECT BOX********
.select{
	max-width: 235px !important	
}
/***************
* Browse Button
***************/
#FileUpload {
    position:relative;
}
 
#BrowserVisible {
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 1;
    background:url('https://app.tutegenomics.com/images/file_browse_normal.png') 100% 0px no-repeat;
    height:26px;
    width:268px;
}
 
#FileField {
    width:155px;
    height:20px;
    margin-right:85px;
}
 
#BrowserHidden {
    position:relative;
    width:263px;
    height:25px;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
	top:10px;
}
/**************
* Delete Data
**************/
.delete-data{
	width:81% !important;
	text-align:center !important;	
}
a.long{
	/*width:150px !important;*/
}
.analysis-button-txt{
	margin-left: 15px;	
	text-align:center
}
.analysis{
	width:100% !important;	
}
.scrollable-div{
    font-size: 12px;
    height: 100px;
    overflow: auto;
    padding: 12px;
	margin-top:-9px;	
	border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 3px #666666;
    outline: 0 none;
    padding: 4px 7px;
}
.analysis-data {
	width:72% !important;
	margin: auto !important;
}
.center{
	text-align:center !important;
}
/*******************
* Detail Analysis
*******************/
.detail-analysis-filter{
	background-color: #888;
    color: #FFFFFF;
    float: left;
    width: 100%;
	height:auto;
	padding-bottom:5px;
}
.filter-panel-left{
    padding: 15px;
    width: 110px;	
	height:42px;
}
.filter-panel-right{
	margin-left:-18px;
	margin-top: 12px;
}
.add_filter_button{
	margin-top:18px;	
}
.arrow-n,
.arrow-e,
.arrow-s,
.arrow-w {
  /*
   * In Internet Explorer, The"border-style: dashed" will never be
   * rendered unless "(width * 5) >= border-width" is true.
   * Since "width" is set to "0", the "dashed-border" remains
   * invisible to the user, which renders the border just like how
   * "border-color: transparent" renders.
   */
  border-style: dashed;
  border-color: transparent;
  border-width: 0.53em;
  display: -moz-inline-box;
  display: inline-block;
  /* Use font-size to control the size of the arrow. */	
  font-size: 47px;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 0;
}

.arrow-e {
  border-left-width: 0.5em;
  border-left-style: solid;
  border-left-color: #666;
}
.filter-block{
	background-color: #666666;
    float: left;
    height: 48px;
    /*width: 145px;*/
	width: auto;
}
.filter-inner-blocks{
	background-color: #7E7E7E;
    font-size: 12px;
    height: 22px;
    margin-left: 17px;
    margin-top: 7px;
    width: auto;	
	padding:3px;
	padding-right:7px;
}
.filter-inner-blocks span {
	background-color: rgb(73, 73, 73); 
	float: left; 
	width: 14px; 
	padding-left: 5px; 
	margin-right: 5px; 
	height: 22px;	
}
.add-filter{
	/*width: 125px !important; 
	margin-top: 4px; 
	margin-left: -20px !important;	*/
}
.share-analysis{
	width:65px;	
}
.top-menu-buttons{
	padding-top:1px; 
	padding-right:6px;
}
.top-menu-buttons a {
	color:#fff !important;	
}
.analysis_report th, .analysis_report td{
	border: solid 1px #EEE;	
}
/*****
* Default Overrides
*****/
#comp {
	padding: 0px !important;	
	margin: auto !important;
}

/******************
* Uploader
*******************/
body{margin: 0px;height:auto;overflow:auto;}
#lightbox{display:none;}
#overlay{display:none;}

.div1, .file_list {text-align: left; color: #484B50; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
.div1 {width: 100%; padding: 10px;}
.upload_input input {font: 12px Arial; border: 1px solid #636363; margin-top: 1px; width: 380px;text-align: center;}
.file_list {width: 100%; border: 1px solid #434343; background-color: #ffffff;}
.file_list input {font: 12px Arial; border: 1px solid #c3c3c3; margin-top: 1px;}
.myForm {font: 12px Arial; border: 1px solid #636363; margin-top: 1px;}
.fdescr {width: 300px;}
.xfname  {color: #333;}
.xdescr  {color: #aaa;}

.data {border-collapse:collapse; background-color: #e9e9e9; width: 400px; margin-bottom: 3px;}
.data TR TD {border: 1px solid #a3a3a3; font: 12px Arial;}
.bar1 {border: 1px solid #a3a3a3; background-color: #f6f6f6; text-align: left; vertical-align: middle; height: 20px; width: 100%;}
.bar2 {width: 1%; background-color: #c9c9c9; height: 20px; text-align: left;}
.message {/*width: 400px; height: 1px;*/ border: 1px solid #909090; font: 11px Arial; margin-top: 5px; text-align: left; /*padding-left: 3px;*/ background-color: #f9f9f9;}
.message li { /*margin-left:-30px !important */}
.myLink  {font: bold 13px Arial; color: #303030; text-decoration: none;}
.bar_table {width: 100px; background-color: #707070;}
.bar_table TR TD {border: none;}
.sbar {background-color: #e9e9e9; height: 60px;}
#settings {font: 12px Arial;padding:0px;}

/******************
* JQuery Tabs
*******************/
div.tabs {
	padding:10px;
	width:94%;
	background:#F2F2F2;
	margin-top:-1px;
	border: solid 1px #ccc;
	float:left
}

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

.tabs a.tabs {
	padding:5px 10px;
	display:inline-block;
	background:#666;
	color:#fff;
	text-decoration:none;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.tabs a.active {
	background:#F2F2F2;
	color:#000;
	overflow:visible;
}
hr {
    background: none repeat scroll 0 0 #CCCCCC !important;
    border: medium none;
    clear: both;
    height: 1px !important;
    margin: 0;
    padding: 0;
    width: 87% !important;
}
.file_list_div{
	margin-top:10px;	
}
/*********************
** Pagination
**********************/
.pagination {
    float: left !important;
    width: 78% !important;
	clear: none !important;
}
.list-footer .limit{
	float:left !important;	
}
.limit #limit{
	margin-left:10px !important;	
}

.list-footer .counter{
	float: right !important;
}
/********************
/* ANALYSIS DETAIL
*********************/
.report_heading{
	background-color: #0BAB9F !important;
	color: #fff !important;
}
.report_heading a{
	color: #fff !important;
}
.sub_header{
	background-color: #888888 !important;
}
.active-submenu, .active-submenu a{
	background-color:#0BAB9F !important;
	color:#fff !important;
}

/********************
/* FILTER RESULTS
*********************/
#filterForm .buttons{
	float: left;
	/*margin-left: 15%;*/
	/*padding-top: 2px;*/
	width: 108%;
}

/********************
/* FILTER RESULTS
*********************/
.filterby_heading{
	color: #848484;
	font-size: 14px;
	font-weight: bold;
	font-style: normal !important;
	text-align: left;
	text-decoration: none;
	padding-top: 5px;
	margin-bottom: 3px
}

/********************
/* EDIT COLUMNS
*********************/
.login-content.cols{
	width: 98%;
	float: left;
}
.buttons_editcols{
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	width: 74%;
}
.buttons_export{
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
/*********************
* Make login Panel Middle
**********************/
.make-center{
	min-width: 956px;
}
.add-analysis{
	float: right;
	font-size: 18px;
	font-style: normal;
	margin-right: 44px !important;
	margin-top: 4px !important;
	text-align: center;
}
.select-text{
	font-size: 25px;
	margin-bottom: 15px;
}
.ias_trigger, .ias_loader{
	margin-top: 5px;
}
.newnotice{
	background: none repeat scroll 0 0 #EFE7B8; 
	color: #CC0000;
	border: 1px solid #F0DC7E;
	clear: both;
	margin-top: 5px !important;
}
.newerror{
	background: #E6C0C0;
	color: #CC0000;
	border: 1px solid #DE7A7B;
	clear: both;
	margin-top: 5px !important;
}
.progressnote{
	font-size: 16px;
	margin-top: 10px;
}
.newmessage{
	background: #fff;
	color: #0B6121;
	border-top: 3px solid #3ADF00;
	border-bottom: 3px solid #3ADF00;
	clear: both;
	margin-top: 5px !important;
}
#floatdiv{
	position: fixed;
    bottom: 0;
    left: 320px;
	padding: 0 10px;
	background: #fff;
	z-index: 100;
	text-align: left;
    height: 40px;
    line-height: 40px;
    right: 20px;
    border-top: solid 1px #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#floatdiv.isSet {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -10px;
}

#floatdiv.noSidebar.isSet {
    left: 0;
    right: 30px;
}

#floatdiv.noSidebar {
    left: 30px;
    right: 30px;
}
.float-review {
    right: 40px;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    position: fixed;
    bottom: 77px;
    z-index: 200;
    display: none;
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 12px rgba(0, 0, 0, .4);
}

.float-review span {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #808080;
    float: left;
    margin-top: 6px;
}
.float-review .tutebtn {
    float: left;
}

.noborder{
	border: none !important;
}
.profile_buttons{
	width: 110px !important;
}

/* Standard Buttons */
/*
a.standard, input.standard {
	border: 1px solid rgba(0, 0, 0, .2);
	color: #fff;
	display: inline-block;
	padding: .5em .8em;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	margin-left:12px;
	cursor:pointer;
}
.standard.red {
	background: #c60000;
	background: linear-gradient(top, #c60000 0%, #b20000 100%);
	background: -moz-linear-gradient(top, #c60000 0%, #b20000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c60000), color-stop(100%, #b20000));
	background: -webkit-linear-gradient(top, #c60000 0%, #b20000 100%);
	text-align:center;
	min-width:78px
}
.standard.orange {
	background: #f99015;
	background: linear-gradient(top, #f99015 0%, #f76c0f 100%);
	background: -moz-linear-gradient(top, #f99015 0%, #f76c0f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99015), color-stop(100%,#f76c0f));
	background: -webkit-linear-gradient(top, #f99015 0%,#f76c0f 100%);
	text-align:center;
	min-width:78px
}
.standard.green {
	background: #30a146;
	background: linear-gradient(top, #30a146 0%, #249334 100%);
	background: -moz-linear-gradient(top, #30a146 0%, #249334 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30a146), color-stop(100%, #249334));
	background: -webkit-linear-gradient(top, #30a146 0%, #249334 100%);
	text-align:center;
	min-width:78px
}
.standard.blue {
	background: #16a4c8;
	background: linear-gradient(top, #16a4c8 0%, #1086b6 100%);
	background: -moz-linear-gradient(top, #16a4c8 0%, #1086b6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #16a4c8), color-stop(100%, #1086b6));
	background: -webkit-linear-gradient(top, #16a4c8 0%, #1086b6 100%);
	text-align:center;
	min-width:78px
}
.standard.gray {
	background: #c2c2c2;
	background: linear-gradient(top, #c2c2c2 0%, #aeaeae 100%);
	background: -moz-linear-gradient(top, #c2c2c2 0%, #aeaeae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2c2c2), color-stop(100%, #aeaeae));
	background: -webkit-linear-gradient(top, #c2c2c2 0%, #aeaeae 100%);
	text-align:center;
	min-width:78px
}
.standard.dark {
	background: #464646;
	background: linear-gradient(top, #464646 0%, #343434 100%);
	background: -moz-linear-gradient(top, #464646 0%, #343434 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #343434));
	background: -webkit-linear-gradient(top, #464646 0%, #343434 100%);
	text-align:center;
	min-width:78px
}
a.standard:hover { color: #fff; opacity: .5 }
*/
.standard.dark {
	background: #464646;
	background: linear-gradient(top, #464646 0%, #343434 100%);
	background: -moz-linear-gradient(top, #464646 0%, #343434 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #343434));
	background: -webkit-linear-gradient(top, #464646 0%, #343434 100%);
	text-align:center;
	min-width:78px
}

a.right{
	float:none !important;	
}
.add_filter_form{
	width:45% !important
}
#sbox-overlay{
	position: fixed !important;	
}
/********************TOOL TIP********************/
.tooltip {
	border-bottom: 1px dotted #000000; color: #000000; outline: none;
	cursor: help; text-decoration: none;
	position: relative !important;
	opacity: 100 !important;
	display: inline-block !important;
	font-size: 14px !important;
	color: #636363 !important;
}
.tooltip span {
	margin-left: -999em;
	position: absolute !important;
}
.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 200px;
}
.tooltip:hover img {
	border: 0; margin: -10px 0 0 -35px;
	float: left; position: absolute;
}
.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }

.white-bg{
	background:#FFF !important;	
}
.label-1{
	float:left;
	width:50%	
}
.input_field{
	float:left;
	width: 47% !important;
}
.inner .clear{
	clear:both;
}
.textbox{
	margin:0px !important;	
}
form p label{
	font-size:14px !important;	
	padding-top:0px !important;
}

form.form-validate legend, form.form-validate label {
    color: #333333;
}
label {
    display: block;
    margin-bottom: 5px;
}
label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}
label {
    color: #636363 !important;
    display: block;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.5em !important;
    margin-bottom: 5px;
}
.login-content .inner {
    text-align: left;
}
.login-content {
    text-align: center;
}
#sbox-window {
    text-align: left;
}
body {
    color: #363636;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
}
html {
    font-size: 100%;
}
.inner br {display:none}

.tutebtn, .standard{
}
table.variants_list td .listbuttons a{
	font-style:normal !important;
}
.content-menu li:first-child, .content-menu li:first-child{
	padding-left:0px !important;
}
.content-filters{
	margin-bottom:10px !important
}
form#searchForm{
	margin:0px !important;
}
input[type="radio"], input[type="checkbox"] {
	margin:0px !important;
}
.my-profile .standard{
	width:133px !important;
}
.account-form label{
	text-align:left !important;
}
.account-form{
	width:236px !important;	
}
.account_form_table {
	border: solid 1px #DDDDDD !important;
}
.account_form_table th, .account_form_table td {
	border-left: none !important;
	border-right: none !important;
}
.list-footer{
	padding-left:5px;	
}

tr.accordion{
	background-color: #999999;
    border-bottom: 1px solid #003366;
    border-top: 1px solid #99CCFF;
    text-shadow: 0 -1px 3px #003366, 0 1px 3px #FFF;
	color:#fff;
	cursor:pointer;
}
tr.accordion.active {
	background-color: #f88f24 !important;
}
tr.accordion a{
	color:#fff !important;
	text-decoration:none !important;
}
.ms-drop ul li label{
	font-size:14px !important;
	float:left;
	width:190px;
}

.open-access-form {
    position: relative;
}

.open-access-form textarea {
	width: 80%;
	height: 80px;
}

form.open-access-form fieldset {
	padding: 10px 0 20px 0;
	clear: both;
	background-color: transparent;
	border: none;
}

.open-access-form #status-label,
.open-access-form #institute-element dt,
.open-access-form .zend_form > dt {
    width: 30%;
    text-align: right;
    float: left;
    clear: both;
	margin-right: 5px;
}

#content .open-access-form .inner {
	width: 80%;
	margin: 0 auto;
	max-width: 800px;
}

.open-access-form .jumbotron {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 20px 0;
	font-size: 14px;
	line-height: 1.5;
	color: #666
}

.open-access-form #status-element,
.open-access-form #institute-element dd,
.open-access-form .zend_form > dd {
    float: left;
    width: 67%;
    text-align: left;
}

.open-access-form #status-label,
.open-access-form label {
	font-size: 14px !important;
	color: #636363;
}

.open-access-form #status-element {
	font-size: 14px;
	color: #636363;
	font-weight: normal;
}

.open-access-form dt label i {
	font-weight: normal;
	font-size: 12px;
}

#register-window #fieldset-actions dd {
	float: none;
}

#register-window #fieldset-actions dl {

	text-align: center;
}

#fieldset-actions dt {
	display: none;
}

#fieldset-actions dl {
	width: 500px;
	margin: 0 auto;
}

#fieldset-actions dd {
	float: left;
}


#institute-label {
    display: none;
}

#institute-element {
    width: 100%;
    float: none;
    margin-left: 0;
}

#actions-label {
    display: none;
}

#actions-element {
    width: 100%;
    float: none;
    margin-left: 0;
}

.agreeToTermsContainer {
    text-align: center;
}

#agreeToTerms-element {
    width: 10px;
    display: inline-block;
    position: relative;
}

#agreeToTerms-element label[for='agreeToTerms'] {
    position: absolute;
    display: block;
    top: 30px;
    text-align: left;
    left: 30px;
}

#agreeToTerms-label {
    display: inline-block;
    margin-left: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 950px) {
    .agreeToTermsContainer {
        text-align: left;
    }

    #agreeToTerms-element {
        float: left;
        display: block;
    }

    #agreeToTerms-label {
        display: block;
        margin-left: 44px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    #agreeToTerms-element label[for='agreeToTerms'] {
        position: absolute;
        display: block;
        top: 54px;
        text-align: left;
        left: 30px;
    }

}

.open-access-form .agreement-box {
	border: solid 2px #ccc; background: #f9f9f9; padding: 0 10px; border-radius: 5px; height: 200px; overflow-y: scroll; font-weight: normal; font-size: 14px;
}

.open-access-form .i-agree {
	float: right;
	width: 93%;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.open-access-form #captcha-input {
	display: block;
	margin-top: 5px;
}

.open-access-form #agree-element input {
	margin: 14px 0 10px 10px !important;
}

/********************************
    NEW CSS
********************************/
/* global attributes */

*[class^="tl-"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tl-pull-right {
    float: right;
}

.tl-pull-left {
    float: left;
}

.tl-tr {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tl-strong {
    font-size: inherit;
    font-weight: 900;
}

.tl-clear {
    clear: both;
    height: 0;
    width: 100%;
}

/* button */
a.tl-btn,
button.tl-btn {
    height: 36px;
    margin: 0;
    padding: 0 12px;
    background: #f3f3f3;
    border: none;
    border-bottom: solid 2px #e3e3e3;
    border-radius: 4px;
    line-height: 36px;
    color: #808080;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

a.tl-btn:focus,
button.tl-btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.tl-btn:hover {
    background: #e0e0e0;
    border-color: #c6c6c6;
    text-decoration: none;
}

.tl-btn.tl-btn-large {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    padding: 0 20px;
}

.tl-btn.line {
    border: solid 2px #fff;
    line-height: 32px;
    background: transparent;
    color: #fff;
}

.tl-btn.line:hover {
    background: #fff;
    color: #808080;
}

.tl-btn.tl-btn-orange {
    background: #f88f24;
    border-color: #e27a24;
    color: #fff;
}

.tl-btn.tl-btn-orange:hover {
    background: #e37d24;
    border-color: #cb6625;
    color: #fff;
}

.tl-summary-container {
    padding: 0 30px;
}

.tl-summary-box {
    width: 25%;
    float: left;
    text-align: center;
    text-decoration: none;
}

.tl-summary-box-title {
    font-weight: 700;
    color: #a3a3a3;
    font-size: 16px;
    padding-top: 6px;
}

.tl-summary-box-num {
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    color: #808080;
}

a.tl-summary-box-inner {
    border: solid 2px #d3d3d3;
    margin: 10px;
    padding: 20px;
    border-radius: 6px;
    display: block;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

a.tl-summary-box-inner:hover {
    border-color: #13978B;
}

a.tl-summary-box-inner:hover
.tl-summary-box-title,
a.tl-summary-box-inner:hover
.tl-summary-box-num {
    color: #13978B;
}




/* header nav */
section.tl-nav {
    background: #fff;
    position: relative;
    z-index: 12000;
}

section.tl-nav .container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

section.tl-nav .tl-nav-group {
    cursor: default;
}

section.tl-nav .tl-nav-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.tl-nav .tl-nav-group ul > li {
    display: inline-block;
}

section.tl-nav .tl-nav-group ul > li > a {
    font-family: 'Roboto', sans-serif;
    height: 60px;
    line-height: 60px;
    color: #808080;
    font-weight: 300;
    margin-left: 20px;
    font-size: 16px;
}

section.tl-nav .tl-nav-group ul > li > a > span {
    font-weight: 300;
    color: red;
    font-size: 14px;
}

section.tl-nav .tl-nav-group ul > li > a:hover {
    color: #17ac9f;
    text-decoration: none;
}

section.tl-nav .tl-nav-group.tl-mobile {
    display: none;
}

section.tl-mobile-nav {
    overflow: hidden;
    display: none;
}

section.tl-nav .tl-nav-group > .tl-btn {
    margin: 12px 0 0 10px;
}

section.tl-nav .tl-logo {
    height: 40px;
    width: 72px;
    background: url("../home/tute-logo-green.png") center no-repeat;
    background-size: 72px 40px;
	margin: 40px auto 20px auto;
}

.tl-login-form-contain {
    padding: 10px 20px;
}

.tl-signup-form-contain {
    padding: 10px 20px;
}

.tl-form-title {
    background: #f3f3f3;
    margin: 0 0 10px 0;
    height: 60px;
    border-bottom: solid 1px #e3e3e3;
	color: #808080;
	font-weight: 700;
	font-size: 18px;
	padding: 20px;
    line-height: 20px;
}

.tl-form-tab {
    background-color: transparent;
    border: solid 1px transparent;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    display: inline-block;
}

.tl-form-tab.tl-form-tab-tute {
    width: 98px;
    background-image: url("../images/tute-login-bw.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 20px;
}

.tl-form-tab.tl-form-tab-mygene {
    width: 110px;
    background-image: url("https://app.tutegenomics.com/images/mygene-login-bw.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px 22px;
}

.tl-form-tab.isActive {
    background-color: #fff;
    border-color: #e3e3e3;
}

.tl-form-tab.isActive.tl-form-tab-mygene {
    background-image: url("https://app.tutegenomics.com/images/mygene-login.png");
}

.tl-form-tab.isActive.tl-form-tab-tute {
    background-image: url("../images/tute-login.png");
}

.tl-login-explain {
    font-size: 16px;
    margin-bottom: 20px;
    color: #808080;
}

.tl-login-explain span {
    font-weight: 700;
    font-size: 20px;
    display: none;
}

.tl-login-explain span.isActive {
    display: inline-block;
}

.tl-signup-title {
    font-weight: 700;
    color: #808080;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.tl-signup-col {
    width: 48%;
    float: left;
}

.tl-signup-col.tl-signup-col-right {
    float: right;
}

.tl-signup-col img {
    
}

.tl-captcha {
    text-align: left;
}

.tl-form-required {
    font-size: .8em;
    line-height: 12px;
}

.signup-tute-logo {
    width: 68px;
    height: 40px;
    background-image: url("../images/tute-login.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

.tl-login-form {
    width: 314px;
    background: #fff;
    margin: 0 auto 12px auto;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.tl-login-form input {
    height: auto;
}

.tl-signup-form {
    width: 560px;
    background: #fff;
    margin: 0 auto 50px auto;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
}

.tl-signup-bottom {
    width: 220px;
    margin: 40px auto;
}


@media (max-width: 950px) {
    
    .tl-signup-col {
        float: none;
        width: auto;
    }
    
    .tl-signup-col.tl-signup-col-right {
        float: none;
    }
    
    section > .container {
        padding: 0 20px;
        width: auto;

    }
    .tl-signup-form {
        margin: 20px auto;
        width: 314px;
    }

    .tl-captcha {
        text-align: center;
    }

}

@media (max-width: 950px) {
    section.tl-nav .tl-nav-group {
        display: none;
    }

    section.tl-nav .tl-nav-group.tl-mobile {
        display: block;
    }

    section.tl-mobile-nav {
        display: block;
        position: fixed;
        top: -600px;
        z-index: 11000;
        left: 0;
        right: 0;
        background: #fff;
    }

    section.tl-mobile-nav.open {
        top: 60px;
    }

    section.tl-mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border-top: solid 2px #f3f3f3;
    }

    section.tl-mobile-nav ul > li > a {
        font-family: 'Roboto', sans-serif;
        border-bottom: solid 2px #f3f3f3;
        padding: 10px 20px;
        display: block;
        font-weight: 400;
        color: #808080
    }

    section.tl-mobile-nav ul > li > a > span {
        font-weight: 300;
        color: red;
        font-size: 14px;
    }

    section.tl-mobile-nav ul > li > a:hover {
        background: #f3f3f3;
    }
}



@media (max-width: 950px) {
    section.tl-nav .tl-nav-group {
        display: none;
    }

    section.tl-nav .tl-nav-group.tl-mobile {
        display: block;
    }

    section.tl-mobile-nav {
        display: block;
        position: fixed;
        top: -600px;
        z-index: 11000;
        left: 0;
        right: 0;
        background: #fff;
    }

    section.tl-mobile-nav.open {
        top: 60px;
    }

    section.tl-mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border-top: solid 2px #f3f3f3;
    }

    section.tl-mobile-nav ul > li > a {
        border-bottom: solid 2px #f3f3f3;
        padding: 10px 20px;
        display: block;
        font-weight: 400;
        color: #808080;
        font-size: 18px;
    }

    section.tl-mobile-nav ul > li > a:hover {
        background: #f3f3f3;
        text-decoration: none;
    }
}


footer {
    width:100%;
    height:100px;
    background-color: #404041;
    box-shadow: 0 1000px 0 1000px #404041;
    margin: 0px auto;
    z-index: 10;
    bottom: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


footer .container {
    position: relative;
    width:980px;
    max-width:1200px;
    margin: 0px auto;
    height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.social-container {
    width: 100px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.social-container i.social {
    font-size: 24px;
    color: #A1A1A2;
}

.social-container i.social:hover {
    color: #fff;
}



footer a {
    color: #A1A1A2;
    text-decoration: underline;
    font-size: 14px;
}

footer a:hover {
    text-decoration: none;
    color: #A1A1A2;
}

footer .copyright {
    display: inline-block;
    text-decoration: none;
    color:#A1A1A2;
    height:100%;
    font-size: 14px;
    line-height: 100px;
    vertical-align: middle;
    font-weight: 400;
}

.column-category {
    height: 41px;
    overflow: hidden;
    clear: both;
}

.column-category.isOpen {
    height: auto;
}

.oneLine-container {
    margin-bottom: 20px;
}

.column-category-dropdown {
    height: 40px;
    border-top: solid 1px #e3e3e3;
    cursor: pointer;
    margin-bottom: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.column-category-dropdown i {
    color: #808080;
}

.column-category-dropdown .name {
    margin-left: 5px;
    float: left;
    line-height: 40px;
    font-size: 16px;
    color: #808080;
}

.column-category-dropdown:hover .name {
    color: #428bca;
}

.column-category.isOpen .name {
    color: #428bca;
    font-weight: 700;
}

.column-category-dropdown i {
    float: right;
    margin-right: 20px;
    line-height: 40px;
}

.column-category-content {
    padding: 0 6px 20px 6px;
    overflow: auto;
}

.column-sub-title {
    font-weight: 700;
    font-size: 14px;
}

@media (max-width: 950px) {
    footer {
        width:100%;
        height:50px;
        background-color: #404041;
        z-index: 10;
        bottom: 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding:0px;
    }


    footer .container {
        position: relative;
        width:100%;
        margin: 0px auto;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px;
        height:50px;
    }

    footer a.nav-item {
        display: none;
    }

    footer .copyright {
        width:100%;
        display: block;
        text-decoration: none;
        color: #A1A1A2;
        font-size: 14px;
        line-height: 50px;
        vertical-align: middle;
        text-align: center;
    }

    .social-container {
        margin: 20px 0 -5px 0;
        text-align: center;
        width: 100px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
    }


}