@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body {
    color:#767676;
    background:#f1f2f7;
    font-family:'Open Sans',sans-serif;
    padding:0px !important;
    margin:0px !important;
    font-size:13px;
    text-rendering:optimizeLegibility;
}
ul, .list-unstyled {
    padding-left: 30px;
}
ul li {
    /*list-style:none;*/
}
a,a:hover,a:focus {
    text-decoration:none;
    outline:none;
}
::selection {
    background:#1FB5AD;
    color:#fff;
}
::-moz-selection {
    background:#1FB5AD;
    color:#fff;
}
#container {
    width:100%;
    height:100%;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition: all .3s ease-in-out;

} 
.m-bot15{ 
     margin-bottom: 15px	
}
table > tr > th,td {
	text-align:center
   	
}

.form-title {
    color: #000;
    font-weight: bold;
    margin: 30px 0;
}
.button-color ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.button-color ul li {
    float: left;
    width: 25%;
}
.button-color ul li .btn {
    border-radius: 0;
    display: block;
    width: 100%;
}
.button-design {display:none;}
.button-design.opened {display:block;}


.button-design {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    display: none;
    float: left;
    padding: 15px;
    width: 100%;
    font-size:12px;
border-top:0;
}
.button-color {
    float: left;
    width: 100%;
}
.button-design .row {
    margin-left: -8px;
    margin-right: -8px;
}
.button-design .row > div {
    padding-left: 8px;
    padding-right: 8px;
}
.button-color ul li .active .btn {
    background-color: #f9f9f9;
    border-bottom: 1px solid #f9f9f9;
}
.button-design > .row > .col-md-5 {float:left; width:120px;}
.button-design > .row > .col-md-7 {float:left; width:120px;}
.settings-form > .row {
    margin-bottom: 0;
    padding: 8px 0;
}
.settings-form > .row.bg-grey {
    background-color:#f6f6f6;
}
.settings-form .popover {min-width:500px;}
.settings-form .popover img {width:100%;}
.color-info {
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: -14px;
    top: 3px;
}
.hideMe {
    display: none;
}
.ui-autocomplete-input{
    width:250px;
    border-radius: 4px;
    padding:5px;
}
.ui-widget-content{
    font-family:'Open Sans',sans-serif;
    z-index: 1051;
}
#btnEndStep2{
    margin-top:-5px;
}
select.form-control{
    width:auto !important;
    display:inline !important;
    vertical-align: middle;
    max-width: 100%;
}

select option[disabled]:first-child {
    display: none;
}
.staffcls{width:150px;}

#edit_practice_form{
    position: relative;
}
.ajax_msg{
    font-size: 15px;
    width: 50%;
}

.changepwdBtn{
  border-radius:0px;
  padding:10px;
  width: 100%;
}
.Success-you-pop{
    width:100%;
    padding:15px;
    text-align:center;
}
.Success-you-pop img{
    width:76px;
    height:auto;
    margin:0 auto;
    display:block;
    margin-bottom:25px;
}

.Success-you-pop h1{
    font-size: 24px;
    margin-bottom: 18px;
    color:#5C5C5C;
}
.Success-you-pop p{
    font-size: 15px;
    margin-bottom: 15px;
    color:#5C5C5C;
}
.Success-you-pop button{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 32px;
    font-size: 16px;

}
.eye_icon_pass{
        position: absolute;
        color: #000;
        top: 26px;
        float: right !important;
        right: 12px;
    }
 .eye_icon_passco{
        position: absolute;
        color: #000;
        top: 125px;
        float: right !important;
        right: 24px;
    }
