﻿a{
    text-decoration:none;
}

p{
    color: #000000
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}


.lds-roller {
    /* change color here */
    color: #1c4c5b
}

    .lds-roller,
    .lds-roller div,
    .lds-roller div:after {
        box-sizing: border-box;
    }

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7.2px;
            height: 7.2px;
            border-radius: 50%;
            background: currentColor;
            margin: -3.6px 0 0 -3.6px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 62.62742px;
                left: 62.62742px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 67.71281px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 70.90963px;
                left: 48.28221px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 70.90963px;
                left: 31.71779px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 67.71281px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 62.62742px;
                left: 17.37258px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12.28719px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

td img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.circle-loader {
    margin-bottom: 3.5em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left-color: #3664ac;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #cdd9eb;
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;
}

    .checkmark.draw:after {
        animation-duration: 800ms;
        animation-timing-function: ease;
        animation-name: checkmark;
        transform: scaleX(-1) rotate(135deg);
    }

    .checkmark:after {
        opacity: 1;
        height: 3.5em;
        width: 1.75em;
        transform-origin: left top;
        border-right: 3px solid #cdd9eb;
        border-top: 3px solid #cdd9eb;
        content: '';
        left: 1.75em;
        top: 3.5em;
        position: absolute;
    }

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 1.75em;
        opacity: 1;
    }

    40% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }

    100% {
        height: 3.5em;
        width: 1.75em;
        opacity: 1;
    }
}


.loadingSpinner {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    transform: translate(-50%, -50%);
    text-align: center;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.lds-ellipsis {
    /* change color here */
    color: #0d5bb4
}

    .lds-ellipsis,
    .lds-ellipsis div {
        box-sizing: border-box;
    }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33.33333px;
        width: 13.33333px;
        height: 13.33333px;
        border-radius: 50%;
        background: currentColor;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.lds-ring {
    /* change color here */
    color: #3498db
}

    .lds-ring,
    .lds-ring div {
        box-sizing: border-box;
    }

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid currentColor;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: currentColor transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Mobile Styles */
@media only screen and (max-width: 100px) {
    body {
        margin: 0;
        padding: 0;
        /*min-height: 100%;*/
        font-family: Titillium Web;
        font-size: 150%;
        color: #3664ac;
    }

    

    #header {
        background: #d2e3fb;
        border-bottom: 1px solid #a9c2e5;
        width: 100%;
    }

        #header .in {
            width: 100%;
            /*margin: 0 auto;
            padding: 0 20px;*/
            line-height: 64px;
            color: #3664ac;
        }

    #footer1 {
        height: 50px;
        background-repeat: repeat;
        position: fixed;
        bottom: 0px;
        background-attachment: scroll;
        background: #d2e3fb;
        border-top: 1px solid #a9c2e5;
        width: 100%;
    }

        #footer1 .in {
            bottom: 0px;
            background-attachment: scroll;
            background-repeat: repeat;
            position: fixed;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
            line-height: 48px;
        }

    .cl {
        clear: both;
    }

    .left {
        float: left;
        margin-left: 20px;
    }

    .right {
        float: right;
        margin-right: 20px;
    }

    .middle {
        display: none;
    }

    .formrow {
        line-height: 30px;
        margin: 0 0 5px 0;
    }

        .formrow label {
            position: relative;
            left: -10px;
            width: 120px;
            text-align: center;
        }

        .formrow input {
            width: 200px;
            height: 30px;
            padding: 5px;
            background: #e8f1ff;
            border: 1px solid #aac3e6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            behavior: url(../../Content/PIE.htc);
            position: relative;
            left: -20px;
        }

    #sidebar {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 155px;
        margin-bottom: 4%;
    }

    .login {
        text-align: center;
    }

    .button {
        background: #d9dee5 url(../Images/gradient-white.png) repeat-x top;
        border: 1px solid #9da8b9;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        padding: 8px 10px 8px 10px;
        font-family: Arial, helvetica, Sans-Serif;
        font-size: 1em;
        text-shadow: 0 0 1px #fff;
        color: #1f3c56;
        text-decoration: none;
        cursor: pointer;
        behavior: url(../../Content/PIE.htc);
        position: relative;
    }

    button.button {
        width: auto;
        overflow: visible;
        font-weight: normal;
        margin-left: -10px;
    }

    .button:hover {
        background: #d9dee5 url(../Images/gradient-white-hover.png) repeat-x top;
        text-decoration: none;
    }

    .button:active {
        background: #d9dee5 url(../Images/gradient-white-active.png) repeat-x top;
    }

    .row {
        margin-bottom: 16%;
    }

    .option {
        text-align: center;
        margin-top: 160px;
        font: 12px Helvetica, sans-seri;
        color: #333;
    }

    .exampleText {
        text-align: center !important;
        margin-left: 25px;
        margin-right: 25px
    }

    .option-2-3 {
        margin-top: 40px;
    }

    .option-3 {
        margin-bottom:30px;
    }

    .notEligibleText {
        text-align: center;
        margin-top: 5%;
        font: 18px Helvetica, sans-seri;
        color: #333
    }

    #PhotoRejectedModal {
        width: 100% !important;
    }

    #FaultyOrDamagedModal {
        width: 100% !important;
    }

    #LostOrStolenModal {
        width: 100% !important;
    }

    #submitThisPhotoButton {
        margin-bottom: 10px;
    }
    #uploadingInprogressContainer {
        margin-top: 100px;
    }

    #unsuccessfulText {
        font-size: 12px
    }


}


