html, body {
    height: 100%;
}
body {
    color: #363636;
    font-family: 'Open Sans', 'Arial', 'Helvetica', 'helvetica neue', sans-serif;
    font-size: 13px;
    background-color: #ebebeb;
}
img{
	max-width: initial;
}
p a{
	cursor: pointer;
}
.highlight-teal {
    background-color: rgba(11, 171, 159, .85);
}
.highlight-green {
    background-color: rgba(199, 226, 84, .85);
}
.highlight-orange {
    background-color: rgba(248, 143, 36, .85);
}
.highlight-blue{
	background-color: #9ad4e7;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}
.illustration{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px;
}
.invalid {
	color: red;
}
.white{
	color: #fff;
}
.gray{
	color: #969595;
}
.errors{
	color: #b94a48;
}
ul.errors{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.errors li{
	font-size: 0.8em;
	margin-bottom: 0px !important;
}

ul.social-icons li a{
	font-size: 20px;
	color: #fff;
	background-color: #59c4c1;
	padding: 3px;
	min-width: 20px;
	text-align: center;
	display: block;
	text-decoration: none;
}

.no-list li {
    list-style: none;
}


#wrap {
}

#main {
	padding-bottom: 37px; /* must be same height as the footer */
}

#header-wrap {
	background-color: #fff;
}

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 78px;
}

#header .logo {
	float: left;
	margin: 6px 0 0 20px;
}

#header .logo a {
    height: 40px;
    width: 72px;
    background: url("../home/tute-logo-green.png") center no-repeat;
    background-size: 72px 40px;
    margin: 14px 0 0 0;
    display: block;
}

.header-nav {
    margin: 20px 20px 0 0;
}

.header-nav > a,
.header-nav button {
    margin-left: 10px;
    font-size: 16px;
}

.btn-dropdown {
    height: 34px;
    position: relative;
}

.btn-dropdown .btn-dropdown-content .btn-dropdown-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    height: 0;
    position: absolute;
    top: -5px;
    right: 14px;
    width: 0;
    border-bottom: 5px solid #d3d3d3;
}

.btn-dropdown .btn-dropdown-content .btn-dropdown-arrow.border {
    border-bottom-color: #fff;
    top: -3px;
}

.btn-dropdown .btn-dropdown-content {
    position: absolute;
    top: 44px;
    right: 0;
    display: none;
    z-index: 9000;
}

.btn-dropdown .btn-dropdown-content ul {
    min-height: 36px;
    border: solid 1px #d3d3d3;
    border-radius: 3px;
    overflow: hidden;
    width: 200px;
    background: #fff;
    list-style: none;
    padding: 4px 0;
    margin: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.btn-dropdown .btn-dropdown-content ul > li > a {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-weight: 700;
    color: #808080;
    background: #fff;
    display: block;
    font-size: 13px;
    cursor: pointer;
    border-radius: 0;
    width: 200px;
}

.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;
}

.btn-dropdown .btn-dropdown-content ul > li > a .fa {
    padding-right: 5px;
}

.btn-dropdown .btn-dropdown-content ul > li > a:hover {
    background: #5089c0;
    color: #fff;
    text-decoration: none;
}

.btn-dropdown .btn-dropdown-content ul > li.separator {
    height: 1px;
    background: #e3e3e3;
    margin: 4px 0;
    widtH: 200px;
}

.tab50 {
    font-size:13px;
    display: block;
    float: left;
    border: solid 1px transparent;
    height: 35px;
    padding: 0 16px;
    color: #808080;
    background: transparent;
    font-weight: 700;
    position: relative;
}

.tab50:hover {
    background: #e3e3e3;
}

.tab50:focus {
    outline: none;
}

.tab50.active {
    border: solid 1px #e3e3e3;
    border-bottom: none;
    background: #fff;
    color: #000;
    z-index: 10;
}

.tab50.active:hover {
    background: #fff;
    cursor: default;
}

.export-set {
    position: relative;
    background: #fff;
    padding: 0 10px 10px 10px;
    margin-bottom: 0;
    border: solid 1px #e3e3e3;
    margin-top: -1px;
    z-index: 0;
    display: none;
}

.export-full-set.active,
.export-current-set.active ,
.export-vcf-set.active {
    display: block;
}




#header ul.navi {
list-style: none;
position: absolute;
right: 0;
margin: 0 20px 0 0;
padding: 0;
}

#header ul.navi li {
	display: inline-block;
	margin-right: -3px;
	padding: 29px 0 29px;
}

#header ul.navi li a {
	text-decoration: none;
	font-weight: 600;
	color: #363636;
	padding: 15px;
	text-transform: uppercase;
	font-size: 16px;
}

#header ul.navi li.active,  #header ul.navi li:hover{
	background-color: #ebebeb;
}

#header ul.navi li.active a {
	color: #0bab9f;
}
#header ul.navi li.login{
margin-left: 10px;
margin-right: 0;
}
#header ul.navi li.login:hover{
background: none;
}
#header ul.navi li.login a {
background: #0bab9f;
border-radius: 5px;
color: #fff;
padding: 6px 8px 6px 8px;
text-transform: none;
}

#content {
	margin: 20px;
	overflow: hidden;
}

#content-2col {
	width: 980px;
	margin: 40px auto;
}

#content-left{
	background-color: #fff;
	padding: 20px;
	float: left;
	width: 625px;
}
#content-left h1, #content-left h2, #content-left h3, #content-left h4, #content-left h5, #content-left h6{
	color: #3ab0a6;
}

.article img{
	width: 100%;
}
.article{
	margin-bottom: 4em;
}

.article-social{
	background-color: #f3f4f4;
	padding: 5px;
}

#sidebar{
	background-color: #fff;
	padding: 10px;
	float: left;
	margin-left: 15px;
	width: 260px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6{
	color: #3ab0a6;
}

#sidebar .newsletter{
	overflow: hidden;
	background-color: #e9e9e9;
	padding: 0px 10px 0px;
}
#sidebar .newsletter input{
	font-size: 10px;
	width: 178px;
}
#sidebar h4{
	color: #1ea99f;
	font-weight: normal;
}

#content h1{
	font-weight: bold;
	font-size: 60px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
}

.rb-wrap {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}


#content h2{

	/*
	Because it's using ID it overrides any css using the class identifier

	font-weight: bold;
	font-size: 50px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	*/

}

#content .textbox{
	margin: 35px 0 35px 0;
	background-color: #fff;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 600;
	padding: 25px;
	color: #636363;
}
#content .tablebox{
	background-color: #fff;
}
#content .textbox ul li{
	margin-bottom: 10px;	
}
#content .textbox .inner{
	width: 500px;
	margin: 0 auto;
}

#slides {
    overflow: hidden;
}

.slides-navigation {
    text-align: center;
    bottom: 10%;
}

.slides-navigation a {
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: rgba(248, 143, 36, .85);
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	font-size: 30px;
	line-height: 35px;
}

	.slides-navigation a i {
		position: relative;
		top: 8px;
	}
	.slides-navigation a.prev i{
		left: -2px;
	}

