@import url("animate.css");
@import url("../js/switchery/switchery.css");

body {
    overflow-x:hidden;
}

/* ios fix */
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
      -webkit-appearance: none;
     -moz-appearance: none;
      appearance: none;
     border-radius: 0;
     box-shadow: none;
}

select {
   border-radius: 0;
   box-shadow: none !important;
}
/*
.custom-file-input {
  color: transparent;
  outline:none;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: attr(data-title);
  color: black;
  display: block;
  background-color: #f9f9f9;
  background-image: url('../imgs/file-explorer-icon.png');
  background-size: contain;
  background-position: 0px center;
  background-repeat: no-repeat;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 5px 0 5px 0;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 300;
  font-size: 10pt;
  text-indent: 38px;
  
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active {
  outline: 0;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

*/
/* LOGIN PAGE */
body.login-page {
   padding-bottom: 0 !important;
   min-height: 100%;
   box-sizing: inherit;
   position: static !important;
}

.login_form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -237px;
}

.loginHolder {
    margin: 0 auto 0 auto !important;
    top: 0;
}

.loginHeader {
    background: none;
    text-align: center;
}

#calendar_month_month {
    min-width: 165px;
    display: inline-block;
    text-align: center;
}

.arrow_left,
.arrow_right {
    position: relative;
    z-index:5;
}

/* Kötszerekn */
.dy-kotszer-tab .sebsplit50 {
  
}

.dy-kotszer-tab .sebsplit80 {
   margin: 0 0 0 0 !important;
   width: 100%;
   float: none;
}

.dy-kotszer-tab.with-top-form .sebsplit50,
.dy-microbiologia-tab .sebsplit50 {
   position: relative;
}

.dy-kotszer-tab.with-top-form .dy-switch-date,
.dy-microbiologia-tab .dy-switch-date {
    position:absolute;
    top:33px;
    right: 33px;
}

.dy-microbiologia-tab .dy-switch-date {
  right: 54px;
  top: 30px;
}
.dy-kotszer-tab.with-top-form .kotszer-top-form .seb-row {
  margin-left: 17px;
}

.dy-kotszer-tab .kotszertable {
  margin: 5px 0 0 0;
}

.dy-kotszer-tab .kotszerheader td {
   text-align: right;
   padding-right: 30px;
   font-size: 14px;
}

.dy-kotszer-tab .kotszerheader td.first {
  text-align: left;
}

.dy-kotszer-tab table tr:nth-of-type(2) td { 
    padding-top: 15px;
}

.dy-kotszer-tab table tr:last-child td {
    padding-bottom: 30px;
}

.dy-kotszer-tab table tr td.ktfirst {
    text-align: right !important;
    padding-right: 8px;
}

.dy-kotszer-tab table tr td.ktfirst:after {
    content: ':';
}

.dy-kotszer-tab select {
  height: 35px;
  border: 1px solid rgba(0,84,166, 0.3);
  outline: none;
}

.kotszer-top-form .seb-title {
  margin: 0 0 0 0;
}

.kotszer-top-form input[type=text] {
   width: 90%;
   height: 33px;
   padding-left: 10px;
}

.kotszer-top-form .right-split,
.kotszer-top-form .right-split .seb-title {
  text-align: right;
}

.kotszer-top-form .table-title .seb-title {
  text-align: center;
  font-size: 12px;
  position: relative;
  top: 8px;
  left: -15px;
  margin: 0;
}

/* Az a tipusu kötszer tábla ahol nincs felső form */
.simple-kotszer-tab .kotszertable {
   margin-top: 0px;
}

.simple-kotszer-tab .sebsplit80 {
   background: #e7edf4;
   min-height: 436px;
}

/* Mikrobiológia */
.dy-microbilogia-tab .sebsplit50 {
  width: 50%;
}
.dy-microbiologia-tab .sebinp.minta {
   width: 100%;
   margin: 0;
}

.dy-microbiologia-tab .seb-box .seb-title {
  margin: 8px 0 0 0;
}
/* Tab selectors */
.twc_seball_holder .toptab a {
   font-weight: normal;
   font-size: 13px;
   color: #000;
   background: #f5f5f5;
   border: 1px  solid #eee;
   height: 44px;
   line-height: 44px;
   -webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
transition: 0.5s;
}

.twc_seball_holder .toptab a.act {
  background: none;
  color: ##0054a6;
  transition: 0.5s;
}

#twc_sebfull_holder .bottomtab {
  margin-bottom: -4px;
}

#twc_sebfull_holder .bottomtab a {
  font-weight: normal;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  border-left: 1px solid rgba(0,84,166, 0.1);
  border-right: 1px solid rgba(0,84,166, 0.1);
  border-top: 1px solid rgba(0,84,166, 0.1);
  margin-right: -1px;
  transition: 0.5s;
  -webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

