
/** Google Fonts **/

@import url('https://fonts.googleapis.com/css?family=Muli:600,700');

/** General Styles **/

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body.genetic-tool {
  background: url(../images/bg.jpg) center center fixed;
  background-size: cover;
}

html, body {
	height: 100%;
  font-family: 'Muli', sans-serif;
}

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow:hidden;
}
div.col-md-6.form-line  {
  margin-top: 0;
}

/** Header **/

h1.head {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
}
@media (max-width: 768px) {
  h1.head {
    font-size: 20px;
  }
}

/** Navigation **/
div#bs-example-navbar-collapse-1.collapse.navbar-collapse {
  font-size: 15px !important;
}
ul.dropdown-menu li a {
  font-size: 15px !important;
}

.navbar-default {
  background-color: #0d0a38;
}

.nav.navbar-nav.navbar-right li a {
  color: #eadbdb;
}

.nav.navbar-nav.navbar-right li a:hover {
  color: #b4969a;
}

.navbar-default .navbar-nav>.active>a {
  background-color: #0b134d;
}

.navbar {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav {
  margin-bottom: 0px;
}

.navbar-brand > img {
  width: auto;
  height: 100%;
  padding: 0;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu > li {
  text-align: left;
  font-size: 15px;
  border-bottom: 2px solid #fff;
  padding: 0;
}

.dropdown-menu > li > a {
  background-color: #0b134d;
  color: #fff;
}

.dropdown-menu > li > a > img {
  height: 1.2em;
  width: 2em;
  margin-left: 0px;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

/** Input For Patient **/

input.patient-info, label.patient-info {
  display: block;
}

div.form {
  margin-left: 0em;
}

input.patient-info {
  border-width: 1.5px;
  max-width: 10.5em;
}

select {
  width: 10.5em;
}

h2.variant_class {
  font-family:'Muli', sans-serif;
  font-weight: 600;
}
@media (max-width: 768px) {
  h2.variant_class{
    font-size: 17px;
  }
  input, select {
    min-width: 100%;
  }
}

/** Criteria Styles **/

.pvs1 {
  margin: .5em .5em .5em 0em;
  padding: .5em;
  border-radius: .7em;
  background-color: #feb6cb;
  text-align: justify;
}

.ps {
  margin: .5em .5em .5em 0em;
  padding: .5em;
  border-radius: .7em;
  background-color: #ffdbe5;
  text-align: justify;
}

.pm {
  margin: .5em .5em .5em 0em;
  padding: .5em;
  border-radius: .7em;
  background-color: #ffedd0;
  text-align: justify;
}

.pp {
  margin: .5em .5em .5em 0em;
  padding: .5em;
  border-radius: .7em;
  background-color: #e7f5d4;
  text-align: justify;
}

.ba-1 {
  margin: .5em .5em .5em 0em;
  padding: .5em;
  border-radius: .7em;
  background-color: #e0b4f1;
  text-align: justify;
}

.bs-1 {
  margin: .5em .5em .5em 0em;
  padding: .5em;
  border-radius: .7em;
  background-color: #efd9f8;
  text-align: justify;
}

.bp {
  margin: .5em .5em .5em 0em;
  padding: .5em;
  border-radius: .7em;
  background-color: #c6f1ff;
  text-align: justify;
}
.art {
  display: none;
}
@media (max-width: 768px) {
  .pvs1, .ps, .pm, .pp, .ba-1, .bs-1, .bp {
    min-width: 100%;
  }
}

/** Select Buttons Styles for Criteria **/

p.pvs > button, p.pm > button, p.pp > button, p.bp > button, p.bs > button, p.art > button {
  padding: .1em .4em;
  margin: .2em;
  min-width: 1.8em;
  min-height: 1.8em;
}

p.pvs1 > button {
  background-color: #f20346;
  border: 1px solid #f20346;
  border-radius: 50%;
}

p.ps > button {
  background-color: #fd497c;
  border: 1px solid #fd497c;
  border-radius: 50%;
}

p.pm > button {
  background-color: #ffa513;
  border: 1px solid #ffa513;
  border-radius: 50%;
}

p.pp > button {
  background-color: #87c32f;
  border: 1px solid #87c32f;
  border-radius: 50%;
}

p.bp > button {
  background-color: #00ace2;
  border: 1px solid #00ace2;
  border-radius: 50%;
}

p.ba-1 > button {
  background-color: #8c21b7;
  border: 1px solid #8c21b7;
  border-radius: 50%;
}

p.bs-1 > button {
  background-color: #b143dd;
  border: 1px solid #b143dd;
  border-radius: 50%;
}

p.art > button {
  background-color: #a9a9a9;
  border: 1px solid #a9a9a9;
  border-radius: 50%;
}

button:focus {
  outline: 0;
}

#pp1_s[disabled], #pp1_m[disabled], #pp1[disabled] {
    cursor:not-allowed;
    background: #ddd;
    color: #ddd;
    border: none;
}

/** Exportable Table Buttons **/

button.download, a.download {
  min-width: 32%;
  display: inline-block;
  margin: .5em 0em;
  padding: .35em 1em;
  border: .1em solid #c0c0c0;
  border-radius: .5em;
  text-decoration: none;
  font-weight: 200;
  font-size: 12px;
  color: #000;
  background-color: #c0c0c0;
  text-align: center;
  cursor: pointer;
  position: relative;
}

@media (max-width: 768px) {
button.download, a.download {
  min-width: 100%;
  font-weight: 600;
  font-size: 13px;
  background-color: #878585;
  border: .1em solid #878585;
  }
}

/** Exportable Table **/

#dvData {
  overflow-x:auto;
}

#myTableData {
  margin-bottom: 1em;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

th.table-1 {
  text-align: center;
  border: 2px;
}

td.table-1 {
  padding: .3em;
  text-align: center;
  font-size: 12px;
}
#sil {
  background-color: #fff;
  min-width: 100%;
  border: none;
}

