/*
 *       ____  _____  _   _  _____  ____   ___  ____
 *      / ___|| ____|| \ | || ____||  _ \ |_ _|/ ___|
 *     | |  _ |  _|  |  \| ||  _|  | |_) | | || |
 *     | |_| || |___ | |\  || |___ |  _ <  | || |___
 *      \____||_____||_| \_||_____||_| \_\|___|\____|
 *
 */

/*********************** SUPPORT ***********************/
.link-box
{
    height: 50px;
    width: 100px;
    background-color: rgba(85, 85, 85, 0.13);
    text-align: center;
    transition: 0.3s;
}

.link-box:hover
{
    height: 50px;
    width: 100px;
    background-color: rgba(85, 85, 85, 0.31);
    text-align: center;
    transition: 0.3s;
}

/* GET IN TOUCH TAPE - This is the blue-band element from home page*/
.contact-register-tape
{
    margin-top: 50px;
    padding: 20px;
    background-color: #3498db !important;
    border-color: #3498db !important;
    color: #fff;
}

/** Used for big buttons (like those on blue-band from home page)*/
.big-orange-button
{
    background-color: #ffa13f;
    border-color: #ffa13f;
    margin-right: 25px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border-style: none;
    min-width: 110px;
}
.big-orange-button:hover, .big-orange-button:focus, .big-orange-button:active, .big-orange-button.active, .open>.dropdown-toggle.big-orange-button, .big-orange-button:active:focus
{
    color: #fff !important;
    background-color: #f38c42 !important;
    border-style: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
}

.forms-external-section-containter-double #company-logo
{
    max-height: 42px;
}

.forms-external-section-containter-double input:not([type=checkbox]), select, textarea
{
    min-width: 180px;
}


/* Settings of the body needs to be compatible with navbar */
body
{
    font-family      : 'Poppins', sans-serif;
    font-size        : 16px;
    line-height      : 24px;
    font-weight      : 400;
    color            : #212112;
    background-size  : 7%;
    background-color : #fff;
    overflow-x       : hidden;
}