
/*--- FONT STYLING ---*/
html {
    font-family: Arial !important;
}
@font-face {
    /*font-family: Arial;*/
    font-family: Arial;
    src: url('~/Content/Reskins/Marquis/fonts/Document fonts/MinionPro-Regular.otf') format('embedded-opentype'), /* Internet Explorer */ url('./fonts/SFAtarianSystem.ttf') format('woff2'), /* Super Modern Browsers */
    url('~/Content/Reskins/Marquis/fonts/Document fonts/MinionPro-Regular.otf') format('woff'), /* Pretty Modern Browsers */
    url('~/Content/Reskins/Marquis/fonts/Document fonts/MinionPro-Regular.otf') format('truetype'), /* Safari, Android, iOS */
    url('~/Content/Reskins/Marquis/fonts/Document fonts/MinionPro-Regular.otf') format('svg'); /* Legacy iOS */
}

h1 {
    font-family: Arial !important;
    color: #4c2b74 !important;
}

h2 {
    font-family: Arial !important;
    color: #4c2b74 !important;
}

h3 {
    font-family: Arial !important;
    color: #4c2b74 !important;
}

h4 {
    font-family: Arial !important;
    color: #4c2b74 !important;
}

h5 {
    font-family: Arial !important;
    color: #4c2b74 !important;
}

a.nav-link {
    font-family: Arial !important;
    color: #4c2b74 !important;
}

a {
    font-family: Arial !important;
}

p {
    font-family: Arial !important;
}

label {
    font-family: Arial !important;
}

.primary-font {
    font-family: Arial !important;
}

.secondary-font {
    color: #000000 !important;
}

.tertiary-font {
    color: #000000 !important;
}

.switch-accept-heading {
    font-size: x-large;
    color: #7e57af !important;
}

/*--- COLORS ---*/
.primary-back-color {
    background-color: #4c2b74 !important;
}

.secondary-back-color {
    background-color: #5a6772 !important;
}

.tertiary-back-color {
    background-color: #7e57af !important;
}

/*--- TEXT COLORS ---*/

/*li.font-secondary a {
    color: #4c2b74 !important;
}*/

i {
    color: #4c2b74 !important;
}

p {
    color: #000000 !important;
}

h1 {
    color: #000000 !important;
}

.font-primary {
    color: #000000 !important;
}

.font-secondary {
    color: #4c2b74 !important;
}

.primary-text-color {
    color: #000000 !important;
}

.secondary-text-color {
    color: #ffffff !important;
}

j
.tertiary-text-color {
    color: #000000 !important;
}

.fa fa-book {
    color: #4c2b74 !important;
}

/*--- FONT SIZES -- keeps digifyme ---*/
/*Change the bootstrap font sizes if it is required, normal html and bootstrap has been used*/
.body-text {
    font-size: 20px;
}

@media (min-width: 1024px) {
    p {
        font-size: 20px !important;
    }
}

a.nav-link {
    font-size: 24px !important;
    font-weight: 700 !important;
}
/*--- IMAGES SRC STYLING ---*/

.login-screen-img {
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    padding-left: 200px;
    background: url("~/Content/Reskins/Marquis/Images/iphone-technology-iphone-6-plus-apple-17663.jpg") left top no-repeat;
}

/*--- BUTTON STYLING ---*/
#AcceptDoc {
    background-color: #7e57af !important;
    color: #fff !important;
    border-radius: 0.65rem;
}

.download-btn {
    padding: 16px 22px 14px 22px !important;
    padding-top: 16px !important;
    padding-right: 22px !important;
    padding-bottom: 14px !important;
    padding-left: 22px !important;
}

.btn-secondary {
    color: #fff;
    background-color: #7e57af;
    border-color: #7e57af;
    border-radius: 0.65rem;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #a888d0;
        border-color: #a888d0;
    }

.btn-primary {
    color: #fff;
    background-color: #4c2b74;
    border-color: #4c2b74;
    border-radius: 0.65rem;
    width:100%;
    /* border-color: #0089FF; */
}

    .btn-primary:hover {
        color: #53ade2;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #5a6772;
        border-color: #5a6772;
    }

