@import url("animate.css");
@import url("../js/switchery/switchery.css");
@import url("../js/dropzone/dropzone.css");
@import url("../js/halkabox/halkaBox.min.css");
@import url("../js/isotip/isotip.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;
    outline: none;
}

select {
   border-radius: 0;
   box-shadow: none !important;
   outline: none;
}

/* Mozilla dotted outline fix */
a {
  outline: none;
}

/* Tooltip */
.tooltip {
  font-size: 13px;
  font-weight: 300;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tooltip-right,
.tooltip-top,
.tooltip-bottom {
  background-color: #0051a2;
}

.tooltip-right .tooltip-accent {
   border-right: 6px solid #0051a2;
}

.tooltip-top .tooltip-accent {
   border-top: 6px solid #0051a2;
}

.tooltip-bottom .tooltip-accent {
   border-bottom: 6px solid #0051a2;
}

.tooltip-right,
.tooltip-top,
.tooltip-bottom {
   -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* Tooltip end */
/*
.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 {
    margin-bottom: 10px !important;
}

.dy-kotszer-tab .kotszerheader td {
   text-align: right;
   padding-right: 30px;
   font-size: 12px;
}

.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;
    width: 15% !important;
}

.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;
  width: 98% !important;
  font-size: 12px;
}

.ky-kotszer-tab select > option {
  white-space: wrap !important;
  width: 100% !important;
}

.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: 40px;
   line-height: 40px;
   -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,
.twc_seball_holder .toptab a:hover {
  background: none;
  color: ##0054a6;
  transition: 0.5s;
}

#twc_sebfull_holder .bottomtab {
  margin-bottom: -4px;
  text-align: center;
}

#twc_sebfull_holder .bottomtab a {
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  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: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
margin: 4px 3px 0 3px;
padding-left: 15px;
padding-right: 15px;
width: auto;
min-width: 80px;
}

#twc_sebfull_holder .bottomtab a:hover {
   background: #fff;
}

/* 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,
#panel2_outbox_list a.inactive {
   right: -15px;
   transition: 0.3s;
   opacity: 0.9;
   height: 28px;
   line-height: 28px;
}

#panel4_outbox_list .clickedLink, 
#panel2_outbox_list .clickedLink {
   height: 40px;
   line-height: 40px;
}

#panel4_outbox_list a
#panel2_outbox_list a {
    /* Backward anim */
    position: relative;
    right: -15px;
   transition: 0.3s;
   padding-right: 20px;
   height:40px;
   line-height: 40px;
   font-size: 12px;
}

#panel4_outbox_list a.clickedLink,
#panel4_outbox_list a:hover,
#panel2_outbox_list a.clickedLink,
#panel2_outbox_list a:hover {
  right: 0px;
}

/* oldal alsó seblezárás */
.panel4_outbox a.sebLezar,
.panel2_outbox a.sebLezar {
   
}

.panel4_outbox a.sebLezar:hover,
.panel2_outbox a.sebLezar:hover {
  
}

/* BAL OLDALI MENÜK END */

/* Switchery sizes. */
.switchery-small {
  border-radius: 16px;
  height: 16px;
  width: 29px;
}

.switchery-small > small {
  height: 16px;
  width: 16px;
}

/* switchery end */

/* SebLeírás dobozok */

.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;
}

#image-double-tab {
  margin-top: 47px;
}

#keplist-scroll-wrap {
   overflow-y: auto;
   height: 380px;
}

#keplist-scroll {
  width: 100%;
  height: 100%;
}

#image-double-tab .imgthumb {
   display: inline-block;
   float: none;
   border: 1px solid rgba(110,150, 193, 0.5);
   margin: 5px;
   width: 180px;
   height: 134px;
   overflow: hidden;
}

#image-double-tab .imgthumb img {
  max-width:100%;
  max-height: 100%;
  vertical-align: text-bottom;
  min-width: normal;
  min-height: normal;
}