.show_hide_password{position: relative;}
.fa-eye-open{
    background-image: url(../images/eye-open.png);
    width: 15px;
    height: 15px;
    background-size: 15px;
    display: block;
    margin: 0 auto;
    background-repeat:
     no-repeat;
 }
 .green_icon{
    background-image: url(../images/eye-close.png);
    width: 15px;height: 15px;
    background-size: 15px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.shw_eye{color:#000;font-size: 10px;}
/*
Zoho Style modal 
**/
body{
    background-color: #e6e6e6;
    width: 100%;
    height: 100%;
  }
   #success_tic .page-body{
    max-width:300px;
    background-color:#FFFFFF;
    margin:10% auto;
  }
   #success_tic .page-body .head{
    text-align:center;
  }
  /* #success_tic .tic{
    font-size:186px;
  } */
  #success_tic .close{
        opacity: 1;
      position: absolute;
      right: 0px;
      font-size: 30px;
      padding: 3px 15px;
    margin-bottom: 10px;
  }
  #success_tic .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
  }
  #success_tic .checkmark-circle .checkmark {
    border-radius: 5px;
  }
  #success_tic .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #success_tic .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
  }
  

  #success_tic_2 .page-body{
    max-width:300px;
    background-color:#FFFFFF;
    margin:10% auto;
  }
   #success_tic_2 .page-body .head{
    text-align:center;
  }
  /* #success_tic .tic{
    font-size:186px;
  } */
  #success_tic_2 .close{
        opacity: 1;
      position: absolute;
      right: 0px;
      font-size: 30px;
      padding: 3px 15px;
    margin-bottom: 10px;
  }
  #success_tic_2 .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
  }
  #success_tic_2 .checkmark-circle .checkmark {
    border-radius: 5px;
  }
  #success_tic_2 .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #success_tic_2 .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
  }

 
  #success_tic_3 .page-body{
    max-width:300px;
    background-color:#FFFFFF;
    margin:10% auto;
  }
   #success_tic_3 .page-body .head{
    text-align:center;
  }
  /* #success_tic .tic{
    font-size:186px;
  } */
  #success_tic_3 .close{
        opacity: 1;
      position: absolute;
      right: 0px;
      font-size: 30px;
      padding: 3px 15px;
    margin-bottom: 10px;
  }
  #success_tic_3 .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
  }
  #success_tic_3 .checkmark-circle .checkmark {
    border-radius: 5px;
  }
  #success_tic_3 .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #success_tic_3 .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
  }

  #success_tic_4 .page-body{
    max-width:300px;
    background-color:#FFFFFF;
    margin:10% auto;
  }
   #success_tic_4 .page-body .head{
    text-align:center;
  }
  #success_tic_4 .close{
        opacity: 1;
      position: absolute;
      right: 0px;
      font-size: 30px;
      padding: 3px 15px;
    margin-bottom: 10px;
  }
  #success_tic_4 .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
  }
  #success_tic_4 .checkmark-circle .checkmark {
    border-radius: 5px;
  }
  #success_tic_4 .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #success_tic_4 .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
  }

  #success_tic_5 .page-body{
    max-width:300px;
    background-color:#FFFFFF;
    margin:10% auto;
  }
   #success_tic_5 .page-body .head{
    text-align:center;
  }
  #success_tic_5 .close{
        opacity: 1;
      position: absolute;
      right: 0px;
      font-size: 30px;
      padding: 3px 15px;
    margin-bottom: 10px;
  }
  #success_tic_5 .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
  }
  #success_tic_5 .checkmark-circle .checkmark {
    border-radius: 5px;
  }
  #success_tic_5 .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  #success_tic_5 .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
  }

  #success_tic_error .page-body{
    max-width:60px;
    background-color:#FFFFFF;
    margin:5% auto;
  }
  
   #success_tic_error .page-body .head{
    text-align:center;
    color: #f86;
  }
  #success_tic_error .close{
        opacity: 1;
      position: absolute;
      right: 0px;
      font-size: 30px;
      padding: 3px 15px;
    margin-bottom: 10px;
  }
  #success_tic_error .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  
  



  @-webkit-keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }
  @-moz-keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }
  @keyframes checkmark {
    0% {
      height: 0;
      width: 0;
      opacity: 1;
    }
    20% {
      height: 0;
      width: 37.5px;
      opacity: 1;
    }
    40% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
    100% {
      height: 75px;
      width: 37.5px;
      opacity: 1;
    }
  }
  /* Important part */
.view-modal .modal-dialog{
  overflow-y: initial !important;
  overflow-x: initial !important;
  width: 75% !important;
  margin: 0 auto;
}
.modal-body{
  overflow: auto;
}
  
.circle,
.circle-border {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.circle {
  z-index: 1;
  position: relative;
  background: white;
  transform: scale(1);
  animation: success-anim 700ms ease;
}

.circle-border {
  z-index: 0;
  position: absolute;
  transform: scale(1.1);
  animation: circle-anim 400ms ease;
  background: #f86;	
}

@keyframes success-anim {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes circle-anim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.1);
  }
}

.error-cirle::before,
.error-cirle::after {
  content: "";
  display: block;
  height: 4px;
  background: #f86;
  position: absolute;
}

.error-cirle::before {
  width: 40px;
  top: 48%;
  left: 16%;
  transform: rotateZ(50deg);
}

