﻿:root {
    --main-bg-color: #3392e2;
    --secondary-bg-color: #3078b5; /*#337ab7;  Slightly LIGHTER version of the default color*/
    --main-bg-color-darker20: #2a7bbf; /*Slightly DARKER version of the default color*/
    --main-bg-color-darker30: #2e6da4;
    --main-bg-color-lighter40: #b2e2ff;
    --main-text-color: #000000;
    --sidebar-background-color: #cecece;
    --sidebar-header-text-color: #ffffff;
    /*#3185cc  bocked*/
}

body {
    padding-top: 50px;
    background-color: #eee;
    font-family: wf_segoe-ui_semibold,"Segoe UI Semibold","Segoe WP Semibold","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.navbar-inverse {
    background-color: var(--main-bg-color);
    border: none;
    height: 50px;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        background-color: var(--main-bg-color-darker20) !important;
    }

.login-container {
    margin-left: 14%;
}

.row {
    margin: auto;
    padding: 10px 25px 0 0;
}

.container-fluid {
    padding: 0px !important;
}

.PageDesc {
    border-top: 3px solid #b7b7b7;
    border-bottom: 3px solid #b7b7b7;
    margin: 5px 5px 20px 5px;
}

.checkbox input[type="checkbox"] {
    margin-left: 0;
}

hr {
    border-top: 1px solid #d0d0d0;
}

.col-md-8 {
    padding-left: 0;
    margin-left: 18.5%
}

@media (max-width: 994px) {
    .col-md-8, .form-horizontal > #white, .container > #white {
        margin-left: 0;
    }
}

@media (max-width: 1130px) {
    #EventListCon {
        width: 600px !important;
    }
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
    -webkit-filter: blur(2px); /* Safari 6.0 - 9.0 */
    filter: blur(2px);
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#NavLogo {
    /*background: #3078b5; */
    display: inline-block;
    width: 250px;
    float: left;
}

.form-control {
}

#white {
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

.LeftPanelTextItem {
    /*vertical-align: middle;*/
    padding-left: 8px;
}

@media (min-width : 1200px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: none;
    }
}

@media (max-width: 900px) {
    #LoggedInTenantDiaplayName {
        display: none;
    }
}

/* When screen size is smaller than 768px */
@media (max-width: 768px) {
    .container {
        max-width: none;
    }

    #minimiseLeftPan {
        display: none !important;
    }

    .LeftPanelTextItem, .sideNavDividingBarLeft, .sideNavHeading, .sideNavDividingBarRight {
        display: block !important;
    }

    .sideNavDividingBarSlim {
        display: none !important;
    }

    .sidebarSkinny {
        width: 100% !important;
    }

    .form-control {
        width: 100%;
    }

    #collapsedDropDownButton {
        display: inline-block;
        float: right;
    }

    .navbar-collapse.collapse {
        background: var(--main-bg-color);
        box-shadow: 0px 20px 20px 5px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 4px 4px 5px 0 rgba(0,0,0,.12);
        overflow-y: scroll;
        margin-top: 50px;
    }

    .k-panelbar > .k-item > .k-link.k-header {
        background: var(--main-bg-color) !important;
    }

        .k-panelbar > .k-item > .k-link.k-header:hover {
            background: #3185cc !important;
        }

    .breadcrumb-navbar {
        color: var(--main-bg-color);
        height: 50px;
        background-color: white;
        position: fixed;
        top: 50px;
        left: 0px;
        margin-left: 0px !important;
        width: 100%;
        z-index: 1;
        border-left: 5px solid var(--main-bg-color-darker30);
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 4px 4px 5px 0 rgba(0,0,0,.12);
    }

    .container.body-content {
        margin-top: 50px;
        margin-left: 0px;
        /*width: auto !important;*/
    }

    #NavLogo {
        width: 180px;
    }

    #LoggedInTenantDiaplayName {
        display: block;
    }
}

