@CHARSET "UTF-8";

.form-horizontal {
	padding: 20px
}


body
{
	/*background-image: url(../images/bodybg.png);*/
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F4DDC6;
}

.form-horizontal
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	max-width: 1000px;
	margin: 20px auto;
	padding: 10px;
}

.form-horizontal .header 
{
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: url(../images/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 104px;
}

.form-horizontal div.fejlec{text-align: center;}
.form-horizontal div.jelentkezes_info {padding: 10px 15% 20px;}

.mytextarea {
	width: 75%;
}
.minWidth
{
	min-width:70px;
}

.customDelBtn
{
	width: 55px;
}

.btn-danger
{
	width:60px;
}
#rowContainerUS  div.row  div.col-md-6,
#rowContainerGS  div.row  div.col-md-6
{
    padding-right: 0;
}

#rowContainerGS  div.row   div.col-md-3
{
	padding-right: 0;
    padding-left: 0;	
}

.anchor-button {
	background: none!important;
	border: none;
	padding: 0!important;
	color: #337ab7;
}

.anchor-button:hover{
	border-bottom: 3px solid #337ab7;
}

.BarionShopButton {
    display: block;
    font-size: 15px;
    color: #ffffff;
    background: #0097db;
    height: 40px;
    line-height: 40px;
    float: left;
    padding-right: 8px;
    cursor: default;
}
.BarionShopButton span {
    display: block;
    background: url(../images/barion1-white.svg) 6px 5px no-repeat;
    width: 44px;
    height: 40px;
    background-size: 30px;
    float: left;
    border-right: 1px solid white;
    margin-right: 8px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
