/*============================================================================================*/
/* ALAKZATOK PAGE */
/*============================================================================================*/

.input-group {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend {
	margin-right: -1px;
}
.input-group-append {
	margin-left: -1px;
}

.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.input-group>.input-group-prepend>.input-group-text{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alakzat-meret-input {
	display: inline-block;
	width: 33%;
	padding-right: 1.5rem;
	padding-bottom: 1.5rem;
}

@media(max-width: 1200px) {
	.alakzat-meret-input {
		width: 50%;
		padding-right: 0.5rem;
		padding-bottom: 0.5rem;
	}
}

@media(max-width: 767px) {
	.alakzat-meret-input {
		width: 100%;
	}
}

.alakzat-meret-input .my-a-success .input-group-text {
    color: #fff;
    background-color: #6ab314;
    border-color: #3c763d;
}
.alakzat-meret-input .my-a-success .form-control{
	border-color: #3c763d;
}

.alakzat-meret-input .my-a-error .input-group-text {
	color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.alakzat-meret-input .my-a-error .form-control{
	border-color: #a94442;
}

.ures-huzat {
	width: 100%; 
	height: 170px; 
	line-height: 170px; 
	border: 1px solid #ced4da; 
	text-align: center; 
}