/*green-115740*/
/*red-DA291C*/

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background-image: url(../image/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
input[type="email"] {
    text-align: center;
}

input[type="text"], input[type="number"] {
    text-align: center;
}

    input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }


.btn-big {
    padding: 64px 32px;
    border-radius: 25px;
    white-space: normal !important;
    word-wrap: break-word !important;
}

@font-face {
    font-family: "text-american";
    src: url('../font/American Typewriter Regular.ttf');
}

@font-face {
    font-family: 'text-901';
    src: url('../font/incised-901-compact-bt.ttf');
}

@font-face {
    font-family: 'text-futura';
    src: url('../font/ufonts.com_futura-t-light.ttf');
}

.text-futura {
    color: #115740;
    font-family: 'text-futura';
    font-size: 60px;
    font-weight: 600;
}

.text-futura-white {
    color: #ffffff;
    font-family: 'text-futura';
    font-size: 30px;
    font-weight: 600;
}

.Agree-Footer {
    color: #DA291C;
    font-family: 'text-american';
    font-size: 18px;
    text-align: justify;
    font-weight: 600;
}

.text-headerdisplay {
    color: #115740;
    font-family: 'text-901';
    font-size: 48px;
    text-align: center;
}

.text-header {
    color: #115740;
    font-family: 'text-901';
    font-size: 24px;
    text-align: center;
}

.text-corperate {
    color: #115740;
    font-family: 'text-american';
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
}

.text-advice {
    color: black;
    font-family: 'text-american';
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
}

.text-gray {
    color: darkgrey;
    font-family: 'text-american';
    font-size: 12px;
    font-weight: 600;
    text-align: justify;
}

.text-table {
    color: #115740;
    font-family: 'text-american';
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

dropdown .btn  a:hover {
    filter: brightness(50%);
}

a:link {
    text-decoration: none;
}


a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a.dropdown-toggle {
    border: none;
    outline: none;
    text-decoration: none;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

label {
    color: #115740;
    font-size: 14px;
}

.text-header {
    color: #115740;
    font-family: 'text-901';
    font-size: 24px;
    text-align: center;
}

.label-text {
    color: #115740;
    font-size: 20px;
    font-family: Arial;
    font-weight: bolder;
}

.lable-display {
    font-family: Arial;
    color: rgba(0,0,0,1);
    font-size: 26px;
    display: block;
    min-height: 30px;
}
/*-------------------btn--------------------*/
.btn {
    margin: 2px;
    color: #ffffff;
}

.btn-block {
    width: 100%;
    height: 45px;
}

.btn-nonclick {
    border: 2px solid black;
    background-color: lightgray;
}

.btn-click {
    border: 2px solid black;
    background-color: #DA291C;
}

.btn-action {
    background-color: #DA291C;
    float: right;
}

    .btn-action .glyphicon {
        color: #fff;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*-------------------nav----------*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    text-shadow: 0 0 3px #e5e5e5;
}

.navbar-custom {
    color: #ffffff;
    background-color: #115740;
    box-shadow: 0px 8px 8px -6px rgba(0,0,0,.5);
}

[data-toggle="collapse"] div {
    color: gray;
    margin-top: 8px;
    border-bottom: 1px solid lightgray;
}
/*-------------------------------------------------- */
/*fa*/
.fa-gicon {
    color: #115740;
}

.fa-yicon {
    color: #f6f10a;
}

.fa-ricon {
    color: #DA291C;
    margin-bottom: 0;
}

.fa-dredicon {
    color: darkred;
    margin-bottom: 0;
}

.fa-wicon {
    color: #ffffff;
    margin-bottom: 0;
}

.fa-oicon {
    color: orangered;
    margin-bottom: 0;
}

.fa-grayicon {
    color: gray;
    margin-bottom: 0;
}

.fa-lgrayicon {
    color: lightgray;
    margin-bottom: 0;
}

.fa-bicon {
    color: darkblue;
    margin-bottom: 0;
}

.fa-pinkicon {
    color: #f000ff;
    margin-bottom: 0;
}

.fa-sblueicon {
    color: #ffaa1d;
    margin-bottom: 0;
}

.fa-shadow {
    text-shadow: 3px 3px 16px #272634;
}

/*-------------------table-----------*/
.table-hover tbody tr:hover td {
    background: yellow;
    color: red;
    cursor: pointer;
}

table {
    font-size: 20px;
}

    table tr th:last-child {
        white-space: nowrap;
        width: 1px;
    }

    table tr td:last-child {
        white-space: nowrap;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 1px;
    }

   /* table tr th:first-child {
    }

    table tr td:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }*/

/*radion button----------------------------------------------------------------------------------------------*/
.rbtn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Arial;
    color: white;
}

    /* Hide the browser's default radio button */
    .rbtn input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom radio button */
.rcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #006633;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rbtn:hover input ~ .rcheckmark {
    background-color: #fff;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/* When the radio button is checked, add a green background */
.rbtn input:checked ~ .rcheckmark {
    background-color: #006633;
}

/*Create the indicator (the dot/circle - hidden when not checked)*/
.rcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rbtn input:checked ~ .rcheckmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rbtn .rcheckmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*checkbox----------------------------------------------------------------------------------------------*/
.chkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Arial;
    color: black;
}

    /* Hide the browser's default checkbox */
    .chkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #006633;
}

/* On mouse-over, add a grey background color */
.chkbox:hover input ~ .checkmark {
    background-color: #fff;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

/* When the checkbox is checked, add a green background */
.chkbox input:checked ~ .checkmark {
    background-color: #006633;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkbox .checkmark:after {
    left: 8px;
    top: 3px;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btnSubmit {
}


/*Spinner----------------------------------------------------------------------------------------------*/

.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.center-div-fixed {
    width: 300px;
    height: 300px;
    position: relative;
    margin-top: 50px;
}

.center-div-text {
    color: #ffffff;
    font-size: 20px;
    font-family: text-901;
    text-align: center
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.4;
}

.loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #006633;
    border-bottom: 16px solid #006633;
    border-left: 19px solid #da291c;
    border-right: 19px solid #da291c;
    width: 180px;
    height: 180px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div {
    background-image: url("../image/LogoRound.png");
    background-repeat: no-repeat;
    background-position: center;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*dropdown----------------------------------------------------------------------------------------------*/
select {
    text-align-last: center;
}

.vertical-center {
    min-height: 80%; /* Fallback for browsers do NOT support vh unit */
    min-height: 80vh; /* These two lines are counted as one :-)       */
    display: flex;
    margin-top: -40px;
    align-items: center;
}

/*verlidation------------------------------------------------------------------------------------------------*/
.validation-summary-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    color: #DA291C;
    text-align: center;
    font-size: 18px;
}

    .validation-summary-errors ul {
        list-style: none;
        margin-left: -40px;
    }

.ui-datepicker-calendar {
    display: none;
}
/*verlidation------------------------------------------------------------------------------------------------*/
.iframe-container {
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 */
    position: relative;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        width: 100%;
        height: 100%;
    }

/*---------------------------------------*/
accordion-header {
    Margin-top: 5px;
}

.accordion-button {
    background-color: #DA291C;
    color: #ffffff;
    font-size: large;
}

    .accordion-button:not(.collapsed) {
        color: #115740;
        background-color: lightgray;
        box-shadow: 0px 8px 8px -6px rgba(0,0,0,.5);
        border-left: 2em solid #115740;
    }

    .accordion-button:hover {
        color: #115740;
        background-color: lightgray;
        box-shadow: 0px 8px 8px -6px rgba(0,0,0,.5);
        border-left: 2em solid #115740;
    }
/*---------------------------------------------*/