﻿body {font-family:Arial; font-size:10pt; color:White; background-color:Navy; margin: 0;}
a { color:White; text-decoration:none; font-weight:bold; }
.DialogMainArea {text-align:center; vertical-align:middle; }
.DialogContentArea {width:400px; background-color:Black; margin-right:auto; margin-left:auto;}
.PromptLabel {text-align:right; font-weight:bold;}
.InputField {text-align:left; }
.MainText {text-align:right;}
.StackedLinks { height:30px; }
.MainPanelBackground { background-color:Black; }
.MainPanelContainer { background-color:Black;}
.PromptColumn {text-align:left; font-weight:bold; white-space:nowrap; vertical-align:top; padding:4px;}
.FieldColumn {width:100%;}
.RequiredIndicator {font-weight:bold; color:Red;}
.FieldLabel {text-align:left; font-weight:bold; color:White;}
.FieldTextBox {width:300px;}
.FieldDateTextBox{width:100px;}
.InputRow {margin-bottom:20px;}
.SubPanelTitle {font-size:16pt; font-weight:bold;}
.PanelTitle {font-size:13pt; font-weight:bold;}
.AlertPanel {text-align:left; overflow:auto; height:400px;}
.AlertContainer {}
.MessageLabel{text-align:left; color:Red;}
.Treeview{background-color:Gray; border:1; border-color:White; width:450px;}
.TreeviewContainer {width:460px;vertical-align: top;}
.LinkContainer {}
.LinkContainerDisabled {color:#444444;}
.PreviewThumbnail { width: 75px; height:50px; border: 1px solid gray; border-color: gray; }
.PreviewImage { width: 300px; height:280px; border: 1px solid gray; border-color: gray; }
.PanelLink { white-space: nowrap; }
.ScrollingImageList { overflow:auto; width:300px; height:300px;background-color: white; border:2px solid gray; border-color: gray;}
.StockImageChoice { padding: 4px; }
.ControlButtonPanel { border:2px solid gray; border-color: gray;  padding:4px; }
.CatalogList { background-color: white; color: black;border: solid 1px gray; }
.CatalogRow { border-bottom: solid 1px gray; }
.ErrorHeading {font-size: 16pt;font-weight: bold; width: 100%;background-color: red; color: white;text-align: center;}
.ErrorNormalContent {color: gray; font-weight: normal;}
.ErrorSevereContent {color: red; font-weight: bold;}
.ErrorPanelName { font-size: 14pt; font-weight: bold;color: black; }
.Hint { font-size: 8pt;font-style: italic;}
.HintContainer {width:200px; vertical-align:top; border-left-style:solid; border-left-width:2px;}
.note-frame{background: white !important}
.gridRowStyle {
    background-color: #F7F8DE;
    font-size: 10pt;
}

.gridHeaderStyle
{
	background-color:#494F7F;
	color:White;
}

.modalBackground
{
  background-color:#CCCCFF;
  filter:alpha(opacity=80);
  opacity:0.8;
}
 
.ModalWindow
{
  border: solid 2px Red;
  background:#f0f0f0;
  padding: 10px 10px 10px 10px;
  position:absolute;
  top:-1000px;
}
.modalPopupPrivacy
{
    position: absolute;       
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    border:none;
    height: 75%;
    width: 60%;
    overflow:auto;
}
.modalPopupCookiePolicy
{
    position: absolute;       
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    border:none;
    overflow:auto;
    padding-left: 10px;
    padding-right: 10px;
    height: 75%;
    width: 60%;
}
.modalBackgroundPrivacy
{
    background-color: black;
    filter: alpha(opacity=80);
    opacity: 0.5;
}

.modalForbiddenWords {
    position: absolute;
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    height: 600px;
    border: none;
    width: 500px;
    color:black;
}
.HeaderLinks { text-decoration:underline;}

.ReportControl { background-color:White; background-repeat:repeat-x; border:1px solid #95B7F3; color:Black; font-family:Arial; font-size:65%; }

.imageButton {
    margin-left: 15%;
    margin-bottom: 2%;
    text-decoration: none; font: menu;
    display: inline-block; padding: 2px 8px;
    background: ButtonFace; color: ButtonText;
    border-style: solid; border-width: 2px;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;;
}

.imageSubMenuBorderless{
    margin-left:100px;
    margin-top: 20px;
}

.imageSubMenu{
    margin-left:100px;
    margin-top: 20px;
    border:solid;
    width:300px;
    height:85px;
}

.selectUploadButton{
    margin-top: 3%;
    margin-left: 10%;
}

.uploadButton{
    margin-top:8%;
    margin-left: 10%;
}

.verifyButton{
    height: 30px;
    width: 60px;
}

.roundButtons{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.sliderkit .sliderkit-panel{
    display: none;
}

.sliderkit .sliderkit-panel-active{
    display:block;
}
.ReciprocalCell
{
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    width: 25px;
}

/*ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}*/
.passwordRulesDefault {
    text-align: left;
}

.passwordRulesDefault .invalid {
     background: url(../images/cross.gif) no-repeat 0 50%;
    padding-left: 60px;
    line-height:24px;
    color:#ec3f41;
}

.invalid {
    background: url(../images/cross.gif) no-repeat 0 50%;
    padding-left:120px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
     background:url(../images/tick.gif) no-repeat 0 50%;
    padding-left:120px;
    line-height:24px;
    color:#3a7d34;
}

.subscriptionTable {
    border-collapse: collapse;
}

.subscriptionTableBorder {
    border: 1px solid white;
}

.cookieSettingsTittle
{
    text-align: center;
    font-size: 2.25rem;
    margin-bottom: 30px;
    margin-top: 30px;
    color: black;
}

.cookieSettingsSliderHeadline
{
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 30px;
    margin-top: 70px;
    color: black;
}

.cookieSettingsLearnMore
{
    color: #005691; 
    cursor: pointer;
    font-weight: 200; 
    align-content: center;
    text-decoration: none;
    transition: 0.5s;
}
.cookieSettingsLearnMore>span 
{
     transition: .5s;

}
.cookieSettingsLearnMore:hover *
{
    color: Black; 
    padding-right: 10px;
}
.tab {
    overflow: hidden;
    border: none;
    background-color: white;
    margin: 40px 40px 0px 40px;
    height: 145px;
    color: black;
}

/* Style the buttons inside the tab */
.tab a {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 30px 0px 30px 0px;
    transition: 0.3s;
    font-size: 20px;
    text-align:center;
    width: 25%;
    color: #e6e6e6;
}

/* Create an active/current tablink class */
.tab a.active {
    background-color: RGB(247, 247,247);
    color: #000;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    border-top: none;
}
/* -------------------------*/
.cookieSettingsSave
{
    float:right;
    background-color: #005691; 
    color: white; 
    font-size:19px; 
    margin:20px;
    border:none;
    height:50px;
}
.closeButton
{
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px;
    cursor: pointer;
    color: black;
}
.cookie-description p {
    text-align: center;
    color: black;
}

.cookie-description p span {
    line-height: 1.5;
    font-weight: 200;
}

.cookies-container {
    width: 100%;
    height: 130px;
    background: rgba(0, 0, 0, .02);
    margin: auto;
}

.contentLeftCookies {
    width:70%;
    float:left
}

.contentRightCookies {
    width:30%;
    float:right;
    text-align:right
}

.cookieText {
    margin:10px 0 0 0;
    padding: 15px 20px 0 400px;
    line-height: 1.6;
    color: black;
    font-size: 15px;               
}

.cookieText a {
    color: #005691;
    cursor: pointer;
    text-decoration: none;
}

.cookieText a:hover {
    color: #005691;
    cursor: pointer;
    text-decoration: underline;
}

.privacySettingsHyperlink
{
    position: relative;
}

.A-Link {
    margin:10px 0 0;
}

.A-Link--button {
    margin-top:20px;
    width:100%;
    text-align:center;
}

.A-Link__link {
    padding:11px 40px;
    display:inline-block;
    color:inherit;
    text-align:inherit;
    border: 1px solid #ccc;
    background-color: transparent;
    cursor:pointer;
    font-size: 13px;
    width: 200px;
    transition: all 0.5s ease;
    color: black;
}

.A-Link__linkText {
    vertical-align:middle;
}

.A-Link.A-Link--button input:hover {
    border-color: #000;
}

.panelCookies {
    width: 100%;
    background-color: white;
}

.cookiePolicy .row
{
    width:100%;
    color:black;
    position:center;
    margin-left: auto; 
    margin-right: auto;
}

.cookiePolicy_introtext
{
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
    text-indent: 0;
}

.cookiePolicy_descriptiontext
{
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    text-indent: 0;
}

.cookiePolicyTable {
    text-align: left;
    vertical-align: middle;
    border: 1px solid #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-collapse: collapse;
    font-size: 14px;
    text-indent: 0;
}

.cookiePolicyTable tr {
    border: 1px solid #333;
}

.cookiePolicyTable th {
    padding: 15px 5px;
    /*background-color: rgba(128, 128, 128, 1);*/
    background-color: #005691;
    color: #fff;
    font-weight: bold;
}

.cookiePolicyTable td
{
    padding:5px;
}

.cookiePolicyBtnClose
{
    float:right;
    background-color: #005691; 
    color: white; 
    font-size:19px;    
    border:none;
    height:25px;
}

.cookiePolicyLinks
{
    color: #005691; 
    cursor: pointer;
    font-weight: 200; 
    align-content: center;
    text-decoration: none;
}
.gridpager, .gridpager td
{    
    
    text-align: right;

text-decoration: none;
width:100%;
}

.cookiePolicyLinks:hover *
{
    color: Black; 
}
.btn{font-family:Arial;font-weight:700;font-size:12px;padding:4px 10px;display:inline-block;margin-bottom:0;text-align:center;white-space:nowrap;border-radius:4px;line-height: 1.42857143;border: 0px}
.btn-primary{color:#fff;background-color:#337ab7;cursor: pointer;background-image:linear-gradient(to top,#023c6b 0%,#628cb2 100%)}
.btn-primary:hover{color:#000;cursor: pointer;background-image:linear-gradient(to top,#c3c3c4 0%,#e1e2e3 100%);background-color: #c3c3c4;}
.btn.disabled {cursor: not-allowed;background-image: linear-gradient(to top,#c3c3c4 0%,#e1e2e3 100%);color: #000;background-color: #c3c3c4}
.PrivacyPopup{width:410px;border-color:Gray;border-style:solid;border-width:3px;padding:3px;border:2px solid #000;z-index:100;font-size:13px;background-color:#fff;color:#000;font-family:Helvetica,Arial,sans-serif;padding:12px} 
.PopupErrorMessage{font-size:12px;color:Red;}
.BoldHeadingPP{font:16px Helvetica, Arial, sans-serif;font-size:16px;height:18px;text-align:center;text-indent:5px;font-weight:bold;color:#000;} 
.CookieFooter{text-decoration: underline;color: blue;font-weight: normal;}
.PrivacyPopupControl { text-align: right; padding-top: 5px; padding-bottom: 5px; padding-right: 10px;}

.field-icon {
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  color: #000000;
}

.container{
  padding-top:50px;
  margin: auto;
}

.password::-ms-clear {
    width:0px;
    height:0px;
}

.password::-ms-reveal {
    display: none;
}

.centerLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}
table{
border-collapse: collapse;
}