/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Designed for PCDC by Shengjie @ Dec 2021
 */

a{
    cursor: pointer;
}

a.hide-col, a.hide-col:hover, a.hide-col:not( :hover ){
    text-decoration: line-through;
    background-color: #dddddd;
    color: red;
}


.text-primary{
    color:#007bff !important
}

.text-gradient.text-primary {
    background-image: linear-gradient(
        310deg, #344a6b, #5171a3);
}

.bg-gradient-dark {
    background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%);
}

.mask {
    opacity: 0.8;
}

.border-bottom-end-radius-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10rem;
}

.navbar .navbar-brand {
    color: #344767;
    font-size: 1.2rem;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #000;
}

.col-search{
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    box-sizing: border-box;
    display: block;
    min-height: 32px;
    padding: 7px;
}

.list-group{
    max-height: 300px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}

.filter-category,
.selected-item,
.search-item{
    cursor: pointer;
}

/*.filter-category{*/
/*    font-weight: bolder;*/
/*}*/
.filter-domain{
    font-weight: bolder;
    font-size: 0.9rem;
    color: #a2aec7 !important;
}

.remove-all,
.remove-all-search,
.remove-all-filter{
    display: none;
    margin-bottom: 0px;
    border-radius: 0.18rem;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .875rem;
}

label{
    font-size: 1rem;
    font-weight: 500;
}

.row>.selected-item,
.row>.search-item{
    width:auto;
}

.row>.selected-item:hover,
.row>.search-item:hover{
    background: #fff;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_scrollFootInner input{
    outline: none !important;
    box-shadow: 0 0 10px #fff;
}

.bg-theader{
    background: #4F62BE;
}

.dictionary a{
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

.dictionary .breadcrumb{
    background-color: #fff;
}

.dictionary .table thead th {
    padding: 0.75rem 0.75rem;
}

.dictionary .table td{

}


.counter-switch {
    position: relative; width: 160px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.counter-switch-checkbox {
    display: none;
}

.counter-switch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 30px;
}

.counter-switch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.counter-switch-inner:before, .counter-switch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
}

.counter-switch-inner:before {
    content: "Unique Record";
    padding-left: 10px;
    background-color: #6BA5E7;
    color: #FFFFFF;
    border-radius: 30px 0 0 30px;
}

.counter-switch-inner:after {
    content: "Unique Patient";
    padding-right: 10px;
    background-color: #F3924B;
    color: #FFFFFF;
    text-align: right;
    border-radius: 0 30px 30px 0;
}

.counter-switch-switch {
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 30px;
    position: absolute; top: 0; bottom: 0; right: 128px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}

.counter-switch-checkbox:checked + .counter-switch-label .counter-switch-inner {
    margin-left: 0;
}

.counter-switch-checkbox:checked + .counter-switch-label .counter-switch-switch {
    right: 0px;
}



/* Loading screen */

.screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    z-index: 100;
}

.loader {
    width: 100%;
    height: 15px;
    text-align: center;
}

.dot {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    display: inline-block;
}

.dot:first-child:before {
    animation-delay: 0ms;
}

.dot:first-child:after {
    animation-delay: 0ms;
}

.dot:last-child:before {
    animation-delay: 200ms;
}

.dot:last-child:after {
    animation-delay: 200ms;
}

.dot:before{
    content: "";
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: blue;
    animation-name: dotHover;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(.82,0,.26,1);
    animation-iteration-count: infinite;
    animation-delay: 100ms;
    background: white;
    border-radius: 100%;
}

.dot:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: black;
    box-shadow: 0px 0px 1px black;
    opacity: .20;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -2px;
    border-radius: 100%;
    animation-name: dotShadow;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(.82,0,.26,1);
    animation-iteration-count: infinite;
    animation-delay: 100ms;
}

@keyframes dotShadow {
    0% {
        transform: scaleX(1);
    }
    50% {
        opacity: 0;
        transform: scaleX(.6);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes dotHover {
    0% {
        top: 0px;
    }
    50% {
        top: -50px;
        transform: scale(1.1);
    }
    100% {
        top: 0;
    }
}

.inneriframe{
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
}

.form-check-input:checked[type="radio"] {
    background-image: linear-gradient(310deg, #007bff 0%, #007bff 100%);
}


/* Register successful */
.thanks  {
    /*text-align: center;*/
    padding: 40px 0;
}
.thanks a{
    text-decoration: underline;
}
.thanks .circle{
    text-align: center;
    border-radius:200px;
    height:200px;
    width:200px;
    background: #F8FAF5;
    margin:0 auto;
}
.thanks h1 {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 10px;
}
.thanks li {
    color: #404F5E;
    /*font-family: "Nunito Sans", "Helvetica Neue", sans-serif;*/
    font-size:1.3rem;
    margin-top: 0.5rem;
}
.thanks i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left:-15px;
}
.thanks .card {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: inline-block;
    margin: 0 auto;
}


.gallery-items {
    width: 100%;
}

.gallery-items:hover {
    cursor: pointer;
}
.imgborder {
    border: 2px solid #d1d1d1;
}