/* When screen size is larger than 768px */
@media (min-width: 768px) {
    #AccountCon {
        display: inline-block;
        float: right;
    }

    .navbar-right {
        margin-right: 0px !important;
    }

    .navbar-collapse.collapsing {
        background-color: red !important;
    }

    #sidebar {
        width: 250px;
        position: fixed;
        background-color: white;
        z-index: 5000;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 4px 4px 5px 0 rgba(0,0,0,.12);
        overflow: auto;
        top: 50px;
        bottom: 0;
    }

    .breadcrumb-navbar {
        color: var(--main-bg-color);
        height: 50px;
        background-color: white;
        Padding-left: 250px;
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 50px;
        left: 0px;
        border-left: 5px solid var(--main-bg-color-darker30);
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 4px 4px 5px 0 rgba(0,0,0,.12);
    }
}

.NotificationProgressBar {
    margin-top: 40px;
    font-size: 12px;
}

.progressWidth {
    height: 17px;
    position: absolute;
}

.progressMessage {
    left: 25px;
    position: absolute;
}

.NotificationTitle {
    position: absolute;
    width: 352px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.NotificationDetails {
    position: absolute;
    width: 352px;
    margin-top: 20px;
    font-size: 11px;
    font-style: italic;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.NotsProgressLoadingBG {
    background: #efefef;
    position: absolute;
    width: 91%;
    height: 17px;
}

.notificationFileLink .ondemandFileLink {
    color: #2f95e3;
}

.dismissAlert {
    float: right;
}

    .dismissAlert:hover {
        background-color: #ff8181;
        border-radius: 10px;
        cursor: pointer;
    }

.dismissNotification {
    float: right;
}

    .dismissNotification:hover {
        background-color: #ff8181;
        border-radius: 10px;
        cursor: pointer;
    }

#reportContainer {
    height: 790px;
    width: 100%;
    /*margin-top: -57px;*/
    border: none;
    margin-left: -2px;
}

#panelbar {
    overflow: hidden;
    list-style: none;
    padding-left: 0px;
}

    #panelbar li ul {
        list-style: none;
        padding-left: 0px;
    }

.loadersmall{
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loading {
    position: fixed;
    width: 100vw;
    height: 100%;
    background: rgba(255, 255, 255, 0.9) url(images/spinner-md.gif) center 25% no-repeat;
    z-index: 10000;
}

h1 {
    font-family: az_ea_font,wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
    font-size: 24px;
}

.control-label {
    color: #222;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
    font-size: 26px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

    .navbar-inverse .navbar-nav > li > a > img {
        margin-top: -10px;
        margin-bottom: -5px;
        cursor: pointer;
    }

.cog {
    background-image: url(images/cog.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    display: block !important;
    cursor: pointer;
    padding: 25px !important;
    background-repeat: no-repeat;
    background-size: 18px;
}

.navbar-brand {
    float: left;
    padding: 15px 0px 15px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 0px !important;
}

.navbar-nav li:hover, .navbar-nav a:hover {
    background-color: #8b9191;
}

.navbar-nav li:active {
    background-color: #3490df;
}

.breadcrumb {
    background-color: transparent;
    margin: 5px;
    font-size: 18px;
    white-space: nowrap;
    float: left;
}

#breadcrumb-nav-logo-container {
    height: inherit;
    float: right;
}

#breadcrumb-nav-logo {
    padding-top: 7px;
    padding-bottom: 7px;
    height: inherit;
    padding-right: 1.2rem;
}

.checkbox {
    color: #fff;
}

.text-muted {
    color: #2d3239;
    text-align: center;
    padding-bottom: 0px;
}

#title_image {
    vertical-align: middle;
    height: 35px;
    margin-top: -8px;
}