.signing-btn.ViewPDF { /*this is if the buttons on signing screen are different from the other pages*/
    color: #fff !important;
    background-color: #4c2b74 !important;
}

.signing-secondary-btn { /*this is if the buttons on signing screen secondary/no buttons*/
    color: #4c2b74 !important;
    background-color: #c2c2c2 !important;
    border-color: #7e57af !important;
    border-radius: 0.65rem;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #4c2b74 !important;
    border-color: #4c2b74 !important;
    color: #fff !important;
}

.btn-primary.disabled, .btn-primary:disabled { /*background color of disabled signing button*/
    background: rgba(76, 43, 116, 0.1);
}


/*--- INPUT STYLING ---*/


.control-label {
    color: #4c2b74 !important;
}

.form-group label {
    color: #4c2b74 !important;
}

.form-control {
    display: block;
    padding-top: 1rem;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.5;
    color: #fff !important;
    background-color: #4c2b74;
    background-clip: padding-box;
    border: 1px solid #4c2b74 !important;
    border-radius: 0.5rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: 40px;
    font-size: 15px;
}

    .form-control.signing-input { /*this is if the input on signing screen are different from the other pages*/
        color: black !important;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px #4c2b74;
    -webkit-text-fill-color: #fff;
    background-color: #4c2b74 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.form-control:focus {
    background-color: #4c2b74 !important;
}


/*--- CARD AND CONTAINERS STYLING ---*/

.cookie-banner-shaddow {
    box-shadow: 1px 19px 29px -30px rgba(90,103,114,1);
}

mark, .mark {
    padding: 0.2em;
    background-color: #7e57af;
}

.alert-info {
    color: #ffffff;
    background-color: #c2c2c2 !important;
    border-color: #c2c2c2 !important;
}

    .alert-info p {
        color: #ffffff !important;
    }

.border-secondary {
    border-color: #4c2b74 !important;
}

.bg-primary-grad {
    background-color: #c2c2c2 !important;
    background: #c2c2c2 !important;
}

.bg-primary {
    background-color: #c2c2c2 !important;
    color: #fff !important;
}

.border-primary {
    border-color: #4c2b74 !important;
}

/*--- NAVBAR/HEADER STYLING ---*/
#NavHead {
    height: 80px;
    background-color: #c2c2c2 !important;
}


.Nav-Img {
    width: 132px;
}
.btn-outline-dark{
    border-color: transparent !important;
}

.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #5a6772 !important;
    border-color: #5a6772;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    /*background-color: #a888d0 !important;*/
}

.navbar-collapse-drop {
    background-color: #c2c2c2 !important;
    padding-left: 20px;
    z-index: 5 !important;
}

.nav-link-curvebottom {
    border-radius: 0px 0px 13px 0px !important;
    -moz-border-radius: 0px 0px 13px 0px !important;
    -webkit-border-radius: 0px 0px 13px 0px !important;
    width: 100%;
}

.nav-link-curvebottomMost {
    border-radius: 0px 0px 105px 0px !important;
    -moz-border-radius: 0px 0px 105px 0px !important;
    -webkit-border-radius: 0px 0px 105px 0px !important;
    width: 99%;
}

.nav-curve {
    border-radius: 0px 0px 105px 0px;
    -moz-border-radius: 0px 0px 105px 0px;
    -webkit-border-radius: 0px 0px 105px 0px;
    border: 0px solid #000000;
}

.navbar-nav li.active {
    border: 4px;
    border-style: solid;
    border-color: #4c2b74;
    border-radius: 10px;
}

.link-item.active {
    border-bottom: solid !important;
    border-bottom-color: #4c2b74 !important;
}

.nav-link:hover {
    color: #ffffff !important;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000 !important;
}

.login-lock {
    color: #4c2b74 !important;
    z-index: 9999999 !important;
}

.nav-shadow {
    -webkit-box-shadow: 1px 9px 29px -10px rgba(90,103,114,1);
    -moz-box-shadow: 1px 9px 29px -10px rgba(90,103,114,1);
    box-shadow: 1px 9px 29px -10px rgba(90,103,114,1);
}

