﻿/*-----------------------------------------------------------------------Login / Register Table-----------------------------------------------------------------------*/
#tableRegisterScreenOnPortal {
    border: none;/*solid white 6px;*/
    background: none;
    width: 340px;
    margin-left: 0px;
    margin-top: 0px;
    left: 20vw;
    top: 15vh;
}
#tableRegisterScreenOnPortal td {
    font: "Trebuchet MS",Arial,sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    width: 100%;
    height: 100px;
    padding: 0;
}
#tableRegisterScreenOnPortal th {
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: solid white 6px;
    background: #064181;
    padding: 15px;
    padding-bottom: 56px;
    padding-top: 30px;
    border: solid white 6px;
}
#idLoginPortal, #idRegisterAsIndividual, #idRegisterAsRecruiter {
    border: solid white 1px;
    background: #064181 !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
    height: 35px !important;
}
#idLoginPortal:hover, #idRegisterAsIndividual:hover, #idRegisterAsRecruiter:hover {
    border: solid white 1px;
    background: #076547;
}
#idLoginPortal {
    margin-bottom: 20px;
}
#idLoginPortal img, #idLoginPortal div, #idRegisterAsIndividual img, #idRegisterAsIndividual div {
    display: inline-block;
    vertical-align: middle;
}
#idLoginPortal img.icon, #idRegisterAsIndividual img.icon {
    position: relative;
    height: 30px;
    vertical-align: middle;
    top: 2px;
}
#idLoginPortal .icon-text, #idRegisterAsIndividual .icon-text {
    width: 230px;
    margin-right: 35px;
}

/*---------------------------------------------------------------------------Login As Table---------------------------------------------------------------------------*/
#loginContainer {
    width: 340px !important;
    height: auto !important;
    font: normal "Trebuchet MS",Arial,sans-serif;
    font-weight: bolder;
    background: none !important;
    border: none !important;
    /*background: #064181 !important;
    border: solid white 6px !important;*/
    color: white !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    left: 20vw !important;
    top: 15vh !important;
}
#welcomeMessageBlock {
    opacity: 0;
    height: 25px !important;
}
#welcomeMessageBlock td {
    display: none;
}
div.column-1 {
    color: white;
    font: normal "Trebuchet MS",Arial,sans-serif !important;
    font-size: 11px;
    width: 95px;
    text-align: right;
    padding: 5px 10px 0px 20px !important;
    text-transform: uppercase;
}
div.column-2 {
    font: normal "Trebuchet MS",Arial,sans-serif !important;
    width: 205px;
    padding: 0px !important;
}
.login-box {
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 15px;
    width: auto !important;
    border: solid white 6px;
    background: #064181 !important;
}
.login-box div {
    font-family: "Trebuchet MS",Arial,sans-serif;
    background: none !important;
    padding: 10px 0px 35px 0px !important;
    font-size: 30px !important;
}
.loginAsBox {
    margin-top: 25px;
    padding-top: 10px;
    background: #064181;
    border: solid white 1px;
    border-bottom: none;
}
.emailBox {
    border-left: solid white 1px;
    border-right: solid white 1px;
    background: #064181;
}
.pwBox {
    border: solid white 1px;
    border-top: none;
    border-bottom: none;
    background: #064181;
    padding-bottom: 0px;
}
.dropDownList {
    width: 200px;
    border: solid #5D6F77 2px;
    border-radius: 5px;
}
input[type=text], input[type=password], input[type=number], textarea {
    width: 192px;
    border: solid #5D6F77 2px;
    border-radius: 5px;
}
#loginFooterPadding {
    padding-top: 48px !important;
	padding-left: 12px !important;;
}
.action-strip {
    padding-top: 5px;
    padding-bottom: 7px;
    border: solid white 1px;
    border-top: none;
    background: #064181;
}
a.action:link, a.action:active, a.action:visited {
    border: solid white 1px;
    color: white;
    padding: 4.5px;
}
a.customaction:link, a.customaction:active, a.customaction:visited {
    border: solid white 1px;
    background: #064181;
    color: white;
    padding: 4.5px;
}
a.action:hover, a.customaction:hover {
    background-color: #B2B2B2;
    border: solid 1px #B2B2B2;
    color: #fff;
}
#lblStatus {
	color: white;
    position: absolute;
}
#loginImage {
    width: 20px;
    position: absolute;
    top: 155px;
    left: 7px;
}
#regIndividualImage {
    width: 20px;
    top: 306px;
    left: 7px;
    position: absolute;
}
#idLoginButton, #LinkButton1 {
    width: 140px;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
}
#LinkButton1 {
    float: left !important;
    margin-left: 6px;
}
#LinkButton2 {
    position: absolute;
    top: 60px;
    left: -3px;
    float: none;
    width: 330px;
    padding: 7px 5px;
    text-transform: uppercase;
    text-align: center;
    background: #064181;
}
#btnResendVerification {
    position: absolute;
    top: 100px;
    left: -3px;
    float: none;
    width: 330px;
    padding: 7px 5px;
    text-transform: uppercase;
    text-align: center;
}
#LinkButton2:hover {
    background: #B2B2B2;
}

/*---------------------------------------------------------------------------Shared Content---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------Header-------------------------------------------------------------------------------*/
#headerStrip {
    display: block;
    width: 100%;
    background-color: white;
    height: 100px;
    position: fixed;
    box-shadow: #AFC1CC 0px 3px 2px -3px;
}
#imgLogoTop {
	margin-top: 15px;
}

/*------------------------------------------------------------------------------Carousel------------------------------------------------------------------------------*/
.carouselImage {
    background-size: cover;
    max-width: 1366px;
    width: 72vw;
    left: 14vw;
}
#carouselContainer {
    background: url(../Images/Geology_Drilling_0840.jpg);
    background-size: cover;
	background-position: bottom center;
    max-width: 1366px;
    width: 72vw !important;
    left: 14vw;
}

/*-------------------------------------------------------------------------------Footer-------------------------------------------------------------------------------*/
#footer, .footerInner {
    background: #f5f5f5 !important;
    border-top-color: #f5f5f5
}
#powered {
    color: #6a757c !important;
}

/*-----------------------------------------------------------------------Smaller window display-----------------------------------------------------------------------*/
@media only screen and (max-width: 1366px) {
    .carouselImage {
        background-size: auto;
        max-width: 1366px;
        width: 100%;
        left: 0;
    }
    #carouselContainer {
        max-width: 1366px;
        width: 100% !important;
        left: 0;
    }
    #tableRegisterScreenOnPortal td {
        text-align: center;
    }
}
@media only screen and (max-width: 476px) {
    #tableRegisterScreenOnPortal {
        width: 60vw;
    }
    #idLoginPortal, #idRegisterAsIndividual, #idRegisterAsRecruiter {
        width: 55vw !important;
    }
}

@media only screen and (max-height: 840px) {
    #tableRegisterScreenOnPortal {
        top: 110px;
    }
    #tableRegisterScreenOnPortal td {
        padding-top: 0px;
    }
    /*img.icon {
        height: 50px !important;
    }*/
    #tableRegisterScreenOnPortal td a {
        height: 70px !important;
    }
    #welcomeMessageBlock td {
        height: 70px !important;
        padding-bottom: 1px;
        padding-top: 4px;
    }
    #loginContainer {
        top: 110px !important;
    }
}