html {
  font-size: 10px;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
}
html.main-page .page-header {
  border-bottom: 0;
}
html.main-page h1 {
  text-transform: uppercase;
}
:root {
  --plyr-color-main: #ff7928;
}
body {
  font-family: "Century Gothic", CenturyGothic, sans-serif;
  font-size: 14px;
  background: #e0e9e8;
  padding: 0 !important;
}
.header-text {
  font-size: 20.9px;
  margin-top: 40px;
}
.req-title {
  font-size: 30px;
  white-space: nowrap;
  line-height: 60px;
}
#ftype {
  font-size: 16px;
  font-weight: bold;
}
.pfr td:first-child{
  max-width: 880px;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
  color: #ce580f;
  text-decoration: none;
}
hr {
  margin-top: 2px;
  margin-bottom: 2px;
}
textarea {
  resize: none;
}

.captcha tr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.captcha img {
  margin-top: 10px;
}

.sms_text {
  width: 320px;
  font-weight: 600;
  font-size: 13px;
  margin: 15px 0 0 0;
}

input::file-selector-button {
  background-color: #ff7928;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  border: 1px solid #ff7928;
  border-radius: 0;
  margin-bottom: 5px;
}
input::file-selector-button:hover {
  opacity: 0.7;
  cursor: pointer;
}

