@media (min-width: 992px) {
    #topnav .navigation-menu > li .submenu li a {
        padding: 6px 20px;
    }
    #topnav .navigation-menu > li .submenu li span.sub-menu-title {
        padding-bottom: 15px;
        padding-left: 20px;
        /*margin-bottom: 20px;*/
        display: block;
    }
}

textarea.no-resize{
    resize: none !Important;
}

img.grayscale{
    filter: grayscale(100%) !important;
}
img.grayscale:hover{
    filter: grayscale(0%) !important;
}

.avatar.avatar-provider {
    max-height: 45px;
}

.text-underline-dotted {
    border-bottom: 1px dotted #444 !important;
    text-decoration: none !important;
}

.fs-10 {font-size:10px !important;}
.fs-11 {font-size:11px !important;}
.fs-12 {font-size:12px !important;}
.fs-13 {font-size:13px !important;}
.fs-14 {font-size:14px !important;}
.fs-15 {font-size:15px !important;}
.fs-16 {font-size:16px !important;}

hr {background-color: #A6A6A6 !important;}

.text-italic {
    font-style: italic;
}

.tobii__counter {display:none !important;}

.tiltme:hover {
    transition: all 0.4s ease;
    transform: rotate(15deg);
}

.text-left {text-align:left;}
.text-center {text-align:center;}
.text-right {text-align:right;}

.float-right{float:right;}
.float-left{float:left;}

/**
PATHOLOGY REPORT SAMPLE CSS
*/

img#lab_logo {
    height:90px !important;
    width:auto;
}

img#brand_logo {
    height:50px !important;
    width:auto;
}

table#results tbody tr.no-border-bottom td,table#results tbody tr.no-border-bottom{
    border-bottom: none !important;
}
table#results tbody tr.no-border-bottom {
    border: none !important;
}
table#results tbody tr.extra-info {
    border: none !important;
    border-bottom: 1px solid rgb(222, 226, 230) !important;
}

.popover-header {font-size:16px !important;}

.popover {
    max-width: 300px !important;
    width: 300px !Important;
}

a#__popover-results {
    text-decoration: none !important;
    border-bottom:1px dotted #444444;
}

.olus-value {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size:18px;
    
}

.olus-value-bull {
    margin: 0px 5px 0px 5px;
    padding-top: -5px!Important;
    display: inline-block;
}
@media (max-width:992px) {
    #topnav .navbar-toggle {
        float:right!important;
    }
}