
.table-control input {
  border: 1px solid rgba(72, 69, 63, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 5px;
  margin-left: 5px; }
  .table-control input .radio {
    margin-right: 5px;
    margin-top: 0px; }

.table-control select {
  padding: 6px 12px;
  font-size: inherit;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 35px; }

.table-control .sub-tabel {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .table-control .sub-tabel * {
    position: relative; }
  .table-control .sub-tabel td,
  .table-control .sub-tabel th {
    padding-left: 8px; }
  .table-control .sub-tabel thead,
  .table-control .sub-tabel tr {
    height: 60px;
    background: #36304a; }

.menu-tab {
  margin-left: 30px; }

.head-control {
  padding-left: 15px;
  border-radius: 10px; }

.custom-table {
  border: 4px;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
  position: relative; }
  .custom-table input {
    border: 1px solid rgba(72, 69, 63, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 5px;
    margin-left: 5px;
    height: 25px; }
  .custom-table * {
    position: relative; }
  .custom-table td,
  .custom-table th {
    padding-left: 8px; }
  .custom-table.DRone thead,
  .custom-table.DRone tr {
    height: 35px;
    background: #D23E75; }
  .custom-table.DRone tr:last-child {
    border: 0; }
  .custom-table.DRone td,
  .custom-table.DRone th {
    text-align: left; }
  .custom-table.DRone th {
    color: #fff;
    background: #D23E75;
    line-height: 1;
    font-weight: unset;
    text-align: center; }
  .custom-table.DRone th:last-child {
    padding: 0px;
    width: 10%; }
  .custom-table.DRone th:first-child {
    width: 8%; }
  .custom-table.DRone th:nth-child(2) {
    width: 20%; }
  .custom-table.DRone th:nth-child(3) {
    width: 37%; }
  .custom-table.DRone th:nth-child(4) {
    width: 10%; }
  .custom-table.DRone th:nth-child(5) {
    width: 15%; }
  .custom-table.DRone tbody tr {
    background-color: #f5f5f5;
    line-height: 1.2;
    font-weight: unset; }
    .custom-table.DRone tbody tr td {
      color: black ; }
    .custom-table.DRone tbody tr td:first-child {
      text-align: center;
      padding: 0px; }
    .custom-table.DRone tbody tr td:last-child {
      text-align: center;
      padding: 0px; }
      .custom-table.DRone tbody tr td:last-child * {
        margin: 3px; }
  .custom-table.DRtwo thead,
  .custom-table.DRtwo tr {
    height: 35px;
    background: #D23E75; }
  .custom-table.DRtwo tr:last-child {
    border: 0; }
  .custom-table.DRtwo td,
  .custom-table.DRtwo th {
    text-align: left; }
  .custom-table.DRtwo th {
    color: #fff;
    background: #D23E75;
    line-height: 1;
    font-weight: unset;
    text-align: center; }
  .custom-table.DRtwo tbody tr {
    background-color: #f5f5f5;
    line-height: 1.2;
    font-weight: unset; }
    .custom-table.DRtwo tbody tr td {
      color: black ; }
    .custom-table.DRtwo tbody tr td:first-child {
      text-align: center;
      padding: 0px; }
    .custom-table.DRtwo tbody tr td:last-child {
      text-align: center;
      padding: 0px; }
      .custom-table.DRtwo tbody tr td:last-child * {
        margin: 3px; }
  .custom-table.add-ntitle thead,
  .custom-table.add-ntitle tr {
    height: 35px;
    background: #454e4e; }
  .custom-table.add-ntitle tr:last-child {
    border: 0; }
  .custom-table.add-ntitle td,
  .custom-table.add-ntitle th {
    text-align: left; }
  .custom-table.add-ntitle th {
    color: #fff;
    background: #454e4e;
    line-height: 1;
    font-weight: unset;
    text-align: center; }
    .custom-table.add-ntitle th a {
      color: #fff; }
  .custom-table.add-ntitle th:first-child {
    width: 50%; }
  .custom-table.add-ntitle th:last-child {
    padding: 0px;
    width: 50%; }
  .custom-table.add-ntitle tbody select {
    padding: 6px 12px;
    font-size: inherit;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .custom-table.add-ntitle tbody tr {
    background-color: #f5f5f5;
    line-height: 1.2;
    font-weight: unset; }
    .custom-table.add-ntitle tbody tr td {
      color: black ;
      text-align: center; }
    .custom-table.add-ntitle tbody tr td:first-child {
      text-align: right;
      padding-right: 20px; }
    .custom-table.add-ntitle tbody tr td:last-child {
      text-align: left;
      padding: 0px; }
      .custom-table.add-ntitle tbody tr td:last-child * {
        margin: 3px; }
  .custom-table.add-ntitle tbody tr:last-child td:last-child {
    text-align: center; }
  .custom-table.ntitle thead,
  .custom-table.ntitle tr {
    height: 35px;
    background: #454e4e; }
  .custom-table.ntitle tr:last-child {
    border: 0; }
  .custom-table.ntitle td,
  .custom-table.ntitle th {
    text-align: left; }
  .custom-table.ntitle th {
    color: #fff;
    background: #454e4e;
    line-height: 1;
    font-weight: unset;
    text-align: center; }
    .custom-table.ntitle th a {
      color: #fff; }
  .custom-table.ntitle th:last-child {
    padding: 0px;
    width: 20%; }
  .custom-table.ntitle th:first-child {
    width: 15%; }
  .custom-table.ntitle th:nth-child(2) {
    width: 15%; }
  .custom-table.ntitle th:nth-child(3) {
    width: 15%; }
  .custom-table.ntitle th:nth-child(4) {
    width: 20%; }
  .custom-table.ntitle th:nth-child(5) {
    width: 15%; }
  .custom-table.ntitle tbody tr {
    background-color: #f5f5f5;
    line-height: 1.2;
    font-weight: unset; }
    .custom-table.ntitle tbody tr td {
      color: black ;
      text-align: center; }
    .custom-table.ntitle tbody tr td:first-child {
      text-align: center;
      padding: 0px; }
    .custom-table.ntitle tbody tr td:last-child {
      text-align: center;
      padding: 0px; }
      .custom-table.ntitle tbody tr td:last-child * {
        margin: 3px; }
  .custom-table.add-bank thead,
  .custom-table.add-bank tr {
    height: 35px;
    background: #454e4e; }
  .custom-table.add-bank tr:last-child {
    border: 0; }
  .custom-table.add-bank td,
  .custom-table.add-bank th {
    text-align: left; }
  .custom-table.add-bank th {
    color: #fff;
    background: #454e4e;
    line-height: 1;
    font-weight: unset;
    text-align: center; }
    .custom-table.add-bank th a {
      color: #fff; }
  .custom-table.add-bank th:first-child {
    width: 50%; }
  .custom-table.add-bank th:last-child {
    padding: 0px;
    width: 50%; }
  .custom-table.add-bank tbody select {
    padding: 6px 12px;
    font-size: inherit;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .custom-table.add-bank tbody tr {
    background-color: #f5f5f5;
    line-height: 1.2;
    font-weight: unset; }
    .custom-table.add-bank tbody tr td {
      color: black ;
      text-align: center; }
    .custom-table.add-bank tbody tr td:first-child {
      text-align: right;
      padding-right: 20px; }
    .custom-table.add-bank tbody tr td:last-child {
      text-align: left;
      padding: 0px; }
      .custom-table.add-bank tbody tr td:last-child * {
        margin: 3px; }
  .custom-table.add-bank tbody tr:last-child td:last-child {
    text-align: center; }
  .custom-table.bank thead,
  .custom-table.bank tr {
    height: 35px;
    background: #454e4e; }
  .custom-table.bank tr:last-child {
    border: 0; }
  .custom-table.bank td,
  .custom-table.bank th {
    text-align: left; }
  .custom-table.bank th {
    color: #fff;
    background: #454e4e;
    line-height: 1;
    font-weight: unset;
    text-align: center; }
    .custom-table.bank th a {
      color: #fff; }
  .custom-table.bank th:first-child {
    width: 20%; }
  .custom-table.bank th:nth-child(2) {
    width: 30%; }
  .custom-table.bank th:nth-child(3) {
    width: 15%; }
  .custom-table.bank th:nth-child(4) {
    width: 15%; }
  .custom-table.bank th:last-child {
    padding: 0px;
    width: 20%; }
  .custom-table.bank tbody tr {
    background-color: #f5f5f5;
    line-height: 1.2;
    font-weight: unset; }
    .custom-table.bank tbody tr td {
      color: black ;
      text-align: center; }
    .custom-table.bank tbody tr td:first-child {
      text-align: center;
      padding: 0px; }
    .custom-table.bank tbody tr td:nth-child(2) {
      text-align: left; }
    .custom-table.bank tbody tr td:nth-child(3) {
      text-align: left; }
    .custom-table.bank tbody tr td:nth-child(4) {
      text-align: center; }
    .custom-table.bank tbody tr td:nth-child(5) {
      text-align: center; }
    .custom-table.bank tbody tr td:last-child {
      text-align: center;
      padding: 0px; }
      .custom-table.bank tbody tr td:last-child * {
        margin: 3px; }
  .custom-table.search thead,
  .custom-table.search tr {
    height: 35px;
    background: #454e4e; }
  .custom-table.search tr:last-child {
    border: 0; }
  .custom-table.search td,
  .custom-table.search th {
    text-align: left; }
  .custom-table.search th {
    color: #fff;
    background: #454e4e;
    line-height: 1;
    font-weight: unset;
    text-align: center; }
    .custom-table.search th a {
      color: #fff; }
  .custom-table.search th:first-child {
    width: 50%; }
  .custom-table.search th:last-child {
    padding: 0px;
    width: 50%; }
  .custom-table.search tbody select {
    padding: 6px 12px;
    font-size: inherit;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .custom-table.search tbody tr {
    background-color: #f5f5f5;
    line-height: 1.2;
    font-weight: unset; }
    .custom-table.search tbody tr td {
      color: black ;
      text-align: center; }
    .custom-table.search tbody tr td:nth-child(1) {
      text-align: right;
      padding-right: 20px; }
    .custom-table.search tbody tr td:nth-child(2) {
      text-align: left;
      padding-right: 20px;
      width: 10%; }
    .custom-table.search tbody tr td:nth-child(3) {
      text-align: right;
      padding-right: 20px;
      width: 22%; }
    .custom-table.search tbody tr td:nth-child(4) {
      text-align: left;
      padding-right: 20px;
      width: 33%; }
      .custom-table.search tbody tr td:nth-child(4) select {
        margin-left: 5px; }
  .custom-table.search tbody tr:last-child td:last-child {
    text-align: center; }
  .custom-table.bank thead,
  .custom-table.bank tr {
    height: 35px;
    background: #454e4e; }
  .custom-table.bank tr:last-child {
    border: 0; }
  .custom-table.bank td,
  .custom-table.bank th {
    text-align: left; }
  .custom-table.bank th {
    color: #fff;
    background: #454e4e;
    line-height: 1;
    font-weight: unset;
    text-align: center; }
    .custom-table.bank th a {
      color: #fff; }
  .custom-table.bank th:first-child {
    width: 20%; }
  .custom-table.bank th:nth-child(2) {
    width: 30%; }
  .custom-table.bank th:nth-child(3) {
    width: 15%; }
  .custom-table.bank th:nth-child(4) {
    width: 15%; }
  .custom-table.bank th:last-child {
    padding: 0px;
    width: 20%; }
  .custom-table.bank tbody tr {
    background-color: #f5f5f5;
    line-height: 1.2;
    font-weight: unset; }
    .custom-table.bank tbody tr td {
      color: black ;
      text-align: center; }
    .custom-table.bank tbody tr td:first-child {
      text-align: center;
      padding: 0px; }
    .custom-table.bank tbody tr td:nth-child(2) {
      text-align: left; }
    .custom-table.bank tbody tr td:nth-child(3) {
      text-align: left; }
    .custom-table.bank tbody tr td:nth-child(4) {
      text-align: center; }
    .custom-table.bank tbody tr td:nth-child(5) {
      text-align: center; }
    .custom-table.bank tbody tr td:last-child {
      text-align: center;
      padding: 0px; }
      .custom-table.bank tbody tr td:last-child * {
        margin: 3px; }
  .custom-table.list thead,
  .custom-table.list tr {
    height: 35px;
    background: #454e4e; }
  .custom-table.list tr:last-child {
    border: 0; }
  .custom-table.list td,
  .custom-table.list th {
    text-align: left; }
  .custom-table.list th {
    color: #fff;
    background: #454e4e;
    line-height: 1;
    font-weight: unset;
    text-align: center; }
    .custom-table.list th a {
      color: #fff; }
  .custom-table.list tbody tr {
    background-color: #f5f5f5;
    line-height: 1.2;
    font-weight: unset; }
    .custom-table.list tbody tr td {
      color: black ;
      text-align: center; }
    .custom-table.list tbody tr td:first-child {
      padding: 0px; }
    .custom-table.list tbody tr td:last-child {
      padding: 0px; }
      .custom-table.list tbody tr td:last-child * {
        margin: 3px; }
  .custom-table .btn-form {
    display: inline-block;
    padding: 6px 12px;
    margin: 0px ;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #454e4e;
    width: 100%;
    height: 100%; }

.btn-control {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #D23E75;
  color: white;
  border-color: #D23E75 ;
  width: 120px;
  padding: 0px ; }
  .btn-control.small {
    width: 80px ; }
  .btn-control.black {
    background-color: #454e4e ;
    border-color: #454e4e ;
    color: white; }

.wrapper-login {
  padding-top: 50px;
  padding-bottom: 80px;
  height: 100vh;
  position: relative; }
  .wrapper-login.bg-login {
    background-image: url(/DOE_SSO/km_back/images/login_pre.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    height: 100vh;
    overflow: auto; }
    @media only screen and (min-width: 768px) {
      .wrapper-login.bg-login {
        background-image: url(/DOE_SSO/km_back/images/login_pre.jpg); } }
  .wrapper-login .box-login {
    width: 90%;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
    background: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF);
    background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF);
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 10px;
    -webkit-box-shadow: 2px 6px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 6px 40px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 15px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 768px) {
      .wrapper-login .box-login {
        width: 460px;
        max-width: 90%;
        padding: 40px 45px 15px; } }
    .wrapper-login .box-login .logo {
      display: block;
      background-position: center;
      background-image: url(../km_back/images/logo_doe.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 362px;
      max-width: 100%;
      height: 163px; }
    .wrapper-login .box-login .form-login {
      margin-top: 20px; }
      @media only screen and (min-width: 768px) {
        .wrapper-login .box-login .form-login {
          margin-top: 40px; } }
      .wrapper-login .box-login .form-login .input-container {
        position: relative;
        padding: 0;
        margin-bottom: 25px; }
        .wrapper-login .box-login .form-login .input-container .input-img {
          position: absolute;
          top: 15px;
          left: 15px;
          font-size: 15px;
          color: #B8B8B8;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
        .wrapper-login .box-login .form-login .input-container input {
          height: 45px;
          border-radius: 25px;
          border: 1px solid rgba(184, 184, 184, 0.4);
          padding-left: 40px; }
      .wrapper-login .box-login .form-login .input-container:hover .input-img {
        color: #F56DA0; }
      .wrapper-login .box-login .form-login .form-check {
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block; }
        .wrapper-login .box-login .form-login .form-check .checkbox {
          font-weight: normal;
          color: rgba(245, 109, 160, 0.67); }
          .wrapper-login .box-login .form-login .form-check .checkbox .checkmark {
            top: 4px;
            border: 1px solid #F56DA0; }
      .wrapper-login .box-login .form-login .txt-credit {
        text-align: center;
        color: rgba(245, 109, 160, 0.67); }
  .wrapper-login .btn-login {
    background: #6dce55;
    color: #ffffff;
    border-radius: 25px;
    width: 100%;
    height: 50px;
    font-family: "Anakotmai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 40px; }
    .btn-login {
    background-color: #ff9900;
    color: #ffffff;
    width: 100%;
    height: 50px;
    font-family: "Anakotmai", sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 40px; }
    .btn-login-option {
    background-color: #ff9900;
    color: #333;
    width: 100%;
    height: 50px;
    font-family: "Anakotmai", sans-serif;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px; }
    .btn-login-option-light {
    background-color: #ffd9a3;
    color: #000000;
    width: 100%;
    height: 50px;
    font-family: "Anakotmai", sans-serif;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px; }
  .wrapper-login .checkbox {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5; }
  .wrapper-login .box-content {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
    background: -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF);
    background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF);
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 10px;
    -webkit-box-shadow: 2px 6px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 6px 40px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 15px; }
    @media only screen and (min-width: 768px) {
      .wrapper-login .box-content {
        width: 460px;
        padding: 15px 30px 15px; } }
    .wrapper-login .box-content .content-group {
      display: inline-block; }
    .wrapper-login .box-content .table-system {
      margin-top: 10px;
      width: 90%; }
      .wrapper-login .box-content .table-system td {
        width: 50%; }
    @media only screen and (min-width: 768px) {
      .wrapper-login .box-content .table-system {
        margin-top: 10px;
        width: 70%;
        margin: auto; }
        .wrapper-login .box-content .table-system td {
          width: 50%; } }
    .wrapper-login .box-content .row-control {
      text-align: center;
      margin-top: 10px;
    }

    .wrapper-login .box-content .row-control .content-group {
      text-align: left ;
      padding: 0px;
      margin-bottom: 5px;
      margin-left: 10px;
      margin-right: 10px;
    }

    .wrapper-login .box-content .row-control .head-topic {
      margin: 10px 0px 0px 0px ;
      text-align: center;
      color: #F56DA0;
      font-size: 22px;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
    }

    .wrapper-login .box-content .row-control hr {
      margin: 10px 50px 15px 50px ;
    }
body{
    font-family: "Anakotmai", sans-serif;
    background-repeat: no-repeat;
    background-position: bottom;
    background-repeat: no-repeat;
  background-image: url("bg.png");
    background-size: auto;
    font-size: 18px;
  background-color: #FFFAF1;

}
.header {
   position: relative;

}
.header .login-doe {
    position: absolute;
    right: 0px;
    top: 30px;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    z-index: 999999999;
}
.header img.login-doe:hover{
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.login{
    width: 80%;
    display: block;
    margin: auto;
    padding: 80px 0 0 0;
}
.login h1{
    font-size: 50px;
    font-family: "Anakotmai", sans-serif;
}
.login-logo{
    display: block;
    margin: auto;
}
.text-organe{
     color: #ff9900;
 }
.text-gray{
    color: #999999;
}

.line{
    border-right: solid #f69679 3px;
}
.p_bomttom-10{
    padding-bottom: 10px;
}
.m_bomttom-10{
    margin-bottom: 10px;
}
.m_bomttom-20{
    margin-bottom: 20px;
}
.m_top-10{
    margin-top: 10px;
}
.m_top-20{
    margin-top: 20px;
}
.m_top-40{
    margin-top: 40px;
}
.inner-addon {
    position: relative;
}

/* style icon */
/* Assign full width inputs*/
.login input[type=text],
.login input[type=password] {
    width: 100%;
    padding: 12px 40px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #f26c4f;
    box-sizing: border-box;
    border-radius: 4px;
}

/* Set a style for the buttons*/
.login button {
    background-color: #ff9900;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 20px;
}

/* Set a hover effect for the button*/
.login button:hover {
    opacity: 0.8;
}

/* Set extra style for the cancel button*/

.font-user {
    position: relative;
}

.font-user i{
    position: absolute;
    left: 15px;
    top: 25px;
    color: gray;
}

.font-password {
    position: relative;
}

.font-password i{
    position: absolute;
    left: 15px;
    top: 25px;
    color: gray;
}

/* Link Widgets */
a.widget {
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a.widget:hover,
a.widget:focus,
a.widget:active {
    text-decoration: none;
}

a.widget.widget-hover-effect1:hover {
/*     -webkit-transform: translateY(-3px); */
    transform: translateY(-3px);
/*     -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
/*     box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
}

a.widget.widget-hover-effect1:active {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.widget-simple {
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #f69679;
    margin-bottom: 20px;
    text-align: center;

}
.widget-simple p{
    color: #000000;
    font-size: 20px;
    padding-top: 5px;
	font-weight:bold;
}
.icon-bi{

    background-repeat: no-repeat;
    background-position: center;
}
.icon-bi .thumbnail{
    border: transparent;
    width: 100%;
    background-color: transparent;
    display: block;
    margin: auto;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}
.icon-bi .thumbnail .caption{
    color: #999999;
  text-align: center;
}
.icon-bi .thumbnail img:hover{
    transform: scale(1.1); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.index-border{
    border: solid 10px #f5f5f5;
    padding: 5px 15px 15px 15px;
    margin-top: -10px;
}
.index-border h4{
    color: #597f9f;
}
.index-border p{
    color: #999999;
    margin-bottom: 0px;
}
.p-15{
    padding: 15px;
}
.p-l-r{
    padding: 0px 15px;
}
.f-right{
    float: right;
}
.f-left{
    float: left;
}
/*new*/
.panel{
    border: none;
    box-shadow: 0 0 50px -22px rgba(0,0,0,0.3);
    margin-bottom: 80px;
}
.bg-Orange{
    background-color: #ffcc99!important;
}
.text-white{
    color: #ffffff;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
}
.p-20{
    padding: 20px;
}
.bg-condition {
    width: 100%;
    height: 100%;
    background-image: url(../images/img/bg.jpg);
    background-attachment: fixed;
    background-position: bottom right;
    background-repeat: no-repeat;
}

/*login*/
.dropdown-login {
    position: relative;
    display: inline-block;
}

.dropdown-login-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0px;
}

.dropdown-login:hover .dropdown-login-content {
    display: block;
}
.dropdown-login ul{
    list-style-type: none;
    padding-left: 0px;
}
.dropdown-login li{
    padding: 12px 25px;
}
.dropdown-login li:hover{
    background-color: #e4e4e4;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

@font-face {
    font-family: 'Anakotmai';
    font-weight: normal;
    font-style:  normal;
    src: url('../public/assets/fonts/Anakotmai/Anakotmai-Medium.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}



@media (min-width: 1200px) {
    .container {
        width: 1366px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 768px){
    .line{
        border-right: #f69679 solid 2px;

    }
}
@media screen and (max-width: 768px){
    .m_top-40-xs{
        margin-top: 70px;
    }
    .container {
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .line{
        border-right: #f69679 solid 2px;
    }
    .m_top-40-xs{
        margin-top: 70px;
    }
    .container {
        width: 100%;
    }
}

.p-login{
  padding-right: 5px;
  padding-left: 5px;
}
#style-6::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

#style-6::-webkit-scrollbar-thumb
{
  background-color: #F90;
  background-image: -webkit-linear-gradient(45deg,
  rgba(255, 255, 255, .2) 25%,
  transparent 25%,
  transparent 50%,
  rgba(255, 255, 255, .2) 50%,
  rgba(255, 255, 255, .2) 75%,
  transparent 75%,
  transparent)
}

footer{
  background-color: #FFB161;
  padding: 20px;
}