.slides-container .container {
    width: 980px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    top: 10%;
    min-height: 65%;
}
	.slides-container li{
		min-width: 980px;
	}
	
	.slides-container li img{
		--height: auto !important;
	}

    .slides-container .container a {
        color: #fff;
        text-decoration: none;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    }

    .slides-container .container h1 {
        text-align: center;
        margin: 0;
        padding: 10px;
        font-size: 47px;
        font-weight: bold;
		display: inline-block;
    }

    .slides-container .container h2 {
        margin: 0;
        padding: 10px;
        font-size: 47px;
        font-weight: bold;
    }

    .slides-container .container h3 {
        margin: 0;
        padding: 10px;
        font-size: 26px;
        font-weight: bold;
    }

    .slides-container .container h4 {
        margin: 0;
        padding: 5px 16px 5px;
        font-size: 20px;
        font-weight: 600;
        margin-top: 2px;
        display: inline-block;
    }

.slides-container .bottom-text {
    position: absolute;
    bottom: 0;
}


#footer {
    text-align: center;
    position: relative;
    clear: both;
	padding: 40px 0 20px 0;
}

    #footer .footer-text {
        display: inline-block;
    }

        #footer, #footer a {
	        font-size: 14px;
            color: #808080;
            text-decoration: none;
        }

        #footer a {
	        margin: 0 10px;
        }

            #footer .footer-text a:hover {
                text-decoration: underline;
            }


.listbuttons{
    overflow: auto;
    margin-bottom: 18px;
}
			
.tutebtn, .standard{
	color: #fff;
	display: inline-block;
	padding: 0 12px;
    /*height: 36px;*/
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 4px;
	font-weight: bold;
    border: none;
    border-bottom: solid 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tutebtn.condensed {
    line-height: 28px;
    padding: 0 12px;
}

.tutebtn:focus, .standard:focus {
    outline: none;
}

.tutebtn:hover, .standard:hover{
	text-decoration: none;
    color: inherit;
}

.tutebtn.transparent-light {
    background: transparent;
    border-color: transparent;
    color: #808080;
}

.tutebtn.transparent-light:hover {
    background-color: #76aace;
    border-color: #6599c4;
    color: #fff;
}

.tutebtn.green, .standard.green{
	background-color: #c7e254;
    border-color: #a9c455;
}
.tutebtn.green:hover, .standard.green:hover {
    color: #fff;
    background-color: #a9c455;
    border-color: #829b47;
}

.tutebtn.grey, .standard.grey {
    background-color: #a3a3a3;
    border-color: #848484;
}

.tutebtn.grey:hover, .standard.grey:hover {
    background-color: #848484;
    border-color: #696969;
    color: #fff;
}

.tutebtn.white, .standard.white {
    background-color: #fff;
    color: #808080;
}

.tutebtn.white:hover, .standard.white:hover {
    background-color: #f3f3f3;
    color: #808080;
}

.tutebtn.grey-light, .standard.grey-light {
    background-color: #e3e3e3;
    border-color: #c4c4c4;
    color: #808080;
}

.tutebtn.grey-light:hover, .standard.grey-light:hover {
    background-color: #f3f3f3;
    border-color: #e3e3e3;
    color: #808080;
}

.tutebtn.white, .standard.white {
    background-color: #fff;
    border-color: #fff;
    color: #808080;
}

.tutebtn.white:hover, .standard.white:hover {
    background-color: #e3e3e3;
    color: #808080;
    border-color: #c3c3c3;
}

.tutebtn.orange, .standard.orange{
	background-color: #f88f24;
    border-color: #d97124;
}

.tutebtn.orange:hover, .standard.orange:hover {
    background-color: #d97124;
    border-color: #b65b23;
    color: #fff;
}

.tutebtn.blue, .standard.blue{
	background-color: #76aace;
    border-color: #6599c4;
}

.tutebtn.blue:hover, .standard.blue:hover {
    color: #fff;
    background-color: #5089c0;
    border-color: #437ba8;
}

.tutebtn.teal, .standard.teal{
	background-color: #0bab9f;
    border-color: #0b8d81;
}

.tutebtn.teal:hover, .standard.teal:hover {
    background-color: #0b8d81;
    color: #fff;
    border-color: #0b776b;
}

.tutebtn.red, .standard.red{
    background-color: #B20000;
    border-color: #940000;
}

.tutebtn.red:hover, .standard.red:hover {
    background-color: #940000;
    border-color: #800000;
    color: #fff;
}

.tutebtn.white.active {
    background: #0bab9f;
    color: #fff;
    border-color: #0b8d81;
}

.tutebtn.tutebtn-block {
    display: block;
    float: none;
    width: 100%;
}

.tutebtn.isDisabled {
    background-color: #f3f3f3;
    border: none;
    color: #d3d3d3;
    cursor: default;
}

.tutebtn.isDisabled:hover {
    background-color: #f3f3f3;
    color: #d3d3d3;
}


.variants_list{
	color: #777b7b;
	border-radius: 0;
	background:#fff
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child{
	border-radius: 0;
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child{
	border-radius: 0;
}
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child{
	border-radius: 0;
}
.table-striped tbody tr:nth-child(odd) td {
   background-color: #e3e1e1;
}
.variants_list tr td,
.variants_list tr th {
}
.variants_list thead tr td, .variants_list thead tr th{
	color: #fff;
	font-size: 12px;
	padding:8px;
    border: none;
}
.variants_list thead tr td, .variants_list thead tr th img{
	margin-left:5px;
}
.variants_list thead tr a{
	color: #fff;
}
.content-menu{
	color: #fff;
	background-color: #0bab9f;
    min-height: 50px;
    border-radius: 4px 4px 0 0;
    border-bottom: solid 1px #0b8c80;
	margin-bottom: 0 !important;
}

.content-menu .page-title {
    padding: 12px 14px 0 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-menu .page-title .page-title-name {
    font-size: 20px;
    font-weight: 700;
}

.content-menu .page-title .page-title-type {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #0b5a4e;
}

.content-menu ul {
    list-style: none;
    margin: 5px 5px 0 0;
    padding: 0;
    float: right;
}

.content-menu ul li {
    display: inline-block;
}

.content-menu li a{
	color: #fff;
    border-radius: 3px 3px 0 0;
    border: solid 1px transparent;
    border-bottom: none;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 12px 14px 12px;
	display: inline-block;
}
.content-menu li a.active{
	background-color: #fff;
    border-color: #0b8c80;
    color: #808080;
}
.content-filters{
	color: #0bab9f;
	background-color: #d8d8d8;
	padding: 5px;
	font-weight: 600;
}
#leftMenu{
	color: #fff;
	font-size: 14px;
	width: 20%;
}
#leftMenu li{
	margin-bottom: 0 !important;
}
#leftMenu li a i{
	padding-right: 10px;
}
#leftMenu li a{
	color: #fff;
	background-color: #c8c6c6;
	display: block;
	padding: 10px;
	background: rgb(238,238,238);
	background: rgb(200,198,198);
	background: -moz-linear-gradient(top,  rgba(200,198,198,1) 0%, rgba(129,126,126,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,198,198,1)), color-stop(100%,rgba(129,126,126,1)));
	background: -webkit-linear-gradient(top,  rgba(200,198,198,1) 0%,rgba(129,126,126,1) 100%);
	background: -o-linear-gradient(top,  rgba(200,198,198,1) 0%,rgba(129,126,126,1) 100%);
	background: -ms-linear-gradient(top,  rgba(200,198,198,1) 0%,rgba(129,126,126,1) 100%);
	background: linear-gradient(to bottom,  rgba(200,198,198,1) 0%,rgba(129,126,126,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c6c6', endColorstr='#817e7e',GradientType=0 );
}
#leftMenu li a.active{
	background: rgb(45,181,171);
	background: -moz-linear-gradient(top,  rgba(45,181,171,1) 0%, rgba(12,148,138,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,181,171,1)), color-stop(100%,rgba(12,148,138,1)));
	background: -webkit-linear-gradient(top,  rgba(45,181,171,1) 0%,rgba(12,148,138,1) 100%);
	background: -o-linear-gradient(top,  rgba(45,181,171,1) 0%,rgba(12,148,138,1) 100%);
	background: -ms-linear-gradient(top,  rgba(45,181,171,1) 0%,rgba(12,148,138,1) 100%);
	background: linear-gradient(to bottom,  rgba(45,181,171,1) 0%,rgba(12,148,138,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2db5ab', endColorstr='#0c948a',GradientType=0 );
}
#leftMenu li a:hover{
	text-decoration: none;
}
#rightContent{
	float: left;
	width: 76%;
	margin-left: 2%;
	font-size: 13px;
}

