﻿.body {
    font-family: Roboto, Arial, sans-serif;
}


/*Layout Items*/
.loginbox
{
    min-width:700px;
    max-width:800px;
    margin:0 auto;
}

.loginpanel{
    height:300px;
}

.graybox {
    position: relative;
    display: inline-block;
    top: -40px;
    left: calc(100% - 98%);
    background-color: #eaeaea;
    height: 360px;
    padding: 10px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.notmemberbox {
    width:65%;
    padding:10px;
    position:relative;
    float:right;
}

.divcenter {
    margin-left: 0 auto;
    margin-right: 0 auto;
    text-align: center;
    font-family: Roboto, Arial, sans-serif;
}

.stepscontainer {
    margin: 0 auto;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-color: #e7e7e7;
    background-color: #fff;
}


.topbar {
    background-color: #bfbcbc;
    color: #000;
    height: 100px;
    padding: 10px 0px 0px 0px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
}


.stepsbar {
    background-color: #000;
    color: #000;
    height: 45px;
    padding: 10px 0px 0px 0px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
}

.container_job {
    background-color: #EFF3F6 !important;
    background-image: url("/Assets/Site/signupback.jpg");
    background-repeat: no-repeat;
    background-attachment: initial;
    background-position: left top;
    min-height: 900px;
}

.divAllContainer {
    background-color: #EFF3F6 !important;
    background-image: url("/Assets/Site/signupback.jpg");
    background-repeat: no-repeat;
    background-attachment: initial;
    background-position: left;
    min-height: 900px;
}

.divAllContainerHeli {
    background-color: #EFF3F6 !important;
    background-image: url("/Assets/Site/signupbackheli.jpg");
    background-repeat: no-repeat;
    background-attachment: initial;
    background-position: left;
    min-height: 900px;
}

.form-control {
    height: 38px !important;
    font-size: 17px !important;
    padding-left: 10px !important;
}

.helispecial {
    padding-top:30px;
}


.main {
    padding-bottom: 60px !important;
    background-color: #F3F3F3 !important;
}

.footerContainer {
    background-color: #F3F3F3 !important;
}

/*Navbar Items*/

.main h2 {
    font-family: Tahoma !important;
}

.steps {
    border-width: 0 0 1px 0 !important;
    border-color: #e3d3d3;
    background-color: #fff;
    text-align: center;
    font-family: Tahoma;
}

.stepsul {
    position: relative;
    left: 50%;
    float: left;
    margin-right: 0;
    margin-left: 0;
}

.stepsul li {
    position: relative;
    right: 50%;
    float: left;
    margin: 0;
    list-style: none
}

.stepsul > li > a {
    color: #4C4C4C !important;
    padding: 15px !important;
    font-family: Roboto, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none !important;
}

.stepsul > li > a:hover {
    color: #4C4C4C;
    text-decoration: none !important;
}

.nounderline a:hover {
    text-decoration:none !important;
}





/*Media Queries*/
@media all and (min-width: 300px) {
/*wider than 1001 px*/


    .btn-custom-confirmation {
        width: 225px !important;
        margin: 0 auto;
        text-align: center !important;
    }
    .btn-custom-confirmationsm {
        width: 165px !important;
        margin: 7px auto;
        padding: 6px 7px 5px 7px !important;
        font-size: 12px !important;
        line-height: 1.1 !important;
        text-align: center !important;
    }
}


@media only screen and (max-width: 994px) {


    .loginbox {
        min-width: 600px;
        max-width: 700px;
        margin: 0 auto;
        height: 390px;
    }

    .btn-custom-confirmation {
        width: 225px !important;
        margin: 0 auto;
    }

    .btn-custom-confirmationsm {
        width: 165px !important;
    }

    .loginpanel {
        height: 380px;
    }

    .graybox {
        height: 440px;
    }

    .notmemberbox {
        width: 60%;
    }
}
    @media only screen and (max-width: 648px) {
        .helispecial {
            padding-top: 0px;
        }
 

        .loginbox {
            min-width: 90%;
            max-width: 90%;
            margin: 0 auto;
        }

        .btn-custom-confirmation {
            width: 225px !important;
            margin: 0 auto;
        }

        .btn-custom-confirmationsm {
            width: 165px !important;
        }

        .loginpanel {
            height: 280px;
        }

        .notmemberbox {
            clear: both;
            width: 95%
        }

        .graybox {
            position: relative;
            display: inline-block;
            top: -40px;
            background-color: #eaeaea;
            height: 360px;
            padding: 10px 10px;
            border: 1px solid #e2e2e2;
            border-radius: 4px;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            width: 96%;
        }
    }
}

