﻿  .ui-datepicker 
       {
            font-size:80%;
        }
        .style1
        {
            width: 100%;
        }

        .style22
        {
            width: 112px;
        }

  .update_modal
        {
            position: fixed;
            top: 0;
            left: 0;
            background-color: #1F1F1F;
            z-index: 99;
            background-color: rgba(0,0,0,0.4);
            min-height: 100%;
            width: 100%;
        }
        .update_center
        {
            z-index: 1000;
            margin: 300px auto;
            padding: 10px;
            width: 200px;
            background-color: White;
            border-radius: 10px;             
        }
         .modal_RU
        {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 99;
            background-color: rgba(0,0,0,0.4);
            min-height: 100%;
            width: 100%;
        }
        .center_RU
        {
            z-index: 1000;
            margin: 300px auto;
            padding: 10px;
            width: 400px;
            height:170px;
            background-color: White;
            border-radius: 10px;           
        }
 
        .sticky {
          position: fixed;
          top: 0;
          width: 100%;
        }

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 50px;
 
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size:16px;
        
    padding-left:20px;
    padding-right:20px;
}
.tooltip .tooltipKONUM {
    visibility: hidden;
    min-width: 400px;
 
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size:16px;
        
    padding-left:20px;
    padding-right:20px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip .tooltipKONUM::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip:hover .tooltipKONUM {
    visibility: visible;
    opacity: 1;
}