﻿html {
    scroll-behavior: smooth;
}

body {
    background-color: #f6f6f6;
    min-height: 100vh;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-bottom: 0px;
    padding-left: 200px;
    padding-right: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}

body > div.container.body-content > div.divcontainer > div.container.body-content {
    background: none
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

.orbitform input, .orbitform select {
    color: #05759c !important
}

.orbitform input:focus, .orbitform select:focus {
    border-color: #05759c !important
}

    fieldset {
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        position: relative;
    }

.form-card {
    text-align: left;
    min-height: 400px
}

fieldset:not(:first-of-type) {
    display: none
}





.action-button {
    width: 100px;
    background: linear-gradient( 0deg,#d24218 0,#e84e20 30%);
    font-weight: 600;
    color: white !important;
    border: 0 none;
    border-radius: 20px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
    margin-right: 25px
}

    .action-button:hover,
    .action-button:focus {
        background: linear-gradient( 0deg,#ff5c0a 0,#ed721a 70%);
    }

.action-button-previous {
    width: 100px;
    background: linear-gradient( 0deg,#d24218 0,#e84e20 30%);
    font-weight: 600;
    color: white;
    border: 0 none;
    border-radius: 20px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}




    .action-button-previous:hover,
    .action-button-previous:focus {
        background: linear-gradient( 0deg,#ff5c0a 0,#ed721a 70%);
    }

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #ed721a;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #ed721a;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left;
    width: 15%;
}

#progressbar {
    margin-bottom: 10px !important;
    overflow: hidden !important;
    color: lightgrey !important;
    width:80% !important;
    margin-left: 5% !important;
    float: left
}

    #progressbar .active {
        color: #05759c !important;
        width: 25% !important
    }

    #progressbar li {
        list-style-type: none !important;
        font-size: 15px !important;
        width: 25% !important;
        float: left !important;
        position: relative !important;
        font-weight: 400 !important;
        text-align: center !important
    }

    #progressbar #documents:before {
        content: "1"
    }

    #progressbar #personal:before {
        content: "2"
    }

    #progressbar #residency:before {
        content: "3"
    }

    #progressbar #education:before {
        content: "4"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 75px;
        height: 75px;
        line-height: 70px;
        display: block;
        font-size: 32px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
        z-index: 10 !important;
        position: relative;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 37px;
        z-index: 1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #05759c
    }

    #progressbar .active strong {
        color: #05759c
    }

.progress {
    height: 20px !important;
    width: 86.5% !important;
    margin-left: 3% !important;
    margin-top: 10px !important;
    float: left !important
}

.progress-bar {
    background-color: #05759c !important
}

.fit-image {
    width: 20%;
    margin-left: 40%;
    object-fit: cover
}

* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

.wizardholder {
    width: 100%;
}


#progressbar li:nth-child(12) {
    display: none
}

#progressbar li:nth-child(9) {
    display: none
}

#progressbar li:nth-child(10) {
    display: none
}

#progressbar li:nth-child(11) {
    display: none
}

.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient( 0deg,#d24218 0,#ed721a 100%);
    overflow-x: hidden;
    padding-top: 12px;
    box-shadow: 10px 0 5px -10px #888
}
.navbar-right:hover {
    text-decoration: none;
    border-radius: 4px;
    color: white;
}

.navbar-right {
    bottom: 0;
    position: absolute;
}

    .navbar-right > li > a {
        margin-right: -10px;
    }

        .navbar-right > li > a:hover {
            background-color: transparent;
        }

    /* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.sidenav a span {
    margin-right: 12.5px
}

    /* On mouse-over */
    .sidenav a:hover, .dropdown-btn:hover {
        color: #eee;
    }

.active {
    background-color: white !important;
    color: #ed721a !important;
    border-top-right-radius: 25px;
    width: 101% !important;
}

.dropdown-container {
    display: none;
    background-color: #d24218;
    padding-left: 8px;
}

    .dropdown-container a {
        font-size: 14px !important;
    }

        .dropdown-container a:hover {
            color: #eee
        }
