
.mytext {
    color: #070707;
    /* font-size: 19px; */
    background: #f6f6f6;
    padding: 15px 20px 5px 20px;
    margin: 10px 0px 10px 0px;
    /* padding-top: 10px !important; */
    border-radius: 3px;
}

.mylabel {
    color: #070707;
    font-size: 16px;
    background: #f1f5f6;
    padding: 5px 10px 5px 10px;
    margin-top: 2px;
    margin-right: 3px;
    border-radius: 2px;
}

.list-group-item {
    padding: 13px;
}

.myfont {
    font-size: 17px;
}

@media screen and (min-width: 601px) {
  body {
    font-size: 17px !important;
  }
  .foot-menu {
      min-height: 40px;
      margin-top: 20px;
      margin-left: 30px;
  }
}

.myboard {
    margin-top:-25px;
}


.mainDiv {
    width: 80%;
    margin:auto;
    margin-top: 3vh;
}

@media screen and (max-height: 1200px) and (min-height: 800px) {
    .mainDiv {
        width: 65%;
        font-size: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .myboard {
        margin-top:-60px;
    }

    .myfen {
        margin-top:-20px;
    }
}

.foot-menu {
    margin: 10px 0px 0px 20px;
    min-height: 20px !important; }

.search-tool {
    width: 100%;
}

.highlight-row td {
    background-color: #fbfcc1 !important;
}

.my-table {
    overflow-x: auto;
    min-width: 1070px;
}

.my-table td{
    cursor: pointer;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #fafae6;
}

table {
    width: 100%;
    overflow: scroll;
}

thead, tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

tbody {
  display: block;
  overflow-y: auto;
  table-layout: fixed;
}


.dataTables_length {
    float: left;
}

.dataTables_info {
    float: left;
}

.mytitle {
    color: #070707;
}

.mytext-light {
    color: #f1f5f6;
}

.api-def {
    width: 50%;
}

.my-div{
    padding-top:2rem;
    padding-bottom:0rem;
    font-size: 18px;
}

@media (max-width:1000px) {
    .my-div{
        font-size: 17px;
    }
}

@media (min-height:768px) {
    .table-div {
        min-height: 75vh;
    }
}

@media (min-height:900px) {
    .table-div {
        min-height: 93vh;
    }
}

 /* unvisited link */
a:link {
    color: #086ed0;
    text-decoration: none;
}

/* visited link */
a:visited {
  color: #086ed0;
}

/* mouse over link */
a:hover {
    color: #da45c6; /* hotpink */
    text-decoration: underline;
}

/* selected link */
a:active {
  color: #da45c6; /* hotpink */
}

.a2 {
    color: blue;
}

.mylink:hover {
    text-decoration: none;
}

.dropdown-item:hover {
    color: white;
    background-color: #419dff
}

tr {
   line-height: 20px;
   min-height: 20px;
   height: 20px;
}

.myalert {
    border-radius: 15px;
    border-style: outset;
    border-width: 2px;
    border-color: #8ea990;
    margin: 30px 20px  20px;
}

.btn-option {
  color: #212529;
  background-color: #f8f9fa;
  margin-top: 10px;
  margin-bottom: -10px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}

.btn-option:hover {
  color: #212529;
  background-color: #cbcbcb;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.225);
}

.btn-option:focus, {
  color: #212529;
  border-color: #cbcbcb;
  background-color: #252526;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.225);
}

.btn-analysis {
  color: #212529;
  background-color: #bdc2c8;
  border: 2px solid;
  border-color: #b6bcc3;
  margin-top: 10px;
  font-weight: 600;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
}

.btn-analysis-sm {
  color: #212529;
  background-color: #bdc2c8;
  border: 2px solid;
  border-color: #b6bcc3;
  font-weight: 600;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.05);
}

