﻿body{
    font-size: 12px;
    color: #000000;
}
.detail-contain {
    float: right !important;
    margin-top: 2em !important;
}

.bg-gray {
    width: 100%;
    background: #F9F9F9;
    padding: 15px 5px;
}


.btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.btn-gray {
    background: #F9F9F9;
    border: 2px dashed #D0D0DA;
    color: #D0D0DA;
}

.bg-lightgreen {
    background-color: #6FD600;
    width: 100%;
    padding: 5px 15px;
    color: #FFFFFF;
    font-size: 1rem;
    margin-bottom: 0.5em;
}

.text-lightgreen {
    color: #6FD600;
}

.text-white {
    color: #FFFFFF;
}

.text-navy {
    color: #104967;
}

.text-header {
    color: white;
    background: #104967;
    padding: 3px 1rem;
    border-radius: 5px 5px 0 0;
}

.head-icon {
    margin: 0 1rem;
}

/*.card-gray {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #F8F8F8;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}*/

/*.block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
}*/

.border-left-green {
    border-left: 4px solid #34C064;
    margin: 0 -5px;
}

    .border-left-green strong {
        padding-left: 5px;
    }

.bg-lightgray {
    background-color: #c5c5c5;
}

.link {
    cursor: pointer;
}

.text-sm {
    font-size: small;
}

.button-icon i {
    position: absolute;
    font-size: 1.8rem;
}

.menu-button {
    margin-bottom: 1rem;
    margin-left: 3rem;
}

.link-menu-button {
    padding: 0 1rem;
    cursor: pointer;
}

    .link-menu-button i {
        font-size: 1.8rem;
        font-weight: 400;
    }

.text-sm i {
    font-size: 1.5rem;
}

.list-topic {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 20px 15px;
    width: 100% !important;
}

.topic-link {
    cursor: pointer;
    height: 80px;
    width: 100%;
    background: red;
}

.list-detail {
    padding: 0 10px;
}

.file-upload {
    padding: 15px 25px;
    width: auto;
    border: 2px dashed #6c99d0;
    background-color: transparent;
    display: block;
    color: #6c99d0;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.form-input {
    border-radius: .25rem;
    border: none;
    background-color: #f7f7f7;
    width: 100%;
    color: #67757c;
    min-height: 38px;
    display: initial;
    padding: .375rem .75rem;
    font-size: 0.8rem;
    line-height: 1.5;
}

.showpointer {
    cursor: pointer;
}

.navigation-left {
    width: 65%;
    float: left;
}

.navigation-right {
    width: 34%;
    float: right;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

a {
    cursor: pointer;
}

    a[data-toggle="collapse"] {
        position: relative;
    }

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}




p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000;
}

/*a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}*/



/*Patient*/
span.holder {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    opacity: 0.4;
    z-index: 1;
    cursor: default;
}

.form-row span.holder {
    left: 5px;
    width: calc(100% - (5px *2));
}

.holder + input {
    font-size: 16px;
}

.bg-blue {
    background: url(../Images/topbar_bg.png);
    border-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-light .navbar-nav li a i {
    font-size: 1.3em;
}

.navbar-light .navbar-nav li {
    color: rgba(255, 255, 255,0.3);
    border-right: 1px solid;
    padding: 0;
}

.navbar-light .navbar-nav li:last-child {
    border-right: none;
}

.navbar-menu-left {
    float: left;
    width: 138px;
    background-color: #ffffff;
    position: fixed;
    overflow-y: scroll;
    top: 60px;
    bottom: 0;
    z-index:100;
}

.navbar-menu-left ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar-menu-left li a {
    display: block;
    font-size: 1em;
    color: #8c8c8c;
    text-align: center;
    padding: 15px;
    text-decoration: none;
}

.navbar-menu-left li a i {
    font-size: 2em;
}


.navbar-menu-left li a.active
{
    border-left: 6px solid #7EB0F9;
    color: #7EB0F9;
}

.navbar-menu-left li a:hover:not(.active){
        border-left: 6px solid #7EB0F9;
        color: #7EB0F9;
    }

::placeholder {
    font-size: 16px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #afafb0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.navbar-menu-left::-webkit-scrollbar {
    width: 8px;
}

.navbar-menu-left::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: relative;
    left: 0;
    opacity: 1;
    visibility:hidden;
}

.CheckContain {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .CheckContain input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #c7c7c7;
    border-radius:3px;
}

/* On mouse-over, add a grey background color */
.CheckContain:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.CheckContain input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.CheckContain input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.CheckContain .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-control{
    /* font-size:0.8rem!important; */
}

h4 {
    font-size: 16px!important;
}

h5 {
    font-size: 14px!important;
}

h6 {
    font-size: 12px!important;
}

.img-thumbnail {
  
    background-color: none !important; 
    border: none !important; 
  
}

.form-group {
    margin-bottom: 5px !important;
}

.list-title{
    font-weight:700;
    color:gray;
}
    .list-title:hover {
        color:#a5a5a5;
    }

.left-menu {
    list-style: none;
}

.left-menu ul li{
    list-style: none;
}
/*#MenuSwitch{
    position:absolute;
    top:15px;
    left: 130px;
    z-index: 2040;
}

#MenuSwitch:hover {
    cursor: pointer;
    text-shadow: 2px 2px rgba(0,0,0,0.19);
}*/
/* Loader Css */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    margin-left:0.5rem;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #6dc7ff 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);
    }
}


/*Detail*/
.headerBox:hover {
    cursor: pointer;
}

.HideBox {
    display: none;
}

.ShowBox{
    display:inline;
}

/*Notification*/
.text-gray {
    color: gray;
}
/*Profile Pic*/
.topbar .profile-pic {
    height: 30px !important;
    object-fit: cover !important;
}
.hospital-logo {
    width: 50px;
    object-fit: cover;
}

.addPatientBox,
.addPatientBox input,
.addPatientBox .CheckContain {
    font-size: 16px;
    color:#111111;
}

.addPatientBox {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(143,143,143,1);
    -moz-box-shadow: 0px 0px 4px 2px rgba(143,143,143,1);
    box-shadow: 0px 0px 4px 2px rgba(143,143,143,1);
    border-radius: 4px;
}

.addPatientBox .col-md-12{
  
}
.bg-lightblue {
    background-color: #d2e4fe;
    margin: 0;
    padding: 1px;
    height: auto;
    border-radius: 4px;
}
.bg-skyblue {
    background-color: #9cff9496;
    margin: 0;
    padding: 15px 0;
    height: auto;
    border-radius: 4px;
}





#table-wrapper {
    position: relative;
}

#table-scroll {
   
    overflow: auto;
    margin-top: 20px;
}

#table-wrapper table {
    width: 100%;
}

   