/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.userarea {
    position: absolute;
    right: 0;
    top: 25px;
    height: 50px;
    width: 18vw;
    background: linear-gradient( 90deg,#ff974b 0,#ed721a 50%,#d24218 100%);
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.notification {
    background-color: red;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    float: left;
    margin-top: 5px;
    color: white;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
}

.notifications-dropdown {
    display: none;
    position: absolute;
    background: linear-gradient( 0deg,#f78431 0,#ed721a 100%);
    border-radius: 12.5px;
    right: 0.75vw;
    padding: 10px;
    margin-top: 30px;
    color: white;
    width: 16vw;
    height: auto;
    box-shadow: 0 0 10px #d3431a;
    z-index: 1;
}

.userarea:hover + .notifications-dropdown {
    display: block;
}

.widgets {
    height: 120px;
    width: 60vw;
    background: linear-gradient( 90deg,#d24218 0,#ed721a 40%,#ed721a 60%,#d24218 100%);
    border-radius: 60px;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.tile {
    border: 2px solid white;
    height: 100%;
    width: 12.5%;
    margin-right: 1%;
    border-radius: 15px;
    float: left;
    text-align: center;
    padding: 10px;
}



    .tile .glyphicon {
        font-size: 36px;
        color: white;
    }

    .tile .title {
        font-size: 14px;
        color: white;
    }

    .tile:hover {
        background-color: white;
        border: 2px solid #ed721a;
        color: #ed721a !important;
        cursor: pointer
    }

.clicked {
    background-color: white;
    border: 2px solid #ed721a;
    color: #ed721a !important;
}

.clicked2 {
    color: #ed721a !important;
}

.widgetshome {
    margin-top: 50px;
    width: 99%;
    margin-left: 0.5%;
}

.widgettool {
    width: 32%;
    margin-left: 1%;
    height: 50vh;
    border-radius: 20px;
    float: left;
    border: 2px solid #ff974b;
    display: none;
}

.formbuild {
    width: 47%;
    float: left
}

    .formbuild label {
        font-weight: 600
    }

.glyphicon {
    font-family: inherit;
}

    .glyphicon:before {
        font-family: 'Glyphicons Halflings';
    }

.editformview label:hover {
    padding: 6px;
    border-radius: 6px;
    border: 1.8px solid #d24218;
    cursor: pointer
}

.editformview h2:hover {
    border: 1.8px solid #d24218;
    background: white;
    color: #d24218;
    cursor: pointer
}

/*[action="/Configuration/EditForm"] span:hover {
    padding: 6px;
    border-radius: 6px;
    border: 1.8px solid #d24218;
    cursor: pointer
}*/

.editformview .header span:hover {
    padding: 6px;
    border-radius: 6px;
    border: 1.8px solid white;
    cursor: pointer
}


.editformview .bar {
    padding: 10px;
    border-radius: 15px;
    margin-top: 0px;
    color: #d24218;
    background: linear-gradient( 270deg,#ff974b 0,#ed721a 50%,#d24218 100%);
    padding-left: 25px;
    color: white;
    border: 0px solid;
    text-align: left
}

    .editformview .bar span:hover {
        padding: 6px;
        border-radius: 6px;
        border: 1.8px solid white;
        cursor: pointer
    }

.editformview .header span:hover {
    padding: 6px;
    border-radius: 6px;
    border: 1.8px solid #d24218;
    cursor: pointer
}


.editformview label {
    font-weight: 600;
    color: #d24218;
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.editformview .buttonlabel {
    font-weight: 500;
    width: 25%;
    color: white;
    background: linear-gradient( 0deg,#ff5c0a 0,#ed721a 70%);
    padding: 8px 8px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #ff974b;
    border-right: 0px;
    border-left: 0px;
    font-weight: 600;
    margin: 0px;
}

.formview label {
    font-weight: 600;
    color: #d24218;
    margin: 0px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.formbuild .buttonlabel {
    font-weight: 500;
    width: 25%;
    color: white;
    background: linear-gradient( 0deg,#ff5c0a 0,#ed721a 70%);
    padding: 8px 8px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #ff974b;
    border-right: 0px;
    border-left: 0px;
    font-weight: 600;
    margin: 0px;
}

.formbuild h4 {
    font-weight: 600;
    color: #d24218;
}

.formview {
    width: 100%;
  /*  margin-left: 1%;
    float: right*/
}

input,
textarea,
select {
    padding: 8px 8px;
    border: 1px solid #ccc;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-color: white;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000000;
    width: 50%;
    margin-left: -4px;
    margin-top: 3px;
    padding-top: 7px
}

select {
    margin-top: 0px;
    padding-bottom: 9.2px;
    padding-top: 8px
}


.formview textarea {
    display: inline-table
}

.editformview textareaa {
    display: inline-table
}

.editformview input, .editformview select, .editformview textarea, .editformview input[type=file] {
    padding: 8px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d24218;
    width: auto !important;
    margin-left: -4px;
    margin-top: 3px;
    padding-top: 7px
}

.formview input, .formview select, .formview textarea, .formview input[type=file] {
    padding: 8px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d24218;
    width: auto !important;
    margin-left: -4px;
    margin-top: 3px;
    padding-top: 7px
}

select option {
    background-color: white;
}

.warning1 {
    border: 2px solid red;
}

input:focus,
textarea:focus,
select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ed721a !important;
    outline-width: 0
}

input[type=file] {
    display: inline-block
}

input[type="button"], button[type="button"], input[type="submit"], button[type="submit"] {
    width: auto !important;
    background: linear-gradient( 0deg,#ff5c0a 0,#ed721a 70%);
    font-weight: 600;
    color: white;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    padding: 8px 16px;
}

    input[type="button"]:hover,
    input[type="button"]:focus, button[type="button"]:hover, button[type="submit"]:hover,
    button[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:focus {
        color: white !important;
        background: linear-gradient( 0deg,#d24218 0,#e84e20 30%);
    }

    .contact {
        pointer-events: none !important
    }

.glyphicon-pencil:hover {
    color: #d24218;
    cursor: pointer;
}

.glyphicon:hover {
    cursor: pointer
}

.editdel {
    width: 30% !important;
    background: linear-gradient( 0deg,#d24218 0,#e84e20 30%) !important;
    margin-top: 10px !important
}

    .editdel:hover {
        background: linear-gradient( 0deg,#ff5c0a 0,#ed721a 70%) !important;
    }


[for="Please_give_your_recent_employment_history_"], [for="Please_upload_your_birth_certificate"] {
    background: none !important;
    color: #d24218 !important;
    border: 0px solid !important;
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}

.bar label {
    background: none !important;
    border: 0px solid !important;
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    color: white !important
}


.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


/* The Modal (background) */
/*.modal {
    display: none;*/ /* Hidden by default */
    /*position: fixed;*/ /* Stay in place */
    /*z-index: 1;*/ /* Sit on top */
    /*left: 0;
    top: 0;
    width: 100%;*/ /* Full width */
    /*height: 100%;*/ /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
/*}*/

/* Modal Content/Box */
/*.modal-content {
    background-color: #fefefe;
    margin: 15% auto;*/ /* 15% from the top and centered */
    /*padding: 20px;
    border: 1px solid #888;
    width: 60%;
    height: 40%;
    border-radius: 20px;*/ /* Could be more or less, depending on screen size */
/*}

.modal .labelmodal {
    font-weight: 500;
    width: 20%;
    color: white;
    background: linear-gradient( 0deg,#d24218 0,#e84e20 30%);
    padding: 8px 8px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #ff974b;
    border-right: 0px;
    border-left: 0px;
    font-weight: 600;
    margin: 0px;
}*/

.hlabel {
    font-weight: 600;
    font-size: 15px;
    color: #d24218
}

/* The Close Button */
.close {
    color: #ed721a;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1.0;
}

    .close:hover,
    .close:focus {
        color: #d24218;
        text-decoration: none;
        cursor: pointer;
        opacity: 1.0;
    }

.bar {
    width: 100%;
    background: linear-gradient( 0deg,#d24218 0,#ed721a 50%);
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    border-top: 3px solid #ffae73;
    border-right: 4px solid #ffae73;
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

/*#txtDate {
    background-image: url(https://i.imgur.com/u6upaAs.png);
    background-repeat: no-repeat;
    padding-left: 25px;
}*/

.header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 5px;
    color: #d24218;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #d24218;
    width: 75%;
    font-weight: 700;
}



.formbuild h3 {
    padding: 10px;
    border-radius: 15px;
    margin-top: 0px;
    color: #d24218;
    background: linear-gradient( 270deg,#ff974b 0,#ed721a 50%,#d24218 100%);
    padding-left: 25px;
    color: white;
}

.formbuild h2 {
    padding: 10px;
    background: linear-gradient( 270deg,#ff974b 0,#ed721a 50%,#d24218 100%);
    padding-left: 25px;
    color: white;
    width: 100%;
    border-radius: 15px;
    margin-top: 0px
}



.createform {
    padding: 15px;
    border-radius: 25px;
    border: 2px solid #d24218;
    background: linear-gradient( 180deg,#f5f5f5 0,white 100%)
}

.createform1 {
    padding: 15px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: 2px solid #ffae73;
    border-right: 4px solid #ffae73;
    border-bottom: 3px solid #ffae73;
    background: linear-gradient( 180deg,#f5f5f5 0,white 100%)
}

.editformview h2 {
    padding: 10px;
    background: linear-gradient( 270deg,#ff974b 0,#ed721a 50%,#d24218 100%);
    padding-left: 25px;
    color: white;
    width: 100%;
    border-radius: 15px;
    margin-top: 0px
}

.sectionmessage {
    padding: 10px;
    width: 100%;
    background-color: #fff8f5;
    color: #4d4d4d;
    border-radius: 8px;
    margin-top: 22.5px;
    margin-bottom: 20px;
}

.forgotpwd {
    margin: 15px;
}

.center2 .validationError li::marker {
    display: none;
    color: white;
}

.center2 .validationError ul {
    display: contents;
    margin: 0px !important
}

.center2 .validationError {
    padding: 10px;
    width: 100%;
    background-color: #de4343;
    color: white;
    border-radius: 8px;
    margin-top: 20px;
}

.validationError.good {
    background-color: #489e02;
}

.center2 {
    width: 25%;
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    display: table-cell;
    vertical-align: middle;
    top: 5%;
    height: 90% !important;
}

.loginButton {
        padding: 10px 20px;
        font-weight: 600;
        box-shadow: 0 0.4em 0.5em -0.4em #bbb;
        margin-bottom: 20px !important
    }

    .loginButton:hover

{
    background: linear-gradient( 0deg,#d24218 0,#e84e20 30%);
    color: white;
    text-decoration: none
}


    .loginButton:active {
        background: #E85D35;
    }

    .goback {
        background-color: none !important
    }

.textboxlogin {
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 8px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: white;
    font-size: 16px;
    color: #444444;
}

    .textboxlogin:focus {
        outline: none !important;
        border-color: #ed721a !important;
        box-shadow: 0 0 10px #ed721a !important;
    }


button:focus {
    outline: none !important;
}

input[type="button"] {
    outline: none !important;
}

.field-icon2 {
    float: right;
    margin-top: -37px;
    position: relative;
    z-index: 20;
    color: #d3431a;
    right: 23px;
    display: none;
    margin-right: 7.5px;
}

.field-icon {
    float: right;
    margin-top: -37px;
    position: relative;
    z-index: 20;
    color: #d3431a;
    margin-right: 7.5px;
}

.player {
    width: 350px;
    height: 350px;
    background: #05759c;
    position: relative;
    border-radius: 50%;
    overflow: visible;
    margin: 80px auto;
}

    .player:hover {
        transform: scale(1.05);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }

.left-side {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 5px solid #eee;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
}

    .left-side.fill {
        border-color: transparent;
        border-left-color: #ed721a;
        border-bottom-color: #ed721a;
    }

.right-side {
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 5px solid #ed721a;
    border-left-color: #eee;
    border-bottom-color: #eee;
}

.player-text {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 700;
    font-size: 46px;
}

.player-title {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% + 2px);
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 600
}

.viewform {
    margin-top: 35px;
    font-size: 24px;
    color: white
}

    .viewform:hover {
        margin-top: 35px;
        font-size: 26px;
        color: #ed721a;
        cursor: pointer
    }

.contact {
    margin-top: 25px;
    padding: 10px;
    background: #05759c;
    color: white !important;
    width: 35%;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 10px !important;
    height: auto;
    float: left;
    margin-right: 2%
}

.faq {
    color: #d24218 !important;
    width: 100%;
    border-radius: 25px;
    margin-top: 0px;
    height: auto;
    float: left;
}

.faq h5 {
    font-size: 16px
}

.leftcontact {
    width: 15%;
    float: left
}

.rightcontact {
    width: 85%;
    float: right
}

.glyphicon-chevron-right {
    top: 15px;
}

.glyphicon-chevron-left {
    top: 15px;
}

.glyphicon-chevron-right:hover {
    cursor: pointer
}

.glyphicon-chevron-left:hover {
    cursor: pointer
}

.custom-footer {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Verdana;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    box-sizing: border-box;
    display: flex;
    background-color: #242424;
    color: #99a9b5;
    width: 101%;
    position: sticky;
}

    .custom-footer a {
        color: #ed721a
    }

        .custom-footer a:hover {
            color: #d24218;
            text-decoration: none
        }


    .custom-footer p {
        color: white;
        padding-left: 5%;
        padding-right: 5%
    }

.pholder {
    float: left;
    width: 80%;
}

.linkholder {
    float: right;
    width: 20%;
}

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

.orbitform #AboutYou label, .photoid .labelyes, #ADSecondBox label, .BIlabel label, .addressFinderForm label {
    font-weight: 500;
    width: 20%;
    color: white;
    background: #05759c;
    padding: 8px 8px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 1px solid #05759c;
    border-right: 0px;
    border-left: 0px;
    font-weight: 600;
    margin: 0px;
    color: white !important
}

.orbitform h4 {
    color: #05759c;
    font-weight: 600
}

.fsd .labelyes, .fsd .labelno, .fsd .yes, .fsd .no {
    color: #05759c
}

.fsd table {
    font-size: 16px;
    font-weight: 600
}

.noyes {
    font-size: 16px
}
.fsd {
    padding: 25px 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 100%;
}

    .fsd label {
        font-size: 16px !important
    }

#AboutYou {
    padding: 10px 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}


.controlholder {
    padding: 10px 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
    .controlholder label {
        font-weight: 500;
        width: 15%;
        color: white;
        background: #05759c;
        padding: 8px 8px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border: 1px solid #05759c;
        border-right: 0px;
        border-left: 0px;
        font-weight: 600;
        margin: 0px;
    }

input[type="radio"] {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    margin-top: 5px;
    vertical-align: middle;
    margin-top: -4px;
}

input[type="checkbox"] {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    margin-top: 5px;
    vertical-align: middle;
    margin-top: -4px;
}

.active2 {
    background-color: white !important;
    color: #ed721a !important;
    border-top-right-radius: 25px;
    width: 101% !important;
}
.orbitform h2 {
    padding: 10px;
    padding-left: 25px;
    color: #05759c !important;
    width: 75%;
    font-weight: 700;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px !important
}

.btnjump {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px
}
.fsdtables table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom:20px
}

    .fsdtables table td, .fsdtables table th {
        border: 1px solid #f5f5f5;
        padding: 8px;
    }

    .fsdtables table tr:nth-child(even) {
        background-color: #f5f5f5;
    }
    .fsdtables table tr:nth-child(odd) {
        background-color: #f9f9f9;
    }
    .fsdtables table th:nth-child(1) {
        width:30%
    }
    .fsdtables table th:nth-child(2) {
        width: 17.5%
    }
    .fsdtables table th:nth-child(3) {
        width: 17.5%
    }
    .fsdtables table th:nth-child(4) {
        width: 17.5%
    }
    .fsdtables table th:nth-child(5) {
        width: 17.5%
    }

    .fsdtables table input {
        width: 90% !important
    }



    .fsdtables table th {
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: left;
        background-color: #05759c;
        color: white;
    }

.wq-table {
    width: 100%;
}

    .wq-table select {
        min-width: 90% !important
    }

    .wq-table th {
        color: white;
        background-color: #05759c;
        font-size: 13px;
        letter-spacing: 0em;
        padding: 8px;
        text-align: left;
        border-left: 1px solid #e0e0e0;
    }

    .wq-table td {
        padding: 8px;
        color: #444444;
        font-size: 12px;
        text-align: left;
        border: 0.75px solid #e0e0e0 !important;
    }

    .wq-table tr:nth-child(odd) {
        background-color: #f6f6f6
    }

    .wq-table tr:nth-child(even) {
        background-color: white
    }

    .wq-table tr:hover {
        background-color: #efefef;
        cursor: pointer !important
    }

    .wq-table th:nth-child(1) {
        border-left: none;
    }

    .wq-table td:nth-child(1) {
        border-left: none;
    }

.submitting {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.submitting-content {
    background: linear-gradient( 0deg,#ff5c0a 0,#ed721a 70%);
    margin: 0 auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    top:40%;
    color: white;
    text-align: center;
    width: 65%;
    height: 20%;
    border-radius: 20px; /* Could be more or less, depending on screen size */
}

.divcontainer {
    width: 95%;
    background-color: white;
    border-radius: 5px;
    margin-left: 2.5%;
    padding-top: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin-top: 25px;
    padding: 25px;
    min-height: 50vh;
}

.sectiontitle {
    width: 100%;
    height: 20vh;
    background-color: #05759c;
    padding-top: 25px;
    padding-left: 35px;
    color: white
}

    .sectiontitle h2 {
        width: 52%;
        float: left
    }

    .faq h5 {
        color: black
    }


.buttonholder {
    text-align: center
}

    .buttonholder .button {
        display: inline-flex
    }

.button {
    display: flex !important;
    padding: 0 !important;
    background: linear-gradient( 0deg,#ed721a 0,#e36a12 30%) !important;
    outline: none !important;
    border: none !important;
    border-bottom: 0.9px solid rgba(255,255,255,.0) !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    box-shadow: 0 0.4em 0.5em -0.4em #bbb !important;
    padding: 0px !important;
}

    .button:hover {
        background: linear-gradient( 0deg,#d24218 0,#e84e20 30%) !important;
    }

    .button:active {
        background: #E85D35 !important;
    }

    .button.next, .button.previous, .button.submitbutton {
        background: #05759c !important
    }

        .button.next:hover, .button.previous:hover, .button.submitbutton:hover {
            background: linear-gradient( 0deg,#ed721a 0,#e36a12 30%) !important;
        }
.button__text,
.button__icon {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    color: #fff;
    height: 100%;
}

.button__icon {
    font-size: 16px;
    background: rgba(0, 0, 0, 0.06);
    padding-bottom: 13px;
}

.backbtn {
    background: white;
    color: #05759c;
    margin-top: -5px;
}

    .backbtn .button__text, .backbtn
    .button__icon {
        color: #05759c
    }

    .backbtn:hover {
        background: linear-gradient( 0deg,#ed721a 0,#e36a12 30%)
    }

        .backbtn:hover .button__text, .backbtn:hover .button__icon {
            color: white !important;
        }

input[type="checkbox"], input[type="radio"] {
    accent-color: #05759c;
}

.addressdivcontainer .button__text {
    min-width: 180px;
    display: flex;
    justify-content: center
}

.next .button__text, .previous .button__text, .submitbutton .button__text {
    min-width: 100px;
    display: flex;
    justify-content: center
}

.loginButton {
    margin-top: 10px
}

.adddel .button__text {
    min-width: 80px !important;
    display: flex;
    justify-content: center
}

.user-btn-block{
    padding-top:10px;
    width:100%;
    display:flex;
    justify-content:space-between;

}

.hide-input-field {
    display:none;
}

.grey-row {
    background: #9f9b9b !important;
}
    .grey-row input {
        background: #9f9b9b;
    }

.form-submit-inputs {
    width:100%;
    display: flex;
}

#submit-form-btn {
    margin-left: 10px;
}

.checkbox-select-container{
    display:flex;
}

.member-nav-container {
    display: flex;
    margin:20px;
}


    .member-nav-container.nav-inner-block button {
        margin-right: 10px;
        border: none;
        border-bottom: 0.9px solid rgba(255,255,255,.0);
        border-radius: 5px;
        overflow: hidden;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        box-shadow: 0 0.4em 0.5em -0.4em #bbb;
        padding: 0px;
        background: linear-gradient(to top, #757577 0%, #9a9a9a 52%, #bbbbbb 100%)
    }

#submit-form-btn{
    margin-right:10px;
}

#form-next-btn {
}

.validation-error-message {
    font-weight: bold;
    color: red;
    font-size: 14px;
    background: #ffeaea;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    display: block;
    transition: 0.2s ease-in;
}

    .validation-error-message:hover {
        color: red;
        font-weight:bold;
        text-decoration:none;
        transform:scale(1.01);
    }


.input-default{
    display:none;
}

.input-default-display {
    display: block;
}

[data-tabulator-id="BusinessDealings"] textarea{
    width:100%;
}

.hidden-field{
    display:none;
}

/*.unsecured-bank-container {
    width: 860px;
    background-color: #f6f6f6;
}*/

.table-form-container {
    width: 860px;
    background-color: #f6f6f6;
}

.table-form-title-container {
    border-bottom: 1px solid #b1b1b1;
    font-weight: bold;
    padding: 10px;
    color: whitesmoke;
    background-color: #05759c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.table-content-action {
    font-weight: bold;
    font-size: 20px;    
}

.table-content-add {
    float:right;        
}

.table-content-remove {
    float: right;
    color: #dd6c6c;
}

.table-form-container-content {
    display: flex;
    flex-direction: column;
    padding: 12px 10px;
    border: 1px solid #b1b1b1;        
    border-top: none;
}

.content-table-title{
    font-weight:bold;
    padding-bottom:6px;
}

.table-form-container-content input {
    margin-bottom: 5px;
}

.panel-input-row {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 200;
}

.parent-input-radio-row{
    height:40px;
}

.table-input-header {
    width: 20%;
    font-weight: 200;
}

.panel-input-row input {
    width: 80%;
}

.horizontal-table-divider {
    height: 1px;
    width: 100%;
    border-top: 1px solid #b1b1b1;
}

.table-radio-select {
    display: flex;    
    margin-left:-10px;
}

.table-radio-select input[type="radio"]{
    width:20px;
}


.sectiontitle .button__text {
    color: black;
}

.sectiontitle .button__icon {
    color: black;
}

.sectiontitle .button:hover .button__text {
    color: white;
}

.sectiontitle .button:hover .button__icon {
    color: white;
}

.hide-button{
    display:none !important;
}

.criminal-proceeding-note {
   width:100%; 
   color:red;
   padding-right:25px;
   padding-left:25px
}