/* Kép feltöltés ábrák */
.dy-abra-wrap {
   background: #fff;
   padding: 5px 10px 5px 10px;
   border-top: 1px solid #ccc;
}

.dy-abra-wrap .twc_p6_upload {
    width: 35%;
}
.dy-abra-wrap .all_seb_abraFalse {
   width: 65%;
   text-align: right;
}


.dy-abra-wrap .twc_btn {
    float: none !important;
    position: relative;
    top: -15px;
    left: 10px;
    height: 30px !important;
    font-size: 13px;
}

/* fix */
.dy-abra-wrap .twc_btn {
    top: 0;
    padding-bottom: 5px;
}

#twc_image_form span {
    padding-bottom: 10px;
}


/* sebkezelo formaz */
.twc_seball_holder {
   padding: 10px 10px 10px 10px;
}

/* Bal oldali menük */
#panel4_outbox_list a.inactive {
   right: -20px;
   padding-right: 20px;
}
/* Switchery sizes. */

.switchery-small {
  border-radius: 16px;
  height: 16px;
  width: 29px;
}

.switchery-small > small {
  height: 16px;
  width: 16px;
}

.sebsplit3 {
  float: none;
  display: table-cell;
  border: none;
}


.seb-box {
   background: #f5f6ff;
   padding: 12px 12px 12px 12px;
   border-radius: 6px;
   border: 1px solid #eee;
   margin: 0 0 10px 0;
   display: block;
}

.sebsplit3 .seb-box:last-child {
   margin-bottom: 30px;
}

.seb-box .seb-row {
  display: block;
  margin-bottom: 3px;
  text-align: left;
}

.seb-box .sebsplit50 {
  width: 49%;
  float: none;
  display: inline-block;
}


.seb-box .seb-title {
  font-size: 13px;
  margin: -3px 0 10px 0;
  color: #000;
  text-align: left;
}

.seb-box .seb-subtitle {
  font-size: 12px;
  color: #000;
  margin: 10px 0 10px 0;
  text-align: left;
}

.seb-box span.seb-name {
    font-size: 12px;
    padding-left: 5px;
}

.seb-box .seb-name.with-input {
    width:115px;
    display:inline-block;
}

.seb-box input[type=text],
.seb-box select,
.seb-box textarea {
  border: none;
  outline: none;
  border: 1px solid rgba(0,84,166, 0.3);
}

.seb-box .sebinp.cm {
   height: 15px;
   font-size: 12px;
}

.seb-box .mas-seb-row p {
  margin-top: 12px;
}

.seb-box .mas-seb-row input[type=text] {
   width: 100%;
   height: 22px;
}

/* iscroll */

.twc_seball_holder {
  width: auto;
}

.iScrollIndicator {
    background: rgba(0, 84, 166, 0.498039) !important;
    border-radius: 4px !important;
}

.iScrollVerticalScrollbar {
  right: 0px !important;
}
html {
  -ms-touch-action: none;
}

.panel-scroll-wrap {
  position:relative;
  height: 434px;
  width: 100%;
  overflow:hidden;
  border-radius: 6px;
  /* Prevent native touch events on Windows */
  -ms-touch-action: none;

  /* Prevent the callout on tap-hold and text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* Prevent text resize on orientation change, useful for web-apps */
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

.panel-scroll-wrap.sebleiras-wrap {
  height: 380px;
}

.panel-scroll {
 position: absolute;
  /* Prevent elements to be highlighted on tap */
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  /* Put the scroller into the HW Compositing layer right from the start */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

/* Iscroll end */

/* decubitus */

.dy-decubitus {}
.dy-decubitus .sebsplit20 {
  width: 20%;
}

.dy-decubitus .sebsplit80 {
   width: 80%;
}

.dy-decubitus .seb-box {
  background: none;
  border: none;
  text-align: right;
}

.dy-decubitus span.seb-name {
   font-size: 11px;
   display: inline-flex;
}

.dy-decubitus table tr:last-child td {
  padding-bottom: 5px;
}

.dy-decubitus .sebsplit80 b {
   font-weight: normal;
   font-size:14px;
   color: #000;
}

.dy-decubitus .nortontable {
  margin-top: 10px;
}

.dy-decubitus .nortontable .northeader td {
  font-weight: normal;
  font-size: 11px;
  border: 1px solid #0077f5;
}

/* Ulcus corris */
.dy-ulcus-corris .sebsplit25 {
  float: none;
  display: table-cell;
  padding-right: 10px;
  border: none;
  height: 100%;
}

.dy-ulcus-corris .sebsplit25:nth-child(4) {
   padding-right: 0;
   border-right: none;
}

.dy-ulcus-corris .seb-subtitle {
  color: #0054a6;
}

.twc_menu.foglalas .menuBtn {
  z-index: 1;
}