/* Tablet Styles */
@media only screen and (min-width: 201px) and (max-width: 960px) {

    #submitThisIDPhotoButton {
        margin-bottom: 0px
    }

    #loadingContainer {
        text-align: center;
    }


    #uploadNewDiv {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    #text {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    #PleaseSelectTitle {
        margin-top: 220px;
    }

    #unsuccessfulImage {
        width: 50px
    }

    #unsuccessfulText {
        font-size: 12px
    }
    #selectOptions {
        max-width: 200px
    }

    #submitThisIDPhotoButton, #submitThisPhotoButton {
        margin-bottom: 10px;
    }

    

    #uploadingInprogressContainer {
        margin-top: 100px;
    }

    body {
        margin: 0;
        padding: 0;
        /*min-height: 100%;*/
        font-family: Source Sans Pro, Gill Sans, Trebuchet MS, Arial, sans-serif;
        font-size: 150%;
        color: #3664ac;
    }
    #header {
        background: #d2e3fb;
        border-bottom: 1px solid #a9c2e5;
    }

        #header .in {
            /*width: 860px;
            margin: 0 auto;
            padding: 0 20px;*/
            line-height: 64px;
            color: #3664ac;
        }

    #footer1 {
        height: 50px;
        background-repeat: repeat;
        position: fixed;
        bottom: 0px;
        background-attachment: scroll;
        background: #d2e3fb;
        border-top: 1px solid #a9c2e5;
        width: 100%;
    }

        #footer1 .in {
            bottom: 0px;
            background-attachment: scroll;
            background-repeat: repeat;
            position: fixed;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
            line-height: 48px;
        }

    .cl {
        clear: both;
    }

    .left {
        float: left;
        margin-left: 20px;
    }

    .right {
        float: right;
        margin-right:20px;
    }

    .middle {
        display:none;
    }

    .formrow {
        line-height: 30px;
        margin: 0 0 5px 0;
    }

        .formrow label {
            position:relative;
            left:-10px;
            width: 120px;
            text-align:center;

        }

        .formrow input {
            width: 200px;
            height: 30px;
            padding: 5px;
            background: #e8f1ff;
            border: 1px solid #aac3e6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            behavior: url(../../Content/PIE.htc);
            position: relative;
            left: -20px;
        }

    #sidebar {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 155px;
        margin-bottom: 4%;
    }

    .login {
        text-align:center;
    }

    .button {
        background: #d9dee5 url(../Images/gradient-white.png) repeat-x top;
        border: 1px solid #9da8b9;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        padding: 8px 10px 8px 10px;
        font-family: Arial, helvetica, Sans-Serif;
        font-size: 1em;
        text-shadow: 0 0 1px #fff;
        color: #1f3c56;
        text-decoration: none;
        cursor: pointer;
        behavior: url(../../Content/PIE.htc);
        position: relative;
    }

    button.button {
        width: auto;
        overflow: visible;
        font-weight: normal;
        margin-left: -10px;
    }

    .button:hover {
        background: #d9dee5 url(../Images/gradient-white-hover.png) repeat-x top;
        text-decoration: none;
    }

    .button:active {
        background: #d9dee5 url(../Images/gradient-white-active.png) repeat-x top;
    }

    .row {
        margin-bottom:16%;
    }

    .option {
        text-align: center;
        margin-top: 160px;
        font: 12px Helvetica, sans-seri;
        color: #333;
    }

    .exampleText {
        text-align: center !important;
        margin-left: 25px;
        margin-right: 25px
    }

    .option-2-3{
        margin-top:40px;
    }

    .notEligibleText {
        text-align: center;
        margin-top: 5%;
        font: 18px Helvetica, sans-seri;
        color: #333
    }

    #FaultyOrDamagedModal {
        width: 100% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
        min-width: 350px !important;
        
    }
    #PhotoRejectedModal {
        width: 100% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
        min-width: 350px !important;
    }

    #LostOrStolenModal {
        width: 100% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
        min-width: 350px !important;
    }

    #faulty,
    #damaged,
    #optionReuse,
    #optionUploadNewIDDocument,
    #optionUploadNew,
    #uploadedImageFaultyDiv,
    #lost,
    #idonthavereport,
    #ihavereport {
        display: block;
        margin: 0 auto;
        width: 220px;
        margin-top: 10px;
    }

    


    #faultyText,
    #damagedText,
    #optionReuseText,
    #optionUploadNewText,
    #uploadedImageResult {
        margin-top: 10px;
        text-align: center;
    }


}


