﻿body {
    font-family: 'Cairo',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.angular-ui-tree-empty {
    background: none !important;
    border: none !important;
}



/*preloader*/
.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}

.logo-element {
    font-size: 10px;
}

.modal-icon {
    color: #fcd002 !important;
}

.survey-link {
    /*color: #fcd002 !important;
    text-shadow: 1px 1px 1px #000;*/
}


    .survey-link:visited {
        font-weight: bold;
    }

.d-b {
    display: block;
}

.eighty {
    width: 90%;
}

.btn-large-dim {
    width: 40px;
    height: 40px;
    font-size: 12px;
}

.select-padding {
    padding: 0px 12px;
}

.btn-primary-white {
    background-color: #fff;
    border-color: #828282;
    color: #000;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
}

.input-plus-button {
    width: 70% !important;
}

.form-width {
    width: 33%;
}
@media (max-width: 767px){
    .form-width {
        width: 100%;
    }
}

.btn-primary-white:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-primary-green-inverted, .btn-primary-green-inverted:active, .btn-primary-green-inverted:link, .btn-primary-green-inverted:visited {
    background-color: #fff;
    border-color: #077b64;
    color: #fcd002 !important;
}

    .btn-primary-green-inverted:hover {
        background-color: #414040;
        border-color: #077b64;
        color: #fff !important;
    }

.nearly-half {
    width: 48%;
}

.relative {
    position: relative;
}

.related-question-notification {
    position: absolute;
/*    left: 28%;
*/    top: 0;
    padding: 3px 7px;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
}

.clearboth {
    clear: both;
}

.popover {
    right: auto;
}

.fix-th {
    max-width: 200px;
}

.width85 {
    width: 85%;
}

.btn-primary-blue-inverted, .btn-primary-blue-inverted:active, .btn-primary-blue-inverted:link, .btn-primary-blue-inverted:visited {
    background-color: #fff;
    border-color: #1a73b3;
    color: #1a73b3 !important;
}

    .btn-primary-blue-inverted:hover {
        background-color: #1a73b3;
        border-color: #1a73b3;
        color: #fff !important;
    }

.btn-primary-red-inverted, .btn-primary-red-inverted:hover, .btn-primary-red-inverted:active, .btn-primary-red-inverted:link, .btn-primary-red-inverted:visited {
    background-color: #fff;
    border-color: red;
    color: red !important;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
}

    .btn-primary-red-inverted:hover {
        background-color: red;
        border-color: red;
        color: #fff !important;
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,.2);
    }

.modal-footer {
    text-align: right;
}

.df {
    display: -webkit-flex; /* Safari */
    display: flex;
}

.df-sp-arnd {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
}

@media (max-width: 767px){
    .panel-group .panel-title .df-sp-arnd{
        padding-top: 1rem;
    }
}

.f-dr {
    flex-direction: row;
}

.f-dc {
    flex-direction: column;
}

.f-wrp {
    flex-wrap: wrap;
}

.f-jcc {
    justify-content: center;
}

.f-aic {
    align-items: center;
}

.f-ase {
    align-self: end;
}

.f-jse {
    justify-self: end;
}

.f-g1 {
    flex-grow: 1;
}

.button-position-bottom {
    position: absolute;
    bottom: 20px;
    inset-inline-end: 10px;
}

.panel-heading {
    padding: 5px 15px;
    min-height: 40px;
}

.section-name {
    font-weight: bold;
    color: #497abe !important;
    line-height: 2em;
    font-size: 14px;
}

.btn-transperant {
    font-size: 12px;
}

.map-vw {
    width: 35vw;
}

.font-small {
    font-size: 12px !important;
}

