﻿/*----header css----*/
@import url('../fontscss/fonts_segoe_gly.css');
@import url('../Common/common.css');
@import url('userpopup_styles.css');
@import url('notification.css');
@import url('../ui components/tabs.css');

.logo_landing {
    box-shadow: 0px 0px 9px 0px #01161e !important;
    background-color: #305b85 !important;
    padding: 3px 10px;
    z-index: 3;
}
.login_icon_bg {
    background: #c4cbcc;
    padding: 0
}
.logo {
    padding: 34px;
    background: #075f6b;
}
.landing_links {
    float: right;
}
.landing_links ul {
    margin: 0;
    padding: 0;
}
.landing_links ul li {
    list-style-type: none;
    display: inline;
}
    .landing_links ul li a {
        list-style-type: none;
        display: inline;
        color: #23486d;
        padding: 14px 10px 11px 25px;
        margin-top: 0px;
        float: left;
        font-size: 12pt;
        font-weight: bold;
    }
.landing_links ul li a:hover {
    color: #00aac1;
    text-decoration: none;
}
    .landing_links ul li a.home {
        background: url(/Images/Landing/ic_home_24px.png) no-repeat;
        background-position:center !important;
        background-size: 22px;
        
        padding: 24px 22px;
        /*border-left: 1px solid #fff*/;
        background-repeat: no-repeat;
    }
        .landing_links ul li a.home2 {
            background-position: center !important;
            background-size: 22px;
            padding: 24px 22px;
            /*border-left: 1px solid #fff*/;
            background-repeat: no-repeat;
            background: url('Images/Landing/ic_home_24px.png') no-repeat !important;
        }
        .landing_links ul li a.home:hover {
            background: url('/Images/Landing/home_black.png') no-repeat;
            background-position: center !important;
            background-size: 22px;
            padding: 24px 22px;
            background-repeat: no-repeat;
        }
        .landing_links ul li a.home.active {
            background: url('../../../Images/Landing/home_black.png') no-repeat;
            background-position: center !important;
            background-size: 22px;
            padding: 24px 22px;
            background-repeat: no-repeat;
        }
        .landing_links ul li a.links {
            background-image: url('../../../Images/Landing/quick-links-icon.png');
            background-position: center !important;
            background-size: 22px;
            padding: 24px 22px;
            /*border-left: 1px solid #fff*/;
            background-repeat: no-repeat;
        }
            .landing_links ul li a.links:hover {
                background-image: url('../../../Images/Landing/links_black.png');
                background-position: center !important;
                background-size: 22px;
                padding: 24px 22px;
                /*border-left: 1px solid #fff*/;
                background-repeat: no-repeat;
            }
            .landing_links ul li a.links.active {
                background-image: url('../../../Images/Landing/links_black.png');
                background-position: center !important;
                background-size: 22px;
                padding: 24px 22px;
                /*border-left: 1px solid #fff*/;
                background-repeat: no-repeat;
            }
        .landing_links ul li a.chats {
            background-image: url('../../../Images/Landing/ic_forum_24px.png');
            background-position: center !important;
            background-size: 22px;
            padding: 24px 22px;
            /*border-left: 1px solid #fff*/;
            background-repeat: no-repeat;
        }
            .landing_links ul li a.chats:hover {
                background-image: url('../../../Images/Landing/chats_black.png');
                background-position: center !important;
                background-size: 22px;
                padding: 24px 22px;
                /*border-left: 1px solid #fff*/;
                background-repeat: no-repeat;
            }
            .landing_links ul li a.chats.active {
                background-image: url('../../../Images/Landing/chats_black.png');
                background-position: center !important;
                background-size: 22px;
                padding: 24px 22px;
                /*border-left: 1px solid #fff*/;
                background-repeat: no-repeat;
            }
        .landing_links ul li a.settings {
            background-image: url('../../../Images/Landing/ic_brightness_low_24px.png');
            background-position: center !important;
            background-size: 22px;
            padding: 24px 22px;
            /*border-left: 1px solid #fff*/;
            background-repeat: no-repeat;
        }
            .landing_links ul li a.settings:hover {
                background-image: url('../../../Images/Landing/settings_black.png');
                background-position: center !important;
                background-size: 22px;
                padding: 24px 22px;
                /*border-left: 1px solid #fff*/;
                background-repeat: no-repeat;
            }
            .landing_links ul li a.settings.active {
                background-image: url('../../../Images/Landing/settings_black.png');
                background-position: center !important;
                background-size: 22px;
                padding: 24px 22px;
                /*border-left: 1px solid #fff*/;
                background-repeat: no-repeat;
            }
        .landing_links ul li a.profile {
            background: url(../../../Images/Landing/clinical_header_nav.png) no-repeat;
            background-position: 7px -142px;
           
            padding: 24px 30px;
        }
            .landing_links ul li a.profile:hover {
                background-position: 7px -213px;
                
            }
            .landing_links ul li a.profile.active {
                background: url(../../../Images/Landing/clinical_header_nav.png) no-repeat;
                background-position: 7px -213px;
               
            }
    .landing_links ul li a.user {
        background: url(../../../Images/Landing/clinical_header_nav.png) no-repeat;
        background-position: 0px -283px;
    }
