﻿body{
    background-color:#f3f6fd;
}
.mainbody {
    height:100%;
}
.start_clock{
    background-color: #f1f2f6 !important;
}
ul {
	padding: 0;
	margin: 0;
}
.text-right.dt-body-right{
    background-position: right 10px center !important;
    padding-right:7px !important;
}
#sms_table_filter{
    float:none !important;
    text-align:unset!important;
}
#sms_table_filter label{
    width:auto !important;
    height:auto !important;
    border-right:none !important;
    margin-top:2px !important;
    margin-right: 0 !important;
}
#sms_table_filter label input{
    float:none !important;
    width:310px !important;
    margin-right:0 !important;
    margin-left:14px !important;
    border: 1px solid #ced4da;
}

li {
	list-style: none;
}
h1.main-title {
	text-align: center; 
	margin-bottom: 100px;
}
.light-autocomplete-list ul {
	width: 100%;
	background-color: #34495E;
	top: 0px;
}
.light-autocomplete-element {
	height: 50px;
	padding: 15px;
	font-size: 14px;
	cursor: pointer;
	color: #FFFFFF;
} 
.light-autocomplete-element.selected {
	border: 2px solid #212121;
	background-color: #3a3f45;
}
.dt-buttons{display:none;}
.fab_bg{
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: absolute;
    background: linear-gradient(325deg,#000 1%,#999 300%);
    z-index:10;
    transition: visibility 0s, opacity 0.1s linear;
    opacity:0;
    visibility: hidden;
}
.resize_rightbtn{
    background-color:transparent;
    color:#fff;
    border:1px solid #fff;
    font-size:20px;
    padding:5px 12px 5px 12px;
    margin:20px; 
}
.fc-bgevent{background-color:#ddd !important;}
.disabled_border{border-right:none !important;}
.fullscreen{
    height: 100%;
    position: absolute;
    width: 100%;
}
.disabled_mainbutton{
    color:#999 !important;
    background-color:transparent !important;
    border-bottom: 0 #fff !important;
    cursor:default;
    -webkit-filter: grayscale(30%) contrast(0%) !important; /* Safari 6.0 - 9.0 */
    filter: grayscale(30%) contrast(0%) !important;
    pointer-events: none;
}
.rightside{
    margin-left: 230px;
    width: 100%;
    position:relative;
    overflow:hidden;
}
.dt-checkboxes-cell{padding-left:0 !important;}
/*Left Side Settings Begin*/
.leftside-menu{
    width: 230px;
    background: linear-gradient(135deg,#0066ff 0,#00c0ff 95%);
    bottom: 0;
    position: fixed;
    top: 0;
    overflow:hidden;
}
.logo{
    width: 100%;
    filter: brightness(0) invert(1);
}
#search_patient{
    border:0.5px solid #999;
    background-color: #fff;
    box-shadow:0 4px 5px 0 #999;
    width:275px;
    max-height:200px;
    display:none;
    z-index:100;
    position:absolute;
    left:89px;
    top:33px;
}
#search_patient ul{
    font-size:11px;
    overflow:auto;
    max-height:200px;
}
#search_patient ul li{
    padding:5px 7px 5px 7px;
    cursor:default;
}
#search_patient ul li:hover{
    background-color:#eee;
}
#searchloading_1, #searchloading_2, #searchloading_3{
    background-color:#222;
    animation: load_ani 0.4s ease-in-out infinite alternate;
    height:10px;
    width:10px;
    display:block;
    float:left;
    margin-right:3px;
    border-radius:20px;
}

@-webkit-keyframes load_ani {
  from {width:10px; height:10px; opacity:0.8;}
  to {width:7px; height:7px; margin-left:2px; margin-top:3px; opacity:0.6;}
}

