﻿.home-link-button-container {
    display: flex;
}

.home-link-button-tradeprices {
    background:#545454
    
    
}
.home-link-button-tradeprices:hover {
    background:#414141
    
}

.home-link-button-catalogues {
    background:#933db4;
    
}
.home-link-button-catalogues:hover {
    
    background:#7804a4;
}

.home-link-button-mobile-catalogues {
    
    background:#d66f3d
}
.home-link-button-mobile-catalogues:hover {
    
    background:#bf541f
}

.home-link-button-cloud {
    background: #3a89ff;
}

    .home-link-button-cloud:hover {
        background: #0055d3;
    }


.home-link-button-desktop {
    background: #0c8e00;
}

    .home-link-button-desktop:hover {
        background: #0a6f00;
    }

.home-link-button-register {
    background:#d78a00;
}
.home-link-button-register:hover {
    background:#c68103;
}


.home-link-button {
    flex: 1;
    color: #fff;
    border: 2px solid;
    border-color: #fff;
    border-radius: 5px;
    text-align:center;    
    padding-top:25px;
    padding-bottom:25px;
    
    text-shadow: 1px 1px 1px #333;
    font-weight: 800;
    font-size: 1.3em;
    transition: 0.3s;    
}

.home-link-button small {
    font-size: 0.8em;
    font-weight:400;
}

.home-link-button-sm {
    padding-top:10px;
    padding-bottom:10px;
    font-size:1.1em;
}

    .home-link-button:hover {
        
        border-radius:10px;        
        text-decoration: none;        
        text-shadow: 4px 4px 4px #333;
        color: #fff;
    }


.page-container {    
    width:680px;
    margin-bottom:30px;
}

.search-wide #txtSearchCats{
    width:600px;
    padding:8px;
}
.search-wide #btnSearchCats {
    padding:8px;
}
.search-wide#search-catalogues {
    margin:0;
    padding-top:30px;
}
#divSearchTip {
    width:600px !important;
}