.pos-s {
  position: static !important;
}
/*tabs*/
.us-tabs li.selected {
  border-bottom: 1px solid #fff;
}
.us-tabs > li {
  display: inline-block;
  line-height: 45px;
  padding: 0 15px;
  border-radius: 6px 6px 0 0;
  border: 1px solid #ddd;
  float: left;
  margin-right: 1px;
  background-color: #fff;
  cursor: pointer;
}
.us-tabs,
.ust-tabs-bodies {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  border-bottom: 1px solid #ddd;
}
.us-tabs {
  height: 47px;
}
.us-tabs > .us-tabs-logout {
  font-weight: 700;
  color: #a94442;
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-top-color: #dca7a7;
  border-left-color: #dca7a7;
  border-right-color: #dca7a7;
}
.us-tabs > .us-tabs-logout:hover,
.us-tabs > .us-tabs-logout:focus {
  background: #fff;
}
.us-tabs > .us-tabs-logout:active {
  border-bottom-color: #fff;
}
.modal-mode .ust-tabs-bodies {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 57px;
  bottom: 10px;
  min-height: 100px;
  overflow: hidden;
}
.ust-tabs-bodies {
  min-height: 400px;
  background-color: #fff;
  margin: 0 0 30px 0;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px;
}
.ust-tabs-bodies > li.selected {
  display: block !important;
}
.ust-tabs-bodies > li {
  display: none !important;
}
.ust-tabs-bodies > .tab-1 {
  min-height: 550px;
}
.login-form .td-links {
  padding-top: 20px !important;
}
.login-form .td-links a {
  font-size: 11px;
}
.login-form .td-button {
  padding: 40px 10px 10px 10px !important;
  text-align: center;
}
.login-form.recover {
  width: 460px;
}
.login-form {
  width: 400px;
  border: 1px solid #ddd;
  padding: 20px 10px 20px 20px;
  border-radius: 9px;
  margin: 50px auto;
}
table.tbl-info .info {
  font-weight: bold;
  width: 100%;
}
table.tbl-info td {
  padding: 5px;
}
table.tbl-info {
  border-collapse: collapse;
  font-size: 18px;
}
#udu-div-window.fullMode.dlg-popup iframe {
  width: 100%;
}
._ #udu-div-window.dlg-popup {
  width: 480px;
}
._ .dlg-popup {
  width: 500px;
  height: 280px;
}
td.prt-cell button {
  width: 100%;
}
td.prt-cell {
  width: 100px;
  white-space: nowrap;
}
/*recovery table*/
.bg-recovery {
  background: url("/modules/usd.ml/v2/img/key-icons.png") 90% 10px no-repeat;
}
table.recovery-table {
  margin-top: 80px;
}
._ div.note {
  font-size: 16px;
  padding: 8px;
  border: 1px solid #eee;
  border-radius: 7px;
  margin: 5px 2px;
  background-color: #ffffd7;
}
.alb-content > div.note {
  display: block;
}
.alb-content > div.buttons {
  display: block;
  margin: 5px;
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 10px 5px 0 5px;
}
.alb-content > div {
  vertical-align: top ;
  display: table-cell;
}
.avl-photos li {
  cursor: pointer;
}
.alb-pages {
  width: 100%;
}
.alb-pages > div.wrapper {
  overflow: hidden;
  overflow-y: scroll;
  height: 500px;
}
.avl-photos > div.wrapper {
  width: 200px;
  border-right: 1px solid #ddd;
  display: inline-block;
  overflow: hidden;
  overflow-y: scroll;
  height: 500px;
}
.udu__tech-photo .close {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  width: 24px;
  height: 24px;
  background: url("/admin/inc/v2/img/btn/sprite.buttons.png");
  background-size: 24px 48px;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease-in-out 0s;
}
.udu__tech-photo .udu__pos-filled:hover .close {
  opacity: 0.7;
}
.udu__tech-photo .udu__pos-filled .close {
  opacity: 0.2;
  display: block;
}
.udu__tech-photo .udu__pos-filled .close:hover {
  opacity: 1;
}
.data-container ul.tbl-grid li {
  width: 158px !important;
  height: 108px !important;
}
.readonly .data-container ul.tbl-grid .close {
  display: none;
}
.ini-file-name {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 1px;
  z-index: 1000;
  color: #fff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2px;
  border: 1px solid #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.finish-button div button {
  width: 60%;
  text-align: center;
  background-color: #dd5710;
  color: #fff;
}
.finish-button div button.green {
  background-color: #3da100;
}
.finish-button div {
  margin: 5px;
  border: 1px solid #eee;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}
.table-help {
  font-size: 80%;
}
.table-help p,
.table-help ul,
.table-help ol {
  margin-bottom: 10px;
}
.ml__surevey-popup {
  width: 400px !important;
  max-height: 250px !important;
  height: 250px !important;
}
.ml__surevey-popup div.body {
  background: url(/modules/usd.ml/v2/img/survey.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.ml__surevey-popup div.body .ml__survey {
  padding: 10px;
  display: block;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  margin: 8px;
  text-align: center;
  transition: all 0.4s;
}
.ml__surevey-popup div.body .ml__survey:hover {
  background: rgba(254, 248, 229, 0.9);
}
