*
{
    margin: 0; padding: 0;
    font-family: sans-serif;
}

::selection
{
    color: #fff;
    background: #d82c2a8a;
}


.betoltesan {
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-animation: bummer 1s;
    animation: bummer 1s;
    -webkit-transform: scale(0,0); 
    transform: scale(0,0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; 
}

@-webkit-keyframes bummer {
    100% {
        -webkit-transform: scale(1,1); 
    }
}

@keyframes bummer {
    100% {
        transform: scale(1,1); 
    }
}



.jamina_logo_1
{
    font-family: 'Paytone One', sans-serif;
    color: #000;
    font-weight: bolder;
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff;
    letter-spacing: -1px;
}
.jamina_logo_2
{
    font-family: arial;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000;
    letter-spacing: -2px;
}
.jamina_logo_3
{
    font-size: 22px;
    font-style: italic;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0px 0 #000, 0px 1px 0 #000, -1px 0px 0 #000, 0px -1px 0 #000; 
    letter-spacing: -1px;
}





body
{
    background: #eee;
}

header
{
    height: 25px; 
    width: 100%;
    position: fixed; 
    z-index: 1; 
    top: 0; 
    background-color: #444; 
    overflow-x: hidden; 
    padding: 10px;
    padding-bottom: 15px;
}

header a 
{
    padding: 3px 16px 3px 16px;
    text-decoration: none;
    font-size: 28px;
    cursor: default;
    color: #fff;
}

nav
{
    height: 100%;
    width: 12%; 
    position: fixed; 
    z-index: 1; 
    top: 0;  
    left: 0;
    background-color: #555; 
    overflow-x: hidden; 
    margin-top: 50px;
    float: left;
}

nav a
{
    padding: 14px 8px 14px 16px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    font-family: sans-serif;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

nav a:hover
{
    color: #fff;
    background: #d82c2a;
    cursor: pointer;
}


main
{
    float: right;
    width: 88%;
    margin-top: 50px;
}

nav table
{
    height: 100%;
    width: 100%;
}
nav table td#nav
{
    vertical-align: top;
}


nav table td#foot
{
    vertical-align: bottom;
    padding-bottom: 75px;
    text-align: center;
}

.dion
{
    font-weight: bold;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -2;
}

#user_header
{
    text-align: right;
    color: #fff;
    padding-right: 25px;
    cursor: default;
}

.tab_cim
{
    color: #fff;
    background: #d82c2a;
    padding: 5px;
    border: 1px solid #eee;
}

.tab
{
    padding: 5px;
    border: 0;
}

#zebra:nth-child(even)
{
    background-color: rgba(204, 204, 204, 0.5);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.filter td
{
    background: #fff;
    padding: 15px;
    width: 100%;

    -webkit-box-shadow: -25px 25px 100px -30px rgba(0,0,0,1);
    -moz-box-shadow: -25px 25px 100px -30px rgba(0,0,0,1);
    box-shadow: -25px 25px 100px -30px rgba(0,0,0,1);
}
.filter_mezo
{
    border-radius: 3px;
    caret-color: #bd2422;
    padding: 5px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-left: 5px;
    margin-right: 25px;
}

.filter_mezo:focus {
    border: 1px solid rgba(0, 0, 0);
    -webkit-animation-name: mezo;
    -webkit-animation-duration: 0.2s;
}
@-webkit-keyframes mezo {
    0%   {box-shadow: 0px 0px 5px #d82c2a;}
    50%  {box-shadow: 0px 0px 20px #d82c2a;}
    100% {box-shadow: 0px 0px 5px #d82c2a;}
  }


/*<div class="toltes"></div>*/
.toltes {
    text-align: center;
    border-radius: 50%;
    border-top: 8px solid #bd2422;
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #fff;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
  } 
  
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg);}
    25% { border-top: 12px solid #d82c2a85; box-shadow: 0px 0px 10px #bd2422;box-shadow: inset 0px 0px 10px #bd2422;}
    50% { border-top: 12px solid #d82c2a1a; 
        border-radius: 2%; 
        width: 45px;height: 45px; 
        border-right: 12px solid #fff; 
        border-bottom: 12px solid #fff; 
        border-left: 12px solid #fff;
        box-shadow: inset  0px 0px 15px #bd2422;
        box-shadow: 0px 0px 50px #bd2422;}
    75% { border-top: 12px solid #d82c2a85; box-shadow: inset 0px 0px 10px #bd2422; box-shadow: 0px 0px 10px #bd2422;}
    100% { -webkit-transform: rotate(360deg); }
  }
  
@keyframes spin {
    0% { transform: rotate(0deg);}
    25% { border-top: 12px solid #d82c2a85; box-shadow: inset 0px 0px 10px #bd2422; box-shadow:  0px 0px 10px #bd2422;}
    50% { border-top: 12px solid #d82c2a1a; 
        border-radius: 2%; 
        width: 45px;height: 45px; 
        border-right: 12px solid #fff; 
        border-bottom: 12px solid #fff; 
        border-left: 12px solid #fff;
        
        box-shadow: 0px 0px 50px #bd2422;}
    75% { border-top: 12px solid #d82c2a85; box-shadow: inset 0px 0px 10px #d82c2a; box-shadow: 0px 0px 10px #bd2422;}
    100% {transform: rotate(360deg); }
}


button[type="submit"] {
    border: 0;
    background: #bd2422;
    padding: 8px;
    border-radius: 50px;
    cursor: pointer;
}

.footer
{
    color: rgba(0, 0, 0, .5);
    cursor: default;
}

.space
{
    margin-left: 5px;
    margin-right: 5px; 
}

.nav_bar
{
    font-size: 16px;
    font-family: sans-serif;
    cursor: pointer;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s;
    border-radius: 3px;
  }
 
  /* Add Animation */
  @-webkit-keyframes animatetop {
    /*from {top:-300px; opacity:0} 
    to {top:0; opacity:1}*/
    0% {
        transform: scale(0,0);
    }
    75% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
  }
  
  @keyframes animatetop {
    /*from {top:-300px; opacity:0}
    to {top:0; opacity:1}*/
    0% {
        transform: scale(0,0);
    }
    75% {
        transform: scale(1.1,1.1);
    }
    100% {
        transform: scale(1,1);
    }
  }
  
  /* The Close Button */
  .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 10px;
    background-color: #d82c2a;
    color: white;
  }
  
.modal-body
{
      padding: 20px;
      border-radius: 2px;
}
  
  .modal-footer {
    padding: 2px 16px;
    background-color: #bd2422;
    color: white;
  }


.button_gray
{
    border: 0;
    background: rgba(204, 204, 204);
    padding: 8px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: #111;
}

.button_gray[type="submit"]
{
    border: 0;
    background: rgba(204, 204, 204);
    padding:8px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    color: #111;
}

.button_gray:hover
{
    background:rgba(204, 204, 204, 0.7);
}

.button
{
    border: 0;
    background: #bd2422;
    padding: 8px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
}

.button[type="submit"]
{
    border: 0;
    background: #bd2422;
    padding: 8px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
}

.button:hover
{
    background:#d82c2a;
}


.edit[type="submit"]
{
    border: 0;
    background: none;
    color: #bd2422;
    cursor: pointer;
    font-size: 15px;
}
.edit[type="submit"]:hover
{
    color: #d82c2a;
}

.edit
{
    border: 0;
    background: none;
    color: #bd2422;
    cursor: pointer;
    font-size: 15px;
}
.edit:hover
{
    color: #d82c2a;
}

.remove[type="submit"]
{
    border: 0;
    color: #00000075;
    background: none;
    font-size: 15px;
    cursor: pointer;
    margin-left: 15px;
}

.remove[type="submit"]:hover
{
    color: #000;
}

#tartalom
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 2px;
    padding: 50px;


    -webkit-box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.75);
box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.75);
}



#gombok
{
    display: none;
}

tr#zebra:hover #gombok
{
    display: block;
    padding: 0;
}

tr#zebra:hover td
{
background: #d82c2a20;
}


.test
{
    color: #fff;
    background: #f0bf55;
    border-radius: 50px;
    padding: 5px;
    cursor: default;
    font-size: 13px;
}

.ok0
{
    color: #76c51c;
}

.err
{
    color: #9c2121;
}


.tobb
{
    color: #fff;
    font-weight: bold;
}

.nev
{
    font-size: 35px;
    opacity: 0.25;
    font-weight: bold;
}

.admin_level
{
    color: #fff;
    background: #55b7f0;
    border-radius: 50px;
    padding: 5px;
    cursor: default;
    font-size: 13px;
}

#in
{
    width:100%;   
    cursor: pointer;
}

#in option
{
    width:100%;   
    cursor: pointer;
}


.belepes-style
{
    text-decoration: none;
    font-size: 40px;
    color: #444;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    cursor: default; 
    border-radius: 100px;
    letter-spacing: -4;
}




#tartalom2
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 2px;
    padding: 50px;
    
    -webkit-animation-name: animatetop2;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop2;
    animation-duration: 0.5s;


    -webkit-box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.75);
box-shadow: 0px 0px 50px -25px rgba(0,0,0,0.75);
}


/* Add Animation */
@-webkit-keyframes animatetop2 {
  from {top:-100%; opacity:0} 
  to {top:0; opacity:1}
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    border: 1px solid #bd2422;
    background-color: #d82c2aea;
    box-shadow: 0px 0px 20px rgba(85, 85, 85, 0.5);
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
  
    position: absolute;
    z-index: 1;
  }
  
  .tooltip:hover .tooltiptext {
    -webkit-animation: fadein 0.5s;
       -moz-animation: fadein 0.5s;
        -ms-animation: fadein 0.5s;
         -o-animation: fadein 0.5s;
            animation: fadein 0.5s;

            visibility: visible;
}

#mini
{
    vertical-align: top;
      font-size: 11px;
      color: rgba(85, 85, 85, 0.5);
      cursor: pointer;
}
#mini2
{
    vertical-align: top;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.5);
      cursor: pointer;
}

#mini:hover
{
    color: #555;
}
#mini2:hover
{
    color: #fff;
}


.chart1
{
    border-top: 3px solid #4993d8;
    border-left: 3px solid #4993d8;
    border-right: 3px solid #4993d8;
    background-color: #4993d8;  
    border-radius: 3px;
    margin: 10px;
    padding: 5px;
    cursor: pointer;
}

.chart1:hover
{
    border-top: 3px solid #444;
    border-left: 3px solid #444;
    border-right: 3px solid #444;
}

.chart2
{
    border-top: 3px solid #9ad849;
    border-left: 3px solid #9ad849;
    border-right: 3px solid #9ad849;
    background-color: #9ad849;  
    border-radius: 3px;
    margin: 10px;
    padding: 5px;
    cursor: pointer;
}

.chart2:hover
{
    border-top: 3px solid #444;
    border-left: 3px solid #444;
    border-right: 3px solid #444;
}

.chartx
{
    border-top: 2px solid #d82c2a;
    vertical-align:top;
    text-align: center;
}

.charty
{
    border-right: 2px solid #d82c2a;
    vertical-align:top;
    text-align: center;
}




@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



.signature
{
    opacity: 0.6;
    background-color: #222;
    padding: 3px;
    padding-top: 3px;
    padding-left: 3px; padding-right: 3px;
    border-radius: 100px;;
    font-family: 'Saira', sans-serif;
    border: 1px dotted #aaa;
    font-size: 9px;
    color: #aaa;
}
.sigtag
{
    font-family: 'BenchNine', sans-serif;
    font-weight: bolder;
    font-size: 9px;
    padding-left: 1px; padding-right: 1px;
}



/*
új   d82c2a
eredeti d85c49

új   bd2422
eredeti e28071
*/