/** Right Split Page**/

h2.aciklama {
  font-family:'Muli', sans-serif;
  font-weight: 600;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  h2.aciklama {
    font-size: 17px;
  }
}

iframe.video {
  min-width: 100%;
  min-height: 23.5em;
  align-items: center;
  margin: .5em;
  position: relative;
}
@media (max-width: 768px) {
iframe.video {
  margin: 0;
  }

}
h2.split-kisaltmalar {
  font-family:'Muli', sans-serif;
  font-weight: 600;
  margin-left: .5em;
}

@media (max-width: 768px) {
  h2.split-kisaltmalar {
    font-size: 17px;
  }
}

ol.split-kisaltmalar {
  list-style-type: none;
  margin-left: .5em;
  font-size: 15px;
}

/** Fixed Table **/

#fixedTable {
  position: fixed;
  right: 0.3%;
  align-items: center;
  margin-bottom: 2em;
  width: 50%
}

table.table-2 {
  min-width: 95%;
  margin-left: 2em;
  align-items: center;
}

tr.table-2 {
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
}

th.table-2, td.table-2 {
  color: #fff;
  text-align: center;
  padding: .7em;
}
@media (max-width: 768px) {
  #fixedTable {
    position: fixed;
    right: 6%;
    align-items: center;
    margin-bottom: 2em;
    width: 50%;
  }
  tr.table-2 {
    border: 1px solid rgba(0, 0, 0, 0.8);
    color: #000;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.8);

  }
  th.table-2, td.table-2 {
    color: #000;
    padding: .5em;
  }
    }

/** Footer **/

h2.foot {
  font-family:'Muli', sans-serif;
  font-weight: 600;
  margin-left: .5em;
}

@media (max-width: 768px) {
  h2.foot {
    font-size: 17px;
  }
}

/** References **/

#ref-1, #ref-2 {
  text-indent: .5em;
  text-align: justify;
  font-size: 13px;
}
#firstLink, #secondLink {
  color: #fff;
}

ol.foot {
  list-style-type: upper-roman;
  margin-left: 1em;
}
ol.split-kisaltmalar > li {
  color: #fff;
  font-size: 15px;
}

.share {
  margin:1em;
}

/** Contact Page **/

h1.contact-us {
  font-family:'Muli', sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  h1.contact-us {
    font-size: 20px;
  }
}
hr {
  border: 1px solid #000;
}

form.form-contact-us {
  margin: 1em;
}

textarea {
  min-height: 15em;
  min-width: 10em;
}

/** About Page **/

h1.about {
  font-family:'Muli', sans-serif;
  font-weight: 700;
  text-align: center;
  font-weight: 500;
}

h3 {
  font-size: 30px;
}
.col-md-6 {
text-align: center;
margin-top: 6em;
font-size: 16px;
}

@media (max-width: 768px) {
.col-md-6 {
  margin-top: 2em;
  }
  h3 {
    font-size: 25px;
  }
}
