﻿@import url('./utils.css');

html {
    min-width: 300px;
    height: 100%;
}

body {
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}

.table-bordered {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.ct2s-navbar {
    background-color: white;
    color: black;
    margin-left: 20px;
    margin-right: 20px;
}

div a {
    background-color: white;
    color: black;
    text-decoration: underline;
}

.nav li a {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

a.logo-button {
    padding-left: 0px;
    color: black;
    margin: 0px;
}

.nav li a.notAtEnd {
    margin-right: 10px;
}

.ct2s-button {
    border: 1px solid lightgrey;
    text-decoration: none;
}

.logo-button {
    border: 1px solid white;
    font-size: 24px;
    color: black;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 4px;
}

.icon {
    padding-right: 5px;
}

footer {
    text-align: center;
    font-size: 12px;
}

.right-button {
    background-color: white;
    color: black;
    border: 1px solid lightgrey;
}

.secondLevel {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}

.secondLevel a {
    color: white;
    text-decoration: underline;
    background-color: transparent;
}

h1.index {
    font-size: 36px;
    color: white;
    font-weight: 300;
    margin-top: 0px;
}

img.homeImage {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.box {
    font-size: 90%;
}

.box ul {
    list-style-type: none;
    padding: 10px;
}

.box ul li {
    padding-bottom: 2px;
}

.faded {
    background: rgba(0, 0, 0, .8);
    display: inline-block;
    padding: 20px;
}

@media (max-width: 979px) {

    img.homeImage {
        position: relative;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        display: block;
    }

}

.homepage {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #eceff1;
}

h3 {
    font-weight: 300;
}

@media (max-width: 767px) {

    .faded {
        background: rgba(0, 0, 0, .8);
        display: inline-block;
        padding: 20px;
        width: 100%;
    }

    .box {
        display: none;
    }

    img.homeImage {
        position: relative;
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    .nav li a.notAtEnd {
        margin-right: 0px;
    }

    .nav li a {
        padding-left: 0px;
        padding-right: 0px;
    }

    h1.index {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        color: white;
        text-align: center;
    }

    .secondLevel {
        text-align: center;
        float: none;
        margin: 0px;
        padding-bottom: 5px;
    }

}

h4 a {
    text-decoration: underline;
}

input[type=text] {
    padding-bottom: 10px;
}

#errorMessage, #authoriseDiv {
    display: none;
}

#shareDocsForm {
    visibility: hidden;
}

h5 {
    font-weight: bold;
}

.badge {
    background-color: white;
    color: lightgray;
}

.google a {
    color: blue;
    text-decoration: underline;
    font-weight: bold;
}

span.xnat {
    text-decoration: underline;
    font-weight: bold;
}

.open {
    color: lawngreen;
}

.transparentElement {
    background-color: transparent;
    border: none;
    margin-bottom: 4px;
}

.errorPage {
    text-align: center;
}

p.index {
    font-size: 16px;
}

h2.index {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 16px;
}

h4.index {
    font-weight: 300;
}

ul.index {
    border: 0px;
}

li.index {
    border: 0px;
}

p.index a {
    text-decoration: underline;
}

.headerLine {
    margin-top: 0px;
    margin-bottom: 0px;
}

#patientScan, #phantomScan {
    display: block;
}

hr.index {
    margin-top: 0px;
    padding-top: 0px;
}

li.index {
    padding-left: 0px;
    padding-right: 0px;
}

.blue {
    width: 100%;
    background-image: url("/static/MultiSimServiceContainerApp/multisim/1500x500.jpg");
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.gray {
    width: 100%;
    background-color: #4285f4;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
}

h1.subheading {
    color: white;
    font-size: 24px;
}

ul li {
    font-size: 100%;
}

ul.pagination li.current a {
    background-color: #4285f4;
    color: white;
}

h2.heading {
    font-size: 48px;
    font-weight: 300;
    margin-top: 40px;
    margin-bottom: 20px;
}

div.content {
    margin-bottom: 32px;
}

ul.content {
    margin-top: 20px;
}

li.content {
    padding-left: 20px;
    padding-top: 10px;
}

.heightAuto {
    height: 40px;
}

.toggle {
    margin-right: 0px;
}

.xnatButton, .fileButton {
    border-radius: 0;
    border-right: 0px;
    margin-right: -1px;
    margin-left: -1px;
}

.loadingAnimation {
    animation-name: animationFrames;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes animationFrames {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

ul.errorlist {
    padding: 0;
    list-style-type: none;
    color: red;
    font-weight: bold;
}

ul.jsErrorList {
    display: none;
    padding: 0;
    list-style-type: none;
    color: red;
    font-weight: bold;
}

.activeItem {
    background-color: #eee;
}

.top {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.lightblue {
    /*background-color: #fff;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;*/
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.invisibleField {
    display: none;
}

.form-group img {
    padding-top: 10px;
    max-width: 50%;
}

.comment {
    font-size: 80%;
}