.maintable {
  /*max-width: 600px;*/
}
.label-success,
.label-info,
.label-warning,
.label-danger {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin-right: 5px;
}
.contact-table td:first-child {
  width: 446px;
}
.nowrap {
  white-space: nowrap;
}
.op-menu {
  min-width: 295px;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
  margin-top: 7px;
  margin-right: 0;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.form-control {
  border-radius: 0;
}
#Birthdate_day,
#Birthdate_month,
#Birthdate_year,
#CallDate_day,
#CallDate_month,
#CallDate_year,
#DateActual_day,
#DateActual_month,
#DateActual_year,
#DateConfirmation_day,
#DateConfirmation_month,
#DateConfirmation_year,
#AnalysisDate_day,
#AnalysisDate_month,
#AnalysisDate_year,
#RealBiomaterialDate_day,
#RealBiomaterialDate_month,
#RealBiomaterialDate_year,
input[name="hour[]"],
input[name="minute[]"] {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#Code,
#Otp {
  outline: none !important;
  width: 320px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-top: 5px;
}
.head-gr {
  position: relative;
  width: 100%;
  height: 80px;
  z-index: 1;
  margin-top: -7px;
  padding-top: 7px;
  background-color: #acb8c9;
}
.head-bt {
  background-color: #ff7928;
  color: #fff !important;
  padding: 5px 20px !important;
  border-radius: 0;
  text-align: left;
  margin-right: 20px;
  font-size: 15px;
  margin-top: 3px;
}
.reg-bt {
  font-size: 16px;
  padding: 6px 22px !important;
  margin-top: 2px;
}
.head-bt-cab {
  background-color: #ff7928;
  color: #fff !important;
  padding: 5px 15px !important;
  border-radius: 0;
  text-align: left;
  margin-left: 12px;
  font-size: 15px;
  margin-top: 3px;
  min-height: 50px;
  display: flex !important;
  align-items: center;
}
.head-bt-op {
  background-color: #ff7928 !important;
  color: #fff !important;
  padding: 5px 15px !important;
  border-radius: 0;
  text-align: left;
  margin-left: 12px;
  font-size: 14px !important;
  margin-top: 3px;
  min-height: 50px;
  display: flex !important;
  align-items: center;
}
.btn {
  outline: none !important;
}
.dropdown-menu {
  background-color: #ff7928 !important;
  border-radius: 0 !important;
}
.dropdown-menu > li > a {
  color: #fff !important;
}
.dropdown-menu > li > a:hover {
  color: #333333 !important;
}
.alert-success {
  border-color: #b5c9a4;
}
.alert-danger {
  border-color: #e5b8bf;
}
.panel-group .panel {
  border-radius: 0 !important;
  border: none !important;
}
.call tr {
  background-color: #adb9ca;
}
.inj tr {
  background-color: #adb9ca;
  border-bottom: 1px solid #9a9d9c;
}
.injins tr {
  background-color: #adb9ca;
  border-bottom: 1px solid #9a9d9c;
}
.injan tr {
  background-color: #adb9ca;
  border-bottom: 1px solid #9a9d9c;
}
.law tr {
  background-color: #adb9ca;
}
.call > tbody > tr:nth-child(4) {
  background-color: rgba(0, 0, 0, 0);
}
.call > tbody > tr:nth-child(4) > td {
  padding: 30px 0;
}
.callsub > tbody > tr:nth-child(4) {
  background-color: rgba(0, 0, 0, 0);
}
.callsub > tbody > tr:nth-child(4) > td {
  padding: 30px 0;
}
.inj > tbody > tr:nth-child(5) {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
}
.inj > tbody > tr:nth-child(5) > td {
  padding: 30px 0;
}
.injins > tbody > tr:nth-child(10) {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
}
.injins > tbody > tr:nth-child(10) > td {
  padding: 30px 0;
}
.injan > tbody > tr:nth-child(7) {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: none;
}
.injan > tbody > tr:nth-child(7) > td {
  padding: 30px 0;
}
.call.lpa > tbody > tr:nth-child(5) {
  background-color: rgba(0, 0, 0, 0);
}
.call.lpa > tbody > tr:nth-child(5) > td {
  padding: 30px 0;
}
.plpa > tbody > tr:nth-child(7) {
  background-color: rgba(0, 0, 0, 0);
}
.plpa > tbody > tr:nth-child(7) > td {
  padding: 30px 0;
}
.plpa > tbody > tr:nth-child(5) {
  background-color: #adb9ca !important;
}
.plpa > tbody > tr:nth-child(5) > td {
  padding: 7px 15px !important;
}
.law > tbody > tr:nth-child(5) {
  background-color: #adb9ca !important;
}
.law > tbody > tr:nth-child(5) > td {
  padding: 7px 15px;
}
.law > tbody > tr:nth-child(6) {
  background-color: rgba(0, 0, 0, 0);
}
.law > tbody > tr:nth-child(6) > td {
  padding: 30px 0;
}
.call.lawv > tbody > tr:nth-child(5) {
  background-color: rgba(0, 0, 0, 0);
}
.call.lawv > tbody > tr:nth-child(5) > td {
  padding: 30px 0;
}
.call.lpa .help-block {
  color: #000;
}
.call td:first-child {
  width: 400px !important;
}
.inj td:first-child {
  width: 480px !important;
}
.injins td:first-child {
  width: 480px !important;
}
.injan td:first-child {
  width: 480px !important;
}
.law td:first-child {
  width: 460px !important;
}
.call.lpa td:first-child {
  width: 270px !important;
}
/* .call.lawv td:first-child{
  width: 445px !important;
} */
.call > tbody > tr > td {
  padding: 7px 15px;
}
.inj > tbody > tr > td {
  padding: 7px 15px;
}
.injins > tbody > tr > td {
  padding: 7px 15px;
}
.injan > tbody > tr > td {
  padding: 7px 15px;
}
.law > tbody > tr > td {
  padding: 7px 15px;
}
.call .form-control {
  background-color: #fff4ed;
  border: 1px solid #ff7928 !important;
}
.call .btn-default {
  background-color: rgba(0, 0, 0, 0);
  border: none !important;
}
.call .dropdown-menu > .active > a,
.call .dropdown-menu > .active > a:focus,
.call .dropdown-menu > .active > a:hover {
  background-color: #ff7928 !important;
}
.call .bootstrap-select {
  width: 310px !important;
}
.bootstrap-select > .dropdown-toggle, .bootstrap-select > .dropdown-toggle:focus{
  outline: none !important;
}
.req-tab .alert-danger{
  width: 100% !important;
}
.call .dropdown-menu > li > a {
  white-space: normal !important;
}
.call .dropdown-menu {
  border-radius: 0 !important;
}
.inj .form-control {
  background-color: #fff4ed;
  border: 1px solid #ff7928;
}
.injins.form-control {
  background-color: #fff4ed;
  border: 1px solid #ff7928;
}
.inja .form-control {
  background-color: #fff4ed;
  border: 1px solid #ff7928;
}
.law .form-control {
  background-color: #fff4ed;
  border: 1px solid #ff7928;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #ff7928;
  text-transform: uppercase;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border: none !important;
}
.panel-default > .panel-heading a {
  text-decoration: none;
  justify-content: space-between;
  font-weight: bold;
  align-items: center;
  display: flex;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: #adb9ca;
  border: none !important;
  color: #000;
  font-size: 15px;
}
.headerTable {
  background-color: #e9ebf5;
  color: #222;
}
.alert-danger {
  margin: 0 auto !important;
  width: calc(100% - 30px) !important;
}
.table-bordered > tbody > tr > td {
  border: 1px solid #7c7c7c;
  background-color: #e9ebf5;
  color: #222;
  padding: 4px 8px;
}
.rest > tbody > tr > td {
  padding: 4px;
}
.op-gen > tbody > tr > td {
  padding: 4px !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e5ccd3;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f2e7ea;
}
.head-bt:hover {
  background-color: #d65f15 !important;
  color: #303030 !important;
}
.head-bt-cab:hover {
  background-color: #d65f15 !important;
  color: #303030 !important;
}
.head-bt-op:hover {
  background-color: #d65f15 !important;
  color: #fff !important;
}
.head-hbt {
  font-size: 28px;
}
.text-light {
  color: #fff;
}
.head-hbt:hover {
  color: #ff7928 !important;
}
.mrtop {
  margin-top: 7px;
}
.mrright {
  margin-right: 10px;
}
.maintable td:first-child {
}
.alert .restorePassLink {
  margin-left: 5px;
}
.maintable td {
  padding: 3px 5px 3px 5px;
}
.maintable .headerTable {
  background: #b31166;
  color: #fff;
}
.info-row {
  font-size: 20px;
}
.phone,
.email {
  color: #ff7928;
}
.phone > a {
  font-size: 2em;
  color: #ff7928;
}
.email > a {
  font-size: 2em;
  color: #ff7928;
}
.phone > a:hover,
.email > a:hover {
  text-decoration: none;
  color: #ce580e;
}
.page-footer {
  margin-top: 50px;
  padding: 20px 0;
  background: #acb8c9;
  color: #fff;
  font-size: 0.8em;
}
.page-footer a {
  color: #fff !important;
}
.content {
  min-height: calc(100vh - 245px);
}
.pd {
  font-size: 0.8em;
  color: #8d8d8d;
  padding-bottom: 20px;
}
.pd a {
  color: #8d8d8d;
}
.checkbox,
.caption-block {
  display: inline;
}
.checkbox {
  margin-right: 5px !important;
}
.color-w,
.color-w a {
  color: #fff;
}
hr {
  border-top: 1px solid #d7d7d7;
}
.navbar-small a {
  font-size: 1.15em !important;
}
.registertable td:first-child {
  width: 320px;
}
.ui-datepicker table {
  font-size: 1em !important;
}
.listTable .headerTable {
  background: #b0ceff;
}
.headerBlueRowTable .headerBlueRow {
  background: #d3b5e9;
  color: #fff;
}
.blueRow {
  background: #d3b5e9;
  color: #fff;
}
.table {
  font-size: 14px;
}
.op-gen {
  font-size: 10px;
}
.doc-pat {
  font-size: 12px;
}
.rescol {
  color: #df0000;
  font-size: 11px;
}
.op-gen-done {
  font-size: 11px;
}
.ptab {
  font-size: 9px !important;
}
.ptabm{
  font-size: 11px !important;
}
.ptabm img:hover{
  opacity: 0.6;
}
.ptab > tbody > tr > td:nth-child(3) {
  font-size: 11px !important;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.ptab > tbody > tr > td {
  padding: 4px !important;
}
.help-block {
  font-size: 0.9em;
}
.btn-default + .btn-default {
  margin-left: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.table-sm td {
  padding: 4px !important;
}
.navbar-default {
  background-color: #fff;
}
.navbar {
  border-radius: 0 !important;
  border: none !important;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.main-wrap {
  margin-top: 30px;
}
.ptop {
  padding-top: 100px;
}
.sub-but {
  background-color: #ff7928;
  color: #fff;
  font-size: 16px;
  padding: 7px 30px;
  border: 1px solid #ff7928;
  border-radius: 0;
}
.dpurp {
  color: #444;
}
.sub-but:hover {
  background-color: #d65f15;
  color: #fff;
  border: 1px solid #d65f15;
}
.ink-info {
  background-color: #ff7928;
  color: #fff;
  padding: 20px 60px;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ink-info svg {
  position: absolute;
  top: 30px;
  left: -14px;
}
.up-link:hover {
  color: #ca73a0 !important;
}
.main-page footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.inp-bg {
  height: 40px;
  border-radius: 0;
  width: 320px;
}
.main-page h1 {
  color: #fff;
}
.register-block-hint {
  background: #fff;
  color: #333;
  padding: 0 30px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.download_files {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 400px;
  font-size: 13px;
}
.navbar-small .dropdown-menu a {
  padding: 4px 10px !important;
}
.dropdown-menu .divider {
  margin: 4px 0;
}
.btn-container + .btn-container {
  margin-top: 10px;
}
.btn-container .btn {
  max-width: 500px;
  min-width: 380px;
}
.btn-green {
  color: #3c763d;
  background: #dff0d8;
}
.btn-blue {
  color: #fff;
  background: #0066ff;
}
.view-attention {
  font-weight: bold;
  color: red;
  font-size: 18px;
}
.view-attention-normal {
  font-weight: bold;
  color: red;
}
.page-logo h2 {
  margin-right: 100px;
}
.education-block a {
  color: #0066ff;
}
.education-block a.h3 {
  font-size: 28px;
  padding-bottom: 12px;
}
.education-block a.h4 {
  font-size: 18px;
  padding-bottom: 8px;
}
.education-block a.h3,
.education-block a.h4 {
  display: inline-block;
  margin: 0;
}

.download-link {
  font-size: 24px;
  display: inline-block;
  background: url("/images/download.png") no-repeat left center;
  padding-left: 30px;
  background-size: 26px;
}
.expert-photo img {
  max-width: 100%;
}
.expert-description {
  margin: 20px 0 30px 0;
}
.expert-position {
  font-size: 14px;
}
.news-item + .news-item {
  margin-top: 30px;
}
.news-item .news-date {
  color: #8d8d8d;
  font-size: 16px;
  margin-bottom: 10px;
}
.news-item .news-title a {
  font-weight: bold;
  font-size: 16px;
  color: #0066ff;
}
.news-title {
  margin-bottom: 10px;
}
.news-item .news-image img {
  max-width: 100%;
}
h1 {
  font-size: 22px;
  margin-right: 80px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
.education-block a.h3 {
  font-size: 18px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .education-block a.h3 {
    font-size: 28px;
    padding-bottom: 12px;
  }
}
.education-block a.h4 {
  font-size: 14px;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .education-block a.h4 {
    font-size: 18px;
    padding-bottom: 8px;
  }
}
.page-logo {
  background-size: 64px;
  background-position: right 15px top 15px;
}
@media (min-width: 768px) {
  .page-logo {
    background-size: 118px;
  }
}
.education-block {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .education-block {
    margin-top: 40px;
  }
}

.blue-block {
  display: block;
  color: #fff;
  background: #0066ff;
  height: 80px;
  font-size: 18px;
  display: flex;
  align-items: center;
  padding: 15px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .blue-block {
    height: 150px;
    font-size: 24px;
  }
  .blue-block-2 {
    margin-top: 50px;
  }
  .blue-block-3 {
    margin-top: 100px;
  }
}
.datepicker-hidden {
  display: none;
}
.image-preview {
  width: 60px;
}
.imageContainer {
  margin-bottom: 10px;
}
.education-title {
  margin-bottom: 60px;
}
.description-hidden {
  display: none;
}
.h4,
h4 {
  margin: 0;
  padding: 10px 0;
}
.direction-btn {
  background: #0066ff;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px !important;
}
.btn-width-full {
  width: 100%;
}
.btn-width-400 {
  width: 400px;
}
.maintable-300 td:first-child {
  width: 400px;
}
.delimiter-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.delimiter-sm {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}
video {
  outline-color: #3dcbff;
}
.buttons {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ui-datepicker th {
  font-weight: 500 !important;
}
.ui-widget-header {
  background: none !important;
  border: none !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: none !important;
  border: none !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
}
.ui-widget-content .ui-state-default:hover {
  border: 0px;
  text-align: center;
  background: #808080 !important;
  font-weight: normal;
  color: #fff;
}

.ui-widget-content .ui-state-active {
  border: 0px;
  background: #58b184 !important;
  color: #fff !important;
}
.injection_event .ui-state-default {
  background: #ff7928 !important;
  color: #fff !important;
}
.analysis_event .ui-state-default {
  background: #808080 !important;
  color: #fff !important;
}
.injection_actual .ui-state-default {
  background: #ffc099 !important;
  color: #555 !important;
}
.analysis_actual .ui-state-default {
  background: #cccccc !important;
  color: #555 !important;
}
.ui-widget.ui-widget-content {
  border: none !important;
  border-radius: 0 !important;
}
.ui-datepicker-prev span {
  background-image: url("/images/chevron-left-solid.svg") !important;
  background-position: 0px 0px !important;
}

.ui-datepicker-next span {
  background-image: url("/images/chevron-right-solid.svg") !important;
  background-position: 0px 0px !important;
}
.ui-datepicker-next-hover,
.ui-datepicker-prev-hover {
  background: none !important;
  border: none !important;
  opacity: 0.5;
  cursor: pointer;
  top: 2px !important;
}
.navbar-brand {
  padding: 15px 0;
}

/* Custom checkbox */
.ink-notification {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}

/* Hide the browser's default checkbox */
.ink-notification input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ff7928;
}
.checkbutton {
  background-color: #ff7928;
  color: #fff;
  padding: 12px 10px;
  font-size: 16px;
}
.checkbutton:hover {
  opacity: 0.7;
}
/* On mouse-over, add a grey background color */
.ink-notification:hover input ~ .checkmark {
  background-color: #ffd4ba;
}

/* When the checkbox is checked, add a blue background */
.ink-notification input:checked ~ .checkmark {
  background-color: #ff7928;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ink-notification input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ink-notification .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reg-ink-wrap {
  margin-right: 20px !important;
}

.dna > tbody > tr:nth-child(11) > td:nth-child(2) > div {
  max-width: 600px;
}
.dna > tbody > tr:nth-child(11) > td:nth-child(2) > div > button {
  border-radius: 0;
  outline: none !important;
}
.dna .dropdown-menu {
  background-color: #fff !important;
}
.dna .dropdown-menu > li > a {
  color: #000 !important;
  padding: 8px;
  border-bottom: 1px solid #eee;
}
.dna > tbody > tr:nth-child(11) > td:nth-child(2) > div > div {
  max-height: 640px;
  max-width: 600px;
}

.updpat > tbody > tr:nth-child(31) > td:nth-child(2) > div {
  max-width: 600px;
}
.updpat > tbody > tr:nth-child(31) > td:nth-child(2) > div > button {
  border-radius: 0;
  outline: none !important;
}
.updpat .dropdown-menu {
  background-color: #fff !important;
}
.updpat .dropdown-menu > li > a {
  color: #000 !important;
  padding: 8px;
  border-bottom: 1px solid #eee;
}
.updpat > tbody > tr:nth-child(31) > td:nth-child(2) > div > div {
  max-height: 640px;
  max-width: 600px;
}

.editpat > tbody > tr:nth-child(32) > td:nth-child(2) > div {
  max-width: 600px;
}
.editpat > tbody > tr:nth-child(32) > td:nth-child(2) > div > button {
  border-radius: 0;
  outline: none !important;
}
.editpat .dropdown-menu {
  background-color: #fff !important;
}
.editpat .dropdown-menu > li > a {
  color: #000 !important;
  padding: 8px;
  border-bottom: 1px solid #eee;
}
.editpat > tbody > tr:nth-child(32) > td:nth-child(2) > div > div {
  max-height: 640px;
  max-width: 600px;
}

@media (max-width: 1198px) {
  .login-img {
    width: 630px !important;
    top: -180px !important;
    left: calc(50vw - 630px) !important;
  }
}
@media (max-width: 992px) {
  .login-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .register-block-hint {
    padding: 1px 24px;
  }
}
@media (max-width: 767px) {
  .ink-info {
    margin-top: -10px;
  }
  .ink-info svg {
    top: 0;
  }
  .login-form .inp-bg {
    width: 100%;
  }
  .login-form .btn {
    width: 100% !important;
  }
  .no-br br {
    display: none;
  }
  .navbar-toggle {
    border-radius: 0;
    padding: 12px 10px;
    margin-top: 10px;
    margin-right: 0px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ff7928;
  }
  .head-gr .mrtop {
    background-color: #acb8c9;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #acb8c9;
  }
  .head-gr .reg-bt {
    width: 100% !important;
    margin-bottom: 10px;
    padding: 12px 16px !important;
    text-align: center;
  }
  .head-gr .reg-bt br {
    display: none;
  }
  .info-row {
    font-size: 16px;
  }
  .register-block-hint {
    padding: 1px 24px;
  }
  .reg-ink-wrap {
    margin-right: 0 !important;
  }
  .alert-info {
    width: 100% !important;
    border-radius: 0;
  }
  .pass-ink .form-control {
    width: 100%;
    margin-top: 5px;
  }
  .pass-ink .btn {
    width: 100%;
    margin-top: 5px;
  }
  .pass-ink {
    width: calc(100vw - 26px);
  }
  .reg-ink {
    padding: 0;
  }
  .navbar-small a {
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 0;
  }
  .navbar-small a br {
    display: none;
  }
  .req-tab img {
    width: 100% !important;
  }
  body > div > div > div > div.col-md-8.abo-tab > div:nth-child(3) > img {
    width: 100% !important;
  }
}

@media (max-width: 555px) {
  .reg-ink .maintable td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
  }
  .pass-ink td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
  }
  .reg-ink .btn {
    width: 100% !important;
  }
  .rqb {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .reg-ink h2 {
    margin-right: 0px;
    font-size: 20px;
  }
  .mar-bot {
    margin-bottom: 200px;
  }
  .injan td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
  }
  .injan td:first-child {
    width: 100% !important;
  }
  .injan .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .inj td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
  }
  .inj td:first-child {
    width: 100% !important;
  }
  .inj .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .injins td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
  }
  .injins td:first-child {
    width: 100% !important;
  }
  .injins .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .call td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
  }
  .call td:first-child {
    width: 100% !important;
  }
  .call .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .call .bootstrap-select {
    width: 100% !important;
  }
  .law td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
  }
  .law td:first-child {
    width: 100% !important;
  }
  .call.lpa td:first-child {
    width: 100% !important;
  }
  .law .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .inft td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
  }
  .inft td:first-child {
    width: 100% !important;
  }
  .inft .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .infb {
    width: 100%;
  }
  #tlsave {
    width: 100%;
  }
  .ant,
  .int {
    font-size: 11px;
  }
  .ant > tbody > tr > td,
  .int > tbody > tr > td {
    padding: 3px;
  }
  .doc-filter table {
    width: 100%;
  }
  .fs-13 {
    min-width: 100% !important;
  }
  .fs-13 td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
  }
  .fs-13 td:first-child {
    width: 100% !important;
  }
  .fs-13 .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .cont-tab .info-row {
    font-size: 14px !important;
  }
  .cont-tab .glyphicon {
    font-size: 24px !important;
  }
}
@media (max-width: 670px) {
  body > footer > div > div {
    display: flex;
    flex-direction: column;
  }
  body > footer > div > div > div {
    width: 100% !important;
  }
  body > footer > div > div > div.col-xs-8.col-xs-12.text-right {
    text-align: left;
  }
  .well {
    width: 100% !important;
  }
  .inft {
    min-width: 100% !important;
  }
  .gen-form {
    min-width: 100% !important;
  }
  .gen-form td {
    display: table;
    width: 100% !important;
    border-collapse: separate;
  }
  .gen-form .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .navbar-small a {
    font-size: 1em !important;
  }
  .head-bt-cab {
    margin-left: 10px;
  }
  .checkbutton {
    font-size: 12.5px;
  }
  .cal-wrap {
    display: flex;
    flex-direction: column;
  }
  .cal-wrap .col-md-3 {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    margin-top: 16px;
  }
  .cal-wrap .col-md-3 > div {
    margin-right: 32px;
  }
  .notif-wrap {
    margin-top: -45px !important;
  }
  .injan {
    min-width: 100% !important;
  }
  .inj {
    min-width: 100% !important;
  }
  .injins {
    min-width: 100% !important;
  }
  .inj td:first-child {
    width: 100% !important;
  }
  .inj td:nth-child(2) {
    min-width: 150px;
  }
  .injins td:first-child {
    width: 100% !important;
  }
  .injins td:nth-child(2) {
    min-width: 150px;
  }
  .law td:nth-child(2) {
    min-width: 150px;
  }
  .an-tab table {
    width: 100%;
  }
  .doc-pat {
    font-size: 12px;
  }
  .doc-pat > tbody > tr > td {
    padding: 4px;
  }
}
.an-tab {
  padding-left: 35px;
  padding-right: 0;
}
.req-tab {
  padding-left: 40px;
  padding-right: 0;
}
.lpa-tab {
  padding-left: 40px;
  padding-right: 0;
}
.abo-tab {
  padding-left: 40px;
  padding-right: 0;
}
.sup-tab {
  padding-left: 40px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .navbar-small a {
    font-size: 0.9em !important;
  }
  .head-bt-cab {
    margin-left: 5px;
    padding: 5px 10px !important;
  }
  .checkbutton {
    font-size: 14px;
  }
  .cal-wrap {
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .cal-wrap .col-md-3 {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    margin-top: 16px;
    padding-top: 20px;
    align-items: center;
    background-color: #e0e9e8;
    padding-top: 20px !important;
  }
  .cal-wrap .col-md-3 > div {
    margin-right: 32px;
  }
  .cal-wrap .col-md-9 {
    align-self: center;
  }
  .notif-wrap {
    margin-top: -31px !important;
    background-color: #e0e9e8;
  }
  .cal-cont {
    padding-left: 0 !important;
  }
  .an-tab {
    padding-left: 0;
    padding-right: 0;
  }
  .req-tab {
    padding-left: 0;
    padding-right: 0;
  }
  .abo-tab {
    padding-left: 0;
    padding-right: 0;
  }
  .sup-tab {
    padding-left: 0;
    padding-right: 0;
  }
  .lpa-tab {
    padding-left: 0;
    padding-right: 0;
    padding-top: 16px;
  }
  .lpa-img {
    display: none;
  }
  .sup-img {
    display: none;
  }
  .an-tab table {
    width: 100%;
  }
  .ant,
  .int {
    width: 100% !important;
  }
  .doc-info {
    width: 100% !important;
    padding-inline-start: 20px;
  }
}
