body {
    margin: 0 auto;
    font-family: Geneva, 'Segoe UI', Tahoma, Verdana, sans-serif;
    background-color: #f2f3f7;
    min-width: 1200px;
    max-width: 1600px;
}

.header {
    height: 390px;
    background-image: url("/static/img/banner-ultraselex-min.png");
    background-position: center top;
    background-size: auto 100%;
}

.navigation {
    height: 80px;
    display: flex;
    align-items: center;
    align-content: center;
}

.navigation .logo img {
    position: relative;
    z-index: 1;
    display: block;
    height: 28px;
    padding-left: 50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.navigation ul {
    padding-left: 60px;
    text-align: center;
}

.navigation li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    padding: 0 20px 0 20px;
}

.navigation li a {
    color: #fdfdfd;
    text-decoration: none;
    font-size: 12px;
    line-height: 35px;
}

.navigation li:hover {
    color: #fdfdfd;
    background-color: rgba(51, 51, 51, 0.5);
}

.topMenu {
    width: 100%;
}

.topLogin {
    width: 300px;
    text-align: right;
    padding-right: 20px;
}

.topLogin a {
    padding: 14px 6px;
}

.banner {
    padding: 0;
}

.banner img {
    height: auto;
    width: 100%;
}

.bannerText {
    display: flex;
    height: 270px;
    align-items: center;
    justify-content: center;
}

.bannerText h1 {
    text-align: center;
    color: white;
    font-size: 36px;
    font-family: Geneva;
    text-shadow: 5px 5px 10px black;
}

.splitter {
    background: url("/static/img/splitter.png") center no-repeat;
    height: 35px;
}

.intro,
.contact {
    padding-top: 20px;
    line-height: 2em;
}

.intro h1,
.contact h1 {
    text-align: center;
}

.intro-content,
.contact-content {
    text-align: justify;
    padding: 10px 30px 10px 30px;
}