.font-xs {
    font-size: 10px !important;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.btn-xs {
    width: 34px;
    height: 34px;
}

.btn-primary-save {
    background-color: #05866c;
    border-color: #05866c;
    color: #fff !important;
}

.list-group-item {
    background-color: #fff !important;
}

.font90 {
    font-size: 90px;
}

.d-i-b {
    display: inline-block;
}

.fix-p {
    padding: 5px 10px 10px 10px;
}

.m-rl-sm {
    margin-right: 5px;
    margin-left: 5px;
}

.m-t-sm {
    margin-top: 5px;
}

.m-b-sm {
    margin-bottom: 5px;
}

.m-t-md {
    margin-top: 15px;
}

.m-b-md {
    margin-bottom: 15px;
}

.bg-gray {
    background-color: #f5f5f5;
}

.half-width {
    width: 50%;
}

.form-control {
    padding: 2px 12px;
}

.p-n {
    padding: 0px;
}

.p-rl-sm {
    padding-right: 5px;
    padding-left: 5px;
}

.p-rl-md {
    padding-right: 15px;
    padding-left: 15px;
}

.p-t-sm {
    padding-top: 5px;
}

.p-b-sm {
    padding-bottom: 5px;
}

.p-t-md {
    padding-top: 15px;
}

.p-b-md {
    padding-bottom: 15px;
}

.table-buttons {
    /*width: 300px;
    min-height: 1px;*/
}

@media (max-width: 767px) {
    .table-buttons {
        margin-top: 15px;
    }

        .table-buttons .btn {
            display: block;
            float: none !important;
            margin: 0;
            width: 100%;
        }

            .table-buttons .btn + .btn {
                margin-top: 5px;
            }
}

.width350 {
    width: 350px;
}

.black-color {
    color: #000;
}

.quarter-m {
    margin-right: 9%;
}

.quarter-s {
    margin-right: 7%;
    margin-left: 7%;
}

    .quarter-s.active {
        background-color: #DDDDDD !important;
        box-shadow: inset 0px 0px 0px #828282, 0px 5px 0px 0px #828282, 0px 5px 5px #999999 !important;
        border-color: #828282;
    }

.choose-from, .choose-from:hover, .choose-from:active, .choose-from:focus, .choose-from:active:hover {
    background-image: url('../img/choose.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f8f8f8;
    border-color: #828282;
    box-shadow: inset 0px 0px 0px #828282, 0px 5px 0px 0px #828282, 0px 10px 5px #999999 !important;
}

.dropdown-button, .dropdown-button:hover, .dropdown-button:active, .dropdown-button:focus, .dropdown-button:active:hover {
    background-image: url('../img/drop-down-menu.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f8f8f8;
    border-color: #828282;
    box-shadow: inset 0px 0px 0px #828282, 0px 5px 0px 0px #828282, 0px 10px 5px #999999 !important;
}

.image-button, .image-button:hover, .image-button:active, .image-button:focus, .image-button:active:hover {
    background-image: url('../img/image.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f8f8f8;
    border-color: #828282;
    box-shadow: inset 0px 0px 0px #828282, 0px 5px 0px 0px #828282, 0px 10px 5px #999999 !important;
}

/* Style the dropdown toggle button    #f8f9fa;*/
.dropdown-toggle {
    background-color: #676a6c;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
    font-weight: bold;
    transition: all 0.3s ease;
}

    /* Change button background color on hover */
    .dropdown-toggle:hover {
        background-color: #e9ecef;
    }

/* Style the dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 2px solid #ced4da;
    border-radius: 5px;
    padding: 5px 0;
    margin-top: 5px;
    min-width: 200px;
    max-height: 200px; /* Set a max height for the dropdown */
    overflow-y: auto; /* Enable vertical scrolling */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Show the dropdown menu when the dropdown button is clicked */
.dropdown.open .dropdown-menu {
    display: block;
}

/* Style the checkbox container */
.checkbox-container {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Change background color of selected items */
.selected {
    background-color: #f0f0f0;
}

/* Add box shadow on hover */
.checkbox-container:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Style the select all and clear all buttons */
.dropdown-menu li button {
    margin: 5px 10px;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
}

    /* Change button background color on hover */
    .dropdown-menu li button:hover {
        background-color: #e9ecef;
    }



.explain, .explain:hover, .explain:active, .explain:focus, .explain:active:hover {
    background-image: url('../img/filltext.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f8f8f8;
    border-color: #828282;
    box-shadow: inset 0px 0px 0px #828282, 0px 5px 0px 0px #828282, 0px 10px 5px #999999 !important;
}

.location, .location:hover, .location:active, .location:focus, .location:active:hover {
    background-repeat: no-repeat;
    background-image: url('../img/location.png') !important;
    background-size: contain;
    background-color: #f8f8f8;
    border-color: #828282;
    box-shadow: inset 0px 0px 0px #828282, 0px 5px 0px 0px #828282, 0px 10px 5px #999999 !important;
}

.right-or-wrong, .right-or-wrong:hover, .right-or-wrong:active, .right-or-wrong:focus, .right-or-wrong:active:hover {
    background-image: url('../img/trueorfalse.png') !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f8f8f8;
    border-color: #828282;
    box-shadow: inset 0px 0px 0px #828282, 0px 5px 0px 0px #828282, 0px 10px 5px #999999 !important;
}

.scroll-md {
    max-height: 100px;
    overflow-y: auto;
}

.scroll-lg {
    max-height: 500px;
    overflow-y: auto;
}

.after-login-logo {
    width: 46%;
    margin-right: 25%;
    margin-top: 45%;
}

.user-div {
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
}

.bottom-logo {
    position: absolute;
    top: 10px;
    right: 1rem;
    z-index: 100;
}

.date-position {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
}

.button-position {
    position: absolute;
    top: 15px;
    inset-inline-end: 10px;
}

.width33 {
    width: 33%;
}

.width25plusfont {
    width: 25%;
    font-size: 12px;
    padding: 5px 0px 5px 5px;
}

.mh-full-vh {
    min-height: 100vh !important;
}

.remove-link {
    color: gray;
    font-size: 15px;
    cursor: pointer;
}

    .remove-link:hover {
        color: red;
    }

.animal-owner-div {
    padding: 10px 15px;
    border-right: 2px solid #fcd002;
    max-height: 205px;
    overflow: hidden;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.remove-list-style {
    padding: 0px;
    list-style: none;
}

.user-circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: %50;
    background-color: #414040;
    height: 55px;
    width: 55px;
    overflow: hidden;
    margin-top: 10px;
    color: #fff;
    font-size: 1.1em;
    padding: 12px;
}

.animal-number {
    height: 55px;
    overflow: hidden;
    margin-top: 10px;
    color: #414040;
    font-size: 1.1em;
}

.user-fixes {
    /*max-width: 60%;*/
    overflow: hidden;
    padding: 10px;
    font-size: 12px;
}

    .user-fixes p {
        margin-bottom: 3px;
    }

.overflow-user {
    /*max-width: 43%;*/
    padding: 10px 5px 10px 5px;
    max-height: 157px;
    overflow: hidden;
}

.login-intro {
    font-size: 40px;
    color: #414040;
}

.login-bg {
    background-image: url('../img/login-bg.jpg');
    background-repeat: no-repeat;
    background-clip: border-box;
    background-origin: border-box;
    background-position: center center;
    background-size: cover;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.block-bg-1 {
    width: 15px;
    height: 15px;
    background-color: green;
}

.block-bg-2 {
    width: 15px;
    height: 15px;
    background-color: gray;
}

.block-bg-3 {
    width: 15px;
    height: 15px;
    background-color: blue;
}

.tel-alignment {
    direction: ltr;
    text-align: right;
    display: inline-block;
}
/* Alert */
.d-n {
    display: none !important;
}

.custom-alert {
    position: fixed;
    z-index: 9999;
    -webkit-transition: all 6s; /* Safari */
    transition: all 6s;
    opacity: 0;
    width: auto;
    height: auto;
    left: 30%;
    right: 30%;
    top: 20px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #ccc;
    -webkit-animation: custom-alert 6s 1; /* Safari 4+ */
    -moz-animation: custom-alert 6s 1; /* Fx 5+ */
    -o-animation: custom-alert 6s 1; /* Opera 12+ */
    animation: custom-alert 6s 1; /* IE 10+, Fx 29+ */
}

.b-danger {
    border-color: #ccc #ccc #900 #ccc;
    border-bottom-width: 3px;
    background-color: #f33;
    box-shadow: 0px 0px 30px #ccc;
}

.b-info {
    border-color: #ccc #ccc #33F #ccc;
    border-bottom-width: 3px;
    background-color: #23c6c8;
    box-shadow: 0px 0px 30px #ccc;
}

@-webkit-keyframes custom-alert {
    0% {
        opacity: 0;
        display: block;
    }

    25% {
        opacity: 1;
        display: block;
    }

    75% {
        opacity: 1;
        display: block;
    }

    100% {
        opacity: 0;
        display: none !important;
    }
}

@-moz-keyframes custom-alert {
    0% {
        opacity: 0;
        display: block;
    }

    25% {
        opacity: 1;
        display: block;
    }

    75% {
        opacity: 1;
        display: block;
    }

    90% {
        opacity: 0;
        display: none !important;
    }
}

@-o-keyframes custom-alert {
    0% {
        opacity: 0;
        display: block;
    }

    25% {
        opacity: 1;
        display: block;
    }

    75% {
        opacity: 1;
        display: block;
    }

    100% {
        opacity: 0;
        display: none !important;
    }
}

@keyframes custom-alert {
    0% {
        opacity: 0;
        display: block;
    }

    25% {
        opacity: 1;
        display: block;
    }

    75% {
        opacity: 1;
        display: block;
    }

    100% {
        opacity: 0;
        display: none !important;
    }
}
/* Alert */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}

.category-div {
    min-height: 35px;
    padding: 15px 10px 10px 10px;
    border-right-color: #fcd002 !important;
    border: 1px solid #ddd;
    box-shadow: 0px 4px #ddd;
    width: 48%;
    margin: 5px 1% 5px 1%;
}

@media (max-width:767px) {
    .category-div {
        width: 100%;
    }
}

.attempt-div {
    min-height: 35px;
    padding: 15px 10px 10px 10px;
    border-right-color: #fcd002 !important;
    border: 1px solid #ddd;
    box-shadow: 0px 4px #ddd;
    width: 100%;
    margin: 5px 1% 5px 1%;
}

.check-icon {
    padding: 10px;
    font-size: 24px;
    color: #05866c;
}

.false-icon {
    padding: 10px;
    font-size: 24px;
    color: red;
}

.search-div {
    position: relative;
    top: 5px;
}

.border {
    border: 1px solid #fcd002;
}

.choose-loaction {
    background-color: #414040;
    padding: 15px;
    color: #fff;
}
/*rating*/
.star-rating {
    margin: 0;
    padding: 0;
    display: inline-block;
}

    .star-rating .star {
        padding: 1px;
        color: #ddd;
        font-size: 20px;
        text-shadow: .05em .05em #aaa;
        list-style-type: none;
        display: inline-block;
        cursor: pointer;
    }

        .star-rating .star.filled {
            color: #fd0;
        }

    .star-rating.readonly .star.filled {
        color: #666;
    }

.d-t {
    display: table;
}

.survey-bg {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

.related-nested-notification {
    position: absolute;
    left: 25%;
    top: -17px;
    padding: 3px 7px;
    background-color: red;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
}

.nested-bg {
    padding-right: 5px;
    border-right: 1px solid #fcd002;
}

.tblQues th {
    width: 15%;
}

@media (max-width: 767px) {
    .tblQues th {
        width: 25%;
    }
}

.tblQues tr {
    border-bottom: 2px solid #fcfcfc
}
/*******/
/* - MAP ICOs - */
.f-c-red {
    color: #c62e2e;
}

.f-c-green {
    color: #4cc42f;
}

.f-c-blue {
    color: #31a0c4;
}
/*print*/
/* Style the checkbox container */
.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    /* Style the checkbox */
    .checkbox-container input[type="checkbox"] {
        margin-right: 5px; /* Adjust spacing between checkbox and label */
    }

    /* Style the selected items */
    .checkbox-container.selected {
        background-color: #E0E0E0; /* Change background color of selected items */
        border-radius: 3px; /* Add border radius for rounded corners */
    }

    /* Style the label text */
    .checkbox-container label {
        cursor: pointer; /* Change cursor to pointer when hovering over label */
    }
@media print {

    .navbar-default.navbar-static-side {
        display: none;
    }

    .remove-for-print {
        display: none;
    }

    .show-for-print {
        display: block !important;
    }

    .print input[type=text] {
        height: 68px;
        background-color: #ccc;
    }

    ::-webkit-input-placeholder {
        visibility: hidden !important;
    }

    ::-moz-placeholder {
        visibility: hidden !important;
    }

    :-ms-input-placeholder {
        visibility: hidden !important;
    }

    :-moz-placeholder {
        visibility: hidden !important;
    }
}
