table{
	width:  100%;
	margin-bottom: 10px;
}
table, th, tr, td {
    border: 1px solid #FFC107;
    border-collapse: collapse;
	color: #fff;
}
table tr td {
	text-align: center;
}
table tr td a{
	color: #FFC107;
}
table tr td a:hover{
	color: rgba(245, 184, 0, 0.78);
}
table tr:nth-child(2n) {
    background: #827140;
}
.error{
	color: #e74c3c;
}
.sucsess{
	color: #1abc9c;
}
.message{
	text-align: center;
}
.mt-20{
	margin-top: 20px;
}
.center {
    width: 50%;
    margin: auto;
}
.resp-tab-active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.74);
    border-radius: 4px;
}
.add_amount{
	display: none;
}

.add-name-input-area {
    width: 32.4444%;
    float: left;
    margin-right: 1%;
}
.add-name-area .add-name-input-area:nth-child(3n+0) {
    margin-right: 0;
}
.add-name-input-area input[type="button"] {
    width: 49%;
    background-color: #FFC107;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    font-size: 16px;
    float: left;
    display: inline-block;
    margin-right: 2%;
    cursor: pointer;    
    margin-top: 10px;
    margin-bottom: 10px;
}
input#rem-name {
    margin-right: 0;
}


.add-name-area {
    display: none;
}
.multipole-bokking {
    margin-top: 20px;
}

/* Raido red */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #FFC107;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}