﻿/*.pull-left-paddding {
    float: left !important;
    padding-right: 0px;
    padding-left: 2px;
}

.paddinglabel {
    padding-right: 10px;
}

#search-dropdown > .dropdown-item, #menu-result-founds {
    color: #fff !important;
}

.dropdown-item:hover {
    background: linear-gradient(to right, #ea6303, #f4b51d) !important;
    color: #fff !important;
}*/

/*.h5, h5 {
    font-size: 1rem !important;
}*/

.blink {
    animation: blink-animation 5s steps(5, start) infinite;
    -webkit-animation: blink-animation 5s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}


.marker {
    background-color: yellow;
    font-weight: normal;
}

.RowSelected{ color:red !important;
         
}



.custom-lookup {
    position: relative;
    display: inline-block;
    margin-top: 2px !important;
}

.search-results {
    /*display: none;*/
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    z-index: 99;
    width: calc(100% - 100px); /* Adjust width to match input field */
    /*max-height: 150px;*/
    overflow-y: auto;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: solid 2px lightgray !important;
    overflow: auto !important;
    /*width: 60% !important;*/
    top:40px;
}


.RowEmergeny {
    background: #A52A2A !important;
    color: white !important;
    font-weight: bold !important;
}

                                                   
table.dataTable tfoot th {
    text-align:right !important;
   
}

table .tfoot-light th {
    /*color: #000 !important;*/
    color: #3A3B3C !important;
    font-weight: bold !important;
    font-size: 15px !important;
    background-color: #E8E8E0 !important;
    /*background-color: #E2F1F8 !important;*/
    /*background-image: none,linear-gradient(to bottom,rgba(255,255,255,.45) 0,rgba(255,255,255,0) 90%);*/
    /*font-weight: normal !important;*/
}