@keyframes load_ani {
  from {width:10px; height:10px; opacity:0.8;}
  to {width:7px; height:7px; margin-left:2px; margin-top:3px; opacity:0.6;}
}
#searchloading_bg{
    height:12px;
    margin-left:auto;
    margin-right:auto;
    width:45px;
    margin-top:6px;
    margin-bottom:6px;
}
.menu{
    padding:0;
}
.menu li{
    list-style: none;
}
.menu li a{
    color:white;
    padding:7px;
    padding-left:10px;
    display:block;
    margin-bottom:3px;
    margin-top:3px;
    filter:brightness(0) invert(1);
    -webkit-filter:brightness(0) invert(1);
}
.menu li a.active{
    background-color:#fffffc;
    color:#007bff;
    filter:brightness(1);
    -webkit-filter:brightness(1);
}
.menu li a:hover{
    background-color:#fffffc;
    color:#007bff;
    filter:brightness(1);
    -webkit-filter:brightness(1);
}
.menu li .appointmentbtn{
    background-image: url(../Template/images/appointment.png);
    height: 48px;
    padding-left: 69px;
    background-position-x: 7px;
    background-position-y: center;
    background-size: 65px 42px;
    background-repeat: no-repeat;
}
.menu li .dashboardbtn{
    background-image: url(../Template/images/dashboard.png);
    height: 48px;
    padding-left: 69px;
    background-position-x: 7px;
    background-position-y: center;
    background-size: 65px 42px;
    background-repeat: no-repeat;
}
.menu li .patientbtn{
    background-image: url(../Template/images/patient.png);
    height: 48px;
    padding-left: 71px;
    background-position-x: 6px;
    background-position-y: center;
    background-size: 63px 37px;
    background-repeat: no-repeat;
}
.menu li .casebtn{
    background-image: url(../Template/images/case.png);
    height: 48px;
    padding-left: 71px;
    background-position-x: 8px;
    background-position-y: center;
    background-size: 60px 37px;
    background-repeat: no-repeat;
}
.menu li .moneybtn{
    background-image: url(../Template/images/money.png);
    height: 48px;
    padding-left: 71px;
    background-position-x: 8px;
    background-position-y: center;
    background-size: 60px 37px;
    background-repeat: no-repeat;
}
.menu li .case_controlbtn{
    background-image: url(../Template/images/case_control.png);
    height: 48px;
    padding-left: 71px;
    background-position-x: 8px;
    background-position-y: center;
    background-size: 60px 37px;
    background-repeat: no-repeat;
}
.menu li .statisticbtn{
    background-image: url(../Template/images/statistics.png);
    height: 48px;
    padding-left: 71px;
    background-position-x: 8px;
    background-position-y: center;
    background-size: 60px 37px;
    background-repeat: no-repeat;
}
.menu li .hakedisbtn{
    background-image: url(../Template/images/hakedis.png);
    height: 48px;
    padding-left: 71px;
    background-position-x: 8px;
    background-position-y: center;
    background-size: 60px 37px;
    background-repeat: no-repeat;
}
.menu li a span{ 
    padding-top: 6px;
    padding-left: 3px;
    position: absolute;
    font-size: 15px;
}
.menu_bottombar{
    position:absolute;
    bottom:10px;
    width:100%;

}
.btn_yardim{
    margin-left:auto;
    margin-right:auto;
    color:white;
    font-size:12px;
    width: 85px;
    display: block;
    margin-bottom:5px;
}
.btn_yardim:hover{
    color:white;
}
.leftside_infotext{
    margin-left:auto;
    margin-right:auto;
    color:white;
    font-size:13px;
    width: 100%;
    text-align:center;
    display: block;
    margin-top:-33px;
}
/*Left Side Settings Finish*/