#image-double-tab .imgthumb_bottom .imgbottom_megnez,
#image-double-tab .imgthumb_bottom .imgbottom_meret,
#image-double-tab .imgthumb_bottom .imgbottom_letolt {
  background-color: rgba(255,255,255, 0.7);
  border: 1px solid transparent;
  border-radius: 1px;
  transition: 0.3s;

   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#image-double-tab .imgthumb_bottom .imgbottom_megnez:hover,
#image-double-tab .imgthumb_bottom .imgbottom_meret:hover,
#image-double-tab .imgthumb_bottom .imgbottom_letolt:hover {
  transition: 0.3s;
  background-color: #fff;

   -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-transform-origin: center;
  transform-origin: center;
}

/* Rejtett elemekre ne tegyük rá, az animációt */
#image-double-tab .imgthumb_bottom .imgbottom_transparent:hover {
  transition: none;
  background-color: inherit;
  animation: none;
}

/*
#image-double-tab .imgbottom_seb {
  background-color: #0051a2 !important;
  border: 1px solid #0051a2;
}
*/
.orvos-apolo-lista {
  margin: -5px -20px -5px -20px;
}

.orvos-apolo-lista .list {
   border: 1px solid #ddd;
   border-collapse: collapse;
}

.orvos-apolo-lista .tblheader td {
   padding: 14px 0 14px 20px !important;
   background: #adc9e0 !important;
   color: #000 !important;
}

.orvos-apolo-lista tr.light {
   background: rgba(0,128,0, 0.15);
   color:#555;
   padding-top: 6px;
   padding-bottom: 6px;
}

.orvos-apolo-lista tr.dark {
   background: rgba(234,202,207, 0.51);
}

.orvos-apolo-lista tr.dark td {
  background: none !important;
}

.orvos-apolo-lista tr.light td,
.orvos-apolo-lista tr.dark td {
    border: 1px solid #eee;
    padding-left: 20px !important;
}

.orvos-apolo-lista .btntd input {
   text-transform: capitalize;
   height: auto;
   border-radius: 4px;
   transition: 0.5s;
   padding: 5px 5px;
}

/* dropzone file upload */
.twc_p6_upload input[type=text] {
    border: 1px solid #eee;
    height: 35px;
    margin-bottom: 20px;
    outline: none;
    width: 300px;
}

.twc_p6_upload {
  width: 340px;
}

.twc_p6_upload .twc_btn {
  height: 30px;
  margin-top: 13px;
}

.twc_p6_upload .dropzone {
   border: 1px dashed #9ec4eb;
   min-height: 90px !important;
   padding: 0 0 0 0 !important;
   margin: 0 15px 0 15px;
}

.twc_p6_upload .dz-message {
  margin: 35px 0 20px 0 !important;
}

.twc_p6_upload .dz-message .drop-title {
  margin: 0;
  padding: 0;
}


.twc_p6_upload .upl-buttons {
  margin: 22px 015px 0 15px;
}

.twc_p6_upload .twc_btn {
    text-transform:  capitalize !important;
    font-weight: 300;
}

.twc_p6_upload .dz-remove {
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 1000;
  cursor: pointer;
}

.twc_p6_upload .dz-image {
  border-radius: 1px !important;
}

.popup {
 -webkit-box-shadow: 0px 0px 80px -20px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 80px -20px rgba(0,0,0,0.75);
box-shadow: 0px 0px 80px -20px rgba(0,0,0,0.75);
}

/* Custom twc modal */
#twc-modal-overlay {
   position: fixed;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   top: 0;
   bottom: 0;
   z-index: 10000;
   background: rgba(0,0,0, 0.8);
}


