.dir_ltr {
  direction: ltr;
  font-family: Arial, Helvetica, sans-serif;
}
.btn_offer {
  margin-top: 33px;
  height: 37px;
  width: 140px;
  background: #adc867;
  line-height: 37px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border: unset;
}

  .btn_offer[disabled~=disabled] {
    opacity: 0.6;
  }

.btn_price {
  margin-top: 33px;
  height: 37px;
  width: 140px;
  background: #ff006c;
  line-height: 37px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border: unset;
}
.error-red {
  color: #fff;
  background-color: #ed5959;
  padding: 5px;
}

.error-yellow {
  color: #fff;
  background-color: #f7ee26;
  padding: 5px;
}

.error-green {
  color: #fff;
  background-color: #588052;
  padding: 5px;
}

.has-error {
  border-color: #ff006c !important;
}

.has-valid {
  border-bottom-color: none !important;
}

.SettingsForm {
  z-index: 1050;
  position: fixed;
  top: 50px;
}

.AlertForm {
  top: 50px;
  z-index: 1060;
  position: fixed;
}

.nowrap {
  white-space: nowrap;
}

.close-alert {
  display: none;
}

caption {
  caption-side: top;
}

.card-float {
  float: left !important;
}

.background-fff {
  background-color: #fff;
  margin: 15px;
  border-radius: 5px;
}

.marg-right {
  margin-left: 7px;
}

@media screen and (max-width: 750px) {
  .marg-right {
    margin-left: 7px;
    margin-bottom: 10px;
  }
}

.select-check {
  width: 25px;
}

.open-modal {
  z-index: 1000;
  position: absolute;
  /*border: solid;*/
  background-color: #fff;
  Opacity: 1 !important;
  box-shadow: 10px 10px 5px rgba(200, 189, 189, 0.50);
  border-radius: 5px 5px 5px 5px;
}

@media screen and (min-width: 751px) {
  div.open-modal {
    left: 20%;
    right: 20%;
    /*height:100%;*/
    /*overflow: scroll;*/
    top: 100px;
    /*bottom:10%;*/
  }
}

@media screen and (max-width: 750px) {
  div.open-modal {
    left: 10%;
    right: 5%;
    bottom: 5%;
    top: 5%;
    overflow: scroll;
  }
}



.open-modal-delete {
  z-index: 1000;
  position: absolute;
  left: 30%;
  top: 150px;
  width: 450px;
  /*border: solid;*/
  background-color: #fff;
  Opacity: 1 !important;
  box-shadow: 10px 10px 5px rgba(200, 189, 189, 0.50);
  border-radius: 5px 5px 5px 5px;
}

.close {
  display: none;
}

.open {
  display: block;
}

.body-modal {
  padding: 20px;
}

  .body-modal h5 {
    padding-bottom: 20px;
  }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  /*opacity: 0;*/
  background-color: rgba(0, 0, 0, 0.5);
  overflow: scroll;
}

.modal-title {
  color: #0c5460;
  background-color: #c1d8dc;
  border-color: #bee5eb;
  padding: 10px;
}

.modal-minimize {
  right: 25px !important;
  bottom: 25pX !important;
  width: 250px !important;
  height: 60px !important;
  position: fixed !important;
  top: unset !important;
  left: unset !important;
  overflow: hidden;
}

.btn-modal-title {
  padding: 0px;
  padding-left: 15pX;
}

.panel {
  border: 1px solid #dee2e6;
  padding: 15px;
  background-color: #fcfdfd;
}

  .panel legend {
    color: #5f5e5e;
    font-size: 16px;
    background-color: #e5e7e8;
    padding: 5px 10px;
  }

.btn-dark {
  background-color: #a5a4af !important;
  min-width: 100px;
  font-size: 13px !important;
}

.select-row {
  background-color: #bec1c4;
}

.select-none {
  background-color: none;
}

.header-left {
  float: right;
  padding-right: 10px;
  display: inline-block;
}

.icon {
  color: #d86f2f;
}

.header-title {
  font-size: 22px;
}

.header-right {
  float: left;
  margin-top: 5px;
}

/***************************************************** Toggle Switch*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 31px;
}

  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

  .slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

  .slider.round:before {
    border-radius: 50%;
  }
/****************************End Toggle Switch**************************** */
/****************************CheckBox Slyde*******************************/

