.gw-box{
}

.gw-error {
    margin-bottom: 20px;
    padding: 20px 20px 0px 20px;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;   
}       
.gw-success {
    margin-bottom: 20px;
    padding: 20px 20px 20px 20px;
    background-color: #edf7ff;
    border: 1px solid #21ceef;
    color: black;
}
#gw-box p {
    margin-top: 0;
    margin-bottom: 20px;
}
.gw-error p:first-child:first-letter, .gw-success p:first-child:first-letter {
    font-size: inherit; 
    line-height: inherit; 
    padding-right: inherit; 
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* ------------------------------------------------ */
/*      Lightbox Sponsoren                          */
/* ------------------------------------------------ */
.sponsor-lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.85);*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.sponsor-lightbox .row {
    margin-bottom: 20px;
}
.sponsor-lightbox h5 {
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
    font-weight: bold;
}
.sponsor-lightbox p {
    margin: 0 0 1em;
}
.sponsor-lightbox .sponsor-inner-box {
    max-width: 400px;
    max-height: 80%;
    overflow-y: scroll;
    width: 90%;
    height: 70%;
    display: block;
    margin: 10% auto 20%;
    background-color: white;
    color: black;
    padding: 20px;
    text-align: left;
    border: 15px solid black;
    border-radius: 15px;

    position: absolute;
    left: 0;
    right: 0;
}
.sponsor-lightbox .ds-inner-box {
    max-width: 50%;
}
.sponsor-lightbox .sponsor-outter-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 0;
    cursor: pointer;
}
.sponsor_close_button {
    top: 0px;
    right: 0px;
    float: right;
    font-size: 20px;
    margin-right: -10px;
    margin-top: -5px;
    cursor: pointer;

    border: 2px solid black;
    border-radius: 50%;
    padding: 0 8px;
    background: white;
    font-size: 14px;
    font-weight: bold;
}


.ui-menu .ui-menu-item a{
    color: #96f226;
    border-radius: 0px;
    border: 1px solid #454545;
}

.ac_results {
	padding: 0px;
	border: 1px solid #7b9221;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 5px 10px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 14px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 18px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #dee8b9;
}

.ac_over {
	background-color: #7b9221;
	color: white;
}

/* 12 Column Grid System */

.row {
    display: table;
    width: 100%;
}

.col {
    display: table-cell;
    float: left;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66%;
}

.col-10 {
    width: 83.33%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66%;
}

.col-7 {
    width: 58.33%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66%;
}

.col-4 {
    width: 33.33%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66%;
}

.col-1 {
    width: 8.333%;
}