/* Pieteiksanaas ----------- */
.messageboxerror {
font-size: 13px;
color:	#ff0202;
text-transform: uppercase;
font-weight: bold;
}

#msgbox {
width: 100%;	
text-align: center;	
}

.noentry { 
padding-left: 30px;
}

.form-control::-webkit-input-placeholder { color: #666666; }
.form-control:-moz-placeholder { color: #666666; }
.form-control::-moz-placeholder { color: #666666; }
.form-control:-ms-input-placeholder { color: #666666; }

.kluda {
text-align: center;	
font-weight: bold;
color: #ff0005;	
}

input[type=checkbox].hidden{
  opacity: 0;
}

.btn-danger::-webkit-input-placeholder   { /* WebKit, Blink, Edge */
    color:    #ffffff !important;
}
.btn-danger:-moz-placeholder  { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff !important; 
   opacity:  1;
}
.btn-danger::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff !important;
   opacity:  1;
}
.btn-danger:-ms-input-placeholder  { /* Internet Explorer 10-11 */
   color:    #ffffff !important;
}
a:focus {
    outline: none;
}
a:active {
    outline: none;
}
.table-responsive
{
    overflow-x: auto;
}
.tematable {
    background-color: #f3f3f3; /* komandas loceklu tabula */
}
.imgtop { 
margin-top: -5px;
}
.table-bm {
    margin-bottom: 0px;
	margin-top: 3px;
}
.hidden {
	display:none;
}
.block {
	display:block;
}

.succes {
    background-color: #45a049;
	color: #ffffff;
	font-size: 14px;
    padding: 15px 20px 12px 20px;	
	font-weight: bold;
}

#status {
width: 100%;	
text-align: center;		
font-size: 13px;	
margin-bottom: 0px;	
padding-bottom: 0px;	
}

.small-fonts {
font-size: 14px;		
}

.small {
font-size: 11px;		
}

select:required:invalid {
  color: #666666;
}

.inpmar {
margin-bottom:10px; 		
}

.form-control {
margin-bottom:10px; 
border: 1px solid #fdb042;		
}

.mazicon  img{
        float: left;
		padding-bottom: 0px;
		margin-bottom: 0px;
}
 select:required:invalid.btn-danger {
  color: #ffffff;
}

legend {
    font-size: 16px;
}

