@import url(http://fonts.googleapis.com/css?family=Roboto);

body {
    font-family: Grotesque, Helvetica, sans-serif !important;
    line-height: 1;
    font-size: 12px;
    color: #262626;
}

/* TEXT */

a,
a:hover {
    color: #0088CC;
}

h1, h2, h3, h4, h5, h6{
    font-family:Grotesque, Helvetica, sans-serif !important;;
    font-weight: bold;
    letter-spacing: 0.5px;
}

h1, h2, h4 {
    color: #004684;
}

h1 {
    font-size: 22px;
    font-weight: 700;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 4px;
}

h6 {
    font-size: 22px;
    color: #555555;
    margin: 12px 0;
}

p {
	/* font-family:Grotesque, Helvetica, sans-serif; */
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 18px;
    color: #555555;
}

/* HEADER */

.header {
    border-bottom: none !important;
}

    .header table.layout-table {
        table-layout: auto;
    }

    .header .logo-image img {
        margin: 10px 0 0 0;
    }


/*Top Menu*/


.top-menu .item-1 a{
border-top: 5px solid #264c79
;

}

.top-menu .selected .item-1 .item a {
background: #264c79
;
color: #fff;
}

.top-menu .item-1 .item a:hover {
background: #6f9aae
;
color: black;
}

.top-menu .item-2 a{
border-top: 5px solid #264c79 !important;
color: black !important;

}

.top-menu .item-2 .item a:hover {
    background: #6f9aae;
}

.top-menu .selected .item-2 .item a {
background: #264c79;
color: #fff;
}

/* FOOTER */

.footer {
    border-top: none !important;
}

/* MAIN LAYOUT */

table.layout-table {
    table-layout: fixed;
    padding: 0 10px;
}

/*Welcome Box */

.welcome-box {
display: none !important;

}

/* LEFT SIDEBAR */

td.navigation-bar {
    padding: 2px 14px 2px 4px;
}

.left-box h2 {
    background: #00337f;
    border-radius: 9px 9px 0 0 !important;
    color: #fff;
}

.left-box{
margin-top: -2px !important;
}

.left-box .box-body {
    background-color: #FFF;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F9F9F9 100%);
    padding: 10px;
    border: 1px solid #CCC;
	margin-bottom: 11px !important;
}

/* CONTENT */

.contents {
    background-color: #FFF;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F9F9F9 100%);
    padding: 5px 15px;
    border: 1px solid #CCC;
    border-top: 40px solid #00337f;
    border-radius: 9px !important;
    margin: 0 10px 5px 10px;
    line-height: 1.5;
}

    .contents.wizard-page {
        font-size: 14px;
        line-height: 1.3;
    }

.wizard-page .form .item .label {
    width: 275px;
    color: #666363;
    font-size: 14px;
    font-weight: bold;
}

    .wizard-page .form .item .label.mid {
        width: 325px;
    }

/* CONTENT BLOCKS */

.content-block p,
.content-block div {
    font-family:Grotesque, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
    color: #000;
}

.content-block h1 {
 background-color:#ffffff !important;
 color:#00337f;
}

/* HELP */

.summary-help p,
.summary-help div,
.more-help p,
.more-help div {
    font-family:Grotesque, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
    color: #000;
}

/* GLOSSARY */

.glossary .list p,
.glossary .list div {
    font-family:Grotesque, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
    color: #000;
}

/* FORM */
.form .item {
    margin-bottom: 5px;
}

/* BUTTONS */
.styledButton,
.classificationButton,
input[type="submit"] {
    background-image: none !important;
    /*background-color: #00337f !important;*/
    background-color: #00337f !important;
    color: #FFF;
    border: none !important;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    filter: none !important;
    padding: 9px 12px;
    margin-bottom: 5px;
    font-weight: bold;
}

    .styledButton:hover,
    .classificationButton:hover,
    input[type="submit"]:hover {
        background-image: none !important;
        background-color: #00a3db !important;
        filter: none !important;
    }

    .styledButton:disabled,
    .classificationButton:disabled,
    input[type="submit"]:disabled {
        background-image: none !important;
        background-color: #6f9aae !important;
        filter: none !important;
    }

    /* IE8 */
    .styledButton[disabled="disabled"],
    .classificationButton[disabled="disabled"],
    input[type="submit"][disabled="disabled"] {
        background-image: none !important;
        background-color: #6f9aae !important;
        filter: none !important;
    }

input[type="submit"][id$="btnBack"] {
    background-color: #9E9D9D !important;
}

    input[type="submit"][id$="btnBack"]:hover {
        background-color: #333 !important;
    }

    input[type="submit"][id$="btnBack"]:disabled {
        background-color: #c2c2c2 !important;
    }

    /* IE8 */
    input[type="submit"][id$="btnBack"][disabled="disabled"] {
        background-color: #c2c2c2 !important;
    }

input[type="submit"][id$="btnExit"] {
    background-color: #a63f1e !important;
}

    input[type="submit"][id$="btnExit"]:hover {
        background-color: #951616 !important;
    }

    input[type="submit"][id$="btnExit"]:disabled {
        background-color: #ba7070 !important;
    }

    /* IE8 */
    input[type="submit"][id$="btnExit"][disabled="disabled"] {
        background-color: #ba7070 !important;
    }

.classificationButton {
    min-height: 35px !important;
    cursor: default !important;
}

/* TEXTBOX / SELECT */
input[type="text"],
input[type="password"],
textarea,
select {
    padding: 4px 6px !important;
}

.form .item input[type="text"],
.form .item input[type="password"],
.form .item textarea {
    width: 290px !important;
}

select {
    min-height: 24px;
}

/* CHECKBOX */

:root input[type="checkbox"] {
  /*  opacity: 0;*/
    filter: alpha(opacity=0);
}

:root input[type="checkbox"] + span.checkbox-label,
.ez-checkbox {
  /*  content: "";
    display: inline-block;
    width: 18px;
    height: 19px;
    background: url("sprite.png") -99px -114px no-repeat;
    vertical-align: middle;
    cursor: pointer;
    margin: -4px 0 0 -4px;
	
	height: 20px;
    width: 19px;
    background: url("sprite.png") -99px -114px no-repeat;
    display: inline-block;
*/
}

 :root input[type="checkbox"][disabled] + span.checkbox-label,
.ez-checkbox :root input[type="checkbox"][disabled] {
    background-position: -99px -132px;
    cursor: default;
}

:root input[type="checkbox"][disabled]:checked + span.checkbox-label,
.ez-checkbox.eze-checked :root input[type="checkbox"][disabled]{
    background-position: -63px -132px;
} 
:root input[type="checkbox"]:checked + span.checkbox-label ,
.ez-checkbox.ez-checked {
   /* background-position: -81px -114px;*/
}

/* RADIO BUTTON */

.ez-radio {
    content: "";
    display: inline-block;
    /*width: 18px;
    height: 19px;
    background: url("sprite.png") -99px -114px no-repeat;
    background-position: -174px -116px;*/
    vertical-align: middle;
    cursor: pointer;
}

    .ez-radio.ez-selected {
        /*background-position: -156px -116px;*/
    }

    .ez-radio[disabled]::before {
        /*background-position: -174px -135px;*/
        cursor: default;
    }

    .ez-radio.ez-selected[disabled]::before {
        /*background-position: -139px -135px;*/
    }

input:focus:invalid, 
textarea:focus:invalid, 
select:focus:invalid {
    color: inherit;
}

/* LOGIN */
.agent-quick-access-login .form .item input[type='text'], 
.agent-quick-access-login .form .item input[type='password'] {
    width: 220px !important;
}

/* T&C */
.terms-and-conditions .text {
    font-size: 13px;
}

/* FORM SELECTION */
.form-select-button {
    background-image: none !important;
    background-color: #00337f !important;
    color: #FFF;
    border: none !important;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    filter: none !important;
}

    .form-select-button:hover,
    .form-select-button[style*="border: 1px solid rgb"],
    .form-select-button[style*=", EndColorStr='#A7D9F5')"] /* IE8 */ {
        background-image: none !important;
        background-color: #00337f !important;
        filter: none !important;
    }

    .form-select-button:disabled {
        background-image: none !important;
        background-color: #6f9aae !important;
        filter: none !important;
    }

    /* IE8 */
    .form-select-button[disabled="disabled"] {
        background-image: none !important;
        background-color: #6f9aae !important;
        filter: none !important;
    }

/* BENEFICIAL OWNERS DETAILS */

.beneficial-owner-details-form .item .label {
    width: 275px;
    color: #555;
}

/* ABOUT YOU */

div[id$="upAboutYouForm"] textarea[id$="txtTelCountryMismatchExplanation"] {
    width: 800px !important;
}

div[id$="upAboutYouForm"] div[style*="width:1007px"],
div[id$="upAboutYouForm"] div[style*="width: 1007px"], /* Firefox */
div[id$="upAboutYouForm"] div[style="width: 1007px"], /* IE9+ */
div[id$="upAboutYouForm"] div[style="WIDTH: 1007px"] /* IE8 */ {
    width: 807px !important;
}

/* PRIMARY ADDRESS */

div[id$="upPrimaryAddressForm"] textarea[id$="txtResidencyCountryMismatchExplanation"] {
    width: 800px !important;
}

div[id$="upPrimaryAddressForm"] div[style*="width:1007px"],
div[id$="upPrimaryAddressForm"] div[style*="width: 1007px"], /* Firefox */
div[id$="upPrimaryAddressForm"] div[style="width: 1007px"], /* IE9+ */
div[id$="upPrimaryAddressForm"] div[style="WIDTH: 1007px"] /* IE8 */ {
    width: 807px !important;
}

/* TAXPAYER INFORMATION */

div[id$="upTaxpayerInformationForm"] textarea[id$="txtUnexptedTINType"] {
    width: 800px !important;
}

div[id$="upTaxpayerInformationForm"] div[style*="width:1007px"],
div[id$="upTaxpayerInformationForm"] div[style*="width: 1007px"], /* Firefox */ 
div[id$="upTaxpayerInformationForm"] div[style="width: 1007px"], /* IE9+ */ 
div[id$="upTaxpayerInformationForm"] div[style="WIDTH: 1007px"] /* IE8 */ {
    width: 807px !important;
}

.tax-type-selector label[for$="TaxpayerIdType"],
.tax-type-selector span[id$="lblTaxpayerIdType"] {
    color: #666363;
    font-weight: bold;
}

/* BANK DETAILS */

table[id$="gridAccounts"] textarea[id$="txtNotificationAcct103"] {
    width: 800px !important;
}

table[id$="gridAccounts"] div[style*="width:1007px"],
table[id$="gridAccounts"] div[style*="width: 1007px"], /* Firefox */
table[id$="gridAccounts"] div[style="width: 1007px"], /* IE9+ */
table[id$="gridAccounts"] div[style="WIDTH: 1007px"] /* IE8 */ {
    width: 807px !important;
}

/* CHECK ADDRESS */

.check-address-form textarea[id$="txtFormCountryConflictAdditionalInformation"] {
    width: 800px !important;
}

.check-address-form .form .item .fixedWith {
    width: 807px !important;
}

/* CLASSIFICATION GUIDES */

.classification-guide .buttons input[type="submit"] {
    margin-top: -10px;
}

/* SUBSTANTIAL OWNERS */

table[id$="gridSubstantialUSOwners"] .item .input input[type="text"] {
    width: 250px !important;
}
