﻿@charset "UTF-8";

/* 
    DOCUMENT INFORMATION
	- Document: MyBIRGROUP - Landingpage
	- Version:  1.0.0
	- Client:   BIRGROUP / Peter Schwach
	- Author:   O. Cetin
------------------------------------------------
    COLORS
	- default body text  #000000
	- subtitle h2 text   #004587
	- navi background    #646464
------------------------------------------------
    FONTS
	- default body text  Open Sans, sans-serif
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

body
{
    margin: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

header
{
    width: 100%;
    height: 90px;
    display: block;
}

#logo
{
    background-image: url("../Images/logo.png");
    background-repeat: no-repeat;
    width: 270px;
    height: 60px;
    display: inline-block;
    float: left;
}

header nav
{
    display: inline-block;
    height: 60px;
    float: right;
}

    header nav a
    {
        background-color: #f9f9f9;
        border-right: 5px solid #fff;
        font-size: 12px;
        color: #646464;
        height: 60px;
        display: table-cell;
        padding: 0px 20px 0px 20px;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
    }
        header nav a.active {
            background-color: #4e7dab;
            color: #ffffff;
        }
            header nav a.active:hover {
                background-color: #3f6a96;
            }
        header nav a.hover, header nav a:hover
        {
            background-color: #4e7dab;
            color: #ffffff;
        }

        header nav a:last-child
        {
            border-right: 0px solid #fff;
        }

.loginNote {
    background: #bfcbdc;
    margin: 0px 0px 0px 0px;
    /* border-top: solid 1px #ccc; */
    font-size: 11px;
    padding: 10px 0px 0px 0px;
    color: #000;
    padding: 10px;
}


