html{
 height:100%;   
}
body{
background:#f1f1f1;
/*padding-bottom: 180px;*/
min-height: 100%;
position:relative;
background: rgb(51,69,86);
background: -moz-linear-gradient(0deg, rgba(51,69,86,1) 0%, rgba(145,184,222,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(51,69,86,1) 0%, rgba(145,184,222,1) 100%);
background: linear-gradient(0deg, rgba(51,69,86,1) 0%, rgba(145,184,222,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#334556",endColorstr="#91b8de",GradientType=1);
background-size: cover;
height:100%;   
}
.container{
height: 100%;
}
input[type="radio"]{
    width: 25px;
    height: 25px;
    margin: 5px
}
.form-group span{
    padding-left:10px;
    font-size:12px;
    border-radius:10px;
    background:black;
    padding-right:10px;
    margin-left:5px;
    padding-top:2px;
    padding-bottom:2px;
    color:#fff;
}
.form-control-danger{
    border:1px solid red;
    background:#d8c8c8;
}
.not-found{
    display:
    flex;
    text-align:
    center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    padding: 100px 50px;
    color: grey;
    filter: grayscale(1);
}
.not-found img{
    width:200px;
    display:
    block;
    margin-bottom: 25px;
}
input[type="email"],input[type="text"], input[type='password'], input[type='textarea']{
    border-radius:50px;
}
.btn{
    border-radius:50px;
    padding-left:20px;
    padding-right:20px;
}
footer{
border-radius: 25px 25px 0px 0px;
    box-shadow: 0px 5px 14px 6px #7d7c7c;
position: absolute;bottom: 0;width: 100%;height: 145px;}
.background-img{
    
height: 100%;/* padding-bottom: 300px; */}
.navbar-light .navbar-toggler{
    border:none;
    color:#000;
position: absolute;right: 0px;}
.navbar-toggler-icon{
    color:#000 !important;    
filter: brightness(0);}
.branding{
    text-align:center;
    padding-bottom:20px;
}
.actions{
    text-align:center;
    display:flex;
}
.btn-primary{
    padding-left:40px;
    padding-right:40px;
    background: #2F5F8E;
    border: 1px solid #2F5F8E;
}

.branding h1{
    font-size:20px;
    color: #fff;
    padding-top: 20px;
}
.branding img{/*width:100px;*/width: 265px;}
.success-popup{
    position: relative;
    top:10%;
    padding:20px;
    left:0px;
    margin:30px;
    border-radius:10px;
    right:0px;
    background:#fff;
    box-shadow:0px 0px 1150px 1110px #00000080;
    z-index:11111;
    padding-top:20px;
    padding-bottom: 20px;
    /* margin-bottom: 10%; */
}
.success-popup .icon{
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}
.success-popup .icon i{
    font-size:50px;
    padding:5px;
    border-radius:100%;
    border:5px solid #1ABD5D; 
    color:#1ABD5D;
}
.success-popup .heading{
    font-size:15px;
    padding-top:20px;
    font-weight:bold;
    text-align:center;
    color:#4f4f4f;
    padding-bottom:20px;
}
.success-popup .actions{
    text-align:
    center;
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    }
.success-popup .actions .btn{
    padding-left: 20px;
    padding-right: 20px;
    background: grey;
    border: none;
    color: #fff;
    margin: 5px;
    }
.success-popup .p{
    text-align:center;
    
}
.login-wrapper{
padding-top: 10%;
padding-bottom: 8%;}
.loginbtn{
 background: #2F5F8E;
 border: 1px solid #2F5F8E;
}
.mobile-logo{
display: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-image: linear-gradient(#ab2537, #5f2d6c);
}
.dark-background{
    background:#2A1D7B;
}
.btn-full-width{
    width: 100%;}
.btn-danger{
    background:#BB1622;
    border:1px solid #BB1622;
}
.dark-background .custom-card h1{
        text-align:center;
        font-size:25px;
        color:#fff;
        padding-top:30px;
        padding-bottom:0px;
    }
.dark-background .custom-card p{
    color:#fff;
     text-align:center;
    padding-bottom:20px;
}
.custom-card h1{
        text-align:center;
        font-size:25px;
        color:#000;
        padding-top: 10px;
        padding-bottom:0px;
    }
.list-view-wrapper{
    
}
.custom-nav-tabs{
    
width: 100%;justify-content: center;background: #fff;border: none;color: #ccc;}
.custom-nav-tabs a{
    padding-left:20px;
    padding-right:20px;
width: 50%;text-align: center;color: grey;}
.custom-nav-tabs a.active{
    background-color: #2A1D7B !important;
color: #fff !important;}
.list-view{
    padding:0px;
    margin:0px;
}
.edit-btn a{
    color:#2F5F8E;
    font-weight: bold;
    font-size: 20px;
}
.list-card{
    border-radius:15px;
    padding:10px;
    background:#fff;
    position:relative;
}
.list-view a:hover{
    text-decoration:none;
}
.list-view a:hover .list-card{
    box-shadow: 0px 0px 15px 0px #e3e0e0;
}
.list-view .title{
    font-size:18px;
    color:#000;
    font-weight:bold;
    display:block;
}
.list-view .desc{
    color:grey;
    font-size: 12px;
}
.list-view li{
    list-style-type:none;
margin-bottom: 15px;}
.list-view li i.fa-chevron-right{
    color:#000;
    position: absolute;
    right: 10px;
    top: 28px;
    font-size: 20px;
    font-weight: lighter;
}
.list-view li i.is_accepted{
    color:#000;
    position: absolute;
    right: 42px;
    top: 25px;
    font-size: 27px;
    /* margin: 0 auto; */
}


.list-view li i.fa-exclamation-triangle{
    color:#FDA528;
    right:40px;
}
.list-view li i.fa-check-circle-o{
    color:#1ABD5D;
}
.list-view li i.fa-ban{
    color:#D10017;
}
.journal-list{
    padding:0px;
    margin:0px;
}
.journal-list li{
    list-style-type:none;
}
.loader{
    
    position:fixed;
    background:#00000073;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
    z-index:111;
    backdrop-filter: blur(12px) saturate(0.5);
    display:flex;
    visibility: collapse;
flex-direction: column;justify-content: center;}
.loader .spinner{
    
}
.journal-list .custom-card{
    padding:20px;
    background:#fff;
    margin-bottom:10px;
    border-radius:10px;
    overflow:hidden;
    margin-top:10px;
    
}
.custom-card{
margin-top: 30px;
/*margin-bottom: 11%;*/
}
.custom-list-header{
    padding-top:10px;
}
.custom-list-header .col-12{
    margin-top:10px;
}
.journal-date{
    font-size:12px;
    padding-bottom: 10px !important;
color: grey;}
.custom-list-header .info-button{
    display: block;
    font-size: 20px;
    border-radius: 100%;
    border: 2px solid #000;
    width: 35px;
    height: 35px;
    padding-left: 12px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 3px;
    /* margin-right: 4px; */
    /* margin-left: -5px; */
    color: #000;
    float: right;
}

.custom-list-header .doctor-name{
    font-size:15px;
    font-weight:bold;
}
.custom-list-header .doctor-uin-no{
    font-size:12px;
    color:grey;
}
.logo img{
    height: 51px;
}
.journal-list .custom-card-body .col-md-12{
    border-bottom:1px solid #ccc;
    padding-top:10px;
}
.journal-list .custom-card-body .col-md-12:last-child{
    border-bottom:0px;
}
.journal-list p{
    padding-bottom:0px;
    margin-bottom:5px;
    padding-right: 5px;
}
.mr-dashboard .navbar-brand, .hide-brand .navbar-brand,.mr-dashboard .back-btn, .hide-logo .logo{
    display:none !important;
}
.journal-list .custom-card-body input{
    /* float:right; */
    margin-top:6px !important;
    display:block;
    /*width: 50px;*/
    margin-right: 2px;
    }
.journal-list .custom-card-header .journal-logo{
    padding:0px;
    padding-left:15px;
}
.journal-list .custom-card-header .journal-title > div{
    font-weight:bold;
}
.journal-list .custom-card-header .journal-title{
    
display: flex;align-content: center;flex-direction: column;justify-content: center;align-items: flex-start;}
.journal-list .custom-card-header{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}
.white-bg{
    background:#fff;
    border-radius:10px;
    padding: 10px !important;
}
.journal-list .custom-card-header img{
    width:100%;
    border-radius:10px;
}
.btn-tabs{
padding:0px;
margin:0px;
margin-top: 30px;
text-align: center;
}
.btn-tabs li{
list-style-type:none;
}
.profile-picture{
    text-align:center;
display: flex;flex-wrap: nowrap;justify-content: center;align-items: center;flex-direction: row;}
.profile-picture img{
    border:1px solid #ccc;
    border-radius:100%;
    width:100px;
    margin: 20px 0px 0px 0px;
    margin-bottom: 31px;
}
.btn-tabs li a{
    margin-bottom:15px;
}
.show-mob{display:none}
.pb-10{padding-bottom:10px;}
.pb-15{padding-bottom:15px;}
.pb-5{padding-bottom:5px;}
.mb-5{margin-bottom: 5px !important;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:36px;}
.form-group label{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
}
@media only screen and (min-width: 320px) and (max-width: 440px) {
    /*.login-wrapper{
        margin-top: 45%;
    }*/
    .login-wrapper {
    padding-top: 30%;
    padding-bottom: 30%;
}
.desktop{
display: none;
}
.mobile-logo{
display: block;
}
    .navbar.navbar-expand-lg.navbar-light.bg-light{
        height:50px;
        overflow: hidden;
    }
    .logo img{
        /* width:50px; */
    }
    .logo{
        top: 0px;
        display: block;
        margin: 0 auto;
        margin-top: -5px;
        }
    .back-btn{  
        width: 54px;
        text-align: center;
        font-size: 25px;
        color: grey;
        position:absolute;
    left: 0px;}
    .back-btn a{
        display:block;
    }
    .navbar-light .navbar-brand{
        margin-right: 0px;
        display: block;
        /* position: absolute; */
        /* left: 125px; */
        margin: 0 auto;
        }
    .menu-close-btn{
        float:right;
    }
    .menu-close-btn i{
        font-size:25px;
        color:grey;
    }
    .show-mob{display:block};
    .hide-mob{display:none !important;};
    .navbar-light .navbar-nav .nav-link{
        border-bottom:1px solid #ccc;
        font-size:20px;
        text-align:center;
    }
    .custom-card{
        padding-left:0px;
        padding-right:0px;
    padding-top: 0px;
    padding-bottom: 3%;
}
    .navbar-light .navbar-nav .nav-link:last-child{
        /* border-bottom:none ; */
        /*#ToDo: in last element the border is not getting disabled*/
    }
    #navbarSupportedContent{
        position:fixed;
        background:#fff;
        left:40px;
        right:40px;
        top:60px;
        height:auto;
        
        z-index:9999;
        border-radius:20px;
        padding:20px;
        box-shadow: 0px 0px 90px 1115px #00000045;
    /* transition-duration: 0s; *//* transition-delay: 0s; */}
}
.navbarRight{
position: absolute;
right: 40px;
}
.roundborder{
border-radius: 14px;
}
.wrapper-popup{
    overflow:
    auto;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    padding-bottom: 100px;
    right: 0px;
}
/*.navbar-nav>.active>a {
    background-color: #C0C0C0;
    color: green;
}*/
.dr-stats li{
    list-style-type:none;
    display:inline-block;
    color:#f1f1f1;
}
label{
    border-radius: 18px !important;
    
}

.dr-stats ul{
    padding:0px;
    margin:0px;
}
.dr-stats{
    text-align:center;
    padding:0px;
    margin:0px;
}
.dr-stats li{
    padding:0px;
    margin:0px;
}
.dr-stats li::after{
    content: " | "
}
.dr-stats li:last-child::after{
    content:"";
}
@media (min-width:768px) {
    .btn-tabs li {
        display:inline-block;
    }
    .dr-top-bar .btn {
    width: auto;
    float: right;
    }
}
.edit-btn{
    position: absolute;
    right: 20px;
    top: 15px;
}
.hide{
    display:none;
}
.span-link{
    color: #007bff;
    word-break: break-word;
}
.flash-tooltip{
    
    position: absolute;
    background: #000;
    border-radius: 100px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15px;
    top: 43%;
    left: 33.3%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 309px 27px #959595;

}
.custom-para p{
    color:#fff;
}

/**************Tab Css**************************/
.custom-h3 h3{
color: #fff;
font-size: 25px;
padding: 25px 0px 15px 0px;
}
.tabbable-panel {
/*border:1px solid #eee;*/
padding: 18px;
background-color: #fff;
border-radius: 25px;
margin-bottom: 25px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #000;
background-color: #fff; 
border-bottom: 4px solid #2f5f8e;
}
.nav-pills a{
color: #aba3a3;
font-size: 16px;
}
.tab-pane h4{
font-size: 17px;
}
.tab-pane .tab-para{
color: #aba3a3;
}
.tab-heading{
padding: 5px;
/*border: 1px solid #2F5F8E;*/
border-radius: 20px;
text-align: center;
background-color: #2f5f8eba;
color: #fff;
}
.content-div{
height: auto;
position: relative;
margin-top: 20px;
margin-bottom: 20px;
}
.inner_content h3{
color: #000;
font-size: 20px;
padding: 25px 0px 0px 0px;
}
.inner_content p{
color: #aba3a3;
}
.doctor-list{
background:url('https://lipid-update-series-dev.intechify.com/assets/frontend/img/bg.png');
background-size: cover;
background-attachment: fixed;
}
.program-list{
background:url('https://lipid-update-series-dev.intechify.com/assets/frontend/img/bg.png');
background-size: cover;
background-size: 100% 1000px;
background-attachment: fixed;
}
.doctor_form{
background:url('https://lipid-update-series-dev.intechify.com/assets/frontend/img/bg.png');
background-size: cover; 
background-attachment: fixed;   
}
.mr-dashboard{
background:url('https://lipid-update-series-dev.intechify.com/assets/frontend/img/bg.png');
background-size: cover;
background-attachment: fixed;    
}

.form-group {
margin-bottom: 1.5rem !important;
}
#doctor_form .lable_item{
font-size: 12px !important;
}