.intro-content table {
    border: none;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.intro-content td {
    text-align: center;
    width: 220px;
    word-break: break-word;
    word-wrap: break-word;
}

.intro .bottom-banner {
    height: 124px;
    background-image: url('/static/img/bottom-banner.png');
    background-position: center top;
    background-size: auto 100%;
    display: flex;
    color: #fff;
    margin-left: -20px;
    margin-right: -20px;
}

.intro .bottom-banner span {
    font-size: 26px;
    align-self: center;
    text-align: center;
    width: 100%;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
    flex-direction: column;
    align-items: center;
    padding: 6px 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    border-radius: 6px;
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #4B91F7 0%, #367AF6 100%);
    background-origin: border-box;
    box-shadow: 0px 0.5px 1.5px rgb(54 122 246 / 25%), inset 0px 0.8px 0px -0.25px rgb(255 255 255 / 20%);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

input[type=text],
input[type=password],
input[type=email] {
    font: 15px/24px "Lato", Arial, sans-serif;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

hr {
    border: 1px dotted #ccc;
    margin-left: -20px;
}

.mainContent {
    padding-left: 20px;
    padding-right: 20px;
}

.logoPanel {
    display: block;
}

.logoPanel a,
.logoPanel a:visited {
    text-decoration: none;
    color: black;
}

.loginPanel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 20px 0;
    line-height: 30px;
}

.logintable {
    border: 0;
}

.userGreetings {
    margin: -20px 10px 0 0;
    float: right;
}

.registerPanel, .userInfoPanel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0 20px 0;
    line-height: 30px;
}

.registerTable, .userInfoTable {
    border: 0;
}

.registerTable input[type="text"], 
.registerTable input[type="password"],
.registerTable input[type="email"],
.userInfoTable input[type="text"],
.userInfoTable input[type="password"],
.userInfoTable input[type="email"] {
    width: 180px;
}

.registerTable .showPassword, .userInfoTable .showPassword {
    padding-left: 4px;
}

.taskListHeader {
    padding: 20px 0 20px 0;
    clear: none;
    width: auto;
}

.taskListHeader ul {
    text-align: center;
}

.taskListHeader li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.taskListHeader .taskListCaption {
    text-align: center;
    color: #36304a;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
}

.taskListHeader .createTaskButton {
    /*position: absolute;
    right: 20px;*/
    float: right;
}

.taskListHeader .createTaskButton input[type=button] {
    background: linear-gradient(180deg, #666 0%, #666 100%);
}

/*.createTaskTable {
    border-collapse: collapse;
    min-width: 660px;
}
.createTaskTable td {
    border: 1px groove #ccc;
}
*/
.createTaskTableItemDesc {
    width: 500px;
}
.taskListTable {
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}

.taskListTable tbody th {
    height: 60px;
    /*background: rgb(54 122 246);*/
    background-color: #666;
}

.taskListTable tbody tr {
    height: 50px;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;

}

.taskListTable tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.taskListTable tbody th,
.taskListTable tbody td {
    /*border: 1px groove #ccc;*/
    text-align: center;
    word-break: break-all;
    max-width: 500px;
    min-width: 80px;
}

.taskListTable tbody th {
    color: white;
}

.taskListTable li {
    text-align: left;
}

.createTaskTable {
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 80%;
    min-width: 900px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}

.createTaskTable tbody tr {
    height: 50px;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;

}

.createTaskTable tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.createTaskTable tbody td {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 80px;
}

.createTaskCaption {
    padding: 20px 0 20px 0;
    text-align: center;
    color: #36304a;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
}

.createTaskTable .data_type_td {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}



.createTaskTable .requiredParams td {
    background-color: rgb(237 227 190 / 20%);
}

.createTaskTable .preprocessingParams td {
    background-color: rgb(181 220 156 / 15%);
}
.createTaskTable .preprocessingParamsUltra td {
    background-color: rgb(181 220 156 / 15%);
}
.createTaskTable .preprocessingParamsConv td {
    background-color: rgb(181 220 156 / 15%);
}

.createTaskTable .gammaCorrectionParams td {
    background-color: rgb(196 221 237 / 15%);
}

.errorMsg {
    padding: 50px 0 50px 0;
}

.errorMsgTable {
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.errorMsgTable tbody th {
    height: 60px;
    color: white;
    background-color: #666;
}

.errorMsgTable tbody tr {
    height: 50px;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

.errorMsgTable a:visited {
    color: #808080;
}

.dataset {
    padding: 50px 0 50px 0;
    width: 80%;
    margin: 0 auto;
}

.datasetTable {
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.datasetTable tbody th {
    height: 60px;
    /*background: rgb(54 122 246);*/
    background-color: #666;
}

.datasetTable tbody tr {
    height: 50px;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

.datasetTable tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.datasetTable tbody th,
.datasetTable tbody td {
    /*border: 1px groove #ccc;*/
    word-break: break-all;
    max-width: 500px;
    min-width: 80px;
}

.datasetTable tbody th {
    color: white;
    font-size: 22px;
    text-align: center;
}

.datasetTable td {
    padding: 20px;
}

.datasetTable .downloadButton {
    text-align: right;
}

.datasetTable .downloadButton button {
    background: linear-gradient(180deg, #666 0%, #666 100%);
}


.sequenceTable {
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.sequenceTable tbody th {
    height: 40px;
    background-color: #666;
}

.sequenceTable tbody tr {
    height: 40px;
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

.sequenceTable tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.sequenceTable tbody th,
.sequenceTable tbody td {
    /*border: 1px groove #ccc;*/
    word-break: break-all;
    max-width: 500px;
    min-width: 200px;
    text-align: center;
}

.sequenceTable tbody th {
    color: white;
    font-size: 18px;
    text-align: center;
}

.sequenceTable td {
    padding: 10px;
}

.footer {
    background-color: #1a1c27;
    color: #c1c3c7;
    height: 80px;
    display: flex;
}

.copyright {
    align-self: center;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

[class^="previous_data_tid_"] {
    display: none;
}

.customParamsConv {
    display: none;
}
