
body{
    color: #fff;
    font-size: large;
    background-color: #222;
}

a{
    color: #fff;
    text-decoration: none !important;
}

a:hover{
    color: gray;
}

#info img{
    max-width: 100%;
}
#header{
    height:50px;
    padding: 15px 10px 0px 10px;
    font-size: small;
    color: #fff;
    border:1px solid #3c94d2;
    background-color: #3686BE;

}

#header a , #header a:visited{
    color: #222;
}

#header ul{
    z-index: 999999999999999;
}

@media screen and (max-width: 330px) {

    #header,#header a,#header a:visited{
        font-size: 8px !important;
    }

}

.milloin{
    font-size: 50px;
    color: #3686BE;
}
.business{
    font-size: 16px;
}
.replace-div{
    font-size: 22px;
}
.blue-color{
    color: #3686BE;
}
#main-body{

    background-color: #2B74A7;
    padding: 5px; 
    border-bottom:1px solid #3c94d2;
}
.call-to-action{
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    border: 2px #3c94d2 solid;
    color: #222;    
}

.mb32{
    color: #3686BE;
}
.icon_radius{
    border-radius: 10px;
}

.img-responsive{
    margin: 12px;
}

.soft-icon{
    text-align: center; 
    position: relative;
    cursor: pointer;
}

.soft-icon img{
    opacity: 1;

}

.soft-icon img:hover{
    opacity: 0.7;   
}

.setup{
    font-size: 20px;
    width: 100%;
    background-color:#fff ;
    overflow: hidden;
    color: #222;
    text-align: center; 
    padding: 30px 0px 20px 0px;
}
.setup-item{
    margin-bottom: 11px;
}

.setup a, .setup a:visited{
    color: #222;
}

.setup a:hover{
    color: gray;
}
.setup a:hover span
{
    color: #3686be !important;
}
#footer{
    min-height:120px;
    padding: 15px 10px 0px 10px;
    font-size: small;
    color: #fff;
    border-top:1px solid #3c94d2;
    background-color: #2B74A7;
    text-align: center;
}

.navbar-inverse{
    background-color: transparent;
    border-color: transparent;
}

.check-app{
    position: absolute;
    top:12px;
    left: 32px;
    z-index: 1;
}

.select-label{
    font-weight:lighter;
    color: red;
}

.check-odoo-app >label{
    font-weight: normal;
}

@media screen and (min-width: 1000px) {
    .intopscroolprice{
        top:20px;
        position: fixed;

    }
}
.header_div_price{
    background:rgb(54, 134, 190);
    color:white;
    padding: 7px;
}
.text_div_price{
    text-align: left;
    padding-left:30px;
    font-weight: normal;
}

.divitems >div {
   border-bottom: 1px solid lightgrey;
   
}
.divitems:last-child{
    border-bottom:0px;
}
.divitems{
    max-height:  400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.pricediv{
    visibility: hidden;
}
.contactasorder{
    margin-top:10px;
    border:5px solid rgb(54,134,190);
    color:white;
    background:rgb(54,134,190);
    border-radius: 7px
}
.contactasorder:hover{
    border:5px solid white;
}