/*--- FOOTER STYLING ---*/

.footer-area {
    background-color: #c2c2c2;
}
.nav-item.link-item {
    border-radius: 10px !important;
}

.socialmedia-circle {
    border: 3px solid #4c2b74 !important;
    border-radius: 100%;
    padding-left: 19px;
    width: 68px;
    padding-right: 19px;
    padding-top: 17px;
    padding-bottom: 15px;
    background-color: aliceblue;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-curve {
    border-radius: 30px 30px 0px 0px;
    -moz-border-radius: 30px 30px 0px 0px;
    -webkit-border-radius: 30px 30px 0px 0px;
    border: 0px solid #000000;
}

/*--- IMAGES STYLING ---*/

.loader-spinner {
    position: absolute !important;
    top: 50%;
    left: 45%;
    z-index: 9999999;
}

/*--- CUSTOM RESKIN STYLING ---*/
/*--- ANINATED EFFECTS STYLING ---*/

a {
    font-family: "bentonsans-regular-webfont";
    color: #4c2b74;
    text-decoration: none;
    transition: .5s;
    font-weight: bold;
}

    a:hover {
        color: #a888d0;
        text-decoration: none;
    }

/*COMMON BASE ELEMENTS TO OVERRIDE*/
.font-primary { /*should be same as primary-text-color*/
    color: #4c2b74 !important;
}

body {
    background-color: #f5f5f5 !important;
}

    body html {
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #F3F3F4;
    }



.checkout-wrap {
    color: #444;
    font-family: 'PT Sans Caption', sans-serif;
    margin: 40px auto;
    max-width: 1200px;
    position: relative;
}

ul.checkout-bar {
    margin: 0 20px;
}

    ul.checkout-bar li {
        color: #ccc;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 14px 20px 14px 80px;
        position: relative;
    }

        ul.checkout-bar li:before {
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
            background: #4c2b74;
            border: 2px solid #4c2b74;
            border-radius: 50%;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            left: 20px;
            line-height: 37px;
            height: 35px;
            position: absolute;
            text-align: center;
            text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
            top: 4px;
            width: 35px;
            z-index: 999;
        }

        ul.checkout-bar li.active {
            color: #4c2b74;
            font-weight: bold;
        }

            ul.checkout-bar li.active:before {
                background: #4c2b74;
                z-index: 1000;
            }

        ul.checkout-bar li.visited {
            background: #ececec;
            color: #4c2b74;
            z-index: 1000;
        }

            ul.checkout-bar li.visited:before {
                background: #4c2b74;
                z-index: 1000;
            }

        ul.checkout-bar li:nth-child(1):before {
            content: "1";
        }

        ul.checkout-bar li:nth-child(2):before {
            content: "2";
        }

        ul.checkout-bar li:nth-child(3):before {
            content: "3";
        }

        ul.checkout-bar li:nth-child(4):before {
            content: "4";
        }

        ul.checkout-bar li:nth-child(5):before {
            content: "5";
        }

        ul.checkout-bar li:nth-child(6):before {
            content: "6";
        }

    ul.checkout-bar a {
        color: #57aed1;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }



@media (max-width:992px) {
    .navbar-collapse {
        text-align: center !important;
        padding: initial !important;
    }
}

@media all and (min-width: 800px) {
    .checkout-bar li.active:after {
        -webkit-animation: myanimation 3s 0;
        background-size: 35px 35px;
        background-color: #4c2b74;
        background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
        content: "";
        height: 15px;
        width: 100%;
        left: 50%;
        position: absolute;
        top: -50px;
        z-index: 0;
    }

    .checkout-wrap {
        margin: 80px auto;
    }

    ul.checkout-bar {
        -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
        box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
        background-size: 35px 35px;
        background-color: #7e57af;
        border-radius: 15px;
        height: 15px;
        margin: 0 auto;
        padding: 0;
        /*position: absolute;*/
        width: 100%;
    }

        ul.checkout-bar:before {
            background-size: 35px 35px;
            background-color: #4c2b74;
            -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
            box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
            border-radius: 15px;
            content: " ";
            height: 15px;
            left: 0;
            position: absolute;
            width: 10%;
        }

        ul.checkout-bar li {
            display: inline-block;
            margin: 50px 0 0;
            padding: 0;
            text-align: center;
            width: 24%;
        }

            ul.checkout-bar li:before {
                height: 45px;
                left: 40%;
                line-height: 45px;
                position: absolute;
                top: -65px;
                width: 45px;
                z-index: 99;
            }



            ul.checkout-bar li.visited {
                background: none;
            }

                ul.checkout-bar li.visited:after {
                    background-size: 35px 35px;
                    background-color: #4c2b74;
                    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
                    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, .2);
                    content: "";
                    height: 15px;
                    left: 50%;
                    position: absolute;
                    top: -50px;
                    width: 92%;
                    z-index: 99;
                }

            ul.checkout-bar li.last:after {
                background-color: #4c2b74;
                height: 15px;
                left: 50%;
                border-radius: 15px;
                width: 63%;
            }
}

thead tr {
    background-color: #4c2b74 !important;
    color: white !important;
}

/*--- SIGNING TABLE ---*/
.tblHSumDesc {
    width: 30%;
}
.tblHRADesc {
    width: 30%;
}
.tblAccBtnDesc { 
}

/*--- BASE STYLING FOR DIGIFYME ---*/
.Nav-Line {
    height: 110%;
    left: 65%;
    position: absolute;
    z-index: 9999998;
    top: -8%;
}

.small-filter-btn {
    height: 20px;
}

.admin-dropdown {
    height: 34px;
    border: solid;
    border-radius: 15px;
    border-color: #53ade2;
    padding-left: 10px;
    background-color: #e9e9ff;
    color: #0033a1;
}

    .admin-dropdown:active {
        border-radius: 15px;
    }

.admin-searchbox {
    min-width: 70%;
    border-radius: 5px;
    border-color: #F3F3F4;
    color: #0033A1;
}

.admin-searchbutton {
    height: 31px;
    width: 102px;
    padding-top: 5.5px;
    border-radius: 5px;
}

.grey-heading {
    font-size: 44px;
    font-weight: 900;
    color: #b7b6b6;
}

.grey-parag {
    color: #8c8a8a;
}

.socialmedia-circle:hover {
    background-color: white !important;
}

.center-socials {
    align-items: center;
    justify-content: center;
}

.p-howitworks {
    font-size: large;
}

.digifyme-large {
    font-size: 50px !important;
}

.btn-about {
    background-color: transparent !important;
    border: solid !important;
    color: #F3F3F4;
    border-color: white !important;
    border-radius: 10px !important;
    width: 50%;
    left: 25%;
    position: relative;
}

    .btn-about:hover {
        background-color: #53ade2 !important;
        color: white;
    }



.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.jumbotron {
    background-color: white !important;
}

.btn .btn-nav {
    height: 100% !important;
    /*border-radius: 20px !important;
    border: 1px;
    -webkit-box-shadow: 17px 9px 41px -11px rgba(255,161,79,0.88);
    -moz-box-shadow: 17px 9px 41px -11px rgba(255,161,79,0.88);
    box-shadow: 17px 9px 41px -11px rgba(255,161,79,0.88);*/
}


/*.btn-danger {
    border-radius: 0.65rem!important;
}

.btn-default {
    border-radius: 0.65rem !important;
}*/







table.dataTable thead th {
    vertical-align: bottom;
}

.viewMore-button {
    width: 159px;
    padding-top: 5px;
    height: 28px;
    margin-top: -39px;
    left: 36%;
    position: relative;
    z-index: 3;
}

.viewMore-text {
    margin-top: -28px;
    min-height: 156px !important;
    padding-top: 65px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f3f3f3;
    border-radius: 9px;
    color: #53ade2;
    z-index: -1;
}

.background-grey {
    background-color: #f3f3f3;
}

.help-box-header {
    padding-bottom: 10px;
    font-size: 15px;
    color: #53ade2;
}

.jumbo-box {
    min-height: 226px;
}

.jumbo-box-negativeMargin-top {
    margin-bottom: -50px !important;
}

.jumbo-box-negativeMargin-bottom {
    margin-top: -50px;
}

.help-combobox-shaddow {
    box-shadow: 1px -7px 36px -8px rgba(24, 100, 119, 0.75);
}

.combo-box-header {
    color: #53ade2;
}

.jb-top-left {
    border-radius: 0px 0px 0px 0px;
}

.jb-top-right {
    border-radius: 0px 0px 0px 0px;
}

.jb-bot-left {
    border-radius: 0px 0px 0px 0px;
}

.jb-bot-right {
    border-radius: 0px 0px 0px 0px;
}


.card-help-box {
    padding-top: 27px !important;
    height: 300px;
    width: 341px;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 2;
}

.card-help-img {
    height: 80%;
    width: 100%;
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
}

.child-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.no-gutter {
    margin-right: -10%;
    margin-left: -10%;
}

.flowing-helpBlock {
    margin-top: -6rem;
    padding-top: 78px !important;
}

.image-contained {
    width: 100%;
}

.textarea-height {
    min-height: 93px !important;
}

.round-card {
    border-radius: 25px;
}

.dataTables_length label select {
    height: 40px !important;
}

.dataTables_info {
    color: #f58634 !important;
}



#DocumentTable_wrapper .row {
    padding-bottom: 15px !important;
}

