﻿body {
    min-width: 350px;
}

i{
    font-style: italic;
}

b{
    font-weight: 700;
}

.legal-text{
    text-align: center;
    font-size: 12px;
}

.superscript{   
    vertical-align: super;
    font-size: smaller;
}

.custom-btn {    
    padding: 10px 15px 10px 15px !important;         
    min-width: 40px;   
    margin: 5px !important;
    background-color: transparent;
}



.custom-btn::after {
    background: none;
}


.btn-theme {
    background: #74a2bf;
    color: #FFF !important;
}

.btn-theme:hover {
    background: #60869e;
    color: #FFF !important;
}

.page-wrapper {
    background: #f3f4f5;
}

.wrapper-header, .footer.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.footer.container {
    padding-top: 15px;
    padding-bottom: 10px;
}

.show-help-modal.main-header-icon {
    font-size: 18px;
    color: #CCC;
    cursor: pointer;
    transition: ease all 0.2s;
}

    .show-help-modal.main-header-icon:hover {
        color: #4f8ab2;
    }

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

#floating-help {
    position: fixed;
    bottom: 15px;
    right: 15px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #4f8ab2;
    -webkit-box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5);
    box-shadow: 0 4px 5px -1px rgba(0,0,0,0.5);
    opacity: .8;
    color: #FFF;
    z-index: 99999;
    padding: 10px 0 0 18px;
    font-size: 40px;
    cursor: pointer;
}

.mobile-banner {
    display: none;
    color: #FFF;
    font-weight: 900;
    font-size: 30px;
    line-height: 50px;
    margin-top: 40px;
    font-family: 'Roboto Regular', Helvetica, sans-serif;
}

@media screen and (max-width: 1000px) {
    .header .site-name span {
        background-image: url(../Content/Images/logo-2024.png);      
        background-size: 232px 44px;
    }
    .header .site-name {
        margin-top: 20px !important;
        width: 272px;
        height: 49px;      
    }    
}
@media screen and (min-width: 1001px) {
    .header .site-name span {
        background-image: url(../Content/Images/logo-2024.png);
        background-size: 232px 44px;
        margin-left: 3px;
    }
}


    .header .site-name span {
        background-repeat: no-repeat;
    }

    .header .site-name {
        height: 49px;
        margin-top: 30px;
    }

    .wrapper-header.small > .header > .site-name {
        margin-top: 10px;
    }

    .page-wrapper .navigation-mobile{
        display:none;
    }

    .page-wrapper.st-menu-open .navigation-mobile {
        display: block;
    }


    .st-effect-4.st-menu-open .content-wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    .st-effect-4.st-menu-open .navigation-mobile {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .navigation-mobile .nav > li {        
        width: 100%;
    }


    a.button-menu:focus {
        outline: none;
    }

    .btn.admin-edit-btn {
        position: absolute;
        right: 0;
        top: -30px;
        color: white;
    }

    a:focus, a:active, a:visited {
        outline: none;
    }

    .tiles.company-list li {
        margin-right: 8px !important;
    }

    .tiles li:nth-child(4n) {
        margin-right: 8px;
    }

    section .title h1 {
        position: relative;
        top: -3px;
        color: white;
    }

    .section-filter .title {
        border-bottom: none;
    }

    .footer-bottom{
        margin-bottom: 10px;
    }

    .section-top {    
        padding-top: 22px; 
        width: 1006px;
        background-color: #1e2654;
    }

    @media screen and (max-width: 930px) {
        .tiles.company-list li {
            margin-right: 6px !important;
        }
    }

    @media screen and (max-width: 870px) {
        .hide-tablet {
            display: none;
        }

        .navigation {
            width: 150px;
        }

        .tiles.company-list li {
            margin-right: 4px !important;
        }
    }

    @media screen and (max-width: 630px) {
        .hide-mobile {
            display: none;
        }

        .footer > ul {
            border-top: none;
        }
    }

    @media screen and (max-width: 480px) {
        .header .site-name {
            width: 211px;
        }

        .header .site-name span {
            background-size: 207px 40px;
        }        
    }

@page {
    size: auto;
    margin: 0mm;
}


    /* Notifications */
    .notification-template {
        padding: 15px 20px;
        color: #FFF !important;
        display: -moz-inline-flex;
        display: -webkit-inline-flex;
        display: inline-flex;
    }

        .notification-template h3 {
            font-size: 1em;
            font-weight: normal;
            white-space: nowrap;
            margin: 2px 0 0;
            color: #FFF !important;
        }

        .notification-template i {
            margin-right: 10px;
            font-size: 2em;
            float: left;
        }

    .mobile .notification-template {
        text-align: center;
    }

        .mobile .notification-template i {
            display: none;
        }

    .k-widget.k-notification-info {
        background: rgba(0, 60, 90, .9) !important;
    }

    .k-widget.k-notification-error {
        background: rgba(255,0,0,.9) !important;
    }

    .k-widget.k-notification-success {
        background: rgba(0,153,0,.9) !important;
    }

    .k-widget.k-notification-warning {
        background-color: rgba(246, 189, 19, 0.9) !important;
    }




.navigation-arrows {
    position: absolute;
    top: 500px;
}

.previous-arrow {
    left: 50px;
}

    .previous-arrow a {
        position: absolute;
        background: url(/Content/Images/sprite2x.png) -211px -99px;
        width: 12px;
        height: 20px;
    }

.next-arrow {
    right: 50px;
}

    .next-arrow a {
        position: absolute;
        background: url(/Content/Images/sprite2x.png) -247px -99px;
        width: 12px;
        height: 20px;
    }

@media screen and (max-width:1225px) {
    .navigation-arrows {
        display: none;
    }
}

@media print {
    section .title h1 {
        position: relative;
        top: 4px;
        color: #1e2654 !important;
    }
}
