﻿@charset "utf-8";


input {
    padding-left: 8px;
}

/*New*/

body {
    font-family: Calibri !important;
    background-color: #3b6ba5;
    height: 78%;
}

form {
    height: 100%;
}

table {
    height: 100%;
    width: 100%;
    border-width: 0px !important;
    border-radius: 200px;
}

tr {
    background-color: azure;
}

table tr:last-child {
    background-color: azure;
    vertical-align: top;
    text-align: justify;
}

tr td:last-child {
    /*background-color: #adbbcc;*/
    width: 50%;
}

img {
    margin-left: -20px !important;
}

.tdimg-container {
    width: 50%;
    height: 110px;
    vertical-align: top;
    padding-top: 40px;
}

.tdtext-container {
    padding-left: 40px;
    padding-right: 40px;
    color: #005197;
}

#welcome {
    font-size: 35px;
    border: 0px;
    margin: 0px;
}

.font-weightLighter {
    font-weight: lighter;
    line-height: 20px;
    font-size: 14px;
}

.tdControls-container {
    width: 50%;
    padding-left: 40px;
    padding-right: 20px;
    background-color: #adbbcc;
}

.td-empty {
    background-color: #adbbcc;
}

#p1 {
    font-size: 50px;
    border: 0px;
    margin: 0px;
}

#p2 {
    font-size: 25px;
    border: 0px;
    margin: 0px;
}

.headerText-controls {
    font-size: 17px;
}

input[type=text] {
    height: 39px;
    width: 300px;
    font-family: Calibri !important;
}

input[type=password] {
    height: 37px;
    width: 288px;
}

input[type=checkbox] {
    height: 13px;
    width: 13px;
}

small {
    font-size: 12px;
    padding-top: -10px !important;
    display: block;
    margin: -16px 0px 0px 22px;
}

.divForm {
    /*padding: 100px;*/
    padding: 5%;
    height: 100%;
}

.divTable {
    border-radius: 20px;
    height: 100%;
}

.checkbox-container {
    text-align: top;
    padding: -10px;
}

.color-black {
    color: Black;
}

/*Login assistance Contractor Portal*/

#frmLoginAssistance {
    height: 100%;
    /*margin-top: -48px;*/
}

.tdRadioControl-container {
    width: 50%;
    background-color: #adbbcc;
    padding-left: 40px;
    padding-right: 20px;
}

#pTroubleLogging {
    font-size: 25px;
    border: 0px;
    margin: 0px;
}

/*.btn-cancelnew{
            border: solid 1px gray; 
            height: 40px; 
            width: 150px; 
            font-weight: lighter; 
            background-color: #444444; 
            color: #fff; 
            margin-bottom: 10px; 
            border-radius: 3px;
        }

        .btn-continue{
            border: solid 1px gray; 
            height: 40px; 
            width: 134px; 
            font-weight: lighter; 
            background-color: #2368a3; 
            color: #fff; 
            margin-bottom: 10px; 
            border-radius: 3px; 
            margin-left: 12px;
        }*/

.button {
    border: solid 1px gray;
    height: 40px;
    width: 150px;
    font-weight: lighter;
    background-color: #444444;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.button-primary {
    border: solid 1px gray;
    height: 40px;
    width: 134px;
    font-weight: lighter;
    background-color: #2368a3;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    margin-left: 12px;
    cursor: pointer;
}
.button-primary:disabled {
    background-color: gray;
    cursor: default;
}

.td-extra {
    padding-left: 40px;
    padding-right: 40px;
    color: #005197;
}

.footerText { color: Black; }

#rbnOptions tr {
    background-color: #adbbcc;
}

/*UserID Assistance*/

#p3 {
    font-size: 24px;
    border: 0px;
    margin: 0px;
}

.pp-width-40 {
    width: 40%;
}

.pwd-slider {
    position: relative;
    display: table;
}

INPUT[type='text'] {
    padding-left: 8px !important;
}

/*.logo {
 
            background: url(../Images/logo-gaurdian-285.png) no-repeat left;
            height: 75px;
            margin:-20px;
            margin-top : -12px;
        }*/

/*.tool-tip, .tool-tip.top{
            width: 350px;
            height: 100px;
            margin-left: -530px !important;
            text-align: left;
        }*/

.Register-textbox{
    width:300px !important; 
    height:40px !important; 
    line-height:40px !important;
}

/*#Password, #ConfirmPassword{
    padding-left: 14px !important;
    font-family: Calibri !important;
    width: 282px !important;
    height: 34px !important;
}*/
#Password[type='password'], #ConfirmPassword[type='password'] {
    padding-left: 14px !important;
    font-family: Calibri !important;
    width: 287px !important;
    /*height: 34px !important;*/
}

.tool-tip.left{
	top: 50%;
	right: auto;
    left:-380px !important;
	margin-top: -20px;
	margin-right: auto;	
	margin-left: auto;
}

.tool-tip.left:after{
	left: 375px;
	top: 50%;	
	margin-top: -70px;
	bottom: auto;
	border-top-color: transparent;	
    border-left-color: black;	
}

#chkPolicy{
    vertical-align:middle;
    bottom:1px;
    position:relative;
}

/*#Password:focus, #ConfirmPassword:focus {
    height: 36px !important;
    width: 284px !important;
}*/

#Password[type='password']:focus, #ConfirmPassword[type='password']:focus {
    height: 37px !important;
    width: 287px !important;
}

input::-ms-clear, input::-ms-reveal {
    display: none !important;
}

.ShowHidePassword {
    display: block;
    margin: -27px 0 13px 262px;
    text-decoration: none;
    color: blue !important;
    width: 35px;
    position: absolute;
}

.btn-register-gray {
    border: solid 1px gray;
    height: 40px;
    width: 134px;
    font-weight: lighter;
    background-color: gray;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 3px;
    margin-left: 12px;
    cursor: pointer;
}

.error-message {
    color: red;
    margin-top: 5px;
}

.required-field{
    background-color:#FFFFE0;
    border:0px;
}

input:focus {
    border:0px;
}

div[for] {
    margin-top: 6px !important;
}

.tool-tip {
    height: fit-content;
}
@-moz-document url-prefix() {
    .tool-tip {
        height: fit-content;
    }
}