.Furgus-font {
    font-family: 'Fugaz One', cursive;
}

.img-fit {
    width: 100%;
    border-radius: 1.25rem;
    max-height: 261px;
    max-width: 406px;
}




.link-item {
    border-bottom: none !important;
}

link-item.active {
    border: solid !important;
    border: 4px !important;
}



#NavHead {
    height: 100% !important;
}

.header-font {
    font-size: 2.2rem;
    padding-bottom: 20px;
}

.box-shadow {
    box-shadow: 0 2px 20px rgba(0,0,0,.2);
}

.fa-styled {
    color: #53ade2 !important;
}

a .fa-styled:hover {
    color: #f58634 !important;
}

.rounded-corners {
    border-radius: 1.25rem;
}

.fa-cards {
    font-size: 8em !important;
}

.vertically-aligned {
    display: table-cell;
    vertical-align: middle
}

.alert-info {
    border-radius: 1.25rem;
}

.singed-in {
    padding-right: 20px;
    z-index: 6;
    top: 0%;
    position: absolute;
    right: 2%;
}

.nav-pos {
    position: initial;
    position: static;
}

@media (min-width: 720px) {
    .login-lock {
        left: 44% !important;
    }
}

@media (min-width: 992px) {

    .nav-item .link-item {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }

    .link-item.active {
        top: -4px;
        position: relative;
    }

    .link-item.active {
        border-bottom: solid !important;
        border-bottom-color: #4c2b74 !important;
    }

    .nav-link-curvebottomMost {
        border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        width: inherit !important;
    }

    .nav-link.btn-nav {
        border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        width: inherit !important;
    }

    .jb-top-left {
        border-radius: 35px 0px 0px 0px;
        border-top-color: #53ade2;
        border-left-color: #53ade2;
        border-top-style: solid;
        border-left-width: thick;
        border-top-width: thick;
    }

    .jb-top-right {
        border-radius: 0px 35px 0px 0px;
        border-top-color: #53ade2;
        border-right-color: #53ade2;
        border-top-style: solid;
        border-top-width: thick;
        border-right-width: thick;
    }

    .jb-bot-left {
        border-radius: 0px 0px 0px 35px;
        border-bottom-color: #53ade2;
        border-left-color: #53ade2;
        border-bottom-style: solid;
        border-left-width: thick;
        border-bottom-width: thick;
    }


    .jb-bot-right {
        border-radius: 0px 0px 35px 0px;
        border-bottom-color: #53ade2;
        border-right-color: #53ade2;
        border-bottom-style: solid;
        border-bottom-width: thick;
        border-right-width: thick;
    }

    .jumbo-box-negativeMargin-top {
        margin-bottom: 0px !important;
    }

    .login-lock {
        top: 32px !important;
         margin-top: -35px!important; 
        left: 5px !important;
        position: relative !important;
    }

    .lock-margin {
        margin-top: -16px;
    }

    .singed-in {
        position: initial;
        position: static;
    }

    .howitworks-text {
        font-size: small;
        line-height: normal;
    }

    .login-alignment {
        margin-bottom: -4px;
    }

    /*Modified form reskin Marquis*/

    .nav-link.btn-nav {
        /*height: 64px;*/
        height: 100%;
        top: -8px !important;
        position: inherit;
    }

    .nav-pos {
        position: relative;
        left: 15px;
        /*top: 19px;*/
    }
    .nav-iconPos {
        padding-left: 10% !important;
    }

    /*.lg-max-width {
        max-width: 80%;
    }*/
}

