/* Material UI */
html {
    font-family: 'Roboto', sans-serif;
}

body {    
    font-size: 13px;
    line-height: 20px;
    background-color: #FAFAFA;
}

.floatingLabelStyle {
    color: "#4B7BCF";
}

.header {
    background-color: #4B7BCF;
    font-family: "Helvetica";
    /*background-color: "#001680";*/
    height: 100px;
	/*text-align: center;*/
	font-size: 26px;
	font-weight: 600;
	font-style: normal;
    /*letter-spacing: 1px;*/
	padding: 0px 14px 0 14px;
	color: white;      
    background-image: url("https://ngs.geno2pheno.org/src/images/mpii.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 300px 100px;
}

.g2p_blue {
    color: #4B7BCF;
}

.g2p_green {
    color: #48a770;
}

.content {

}

.title {
    /*padding-left: 300px;*/
    width: 50%;
    margin: auto;
    padding-top: 40px;    

}
.title a {
        color:inherit;
        text-decoration: none;
}
.Container {
    padding: 10px;
    margin-left: 250px;
    text-align: left;
}

.Menu { font-family: Arial,Verdana,Tahoma; font-size: 12px; font-style: normal; padding:0; margin-right: 260px; margin-top: 25px; width:260px; float:right;}
.Menu ul { padding:0; margin:0; list-style:none; border:0; float:left;}
.Menu ul li { float:left; margin:0; padding:0; border:0;}
.Menu ul li a { color: white; float:left; margin:0; padding:13px 10px;  text-decoration:none; }

.help {
    width: 50%;
}
.help a { text-decoration: underline; }

.showRef { text-decoration: underline;}

.references ul li a { text-decoration: underline; }

.inputwelcometext a { text-decoration: underline; }

.floating_label {
    position: relative;
    z-index: 200;
    top: -43%;
    left: 50%;
    font-size: 10px;
    float: left;
    display: inline-block;
    transform: translate(-50%, -50%);
}
.resistance-warning {
    color: #D50000;    
    font-size: 16px; 
    font-style: bold;
}

.resistance-warning ul {
    list-style-type: disc;
}

.resistance-warning ul li {
    margin-bottom: 10px;
}

.side-nav.fixed {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
}

.side-nav {
    position: fixed;
    width: 250px;
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    /*height: calc(100% + 60px);
    height: -moz-calc(100%);*/
    /*padding-bottom: 60px;*/
    background-color: #fff;
    z-index: 998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*overflow-y: auto;*/
    overflow: scroll;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    text-align: left;
}

ul {
    padding: 0;
    list-style-type: none;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.side-nav ul {
    padding-bottom: 25px;
}

.side-nav li {
    float: none;
    line-height: 48px;    
}

ul li {
    list-style-type: none;
}

.side-nav .userView {
    overflow: hidden;
    position: relative;
    padding: 18px 32px;
    margin-bottom: 8px;
}

.side-nav .subheader {
    color: white;
    background-color: #48a770;
    cursor: initial;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    pointer-events: none;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 5px;
}

.side-nav .divider {
    margin: 8px 0 0;
}

.divider {
    background-color: #e0e0e0;
    height: 1px;
    overflow: hidden;
}

.side-nav a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

.side-nav a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.side-nav a.active {
    background-color: #ebfaeb;
    border-left: 4px solid #48a770;
}

a {
    text-decoration: none;
    color: black;
}

.mpilogo {
    top: 0;
    right: 0;
    position: absolute;
}

table td {
    white-space: normal;
    word-wrap: break-word;         /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
}

.table-item {
    width: 100%;
    cursor: pointer;
    background-color: inherit;
}

.table-item:hover {
    /*background-color: #C5E1A5;*/
    text-decoration: underline;
}

.circle {
    height: 20px;
    width: 20px;
    border-radius: 50%; 
    float: left;
    /*margin-left: 15px;*/
    margin-right: 25px; 
}

.circleGauge {
    height: 40px;
    width: 40px;
    border-radius: 50%; 
    float: left;
    margin-left: 15px;
    margin-right: 10px; 
}

.gaugeText {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.resistant {
    background-color:#d9534f;
    fill:#d9534f
}

.susceptible {
    background-color: #5cb85c;
    fill: #5cb85c;
}

th.key-value-table {
    background-color: "#D3D3D3";
    text-align: "left";
}
tr.key-value-table {
    text-align: "left";
}
.isMutation {
    text-decoration: underline;
}
.isAdditionalFeature {
    font-weight: bold;
}
.RFplus {
    background: rgba(217, 83, 79, 0.10);
}
.RFminus {
    background: rgba(92, 184, 92, 0.10);
}
.intermediate {
    background-color: #f0ad4e;
    fill: #f0ad4e;    
}

.darkgray {
    background-color: #999999;
    fill: #999999;    
}

.lightgray {
    background-color: #CDCDCD;
    fill: #CDCDCD;    
}

.cutoffclass {
    background-color: #f0ad4e;
    fill: #f0ad4e; 
}

.rotate {
    
    background-color: #6699ff;
    fill: #6699ff; 

  /* FF3.5+ */
  -moz-transform: rotate(-90.0deg);
  /* Opera 10.5 */
  -o-transform: rotate(-90.0deg);
  /* Saf3.1+, Chrome */
  -webkit-transform: rotate(-90.0deg);
  /* IE6,IE7 */
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.083);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
  /* Standard */
  transform: rotate(-90.0deg);    
}

/* Material UI */

.form-group.required .control-label:after {
    content:"*";
    color:red;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

/* Headlines Container */
.headlinesContainer {
    padding: 10px;
}

/* Closable button inside the container tab */
.headlinesCloseBtn {
    float: right;
    font-size: 25px;
    cursor: pointer;
}

.headlineRow {
    margin-top: 10;
}