/* System Messages */

#system-message    { margin: 0; padding: 0;}

#system-message dt { font-weight: bold; }

#system-message dd { margin: 0; font-weight: bold; }

#system-message dd ul { color: #0055BB; margin: 0; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */

#system-message dt.message { display: none; }

#system-message dd.message {  }

/* System Error Messages */

#system-message dt.error { display: none; }

#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */

#system-message dt.notice { display: none; }

#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */

#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }

#system-debug div { font-size: 11px;}

#error {padding:20px;}

#error  .error { color:#FF0000; background:#fff; display:block; padding:10px;}

#Loadingbar {
    background: url(../images/loadingGIF.gif) no-repeat;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -80px;
    position: fixed;
    top: 50%;
    visibility: hidden;
    width: 80px;
    z-index: 9999999;
}
#LoadingOverlay {   
    height: 100%;
    left: 0;
   /* opacity: 0.7;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  filter: alpha(opacity=70);*/
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 9999997;
    background:url(../images/overlaybg.png) repeat;
}
/*Paging CSS*/
.Paging{ padding:15px 10px 0 0;}
#pagination-digg li{border:0; padding:0;list-style:none;margin-right:2px;display:block;float:left;}
#pagination-digg a{border:solid 1px #0BAB9F;margin-right:2px; color: #0BAB9F;}
#pagination-digg .previous-off,#pagination-digg .next-off {border:solid 1px #777B7B;color:#777B7B;display:block;float:left;font-weight:bold;margin-right:2px;padding:3px 4px;}
#pagination-digg .next a, #pagination-digg .previous a {font-weight:bold;}
#pagination-digg .active{background:#0BAB9F;color:#FFFFFF;font-weight:bold;display:block;float:left;padding:4px 6px;}
#pagination-digg a:link, #pagination-digg a:visited {color:#OBAB9F; display:block; float:left; padding:3px 6px; text-decoration:none;}
#pagination-digg a:hover{border:solid 1px #777B7B; color:#777B7B;}
/*Paging css end*/

label.sublabel {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    font-size: 13px;
    font-family: arial;
    font-weight: 100 !important;
}

.radio label.sublabel:before {
    border-radius: 8px;
}