/* Desktop Styles */
@media only screen and (min-width: 961px) {

    #uploadNewDiv {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    #PleaseSelectTitle {
        margin-top: 80px;
    }

    #unsuccessfulImage {
        width: 100px
    }

    #faulty,
    #damaged,
    #optionReuse,
    #optionUploadNew,
    #uploadedImageFaultyDiv,
    #lost,
    #idonthavereport,
    #ihavereport
    {
        float: left;
        margin-right: 20px;
        margin-top: 15px;
    }

    #faultyText,
    #damagedText,
    #optionReuseText,
    #optionUploadNewText,
    #uploadedImageResult {
        display: block;
        overflow: hidden;
        margin-top: 15px;
        text-align: left;
    }

    .notEligibleText {
        text-align: left;
        margin-top: 5%;
        font: 18px Helvetica, sans-seri;
        color: #333
    }

    body {
        margin: 0;
        padding: 0;
        min-height: 100%;
        font-family: Source Sans Pro, Gill Sans, Trebuchet MS, Arial, sans-serif;
        font-size: 150%;
        color: #3664ac;
    }

    .img {
        background-color: transparent;
    }

        .img:hover {
            position: relative;
            top: -10px;
            cursor: pointer;
        }

    #sidebar {
        float: left;
        width: 155px;
        margin: 0 20px 0 0;
        margin-left: 10%;
    }

    .formrow {
        line-height: 30px;
        margin: 0 0 5px 0;
    }

        .formrow label {
            float: left;
            width: 120px;
        }

        .formrow input {
            width: 200px;
            height: 30px;
            padding: 5px;
            background: #e8f1ff;
            border: 1px solid #aac3e6;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            behavior: url(../../Content/PIE.htc);
            position: relative;
        }

    #footer1 {
        position: fixed;
        margin-top: -50px; /* negative value of footer height */
        height: 50px;
        clear: both;
        background: #d2e3fb;
        border-top: 1px solid #a9c2e5;
        bottom: 0px;
        width: 100%;
    }

        #footer1 .in {
            width: 860px;
            margin: 0 auto;
            padding: 0 20px;
            line-height: 48px;
        }

    #header {
        background: #d2e3fb;
        border-bottom: 1px solid #a9c2e5;
    }

        #header .in {
            width: 860px;
            margin: 0 auto;
            line-height: 64px;
            color: #3664ac;
        }

    #container {
        background: #fff;
    }

        #container .in {
            width: 900px;
            margin: 0 auto;
        }

    .cl {
        clear: both;
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .middle {
        float: left;
    }

    .login {
        width: 450px;
        margin: 0 auto;
    }

    .button {
        background: #d9dee5 url(../Images/gradient-white.png) repeat-x top;
        border: 1px solid #9da8b9;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        padding: 8px 10px 8px 10px;
        font-family: Arial, helvetica, Sans-Serif;
        font-size: 1em;
        text-shadow: 0 0 1px #fff;
        color: #1f3c56;
        text-decoration: none;
        cursor: pointer;
        behavior: url(../../Content/PIE.htc);
        position: relative;
    }

    button.button {
        width: auto;
        overflow: visible;
        font-weight: normal;
        margin: 10px 0 0 120px;
    }

    .button:hover {
        background: #d9dee5 url(../Images/gradient-white-hover.png) repeat-x top;
        text-decoration: none;
    }

    .button:active {
        background: #d9dee5 url(../Images/gradient-white-active.png) repeat-x top;
    }

    .option {
        text-align: left;
        margin-top: 26px;
        margin-left: 25px;
        margin-top: 50px;
        font: 12px Helvetica, sans-seri;
        color: #333;
    }

    .row {
        margin-bottom: 80px;
    }

    .exampleText {
        text-align: !important;
        margin-left: 25px;
        margin-right: 25px
    }

    .option-2-3 {
    }

    #FaultyOrDamagedModal {
        width: 800px !important;
        overflow: hidden;
        top: -15%;
    }
    #PhotoRejectedModal {
        width: 800px !important;
        overflow: hidden;
        top: -15%;
    }

    #LostOrStolenModal {
        width: 800px !important;
    }

    #CardExpiredModal {
        width: 800px !important;
    }

    .optionsButton {
        background-color: #1d2975;
        color: #ffffff;
    }
    
    .button-61 {
        align-items: center;
        appearance: none;
        border-radius: 4px;
        border-style: none;
        box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px,rgba(0, 0, 0, .14) 0 2px 2px 0,rgba(0, 0, 0, .12) 0 1px 5px 0;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        font-family: Roboto,sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        height: 36px;
        justify-content: center;
        letter-spacing: .0892857em;
        line-height: normal;
        min-width: 64px;
        outline: none;
        overflow: visible;
        padding: 0 16px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: middle;
        will-change: transform,opacity;
        
    }

    .button-61:hover {
        box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
    }

    .button-61:disabled {
        background-color: rgba(0, 0, 0, .12);
        box-shadow: rgba(0, 0, 0, .2) 0 0 0 0, rgba(0, 0, 0, .14) 0 0 0 0, rgba(0, 0, 0, .12) 0 0 0 0;
        color: rgba(0, 0, 0, .37);
        cursor: default;
        pointer-events: none;
    }

        .button-61:not(:disabled) {
            background-color: #1d2975;
        }

    .button-61:focus {
        box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
    }

        .button-61:active {
            box-shadow: rgba(0, 0, 0, .2) 0 5px 5px -3px, rgba(0, 0, 0, .14) 0 8px 10px 1px, rgba(0, 0, 0, .12) 0 3px 14px 2px;
            background: #1d2975;
        }


    .button-For-Close {
        align-items: center;
        appearance: none;
        border-radius: 4px;
        border-style: none;
        box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px,rgba(0, 0, 0, .14) 0 2px 2px 0,rgba(0, 0, 0, .12) 0 1px 5px 0;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-flex;
        font-family: Roboto,sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        height: 36px;
        justify-content: center;
        letter-spacing: .0892857em;
        line-height: normal;
        min-width: 64px;
        outline: none;
        overflow: visible;
        padding: 0 16px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: middle;
        will-change: transform,opacity;
    }

        .button-For-Close:hover {
            box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
        }

        .button-For-Close:disabled {
            background-color: rgba(0, 0, 0, .12);
            box-shadow: rgba(0, 0, 0, .2) 0 0 0 0, rgba(0, 0, 0, .14) 0 0 0 0, rgba(0, 0, 0, .12) 0 0 0 0;
            color: rgba(0, 0, 0, .37);
            cursor: default;
            pointer-events: none;
        }

        .button-For-Close:not(:disabled) {
            background-color: #1d2975;
        }

    .button-For-Close:focus {
        box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
    }

        .button-For-Close:active {
            box-shadow: rgba(0, 0, 0, .2) 0 5px 5px -3px, rgba(0, 0, 0, .14) 0 8px 10px 1px, rgba(0, 0, 0, .12) 0 3px 14px 2px;
            background: #1d2975;
        }


    table.test td {
        background-color: lime;
        margin: 12px 12px 12px 12px;
        padding: 12px 12px 12px 12px;
    }





    .button4 {
        color: #090909;
        padding: 0.7em 1.7em;
        font-size: 18px;
        border-radius: 0.5em;
        background: #e8e8e8;
        cursor: pointer;
        border: 1px solid #e8e8e8;
        transition: all 0.3s;
        box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
    }

        .button4:active {
            color: #666;
            box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
        }


    .button5 {
        display: inline-block;
        padding: 0.3em 1.2em;
        margin: 0 0.1em 0.1em 0;
        border: 0.16em solid rgba(255, 255, 255, 0);
        border-radius: 2em;
        box-sizing: border-box;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #fff;
        text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
        text-align: center;
        transition: all 0.2s;
    }

    .button5:hover {
            border-color: rgba(255, 255, 255, 1);
        }

    @media all and (max-width: 30em) {
    .button4 {
            display: block;
            margin: 0.2em auto;
        }
    }

   


 
 
}