.btn-analysis:hover {
  color: #fff;
  background-color: #627284;
  border-color: #627284;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

.btn-analysis:focus, {
  color: #f5f5f5;
  border-color: #626262;
  background-color: #626262;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}

.btn-arrows2 {
    border: 0px;
    color: #f5f5f5;
    background-color: #31a44e;
    margin-top: 10px;
}
.btn-arrows2:hover {
  color: #f5f5f5;
  background-color: #62d780;
}

.btn-arrows2:focus, {
  color: #f5f5f5;
  background-color: #31a44e;
}

.btn-arrows2:disabled, {
  color: #f5f5f5;
  background-color: #c7c7c7;
}

.btn-arrows2 {
  color: #fff;
  background-color: #31a44e;
  border-color: #31a44e;
}

.btn-arrows2:hover {
  color: #fff;
  background-color: #62d780;
  border-color: #56cc74;
}

.btn-arrows2:focus, .btn-arrows2.focus {
  color: #fff;
  background-color: #309148;
  box-shadow: 0 0 0 0.2rem rgba(76, 180, 97, 0);
}

.btn-arrows2.disabled, .btn-arrows2:disabled {
  color: #fff;
  background-color: #d7d7d7;
  border-color: #d7d7d7;
}

.btn-arrows {
    margin-top: 10px;
    color: #fff;
    background-color: #31a44e;
    border-color: #309148;
}

.btn-arrows:hover {
  color: #fff;
  background-color: #56cc74;
  border-color: #31a44e;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.btn-arrows:focus, .btn-arrows.focus {
  color: #fff;
  background-color: #31a44e;
  border-color: #56cc74;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.btn-arrows.disabled, .btn-arrows:disabled {
  color: #fff;
  background-color: #080808;
  border-color: #0b0b0b;
}

.btn-arrows:not(:disabled):not(.disabled):active, .btn-arrows:not(:disabled):not(.disabled).active,
.show > .btn-arrows.dropdown-toggle {
  color: #fff;
  background-color: #7adf94;
  border-color: #7cd192;
}

.btn-arrows:not(:disabled):not(.disabled):active:focus, .btn-arrows:not(:disabled):not(.disabled).active:focus,
.show > .btn-arrows.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.text-mydark {
    color: #aaa;
}

.text-mygreen {
    color: #62d780;
}

.text-myred {
    color: #ff99a0;
}

.text-myyellow {
    color: #ffd24b;
}

.solution-box {
    font-family: Operator Mono SSm A,Operator Mono SSm B,Source Code Pro,Menlo,Consolas,Monaco,monospace;
    clear: both;
    color: #d8d8d8;
    background: #000;
    padding: 0;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    -ms-word-break: normal;
    word-break: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    position: relative;
    line-height: 28px;
    border-radius: 8px;
    min-width: bold;
    min-height: 200px;
    width: 97%;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}

.solution-box-sm {
    font-family: Operator Mono SSm A,Operator Mono SSm B,Source Code Pro,Menlo,Consolas,Monaco,monospace;
    clear: both;
    color: #d8d8d8;
    background: #121224;
    padding: 0;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    -ms-word-break: normal;
    word-break: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    position: relative;
    line-height: 28px;
    border-radius: 2px;
    min-width: bold;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}

.text-hl {
    font-weight: bold;
}

.myexamples {
    padding-left: 30px;
    padding-right: 30px;
}

.example-board {
    width: 13.3%;
    margin: 0.4%;
}

@media only screen and (max-height: 1200px) {
    .example-board {
        width: 19%;
        margin: 0.5%;
    }
}

@media only screen and (max-width: 1800px) {
    .example-board {
        width: 19%;
        margin: 0.5%;
    }
}

@media only screen and (max-width: 1000px) {
    .example-board {
        width: 100%;
        margin-bottom: 30px;
    }
}

.boardex:hover {
    cursor: pointer;
}

.solution-text {
  font-size: 16px;
  font-weight: 500;
  padding-left: 15px;
  text-align: left;
}

.flex-c31d5 {
    display: flex;
}

.body-width-115f6 {
    margin: 0 auto;
}

.left-3edd4 {
    flex: 1;
}

.right-05ad3 {
    flex: 1;
    text-align: right;
}

html { overflow-y: scroll; overflow-x:hidden; }

/*------------------------------------------------------------------------------
 * Header
 *----------------------------------------------------------------------------*/


.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px !important;
  text-align: center;
  overflow: hidden;
  border-top: 2px solid #ddd;
}

@media screen and (max-width: 601px) {
  .content {
      padding-bottom: 10px !important;
  }
}

.content {
    padding-bottom: 70px;
}

.fixed-content {
    overflow: hidden;
    display: flex;
    padding-bottom: 50px;
}


header {
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 2px solid #ddd;
}


.homepage-link-98a24 {
  color: #3b3b3b !important /*#3f3f3f */;
  /*cursor: pointer;*/
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  padding: 5px 10px 9px 8px;
  text-decoration: none;
}

.homepage-link-98a24:hover {
    color: #3b3b3b !important /*#3f3f3f */;
    text-decoration: none;
}

.my-menu-btn {
    padding: 15px !important;
}

.tld-bd9e6 {
  color: #ccc;
  font-size: 16px;
  font-weight: 300;
}

header .right-05ad3 a {
  color: #3b3b3b;
  display: inline-block;
  font-size: 14px;
  padding: 13px 15px 12px 15px;
  margin-left: -3px;
  text-decoration: none;
}

header .right-05ad3 a:hover {
    color: #f8f9fa;
    background: #404145;
}

.menu-btn a {
  color: #3b3b3b !important;
  /* display: inline-block; */
  font-size: 14px;
  /* Modify the padding! */
  padding: 18px 20px 18px 20px !important;
  text-decoration: none;
}

.menu-btn a:hover {
    color: #f8f9fa !important;
    background: #404145;
}

.active {
    color: #f8f9fa !important;
    background: #404145; /*#3f3f3f;*/
}

@media screen and (max-width: 1000px) {
    .active {
        background: #9cb0c1;
    }
}
