.special_td td {
  max-width: 300px;
  /* text-align: justify; */
  /* white-space: initial; */
  word-wrap: break-word;
}

html,
body {
  width: 100%;
}

.test-class {
  display: none;
}

.form-group.required label:after {
  padding-left: 4px;
  content: "*";
  color: red;
}

.alerts-error i {
  font-size: 26px;
  color: red;
}

.alerts-success i {
  font-size: 26px;
  color: #2bb31c;
}

.alerts-confirm i {
  font-size: 26px;
  color: #3a40ff;
}

.customer-logo {
  max-width: 100%;
  max-height: 150px;
}

.modal-xl {
  width: 93%;
}

.intl-tel-input {
  width: 100%;
}

.block-border {
  border: solid thin #bbb;
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-control {
  min-width: 12px;
}

.cursor-pointer {
  cursor: pointer;
}

.important_text {
  color: #a90000 !important;
}

.important_text * {
  color: #a90000 !important;
}

select.first_no option:first {
  color: #ccc;
}

.navbar-brand {
  padding-top: 1px;
}

.pull-left-margin {
  margin-left: -25px;
}

.upper-right {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0px;
}

.st-sort-ascent:before {
  content: '\25B2';
}

.st-sort-descent:before {
  content: '\25BC';
}

.st-sort-click {
  cursor: pointer;
}

.app_title {
  padding-top: 4px;
  font-size: 22px;
}

@media (min-width: 768px) {
  .hide_desktop {
    display: none;
  }

  .show_desktop {
    display: block;
    width: 66px;
    height: 58px;
  }
}

@media (max-width: 768px) {
  .show_desktop {
    display: none;
  }
}

.cover_all {
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.cover_all div {
  background-color: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border: black 1px solid;
  border-radius: 15px;
  position: relative;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 190px;
  margin-left: -125px;
  margin-top: -125px;
  text-align: center;
}

.cover_all div img {
  width: 125px;
}

.center_text {
  text-align: center;
}

@media (min-width: 544px) and (max-width: 768px) {
  .col-sm-8 {
    width: 85%;
  }
}

.multiSelect > button {
  width: 100%;
}

.multiSelect .clearButton {
  position: absolute;
  display: inline;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 22px;
  width: 22px;
  font-size: 13px;
  border-radius: 2px;
  color: #666;
  background-color: #f1f1f1;
  line-height: 1.4;
  right: 0px;
  top: 2px;
}

.pull-right {
  float: right;
}

.float-left {
  left: -50%;
}

@media (max-width: 990px) {
  .float-left {
    left: 0;
  }
}

.fc-content {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

.container-override {
  width: 100%;
}

.modal-lg {
  width: 40%;
}

@media (max-width: 768px) {
  .modal-lg {
    width: 90%;
    margin: 5% 5%;
  }

  .hidden-xs {
    display: none;
  }
}

@media (max-width: 320px) {
  .modal-lg {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 992px) {
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.table tr > td.table-form-control {
  padding: 0;
  border: solid thin #bbb;
}

.table tr > td.table-form-control input,
.table tr > td.table-form-control select,
.table tr > td.table-form-control div {
  width: 100%;
  height: 100%;
  border: none;
  background: white;
}

input[type=date].form-control,
input[type=datetime-local] {
  line-height: 1 !important;
}
#spinner1 {
  position: relative;
  width: 234px;
  height: 28px;
  margin: auto;
}

#spinner1 .spinner1 {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  width: 28px;
  height: 28px;
  animation-name: bounce_spinner1;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

#spinner1 #spinner1_1 {
  left: 0;
  animation-delay: 0.6s;
}

#spinner1 #spinner1_2 {
  left: 29px;
  animation-delay: 0.75s;
}

#spinner1 #spinner1_3 {
  left: 58px;
  animation-delay: 0.9s;
}

#spinner1 #spinner1_4 {
  left: 88px;
  animation-delay: 1.05s;
}

#spinner1 #spinner1_5 {
  left: 117px;
  animation-delay: 1.2s;
}

#spinner1 #spinner1_6 {
  left: 146px;
  animation-delay: 1.35s;
}

#spinner1 #spinner1_7 {
  left: 175px;
  animation-delay: 1.5s;
}

#spinner1 #spinner1_8 {
  left: 205px;
  animation-delay: 1.64s;
}

@keyframes bounce_spinner1 {
  0% {
    background-color: #000000;
  }

  100% {
    background-color: #ffffff;
  }
}
.no-scroll-tabs > .nav-tabs {
  overflow: auto;
  height: 58px;
  white-space: nowrap;
}

.no-scroll-tabs > .nav-tabs > li {
  float: none;
  display: inline-block;
}