#tileboard {
    margin-left: 75px;
}

    #tileboard div {
        float: left;
        width: 110px;
        height: 110px;
        margin: 10px 0 0 10px;
        position: relative;
        overflow: hidden;
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(255,255,255,0.2) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0, 0, 0, 0.05)), color-stop(100%,rgba(255,255,255,0.2)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%,rgba(0, 0, 0, 0.05) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%,rgba(255,255,255,0.2) 100%);
        background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%,rgba(255,255,255,0.2) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%,rgba(255,255,255,0.2) 100%);
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    }

        #tileboard div:hover {
            -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
            -webkit-transition: all 0.1s ease-in-out;
        }

        #tileboard div .icon {
            font-size: 48px;
            width: 100%;
            height: 100%;
            line-height: 100px;
            position: absolute;
            text-align: center;
            display: block;
            color: #2d3239;
        }

            #tileboard div .icon img {
                margin-top: -10px;
                width: 60px;
            }

        #tileboard div .description {
            display: none;
            width: 100%;
            height: 100%;
            position: absolute;
            padding-left: 10px;
            top: 70px;
            font-size: 14px;
            color: #2d3239;
        }

.users {
    background-color: #00aba9;
}

.clients {
    background-color: #910091;
}

.definitions {
    background-color: #8cbf26;
}

.events {
    background-color: #f09609;
}

.regions {
    background-color: #a05000;
}

.groups {
    background-color: #1ba1e2;
}

.herds {
    background-color: #1ba1e2;
}

.titleboardbackground {
    background-color: #fff;
}

.filtering {
    background-color: #ad92ac;
}

.editing {
    background-color: #5a588f;
}

.panel.panel-default {
    background-color: white;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    margin: 10px;
}

.innerEvents {
    bottom: 0;
}

.navbar-inverse .navbar-toggle {
    border-color: white;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #3078b5;
    }

#recordinginfopanel .panel-heading {
    background-color: white;
    color: #616161;
    border-bottom: 1px solid #dddddd;
}

/* Contact form */

.maps-column {
    width: 44%;
}

.details-column {
    width: 28%;
}

#contactForm {
    float: left;
    width: 304px;
    margin-top: 22px;
}

.contact-hr {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

#contact-form-office {
    list-style: none;
    padding-left: 0;
}

#contactOfficeDunedin, #contactOfficeEdinburgh {
    display: inline-block;
    width: 20px;
}

#contact-office {
    padding-top: 7px;
    padding-bottom: 0;
}

#contact-form-office > li > input {
    height: 28px;
}

.optionset > li {
    display: inline-block;
    padding-right: 10px;
}

.optionset label {
    line-height: 35px;
    vertical-align: top;
}

.textbox {
    height: 70px;
}

.textarea {
    height: 190px;
}

.form-submit {
    padding-top: 7px;
}

.contactFields {
    padding-left: 5px;
    list-style: none;
    margin-bottom: 5px;
    width: 100%;
    height: 35px;
    background-color: white;
    border-radius: 1px;
    color: #656565;
}

.text, .textarea {
    width: 100%;
}

input.text {
    background-color: #e5e5e5;
    border-style: none;
    height: 27.5px;
    color: #656565;
}

textarea {
    resize: none;
    background-color: #e5e5e5;
    color: #656565;
    border-style: none;
}

.valDunedin > label, .valEdinburgh > label {
    padding: 0 10px;
    margin-bottom: auto;
    font-size: 15px;
}

#submit {
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 35px;
    text-align: center;
    background-color: #0099da;
    color: #fff;
    border: none;
    border-radius: 1px;
}

.maparticle {
    width: 100%;
    height: 300px;
    margin: 10px 0px 0 0;
    background-color: grey;
    float: left;
}

.map {
    width: 100%;
    height: 100%;
    border: 1px solid #d3d3d3;
}

.col-2-1 {
    font-size: 12px;
    height: 145px;
    margin-top: 10px;
    float: left;
}

.contact-address > h5 {
    margin-top: 0;
}

.contact-address {
    padding: 15px 20px 26px 20px;
    background-color: #e0e0e0;
    color: #656565;
}

    .contact-address h5 {
        color: #333;
    }

