button::-moz-focus-inner {
    border: 0; }

/* minimal
*******************************************************************************/
input.minimal {
    min-height: 22px;
    background: #B8860B;
    border: 1px solid #A2760A;
    color: #fff;
    padding: 3px 0;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin: 0;}
input.minimal:hover {
    background: #bd8b0b;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;}
input.minimal:active {
    /*background: #c2900b;*/
    color: #fff;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    box-shadow: inset 0 0 5px 2px #976e09;}
input.minimal:focus {outline:0;}

button.minimal {
    min-height: 22px;
    background: #B8860B;
    border: 1px solid #A2760A !important;
    color: #fff !important;
    padding: 3px 0;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin: 0;}
button.minimal:enabled:hover {
    background: #bd8b0b !important;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;}
button.minimal:active {
    color: #fff !important;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    box-shadow: inset 0 0 5px 2px #976e09;}
button.minimal:focus {outline:0;}
button.minimal:disabled {
    background: #bfaf85;
    color: grey !important;
}

button.minimal-m {
    min-height: 22px;
    background: #B8860B;
    border: 1px solid #A2760A !important;
    color: #fff !important;
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin: 3px 0;}
button.minimal-m:enabled:hover {
    background: #bd8b0b !important;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;}
button.minimal-m:active {
    color: #fff !important;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    box-shadow: inset 0 0 5px 2px #976e09;}
button.minimal-m:focus {outline:0;}
button.minimal-m:disabled {
    background: #bfaf85;
    color: grey !important;
}

button.minimal-unselected {
    min-height: 22px;
    background: rgba(189, 139, 11, 0.7);
    border: 1px solid #A2760A;
    color: #fff;
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin: 0;}
button.minimal-unselected:hover {
    background: #d9a00c;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;}
button.minimal-unselected:active {
    color: #fff;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    box-shadow: inset 0 0 5px 2px #976e09;}
button.minimal-unselected:focus {outline:0;}

.loginbtn{
    height: 3em; vertical-align: top;
}

.w50{
    width: 50px;
}
.w55{
    width: 55px;
}
.w90{
    width: 90px;
}
.w100{
    width: 100px;
}
.w100p{
    width: 100%;
    min-width: 100px;
}
.w150{
    width: 150px;
}
.w200{
    width: 200px;
}
.w200p{
    width: 100%;
}
@media only screen and (min-width: 1017px) {
    .w200p{
        min-width: 200px;
    }
}
.w300{
    width: 300px;
}
.h23{
    height: 23px;
}