/**
 * siimple - Minimal CSS framework for flat and clean designs.
 * @version v1.3.7
 * @link https://siimple.juanes.xyz/
 * @license MIT
 */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300");
.heart:after {
  content: "\2764";
  color: #f45660; }

body {
  color: #526475;
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  background-color: #ffffff; }

strong {
    font-weight: 600;
}

blockquote {
  border-left: 4px solid #6a7e95;
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px; }

a {
  color: #09a0f6;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.3s; }
  a:hover {
    text-decoration: underline;
    cursor: pointer; }

p {
  line-height: 28px;
  margin-bottom: 20px;
  margin-top: 0px;
  display: block; }

.preppy {
  color: #C67171;
  font-weight: 900;
}
/*.twitter-btn {
  margin-left: 4em;
}*/

ul, ol {
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 0px; }
  ul li, ol li {
    line-height: 28px; }

small {
  color: #6a7e95;
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #526475;
  display: block;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-top: 0px; }

h1 {
 border-radius: 15px;
 background: #33A1DE;
 font-weight: 500;
 font-size: 1em;
 color: white;
 padding: 5%; 
 vertical-align: top;
 width: 43.34%;
 margin-left: -0.2em;
}

.mbp-header {
  display: block;
  margin: auto;
}

.mbp-header h1 {
 background: white;
 color: black;
 border-radius: 0em;
 margin-bottom: 9em;
 /*font-family: 'Raleway', sans-serif;
 font-size: 2em;
 font-weight: 500;
 line-height: 72px;
 font-weight: 500;
 margin-top: -1.3em;
 font-size: 2em;
 padding: 0; 
 vertical-align: top;
 width: 43.34%;
 margin-left: -0.2em;
 */
}

#mbp-header-one {
  float: left;
}
#mbp-header-two {
  float: right;
}

/*h1 {
  font-size: 36px;
  line-height: 50px; }
*/
h2 {
  font-size: 32px;
  text-decoration: underline;
  line-height: 46px; }

h3 {
  font-size: 28px;
  line-height: 42px; }

h4 {
  font-size: 24px;
  line-height: 38px; }

h5 {
  font-size: 20px;
  line-height: 34px; }

h6 {
  font-size: 16px;
  line-height: 30px; }

.alert {
  display: block;
  width: calc(100% - 30px);
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0px;
  margin-bottom: 20px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  background-color: #E1F5FE;
  color: #03A9F4;
  border-color: #03A9F4; }
  .alert a {
    text-decoration: none;
    font-weight: normal; }
  .alert-error {
    color: #D32F2F;
    background-color: #FFEBEE;
    border-color: #F44336; }
  .alert-warning {
    background-color: #FFF8E1;
    color: #FF8F00;
    border-color: #FFC107; }
  .alert-done {
    background-color: #E8F5E9;
    color: #388E3C;
    border-color: #4CAF50; }

.btn {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
  text-decoration: none !important;
  line-height: 28px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
  color: #ffffff;
  background-color: #09a0f6;
  border: 0px; }
  .btn:hover {
    text-decoration: none; }
  .btn:hover {
    opacity: 0.8; }
  .btn-small {
    font-size: 14px !important;
    line-height: 20px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .btn-big {
    font-size: 22px !important;
    line-height: 34px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .btn-outline {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 300;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    text-decoration: none !important;
    line-height: 28px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
    color: #09a0f6;
    background-color: transparent;
    border: 1px solid #09a0f6; }
    .btn-outline:hover {
      text-decoration: none; }
    .btn-outline:hover {
      color: #ffffff;
      background-color: #09a0f6; }

code {
  /*font-family: 'Open Sans';*/
  font-family: deja vu sans mono;
  font-size: 16px;
  font-weight: 300;
  border-radius: 5px;
  background-color: #f1f5fa;
/*
  color: #09a0f6;
 */
 }

code {
  padding-left: 6px;
  padding-right: 6px; }

pre {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  display: block;
  width: calc(100% - 30px);
  padding: 14px;
  line-height: 28px; }

pre {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #f1f5fa;
  color: #526475; }

pre {
  overflow-x: auto; }

.form-input[type="text"], .form-input[type="password"], .form-input[type="number"], .form-input[type="email"] {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
  color: #526475;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #d1e1e8;
  border-radius: 5px;
  outline: 0px;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px; }
  .form-input[type="text"]:focus, .form-input[type="password"]:focus, .form-input[type="number"]:focus, .form-input[type="email"]:focus {
    border: 1px solid #09a0f6; }

.form-input[type="date"] {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
  color: #526475;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #d1e1e8;
  border-radius: 5px;
  outline: 0px;
  box-sizing: border-box;
  width: auto !important;
  height: 40px; }
  .form-input[type="date"]:focus {
    border: 1px solid #09a0f6; }

.form-input[disabled] {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
  color: #526475;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #d1e1e8;
  border-radius: 5px;
  outline: 0px;
  box-sizing: border-box;
  cursor: not-allowed;
  background-color: #d1e1e8;
  height: 40px; }
  .form-input[disabled]:focus {
    border: 1px solid #09a0f6; }

.form-input[type="submit"], .form-input[type="button"] {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
  text-decoration: none !important;
  line-height: 28px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
  color: #ffffff;
  background-color: #09a0f6;
  border: 0px; }
  .form-input[type="submit"]:hover, .form-input[type="button"]:hover {
    text-decoration: none; }
  .form-input[type="submit"]:hover, .form-input[type="button"]:hover {
    opacity: 0.8; }

.form-select {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
  color: #526475;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #d1e1e8;
  border-radius: 5px;
  outline: 0px;
  box-sizing: border-box;
  padding-top: 6px;
  height: 40px;
  background-color: #ffffff; }
  .form-select:focus {
    border: 1px solid #09a0f6; }

.form-textarea {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
  color: #526475;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #d1e1e8;
  border-radius: 5px;
  outline: 0px;
  box-sizing: border-box;
  resize: vertical; }
  .form-textarea:focus {
    border: 1px solid #09a0f6; }

.form-auto {
  width: auto !important; }

.grid {
  display: block;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  min-height: 40px; }
  @media (max-width: 960px) {
    .grid {
      width: 94%; } }
  .grid-fluid {
    width: 100%; }

.row {
  display: inline-block;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px; }
  .row:after {
    content: " ";
    clear: both;
    display: table;
    line-height: 0; }

.col-2 {
  width: 14.66%;
  position: fixed;
  top: 1em;
  display: inline-block;
  vertical-align: top;
  float: left;
  padding: 1%; }

.col-10 {
  /*width: 97.99%;*/
  width: 79.34%;
  margin: auto;
  /*display: inline-block;*/
  display: block;
  vertical-align: top;
  float: right;
  padding: 3%; }

@media (max-width: 680px) {
   .row {
      display: block;
   }
  .col-1 {
    width: 98%; }
  .col-2 {
    margin-top: 0px;
    margin-bottom: 100px;
    width: 98%; }
  .col-10 {
    margin-top: 110px;
    width: 93%; }
  .col-11 {
    width: 98%; }
  .col-12 {
    width: 98%; } }

.table {
  display: table;
  width: 100%;
  border-width: 0px;
  border-collapse: collapse;
  font-weight: 300;
  color: #526475;
  margin-top: 0px;
  margin-bottom: 20px; }
  .table thead tr td {
    font-weight: normal;
    border-bottom: 2px solid #d1e1e8;
    background-color: #f6f8fa; }
  .table tr td {
    padding-bottom: 10px;
    padding-left: 10px; }
  .table .args {
    font-family: deja vu sans mono;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
   }
/*
    font-weight: 600;
    font-family: deja vu sans mono; }
*/

/* The Modal (background) */
.argExtraInfo {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */

.argsExtraInfo {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #707b7a;
  border-radius: 25px;
}

/*ul.topnav li {float: left;}*/

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  /*text-align: center;*/
  padding: 7px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: #555;}

ul.topnav li.icon {display: none;}

@media screen and (max-width:980px) {
  ul.topnav {
    opacity: 0.75;
  }

  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  h1 {
    display: inline-block;
    opacity: 0.75;
  }
}

@media screen and (max-width:980px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}