.landing_links ul li a.user:hover {
    background-position: 0px -340px;
}
    .landing_links ul li a.user.active {
        background: url(../../../Images/Landing/clinical_header_nav.png) no-repeat;
        background-position: 0px -340px;
    }
.landing_links ul li a.logout {
    background: url(../../../Images/Landing/clinical_header_nav.png) no-repeat;
    background-position: 6px -403px;
    padding: 24px 30px;
}
.landing_links ul li a.logout:hover {
    background-position: 6px -403px
}

.navbar_searchbox {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 5px 10px !important;
    border-color: #23486d;
    border: none !important;
    color: #4d6a85 !important;
    background-color: #23486d !important;
    font-family: 'SEGOEUIB'
}

    .navbar_searchbox:focus {
        background-color: #23486d;
        box-shadow: 0 0 0 0rem;
    }

.input-group-text {
    background-color: #23486d !important;
    border-color: #23486d !important;
    color: white !important;
}
.datatable_searchbtn {
    border: none !important;
    float: right;
    margin-left: 0px;
    margin-right: -10px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding: 3px 11px !important;
}

    .datatable_searchbtn :hover {
        background-color: transparent !important;
    }

.btn-outline-secondary {
    background-color: transparent !important;
    border: none !important;
}

    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0rem rgb(108 117 125 / 50%) !important;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0rem rgb(108 117 125 / 50%) !important;
    }

.time_text {
    margin-top: 2px;
    color: white;
    font-family: 'SEGOEUIB';
    font-size: 9pt;
}


.dshbd_calender{
    margin-right:8px;
}

.chats .badge_blink {
    position: absolute;
    top: -2px;
    margin-left: 4px;
    animation: animate 0.8s linear infinite;
}
.notification .badge_blink {
    position: absolute;
    top: -2px;
    margin-left: 4px;
    animation: animate 0.8s linear infinite;
}


@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}
.navbar_searchbox:focus {
    background-color: #23486d !important;
    box-shadow: 0 0 0 0rem !important;
}

@media only screen and (min-device-width : 718px) and (max-device-width : 1024px) and (orientation : portrait) {
   
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1420px) and (orientation : portrait) {
    .header_col a{
        font-size:10px !important;
    }
   
}

@media only screen and (min-device-width : 1200px) and (max-device-width : 1599px) and (orientation : landscape) {
    .header_col a {
        font-size: 13px !important;
    }
   
}

@media only screen and (min-device-width : 1600px) and (max-device-width : 1920px) and (orientation : landscape) {
    .header_col a {
        font-size: 13px !important;
    }
  
}
.locationnav_text {
    margin-top: 2px;
    color: white;
    font-family: 'SEGOEUIB';
    font-size: 9pt;
}

.headernav_toggleswitch {
    padding: 10px 12px !important;
}