#mainContainer
{
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#forgotPassword-content
{
    width: 300px;
    height: 350px;
}

#mainContainer #content
{
}

    #mainContainer #content .leftCell
    {
        display: inline-block;
        /* background: yellow; */
        width: 50%;
        float: left;
        min-height: 100px;
        clear: both;
    }

    #mainContainer #content .rightCell
    {
        display: inline-block;
        /* background: blue; */
        width: 50%;
        float: right;
        min-height: 100px;
    }

        #mainContainer #content .rightCell .rightPadding
        {
            padding: 0px 0px 0px 30px;
        }

    #mainContainer #content .padding
    {
        padding: 50px 0px 0px 0px;
    }

    #mainContainer #content h2
    {
        color: #004587;
        font-size: 22px;
        margin: 0px 0px 0px 0px;
        text-transform: uppercase;
        font-weight: 500;
    }

    #mainContainer #content .padding h2
    {
        margin: 0px 0px 0px 0px;
    }

    #mainContainer #content h3
    {
        text-transform: uppercase;
        margin: 0px 0px 15px 0px;
        font-size: 11px;
        font-weight: 500;
    }

    #mainContainer #content h4
    {
        margin: 0px 0px 0px 0px;
        font-size: 14px;
        font-weight: 600;
    }

    #mainContainer #content .boldContent
    {
        /* background: orange; */
        padding: 59px 0px 0px 0px;
        font-weight: 600;
    }

        #mainContainer #content .boldContent h3
        {
        }

    #mainContainer #content ul
    {
        margin: 10px 0px 0px 0px;
        list-style-type: square;
        font-size: 14px;
        list-style-position: outside;
        /* padding: 0px; */
        list-style-image: url(../Images/bullet.png);
        padding: 0px 0px 0px 12px;
    }

        #mainContainer #content ul li
        {
            padding: 4px 0px 0px 18px;
            font-size: 12px;
            line-height: 18px;
        }

    #mainContainer #content p
    {
        font-size: 13px;
        line-height: 21px;
        margin: 10px 0px 20px 0px;
    }

        #mainContainer #content p.lineHight
        {
            line-height: 26px;
        }


.btn
{
    margin: 30px 0px 0px 0px;
    background-color: #4e7dab;
    display: inline-block;
    padding: 20px 20px 20px 20px;
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

    .btn:hover {
        background-color: #3f6a96;
    }

.fullImg
{
    max-width: 100%;
    margin: 0px 0px 25px 0px;
}


footer
{
    text-align: center;
    padding: 100px 0px 0px 0px;
    clear: both;
}

    footer span
    {
        font-size: 13px;
    }

    footer a
    {
        font-size: 10px;
        color: #cccccc;
    }

.anchorRight
{
    display: block;
    clear: right;
}

.anchorLeft
{
    display: block;
    clear: left;
}



@media only screen and (max-width: 700px)
{

    #mainContainer #content .rightCell, #mainContainer #content .leftCell
    {
        display: block;
        float: none;
        width: 100%;
        margin: 50px 0px 0px 0px;
    }

    #mainContainer #content .rightCell
    {
        margin: 0px 0px 0px 0px;
    }

    header nav
    {
        display: none;
    }

    .fullImg
    {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }

    #mainContainer #content .rightCell .rightPadding
    {
        padding: 0px 0px 0px 0px;
    }

    #mainContainer #content .boldContent
    {
        padding: 0px 0px 0px 0px;
    }

    #mainContainer #content .padding
    {
        padding: 0px 0px 0px 0px;
    }

    #mainContainer #content .mobilMargin
    {
        margin: 50px 0px 0px 0px;
    }

        #mainContainer #content .mobilMargin img
        {
            max-width: 100%;
        }
}

#notificationContainer
{
    margin: 0px;
}

#notification
{
    width: 100%;
    /* background: red; */
    display: none;
    /* position: absolute; */
    /* left: 0px; */
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

    #notification #close
    {
        display: inline-block;
        text-align: right;
        color: #fff;
        font-weight: 600;
        /* background: yellow; */
        padding: 5px 10px 5px 5px;
        font-size: 12px;
        cursor: pointer;
        float: right;
    }
        #notification #close:hover {
            color: #4e7dab;
        }
    #notification p
    {
        font-size: 13px;
        padding: 10px 10px 10px 10px;
        margin: 0px;
        color: #fff;
    }





#login-content, #forgotPassword-content
{
    display: none;
    height:100%;
}

    #login-content form, #forgotPassword-content form {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

#contentPassowrdBox, #contentLoginBox
{
    padding: 10px;
}

/* Overlay */
#simplemodal-overlay
{
    background-color: #000;
}

#forgotPassword
{
    font-size: 10px;

    text-decoration: none;
}

#forgotPassword-content .btn
{
    float: left !important;
    margin: 5px 0px 0px 102px !important;
}

/* Container */
#simplemodal-container, .forgotPasswordModal
{
    height: 350px;
    width: 254px;
    color: #fff;
    background-color: #ffffff;
    /*border: 4px solid #ffffff;*/
    padding: 12px 0px 0px 0px;
}

#forgotPassword-content .loginNote {
    margin: 0px 0px 0px 0px !important;
}

.fullWith
{
    width: 265px !important;
    max-width: 265px !important;
}

.forgotPasswordModal
{
    height: 400px;
    width: 300px;
}

#simplemodal-container .simplemodal-data
{
    /* padding: 8px; */
}

#simplemodal-container a.modalCloseImg
{
    background: url(../Images/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

#simplemodal-container h2
{
    color: #004587;
    font-size: 22px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-weight: 500;
}

#simplemodal-container input[type="text"], #simplemodal-container input[type="password"]
{
    display: block;
    margin: 0px 0px 10px 0px;
    width:100%;
    padding: 5px;
}

#simplemodal-container .error
{
    color: red;
    font-size: 11px;
    margin-bottom: 10px;
}

#simplemodal-container .btn
{
    border: 0px;
    padding: 10px 20px 10px 20px;
    margin: 5px 0px 0px 0px;
    float: right;
}



.yellow
{
    background-color: #ffe000;
}

.green
{
    background-color: #5ebd5e;
}

.grey
{
    background-color: #959595;
}

.red
{
    background-color: #e30613;
}

.blue
{
    background-color: #4e7dab;
}


.loading-indicator-dots {
    display: inline-block;
    width: .75rem;
    color: #000
}

    .loading-indicator-dots:after {
        content: ".";
        animation: loading-indicator-dots 1s steps(5,end) infinite
    }

@keyframes loading-indicator-dots {
    0%,20% {
        color: transparent;
        text-shadow: .25rem 0 0 transparent,.5rem 0 0 transparent
    }

    40% {
        color: currentColor;
        text-shadow: .25rem 0 0 transparent,.5rem 0 0 transparent
    }

    60% {
        text-shadow: .25rem 0 0 currentColor,.5rem 0 0 transparent
    }

    80%,to {
        text-shadow: .25rem 0 0 currentColor,.5rem 0 0 currentColor
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg)
    }
}

.loading-indicator {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    margin: 1rem auto
}

    .loading-indicator.loading-indicator-sm {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0rem auto
    }

    .loading-indicator .loading-indicator-circle {
        animation: rotate 2s linear infinite;
        height: 100%;
        transform-origin: center center;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

    .loading-indicator .loading-indicator-circle-path {
        stroke-dasharray: 33,200;
        stroke-dashoffset: 0;
        animation: dash 1.5s ease-in-out infinite;
        stroke-linecap: round;
        stroke: #424242
    }

    .loading-indicator.indicator-primary .loading-indicator-circle-path {
        stroke: #007bff;
    }

.loading-overlay {
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(255,255,255,.75)
}

    .loading-overlay .loading-indicator {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        transform: translate(-50%,-50%);
    }

    .loading-overlay .loading-overlay-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        max-width: 600px;
        text-align: center
    }

        .loading-overlay .loading-overlay-content .btn-container {
            justify-content: center
        }