div.variantMeter{
    background: #FFF;
    border: 1px solid #CCC;
    text-align: left;
    padding:0px;
    height:13px;
    margin: 0 10px 10px 10px;
}
div.variantMeter div{
    height:100%;
    background: linear-gradient(to bottom, #62c462, #51a351);
}
div.variantMeter div.good{
    background: linear-gradient(to bottom, #62c462, #51a351);
}
div.variantMeter div.medium{
    background: linear-gradient(to bottom, #fbb450, #f89406);
}
div.variantMeter div.bad{
    background: linear-gradient(to bottom, #ee5f5b, #bd362f);
}


meter { -webkit-appearance: none; }



meter::-webkit-meter-bar {
                                          background: #FFF;
                                          border: 1px solid #CCC;
                                      }
meter::-webkit-meter-bar {
    background: #FFF;
}
meter::-webkit-meter-optimum-value {
    background: linear-gradient(to bottom, #62c462, #51a351);
}
meter::-webkit-meter-suboptimum-value {
    background: linear-gradient(to bottom, #fbb450, #f89406);
}
meter::-webkit-meter-even-less-good-value {
    background: linear-gradient(to bottom, #ee5f5b, #bd362f);
}

#gdetailForm p {
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}

.checkbox-select-container {
    padding: 0 30px;
    color: #fff;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    background: rgba(64, 64, 64, 0.98);
    z-index: 100;
    min-width: 900px;
    display: none;
    opacity: 0;
}

.checkbox-select-container.isOpen {
    display: block;
}

.checkbox-select-container.isFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.checkbox-select-container a.checkbox-btn {
    line-height: 60px;
    padding: 0 14px;
    display: inline-block;
    height: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.checkbox-select-container a.checkbox-btn:hover {
    background: #575757;
}

.checkbox-select-container .status {
    padding-right: 20px;
    border-right: solid 2px #525252;
}

.checkbox-select-container .status .count {
    font-weight: 700;
}
/*
.form-control {
	height: 30px;
}
*/

.modal-header {
    border-bottom: solid 3px #f3f3f3;
}

.modal-footer {
    border-top: solid 3px #f3f3f3;
}

.modal-footer .tutebtn {
    margin-left: 8px;
}

.modal-alert .modal-footer {
    border: none;
    margin-top: 0;
}

.tl-login-form-contain .form-control,
.tl-signup-form-contain .form-control {
	margin-bottom: 10px;
}

#alert-window,
#case_control_form .login-content,
#add-data .login-content {
	padding: 20px;
}


.modal-load {
    width: 30px;
    height: 200px;
    margin: 0 auto;
    background: url("../images/load-arrow.gif") center no-repeat;
    background-size: 30px 30px;
}



.tooltipster-tute-theme {
    border-radius: 5px;
    border: none;
    background: #404040;
    color: #fff;
}

.tooltipster-tute-theme .tooltipster-content {
    font-family: inherit;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    max-width: 300px;
}

.tooltipster-tute-popover {
    border-radius: 5px;
    border: solid 1px #d3d3d3;
    background-color: #fff;
    color: #404040;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
}

.tooltipster-tute-popover .tooltipster-content {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4em;
    padding: 8px 10px;
}


.debug-container {
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    right: 0px;
    width: 40px;
    background: #f3f3f3;
    border: solid 1px #e3e3e3;
    border-right: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.debug-container.isOpen {
    left: 0;
    bottom: 0;
    width: auto;
}

.debug-container .debug-header {
    margin: -1px 0 0 -1px;
}

.debug-container .debug-header-mobile .debug-header-logo {
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #808080;
    text-align: center;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.debug-container .debug-header-mobile .debug-link {
    width: 40px;
    display: block;
    font-size: 14px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #c15a42;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.debug-container .debug-header-mobile .debug-link i {
    font-size: 18px;
}

.debug-container .debug-header-mobile .debug-link:hover {
    background: #c15a42;
    color: #fff;
}

.debug-container.isOpen .debug-header-mobile {
    display: none;
}

.debug-container .debug-header {
    display: none;
    height: 40px;
    padding: 0 10px;
    border-bottom: solid 1px #e3e3e3;
}

.debug-container .debug-header .debug-header-logo {
    height: 40px;
    float: left;
    padding: 0 20px 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #808080;
    text-align: center;
    line-height: 40px;
    cursor: default;
}

.debug-container .debug-header .debug-header-logo span {
    font-weight: 700;
}

.debug-container .debug-header .debug-link {
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #c15a42;
    text-decoration: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.debug-container .debug-header .debug-link.isActive {
    background: #aa4b39;
    color: #fff;
}

.debug-container .debug-header .debug-link:hover {
    background: #c15a42;
    color: #fff;
}

.debug-container .debug-header .debug-link span {
    padding-left: 4px;
    font-weight: 700;
}

.debug-close {
    float: right;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #a3a3a3;
    cursor: pointer;
}

.debug-container.isOpen .debug-header {
    display: block;
}
.debug-container .debug-content {
    display: none;
    padding: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.debug-container.isOpen .debug-content {
    display: block;
}


.debug-content table {
    table-layout: auto;
    border-collapse: collapse;
    margin-bottom: 10px;
    background-color: transparent;
}

.debug-content table td,
.debug-content table th {
    padding: 6px 20px 6px 0;
}

.debug-content table tr {
    border-bottom: solid 1px #fff;
}




/********************************************
    TABLE
********************************************/

table {
    max-width: none;
    background-color: #fff;
}

.table-full-wrap {
    width: auto;
    overflow-x: hidden;
    position: relative;
    z-index: 0;
}


.table-full-wrap-space {
    position: relative;
    height: 40px;
    z-index: 20;
}


.table-full-wrap-header {
    overflow: hidden;
    z-index: 20;
}


.table-full-wrap-header.isFixed {
    position: fixed;
    top: 0;
    right: 20px;
    left: 320px;
    background: #fff;
    display: block;
    z-index: 1000;
}


.table-full-wrap-header.tableHasFilter.isFixed {
    top: 96px;
}

.table-full-wrap-header.isFixed.isLeft {
    left: 30px;
}

.table-full-wrap-body {
    overflow-x: auto;
    margin-bottom: 10px;
    padding-bottom: 40px;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}


.table-full-wrap-body.closeBottom {
    margin-bottom: 0;
}


.table-full-wrap-scroll {
    z-index: 10;
    overflow-x: auto;
    overflow-y: hidden;
    position: fixed;
    bottom: 40px;
    left: 320px;
    right: 20px;
    max-height: 20px;
}

.table-full-wrap-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
}

.table-full-wrap-scroll::-webkit-scrollbar-button {
    height: 17px;
    width: 17px;
    border: solid 1px #d3d3d3;
    background: #e3e3e3;
}

.table-full-wrap-scroll::-webkit-scrollbar-button:horizontal:decrement {
    background: #e3e3e3 url("../images/scroll-left.png") center no-repeat;
}

.table-full-wrap-scroll::-webkit-scrollbar-button:horizontal:increment {
    background: #e3e3e3 url("https://app.tutegenomics.com/images/scroll-right.png") center no-repeat;
}

.table-full-wrap-scroll::-webkit-scrollbar-thumb {
    border: solid 1px #d3d3d3;
    background-color: #e3e3e3;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.table-full-wrap-scroll::-webkit-scrollbar-track {
    background: #f3f3f3;
}

.table-full-wrap-header::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
}

.table-full-wrap-header::-webkit-scrollbar-button {
    height: 17px;
    width: 17px;
    border: solid 1px #d3d3d3;
    background: #e3e3e3;
}

.table-full-wrap-header::-webkit-scrollbar-button:horizontal:decrement {
    background: #e3e3e3 url("../images/scroll-left.png") center no-repeat;
}

.table-full-wrap-header::-webkit-scrollbar-button:horizontal:increment {
    background: #e3e3e3 url("https://app.tutegenomics.com/images/scroll-right.png") center no-repeat;
}

.table-full-wrap-header::-webkit-scrollbar-thumb {
    border: solid 1px #d3d3d3;
    background-color: #e3e3e3;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.table-full-wrap-header::-webkit-scrollbar-track {
    background: #f3f3f3;
}



.table-full-wrap-scroll table.table-full {
    height: 1px;
    visibility: hidden;
}


.table-full-wrap-scroll table.table-full tr {
    height: 1px;
}


.table-full-wrap-scroll table.table-full tr th {
    height: 1px;
}


.table-full-wrap-footer {
    height: 70px;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 90px;
    right: 20px;
    z-index: 10;
}


.table-full-wrap-footer.unFix {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}


.table-full-wrap-footer .table-full-footer {
    height: 40px;
    padding: 10px 0;
    border-top: solid 4px #e3e3e3;
    background: #fff;
    text-align: center;
}


.table-full-wrap-footer .table-full-footer .footer-actions-bulk {
    position: absolute;
    left: 0;
    height: 40px;
    max-width: 0;
    overflow: hidden;
}


.table-full-wrap-footer .table-full-footer .footer-actions-bulk.isActive {
    max-width: 270px;
}


.table-full-wrap-footer .table-full-footer .footer-actions-bulk .count {
    height: 40px;
    color: #4f7496;
    padding: 0 10px;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    line-height: 40px;
    min-width: 40px;
    float: left;
}


.table-full-wrap-footer .table-full-footer .footer-actions-pagination {
    display: inline-block;
    height: 40px;
}


.table-full-wrap-footer .table-full-footer .footer-actions-pagination .footer-action-button {
    min-width: 40px;
    padding: 0 10px;
}


.table-full-wrap-footer .table-full-footer .footer-actions-pagination .footer-input-wrap {
    width: 70px;
}


.table-full-wrap-footer .table-full-footer .footer-actions-pagination .footer-input-wrap input {
    border-left: none;
    border-right: none;
    font-size: 16px;
    text-align: center;
    padding: 0;
    border-radius: 0 0 0 0;
}

.table-full-wrap-footer .table-full-footer .footer-filter {
    position: absolute;
    right: 0;
    height: 40px;
}


.table-full-wrap-footer .table-full-footer .footer-filter label.footer-input-wrap {
    width: 200px;
}


.table-full-wrap-footer .table-full-footer label.footer-input-wrap {
    height: 40px;
    display: block;
    float: left;
}


.table-full-wrap-footer .table-full-footer label.footer-input-wrap input {
    height: 40px;
}


.table-full-wrap-footer .table-full-footer .footer-action-button {
    float: left;
    height: 40px;
    width: 40px;
    border: none;
    cursor: pointer;
    background-color: #5089c0;
    background-position: center;
    color: #fff;
    font-weight: 700;
}


.table-full-wrap-footer .table-full-footer .footer-action-button span {
    line-height: 40px;
    font-size: 18px;
}


.table-full-wrap-footer .table-full-footer .footer-action-button:hover {
    background-color: #4f7496;
}


table.table-full {
    border: none;
    border-collapse: collapse;
    white-space: nowrap;
    width: 100%;
}


table.table-full thead tr {
    background: #e3e3e3;
    position: relative;
    width: 100%;
}


table.table-full thead tr th {
    position: relative;
    font-weight: 700;
    height: 40px;
    color: gray;
    padding: 8px 20px;
    width: 50px;
}


table.table-full thead tr th .table-full-td-square {
    padding: 0;
}

table.table-full thead tr th span.table-separation {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    margin: 10px 0;
    line-height: 40px;
    background: #f3f3f3;
    width: 3px;
    z-index: 10;
}


table.table-full thead tr th span.table-separation:hover {
    cursor: col-resize;
}


table.table-full thead tr th .table-column-sort {
    margin-left: 10px;
}


table.table-full tr {
    border: none;
    background: #fff;
}

table.table-full tr .star-favorite {
    width: 16px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    background: url("../images/row-star.png") center no-repeat;
}

table.table-full tr .star-favorite.isSelected {
    background: url("../images/row-star-select.png") center no-repeat;
}


table.table-full tr:nth-child(even) {
    background: #f9f9f9;
}


table.table-full tr.isSelected {
    background: rgba(80, 137, 192, 0.3);
}


table.table-full tr td {
    margin: 0 10px;
    border: none;
    table-layout: fixed;
    height: 50px;
    padding: 0 20px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

table.table-full.table-list tr td {
    white-space: normal;
}


table.table-full tr td span {
    display: inline-block;
}


table.table-full tr td .in-row-action {
    display: block;
    height: 50px;
    padding: 0 10px;
    min-width: 30px;
    background: transparent;
    border: none;
    margin: 0;
    font-weight: 700;
    line-height: 48px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    color: #808080;
}


table.table-full tr td .in-row-action:hover {
    background: #5089c0;
    color: #fff;
}


table.table-full tr td .in-row-action.isActive {
    background: #415e81;
    color: #fff;
}


table.table-full tr td .in-row-action.isActive:hover {
    background: #415e81;
}


table.table-full tr td .in-row-action [class^="icon-"],
table.table-full tr td .in-row-action [class*=" icon-"] {
    font-size: 24px;
    margin-bottom: 2px;
}


table.table-full tr td .in-row-action span {
    vertical-align: middle;
}


table.table-full tr td .in-row-action.in-row-action-square {
    padding: 0;
    width: 50px;
    text-align: center;
}


table.table-full tr td .in-row-action-container {
    display: inline-block;
    position: relative;
}


table.table-full tr td .in-row-action-container.isActive .in-row-action {
    background: #415e81;
    color: #fff;
}


table.table-full tr td .in-row-action-container.isActive .in-row-slide {
    max-width: 300px;
}


table.table-full tr td .in-row-action-container .in-row-slide {
    position: absolute;
    z-index: 10;
    left: 50px;
    overflow: hidden;
    top: 0;
    width: auto;
    max-width: 0;
}


table.table-full tr td .in-row-action-container .in-row-slide .in-row-slide-wrap {
    width: 9999px;
}


table.table-full tr td .in-row-action-container .in-row-slide .in-row-action {
    background: #4f7496;
    color: #fff;
    float: left;
}


table.table-full tr td .in-row-action-container .in-row-slide .in-row-action:hover {
    background: #415e81;
}

table.table-full .table-full-td-square {
    padding: 0;
    width: 50px;
}

table.table-full .truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


table.table-full .table-full-td-squarex2 {
    padding: 0;
    width: 100px;
}


table.table-full .table-full-td-squarex2 .in-row-action {
    display: inline-block;
}


table.table-full .table-full-td-second-row {
    padding-left: 0;
}


table.table-full.table-full-fixed {
    table-layout: fixed;
}

table.table-full.table-list {
    table-layout: fixed;
    white-space: normal;
}

table.table-full.table-list thead tr th {
    width: auto;
    overflow: hidden;
}

table.table-full.table-list thead tr th a {
    color: #808080;
}

table.table-full.table-list thead tr th a img {
    padding-left: 10px;
}

table.table-full.table-full-auto {
    table-layout: auto;
}

.table-full-wrap-header.noSidebar,
.table-full-wrap-scroll.noSidebar {
    left: 30px;
    right: 30px;
}

.col-name {
    cursor: default;
    opacity: 0;
}

.col-name span {
    vertical-align: middle;
}

.table-separation {
    opacity: 0;
}

.col-name a {
    padding-left: 10px;
    font-size: 14px;
    color: #808080;
    vertical-align: middle;
}

.col-name a:hover {
    color: #428bca !important;
}

.versioning {
    margin-top: 4px;
}

.versioning .ver {
    height: 36px;
    border-radius: 2px 0 0 2px;
    padding: 0 8px;
    line-height: 36px;
    float: left;
}

.versioning.isUpdate .ver {
    background: #76aace;
    color: #fff;
    cursor: default;
    width: 56px;
    text-align: center;
}

.versioning .version-update {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #fff;
    background: #5089c0;
    float: left;
    border-radius: 0 2px 2px 0;
    display: none;
}

.versioning.isUpdate .version-update {
    display: block;
}

.wrapper-border {
    border: solid 1px #e3e3e3;
    border-top: none;
    background: #fff;
    position: relative;
}

.ui-sortable-placeholder {
    visibility: visible !important;
}

/***************************************
    REPORT BUILDER
***************************************/
.report-builder {
    position: relative;
}

.rb-icon {
    height: 18px;
    width: 16px;
    background: url("../images/report-builder.png") center no-repeat;
    background-size: 16px 18px;
    display: inline-block;
}

.rb-icon.rb-icon-contain {
    margin-top: -4px;
    vertical-align: middle;
}

.rb-nav {
    height: 60px;
    padding: 10px 20px;
}

.rb-page-title {
    font-size: 24px;
    font-style: italic;
    color: #808080;
    margin-top: 2px;
}

.rb-group.pull-left .tutebtn {
    margin: 2px 10px 0 0;
}

.rb-group.pull-right .tutebtn,
.rb-group.pull-right .btn-separator {
    float: left;
    margin: 2px 0 0 10px;
}


.btn-separator {
    float: left;
    margin: 2px 0 0 10px;
    height: 36px;
    border-left: solid 1px #d3d3d3;
}

.btn-separator.pull-right {
    height: 46px;
    margin: -5px 10px 0 20px;
    border-color: #e3e3e3;
}

.rb-tab-btn.isActive {
    border-color: #d3d3d3;
    border-bottom-color: #fff;
    height: 51px;
    background: #f3f3f3;
    color: #404040;
}

.rb-title {
    height: 60px;
    background: #f3f3f3;
    border-bottom: solid 1px #d3d3d3;
    border-top: solid 1px #d3d3d3;
    padding: 9px 20px;
}

.rb-title-input-container {
    height: 40px;
    width: 550px;
    float: left;
    position: relative;
    padding-left: 24px;
}

.rb-title-input {
    border: solid 1px transparent;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #808080;
    background: transparent;
    border-radius: 4px;
    font-weight: 700;
    padding: 0 10px;
    -webkit-transition: border 200ms ease, background 200ms ease;
    -moz-transition: border 200ms ease, background 200ms ease;
    -ms-transition: border 200ms ease, background 200ms ease;
    -o-transition: border 200ms ease, background 200ms ease;
    transition: border 200ms ease, background 200ms ease;
}

.rb-title-input:focus {
    border-color: #d3d3d3;
    outline: none;
    background: #fff;
}

.rb-title-input-icon {
    position: absolute;
    top: 14px;
    left: 0;
    color: #a3a3a3;
}

.rb-container {
    padding: 20px;
    overflow: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.rb-saved-reports {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rb-saved-reports > li {
    display: block;
    padding: 10px 20px;
    height: 60px;
    border-bottom: solid 1px #e3e3e3;
    border-top: solid 1px #e3e3e3;
    font-size: 16px;
    margin-top: -1px;
    position: relative;
    font-weight: 700;
    color: #808080;
    text-decoration: none;
}

.no-word-wrap {
    white-space: nowrap;
}

.rb-saved-reports > li > .tutebtn {
    margin-right: 10px;
}

.rb-saved-reports > li:hover {
    background: #f1f8ff;
    z-index: 2;
}

.rb-saved-reports > li > .title {
    padding: 8px;
    border-radius: 4px;
    display: block;;
    float: left;
    background: transparent;
    color: #808080;
    cursor: default;
}

.rb-create-section {
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    -ms-transition: background 200ms ease;
    -o-transition: background 200ms ease;
    transition: background 200ms ease;
}

.rb-create-section.isActive {
    display: block;
    background: rgba(255,255,255,.8);
}

.rb-create-container {
    width: 800px;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    margin-left: -400px;
    border-radius: 4px;
    overflow: hidden;
    min-height: 320px;
    background: #fff;
    border: solid 1px #5089c0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.rb-create-section-tab {
    background: #5089c0;
    overflow: auto;
    padding-top: 8px;
}

.rb-create-section-tab-title {
    float: left;
    margin: 5px 20px 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.rb-create-section-tab-btn {
    float: left;
    background: transparent;
    border: none;
    padding: 10px 14px;
    border-radius: 4px 4px 0 0;
    font-weight: 700;
    color: rgba(255,255,255,.7);
}

.rb-create-section-tab-btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.rb-create-section-tab-btn.isActive {
    background: #fff;
    color: #808080;
}

.rb-create-section-matte {
    padding: 10px;
    clear: both;
    position: absolute;
    top: 48px;
    bottom: 57px;
    left: 0;
    right: 0;
    overflow: auto;
}

.rb-create-section-matte-head {
    overflow: auto;
}

.rb-create-section-matte-head input {
    padding: 5px 10px;
    border-radius: 4px;
    border-color: #c3c3c3;
}

.rb-create-section-matte-head input:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #808080;
}

.rb-create-section-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    border-top: solid 1px #5089c0;
}

.rb-create-section-nav .tutebtn {
    margin-left: 10px;
}

.rb-choose-container {
    margin: 10px 0;
    clear: both;
    border-radius: 4px;
    border: solid 1px #d3d3d3;
    overflow: hidden;
}

.rb-choose-container.isChecked {
    border-color: #5089c0;
}

.rb-choose-head {
    height: 50px;
    color: #808080;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.rb-choose-container.isChecked .rb-choose-head {
    background: #76aace;
    color: #fff;
}

.rb-choose-container.isChecked .rb-choose-head {
    color: #5089c0;
}

.rb-choose-head-title {
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    float: left;
}

.rb-choose-container.isChecked .rb-choose-head-title {
    color: #fff;
}

.rb-choose-head.isChecked {
    background: #5089c0;
    color: #fff;
}

.rb-choose-head-check {
    height: 50px;
    width: 50px;
    float: left;
    text-align: center;
    display: block;
    margin: 0;
    padding: 14px 0 0 0;
    border-right: solid 1px #d3d3d3;
}

.rb-choose-container .rb-choose-head-check {
    background: #f3f3f3;
}

.rb-choose-container.isChecked .rb-choose-head-check {
    background: #76aace;
    border-color: #5089c0;
}

.rb-choose-container .rb-choose-description {
    border-top: solid 1px #d3d3d3;
    padding: 10px;
}

.rb-choose-container.isChecked .rb-choose-description {
    border-color: #5089c0;
}

.rb-choose-column {
    border: solid 1px #d3d3d3;
    padding: 10px;
    float: left;
    margin: 10px 10px 0 0;
    border-radius: 4px;
    font-weight: 400 !important;
    vertical-align: middle;
}

.rb-choose-column.isActive {
    background: #76aace;
    border-color: #5089c0;
    color: #fff !important;
}

.rb-create-column-head {
    height: 48px;
    color: #808080;
    padding: 8px;
    border-bottom: solid 1px #5089c0;
}

.rb-column-options {
    clear: both;
    margin: 10px;
    overflow: auto;
}

.rb-column-option {
    margin-right: 20px;
}

.rb-column-option select,
.rb-column-option input {
    margin-left: 6px;
    border-radius: 4px;
    border: solid 1px #e3e3e3;
    padding: 4px 8px;
}

.rb-create-section-tab-title.grey {
    color: #808080;
}

.rb-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rb-btn-group .tutebtn.pull-left {
    margin-right: 10px;
}

.rb-btn-group .tutebtn.pull-right {
    margin-left: 10px;
}

.rb-section-container {
    padding: 10px 0;
    
}

.rb-section-container.ui-sortable-placeholder {
    border: dashed 1px #c3c3c3;
    border-radius: 4px;
    padding: 9px 0;
    background: #e3e3e3;
}

.rb-section-container.ui-sortable-helper .rb-section {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, .4);
    box-shadow: 0 0 16px rgba(0, 0, 0, .4);
}

.rb-section {
    border: solid 1px #e3e3e3;
    border-radius: 4px;
    background: #f9f9f9;
    overflow: hidden;
}

.rb-section:hover {
    border-color: #d3d3d3;
}

.rb-section-add {
    height: 40px;
    border: dashed 1px #76aace;
    color: #5089c0;
    line-height: 38px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
}

.rb-section-empty {
    border: dashed 2px #d3d3d3;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
    color: #808080;
}

.rb-section-add:hover {
    background: #f1f8ff;
}

.rb-section-header {
    height: 40px;
    padding: 0 10px 0 0;
    position: relative;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.rb-section-header:hover {
    background: #fff;
}

.rb-section-container.isOpen .rb-section {
    background: #fff;
    border-color: #5089c0;
}

.rb-section-header-btn {
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 2px;
    border: none;
    display: block;
    float: left;
    margin: 8px 0 0 5px;
    background: transparent;
    color: #a3a3a3;
    font-size: 14px;
    text-align: center;
}

.rb-section-header-btn:hover {
    background: #5089c0;
    color: #fff;
}

.rb-section-title-dropdown {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #808080;
    border: none;
    padding: 0 14px 0 14px;
    background: transparent;
    margin-right: 10px;
}

.rb-section-title-dropdown:hover {
    background: #5089c0;
    color: #fff;
}

.rb-section-title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #5089c0;
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 100%;
}

.rb-section-title input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    width: auto;
    max-width: 50%;
    border: none;
    outline: none;
    background: transparent;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rb-section-title input:focus {
    border: none;
    background: #f3f3f3;
    outline: none;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
}

.rb-section-title input:hover {
    background: #f3f3f3;
}

.rb-section-content {
    height: 0;
    overflow: hidden;
}

.rb-section-container.isOpen .rb-section-content {
    height: auto;
}

.rb-section-content-inner {
    border-top: solid 1px #5089c0;
    padding: 10px 0;
}

.rb-section-description {
    margin: 10px 0 10px 0;
}

.rb-text-empty {
    color: #808080;
    font-style: italic;
}

.rb-add-column {
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 200ms ease, color 200ms ease;
    -moz-transition: background 200ms ease, color 200ms ease;
    -ms-transition: background 200ms ease, color 200ms ease;
    -o-transition: background 200ms ease, color 200ms ease;
    transition: background 200ms ease, color 200ms ease;
}

.rb-add-column:hover {
    background: #5089c0;
    color: #fff;
}

textarea.rb-section-description-textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px 0 10px;
    width: 100%;
    min-height: 100px;
    font-family: inherit;
    background: #f3f3f3;
    resize: vertical;
    -webkit-transition: height 200ms ease;
    -moz-transition: height 200ms ease;
    -ms-transition: height 200ms ease;
    -o-transition: height 200ms ease;
    transition: height 200ms ease;
}

textarea.rb-section-description-textarea:focus {
    outline: none;
    border-color: #5089c0;
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .2);
}

.rb-box-header {
    font-weight: 700;
    font-size: 16px;
    height: 30px;
    padding: 0 10px;
}

.rb-box-header .rb-box-header-edit {
    font-weight: 400;
    color: #808080;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.rb-box-header .rb-box-header-edit:hover {
    color: #5089c0;
}

.rb-remove-column {
    cursor: pointer;
    color: #a3a3a3;
}

.rb-remove-column:hover {
    color: #5089c0;
}

.rb-table-contain {
    overflow: auto;
    white-space: nowrap;
    padding: 0 0 10px 0;
    margin: 0 10px;
    clear: both;
}

.rb-column {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    border: solid 1px #5089c0;
    cursor: move;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    margin-right: 10px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
}

.rb-column:last-child {
    margin-right: 0;
}

.rb-column-move {
    width: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    color: #a3a3a3;
}

.rb-column-move:hover {
    background: #5089c0;
    color: #fff;
}

.rb-column.ui-sortable-placeholder {
    background: transparent;
    border: dashed 1px #5089c0;
    border-radius: 4px;
    margin:0 10px -13px 0 !important;
}

.rb-column.ui-sortable-helper {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.rb-branding-container {
    margin: 10px 0;
    background: #f3f3f3;
    border-radius: 6px;
    padding: 10px;
    position: relative;
    border: solid 1px #e3e3e3;
}

.rb-branding-arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: inline-block;
    height: 0;
    position: absolute;
    top: -10px;
    left: 178px;
    width: 0;
    border-bottom: 10px solid #e3e3e3;
}
.rb-branding-arrow.border {
    border-bottom-color: #f3f3f3;
    top: -8px;
}

.rb-branding-image {
    width: 170px;
    padding: 10px;
    height: 170px;
    background: #e3e3e3;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    color: #808080;
    font-size: 18px;
    -webkit-box-shadow: inset 0 2px 8px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 2px 8px rgba(0,0,0,.2);
    box-shadow: inset 0 2px 8px rgba(0,0,0,.2);
}

.rb-branding-control {
    width: 250px;
    margin-right: 20px;
}

.rb-branding-extensions {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 250px;
    text-align: center;
    color: #808080;
}

.rb-branding-image img {
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
    display: block;
}

.rb-branding-uploaded {
    width: 240px;
    height: 140px;
    position: relative;
}

.rb-branding-uploaded .tutebtn {
    position: absolute;
    width: 240px;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.rb-branding-uploaded:hover .tutebtn {
    opacity: 1;
}

.rb-branding-uploaded img {
    max-width: 240px;
    max-height: 140px;
    margin: 0 auto;
    display: block;
}

.progress {
    background-color: rgba(0,0,0,.1);
}

.rb-report-list {
    border-top: solid 1px #d3d3d3;
    padding: 0 0 10px 0;
}
.rb-report-container {
    border-top: solid 1px #d3d3d3;
    padding: 20px;
}

.rb-report-section {
    margin-bottom: 30px;
}

.rb-report-title {
    font-weight: 700;
    font-size: 20px;
    color: #808080;
}

.rb-report-message {
    color: #808080;
    font-size: 14px;
    margin: 0;
    white-space: pre-wrap;
}

.rb-report-section .rb-report-message {
    color: #808080;
    white-space: pre-wrap;
}

.rb-report-message.rb-report-message-warning {
    padding: 10px;
    border: solid 1px #f88f24;
    border-radius: 4px;
    margin-top: 6px;
    color: #f88f24;
}

.rb-report-head {
    margin-bottom: 30px;
}

.rb-report-logo {
    float: left;
    height: 80px;
    width: 300px;
}

.rb-report-logo img {
    height: 100%;
    max-width: 500px;
    display: block;
}

.rb-report-head-title {
    font-weight: 700;
    color: #808080;
    font-size: 26px;
    border-bottom: solid 2px #d3d3d3;
    padding-bottom: 10px;
}

.rb-report-footer {
    margin: 60px 0 20px 0;
    border-top: solid 2px #d3d3d3;
    padding: 20px 0 0 0;
    text-align: center;
    color: #a3a3a3;
}

.rb-report-footer-powered {
    width: 80px;
    height: 45px;
    margin: 0 auto 14px auto;
}

.rb-report-footer-powered img {
    width: 80px;
    height: 45px;
}




/*--------------------------------------
    getting started pages
--------------------------------------*/

.gs-wrapper {
    position: relative;
}

.gs-page {
    width: 100%;
    background: #fff;
    display: none;
}

.gs-page-0 {
    display: block;
}

.gs-page-title {
    padding: 0 20px;
    margin: 20px 0;
    font-weight: 700;
    font-size: 2em;
    color: #808080;
}

.gs-page-description {
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 20px;
}

.gs-page-description.home {
    width: 660px;
    margin: 0 auto 60px auto;
}

@media (max-width: 992px) {
    .gs-page-description.home {
        width: auto;
    }
}

.gs-page-tip {
    border: solid 3px #0b8c80;
    padding: 20px;
    margin: 40px 20px;
    font-size: 16px;
}

.gs-page-image {
    background: #f3f3f3;
    text-align: center;
    padding: 40px 0;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
}

.gs-page-image img {
    width: 100%;
    max-width: 858px;
}






.gs-btn-close {
    display: none;
}


.gs-nav-text {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
}



.frequency-graph {
    width: 70px;
    border-radius: 3px;
    height: 16px;
    background-color: #e3e3e3;
    cursor: pointer;
}

.frequency-graph .fg-tick {
    height: 16px;
    width: 16.666666%;
    border: solid 1px #d3d3d3;
    border-left: none;
    float: left;
    position: relative;
    z-index: 0;
}

.frequency-graph .fg-tick:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.frequency-graph .fg-tick:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-left: solid 1px #d3d3d3;
}

.frequency-graph.fg-1 .fg-tick-1 {
    border-color: #c15a42;
    background-color: #d87668;
}

.frequency-graph.fg-2 .fg-tick-1,
.frequency-graph.fg-2 .fg-tick-2 {
    border-color: #c15a42;
    background-color: #d87668;
}

.frequency-graph.fg-3 .fg-tick-1,
.frequency-graph.fg-3 .fg-tick-2,
.frequency-graph.fg-3 .fg-tick-3 {
    border-color: #fc9d47;
    background-color: #ffae6c;
}

.frequency-graph.fg-4 .fg-tick-1,
.frequency-graph.fg-4 .fg-tick-2,
.frequency-graph.fg-4 .fg-tick-3,
.frequency-graph.fg-4 .fg-tick-4 {
    border-color: #fc9d47;
    background-color: #ffae6c;
}

.frequency-graph.fg-5 .fg-tick-1,
.frequency-graph.fg-5 .fg-tick-2,
.frequency-graph.fg-5 .fg-tick-3,
.frequency-graph.fg-5 .fg-tick-4,
.frequency-graph.fg-5 .fg-tick-5 {
    border-color: rgba(58, 116, 60, 0.2);
    background-color: rgba(67, 133, 74, 0.2);
}

.frequency-graph.fg-6 .fg-tick-1,
.frequency-graph.fg-6 .fg-tick-2,
.frequency-graph.fg-6 .fg-tick-3,
.frequency-graph.fg-6 .fg-tick-4,
.frequency-graph.fg-6 .fg-tick-5,
.frequency-graph.fg-6 .fg-tick-6 {
    border-color: rgba(58, 116, 60, 0.2);
    background-color: rgba(67, 133, 74, 0.2);
}

.fg-wrapper {
    font-family: 'Roboto', sans-serif;
}

.frequency-graph.fg-preview {
    width: 100%;
    height: 30px;
    border-radius: 3px 3px 0 0;
}

.frequency-graph.fg-preview .fg-tick {
    height: 30px;
}

.frequency-graph.fg-preview .fg-tick:last-child {
    border-bottom-right-radius: 0;
}

.frequency-graph.fg-preview .fg-tick:first-child {
    border-bottom-left-radius: 0;
}

.frequency-graph-container {
    width: 400px;
    margin: 0 auto;
}

.frequency-graph-container p {
    font-size: 14px;
}

.fg-title {
    font-weight: 300;
    color: #808080;
    font-size: 16px;
    font-style: italic;
}

.fg-value {
    font-weight: 700;
    color: #404040;
    font-size: 24px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.fg-details {
    height: 12px;
    background-color: #e3e3e3;
    border-radius: 3px 3px 0 0;
}

.fg-details .fgd-tick {
    height: 12px;
    width: 16.666666%;
    border: solid 1px #d3d3d3;
    border-left: none;
    float: left;
    position: relative;
    z-index: 0;
}

.fg-details .fgd-tick:first-child {
    border-left: solid 1px #d3d3d3;
    border-top-left-radius: 3px;
}

.fg-details .fgd-tick:last-child {
    border-top-right-radius: 3px;
}

.fg-details .fgd-tick.fgd-tick-red {
    border-color: #c15a42;
    background-color: #d87668;
}

.fg-details .fgd-tick.fgd-tick-orange {
    border-color: #fc9d47;
    background-color: #ffae6c;
}

.fg-details .fgd-tick.fgd-tick-green {
    border-color: rgba(58, 116, 60, 0.2);
    background-color: rgba(67, 133, 74, 0.2);
}

.fg-lines div {
    float: left;
    border-right: solid 1px #a3a3a3;
    width: 16.666666%;
    height: 6px;
}

.fg-lines div:first-child {
    border-left: solid 1px #a3a3a3;
}

.fg-numbers {
    height: 30px;
}

.fg-numers div {
    width: 16.666666%;
    float: left;
    text-align: center;
    font-size: 10px;
}

.ec-sub label {
    display: inline-block;
}

.ec-sub-title {
    font-weight: 700;
    font-size: 16px;
    color: #404040;
    margin-bottom: 8px;
    margin-top: 10px;
}

.column-info {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    color: #e3e3e3;
}

.ec-sub .item:hover .column-info {
    color: #808080;
}

.sub-category-delete {
    position: absolute;
    bottom: 5px;
    right: 6px;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    color: #a3a3a3;
}

.sub-category-delete:hover {
    background-color: #5089c0;
    color: #fff;
}

.ec-details {
    list-style: none;
    padding: 0 20px 0 0;
    margin: 0;
}

.ec-details li {
    border-bottom: dashed 1px #d3d3d3;
    padding: 5px 0;
    overflow: auto;
}

.ec-details li div {
    padding: 5px 0;
}

.ec-details li .ec-details-title {
    float: left;
    /*font-weight: 700;*/
}

.ec-details li .ec-details-description {
    float: right;
}

.popover {
    z-index: 1100 !important;
}








.rb-table-contain::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
}

.rb-table-contain::-webkit-scrollbar-button {
    height: 17px;
    width: 17px;
    background: #e3e3e3;
    border: solid 1px #a3a3a3;
}

.rb-table-contain::-webkit-scrollbar-button:horizontal:decrement {
    background: #e3e3e3 url("../images/scroll-left.png") center no-repeat;
}

.rb-table-contain::-webkit-scrollbar-button:horizontal:increment {
    background: #e3e3e3 url("https://app.tutegenomics.com/images/scroll-right.png") center no-repeat;
}

.rb-table-contain::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    border: solid 1px #a3a3a3;
}

.rb-table-contain::-webkit-scrollbar-track {
    background: #f9f9f9;
    border: solid 1px #a3a3a3;
}




.btn-primary[disabled] {
    background-color: #BBBBBB;
    border-color: #979797;
}