.contact-details {
    background-color: #0099da;
    color: #fff;
}
/* Address detail cards */
.vcard dl {
    padding: 10px 0 10px 10px;
    position: absolute;
}

.vcard dd {
    padding: 5px;
    color: #fff;
}

    .vcard dd > a {
        color: #fff;
    }

/* Recaptcha */
.g-recaptcha {
    display: inline-block;
    margin-top: 5px;
}

.recaptcha-container {
    text-align: center !important;
}

    .recaptcha-container .field-validation-error {
        text-align: left !important;
        display: block;
    }

.recapture-error {
    margin: -10px 0px !important;
}

@media (min-width: 1200px) {
    .col-6 {
        float: left;
        width: 20%;
    }

    .col-2-1 {
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 760px) {
    #contactForm {
        float: none;
    }

    .col-6 {
        width: 90%;
    }

    .footer-content {
        width: 90%;
    }

    .col-2-1 {
        width: 35%;
    }
}

@media (max-width: 768px) {
    .col-2-1 {
        width: 100%;
    }

    .details-column {
        width: 100%;
    }

    .footer-content {
        width: 84%;
        margin: 0 auto;
        padding-top: 0px !important;
    }

    .maps-column {
        width: 100%;
    }

    .container.body-content {
        margin-top: 50px;
        padding-left: 0px !important;
        padding-right: 5px;
    }

    .vcard {
        height: 100px;
    }

    h2 {
        text-align: center;
    }

    #contactForm {
        margin-top: 0;
    }

    #submit {
        margin-bottom: 30px;
    }
}

.field-validation-error {
    color: red;
    /*padding-top: 5px;*/
    display: inline-block;
}

#success {
    border: 1px solid #4BB543;
    background-color: #4BB543;
    color: #fff;
    border-radius: 1px;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

#failed {
    border: 1px solid #db4240;
    background-color: #db4240;
    color: #fff;
    border-radius: 1px;
    width: 95.25%;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

    #success > .k-icon, #failed > .k-icon {
        position: relative;
        left: -5px;
        top: -2px;
    }

/* Drop down menu */
/* Option 3 (using dark theme)*/
.k-state-selected:hover, .k-state-active > .k-state-selected, .k-grid tr.k-state-selected, .k-grid td.k-state-selected {
    background-color: #00bcf2;
    border-color: #3490df;
    color: #000;
    box-shadow: inset 0 0 3px 1px #3490df;
}

tr.k-state-selected:hover > td > a {
    color: #222;
}

tr.k-state-selected > td > a {
    color: #000;
}

#sidebar > #panelbar .k-group > .k-item > .k-link:hover {
    background-color: #d1e6f8;
    border-color: #d1e6f8;
    color: #222;
}

.k-panelbar > .k-item > .k-link.k-header {
    background-color: #282D32;
    color: #fff;
}

    .k-panelbar > .k-item > .k-link.k-header.k-state-hover {
        background-color: #c5c5c5;
        color: #fff;
        cursor: pointer;
    }

.k-panelbar > .k-item.k-state-active > .k-link.k-header {
    background-color: #3490df;
    color: #fff;
}

.k-group > .link-active > .k-link {
    background-color: #00bcf2;
    border-color: #00bcf2 !important;
    color: #fff !important;
}

/*
    selected (anicloud logo) blue:  #00bcf2
    light blue: #d1e6f8
    black:  #282D32
*/

/* Events grids/forms */
.panel-body {
    padding: 10px;
}

    .panel-body > div > div {
        width: 202px;
        margin-right: 20px;
        padding: 5px 0 5px 0;
    }

.MetaDataItemCon {
    position: relative;
    float: left;
    min-height: 65px;
}

.k-dropdown-wrap.k-state-default {
    margin-right: 20px;
}

.k-widget.k-dropdown.k-header {
    /* width: 170px !important;*/
}

.km-switch-wrapper > .km-switch-background, .km-switch-container > .km-switch-handle {
    color: #d1e6f8;
}

