
body {
    background-color: wheat;

}


#inf {
    width: 230px;
    height: 45px;
    
}


#ilogo {
    position: relative;
    top: 10px;
    right: 10px;
    width: 245px;
    height: 50px;
   
}



#si {
    width: 45px;
    height: 45px;
    
}


#sicon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
   
}

div.relative {
    position: relative;
    width: 100%;
    height: 260px;
    
}
/*
button:active {
    background-color: LimeGreen;
}

button:focus {
    background-color: LimeGreen;
}
*/

button {

     background-color: white;
     border-radius: 10px;

}

#kep {
    width: 100%;
    height: auto;

}

table {
   
    border-collapse: collapse;
    border-radius:10px;
    background-color: white;
    width:100%;
}

#admintable {
   
    border-collapse: collapse;
    border-radius:10px;
    background-color: wheat;
    width:100%;
    border-width: 0px;
}

th, td {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.jobbra {
    text-align: right;
    padding-right: 20px;
    
}

.balra {
    text-align: left;
    padding-left: 20px;
    
}

.kozep {
     position: relative;
     text-align: center;
     vertical-align: middle;
     
    
}


.tjobbra {
    text-align: right;
    
}

.tbalra {
    text-align: left;
    
}


 .red {
     color: red;
 }

 .green {
     color: green;
 }

 #icash {
     background-color:gold;
 
     }
 #icashs {
     background-color:gold;
   
     }


#form1 {
    position: relative;
    /*top: 85px;*/
    width: 100%;
    height: auto;
}

#run {
    background-color: gold;
    width: 100%;
    height: 50px;
    border-radius: 10px;
}


.aaa {
    width: 100%;
    padding: 8px 15px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: white;
}

.cegnev {
    width: 100%;
    right: 30px;
    text-align: right;
}

#datum {
    width:100%;
    
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}

#datumkezi {
    position: absolute;
    left: 0px;
    width:50%;

    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;

}

#datumvalaszt {
    position: absolute;
    right: 0px;
    width:50%;

    
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;

}

.chkz {
    zoom:2;
	text-align:center;
}

@media (min-width: 768px) {
    .fejlec_button_lg_md_sm{
        width: 160px;
    }
    .szoveg_jobbra_lg_md_sm{
        text-align: right;       
    }
    .margin_top_10_lg_md_sm{
        margin-top: 10px;
    }
    .index_button_lg_md_sm{
        width: 250px;
    }
    .form-control_500 {
          width: 500px !important;
          display: block;
          width: 100%;
          height: 34px;
          padding: 6px 12px;
          font-size: 14px;
          line-height: 1.42857143;
          color: #555;
          background-color: #fff;
          background-image: none;
          border: 1px solid #ccc;
          border-radius: 4px;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
               -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }    
}

@media (max-width: 767px) {
    .fejlec_button_xs{
        width: 120px;
        height: 46px;
    }
    .index_button_xs{
        width: 200px;
        height: 46px;
    }   
     .margin_bottom_10_xs{
        margin-bottom: 10px;
    }
    .form-control_xs {
          display: block;
          width: 100%;
          height: 34px;
          padding: 6px 12px;
          font-size: 14px;
          line-height: 1.42857143;
          color: #555;
          background-color: #fff;
          background-image: none;
          border: 1px solid #ccc;
          border-radius: 4px;
          -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
               -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }    
}

@media (min-width: 768px) and (max-width: 992px) {
    .margin_bottom_10_md{
        margin-bottom: 10px; 
    }     
}

.nopadding_left_right{
    padding-left: 0px;
    padding-right: 0px;
}

input[type=file] {
    width: 100%;
}


