/*  CSS LESS   */
body {
  background-color: #ffffff;
  padding-top: 20px;
}
.bodysite {
  width: 1000px;
}
.header {
  height: calc(110px);
}
.ff-rubber {
  width: 1000px;
}
.btn-primary {
  color: #ffffff;
  background-color: #0275d8;
  border-color: #0275d8;
}
a.seestyle {
  color: #005596;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #025aa5;
  border-color: #025aa5;
}
svg.search_pic {
  fill: #025aa5;
  color: #025aa5;
}
.navheader {
  height: calc(95px);
  margin-left: auto;
  margin-right: auto;
}
.content {
  font-size: 15px;
  font-weight: 200;
  color: #658498;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.imglogo {
  margin-top: 0px;
  margin-left: 60px;
  margin-right: 0px;
}
.content h1 {
  padding: 0px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #005596;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e36a69;
  text-indent: 1.5em;
  text-align: left;
}
.content h2 {
  padding: 0px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 5px;
  text-indent: 0em;
  text-align: left;
}
.cnt_left {
  padding-left: 250px;
}
.cnt_right {
  padding-right: 250px;
}
.userform h3 {
  border-bottom: 2px solid #e36a69;
}
@media screen and (max-width: 1000px) {
  .bodysite {
    width: 100%;
  }
  .ff-rubber {
    width: 100%;
  }
}
nav {
  background-color: #ffffff;
}
nav .mlogo {
  color: #005596;
  font-size: 36px;
}
nav .llogo {
  color: #005596;
  font-size: 18px;
}
.sidebar {
  width: 250px;
  font-size: 14px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.sidebar a {
  background-color: #005596;
  color: #ffffff;
  margin: 0px;
}
.sidebar a:hover {
  background-color: #ffffff;
  color: #005596;
}
.sidebar .activeitem {
  background-color: #ffffff;
  color: #005596;
}
.sidebar .dropdownitem {
  color: #ffffff;
  background-color: #e36a69;
}
.sidebar .dropdownitem.activeitem {
  background-color: #ffffff;
  color: #e36a69;
}
.sidebar .dropdownitem:hover {
  background-color: #ffffff;
  color: #e36a69;
}
.table_srt {
  background: #e36a69;
  width: 640px;
  color: #ffffff;
  border: 2px solid #c9d8e4;
}
.content table.table_csk thead tr,
th {
  padding: 5px;
}
.table_srt tr,
td,
th {
  border: 2px solid #c9d8e4;
}
.table_srt tr:hover td {
  background-color: #ffffff;
  color: #e36a69;
}
.form_search {
  padding-left: 15px;
  margin-top: 20px;
  font-size: 12px;
}
.form_search label {
  margin-bottom: 15px;
}
div.form_search label input {
  left: 120px;
  width: 200px;
}
.table_csk {
  background-color: #e36a69;
  color: #ffffff;
}
.table_csk td,
th {
  border: 1px solid #c9d8e4;
}
.headerempty {
  width: 420px;
  height: calc(95px);
}
.headername {
  margin-top: 0px;
}
.addicon {
  margin-top: 15px;
}
.content p,
h1,
h2,
h3,
h4,
h5 {
  text-indent: 0em;
  text-align: justify;
  line-height: 1.6;
}
.content .news-date {
  text-indent: 0em;
  text-align: justify;
  line-height: 1.6;
  font-size: 13px;
}
.content ul,
li {
  text-indent: 0em;
}
.content table.table_csk {
  font-size: 12px;
}
.content table.table_srt {
  font-size: 12px;
}
footer {
  background-color: #ffffff;
  color: #658498;
  font-size: 14px;
  font-weight: 100;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 60px;
}
footer span.foter_url a {
  font-size: 11px;
  color: #ffffff;
  font-weight: 100;
}
@media screen and (max-width: 750px) {
  .header {
    height: calc(175px);
  }
  .navheader {
    height: calc(175px);
    width: 100% !important;
  }
  .headerempty {
    width: 0px;
  }
  .headername {
    margin-top: 0;
  }
  .addicon {
    margin-top: 55px;
  }
  nav .mlogo {
    font-size: 5.25vw;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 5px;
  }
  nav .llogo {
    font-size: 3.25vw;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 5px;
  }
  .content table.table_csk {
    font-size: 9px;
  }
  .content table.table_srt {
    font-size: 12px;
    width: auto;
  }
  .cnt_left {
    padding-left: 0px;
  }
  .cnt_right {
    padding-right: 0px;
  }
}
button.js-dynamic-show-hide {
  margin-left: 0px;
  margin-right: 0px;
  color: #658498;
  font-size: 9px;
}
@media screen and (max-width: 770px) {
  .imglogo {
    margin-left: 0px;
  }
}
@media screen and (max-width: 771px) {
  .headerempty {
    position: absolute;
    left: 420px;
    transform: none;
  }
}
