.load{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0000008a;
  z-index: 99999;
}

.cke_notification
{
  display: none !important;
} 

.main-header .navbar .nav>li>a>.label {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  font-size: 14px;
}

.tableSm
{
  padding: 4px !important;
}

.cke_combo_text {
  width: 70px !important;
}

.btn-blue,.btn-blue:active,.btn-blue-disable:focus  {
  background-color: #47309c;
  border-color: #6947b8;
  color: #fff !important;;
}

.btn-blue:hover {
  background-color: #6947b8;
  color: #fffffffd;
}

.btn-blue-disable,.btn-blue-disable:active,.btn-blue-disable:focus  {
  background-color: #eee;
  border-color: #c5c5c5;
  color: #000 !important;
}

.btn-blue-disable:hover {
  background-color: #ececec;
  color: #000;
}

.btn-blue-active, .btn-blue-active:active  {
  background-color: #47309c;
  border-color: #6947b8;
  color: #fff;
}

.btn-blue:hover {
  background-color: #6947b8;
  color: #fffffffd;
}


.tool>.block-tool.form-group.has-error {
  border-color: #dd4b39 !important;
  box-shadow: none;
  background: linear-gradient(90deg, rgba(246,0,0,0.21332282913165268) 0%, rgba(255,122,122,0.3841911764705882) 48%, rgba(255,0,0,0.2637429971988795) 100%);
}


/* .select2
{
  height: 33px !important;
} */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 1px;
  width: 20px;
}

/* .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
} */


.timeline>li>.timeline-item>.timeline-header
{
    background-color: #f3f3f3;
}

.select2-container.has-error .select2-selection--single .select2-selection__rendered {
    padding-left: 2px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2px;
    color:#101010 !important;
}


.form-group.has-error .select2-container--default .select2-selection--single
{
    border: 1px solid #dd4b39  !important;
}

.form-group.has-error .select2-container--default .select2-selection--multiple
{
    border: 1px solid #dd4b39  !important;
}


.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 265px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 5px 5px;
  margin-bottom: -1px;
  background-color: #ffffff00;
  border : 1px solid #ddddddbf;
}

.user-ellipsis
{
  font-size: 19px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.user-ellipsis2
{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.navbar-nav>.user-menu>.dropdown-menu {
    width: 300px;
}

@media (max-width: 1700px) {
  .scrollAuto{
    overflow-x: auto;
  }
}

.content-wrapper {
  background-image: url("../../image/t.png");
  background-repeat: no-repeat;
  background-position: right bottom;

  object-fit: cover;
}

.main-footer {
    /* background: #fff; */
    /* background-color: #9d52da; */
    background: linear-gradient(44deg, #0098ff 0%, #592881 100%);
    padding: 5px;
    color: #fff;
    border-top: 1px solid #d2d6de;
    line-height: 32px;
}

.skin-green-light .sidebar-menu>li.active>a {
    font-weight: 500;
    /* color: #80a029; */
    color: #791ec3;
}

.btn.btn-flat {
    border-radius: 3px;
}

.skin-green-light .sidebar-menu>li.header {
    font-size: 19px;
}

.skin-green-light .sidebar-menu>li:hover>a, .skin-green-light .sidebar-menu>li.active>a {
    color: #791ec3;
    background: #e5e5e9;
}

.skin-green-light .sidebar-menu .treeview-menu>li.active>a {
  font-weight: 500;
  /* color: #80a029; */
  color: #791ec3;
}

.skin-green-light .sidebar-menu>li>a {
    border-left: 5px solid transparent;
    font-weight: 500;
    /* color: #0C784C; */
    color: #9d52da;
}

.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion {
    width: 24px;
    font-size: 18px;
}


@media (min-width:768px) {
  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    display: block !important;
    position: absolute;
    /* width: 180px; */
    width: 260px;
    left: 49px;
  }

  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
    top: 0;
    /* margin-left: -3px; */
    margin-left: -5px;
    padding: 5px 5px 5px 20px;
    background-color: inherit
  }

  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
    position: relative !important;
    float: right;
    width: auto !important;
    /* left: 180px !important; */
    left: 260px !important;
    top: -22px !important;
    z-index: 900
  }

  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
    display: none
  }

  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    top: 37px;
    margin-left: 0;
    left: 49px;
  }
}

.dataTables_length
{
  font-size: 18px;
}

.dataTables_filter
{
  font-size: 18px;
}

.dataTables_info
{
  font-size: 18px;
}

.dataTables_paginate
{
  font-size: 18px;
}

.btn_point:hover{
  opacity: 0.8;
}

.add {
  padding: 5px 15px 5px 15px;
  line-height: 22px !important;
}

.btn-green
{
  background-color: #0C784C;
  border-color: #0a613d;
  color : #ffffff;
}

.btn-green:hover {
    color : #f7f7f7;
    background-color: #0a613d;
    border-color: #074a2e;
}

.btn-mol {
    background-color: #791ec3;
    border-color: #791ec3;
    color: #ffffff;
}

.btn:focus {
    outline: 0px !important;
    color: #ffffff;
}

.btn-mol:hover {
    color : #f7f7f7;
    background-color: #9d52da;
    border-color: #9d52da;
}

.btn-mol:active, .btn-mol:focus {
    color : #f7f7f7;
}

.text-mol,  .text-mol:active, .text-mol:focus
{
  color: #791ec3;
}

.text-mol:hover
{
  color: #9d52da;
}


.has-feedback .form-control {
    padding-right: 12px;
}

.skin-green-light .main-header .navbar {
    height: 50px;
    /* background-color: #0C784C; */
    background-color: #791ec3;
    background-image: url("../../image/nav.png");
    background-size: cover;
}