.twc-modal-dialog {
    background: #fff;
    border-radius: 1px;
    width: 50%;
    max-width: 550px;
    display: table;
    min-height: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20%;
    border: 1px solid transparent;
    margin: 0 auto 0 auto;
    transition: 0.5s;
    z-index: 10001;
    -webkit-box-shadow: 0px 0px 29px -2px rgba(138,147,184,1);
-moz-box-shadow: 0px 0px 29px -2px rgba(138,147,184,1);
box-shadow: 0px 0px 29px -2px rgba(138,147,184,1);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.twc-modal-inner {
   padding: 20px 20px 20px 20px;
}

.twc-modal-inner .twc-modal-close {
   position: absolute;
   right: 15px;
   margin-top: -5px;
   cursor: pointer;
}

.twc-modal-inner .twc-modal-header {
   border-bottom: 1px solid #eee;
}

.twc-modal-header h2 {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    font-weight: 300;
    font-size: 22px;
    letter-spacing: normal;
}

.twc-modal-content {
   padding: 20px 0 5px 0;
   font-size: 16px;
}

.twc-modal-dialog .modal-control-btn {
  border-top: 1px solid #eee;
  text-align: right;
  padding: 12px 0 12px 0;
  margin-top: 15px;
}

.twc-modal-dialog .modal-control-btn a {
  text-decoration: none;
  background-color: #555;
  padding: 7px 12px 7px 12px;
  color: #fff;
  font-size: 16px;
  position: relative;
  top: 10px;
  margin-left: 5px;
  font-weight: 300;
}

.twc-modal-dialog .modal-control-btn .button-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.twc-modal-dialog .modal-control-btn .button-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.twc-modal-dialog .modal-control-btn .button-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* custom twc modal end */

/* Korábbi gyógyult sebek */

.chat-panel-2-inner {
   //padding: 20px 20px 20px 20px;
}

#dokument_list {
    height: 410px;
    width: 99%;
    overflow: hidden;
}

#dokument_list_inner {
  width: 100%;
  height: auto;
  margin-top: 14px;
  padding-bottom: 25px;
}


#dokument_list .cal_list_row {
  display: block;
  width: 100%;
}

/* Korábbi gyógyult sebek end */

/* Időpontok */

.chat-panel-1-inner {
   padding: 20px 20px 20px 20px;
}

#panel-1-scroll {
  width: 95%;
}
/* Időpontok end */

/* tab3 chat */
.chat-panel-3-inner {
   padding: 20px 20px 20px 20px;
}

#chat_div {
   height: 320px;
}

#chat_div .prtext {
  width: 300px;
}
.chat-panel-3-inner #message {
   width: 630px;
}
/* tab3 chat end */


/* Foglalás naptár ablakok cseréje */

#twc-naptar-modal {
}

#twc-naptar-modal h1,
#twc-naptar-modal input[type=button] {
  display: none;
}

#twc-naptar-modal br {
  display: none;
}

#twc-naptar-modal .twc-modal-content h2 {
  font-weight: 300;
  font-size: 18px;
}

#twc-naptar-modal .twc-modal-content select {
   margin: 20px 7px 0 0;
   height: 40px;
   border: 1px solid #ddd;
   font-size: 14px;
   padding-left: 4px;
}
/* Foglalás naptár ablakok cseréje end */

/* Fullscreen icon */
#fullscreen-manager {
    float: right;
    padding: 15px 15px 0 0;
}

#fullscreen-manager img {
  max-width: 35px;
}

/* SEBMÉRET SZÁMITÁS */

#fullscreen_canvas_holder #canvas {
  border: 1px solid #687392;

  -webkit-box-shadow: 0px 0px 19px 0px rgba(104,115,146,1);
-moz-box-shadow: 0px 0px 19px 0px rgba(104,115,146,1);
box-shadow: 0px 0px 19px 0px rgba(104,115,146,1);
}

/* SEBMÉRET SZÁMITÁS END */

/* FLOATING MENU START */

#floatingMenu .copyright-sebnet {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

#floatingMenu .copyright-sebnet span {
  color: #fff;
  font-weight: normal;
  font-size: 19px;
}

/* FLOATING MENU END */

/* Módositás jelzése, ha azt az ápoló töltötte ki */
.is-modified-warning {
  border: 1px solid rgba(166,0,8,0.5) !important;
}
/* Módositás jelzése, ha azt az ápoló töltötte ki end */