﻿
.panel-primary > .panel-heading {
    color: #fff;
    background-color: rgb(176, 0, 45) !important;
    border-color: rgb(176, 0, 45) !important;
}

.panel-primary > .panel-heading {
    background-image: none;
    background-image: none;
}

.table tbody tr:hover td, .table tbody tr:hover th, .table tbody tr:hover th a {
    background-color: rgb(176, 0, 45) !important;
    color: white !important;
}

.table tbody  { 
    color: black !important;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
    font-size: 10px;
}

.navbar-nav > li > .dropdown-menu {
    /*background-color: #444;*/
    background-color: white;
}
.dropdown-menu > li > a {
    color: white;
    font-family: "Tahoma", "Geneva", sans-serif;
    font-size: 10px;
}

.select2-results {
    font-size: 10px !important;
    font-family: 'Quicksand', sans-serif;
}

.select2-container .select2-choice > .select2-chosen {
    font-family: "Tahoma", "Geneva", sans-serif;
    font-size: 10px;
    text-align: center;
}

.open > .dropdown-menu {
    display: inline-flex !important;
    width:80%;
}



.con-tooltip {
    position: relative;
    /*background: #ddd;*/
    background: white;
    border-radius: 9px;
    padding: 5px 50px;
    margin: 5px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: default;
}


.tooltip {
    /*text-align: left;*/
    visibility: hidden;
    z-index: 1;
    opacity: .40;
    width: 300px;
    padding: 5px 20px;
    background: #b0002d;
    border-color: coral;
    color: white;
    position: absolute;
    top: -140%;
    left: -25%;
    border-radius: 9px;
    font: 16px;
    transform: translateY(9px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}

 
.tooltip::after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #ff0000 transparent transparent transparent;
    position: absolute;
    left: 40%;
}

.con-tooltip:hover .tooltip {
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
    transition: .3s linear;
    animation: odsoky 1s ease-in-out infinite alternate;
}

@keyframes odsoky {
    0% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(1px);
    }
}
 
/*.left:hover {
    transform: translateX(-6px);
}

.top:hover {
    transform: translateY(-6px);
}

.bottom:hover {
    transform: translateY(6px);
}

.right:hover {
    transform: translateX(6px);
}

.right .tooltip {
    top: -15%;
    left: 109%;
}

.right .tooltip::after {
    top: 40%;
    left: -12%;
    transform: rotate(90deg);
}*/


/*hover ToolTip*/
.left:hover {
    transform: translateX(-6px);
}

.top:hover {
    transform: translateY(-6px);
}

.bottom:hover {
    transform: translateY(6px);
}

.right:hover {
    transform: translateX(6px);
}



/*left*/

.left .tooltip {
    top: -20%;
    left: -170%;
}

.left .tooltip::after {
    top: 40%;
    left: 90%;
    transform: rotate(-90deg);
}




/*bottom*/

.bottom .tooltip {
    top: 115%;
    left: -20%;
}

.bottom .tooltip::after {
    top: -50%;
    left: 10%;
    transform: rotate(180deg);
}

.right .tooltip {
    top: -20%;
    left: 115%;
}

.dropdown-toggle::after {
    display: none;
}

 