.error-cirle::after {
  width: 40px;
  top: 48%;
  left: 16%;
  transform: rotateZ(-50deg);
}


.padding-xs { padding: .25em; }
.padding-sm { padding: .5em; }
.padding-md { padding: 1em; }
.padding-lg { padding: 1.5em; }
.padding-xl { padding: 3em; }

.padding-x-xs { padding: .25em 0; }
.padding-x-sm { padding: .5em 0; }
.padding-x-md { padding: 1em 0; }
.padding-x-lg { padding: 1.5em 0; }
.padding-x-xl { padding: 3em 0; }

.padding-y-xs { padding: 0 .25em; }
.padding-y-sm { padding: 0 .5em; }
.padding-y-md { padding: 0 1em; }
.padding-y-lg { padding: 0 1.5em; }
.padding-y-xl { padding: 0 3em; }

.padding-top-xs { padding-top: .25em; }
.padding-top-sm { padding-top: .5em; }
.padding-top-md { padding-top: 1em; }
.padding-top-lg { padding-top: 1.5em; }
.padding-top-xl { padding-top: 3em; }

.padding-right-xs { padding-right: .25em; }
.padding-right-sm { padding-right: .5em; }
.padding-right-md { padding-right: 1em; }
.padding-right-lg { padding-right: 1.5em; }
.padding-right-xl { padding-right: 3em; }

.padding-bottom-xs { padding-bottom: .25em; }
.padding-bottom-sm { padding-bottom: .5em; }
.padding-bottom-md { padding-bottom: 1em; }
.padding-bottom-lg { padding-bottom: 1.5em; }
.padding-bottom-xl { padding-bottom: 3em; }

.padding-left-xs { padding-left: .25em; }
.padding-left-sm { padding-left: .5em; }
.padding-left-md { padding-left: 1em; }
.padding-left-lg { padding-left: 1.5em; }
.padding-left-xl { padding-left: 3em; }

.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }

.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }

.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }

.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }

.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }

.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }

.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }

.label-color { color: #07b9bc;}

.error {
  color: rgba(207, 17, 17, 0.584);
}
.msg-span {
  color: #129a12;
    font-size: 12px;
}

.show_hide_password a.pull-right {
  margin-top: -33px;
  font-size: 23px;
  z-index: 1000;
  position: absolute;
    top: 42px;
    right: 25px;
  color: #3f4040;
  text-align: center;
}
.show_hide_password div.shw_eye,
.show_hide_password .fa-eye-open {
  font-size: 10px;
  line-height: 2px;
  background: none;
}
.show_hide_password .fa-eye{
  font-size: 18px;
}

.show_hide_password .green_icon {
  color: #00C484;
  background: none;
  line-height: 1px;
}

.error-row {
  color: #a94442;
    font-weight: 600;
}

.select2-container {
  font-size: 14px;
  /* width: 100% !important; */
}

.select2-custom-container .select2-container .select2-selection--single {
  height: 34px;
  line-height: 34px;
  width: 100%;
}

.select2-custom-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  height: 34px;
  padding: 0 12px;
}
.select2-custom-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.skinchange .onoffswitch-inner::before,
.skinchange .onoffswitch-inner::after,
.on_off_style1 .onoffswitch-inner::before,
.on_off_style1 .onoffswitch-inner::after {
    height: 20px !important;
    line-height: 21px !important;
    font-size: 12px !important;
    content: "" !important;
}
.skinchange .onoffswitch-inner::before,
.on_off_style1 .onoffswitch-inner::before {
    background-color: #318f9a !important;
    content: "" !important;
    padding-left: 10px !important;
}

.skinchange .onoffswitch-inner::after,
.on_off_style1 .onoffswitch-inner::after {
    content: "" !important;
    padding-right: 10px !important;
}

.skinchange .onoffswitch,
.on_off_style1 .onoffswitch {
    width: 45px !important;
}

.skinchange .onoffswitch-switch,
.on_off_style1 .onoffswitch-switch {
    width: 17px !important;
    height: 16px !important;
    right: 23px !important;
}

