﻿.hover {
  color: white !important;
  background-color: #09ccb5 !important;
}
body.dark .content,
body.dark .News {
  background: #191919;
  color: #bfbfbf;
}
body.dark .News .Title h3 a,
body.dark .News .Title h3,
body.dark .News ul li a {
  color: #bfbfbf;
}
body.dark .News ul li a:hover,
body.dark .News .Title a:hover {
  color: #09ccb5;
}
body.dark .News ul li:first-child {
  border-top: 1px dashed #494646;
}
body.dark .News ul li {
  border-bottom: 1px dashed #494646;
}
body.dark .Page a {
  background: #999;
  color: #000;
}
body.dark .Page a:hover {
  background: #09ccb5;
  color: #fff;
}
@media (min-width: 1200px) {
  .content {
    margin-left: 0;
    padding-right: 30px;
    margin-right: 0;
    padding-left: 30px;
    border-radius: 0.25rem;
    background-color: white;
  }

  .content > .col {
    padding: 0;
  }

  .content > .col > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .content > div:last-child {
    margin-right: 0;
  }

  .News {
    background-color: white;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .News i {
    display: block;
    width: 35px;
    height: 2px;
    background: #39bfb9;
  }

  .Title {
    padding-top: 2.15rem;
    margin-bottom: 2rem;
  }

  .News .Title h3 a,
  .News .Title h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    float: left;
    line-height: 1.25rem;
  }

  .News ul {
    margin-top: 1.3rem;
  }

  .News ul li {
    border-bottom: 1px dashed #e5e5e5;
    line-height: 50px;
  }

  .News ul li:first-child {
    border-top: 1px dashed #e5e5e5;
  }

  .News ul li a {
    color: #666;
    font-size: 15px;
    line-height: 40px;
    font-weight: lighter;
  }

  .News ul li span {
    float: right;
    color: #999;
    font-size: 14px;
    line-height: 40px;
    font-weight: lighter;
  }

  .Page {
    float: right;
    margin: 20px 0px 30px 0px;
    text-align: center;
    font-size: 14px;
  }

  .Page a {
    color: #999;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    padding: 4px 12px;
    background: #fff;
    display: inline-block;
    margin: 0.3rem;
  }

  .Page a:hover {
    color: white;
    background-color: #09ccb5;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1199px) {
  .mhide {
    /* display: none; */
    /* width: 0 !important; */
  }

  .padContent {
    margin-top: -1rem;
  }

  .content {
    margin-left: 0;
    padding-right: 30px;
    margin-right: 0;
    padding-left: 30px;
    border-radius: 0.25rem;
    background-color: white;
  }

  .content .col {
    flex-basis: auto;
    padding-right: 0;
  }

  .content > div {
    margin: 0 1.25rem 0 0;
    border-radius: 0.25rem;
  }

  .content > div:last-child {
    margin-right: 0;
  }

  .News {
    background-color: white;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .News i {
    display: block;
    width: 35px;
    height: 2px;
    background: #39bfb9;
  }

  .Title {
    padding-top: 2.15rem;
    margin-bottom: 2rem;
  }

  .News .Title h3 a,
  .News .Title h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    float: left;
    line-height: 1.25rem;
  }

  .News ul {
    margin-top: 1.3rem;
  }

  .News ul li {
    border-bottom: 1px dashed #e5e5e5;
    line-height: 50px;
  }

  .News ul li:first-child {
    border-top: 1px dashed #e5e5e5;
  }

  .News ul li a {
    color: #666;
    font-size: 15px;
    line-height: 40px;
    font-weight: lighter;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .News ul li span {
    float: right;
    color: #999;
    font-size: 14px;
    line-height: 40px;
    font-weight: lighter;
  }

  .Page {
    float: right;
    margin: 20px 0px 30px 0px;
    text-align: center;
    font-size: 14px;
  }

  .Page a {
    color: #999;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    padding: 4px 12px;
    background: #fff;
    display: inline-block;
    margin: 0.3rem;
  }

  .Page a:hover {
    color: white;
    background-color: #09ccb5;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .navbar {
    padding-top: 1.25rem;
    padding-left: 0.5rem;
  }

  .navbar .navbar-brand {
    width: 80%;
  }

  #navbarSupportedContent {
    padding-bottom: 12px;
  }

  .logo {
    content: url("../../Images/logo.png");
  }

  .mhide {
    display: none;
    width: 0 !important;
  }

  .padContent {
    margin-top: -1rem;
  }

  .content {
    margin-left: 0;
    padding-right: 30px;
    margin-right: 0;
    padding-left: 30px;
    border-radius: 0.25rem;
    background-color: white;
  }

  .content .col {
    flex-basis: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .content > div {
    margin: 0 1.25rem 0 0;
    border-radius: 0.25rem;
  }

  .content > div:last-child {
    margin-right: 0;
  }

  .News {
    background-color: white;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .News i {
    display: block;
    width: 35px;
    height: 2px;
    background: #39bfb9;
  }

  .Title {
    padding-top: 2.15rem;
    margin-bottom: 2rem;
  }

  .News .Title h3 a,
  .News .Title h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    float: left;
    line-height: 1.25rem;
  }

  .News ul {
    margin-top: 1.3rem;
  }

  .News ul li {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 1rem;
  }

  .News ul li:first-child {
    border-top: 1px dashed #e5e5e5;
  }

  .News ul li a {
    color: #666;
    font-size: 15px;
    font-weight: lighter;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .News ul li span {
    color: #999;
    font-size: 14px;
    display: block;
    font-weight: lighter;
  }

  .Page {
    float: right;
    margin: 20px 0px 30px 0px;
    text-align: center;
    font-size: 14px;
  }

  .Page a {
    color: #999;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    padding: 4px 12px;
    background: #fff;
    display: inline-block;
    margin: 0.3rem;
  }

  .Page a:hover {
    color: white;
    background-color: #09ccb5;
  }
}

/*// Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  .navbar {
    padding-top: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar .navbar-brand {
    width: 80%;
  }

  #navbarSupportedContent {
    padding-bottom: 12px;
  }

  .logo {
    content: url("../../Images/logo.png");
  }

  .mhide {
    display: none;
    width: 0 !important;
  }

  .padContent {
    margin-top: -1rem;
  }

  .content {
    margin-left: 0;
    padding-right: 30px;
    margin-right: 0;
    padding-left: 30px;
    border-radius: 0.25rem;
    background-color: white;
  }

  .content .col {
    flex-basis: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .content > div {
    margin: 0 1.25rem 0 0;
    border-radius: 0.25rem;
  }

  .content > div:last-child {
    margin-right: 0;
  }

  .News {
    background-color: white;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 0;
  }

  .News i {
    display: block;
    width: 35px;
    height: 2px;
    background: #39bfb9;
  }

  .Title {
    padding-top: 2.15rem;
    margin-bottom: 2rem;
  }

  .News .Title h3 a,
  .News .Title h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
    float: left;
    line-height: 1.25rem;
  }

  .News ul {
    margin-top: 1.3rem;
  }

  .News ul li {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 1rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .News ul li:first-child {
    border-top: 1px dashed #e5e5e5;
  }

  .News ul li a {
    color: #666;
    font-size: 15px;
  }

  .News ul li span {
    color: #999;
    font-size: 14px;
    display: block;
  }

  .Page {
    margin: 20px 0px 30px 0px;
    text-align: center;
    font-size: 14px;
  }

  .Page a {
    color: #999;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    padding: 4px 12px;
    background: #fff;
    display: inline-block;
    margin: 0.3rem;
  }

  .Page a:hover {
    color: white;
    background-color: #09ccb5;
  }
}
