.mainsection {
    margin: 1rem;
}

.searchform {
    border-radius: 5px;
}

.cpage-title {
    font-size: 1.5rem !important;
}

.lbtn{
    text-align: left;
}

.fbtn {
    text-align: right;
}

.plist {
    padding: 0px !important;
}

.pcard {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.pname {
    font-size: 18px !important;
    font-weight: 600;
}

.cpointer {
    cursor: pointer;
}

.cont {
    margin-top: 5px;
}

.bg {
    background-color: white;
}

.hpcol {
    flex: 0 0 100%;
    max-width: 100%;
}

.input-group {
    width:100% !important;
}

.error-input {
    color:red;
}

.has-error{
    border: 1px solid red;
}

.floatingbtn{
    position:absolute;
    /* bottom:40px;
    right:40px; */
    right:20px;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:1;
  }

  .modalmn {
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
  }

  .previewmodal {
      
    flex-wrap:wrap;
      background-color: #c7bcbc;
      /* padding: 10px; */
      display: flex;
      align-items: left;
      justify-content: space-between;
      overflow-y: auto;
      height: inherit;
      display: flex;
      align-items: center;
      /* flex-direction: column; */
  }
  .zindex {
      z-index: 1010;
  }
  
  .btn-style{

    display: flex;
    
    justify-content: flex-end;
  }

  .crossmrk{
      position: absolute;
      top:0;
      right: 0;
    justify-content: right;
    align-content: right;
  }

.imgprocedure {
    flex: 0 1 33%;
    margin-top: 25px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding-right: 20%;
}

  .eachimgpreview {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    
    justify-content: left;
    padding-left: 7mm;
    padding-top: 5mm;
    padding-right: 3mm;
    padding-bottom: 5mm;
    background-color: #5a6169;
    margin-left: 1cm;
  }
  
  .modal-main {
    position:fixed;
    background: white;
    width: 80%;
    height: auto;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }

  /* .btnspc{
      /* margin-right: 5px; */
.header{
      padding: 15px 25px;
      text-transform: capitalize;
      background-color: gainsboro;
      border-radius: 25px 25px 0 0;
      font-size: 1.2em;
}

  .bbtn{
      display: flex;
      justify-content: center;
      margin-top: 5px;
  }

  .cbtn{
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}
.btns-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

  .tcol {
      color: #5a6169 !important;
  }

  .customnavlinks {
      background-color: white;
      display: flex;
      justify-content: space-evenly;
      width: 100%;
      padding: 5px;
      margin-bottom: 5px;
      cursor: pointer;
      
  }
  
  .topright {
    position: absolute;
    right: 0;
    top: 0;
    color: black;
    padding-right: 5px;
    cursor: pointer;
  }

  .bottomright {
    position: absolute;
    right: 0;
    top:100%;
    background: white;
    /* color: black; */
    padding-right: 5px;
    /* cursor: pointer; */
    z-index: 10002;
  }
  
  .flex-container {
    display: flex;
    justify-content: flex-start;
    margin-top: 20;
  }

  .flabel{
      font-weight: 700;
  }

  .scontent {
      border: none;
      width: 100%;
  }

  .ansection {
      display: flex;
      justify-content: flex-end;
  }

  .sheader{
      border: none !important;
  }

  .sheader:focus {
    outline: none !important;
    border-color: white !important;
    box-shadow: none !important;
  }

  .bbtm {
      border-bottom: 1px solid #e1e5eb;
  }

  .nmbtm {
      margin-bottom: 0px !important;
  }

  .btns {
      display: flex;
  }

  .ptop {
      padding-top: 20px;
  }

  .preview {
      display: flex;
      justify-content: center;
      font-size: large;
      color: #5a6169;
  }

  .docvisit {
      text-decoration: underline;
      cursor: pointer;
  }

@media (min-width: 992px){
    .hpcol {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 776px){
    .input-group {
        width:100% !important;
    }
}
.thead{
    font-weight: bold;
    text-align:"-webkit-match-parent";
    vertical-align: bottom;
    padding: .75rem;
}
.tbody{
    padding: 10px;
}

/* Searchable Dropdown box style */
.dropdown {
    position: relative;
    color: #333;
    cursor: default;
  }
  
  .dropdown .arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: " ";
    display: block;
    height: 0;
    margin-top: 0.3rem;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 0;
  }
  
  .dropdown .arrow.open {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px;
  }
  
  .dropdown .selected-value {
    line-height: 1.5;
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: default;
    outline: none;
    padding: 8px 52px 8px 10px;
    transition: all 200ms ease;
    width: 100%;
  }
  
  .dropdown .options {
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
  }
  
  .dropdown .options.open {
    display: block;
  }
  
  .dropdown .option {
    box-sizing: border-box;
    color: rgba(51, 51, 51, 0.8);
    cursor: pointer;
    display: block;
    padding: 8px 10px;
  }
  
  .dropdown .option.selected,
  .dropdown .option:hover {
    background-color: #f2f9fc;
    color: #333;
  }

  .loginDiv{
      margin-top: 10px;
  } 

  .verticalCenter {
    min-height: 100%;  
    min-height: 100vh;

    display: flex;
    align-items: center;
	justify-content:center;
  }

  .x_panel {
    position: relative;
   width: 100%;
       
   margin-bottom: 20px;
   padding: 10px 20px;
   display: inline-block;
   background: #fff;
   border: 1px solid #E6E9ED;
   -webkit-column-break-inside: avoid;
   -moz-column-break-inside: avoid;
   opacity: 1;
   transition: all .2s ease
}

.x_title {
	border-bottom: 2px solid #E6E9ED;
	padding: 1px 5px 6px;
	margin-bottom: 10px
}

.x_content {
	padding: 0 5px 6px;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 5px
}

.clearfix:after, form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.actionBar {
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 10px 5px;
	text-align: center;
	margin-top: 10px
}

.jce {
    justify-content: flex-end !important;
}

.navlabel {
    font-weight: 500;
    font-size: 20px;
}

.btn-left-align{
    text-align: left
}

/* Login Page background Styles */
.shard {
    will-change: transform;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 40px;
    z-index: 1;
    width: 280px;
    animation: float 7s ease-in-out infinite;
    z-index: 2;
}
.welcome{
    background: #fff;
    height: 100vh;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
@media (max-width: 550px){
    .welcome:before {
        left: -35%;
    }
}
@media (max-width: 750px){
    .welcome:before {
        left: -30%;
    }
}
@media (max-width: 750px){
    .welcome:after {
        right: -17%;
    }
}
.welcome:before {
    left: -15vw;
    top: -30%;
    background: #fff;
    background: -moz-linear-gradient(left,#e2e7ef 0,#fff 100%);
    background: -webkit-linear-gradient(left,#e2e7ef 0,#fff 100%);
    background: linear-gradient(to right,#e2e7ef 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e7ef', endColorstr='#ffffff', GradientType=1);
}
.welcome:after {
    right: -5vw;
    top: -15%;
    background: #fff;
    background: -moz-linear-gradient(left,#fff 0,#e2e7ef 100%);
    background: -webkit-linear-gradient(left,#fff 0,#e2e7ef 100%);
    background: linear-gradient(to right,#fff 0,#e2e7ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e7ef', GradientType=1);
}
.welcome:after, .welcome:before {
    content: '';
    position: absolute;
    width: 50vw;
    height: 80vh;
    transform: rotate(-25deg);
    z-index: 1;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.welcome .inner-wrapper {
    position: relative;
    z-index: 3;
}

.mb-auto, .my-auto {
    margin-bottom: auto!important;
}
.mt-auto, .my-auto {
    margin-top: auto!important;
}
.slide-in {
    will-change: transform;
    opacity: 0;
    transform: translateY(50%);
    transition: transform 850ms cubic-bezier(.785,.135,.15,.86),opacity 850ms cubic-bezier(.785,.135,.15,.86);
}
.visible {
    visibility: visible!important;
}
.slide-in.visible {
    transform: translateY(0);
    opacity: 1;
}

.menu-head{
    padding:0px !important;
    border-right: 1px solid #ddcfcf;
}

.menu-head-content{
    flex: 0 0 85%;
}
.menu-head-icon{
    flex: 0 1 15%;
}

.menu-content{
    background-color: #ebe8e8;
    flex-direction: column;
}

.menu-search{
    border-radius: 20px !important;
}

.pres-modal-main{
    position: fixed !important;
}

.modal-actions{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.list-left-menu{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 30% !important;
    right: 0;
}

.list-content-panel{
    width: 100%;
    margin-left: 30%;
    position: relative;
    overflow: hidden;
}

.list-layout-header{
    /* position: fixed;
    left: 30%; */
    position: relative;
    left: 0;
    right: 0;
    z-index: 999;
    /* width: 100%; */
}

.pres-layout-basic-info{
    /* position: fixed;
    left: 30%; */
    z-index: 999;
    /* width: 35%; */
}

.layout-content{
    max-height: 16%;
    overflow: auto;
    background-image: url(backgroundImage.png);
}

.left-list-patient{
    max-height: 474px;
    overflow: auto;
}

.list-layout-footer{
    position: fixed;
    left: 30%;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 70%;
}

.pres-layout-basic-footer{
    left: 30%;
    bottom: 0;
    z-index: 999;
}

.attch-options{
    position: absolute;
    bottom: 50px;
}

.attchlist{
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    box-sizing: initial;
    width: 53px;
    pointer-events: all;
    transform-origin: left top;
    left: -17px;
  
    animation: mymove 1s; 
   /* animation: mymove 5s linear; 
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
    animation-timing-function: linear;
    animation-delay: -1s; */
}
@keyframes mymove {
    0% {
        opacity: 0;
        bottom: -86px;
    } 
    100% {
        opacity: 1;
        bottom: 0px;
    }
}


.options-list{
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #1bd7d3;
    border-radius: 50%;
}

.ul-list{
    display: flex;
    flex-direction: column-reverse;
}

.my-patient{
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.consult{
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid;
}

.selectedtab{
    color: #171818;
    text-decoration: underline;
}

.patinet-tab{
    background-color: #cdc8c8;
    cursor: pointer;
    justify-content: center;
}

.layout-head-content{
    flex: 0 1 90%;
}

.pres-header{

}

.pres-footer{
    position: relative;
}

.patient-basic{
    max-height: 800px;
    overflow: scroll;
}

.basic-layout-header{
    position: fixed;
    left: 65%;
    right: 0;
    z-index: 999;
}

.basic-close{
    flex: 0 0 25%;
}

.basic-header-title{
    flex: 0 0 75%;
}

.pres-with-basic{
    max-height: 17%;
    top: 0px;
    position: relative;
    overflow: auto;
    background-image: url(backgroundImage.png);
}

.pres-img{
    width: 300px !important;
}

::-webkit-scrollbar {
    width: 2px;
  }
  
  /* Track */
 /*  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  } */
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #c7bcbc; 
    border-radius: 10px;
  }

  .img-name{
    align-items: center;
  }

.patient-img{
    height: 40px;
    width: 40px;
}

.patient-sec{
    align-items: center;
}

.img-disp{
    border-radius: 50%;
}

.patient-cont-sec{
    justify-content: center;
}

.patient-cont-img-name{
    flex-direction: column;
    align-items: center;
}

body{
    overflow: hidden;
}

.manaswini-logo{
    height: 170px;
    width : 300px;
    display: flex;
    justify-content: flex-start;
}

/* https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png  */
