[class*=sidebar-dark-] {
  background: #313131;
}

.btn {
  border-radius: 0px;
  border: #86C8E2 solid 0px;
  padding: 12px 24px 12px 24px !important;
  font-size: 15px !important;
  line-height: 15px !important;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  border-radius: 4px !important;
}
.btn.icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn .iconPlus {
  margin-right: 4px;
}
.btn .iconPlus img {
  max-width: 14px;
}
@media (max-width: 1500px) {
  .btn {
    padding: 10px 20px !important;
  }
}
@media (max-width: 1366px) {
  .btn {
    padding: 8px 18px !important;
    font-size: 14px !important;
    line-height: 14px !important;
  }
}

.btn-primary, .btn-success {
  background: linear-gradient(2.06deg, #181818 8.29%, #7E7E7E 98.19%);
  color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-success:hover, .btn-success:focus {
  background: linear-gradient(2.06deg, #7E7E7E 8.29%, #181818 98.19%);
  color: #ffffff !important;
}

.btn-black, .btn-default {
  background-color: #333 !important;
  color: #ffffff !important;
  border: none !important;
}
.btn-black:hover, .btn-default:hover {
  background-color: #000 !important;
  color: #ffffff !important;
}

.btn-bule {
  background-color: #54BDDF !important;
  color: #ffffff !important;
  border: none !important;
}
.btn-bule:hover {
  background-color: #000 !important;
  color: #ffffff !important;
}

.btn_back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_back i {
  margin-right: 5px;
  margin-top: 1px;
}

.btn-group .btn {
  border: none !important;
  font-size: 13px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0.125rem 0.25rem;
}
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn.active, .btn-group .btn:active {
  background: none;
}
.btn-group button.btn {
  color: #b57e49;
}
.btn-group button.btn:hover, .btn-group button.btn:focus, .btn-group button.btn.active, .btn-group button.btn:active {
  color: #000;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.loginmaincontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: url(../../images/bg_section.jpg) no-repeat left top;
  background-size: cover;
  height: 100%;
}
.loginmaincontainer .leftpart {
  width: 40%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginmaincontainer .leftpart .login-logo {
  margin-top: 0;
}
.loginmaincontainer .leftpart .login-logo img {
  max-width: 290px;
}
.loginmaincontainer .leftpart .loginimg {
  border: 0px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginmaincontainer .leftpart .loginimg img {
  max-width: 80%;
}
.loginmaincontainer .rightpart {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loginmaincontainer .rightpart .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 15px;
  overflow: hidden;
  background-color: transparent;
}
.loginmaincontainer .rightpart .icheck-primary label {
  font-weight: 500 !important;
}
.loginmaincontainer .rightpart .login-card-body, .loginmaincontainer .rightpart .register-card-body {
  color: #fff;
}
.loginmaincontainer .rightpart .login-box,
.loginmaincontainer .rightpart .register-box {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .loginmaincontainer .rightpart .login-box,
  .loginmaincontainer .rightpart .register-box {
    max-width: 500px;
    width: 100%;
  }
}
.loginmaincontainer .rightpart .emailbtnSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.loginmaincontainer .rightpart .emailbtnSection a {
  margin: 0px 5px;
}
.loginmaincontainer .rightpart input:-internal-autofill-selected {
  background: none !important;
}
.loginmaincontainer .rightpart .form-control {
  background: #000;
  border-color: #ced4da;
  border-radius: 0px;
  color: #fff;
}
.loginmaincontainer .rightpart .input-group-append {
  background: none;
}
.loginmaincontainer .rightpart .login-card-body .input-group .input-group-text, .loginmaincontainer .rightpart .register-card-body .input-group .input-group-text {
  border-radius: 0px;
}
.loginmaincontainer .rightpart .login-card-body,
.loginmaincontainer .rightpart .register-card-body {
  background-color: transparent;
  padding: 40px;
}
.loginmaincontainer .rightpart .login-card-body .input-group .form-control,
.loginmaincontainer .rightpart .register-card-body .input-group .form-control {
  height: 50px;
}
.loginmaincontainer .align-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .loginmaincontainer .align-right {
    text-align: left;
  }
}
.loginmaincontainer a {
  color: #fff;
}
.loginmaincontainer a:hover {
  color: #EB7219;
}
.loginmaincontainer .btnBox {
  margin-top: 20px;
}
.loginmaincontainer .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before, .loginmaincontainer .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
  border: #000 solid 1px;
}
.loginmaincontainer [class*=icheck-] > input:first-child + input[type=hidden] + label::before,
.loginmaincontainer [class*=icheck-] > input:first-child + label::before {
  background-color: #ffffff;
  border: #000 solid 1px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.loginmaincontainer .icheck-primary > input:first-child:checked + input[type=hidden] + label::before,
.loginmaincontainer .icheck-primary > input:first-child:checked + label::before {
  background-color: #000;
}
.loginmaincontainer [class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after,
.loginmaincontainer [class*=icheck-] > input:first-child:checked + label::after {
  background-color: #000;
}
.loginmaincontainer .login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text, .loginmaincontainer .register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text {
  border-color: #ced4da !important;
}
.loginmaincontainer h3 {
  margin-bottom: 15px;
}
.loginmaincontainer .login-box-msg {
  text-align: left;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .loginmaincontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .loginmaincontainer .leftpart,
  .loginmaincontainer .rightpart {
    width: 100%;
  }
  .loginmaincontainer .leftpart {
    height: 25%;
  }
  .loginmaincontainer .leftpart .loginimg {
    display: none;
  }
  .loginmaincontainer .rightpart {
    height: 75%;
  }
}

body.layout-fixed.sidebar-collapse .brand-link {
  width: 50px !important;
  height: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  border-radius: 100px;
  overflow: hidden;
  padding: 5px;
  margin: 0px auto;
  background: #000;
}
body.layout-fixed.sidebar-collapse .brand-link img {
  max-width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.layout-fixed .brand-link {
  width: 250px !important;
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #313131;
  padding: 0px;
  border-radius: 0px;
  padding: 3px 10px;
  margin: 0px auto;
}
body.layout-fixed .brand-link img {
  max-width: 100%;
  max-height: 50px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body.sidebar-mini.layout-fixed .brand-link .brand-image.showhid {
  display: none;
}
body.sidebar-mini.layout-fixed.sidebar-collapse .brand-link .brand-image {
  margin-right: 0;
  margin-left: 0px;
  margin-top: 0px;
  max-height: 37px;
}
body.sidebar-mini.layout-fixed.sidebar-collapse .brand-link .brand-image.logomain {
  display: none;
}
body.sidebar-mini.layout-fixed.sidebar-collapse .brand-link .brand-image.showhid {
  display: block;
}

.main-sidebar .sidebar {
  padding-top: 8px;
}
.main-sidebar img {
  border-radius: 0px;
}
.main-sidebar .nav-sidebar .nav-item > .nav-link {
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.main-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item:hover > .nav-link {
  background: none;
  color: #fff;
}
.main-sidebar.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .main-sidebar .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background: #484f55;
  color: #fff;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #484f55;
  color: #fff;
}

.content-wrapper {
  background: #eef0f8;
}

.info-box-number {
  font-size: 30px;
}

.dataTables_wrapper .dt-buttons.btn-group {
  float: right;
  margin-left: 15px;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-export {
  background: #c8eef5;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-create {
  background: #d4f5c8;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-print {
  background: #efc4c4;
}
.dataTables_wrapper .dt-buttons.btn-group .buttons-reset {
  background: #faf2ce;
}

.main-header .navbar-nav > .user-menu .user-image {
  margin-top: 0px !important;
}
.main-header .user-header.bg-primary {
  background: #313131 !important;
}
.main-header .user-header.bg-primary img {
  padding: 5px;
}
.main-header .user-footer a {
  display: inline-block !important;
}
.main-header.navbar .navbar-nav .user-menu .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header.navbar .navbar-nav .user-menu .nav-link img {
  background: #313131;
  padding: 2px;
  width: 24px;
  height: 24px;
}
.main-header.navbar .navbar-nav .user-menu .userimgox {
  margin-right: 10px;
  padding: 4px;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d9d9d9;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.main-header.navbar .navbar-nav .user-menu .userimgox img {
  width: auto;
  height: auto;
  border-radius: 0;
  max-width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-group label {
  font-weight: 600 !important;
}

.card-footer {
  text-align: right;
}
.card-footer .btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #DEB185;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card-footer .btn-default {
  background: #DEB185;
  color: #fff;
}

.imageformat {
  font-size: 12px;
}

.sorting_1 input[type=checkbox] {
  width: 15px !important;
  height: 15px !important;
  margin: 0px auto;
}

.activeColumn {
  width: 75px !important;
  text-align: center;
}

.sororderColumn {
  width: 100px !important;
  text-align: center;
}
.sororderColumn .form-control {
  margin: 0px auto;
}

label.error {
  font-size: 13px;
  font-weight: normal;
  color: red;
}

.genderRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.genderRadio li {
  position: relative;
  margin-right: 10px;
}
.genderRadio li label {
  line-height: 17px;
}
.genderRadio li label.error {
  position: absolute;
  top: 20px;
  width: 200px;
}
.genderRadio li label .required:after {
  display: none;
}

.content-wrapper {
  background: #eef0f8;
}
.content-wrapper a {
  color: #54BDDF;
}
.content-wrapper a:hover {
  color: #000;
}

.fulldiv .bootstrap-tagsinput {
  width: 100%;
}

.iconBack {
  background: url(../../../assets/admin/images/left-arrow1.png) no-repeat center center !important;
  background-size: 13px !important;
  width: 13px;
  height: 13px;
  display: block;
}

table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  display: none;
}

.content-wrapper .table {
  margin-bottom: 0rem;
  border: none;
}
.content-wrapper .table thead {
  border-top: 1px solid #ccc;
}
.content-wrapper .table thead th {
  background: #f0f0f0;
}
.content-wrapper .table thead th.sortOrderColumn {
  width: 92px !important;
  text-align: center;
}
.content-wrapper .table tr td {
  vertical-align: middle;
}
.content-wrapper .table tr td .form-control.update_sort_order {
  text-align: center;
  max-width: 50px;
  margin: 0px auto;
}
.content-wrapper .table tr td.sortOrderColumn input {
  text-align: center;
  max-width: 50px;
  margin: 0px auto;
}
.content-wrapper .table tr td form {
  margin-bottom: 0px !important;
  text-align: center;
}
.content-wrapper .table tr td p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.content-wrapper .table tr td .btn-group .btn {
  background: none !important;
  border: none !important;
  font-size: 13px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 5px !important;
  color: #54BDDF !important;
}
.content-wrapper .table tr td .btn-group .btn:hover, .content-wrapper .table tr td .btn-group .btn:focus, .content-wrapper .table tr td .btn-group .btn.active, .content-wrapper .table tr td .btn-group .btn:active {
  background: none;
  color: #000 !important;
}
.content-wrapper .table tr td .btn-group button.btn {
  color: #b57e49;
}
.content-wrapper .table tr td .btn-group button.btn:hover, .content-wrapper .table tr td .btn-group button.btn:focus, .content-wrapper .table tr td .btn-group button.btn.active, .content-wrapper .table tr td .btn-group button.btn:active {
  color: #000;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.content-header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-header h1 {
  font-size: 22px;
  color: #222222;
  min-height: 36px;
}

.footer_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 400;
}

.pagination {
  margin: 0px !important;
}
.pagination > li > a, .pagination > li > span {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 6px 10px !important;
  color: #6c757d !important;
}
/* .pagination > li.paginate_button.previous a, .pagination > li.paginate_button.next a {
  font-size: 0px;
  position: relative;
  height: 35px;
  width: 35px;
} */
/* .pagination > li.paginate_button.previous a::after, .pagination > li.paginate_button.next a::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.6;
} */
/* .pagination > li.paginate_button.previous a:hover, .pagination > li.paginate_button.next a:hover {
  background-color: #ddd !important;
} */
/* .pagination > li.paginate_button.previous a::after {
  background: url(../../../assets/admin/images/left-arrow.png) no-repeat center center;
  background-size: 12px;
} */
/* .pagination > li.paginate_button.next a::after {
  background: url(../../../assets/admin/images/right-arrow.png) no-repeat center center;
  background-size: 12px;
} */
.pagination .page-item.disabled .page-link {
  border-color: #ccc;
}
.pagination .page-item.active .page-link {
  background-color: #313131;
  color: #fff !important;
  border-color: #313131;
}

.custom-file .custom-file-label::after {
  background-color: #e5e3e2;
}
.custom-file:hover .custom-file-label::after {
  background-color: #b57e49;
  color: #fff;
}

.custom-file-input {
  cursor: pointer;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #9d9b9b;
}

.form-control {
  border-color: #c9c9c9;
}
.form-control:focus {
  border-color: #9d9b9b;
}

.dataTables_filter {
  margin-bottom: 20px;
}
.dataTables_filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 270px;
}
.dataTables_filter label input {
  margin-left: 10px;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 21px;
}
.form-check input[type=checkbox].form-check-input {
  margin-top: 0px;
  width: 16px;
  height: 16px;
}
.form-check label.form-check-label {
  margin-left: 2px;
}

#filemsg {
  font-size: 13px;
}

.table thead tr th[aria-label=Action] {
  width: 92px !important;
  text-align: center;
}
.table thead tr th {
  padding: 8px !important;
  font-size: 15px;
}
.table thead tr th.activeColumn {
  width: 79px !important;
  text-align: center;
}
.table thead tr th.imgColumn {
  width: 140px !important;
  text-align: center;
}
.table thead tr th.sortOrderColumn {
  width: 92px !important;
  text-align: center;
}
.table thead tr th.sorting_disabled {
  width: 92px !important;
  text-align: center;
}
.table thead tr th.cityColumn {
  width: 180px !important;
}
.table thead tr th.manageImgColumn {
  text-align: center;
}
.table tbody tr td {
  font-size: 15px;
}
.table tbody tr td.activeColumn, .table tbody tr td.imgColumn, .table tbody tr td.sorting_disabled, .table tbody tr td.manageImgColumn {
  text-align: center;
}
.table tbody tr td.sortOrderColumn input {
  text-align: center;
  max-width: 50px;
  margin: 0px auto;
}
.table tbody tr td.manageImgColumn {
  text-decoration: none !important;
}
.table tbody tr td .btn-group .btn {
  border: none !important;
  font-size: 13px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0.125rem 0.25rem;
}
.table tbody tr td .btn-group .btn:hover, .table tbody tr td .btn-group .btn:focus, .table tbody tr td .btn-group .btn.active, .table tbody tr td .btn-group .btn:active {
  background: none;
}
.table tbody tr td .btn-group button.btn {
  color: #b57e49;
}
.table tbody tr td .btn-group button.btn:hover, .table tbody tr td .btn-group button.btn:focus, .table tbody tr td .btn-group button.btn.active, .table tbody tr td .btn-group button.btn:active {
  color: #000;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.nav-sidebar .nav-item > .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.nav-sidebar .nav-item > .nav-link .iconleft {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background-size: 20px !important;
}
.nav-sidebar .nav-item > .nav-link .iconleft.iconDashboard {
  background: url(../images/icon/dashboard.png) no-repeat left top;
}
.nav-sidebar .nav-item > .nav-link .iconleft.iconContact {
  background: url(../images/icon/icon_conactus.png) no-repeat left top;
}
.nav-sidebar .nav-item > .nav-link .iconleft.iconPlatinum {
  background: url(../images/icon/icon_platinum.png) no-repeat left top;
}
.nav-sidebar .nav-item > .nav-link .iconleft img {
  max-width: 100%;
  display: block;
}
.nav-sidebar .nav-item > .nav-link:hover .iconleft.iconDashboard, .nav-sidebar .nav-item > .nav-link.active .iconleft.iconDashboard {
  background: url(../images/icon/dashboard_hover.png) no-repeat left top;
}
.nav-sidebar .nav-item > .nav-link:hover .iconleft.iconContact, .nav-sidebar .nav-item > .nav-link.active .iconleft.iconContact {
  background: url(../images/icon/icon_conactus_hover.png) no-repeat left top;
}
.nav-sidebar .nav-item > .nav-link:hover .iconleft.iconPlatinum, .nav-sidebar .nav-item > .nav-link.active .iconleft.iconPlatinum {
  background: url(../images/icon/icon_platinum_hover.png) no-repeat left top;
}

.card-footer {
  background: none;
  text-align: left;
  padding: 1.25rem;
  padding-top: 0px;
}
.card-footer .btn {
  margin-right: 5px;
}
.card-footer .btn:last-child {
  margin-right: 0px;
}

button:focus {
  outline: none !important;
}

div.dt-container .dt-paging nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: #ccc solid 1px;
}
div.dt-container .dt-paging .dt-paging-button {
  background: #fff !important;
  border: #ccc solid 1px !important;
  border-right: 0px !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0px !important;
  border-radius: 0px !important;
  font-size: 17px;
  padding: 5px !important;
}
div.dt-container .dt-paging .dt-paging-button:hover, div.dt-container .dt-paging .dt-paging-button.current {
  background: #ccc !important;
  color: #000 !important;
}
div.dt-container .dt-paging .dt-paging-button.previous {
  background: url(../../../assets/admin/images/left-arrow.png) no-repeat center center !important;
  background-size: 13px !important;
  font-size: 0px;
}
div.dt-container .dt-paging .dt-paging-button.previous:hover {
  background-color: #ccc !important;
}
div.dt-container .dt-paging .dt-paging-button.next {
  background: url(../../../assets/admin/images/right-arrow.png) no-repeat center center !important;
  background-size: 13px !important;
  font-size: 0px;
}
div.dt-container .dt-paging .dt-paging-button.next:hover {
  background-color: #ccc !important;
}

div.dt-container .dt-paging nav .dt-paging-button:hover {
  color: #000 !important;
}

.iconBack {
  background: url(../../../assets/admin/images/left-arrow1.png) no-repeat center center !important;
  background-size: 13px !important;
  width: 13px;
  height: 13px;
  display: block;
}

.MenuDetailPage .servicesslider {
  display: none;
}
.MenuDetailPage .noteSection p {
  font-size: 16px;
}
.MenuDetailPage .sectionMenu {
  padding-top: 20px;
}
.MenuDetailPage .sectionMenu.paddingbtm50 {
  padding-bottom: 50px;
}
.MenuDetailPage .sectionMenu .menuBox {
  margin-bottom: 50px;
}
.MenuDetailPage .sectionMenu .menuBox:last-child {
  margin-bottom: 0px;
}
.MenuDetailPage .sectionMenu .menuBox .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.MenuDetailPage .sectionMenu .menuBox .row .imgBox {
  max-width: 100%;
  overflow: hidden;
}
.MenuDetailPage .sectionMenu .menuBox .row .textSection {
  text-align: left;
  display: inline-block;
  width: auto;
  margin-left: 30px;
  max-width: 402px;
}
.MenuDetailPage .sectionMenu .menuBox .row .textSection p {
  font-size: 26px;
  color: #777777;
  padding: 0px;
  margin: 0px;
  max-width: 364px;
}
.MenuDetailPage .sectionMenu .menuBox .row .tectDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.MenuDetailPage .sectionMenu .menuBox:nth-child(2n+2) .row, .MenuDetailPage .sectionMenu .menuBox.reverse .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.MenuDetailPage .sectionMenu .menuBox:nth-child(2n+2) .row .tectDiv, .MenuDetailPage .sectionMenu .menuBox.reverse .row .tectDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.MenuDetailPage .sectionMenu .menuBox:nth-child(2n+2) .row .textSection, .MenuDetailPage .sectionMenu .menuBox.reverse .row .textSection {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0px;
  margin-right: 30px;
}
.MenuDetailPage .listDishSection {
  margin-top: 50px;
}
.MenuDetailPage .listDishSection .marTop40 {
  margin-top: 40px;
}
.MenuDetailPage .listDishSection .boxDish {
  position: relative;
}
.MenuDetailPage .listDishSection .boxDish div {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.MenuDetailPage .listDishSection .boxDish strong {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}
.MenuDetailPage .listDishSection .boxDish strong span {
  font-size: 26px;
  line-height: 36px;
  color: #777777;
  padding: 0px;
  margin: 0px;
  display: block;
  padding-top: 5px;
  text-align: center;
}
.MenuDetailPage .boxImgText {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
.MenuDetailPage .boxImgText .imgBox {
  position: relative;
  overflow: hidden;
}
.MenuDetailPage .boxImgText .imgBox img {
  max-width: 100%;
}
.MenuDetailPage .boxImgText h3 {
  padding: 30px 0px 20px 0px;
}
.MenuDetailPage .boxImgText p {
  font-size: 26px;
  color: #777777;
  padding: 0px;
  margin: 0px;
}
.MenuDetailPage .fullBoxList .boxImgText:last-child {
  margin-bottom: 0px;
}

.activefild {
  padding-top: 39px;
}

.dataTables_info {
  margin-top: 20px;
}

/* .dataTables_paginate {
  margin-top: 20px;
  text-align: end;
} */

.dataTables_filter label {
  max-width: 270px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 auto;
}

.dataTables_length select {
  padding: 10px;
  margin: 0 5px;
  border-radius: 10px;
}

.mainDivJob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
.mainDivJob .div1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainDivJob .dateSec {
  margin-right: 30px;
  width: 200px;
}
.mainDivJob .dateSec .form-control {
  width: 200px !important;
}
.pagination{
  float: inline-end;
    padding-top: 2%;
}
/* .dataTables_paginate.paging_simple_numbers .paginate_button.previous, .dataTables_paginate.paging_simple_numbers .paginate_button.next {
  background: #313131;
  color: #fff;
  padding: 10px;
  border: 1px solid transparent;
} */
/* .dataTables_paginate.paging_simple_numbers .paginate_button {
  margin: 0 5px;
  background: #fff;
  border: 1px solid #313131;
  color: #313131;
  padding: 10px;
} */

.dataTables_wrapper .btn-group i {
  color: #313131;
}

.btn-primary {
  background-color: #313131 !important;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #131212 !important;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  padding-top: 5% !important;
}/*# sourceMappingURL=adminCustom.css.map */