.skinchange .onoffswitch-checkbox1:checked+.onoffswitch-label .onoffswitch-switch,
.on_off_style1 .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px !important;
}
.onoffswitch {
  position: relative;
  width: 73px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.feedback_questions_container .onoffswitch {
  margin-left: 10px;
}

.onoffswitch-checkbox,
.onoffswitch-checkbox1 {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #999999;
  border-radius: 20px;
  margin-bottom: 0px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 25px;
  padding: 0;
  line-height: 27px;
  font-size: 16px;
  color: white;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 14px;
  background-color: #00C484;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 14px;
  background-color: #E2E2E2
  /*#9c9c9c #fff*/
  ;
  color: #979797;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 22px;
  height: 21px;
  margin: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 47px;
  border: 0px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner,
.onoffswitch-checkbox1:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch,
.onoffswitch-checkbox1:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.pl-50{
  padding-left: 50px;
}

.ipad_log table thead th {
  text-wrap: nowrap;
}
.ipad_log tr.current-version td span {
  margin-right: 5px;
}
.ipad_log tr.current-version td {
  background-color: rgb(243, 251, 243) !important;
}
.ipad_log tr.old-version td {
  background-color: #f4f3f3 !important;
}

.ipad_log tr.old-version td:first-child {
  padding-left: 3rem;
}
.pagination-container {
  width: 500px !important;
  margin: auto;
  padding: 1rem 0;
}
.pagination-container #prev_btn,
.pagination-container #next_btn {
  min-width: 70px !important;
}

.practice-container {
  position: relative;
  width: 300px;
}
.practice-container #practice-id {
  width: 100%;
}
#practice-list-container {
  height: auto;
  max-height: 500px;
  overflow-y: scroll;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: none;
}

#practice-list-container.active {
  display: block;
}
#practice-list-container span {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  background: #fff;
  color: #1e90ff;
  padding-left: 20px;
  z-index: 100;
}
#practice-list-container span:hover {
  background: #eee;
}
.ipad_log .pagination{
  margin: 0px !important;
}


/*Card Style for Practice meta */

.column_dropdown {
  float: left;
  width: 100%;
  padding: 0 10px;
}

.row_dropdown {margin: 0 -5px;}

.row_dropdown:after {
  content: "";
  display: table;
  clear: both;
}

.card_dropdown {
  padding: 16px;
  text-align: left;
  border: 1px solid #000;
  border-radius: 8px; 
  max-width: 400px; 
}

.side-by-side {
  display: flex;
  align-items: center; 
  gap: 20px; 
}

/* .form-control_dropdown {
  flex-grow: 1; 
  padding: 8px; 
  border: 1px solid #ccc; 
  border-radius: 4px; 
  font-size: 13px;
  outline: none;
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
  background: #fff; 
} */




.column_dropdown1 {
  float: left;
  width: 100%;
  padding: 0 10px;
}

.row_dropdown1 {margin: 0 -5px;}

.row_dropdown:after1 {
  content: "";
  display: table;
  clear: both;
}

.card_dropdown1 {
  padding: 16px;
  text-align: left;
  border: 1px solid #000;
  border-radius: 8px; 
  max-width: 1500px; 
}





/* General Styles for All Custom Tables */
.custom-table,
.location-grouping-table {
  width: 100%;
  background-color: #f5f5f5; 
  color: #ffffff;
  border: 1px solid #454d55; 
}

.custom-table th,
.custom-table td {
  padding: 2px;
  text-align: left;
  border: 1px solid #86898d; 
  vertical-align: middle;
}

.custom-table thead,
.location-grouping-table thead {
  background-color: #03595d; 
}

.custom-table tbody tr {
  background-color: #ededed; 
  color: black;
}

.custom-table tbody tr:hover {
  background-color: #03595d; 
  color: #ffffff; 
}

.custom-table a.btn {
  color: #ffffff !important;
}

.custom-table a.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.custom-table a.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

.custom-table a.btn-success:hover,
.custom-table a.btn-danger:hover {
  color: #ffffff !important;
  opacity: 0.8;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 3px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}


.custom-table>thead>tr>th {
  height: 40px;  
  width: 1px;  
}



/* .action-container {
  display: flex;
  justify-content: flex-end;
  align-items: left; 
  gap: 10px;
  margin-left: 15%;
  width: 100%; 
}

#additional_select {
  max-width: 300px;
  margin-left: 40%;
} */

.tooltip > .tooltip-inner {
  max-width: 400px;
  white-space: normal;
}

.msg_from_name_info{
  margin-top: 8px;
  padding: 10px 12px;
  background: #f7f9fc;
  border: 1px solid #d8e3f0;
  border-radius: 6px;
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}

#tebra_emr_practice_id_wrapper select.form-control, #tebra_service_location_wrapper select.form-control{
  width: 100% !important;
}
#tebra_service_location_wrapper option:disabled {
  background-color: #9fa0a1;
  cursor: not-allowed;
}