/*.add-button{
	width: 80px;
	padding: 20px 10px !important;
    border-radius: 100% !important;
    position: fixed;
    right: 3%;
    bottom: 5%;
}

i.glyphicon-size {
    font-size: 3em;
}

nav.navbar {
    background-color: #c8a766;
}

.mobile-scan-page{
	
}

.navbar-default .navbar-brand {    color: #000 !important;}*/


#overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    z-index: 99999;
    filter: alpha(opacity=80);
}
#loading {
    width: 75px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

#loading-text {
    top: 60%;
    left: 45%;
    position: absolute;
    color:white;
}

.add-fly-btn{
    position:fixed;
    bottom: 5%;
    left: 88%; 
    width: 150px;
    text-align: center;
    border-radius: 100%;
}

.add-btn{
    height: 30px;
    width:50px;
}

.add-btn:hover{
    height: 30px;
    width:60px;
}

.add-circle{
    width:150px;
    border-radius: 50;
}

.btn-yellow {
    color: #fff;
    background-color: #f4c20d;
    border-color: #f4c20d;
}

.btn-red {
    color: #fff;
    background-color: #db3236;
    border-color: #db3236;
}

.btn-blue {
    color: #fff;
    background-color: #4885ed;
    border-color: #4885ed;
}

.modal-green {
    color: #fff;
    background-color: #3cba54;
    border-color: #3cba54;
}

.modal-yellow {
    color: #fff;
    background-color: #f4c20d;
    border-color: #f4c20d;
}

.modal-red {
    color: #fff;
    background-color: #db3236;
    border-color: #db3236;
}

.modal-blue {
    color: #fff;
    background-color: #4885ed;
    border-color: #4885ed;
}

.modal-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.modal-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.modal-grey {
    color: #000;
    background-color: #B7B6B4;
    border-color: #B7B6B4;
}

.modal-grey2 {
    color: #000;
    background-color: #B2B288;
    border-color: #B2B288;
}

.modal-grey3 {
    color: #fff;
    background-color: #292925;
    border-color: #292925;
}

.error{
    color: red;
}

.width80{
    width:80% !important;
}

.minus-price{
    color: #f4c20d;
    font-size:24px !important;
}

.plus-price{
    color: #4885ed;
    font-size:24px !important;
}

.minus-price:hover{
    font-size:26px !important;
}

.plus-price:hover{
    font-size:26px !important;
}