﻿body {
    font-size: 1rem;
    color: #000000;
}

.detail-contain {
    float: right !important;
    margin-top: 2em !important;
}

@font-face {
    font-family: 'Anantason-Bold-WebOnly';
    src: url('../assets/fonts/Anantason-Bold-WebOnly.ttf') format('truetype');
}

@font-face {
    font-family: 'Anantason-Light-WebOnly';
    src: url('../assets/fonts/Anantason-Light-WebOnly.ttf') format('truetype');
}

@font-face {
    font-family: 'Anantason-Medium-WebOnly';
    src: url('../assets/fonts/Anantason-Medium-WebOnly.ttf') format('truetype');
}

@font-face {
    font-family: 'Anantason-Regular-WebOnly';
    src: url('../assets/fonts/Anantason-Regular-WebOnly.ttf') format('truetype');
}

.Anantason-Regular {
    font-family: 'Anantason-Regular-WebOnly';
}

.Anantason-Light {
    font-family: 'Anantason-Light-WebOnly';
}

.Anantason-Bold {
    font-family: 'Anantason-Bold-WebOnly';
}

.Anantason-Medium {
    font-family: 'Anantason-Medium-WebOnly';
}

.btn-excel {
    background-color: #5498F7;
    color: #fff;
    width: 75px;
}

    .btn-excel:hover {
        background-color: #369AFE;
        color: #fff;
    }

.btn-red {
    border: 1px solid #EC4A67;
    background-color: #fff;
    color: #EC4A67;
}

    .btn-red:hover {
        border: 1px solid #EC4A67;
        background-color: #EC4A67;
        color: #fff;
    }

.btn-purple {
    border: 1px solid #9C6CB8;
    background-color: #fff;
    color: #9C6CB8;
}

    .btn-purple:hover {
        border: 1px solid #9C6CB8;
        background-color: #9C6CB8;
        color: #fff;
    }

.btn-blue {
    border: 1px solid #5498F7;
    background-color: #5498F7;
    color: #fff;
}

.btnDelete {
    margin-left: 2px;
    border: 2px solid #B3382E;
    background-color: #B3382E;
    border-radius: 5px;
    color: #fff;
}

    .btnDelete:hover {
        box-shadow: 0px 10px 17px -4px #dc3545;
        color: #fff;
    }

.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;
}

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%;
}

.container {
    margin-left: 10px !important;
    margin-right: 10px !important;
    max-width: none !important;
}

.lefticon {
    padding-left: 3px;
    vertical-align: middle;
    width: 25px;
}

#divLoading {
    margin: 0px;
    display: none;
    padding: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 30001;
    opacity: 0.8;
}

#loading {
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 45%;
}

.content {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px #d3d3d3;
    border-radius: 10px;
}

.contentheader {
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-top: 25px !important;
    text-align: right !important;
}

.contentbox {
    background-color: #ffffff;
    width: 100%;
    height: auto;
    padding: 20px 10px 5px 10px;
    box-shadow: 0px 0px 7px 0px #d3d3d3;
    border-radius: 10px;
}

.topicheader {
    font-family: 'Anantason-Medium-WebOnly' !important;
    font-size: 1.4em;
}

.btn-add {
    font-family: 'Anantason-Regular-WebOnly' !important;
    background-color: #369AFE !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    font-size: 0.9em !important;
}

.btn-import {
    font-family: 'Anantason-Regular-WebOnly' !important;
    background-color: #1FD0A3 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    font-size: 0.9em !important;
    margin-right: 10px !important;
}

.btn-submit {
    font-family: 'Anantason-Regular-WebOnly' !important;
    background-color: #369AFE !important;
    color: #ffffff !important;
}
    .btn-submit:hover {
        font-family: 'Anantason-Regular-WebOnly' !important;
        background-color: #2a81d8 !important;
        color: #ffffff !important;
        border-color: #4b8fdb !important;
    }

.btn-cancel {
    font-family: 'Anantason-Regular-WebOnly' !important;
    background-color: #6c757d !important;
    color: #ffffff !important;
}

    .btn-cancel:hover {
        font-family: 'Anantason-Regular-WebOnly' !important;
        color: #ffffff !important;
        background-color: #5a6268 !important;
        border-color: #545b62 !important;
    }

.btn-edit {
    font-family: 'Anantason-Regular-WebOnly' !important;
    border: 2px solid gray !important;
    border-radius: 5px !important;
    font-size: 1em !important;
    margin-right: 5px !important;
}

.btn-delete {
    font-family: 'Anantason-Regular-WebOnly' !important;
    border: 2px solid #dc3545 !important;
    border-radius: 5px !important;
    font-size: 1em !important;
}

.buttomform {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: right !important;
}

.tableheader {
    font-family: 'Anantason-Regular-WebOnly' !important;
    background-color: #369AFE !important;
    color: #ffffff !important;
    font-size: 1em !important;
}

.tablebody {
    font-family: 'Anantason-Regular-WebOnly' !important;
    font-size: 0.9em !important;
}