@media (min-width: 1200px) {
    .nav-iconPos {
        padding-left: 15% !important;
    }
}

.body-height {
    min-height: 667px;
}

.footer-text {
    position: relative;
    top: 24%;
}

.help-banner-text {
    font-size: 250%;
    top: 20%;
    position: relative;
}

.help-banner {
    position: relative;
    width: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: linear-gradient(to bottom, rgba(51, 97, 140, 0.2), rgba(43, 16, 0, 0.73)), url(images/digifymeBanner.jpg);
    color: #fff;
    text-align: center;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 13px !important;
    content: "\2191";
}

table.dataTable thead .sorting::before, table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::before, table.dataTable thead .sorting_desc_disabled::after {
    /*position: absolute !important;*/
    display: inline-block;
}



/* Set width on the form input elements since they're 100% wide by default */
/*This is now handled by bootstrap*/

/*input,
select,
textarea {
    max-width: 280px;
}*/

.col-centered {
    float: none;
    margin: 0 auto;
}

.pdfViewModel {
    min-height: 50vh;
    min-width: 100% !important;
}

#pdfbox body {
    height: 440px;
    width: 100%;
}

#OtherTabTable thead th {
    vertical-align: top;
}


.login-lock {
    position: absolute;
    top: 55%;
    left: 38%;
}

