/* 
    This Css allows customizations, to override the styles in eumn.css

    It is suggested that you add customizations to this file, and not touch eum.css
    during an upgrade, you should  use the latest version of eum.css, and your customized version of this file

*/

/* EUM Branding Colors */
html {
    background: #fff;
}

header {
    background-color: #34b233;
}

footer {
    /* padding-top: 10px;
    padding-bottom: 10px; */
    background-color: #ababab;
    position: fixed;
    width: 100%;
    bottom: 0rem;
    color: #fff;
    /* font-size: .75rem; */
    text-shadow: none;
    /* text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); */
    font-family: "Arial Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

/* .small a{
    color: black;
} */

.btn-eum,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before { 
    background-color: #34b233;
}

.btn-eum:hover {
    background-color: #00a551;
}


.bottom-links #Back a, footer a {
    color: #fff;
}

.logotext{
    color: #fff;
    font-weight: bold;
    font-size: 35px;
}



/* @font-face{
    font-family: 'FlamaBook';
    src: url(Flama-Book.otf);
}

@font-face{
    font-family: 'Vitesse';
    src: url(vitesse.otf);
}

@font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
  } */

.weilFlama24{
    font-family: 'Flama-Book';
    font-size: 24px;
    color: white;
    /* float: left; */
}

.weilFlama30{
    font-family: 'Flama-Book';
    font-size: 30px;
    color: #666;
    padding-bottom: 0px;
    font-weight: normal;
    /* float: left; */
}

.weilFlama30 > a:hover{
    color: white;
}

.weilVitesse24{
    font-family: 'Vitesse';
    font-size: 24px;
    font-weight: bold;
}

.weilArial16{
    font-family: Arial; 
    font-weight: 16px; 
}

.weilArial13green{
    font-family: Arial; 
    font-weight: 13px; 
    color: #34b233;
    text-align: left;
}

.weilArial13gray{
    font-family: Arial; 
    font-weight: 13px; 
    color: #666 !important;
}

.weilArial10gray{
    font-family: Arial; 
    font-weight: 10px; 
    color: #666 !important;
}

.weilFlama13gray{
    font-family: 'Flama-Book'; 
    font-weight: 13px; 
    color: #666 !important;
}

.weillogo{
    display: inline-block;
    height: 50px;
}

.headertable{
    width:100%
}

.weilnoHover{
    background-color: #999999 !important;
}

.btn-primary:disabled:hover{
    background-color: #999999 !important;
}


/* Generic */

a, a:hover{
    /* color:#fff; */
   
    text-decoration: none;
}

a {
    color:#fff;
   
    text-decoration: none;
}

.weil-white-hover:hover{
    color:#fff; 
}
.weilArial10green{
    font-family: Arial; 
    font-weight: 10px; 
    color: #34b233 !important;
}

.weilArial10green > a{
    color:  #00a551 !important;
}

.weilArial13green:hover{
    color:#00a551; 
}
/*
.weilArial13gray > a{
    color:  #666 !important;
}

 .weilArial10gray > a{
    color:  #666 !important;
} */



@font-face {
    font-family: 'Flama';
    src: url("../fonts/flama/Flama-Medium.eot");
    src: url("../fonts/flama/Flama-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/flama/Flama-Medium.woff") format("woff"), url("../fonts/flama/Flama-Medium.ttf") format("truetype"), url("../fonts/flama/Flama-Medium.svg#webfont") format("svg");
}

@font-face {
    font-family: 'FlamaLight';
    src: url("../fonts/flama/flama-light-webfont.woff2") format("woff2"), url("../fonts/flama/flama-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Flama-Book';
  src: url('../fonts/flama-book/Flama-Book.eot');
  src: url('../fonts/flama-book/Flama-Book.eot?#iefix') format('embedded-opentype'),
       url('../fonts/flama-book/Flama-Book.svg#Flama-Book') format('svg'),
       url('../fonts/flama-book/Flama-Book.ttf') format('truetype'),
       url('../fonts/flama-book/Flama-Book.woff') format('woff'),
       url('../fonts/flama-book/Flama-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Flama-Basic';
  src: url('../fonts/flama-basic/Flama-Basic.eot');
  src: url('../fonts/flama-basic/Flama-Basic.eot?#iefix') format('embedded-opentype'),
       url('../fonts/flama-basic/Flama-Basic.svg#Flama-Basic') format('svg'),
       url('../fonts/flama-basic/Flama-Basic.ttf') format('truetype'),
       url('../fonts/flama-basic/Flama-Basic.woff') format('woff'),
       url('../fonts/flama-basic/Flama-Basic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


.weilNoBPad{
    padding-bottom: 0px;
}

#ForgotPass a{
    color:#00a551; 
}

