.login-info span a span {
  margin-top: 3px;
  text-transform: none;
}
.alert {
  margin-top: 57px;
  margin-bottom: 0px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.alert .close {
  position: sticky;
  right: 15px;
}

.mb20 {
  margin-bottom: 20px;
}
.table.has-tickbox thead tr th:first-child {
  width: auto;
}
.form-fa-parts {
  position: absolute;
  margin-left: -35px;
  margin-top: 8px;
  font-size: 15px;
}

.qrcode-scanner-wrapper {
  background-color: #f3f3f3;
  border: 1px solid #dedede;
  padding: 20px;
  margin-bottom: 20px;
}
.qrcode-scanner-wrapper video {
  max-width: 600px;
  width: 70%;
}
.qrcode-scanner {
  float: right;
  padding-left: 10px;
  width: 30%;
}
.qrcode-scanner #info {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  padding-left: 5px;
  margin-bottom: 15px;
  border: 1px dotted #3d3d3d;
  background-color: #ffffff;
}

.photo-drop-wrapper {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
}
.photo-drop-wrapper button {
  margin-left: 20px;
}
#drop_zone {
  border: 5px dashed #202020;
  padding: 50px;
  margin: 20px;
  font-size: 24px;
  color: #202020;
  background-color: #ffffff;
  text-align: center;
}
#preview {
  overflow: hidden;
}
#preview.photos {
  margin: 10px;
}
#preview img {
  width: 100px;
  float: left;
  margin: 10px;
  cursor: move;
}

.dz-error-mark svg g {
  fill: #be2626;
}

.failed_files_widget .widget-body {
  padding-bottom: 0px;
  min-height: auto;
}
.bar-holder {
  padding: 5px 0 18px;
}
.failed_files_wrapper {
  display: none;
}
.failed_files_wrapper .alert {
  position: relative;
  margin-top: 0;
}
.failed_files {
  font-size: 20px;
  margin-bottom: 10px;
}
.failed_files span {
  margin: 10px 10px 0 0;
  display: inline-block;
}

.visible-lg-block {
  display: block!important;
}
.dropzone {
  background-image: linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
  background-color: #FAFCFD;
  background-size: 16px 16px;
}
.dropzone .dz-default.dz-message {
  width: auto!important;
  margin-left: auto!important;
}
.table-controller {
  min-height: 32px;
  margin-top: -10px;
}
.btn-toggle {
  float: right;
}

.notify_badge {
  position: absolute;
  margin-left: 15px;
  margin-top: 5px;
}
.popover {
  max-width: 100%;
}
.popover-content h6 {
  margin: 1px 0 10px;
}
.notice_item {
  min-width: 300px;
}
.notice_item.alert-warning {
  cursor: pointer;
}

.dataTables_filter {
  display: contents;
  width: auto;
}

.require_label {
  color: #a90329;
  padding: 7px 0 0 13px;
  display: block;
}

.badge.bg-color-red.event_badge {
  padding: 1px 2px;
  top: -10px;
}

.login-info, .login-info > span {
  height: auto;
}
.minified .login-info {
  height: 55px;
}
.login-info a {
  margin: 6px 0;
}
.login-info span a span {
  max-width: 200px;
}

#ribbon {
  min-height: 57px;
}
#ribbon .breadcrumb {
  padding: 19px 34px 19px 0!important;
}

.account_balloon {
  position: absolute;
  display: none;
  padding: 10px;
  margin-top: 5px;
  border-radius: 10px;
  font-size: 14px;
  color: #305d8c;
  background-color: #d6dde7;
  border: 1px solid #9cb4c5;
  min-width: 250px;
  z-index: 500;
  box-shadow: 1px 1px 5px 0px #333;
}
.account_balloon::before{
  content: '';
  position: absolute;
  left: 18px;
  top: -9px;
  display: block;
  width: 0;
  height: 0;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #9cb4c5;
  border-left: 9px solid transparent;
}
.account_balloon::after{
  content: '';
  position: absolute;
  left: 15px;
  top: -8px;
  display: block;
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #d6dde7;
  border-left: 12px solid transparent;
}
a.account_info:hover {
  color: #c0bbb7;
}
a.account_info:hover .account_balloon {
  display: block;
}

.input_notice {
  font-size: 10px;
  color: #666;
  margin-top: 3px;
}

#code_type_caption {
  padding: 10px 5px;
  margin-bottom: 20px;
  background-color: #ddd;
  border: 1px dashed #63636363;
}

#is_studio_check {
  margin-bottom: 20px;
}

.video_progress {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 20px 0;
}
.video_bar {
  height: 20px;
  width: 0;
  background: #ccc;
}
.video_upload_note {
  color: #666;
  font-size: small;
  margin-bottom: 10px;
}
.video_upload_note p {
  margin-bottom: 0px;
}