@media (max-width: 576px) {

    #OtherTabTable {
        font-size: x-small;
        margin-bottom: 0px;
    }

    .ViewPDF {
        font-size: 0.5rem;
        height: 50%;
    }

    #OtherTabTable thead {
        padding-top: 0px;
        padding: 0px;
        text-align: center;
    }

    #OtherTabTable .table-bordered thead th, .table-bordered thead td {
        max-height: 30px !important;
    }

    #OtherTabTable th, #OtherTabTable td {
        padding: 0.25% !important;
    }

    #OtherTabTable .switch {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 30px;
    }

    #OtherTabTable .slider:before {
        height: 80%;
        width: 26%;
        left: 7px;
        bottom: 3px;
    }

    #OtherTabTable .slider:after {
        font-size: 85%;
        text-align: left !important;
        line-height: 30px;
        width: 100%;
        height: 30px;
    }
}

@media (min-width:576px) and (max-width: 720px) {

    #OtherTabTable {
        font-size: small;
        margin-bottom: 0px;
    }

    .ViewPDF {
        font-size: 95%;
        height: 36px;
    }

    #OtherTabTable .switch {
        position: relative;
        display: inline-block;
        width: 78px;
        height: 30px;
    }

    #OtherTabTable .slider:before {
        height: 80%;
        width: 26%;
        left: -6px;
        bottom: 3px;
    }

    #OtherTabTable .slider:after {
        font-size: 11px;
        text-align: left !important;
        line-height: 30px;
        width: 78px;
        height: 34px;
    }
}

