/**************************************************
    Styling for misc elements loaded in admin and frontend

**************************************************/
.hr10 {
  border: 0 !important;
  margin: 0 !important;
  height: 10px;
}
.hr15 {
  border: 0 !important;
  margin: 0 !important;
  height: 15px;
}
/*
    Tabs
-------------------------------------------------*/
.tab-container ul.tabs {
  margin-bottom: -1px;
}
.tab-container ul.tabs li {
  display: inline-block;
  border: 1px solid #c3c4c7;
  border-bottom: 0;
  margin-bottom: 0;
  margin-right: 6px;
  background: #f6f7f7;
}
.tab-container ul.tabs li a {
  display: block;
  padding: 10px 18px;
  text-decoration: none;
}
.tab-container ul.tabs li a:focus {
  outline: none;
  box-shadow: none;
}
.tab-container ul.tabs li.active {
  border-bottom: 1px solid #fff;
  background: #fff;
}
.tab-container ul.tabs li.active a {
  font-weight: 600;
  color: inherit;
}
.tab-container .tab-select-container {
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #c3c4c7;
  border-bottom: 0;
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
}
.tab-container .tab-select-container .button {
  color: #7c7c7c;
  padding: 6px 12px;
  line-height: 1.7;
  border: none;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s all ease;
}
.tab-container .tab-select-container .button.prev {
  float: left;
}
.tab-container .tab-select-container .button.next {
  float: right;
}
.tab-container .tab-select-container .button.disabled {
  cursor: initial;
  opacity: 0.35;
}
.tab-container select.tabs {
  width: auto;
  min-width: 50px;
  margin: 0 8px;
}
.tab-container .tab-panel {
  display: none;
  border: 1px solid #c3c4c7;
  background: #fff;
  min-height: 600px;
}
.tab-container .tab-panel.active {
  display: block !important;
  width: 100% !important;
}
.tab-container .tab-panel > .inner {
  padding: 25px 15px;
  position: relative;
}
.tab-container .tabnav_bottom {
  text-align: center;
  background: #f4f4f4;
  border: 1px solid #c3c4c7;
  border-top: 0;
  position: relative;
  overflow: hidden;
  padding: 15px 20px;
}
.tab-container .tabnav_bottom .button {
  background-color: #5a5a5a;
  color: #fff;
  padding: 6px 12px;
  line-height: 1.7;
  border: none;
  border-radius: 2px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.5s all ease;
}
.tab-container .tabnav_bottom .button.prev {
  float: left;
}
.tab-container .tabnav_bottom .button.next {
  float: right;
}
.tab-container .tabnav_bottom .button.disabled {
  cursor: initial;
  opacity: 0.35;
}
.tab-container.left {
  display: flex;
  border: 1px solid #c3c4c7;
  margin-top: 25px;
}
.tab-container.left ul.tabs {
  margin-top: 0;
  margin-bottom: 0;
  border-right: 1px solid #c3c4c7;
  background: #f6f7f7;
  width: 200px;
}
.tab-container.left ul.tabs li {
  display: block;
  border: 0;
  border-bottom: 1px solid #c3c4c7;
  margin-bottom: 0;
  margin-right: 0;
  background: #f6f7f7;
}
.tab-container.left ul.tabs li a {
  display: block;
  padding: 10px 18px;
  text-decoration: none;
}
.tab-container.left ul.tabs li a:focus {
  outline: none;
  box-shadow: none;
}
.tab-container.left ul.tabs li.active {
  border-bottom: 1px solid #c3c4c7;
  background: #fff;
}
.tab-container.left ul.tabs li.active a {
  font-weight: 600;
  color: inherit;
}
.tab-container.left .tab-panel {
  display: none;
  border: 0;
  padding: 15px 30px;
  background: #fff;
  flex: 1;
}
.tab-container.left .tab-panel.active {
  display: block;
  min-height: 320px;
}
.formdoc .tab-container {
  margin: -25px -30px;
  /* Select Menu */
}
.formdoc .tab-container ul.tabs li {
  border: 0;
}
.formdoc .tab-container .tab-select-container {
  border: 0;
}
.formdoc .tab-container .tab-panel {
  border: 0;
}
.formdoc .tab-container .tab-panel > .inner {
  max-width: 720px;
  margin: 0 auto;
}
.formdoc .tab-container .tabnav_bottom {
  border: 0;
}
#enter_access_code {
  max-width: 720px;
  margin: 5% auto;
  padding: 50px 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#enter_access_code form {
  position: relative;
}
#enter_access_code .code {
  padding: 7px;
}
#enter_access_code .btn {
  display: inline-block;
  background: #00a9a7;
  border-color: #00a9a7;
  border-style: solid;
  color: #fff;
  font-weight: 600;
  padding: 6px;
}
#enter_access_code .processing {
  display: none;
  background: #fff;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
}
