@charset "UTF-8";

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(../fonts/fonts/Open-Sans-Condensed-bold.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url(../fonts/fonts/Open-Sans-Condensed-normal.woff) format('woff');
}
/*Roboto*/
@font-face {
    font-family: 'Arial, Helvetica, sans-serif';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/fonts/Roboto-Light.woff) format('woff');
}

@font-face {
    font-family: 'Arial, Helvetica, sans-serif';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/fonts/Roboto-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Arial, Helvetica, sans-serif';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/fonts/Roboto-Medium.woff) format('woff');
}

body {
    font-family: Roboto 'Arial, Helvetica, sans-serif';
    font-size: 1em;
    font-weight: 300 !important;
    line-height: 1.625;
    color: #212529 !important;
}

input {
    border: 1px #BABABA solid;
    color: #212529 !important;
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 0 !important;
}

label {
    font-weight: 600 !important;
}

p {
    font-size: 1em;
}

h1 {
    color: #0e1528;
    font-size: 1.5em;
}

h2 {
    text-transform: uppercase;
    font-family: open sans condensed;
    font-size: 1.8em;
    font-weight: 700 !important;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

.font13px {
    font-size: 13px;
}

.font14px {
    font-size: 14px;
}

.font16px {
    font-size: 16px;
}

.font20px {
    font-size: 20px;
}

.fwb {
    font-weight: 400;
}

.btn-default {
    color: #187cb8;
    background: #ffffff;
    border: solid 1px #cccccc;
}

.bttn {
    border-radius: 0;
    font-family: open sans condensed;
    font-size: 20px;
    vertical-align: inherit !important;
}

.bttn-default {
    background-repeat: repeat-x;
    border-bottom: solid 3px #cccccc !important;
    font-size: 20px;
    text-shadow: 0 1px 0 #ffffff;
    transition: all 0.5s ease 0s;
}

    .bttn-default:hover, .bttn-default:focus {
        background-color: #f2f2f2;
        transition: all 0.5s;
    }

.bttn-primary {
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    font-size: 20px;
    text-shadow: 0 0 0 #ffffff;
    transition: all 0.5s ease 0s;
    background-color: #187cb8;
}

    .bttn-primary:hover, .bttn-primary:focus {
        background-color: #1e90d5 !important;
        transition: all 0.5s;
    }

.btn {
    border-radius: 0;
    padding: 10px 15px;
    border: solid 1px #cccccc;
}

    .btn:hover, .btn:focus {
        background-color: #ffffff;
        color: #000;
    }

.btn-primary {
    background-color: #187cb8;
    color: #ffffff !important;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #1e90d5;
    }

.btn-success {
    background-color: #015710 !important;
}

    .btn-success:hover {
        background-color: #16997f !important;
    }

.btn-danger {
    background-color: #d33a35;
}

.btn-red {
    background-color: #ff5d3b;
    background-repeat: repeat-x;
    border-bottom: 3px solid #dc3417;
    border-color: #DDDDDD #DDDDDD #dc3417;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 0 #FFFFFF;
    transition: all 0.5s ease 0s;
}

    .btn-red:hover, .btn-red:focus {
        background-color: #dc3417;
        background-position: 0 0;
        color: #fff;
        text-shadow: 0 0 0 #fff;
    }

.btn-green {
    background-color: #015710;
    color: #fff !important;
    transition: all 0.5s ease 0s;
}

    .btn-green:hover, .btn-green:focus {
        background-color: #16997f !important;
        background-position: 0 0;
        color: #fff;
        text-shadow: 0 0 0 #fff;
    }

.body-container {
  margin-top: 60px;
  padding-bottom: 40px; }

.welcome-page li {
  list-style: none;
  padding: 4px; }

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }


.bg-dark {
    background-color: #0e1528!important;
}
.red-text {
    color: red;
}

#copyButton {
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    margin-top: 10px;
    border: none;
    background-color: white;
    color: #0078D4;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}
#copyButton:focus {
    outline: none;
}
@-moz-document url-prefix() {
    .input-100p {
        width: 96%;
    }
}
.input-100p {
    width: 100%;
    padding: 6px 12px;
}
@media only screen and (max-width:770px) {
    .form-control, .input-100p {
        margin-bottom: 10px;
    }
}
.togglePassword {
    position: absolute;
    top: 49%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.password-wrapper {
    position: relative;
}

.password-wrapper input {
    padding-right: 35px; /* leave space for icon */
}

/*Prevent password reveal eye icon for Edge */
input::-ms-reveal {
    display: none;
}