@media (min-width:720px) and (max-width: 960px) {

    #OtherTabTable {
        font-size: small;
        margin-bottom: 0px;
    }

    .ViewPDF {
        font-size: 95%;
        height: 43px;
    }

    #OtherTabTable .switch {
        position: relative;
        display: inline-block;
        width: 83px;
        height: 30px;
    }

    #OtherTabTable .slider:before {
        height: 80%;
        width: 26%;
        left: -6px;
        bottom: 3px;
    }

    #OtherTabTable .slider:after {
        font-size: 85%;
        text-align: left !important;
        line-height: 30px;
        width: 83px;
        height: 34px;
    }
}



.help-inline {
    color: red;
}

#pdfbox {
    width: 100%;
    height: 450px;
    border: 5px solid #ccc;
}


#pdfbox_large {
    width: 100%;
    height: 600px;
    border: 5px solid #ccc;
}

/*** 
	 Switches for Bootstrap 4 
    https://bootsnipp.com/snippets/v7x77
***/

.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 35px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f2f2;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        z-index: 2;
        content: "";
        height: 32px;
        width: 32px;
        left: 1px;
        bottom: 1px;
        background-color: #fff; /*slider round burron color*/
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
        -webkit-transition: .4s;
        transition: all 0.4s ease-in-out;
    }

    .slider:after {
        position: absolute;
        left: 0;
        z-index: 1;
        content: "YES";
        font-size: 15px;
        text-align: left !important;
        line-height: 30px;
        padding-left: 0px;
        width: 100px;
        color: #fff;
        height: 34px;
        border-radius: 60px;
        background-color: #4c2b74; /*the yes slider color part*/
        -webkit-transform: translateX(-82px);
        -ms-transform: translateX(-82px);
        transform: translateX(-82px);
        transition: all 0.4s ease-in-out;
    }

input:checked + .slider:after {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    /*width: 235px;*/
    padding-left: 10px;
}

input:checked + .slider:before {
    background-color: #fff;
}

input:checked + .slider:before {
    -webkit-transform: translateX(63px);
    -ms-transform: translateX(63px);
    transform: translateX(63px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 60px;
    border: 1px solid lightgrey;
}

    .slider.round:before {
        border-radius: 50%;
    }

.absolute-no {
    position: absolute;
    left: 0;
    color: darkslategrey;
    text-align: right !important;
    font-size: 15px;
    width: calc(100% - 15px);
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.documentUpload {
    text-align: center;
    display: inherit;
    float: left;
}

.finilizeButton {
    text-align: center;
    display: inherit;
    float: right;
}

.pdfViewModel {
    min-height: 50vh;
    min-width: 70vh
}



/*Progress Bar - https://codepen.io/whqet/pen/EJgwb */
@-webkit-keyframes myanimation {
    from {
        left: 0%;
    }

    to {
        left: 50%;
    }
}

h1 {
    text-align: center;
    font-family: 'PT Sans Caption', sans-serif;
    font-weight: 400;
    font-size: 30px;
    padding: 20px 0;
    color: #777;
}


.validation-summary-errors {
    color: red;
}

.card-shadow {
    -webkit-box-shadow: 1px -7px 36px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -7px 36px -8px rgba(0,0,0,0.75);
    box-shadow: 1px -7px 36px -8px rgba(0,0,0,0.75);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before,
    table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after {
        top: 1.1em;
    }
}

 /*About Page Styling*/
.a-img-1 {
    background-image: url('images/About/privacy.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.a-img-2 {
    background-image: url('images/About/security.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.a-img-3 {
    background-image: url('images/About/external-link.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.a-img-4 {
    background-image: url('images/About/e-mail.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
}

.a-img-5 {
    background-image: url('images/About/conditions.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    max-height: 420px;
}

.about-header {
    font-size: 35px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: "bentonsans-regular-webfont" !important;
}

.privacy-policy-text > p {
    font-size: 14px !important;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 15px;
    padding-right: 0px;
}


.privacy-policy-text > ul > li {
    font-size: 14px !important;
    line-height: normal;
    letter-spacing: normal;
}

.privacy-policy-text > h5 {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: normal;
}

.modal-fit {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.CompleteSessionBtn {
    background-color: #4c2b74 !important;
}