.skin-green-light .main-header .logo {
    background-color: #791ec3;
}

.skin-green-light .main-header .logo:hover {
    background-color: #8a35cf;
}

.skin-green-light .main-header .navbar .sidebar-toggle:hover {
    background-color: #791ec3;
}

.skin-green-light .main-header li.user-header {
    /* background-color: #9d52da; */
    background: linear-gradient(44deg, #0098ff 0%, #592881 100%)
}


.main-header .sidebar-toggle {
    padding: 10px 10px;
}

.sidebar-menu {
    font-size: 19px;
}

.treeview-menu>li>a {
    font-size: 19px;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    font-size: 22px;
}

@media (min-width: 768px){
  .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
      background-color: #f4f4f5;
  }
}

.input-sm {
    height: 30px;
    padding: 0px 5px;
    font-size: 18px;
}

.skin-green-light .sidebar-menu>li.active>a {
    /* border-left-color: #00a65a; */
    border-left-color: #791ec3;
}

.content-header>.breadcrumb {
    font-size: 15px;
}

.sidebar-menu li.header {
    font-size: 16px;
}

.btn {
    font-size: 19px;
    line-height: 23px;
}

.load img{
  width: 100px;
}

.none{
  display: none;
}


.again-otp{
  cursor: pointer;
  text-align: right;
  color: #3c8dbc;
  text-decoration: underline;
}

.btn-no-radius{
  border-radius: 3px;
}

.box {
    border-radius: 3px;
}

.modal-content {
    border-radius: 9px;

}
.select2-container--default .select2-selection--single{
  border-radius: 3 !important;
}

.select2-container .select2-selection--single{
  height: 33px !important;
}

.select2-container .select2-selection--multiple{
  min-height: 33px !important;
}


.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover{
  color: #FFF;
}

.red,.box-header>.box-tools .dropdown-menu>li>a.red{
  color: #dd4b39 !important;
}

.green {
    color: green;
    /* font-weight: bold; */
    /* letter-spacing: 1px; */
}

.red {
    color: red;
    /* font-weight: bold; */
    /* letter-spacing: 1px; */
}

.user-panel{
  margin-bottom: 10px !important;
}

.treeview-menu>li>a,.sidebar-menu>li>a{
  padding: 5px 5px 5px 10px;
  /* padding: 6px 6px 6px 10px; */
}
.treeview-menu>li>a>.fa, .treeview-menu>li>a>.glyphicon, .treeview-menu>li>a>.ion {
    font-size: 12px;
    padding-left: 5px;
}

.btn_point {
    cursor: pointer;
}

.form-control {
    font-size: 20px;
    padding: 0px 10px;
    border-radius: 3px;
    color:#101010 !important;
}

.h4, h4 {
    font-size: 24px;
}

th {
  text-align: center;
  background-color: #ebebeb;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p>small {
    font-size: 18px;
}

.form-control.custom-file-input{
  padding: 1px;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    /* outline-offset: -2px; */
}



.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  height: 36px;
}
.custom-file-input::before {
  content: 'เลือกไฟล์';
  display: inline-block;
  /* background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3); */
  text-align: center;
  background: #791ec3;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 4px 16px;
  vertical-align: top;
  margin: 0px -90px 3px 1px;
  outline: none;
  height: 30px;
  width: 90px;
  color: #fff;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 19px;
  line-height: 22px;
}

.custom-file-input[disabled]::before  {
    cursor: not-allowed;
    background: #791ec3;
    opacity: 0.5;

}


/* .custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
} */


.daterangepicker .calendar-table {
    font-size: 20px;
}

.daterangepicker .input-mini.active {
    border-radius: 3px !important;
}
.daterangepicker .input-mini {
    border-radius: 3px !important;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
    border-radius: 3px;
}

.datepicker thead tr:first-child th, .datepicker tfoot tr th {
    border-radius: 3px;
}

.datepicker-days
{
  font-size: 20px;
}

.datepicker-months
{
  font-size: 20px;
}

.datepicker-years
{
  font-size: 20px;
}

span.month{
  width: 37px;
}

.datepicker td, .datepicker th {
    width: 37px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px !important;
    border: none;
}

.datepicker th.datepicker-switch {
    font-size: 20px;
    width: 145px !important;
}

.datepicker {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d2d6de;
    border-radius: 3px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #d2d6de;
    border-radius: 3px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #0044cc;
  border: 1px solid #0044cc;
  border-radius: 3px;
  cursor: default;
  float: left;
  margin-right: 4px;
  margin-top: 2px;
  padding: 1px 5px;
  height: 27px;
  font-size: 18px;
}

.skin-green-light .sidebar-menu>li.header {
    color: #ffffff;
    background: #791ec3;
}

span.msg 
{
  font-size: 18px;
  color: red;
  font-weight: 100;
}

.sidebar-menu li.header {
    padding: 5px 25px 5px 15px;
}

.smk-confirm-back {
    z-index: 2000 !important;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p{
    margin: 0 !important;
    font-size: 18px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
  font-size: 13px;
}

.navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu {
  width: 400px;
}


.man
{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: 1px solid #eeeeee;
}

.menuMan {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  
}

.menuMan>li>a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
  font-size: 20px;
}

.menuMan>li>a>i {
  padding-right: 10px;
}

.navbar-nav>li>a {
    padding-bottom: 13px;
}

.word-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-read{
  background: #f9f9f9;
}

.btween
{
    float: left;
    text-align: center;
}

@media (max-width:991px) {
    .btween
    {
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* .sidebar-menu {
  white-space: normal!important;
  overflow: hidden !important;
} */

.treeview-menu>li>a>span  {
  white-space: normal!important;
  overflow: hidden !important;
}