﻿
html, body {
    height: 100%;
    width: 100%;
    margin-bottom: 0px;
}
body {
    margin: 50px 0px;
    padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
    text-align: center; /* Hack for IE5/Win */
    font-size: 16px;
    color: #444444;
    font-family: Lato, Muli, arial, sans-serif;
    line-height: 20px;
    background-color: #f2f2f2;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow-y: scroll;
    height: 100%;
}

.Content {
    width: 1240px;
    margin: 0px auto; /* Right and left margin widths set to "auto" */
    text-align: left; /* Counteract to IE5/Win Hack */
    border: 1px solid #b2bcc4;
   
}

a:link {
    color: #0075be;
    text-decoration: none;
}

a:visited {
    color: #3d98d3;
    text-decoration: none;
}

a:hover {
    color: #3d98d3;
    text-decoration: none;
}



.li {
    list-style-image: url(../../images/graphics/bullet.gif);
    margin-top: 5px;
    padding-bottom: 10px;
}




.sdo a:link
{
	color:black;
	
	text-decoration: none;
}
.sdo a:visited {
    color: #414042;
   
    text-decoration: none;
}
.sdo a:hover {
    color: #3e98d4;
    text-decoration: none;
}

.form_label {

	font-size: 18px;
    line-height:25px;
}

.textbox {
    background: #fff;
    border: solid #ddd 1px;
    font-size: 13px;
    color: #4a4c4d;
    padding: 4px;
    letter-spacing: 1px;
    width: 250px;
    height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.dropBackground {
    background: #fff;
    border: solid #ccc 1px;
    font-size: 13px;
    color: #4a4c4d;
    padding: 4px;
    width: 310px;
    height: 25px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.outsidetable {
    border-style: solid;
    border-color: #D4DBE5;
    border-width: 2px;
    border-spacing: 0;
    padding: 2px;
}

.tdborder {
    border-bottom: 1px dashed #528fc8;
    padding-top: 7px;
    padding-bottom: 7px;
}

.button {
    background: #d73f11;
    background: -moz-linear-gradient( center top, rgb(229,72,21) 0%, rgb(203,66,21) 15%, rgb(197,51,11) 88%, rgb(180,48,13) 100%);
    border: 0;
    color: #eee;
    cursor: pointer;
    font: 15px Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 7px 15px;
    height: 30px;
    outline: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


p {
    padding-left: 30px
}


.msg {
    font-weight: bold;
    color: #d53e13;
    font-size: 14px;
}

.title {
    
    font-size: 20px;
    color: #356fac;
    margin-bottom:20px;
}

h1 {
    color: #444444;

   letter-spacing:0.7px;
    font-size: 25px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom:30px;
}

h2 {
    color: #666;

    letter-spacing: 0.7px;
    font-size: 21px;
    padding-bottom: 0px;
    padding-top: 10px;
    text-transform: uppercase;
    padding-left: 10px;
}

h3 {
    color: #666;
 
    letter-spacing: 0.7px;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 10px;
}
img {
    border: 0px;
}

.tdborders {
    border-top: #6c9bc6 1px solid;
    border-bottom: #6c9bc6 1px solid;
    border-right: #6c9bc6 1px solid;
    border-left: #6c9bc6 1px solid;
}

.hr_paadding {
    padding: 10px 20px 20px 30px;
}

.hr_paadding2 {
    padding: 7px 7px 7px 30px;
}

.hrThin {
    border-width: 1px;
    color: #ccc;
    border-style: dotted;
}

hr {
    /*for mozilla */
    border-width: 1px;
    color: #b2bcc4; /*d73f11;*/
    border-style: dashed;
}

.tdBackground {
    background-color: #f1f1f1;
}

    .tdBackground:hover {
        background-color: #ddd;
    }

.tdBackground2 {
    background-color: #fafafa;
}

    .tdBackground2:hover {
        background-color: #ddd;
    }

.small {
    color: #7a888d;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: Arial, Tahoma, Verdana;
}

.tdborder {
    border-bottom: 1px dashed #a7b199;
    padding-bottom: 10px;
}


/* ~~ The footer ~~ */

.footer-main {
    color: #fff;
    background-color: #666;
    margin: 0 auto;
    width: 100%;
    font-size: 1em;
}

.footer-inside {
    width: 1240px;
    background-color: #666;
    
    margin: 0 auto;
    padding: 1em 1em 2em 3em;
    zoom: 1
}

a.down-links:link {
    color: #fff;
    font-family: Lato, Muli, arial, sans-serif;
    font-size: 1em;
}

a.down-links:visited {
    color: #fff;
    font-family: Lato, Muli, arial, sans-serif;
    font-size: 1em;
}

a.down-links:hover {
    color: #ddd;
    font-family: Lato, Muli, arial, sans-serif;
    font-size: 1em;
}

.hr-footer {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #969da3;
}

.back-to-top {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
}
   

/*for GDPR*/
.CookiebotWidget-main-logo {
    display: none !important;
    visibility: hidden !important;
}
#CybotCookiebotDialogPoweredbyCybot {
    display: none !important;
    visibility: hidden !important;
}

#CybotCookiebotDialogPoweredbyText {
    display: none !important;
    visibility: hidden !important;
}

#CybotCookiebotDialogDetailFooter {
    display: none !important;
    visibility: hidden !important;
}

#CybotCookiebotDialogPoweredbyImage {
    content: url(https://ibr.ansi.org/images/graphics/ansi-logo-white.png) !important;

  
}
#CookiebotWidget.CookiebotWidget-open {
    background-color: #f6f6f6 !important;
  
}
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #5e9fe0 !important;
    width: 20px;
}
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #5e9fe0 !important;
    border-color: #5e9fe0 !important;
    font-size: 18px;
    font-weight: 500;
    color: #000000 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
    align-items: center;
    color: #5e9fe0 !important;
    cursor: pointer;
    display: flex;
    font-weight: 600;
    margin-bottom: 12px;
}
#CookiebotWidget .CookiebotWidget-header {
    background-color: #5e9fe0 !important;
    align-items: center;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    justify-content: space-between;
    padding: 3px 4px 3px 16px;
}
#CookiebotWidget .CookiebotWidget-body {
    background-color: #f6f6f6 !important;
    display: flex;
    overflow: hidden;
    padding: 6px;
    position: relative;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    background-color: #5e9fe0 !important;
    border-color: #5e9fe0 !important;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    transition-delay: .3s;
}

#CybotCookiebotDialogHeader {
    background-color: #5e9fe0 !important;
   
}

#CybotCookiebotDialogFooter {
    background-color: white !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItem {
    background-color: white !important;

}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #5e9fe0;
    border-color: #5e9fe0;
    font-size:18px;
    font-weight:500;
    color: #000000 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #5e9fe0;
    border-color: #5e9fe0;
    font-size: 18px;
    font-weight: 500;
    
    color: #000000 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
    border-bottom: 1px solid #f6f6f6;
    color: #666666;
    display: block;
    font-weight: 500;
    font-size:18px;
    height: 100%;
    outline-offset: -5px;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.CookiebotWidget-state {
    font-size: 18px;
    font-weight: 500;
}
.CybotCookiebotDialogBodyButton {
    background-color: #5e9fe0;
    border-color: #5e9fe0;
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
.CybotCookiebotDialogArrow {
    display: none !important;
    visibility: hidden !important;
}