.kicon.k-i-tick, .k-i-plus:before, .k-i-x:before {
    vertical-align: middle;
    margin-bottom: 2px;
}

.k-icon.k-i-seek-w, .k-button-icontext > .k-icon.k-i-tick, #btnSaveChanges > .k-icon.k-i-seek-e {
    margin-top: 2px;
}

/* Reporting / Scheduled reports dropdown list*/
#panelbarReports {
    margin-left: 5px;
}

    .k-link .k-state-selected .k-state-focused, #panelbarReports > li > .k-panelbar .k-group > .k-item > .k-link.k-state-selected {
        background-color: #fff;
        color: #222;
    }

.k-grid tr:not(.nohover):hover {
    background-color: #d1e6f8;
    border-color: #d1e6f8;
    color: #222;
}

#panelbarReports .k-group > .k-item > .k-link.k-state-selected {
    background-color: #fff;
    color: #222;
}

#panelbarReports .k-group > .k-item > .k-link:hover, .k-panelbar .k-group > .k-item > .k-link.k-state-hover {
    background-color: #fff;
    color: #222;
}

.k-loading-image::after, .k-loading-image::before {
    display: none;
}
/* Create reports info panel*/

#andOrSwitch {
    width: 60px;
}

/* Language links above Footer */
#langOptions {
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
}

    #langOptions li {
        display: inline-block;
    }

        #langOptions li a {
            margin: 15px;
            color: #2d3239;
        }

/*Centers footer elements on login page*/
.footer-content {
    clear: both;
    padding-top: 20px;
}

/* Panel loader within div-event-recording-grid */
.panel-loader {
    background: rgba(255, 255, 255, 0.9) url(images/spinner-md.gif) center center no-repeat;
    filter: alpha(opacity=75);
    opacity: 0.75;
    position: absolute;
    z-index: 10000;
    display: none;
}

/* Dialog confirmation - clear data */
.k-overlay {
    opacity: 0.3 !important;
}
/* Header */
.k-dialog .k-window-titlebar {
    background: none;
    background-color: var(--main-bg-color);
    color: #fff;
    padding: .5em !important;
    border-radius: 0;
}

.k-window {
    border-radius: 0 !important;
}
/* Title */
.k-dialog-title {
    /*padding: 10px 0px 10px 0px !important;*/
    font-size: 1.15em !important;
    line-height: 1.3em !important;
}
/* Buttons */
.k-dialog .k-button {
    border-color: #b2b2b2 !important;
    /*border-top: none !important;*/
    border-radius: 0 !important;
}

    .k-dialog .k-button:hover {
        background-color: var(--main-bg-color);
        color: #fff;
    }
/* Content */
.k-dialog .k-content {
    border-bottom: none !important;
}

    .k-dialog .k-content p {
        padding: 10px 10px 10px 10px !important;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
    }

#recordEventDataForm {
    margin: 0px 0px 0px 10px;
}

/* Container for a row of input controls*/
.panelContainer {
    padding: 20px 10px 5px 10px;
}

#InputIndicators {
    margin: 8px 0px;
}

.EventControlRow {
    background: white;
    /*Not sure if this needs to be hidden or not*/
    overflow: visible;
    position: relative;
    padding-bottom: 10px;
    padding-left: 10px;
    margin: 5px;
    margin-bottom: 12px !important;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.k-grid-header th.k-header {
    background: white;
    border-width: 0px 0px 1px 0px !important;
}

.k-grid tr {
    background: white;
    border-width: 0px !important;
    cursor: pointer;
}

    .k-grid tr:hover {
        background: #efefef;
    }

#grid {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.offset-spinner {
    padding-left: 0px !important;
}
/* Alert notification panel text */
.k-notification-wrap {
    font-size: 1em;
    white-space: normal !important;
}