/*Top Bar Begin*/
.topbar_layout{
    margin-top: 9px;
    margin-right: 0;
    margin-left: 2px;
    margin-bottom: 0;
}
.top_bar{
    width:100%;
    height:36px;
    margin-right:80px;
    background: linear-gradient(135deg,#1e71fa 0,#00c0ff 80%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius:5px;
}
.topbar_settings{
    width: 80px;
    height:36px;
    position: fixed;
    right:5px;
}
.btn_topbar_settings{
    display:block;
    width:36px;
    float:left;
    height:36px;
}
.btn_topbar_settings img{
    width:20px;
    height:20px;
    margin-left:7px;
    margin-top:7px;
}
.btn_topbar_settings:hover{
    background-color:#ddd;
}
.btn_topbar_users{
    display:block;
    float:left;
    padding-right:10px;
    height:36px;
    font-size:12px;
    color:white;
}
.btn_topbar_users img{
    width:20px;
    height:20px;
    margin-left:7px;
    margin-top:7px;
}
.btn_topbar_users span{
    margin-top: 9px;
    margin-left:5px;
    display: block;
    float: right;
}
.btn_topbar_users:hover{
    background-color:#0a56ba;
    color:white;
    text-decoration:none;
}
.topbar_userbuttons{
    float:right;
    margin-right:5px;
}
/*Top bar Finish*/

table.dataTable thead > tr > th {
    padding-left: 8px !important;
    padding-right: initial !important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
    background-position: 5px center;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled{
    background-position: 5px center;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 8px 10px 8px;           
}

/*Patient Layout Begin*/
.maincontent{
    width: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow:hidden; 
    margin-top: 54px;
    margin-bottom:9px;
    -webkit-box-shadow: 0 0 20px 3px rgba(137,140,145,.20);
    box-shadow: 0 0 20px 3px rgba(137,140,145,.20);
    border-radius:7px;
    border:1px solid #ececec;
}
.patient_info{
    display:inline-block;
}
.patient_info span{
    float:left;
    margin-left:5px;
    margin-right:8px;
    color:white;
    padding:8px;
    font-size:14px;
}
.img_deletepatient{
    width:18px;
    height:18px;
    margin-left:8px;
    margin-top:8px;
}
.btn_deletepatient{
    float: left;
    margin-left: 5px;
    height: 35px;
    width: 35px;
}
.btn_deletepatient:hover{
    background-color: #0a56ba;
}
.patient_buttons{
    background-color:#fff;
    border-bottom:1.5px solid #ececec;
    height:60px;
    width:100%;
}
.patient_buttons ul{
    margin:0;
    padding:0;
}
.patient_buttons ul li{
    list-style:none;
    float:left;
    width:14.28%;
}
.patient_buttons ul li a{
    width:100%;
    display:block;
    height:60px;
    padding-top:11px;
    color:#333;
    -webkit-filter: brightness(0%); /* Safari 6.0 - 9.0 */
    filter: brightness(0%);
}
.patient_buttons ul li a:hover{
    background-color:#f0f8ff;
    color:#007bff;
    text-decoration:none;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.patient_buttons ul li .active{
    background-color:#e3f1fd;
    color:#007bff;
    text-decoration:none;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    border-bottom:3px solid #007bff;
}
.patient_buttons ul li span{
    margin-left:auto;
    margin-right:auto;
    display:table;
    font-size:14px;
}
.patient_buttons ul li img{
    width:23px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
/*Patient Layout Finish*/

td{
    cursor:default;
}
.input-group-addon{
    background-color:#eee;
    width:32px;
    height:30px;
    margin-top:3px;
    margin-left:-1px;
    border:1px solid #ced4da;
}
.popup_back.active{
    display:block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 23vh;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: rgba(0, 0, 0, .00004);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: rgba(0, 0, 0, .40004);
    z-index:998;
}
.table_layout{
    overflow:hidden auto;
    font-size:11px;
}

.form_input input, .form_input select {
    float: left;
    width: calc(100% - 110px);
    height: 25px;
    margin: 3.5px 0 0 0;
    border-radius: 0 5px 5px 0;
    font-size:11px;
}
.forminput_radiobtn {
    float: left;
    width: calc(100% - 110px);
    height: 20px;
    margin: 3px 0 0 0;
    font-size:14px;
    border-radius: 0 5px 5px 0;
}
.forminput_radiobtn span {
    line-height:24px;
    float: left;
}
.radiobtn_bg{
    width:50%;
    float:left;
}
.form_input input[type='radio'] {
    float: left;
    height: 20px;
    width:40px;
    margin: 3.5px 0 0 0;
    border-radius: 0 5px 5px 0;
}
.form_input label {
    width: 100px;
    margin-bottom:0;
    height:22px;
    line-height:23px;
    margin-bottom:5px;
    margin-right:10px;
    margin-top:5px;
    padding-left:15px;
    border-right:1px solid #333;
    font-size:12px;
}

.form_input {
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding-right:5px;
    background: #f7f8f8;
}
.header{
    padding-top:10px;
    padding-bottom:7px;
    border-bottom: 1.5px solid #ececec;
    padding-left:15px;
    background-color:#007bff;
}
.header img{
    width:25px;
    margin-top:-5px;
}
.header label{
    color:white;
    font-size:20px;
    margin:-5px 0 0 5px;
    font-weight:300;
}
#treatmentNames_table_filter{
    display:none;
}
/*loading screen start*/
.lds-ring {
  display: block;
  position: relative;
  width: 150px;
  height: 140px;
  border-radius:10px;
  margin-left:auto;
  margin-top:250px;
  margin-right:auto;
  background-color:#fff;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  margin: 25px 20px 30px 30px;
  border: 6px solid #007bff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #007bff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading_bg{
    position:absolute;
    background-color:rgba(0, 0, 0, .40004);
    top:0;
    bottom:0;
    left:0;
    right:0;
    transition: all 0.2s ease-out 0s;
    display:none;
    z-index:9999;
}
/*loading screen end*/


.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background: linear-gradient(135deg,#0066ff 0,#00c0ff 95%);
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.responsive_topbar_layout{
   background-color: #1d72fa;
   height:50px;
   width:100%;
   margin-left:0;
   display:none;
   border-radius:0 0 7px 7px;
   position:absolute;
}
.toggle-button{
    background-color:transparent;
    color:#fff;
    border:1px solid #fff;
    margin-top:7.5px;
    margin-left:8px;
    width:35px;
    height:35px;
}
.toggle-button:focus{
    outline: 1px dotted;
}
.respons_patientname img {
    height:25px;
    margin-right:5px;
}
.respons_patientname span {
    color:#fff;
}
.respons_patientname  {
    display:table;
    margin-top:-33px;
    margin-left:auto;
    margin-right:auto;
}
.respons_navitem, .respons_navitem::after, .respons_navitem::before{
    position: absolute;
    width: 15px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .5s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
}
.respons_navitem::before{
    top:-5px;
    display: block;
    content: "";
}
.respons_navitem::after{
    top:5px;
    display: block;
    content: "";
}
.respons_navitem{
    left:18px;
    top:24px;
}

.toggle-button-focus .respons_navitem::before {
  transform: translate3d(-3.4px, 1.5px, 0) rotate(-45deg) scale(0.6, 1); }

.toggle-button-focus .respons_navitem::after {
  transform: translate3d(-3.4px, -2px, 0) rotate(45deg) scale(0.6, 1); }

/*Accordion Menu Start*/
ul { list-style: none; }

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}

#menu-container .menu-list {
    padding-left: 0;
    display: none;
    position: absolute;
    width: 100%;
    max-width: 450px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    height:50px;
}
.menu-list li {       
    border-top: 1px solid #62a4f7;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

  .accordion-content {
    display: none;
}

.appointmentbtn_respons {
      background-image: url(../Template/images/appointment.png);
}
.patientbtn_respons {
    background-image: url(../Template/images/patient.png);
}
.casebtn_respons {
    background-image: url(../Template/images/case.png);
}
.moneybtn_respons {
    background-image: url(../Template/images/money.png);
}
.statisticbtn_respons {
    background-image: url(../Template/images/statistics.png);
}
.casecontrolbtn_respons {
    background-image: url(../Template/images/case_control.png);
}
.dt-checkboxes{
    opacity: 1 !important;
    position: relative !important;
    margin-top:5px !important;
    width:39px !important;
    height: 14px !important;
}
.dt-checkboxes-cell{
    padding:0 !important;
}
.dt-checkboxes-select-all{
    padding:0 !important;
}
.dt-checkboxes-select-all input{
    opacity:1 !important;
    position: relative !important;
    height: 27px !important;
    margin-left: -7px !important;
    width:16px !important;
}
#case_table thead tr .dt-checkboxes-select-all div input{display:none !important;}
.menu-list li a{       
    height: 50px;
    padding-left: 70px;
    display:block;
    background-position-x: 7px;
    background-position-y: center;
    background-size: 55px 36px;
    background-repeat: no-repeat;
    color:#fff !important;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.menu_subitem{
    height: 35px !important;
    padding-left: 5px !important;
    padding-top:5px;
    color:#fff !important;
}

.respons_span {
    margin-top:12.5px;
    display: -webkit-inline-box;
}

.accordion-toggle.active-tab {
  background: white;
  transition: all 0.3s ease;
}
.accordion-toggle.active-tab a {
  filter: brightness(1) invert(0);
  -webkit-filter: brightness(1) invert(0);
  color:#007bff !important;
}
.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}
/*Accordion Menu End*/
.fixed_footer{
    width:100%;
    height:40px;
    position:fixed;
    z-index:5;
    bottom:0;
    display:none;
}
.btn_addpatient_respons{
    background-color:#1d72fa;
    height:40px;
    width:125px;
    padding-top:3px;
    padding-left:8px;
    float:left;
}
.btn_searchpatient_respons .btn_topbar_users{padding-right:0; float:right;}
.btn_searchpatient_respons{
    background-color:#1d72fa;
    height:40px;
    width:125px;
    float:left;
    padding-top:3px;
    padding-right:18px;
}
.btn_searchpatient_respons a span{
    float:left;
}

.btn_pageactions_respons{
    width:calc(100% - 250px);
    height:40px;
    display: inherit;
    float:left;
    margin-left:-1px;
    margin-right:-1px;
    background-position:center;
    background-image: url(../Template/images/footer.png);
}
.respons-fixed-action-btn {
    position: fixed;
    right: 29px;
    bottom: 30px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}
.res_fab-button{
    left:auto;
    right:auto !important;
    margin-left:auto;
    margin-right:auto;
    position:relative !important;
}
.res_fab-button div{
    margin-left:7px;
    margin-bottom:-10px;
}
.popup_back {
    position: absolute;
    top: 0;
    z-index: -6;
}
.total_column{padding:0 !important;}
@media (max-width: 992px) {
   .input_amountbg{
       width: calc(41% + 91px);
   }

   #input_amount{
       width: calc(100% - 91px) !important;
   }
       
   #combobox_currency{
       border-radius: 0 5px 5px 0 !important;
       margin-left:0;
   }

   .combobox_paymenttypebg{
       width: calc(100% - 12px);
       margin-bottom:5px;
   }

  .leftside-menu {
    display:none;
  }
  .dataTable tbody td {padding-top: 6px !important; padding-bottom: 6px !important;}
  .fixed_footer {display:block; margin-right:0;margin-left:0;}
  #menu-container .menu-list {display:block;}
  .rightside{
      margin-left:0;
      overflow:inherit;
  }
  .teeth_respons{display:none;}
  .card{height:auto !important;}
  .table_layout{height:auto !important;}
  .topbar_layout{display:none;}
  .patient_buttons{display:none;}
  .responsive_topbar_layout {display:block;}
  .fab_resp{display:none;}
  .card.alt{width:90% !important;}
  .maincontent{
      overflow:inherit;
      position:relative;
  }
  select{background-color:white;}
  .fixed-action-btn{
      left:auto;
      right:auto !important;
      margin-left:auto;
      margin-right:auto;
  }
}

@media (max-width: 1300px) {
    .treatment_amount .amount_item {
    border-left:0px solid #f03434 !important;
    }

    .payment_amount .amount_item{
    border-left:0px solid #2ecc71 !important;
}

.totalk_amount .amount_item{
    border-left:0px solid #fbdb4c !important;
}
}
@media (max-width: 1200px) and (min-width: 1000px) {
    .treatment_amount .amount_item {
    border-left: 35px solid #f03434 !important;
    }

    .payment_amount .amount_item{
    border-left:35px solid #2ecc71 !important;
}

.totalk_amount .amount_item{
    border-left:35px solid #fbdb4c !important;
}

.form_input label{width:85px;}

.form_input input, .form_input select {
    width: calc(100% - 95px);
}
.form_input input[type='radio'] {
    height: 15px;
    width:16px;
}
.forminput_radiobtn {
    width: calc(100% - 95px);
    font-size:12px;
    margin:6px 0 0 0; 
}
.forminput_radiobtn span {
    line-height:18px;
}
.input-group.date{width: calc(100% - 95px) !important;}
}