.checkbox-lable {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  /*margin: 10px;*/
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  .checkbox-lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

.checkmark {
  position: absolute;
  top: -7px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-style: solid;
  border-width: thin;
  border-color: #ccc;
}

.checkbox-lable input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-lable input:checked ~ .checkmark:after {
  display: block;
}

.checkmark:after {
  right: 5px;
  top: 3px;
  width: 8px;
  height: 12px;
  border: solid #d86f2f;
  border-width: 0px 3px 3px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.checkmark-any {
  position: absolute;
  top: -3px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  outline: solid #d86f2f;
  outline-width: 3px;
  display: block;
  outline-offset: -6px;
}


/*************************UploadFile*******************************************/


.fileContainer {
  overflow: hidden;
  position: relative;
  background-color: #878888;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.fileContainer-input {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  text-align: right;
  top: 0;
}
/*======================Menue++++++*/
.content-background {
  background-color: #edf1f7;
  min-height: 100vh;
  max-height: 100%;
  margin: 0PX;
  padding: 0PX;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.chg-menu {
  margin: 0 0 6px 5px;
  color: #d86f2f;
}

a {
  text-decoration: none;
  color: white;
  padding: 30px;
  padding: 15px;
  display: inline-block;
  padding: 10px;
}

.row-dec {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.col2-dec {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 750px) {
  div.col2-dec {
    width: 45% !important;
  }

  .black-background {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 490;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    /* opacity: 0; */
    background-color: rgba(0, 0, 0, 0.5);
    overflow: scroll;
    display: block;
  }

  body.black-background {
    overflow: hidden !important;
  }

  .black-background-close {
    display: none;
  }
}

.black-background {
  /*top: 0;
    right: 0;*/
}

.col12-dec {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.toggle {
  display: none;
}

.option {
  position: relative;
}

.title, .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

.title {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 15px;
  padding-left: 32px;
  display: block;
  color: #4e516e;
  border-top-style: solid;
  border-top-width: thin;
  border-top-color: #ddd;
  cursor: pointer;
}

  .title:hover {
    color: #4333e6;
  }

  .title:after, .title:before {
    content: '';
    position: absolute;
    left: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #d86f2f;
    transition: all 0.2s;
  }

  .title:after {
    transform: rotate(90deg);
  }

.content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
}

  .content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
  }

.toggle:checked + .title, .toggle:checked + .title + .content {
  box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;
}

  .toggle:checked + .title + .content {
    max-height: 500px;
  }

  .toggle:checked + .title:before {
    transform: rotate(90deg) !important;
  }

label.title {
  margin: 0px !important;
}

.option-sub {
  display: inline-block;
}

.top {
  min-height: 50px !important;
  max-height: 62px !important;
  padding-right: 25px;
  width: 170px;
  position: relative !important;
}

.content-sub {
  position: absolute !important;
  overflow: auto;
}

.backgroun {
  background: #fff;
  min-height: 100vh;
  max-height: 100%;
  z-index: 500;
  width: 250px;
  position: fixed;
  top: 50px;
  box-shadow: 0 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.menu-sub {
  padding: 5px;
  border-top-width: thin;
  border-top-style: solid;
  background-color: #fcfcfc;
  border-top-color: #ddd;
  cursor: pointer;
}

  .menu-sub:hover {
    background-color: #dadae0;
  }

.active {
  background-color: #bebec3;
}

.menu-sub a {
  color: #262c6f;
  padding-left: 37px;
}

@media only screen and (max-width: 750px) {

  .backgroun {
    background: #fff;
    min-height: 100vh;
    max-height: 100%;
    width: unset;
    position: absolute;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    top: 50px;
  }

  .content-page {
    padding-top: 25px;
    width: unset;
    overflow-x: scroll;
  }

  .header {
    width: 100%;
    position: unset;
  }

  .icon-responsive {
    display: inline-block;
  }

  .top-menu {
    display: none;
    padding: 0px;
  }

  .header-left {
    display: block;
  }

  .top {
    top: 0px;
  }
}



.icon-style {
  color: #d86f2f;
  font-size: 16px;
  margin: 5px 0px 15px 10px;
}

@media screen and (min-width: 751px) {
  .icon-responsive {
    display: none;
  }

  .top-menu {
    display: inline-block;
  }

  .content-page {
    padding-top: 15px;
    margin-left: 250px;
    margin-top: 50px;
  }

  .header {
    width: 100%;
    position: fixed;
  }

  .background {
    top: 50px;
  }
}

.open {
  display: block;
}


.close {
  display: none;
}

.header {
  display: inline-block;
  height: 50px;
  background-color: #fff;
  border-bottom: solid #fff thin;
  /*position: fixed;*/
  /*top: 0px;*/
  width: 100%;
  z-index: 1000;
  color: #6b73c0;
}


.content-page-top {
  padding-top: 25px;
  margin-left: 0px;
  margin-top: 50px;
}

.footer {
  height: 50px;
  background-color: #c8c4c4;
  border-bottom: solid #fff thin;
  position: relative;
  bottom: 0;
  width: 100%;
}

/*::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #9996ca;
  border-radius: 5px;
}

  ::-webkit-scrollbar-thumb:hover {
    background: #4333e6;
  }*/
/*****************************************************/
.dropdown {
  position: relative;
  display: inline-block;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

/*.one-edge-shadow {
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
 
    z-index: 10;
    cursor: pointer;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content p:hover {
    color: #4333e6;
}

.dropdown-content p {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-top: solid 1px rgba(0, 0, 0, 0.075);
}*/
/*******************Login********************************/
.all {
  position: relative;
  left: 35%;
  /*background-image: url('../../../assets/image/frame-login-1.jpg');*/
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  width: 450px;
  height: 90%;
  background-size: cover;
  line-height: 2;
  color: #083e86;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

input, select {
  height: 40px !important;
  font-size: 16px !important;
}

label {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  div.all {
    left: 20%;
    width: 60%;
    height: 100%;
  }
}

@media screen and (max-width: 900px) {
  div.all {
    width: 90%;
    height: 100%;
  }
}


@media screen and (max-width: 800px) {
  div.all {
    left: 2%;
    width: 96%;
    height: 98%;
  }

  div.page {
    margin-top: 2%;
  }
}


.page {
  margin-top: 20%;
  padding: 30px 60px 30px 60px;
  /*width: 250px;
        height: 400px;*/
  /*display: inline-block;*/
}




/*----------------------Captcha-------------------*/
input[type=text] {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

canvas {
  /*prevent interaction with the canvas*/
  pointer-events: none;
}
/********************************************************/
.log-image {
  width: 45px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -5px;
}

@media screen and (max-width: 750px) {
  .log-image {
    margin-top: -8px !important;
  }
}

@media screen and (min-width: 750px) {
  .dropbtn {
    background-color: #fff;
    padding: 10px;
    color: #5f6490;
    border: none;
    cursor: pointer;
    display: block;
  }

    .dropbtn:hover, .dropbtn:focus {
      background-color: #f1f1f1;
      border: none;
    }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 1px 1px grey;
    z-index: 1;
  }

    .dropdown-content a {
      color: #393946;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }

  .dropdown a:hover {
    background-color: #ddd;
  }

  .show {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .dropbtn {
    display: none;
  }

  .dropdown-content a {
    display: none;
  }

  .lang-show {
    margin-top: 20px !important;
  }
}

.lang-show {
  width: 30px;
  height: 30px;
  background-color: #df7e07;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  border-radius: 50%;
}

.Access {
  border-radius: 3px;
  background-image: url('image/background_drag_en.png');
  background-position-y: bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .arrow {
    display: none;
  }
}

.ParamSearch {
  position: absolute;
  z-index: 1001;
  background-color: rgb(245 244 244);
  max-width: 270px;
  min-width: 90%;
  padding-left: 15px;
  padding-right: 15px;
  max-height: 250px;
  overflow: auto;
}

.hiden {
  text-align: justify;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #808080;
}

.loader {
  left: 45%;
  top: 45%;
  position: absolute
}
.list-table
{
  border-color: #aecebb;
  border-style: dashed;
  border-width: 1.5px;
  border-radius: 3px;
  margin: 10px 0px 0px 10px;
  padding-top: 12px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 5px;
}
.list-span{
  font-size: 12px;
  color:gray;
}

.radio input[type='radio'] {
  display: none;
  /*removes original button*/
}

.radio label:before {
  /*styles outer circle*/
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 2px solid #df7e07;
  background-color: transparent;
}

.radio label {
  position: relative;
}

  .radio label input[type='radio']:checked + span {
    /*styles inside circle*/
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 4px;
    display: block;
    background-color: #7e7e9d;
  }
