﻿.width-100 {
    width: 100%;
}

img.company-logo {
    margin: 10px 0 0 10px;
    max-height: 59px;
}

.form-input-label {
    display: inline-block;
    margin-top: 0.5em;
    margin-left: 0.5em;
}


/* =====================================================================
    $Apps
   ====================================================================== */

.app {
    text-align: center;
    vertical-align: top;
    margin: 25px 10px 40px 10px;
    font-family: 'Cuprum', sans-serif;
}

    .app .disabled {
        color: #999;
        text-decoration: none;
    }

.app-title {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 1.25em 0;
    text-decoration: none;
    color: #333;
}

    .app-title:hover {
        color: #2980b9;
    }

.app.disabled .app-title {
    color: #999;
}

.app-logo {
    display: block;
}

    .app-logo img {
        height: 150px;
        width: 150px;
        margin: 0 auto 15px auto;
        display: block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

        .app-logo img:hover {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

.disabled .app-logo img {
    zoom: 1;
    filter: alpha(opacity=30);
    opacity: 0.3;
}


.app-menu-items {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1.5em auto;
}

.app-menu-item {
    display: table-cell;
    padding: 0 10px;
    color: #444;
}

    .app-menu-item:hover {
        color: #118ACB;
    }

    .app-menu-item img {
        display: block;
        margin: 0 auto 10px auto;
    }

.youtube-player {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

    .youtube-player .play-button {
        width: 90px;
        height: 60px;
        background-color: #333;
        box-shadow: 0 0 30px rgba(0,0,0,0.6);
        z-index: 1;
        opacity: 0.8;
        border-radius: 6px;
    }

        .youtube-player .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26px;
            border-color: transparent transparent transparent #fff;
        }

    .youtube-player img,
    .youtube-player .play-button {
        cursor: pointer;
    }

        .youtube-player img,
        .youtube-player iframe,
        .youtube-player .play-button,
        .youtube-player .play-button:before {
            position: absolute;
        }

            .youtube-player .play-button,
            .youtube-player .play-button:before {
                top: 50%;
                left: 50%;
                transform: translate3d(-50%,-50%,0);
            }

    .youtube-player iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

/* =====================================================================
    $Apps
   ====================================================================== */

.partner {
    text-align: center;
    vertical-align: top;
    /*margin: 25px 10px 40px 10px;*/
}

    .partner a {
        text-decoration: none;
    }

.partner-title {
    font-weight: 500;
    font-size: 20px;
    margin: 1em 0 0.75em 0;
    color: #333;
    display: block;
    font-family: 'Cuprum', sans-serif;
}

    .partner-title:hover {
        color: #2980b9;
    }

.partner-logo {
    display: block;
    margin: 0 auto;
    height: 100%;
    max-height: 100px;
    max-width: 400px;
}

.partner-logo-wide {
    width: 100%;
    height: 100%;
    max-height: 100px;
    max-width: 400px;
}


/* =====================================================================
    $Add-ons
   ====================================================================== */

.addon {
    height: 175px;
}

.addon-xero {
    background-color: #00B7E2;
}

.addon-sage {
    background-color: #008469;
}

.addon-aqilla {
    background-color: #332FA0;
}

.addon-csv {
    background-color: #153760;
}

.addon-ssc {
    background-color: #2E64AF;
}

.addon-deliveroo {
    background-color: #00CCBC;
}

.addon-onlineorders {
    background-color: #023354;
}

.addon-icrm {
    background-color: #023354;
}

.addon-quickbooks {
    background-color: #2CA01C;
}

.addon-reservations {
    background-color: #40b7ad;
}

.addon-vouchers {
    background-color: #F59922;
}

.addon-emaar {
    background-color: #6E6E6E;
}

.addon-heathrow {
    background-color: #462170;
}

.addon-gatwick {
    background-color: #006666;
}

.addon-sagex3 {
    background-color: #008469;
}

.addon-unit4 {
    background-color: #56C6A7;
}
    
/* =====================================================================
    $List
   ====================================================================== */

.list .list-row {
    border-top: 1px solid #BBB;
    padding: 1em 6px;
    overflow: auto;
}

    .list .list-row:last-of-type {
        border-bottom: 1px solid #BBB;
    }

/* =====================================================================
    $Site Settings
   ====================================================================== */

.site-details-logo {
    max-width: 125px;
    margin: 10px 0 0 0;
}

/* =====================================================================
    $Integrations
   ====================================================================== */

.overview-widget-icon.exports-success {
    background-color: #68B41D;
}

.overview-widget-icon.exports-error {
    background-color: #E74C3C;
}

.btn-partner {
    width: 100%;
    border-radius: 10px;
    background: #013354;
    height: 40px;
    margin-bottom: 10px;
    font-size: 10px;
    text-transform: unset;
    font-family: 'Cuprum', sans-serif;
}

@media screen and (min-width: 1160px) {
    .btn-partner {
        font-size: 12px;
    }
}

.btn-partner.active {
    background: white;
    color: #013354;
}

    .btn-partner.active:hover {
        background: white !important;
    }

.partner-title-section {
    background: #548eb4;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 90px;
}

    .partner-title-section:after {
        background: inherit;
        bottom: 0;
        content: '';
        display: block;
        height: 50%;
        left: 0;
        position: absolute;
        right: 0;
        transform: skewY(-902.5deg);
        transform-origin: 100%;
        z-index: -1;
    }

.partner-header {
    font-size: 40px;
    font-weight: 600;
    color: #f8f8f8;
    font-family: 'Cuprum', sans-serif;
    letter-spacing: 2px;
}

.partner-sub-header {
    font-size: 24px;
    font-weight: 600;
    color: #013354;
    font-family: 'Cuprum', sans-serif;
}

.partner-small-icons {
    display: inline-block;
    margin: 0 26px 10px auto;
    width: 30px;
    font-family: 'Cuprum', sans-serif;
    white-space: nowrap;
}

.partner-small-icons-links {
    /*display: inline-block;
    margin: 0 20px 10px auto;
    width: 30px;
    font-family: 'Cuprum', sans-serif;
    white-space: nowrap;*/
    text-decoration: none;
    color: #333;
}

.partner-text {
    font-size: 12px;
    font-family: 'Cuprum', sans-serif;
}

.partner-section {
    /*margin-bottom: 20px;*/
    /*min-height: 200px;*/
    height: 200px;
    display: none;
}

.login-welcome {
    background: #4d83a7;
}

.login-details {
    background: white;
}

/*.vertical-align-parent {
    position: relative;
}

.vertical-align-child {
    position: absolute;
    top: 50%;
    height: 150px;
    margin-top: -50px;
}
*/

.text-default {
    font-size: 12px;
    font-family: 'Cuprum', sans-serif;
}

.vertical-align-parent {
    position: relative;
}

.vertical-align-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.textbox-borderless {
    /*color: white !important;*/
    border: 0 !important;
    background-color: #ebebeb !important;
    border-radius: 2px;
}

    .textbox-borderless:-webkit-autofill {
        /*-webkit-text-fill-color: ;*/
        -webkit-box-shadow: 0 0 0 100px #ebebeb inset;
        /*color: white !important;*/
    }

.full-height {
    height: 100%;
}

.overflow-column-scroll {
    overflow-x: auto;
}