/* Prevent blue selection over the show more / less button */
.showMoreText {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .showMoreText:hover {
        color: var(--secondary-bg-color);
        cursor: pointer;
    }
/* Nested list within info panel containing event entry */
.eventEntryContent {
    list-style: none;
    padding: 0;
    border-bottom: none !important;
}
/* last row which contains show more /less button */
.toggleRow {
    text-align: right;
    padding: 2px 0px !important;
}
/* Each row containing event entry data */
.eventEntryContent > li {
    padding: 8px 5px 8px 0px;
}
/* Placeholder padding */
.placeHolderInfoPanel {
    padding: 8px !important;
}

    .placeHolderInfoPanel > span {
        padding: 0px !important;
    }
/* Animal info panel */
.animalInfoLookUpPanel {
    padding: 0;
    list-style: none;
}

    .animalInfoLookUpPanel:last-child {
        border-top: none;
    }

    .animalInfoLookUpPanel:not(:last-child) {
        border-bottom: 1px solid #cecece;
    }

    .animalInfoLookUpPanel:not(:first-child) {
        border-top: 1px solid #cecece;
        margin-top: 5px;
    }

    /* each row within info panel */
    .animalInfoLookUpPanel > li {
        background-color: transparent !important;
        padding: 8px;
    }

        .animalInfoLookUpPanel > li > span {
            cursor: text;
            display: inline-block;
        }

        .animalInfoLookUpPanel > li:nth-of-type(odd) {
            background-color: #efefef !important
        }

.animalInfoLookUpPanelCloseButt {
    float: right;
}

    .animalInfoLookUpPanelCloseButt:hover {
        background-color: #ff8181;
        border-radius: 10px;
        cursor: pointer;
    }

/* Panel data container */
.panelDataContainer {
    border-bottom: none !important;
}
/* Kendo accordian for Animal data */
.animalDataPanel {
    margin: 10px;
    margin-bottom: 10px !important;
}

    .animalDataPanel .k-link.k-header {
        background-color: var(--main-bg-color) !important;
        padding-left: 10px !important;
    }

.k-panelbar .k-link > .k-image {
    margin: 0px !important;
    margin-right: 0px !important;
    vertical-align: middle;
    margin-left: 5px !important;
    float: none !important;
    margin-top: -4px !important;
}

.panel-text-key {
    font-weight: bold;
    padding-right: 5px;
}

.panel-text-value {
    font-weight: 500;
    padding-right: 10px;
}

.k-panel > .k-item > .k-link {
    font-size: 1em !important;
}
/* Manage User page */
.manage-item {
    float: left;
    width: 210px;
}

.manage-lang-options {
    width: 20%;
}

.k-popup > .k-group-header {
    text-transform: none !important;
}

.k-dropzone .k-upload-status {
    color: #2e2e2e !important;
}

/* Record event data buttons */
.k-i-paste:before,
.k-i-trash:before {
    vertical-align: middle;
}

.errorInput {
    background-color: #d9534f !important;
}

#customtooltip {
    position: absolute;
    z-index: 500;
    background: #333;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    display: none;
    bottom: 45px;
}

    #customtooltip[data-show] {
        display: block;
    }

#arrow,
#arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: -1;
}

    #arrow::before {
        content: '';
        transform: rotate(45deg);
        background: #333;
    }

#customtooltip[data-popper-placement^='top'] > #arrow {
    bottom: -4px;
}

#customtooltip[data-popper-placement^='bottom'] > #arrow {
    top: -4px;
}

#customtooltip[data-popper-placement^='left'] > #arrow {
    right: -4px;
}

#customtooltip[data-popper-placement^='right'] > #arrow {
    left: -4px;
}

#LoggedInTenantDiaplayNameImage {
    background-color: var(--main-bg-color-darker20);
}

.btn-primary {
    color: #fff;
    background-color: var(--main-bg-color-darker20);
    border-color: var(--main-bg-color-darker30);
}

a {
    color: var(--main-bg-color);
    text-decoration: none;
}

.notification-bar {
    display: none;
}

.TestClass {
    display: none;
}