@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

@font-face {
    font-family: ('MyriadPro-Regular'), src: url('fonts/MyriadPro-Regular.ttf ') format("truetype");
}

html {
    text-rendering: optimizeLegibility;
}

body {
    font-family: "Source Sans Pro", Calibri, Verdana, Arial;
    font-size: 16px;
    color: #002147;
    background: #ffffff;
    text-rendering: optimizeLegibility;
    padding: 0px;
    margin: 0px;
}

.val_error {
    position: relative;
    text-align: center;
    color: red;
    font-weight: bold;
    margin: auto;
    display: block;
}

h1 {
    padding: 0;
    margin: 0;
    text-align: left;
    padding-bottom: 3px;
    color: #941b81;
    font-size: 35px;
    font-family: "Source Sans Pro", "Myriad Pro", Verdana, Arial;
}

header h1 {
    color: #fff
}

h2 {
    color: #941b81;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3 {
    color: #941b81;
}

h4 {
    color: #941b81;
    font-size: 14px;
}

p {
    font-family: "Source Sans Pro", "Myriad Pro", Verdana, Arial;
    font-size: 16px;
    color: #002147;
}

fieldset {
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
}

legend {
    padding-right: 5px;
    font-weight: bold; /*font-size: 14px*/
}

body h3, body h2 {
    color: #941b81;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none
}

.red {
    color: red;
}

.link,
.link a:link,
.link a:visited,
.link a:hover {
    color: #1155f3;
    text-decoration: underline;
    outline: none
}

.tabs div h1 {
    font-size: 18px;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #96a5b8;
    margin-bottom: 10px;
}

.tabs div h2 {
    font-size: 14px;
    text-align: left;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.tabs div a, .tabs div a:link, .tabs div a:visited {
    padding-left: 25px;
    text-decoration: underline;
}

a.selected, a:link.selected, a:visited.selected, a:hover.selected {
    font-weight: bold;
    color: #F44C49;
}

.buttons {
    text-align: right;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.hidden {
    display: none;
}

.legend {
    padding: 10px;
}

.form-breadcrumbs {
    list-style: none;
    overflow: hidden;
    font: 18px Sans-Serif;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

    .form-breadcrumbs li {
        position: relative;
        flex: 1;
        text-align: center;
    }

        .form-breadcrumbs li a {
            color: #333;
            text-decoration: none;
            display: block;
            padding-top: 50px;
            font-size: 0.7em;
        }

        .form-breadcrumbs li:first-child a {
            padding-left: 0;
        }

        .form-breadcrumbs li a::after {
            content: "";
            width: 24px;
            height: 24px;
            background-color: white;
            border: 3px solid #d5d5d5;
            border-radius: 50%;
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
        }

        .form-breadcrumbs li:not(:first-child) a::before {
            content: "";
            width: 100%;
            height: 2px;
            background-color: #d5d5d5;
            position: absolute;
            top: 22px;
            left: calc(-50% + 12px);
        }

        .form-breadcrumbs li a.selected::after,
        .form-breadcrumbs li a.completed::after {
            background-color: #347AD8;
            border: none;
        }

        .form-breadcrumbs li:not(:first-child) a.selected::before,
        .form-breadcrumbs li:not(:first-child) a.completed::before {
            background-color: #347AD8;
        }

        .form-breadcrumbs li a.selected:hover {
            color: #333;
        }
        .form-breadcrumbs li a.completed:hover {
            color: #347AD8;
        }

        .form-breadcrumbs li a.disabled:hover {
            cursor: default;
        }



/*#wrapper{width: 960px; margin: 0 auto; background: #fff; }*/
#navigation {
    margin-bottom: 20px
}

#footer {
    width: 900px;
    margin: 0 auto
}

#footer_left {
    width: 50%;
    float: left
}

#footer_right {
    width: 50%;
    float: right;
    text-align: right
}

.CodeMirror pre {
    padding-left: 40px !important;
}

.AdminDesktop_toolbar {
    position: fixed;
    top: 0;
    margin-left: -10px;
    width: 100%;
    height: 30px;
    z-index: 99999;
    color: rgb(0, 0, 238);
    background: #fafaf2;
}

    .AdminDesktop_toolbar a:link, .AdminDesktop_toolbar a:visited {
        padding: 5px 10px 4px 5px;
        line-height: 26px;
        color: rgb(0, 0, 238);
    }

    .AdminDesktop_toolbar a:hover {
        padding-left: 5px;
        padding-right: 10px;
        line-height: 26px;
        background-color: #edede5;
    }

    .AdminDesktop_toolbar a div {
        display: inline-block;
    }

    .AdminDesktop_toolbar a .icon {
        float: left;
        margin-top: 5px;
        margin-right: 3px
    }

.c {
    clear: both;
    width: 100%
}

.center {
    text-align: center
}

.login_form {
    width: 400px;
    background: #fff;
    padding: 10px 20px 20px 20px;
    border: 1px solid #efefef;
    border-radius: 10px
}

.required {
    font-size: 10px;
    color: #f00;
}

.form_label {
    float: left;
    width: 160px;
}

.form_label_wide {
    width: 250px
}

.form_label_extra_wide {
    width: 350px
}

.form_label_full {
    width: 90%;
    float: none
}

.form_label_div {
    color: rgb(0,33,71);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.draggable {
    cursor: pointer;
    border: 1px solid #aaa;
    margin-right: 10px;
    background: #fff;
    padding: 3px;
    text-align: center;
}

.design_area {
    border: 1px solid #000;
    width: 100%;
    min-height: 200px;
}

.design_area_hover {
    background: yellow;
}

.design_area_workflow {
    width: 100%;
    min-height: 200px;
}

.design_area_workflow_instructions {
    content: 'Drag forms from the left into this pane in the order you want the forms to appear';
    width: 200px;
    text-align: center;
    margin-top: 125px;
    margin-left: 290px;
    position: absolute;
    color: #999;
    z-index: 1;
}

.toolbar_left {
    float: left;
    width: 200px;
}

    .toolbar_left .draggable, .design_area_workflow .draggable {
        float: none;
        width: 200px;
        margin-bottom: 10px;
        position: relative;
        z-index: 2;
    }

.tools_list {
    min-height: 200px;
}

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
}

.design_area_workflow ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    min-height: 300px;
    background: #eee;
    padding: 5px;
    width: 300px;
}

    .design_area_workflow ul li {
        margin: 3px;
        padding: 5px;
        font-size: 1.2em;
        width: 300px;
    }

    .design_area_workflow ul .draggable {
        width: 292px;
        height: 30px;
        line-height: 30px;
        /*left: 50%;*/
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .design_area_workflow ul .ui-sortable-helper {
        transform: translateX(100%);
    }

.floating_price {
    position: fixed;
    padding: 10px;
    background: #fff;
    line-height: 40px;
    font-size: 20px;
	width: 220px;
	right: 0;
	top:50px;
	text-align:center;
}

.cart {
    min-width: 250px;
    min-height: 150px;
    padding: 0px 20px 10px 20px;
    border: 2px solid rgb(120,190,32);
    border-radius: 10px;
    margin-bottom: 10px;
    position: absolute;
    z-index: 1000;
    right: 1rem;
    background: #efefef;
}

    .cart:hover {
        background: rgb(120,190,32);
        color: white;
    }

    .cart a {
        color: rgb(176,0,142) !important;
        font-weight: bold;
        margin-top: 1rem;
    }

        .cart a:hover {
            color: rgb(176,0,142);
            font-weight: bold;
        }


    .cart h2 {
        color: rgb(120,190,32);
        text-align: center;
    }

    .cart:hover h2 {
        color: white;
        text-align: center;
    }

    .cart div > span {
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
    }

    .cart a {
        text-align: center;
        width: 100%;
        display: block;
    }

.left-span, .right-span {
    display: inline-block;
    padding: 0 10px;
}

    .left-span::after {
        padding-left: 10px;
    }


.bold {
    font-weight: bold;
}

.form_tr {
    clear: both;
    margin-top: 10px;
    width: 100%;
    display: block;
}

.normal_input {
    float: left;
    width: 250px;
    border-radius: 3px;
    border: 1px solid #acadb1;
    padding: 3px
}

.form_tr:after {
    clear: both;
    content: '|';
    color: #fff;
}

select.normal_input {
    float: left;
    width: 228px;
    border-radius: 3px;
    border: 1px solid #acadb1;
    padding: 3px;
    margin-bottom: 3px
}

.medium {
    width: 100px;
    border-radius: 3px;
    padding: 3px
}

.short {
    width: 50px
}

.form_button_area {
    text-align: right;
    margin-top: 30px
}

.form_button_area_left {
    width: 50%;
    float: left;
    text-align: left
}

.form_button_area_right {
    width: 50%;
    float: right
}

.ui-dialog .ui-dialog-content {
    overflow: hidden
}

.passwordArea {
    display: none
}

.timeoutWarning {
    width: 885px;
    top: 5px;
    left: 50%;
    position: fixed;
    border: 1px solid yellow;
    color: #333;
    background: yellow url(/media/img/warning.png) 5px 8px no-repeat;
    border-radius: 10px;
    padding: 8px;
    padding-left: 25px;
    padding-right: 10px;
    margin-left: -460px;
    border: 1px solid #333;
    z-index: 9000;
}

    .timeoutWarning a:link, .timeoutWarning a:visited {
        text-decoration: underline
    }

.timeoutSuccess {
    width: 885px;
    top: 5px;
    left: 50%;
    position: fixed;
    border: 1px solid #70AF62;
    color: #333;
    background: #A2F78F url(/media/img/okay.png) 5px 8px no-repeat;
    border-radius: 10px;
    padding: 8px;
    padding-left: 25px;
    padding-right: 10px;
    margin-left: -460px;
    border: 1px solid #333;
    z-index: 9000;
}

.modal {
    display: none
}

.invis {
    display: none;
    margin-left: 5px
}

.rdoStatusDetails {
    display: block
}

.banking {
    width: 68%;
    padding-top: -5px;
    padding-bottom: 15px
}

.bug_box {
    padding-left: 30px;
    display: none;
    border: 1px solid #ccc;
    border-radius: 4px
}

.product_list {
    display: block;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 4px;
    margin-bottom: 5px;
    height: 85px;
    color: #333;
    background: #b0d4e3;
}

.product_list_name {
    font-size: 22px;
    font-weight: bold
}

.product_list_description {
    font-size: 12px
}

.product_list_price {
    font-size: 24px;
    text-align: right;
    font-weight: normal;
    color: green
}

/**   Admin styles    **/
.finalConfirmation {
    text-align: center;
}

    .finalConfirmation .confirm {
        border: 1px solid #70AF62;
        background: #90db7f;
        color: #fff;
        width: 250px;
        height: 150px;
        display: block;
    }

    .finalConfirmation .cancel {
        border: 1px solid #bf3119;
        background: #f98e90;
        color: #fff;
        width: 250px;
        height: 150px;
        display: block;
    }

/**  Styles  */
header {
    background: #fff;
    line-height: 127px;
    padding: 20px;
    padding-bottom: 0;
    border-bottom: 8px solid rgb(0,33,71);
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    background-size: 8rem !important;
}

    header h1 {
        font-size: 55px;
        text-align: center;
    }

    header > div {
        text-align: center;
        width: 1000px;
        margin: 0 auto;
    }

.standfirst {
    color: rgb(0,33,71);
}

.footer {
    background: rgb(0,33,71);
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    clear: both;
}

    .footer a:link,
    .footer a:visited {
        font-size: 12px;
        color: #fff;
    }

table tr td {
    font-size: 16px;
}

input {
    background: transparent;
    width: 100%;
    padding: 15px 40px 15px 40px;
    border: 1px solid #efefef;
    border-radius: 10px;
    color: #58595b;
    font-size: 14px;
    outline: none;
    margin-bottom: 10px;
    font-family: "Source Sans Pro", "Myriad Pro", Verdana, Arial;
}

.styled-select select {
    border: none;
}

select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #efefef !important;
    padding: 15px 40px 15px 40px;
    color: #58595b;
    font-size: 14px;
    outline: none;
}

.ui-datepicker-title select {
    border: 0;
    width: auto;
    padding: 0;
}

.styled-select {
    border-radius: 10px;
    background: rgb(224,222,217) url(/media/images/ddl.png) right top no-repeat;
    margin-bottom: 10px;
}

.styled-select-wrapper {
    position: relative;
}

    .styled-select-wrapper select {
        display: none
    }

    .styled-select-wrapper .selection {
        padding: 15px 40px 15px 40px;
        cursor: pointer;
    }

    .styled-select-wrapper .selection-list {
        display: none;
        position: absolute;
        z-index: 999;
        border: 1px solid #ced1d5;
        background: #fff;
        margin-top: 3px;
        max-height: 300px;
        overflow-y: scroll
    }

    .styled-select-wrapper .selection-item {
        padding: 15px 40px 15px 40px;
        width: 880px;
    }

        .styled-select-wrapper .selection-item:hover {
            background: #aec3dc;
            cursor: pointer;
        }

input[placeholder],
textarea[placeholder] {
    color: #58595b;
    font-size: 16px;
}

input[type="checkbox"],
input[type="radio"] {
    width: 15px;
    height: 15px;
    padding: 0px;
}
input[type="radio"] + label {text-indent: 10px;}

input[type=checkbox] + label a,
input[type=checkbox] + label a:hover{
	color: #333;
	text-decoration: none;
}

input[type="file"] {
    background: #fff;
    border: 0;
    padding: 3px;
}

input:focus {
	border: 2px solid #000;
}

textarea {
    background: transparent;
    width: 100%;
    padding: 15px;
    border: 0px;
    border: 1px solid #efefef;
    border-radius: 10px;
    color: #58595b;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: "Source Sans Pro", "Myriad Pro", Verdana, Arial;
    min-height: 75px;
}

.checkboxesSelection {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    color: #58595b;
    font-size: 14px;
    padding: 20px;
}

    .checkboxesSelection a:link,
    .checkboxesSelection a:visited {
        color: #58595b;
        font-size: 14px;
    }

    .checkboxesSelection h4 {
        margin-right: 0.5em;
        margin-bottom: 1em;
    }

input[type="checkbox"] {
    display: none
}

    input[type="checkbox"] + label span {
        display: inline-block;
        width: 23px;
        height: 23px;
        margin: 0px 5px 3px 4px;
        vertical-align: middle;
        background: url(/media/images/checkbox.png) left top no-repeat;
        cursor: pointer;
    }

    input[type="checkbox"]:checked + label span {
        background: url(/media/images/checkbox.png) -22px top no-repeat;
    }


.next-button {
    width: 200px;
    height: 58px;
    color: white;
    font-size: 18px;
    line-height: 58px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    float: right;
    border-radius: 10px;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
    background-color: rgb(120,190,32)
}

    .next-button:hover {
        color: rgb(120,190,32);
        background-color: white
    }


    .next-button:after {
        content: '>>';
        color: white;
        position: absolute;
        font-family: "Source Sans Pro", Calibri;
        font-size: 19px;
        right: 20px;
        transition: color 0.3s;
    }

    .next-button:hover:after {
        color: rgb(120,190,32);
    }

.empty-button {
    width: 200px;
    height: 58px;
    background: rgb(176,0,142);
    color: #fff;
    font-size: 18px;
    line-height: 58px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    float: right;
    margin-right: 10px;
    border-radius: 10px;
    transition: color 0.3s, background-color 0.3s;
}

    .empty-button:hover {
        color: rgb(176,0,142);
        background: transparent;
    }
	
.terms-button {
    width: 475px;
    height: 58px;
    background: rgb(120,190,32);
    color: white;
    font-size: 15px;
    line-height: 58px;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    float: right;
    border-radius: 10px;
    position: relative;
}

    .terms-button:hover {
        background: white;
        color: rgb(120,190,32);
    }

    .terms-button:after {
        content: '>>';
        color: rgb(120,190,32);
        position: absolute;
        font-family: "Source Sans Pro", Calibri;
        font-size: 19px;
        right: 20px;
    }

    .terms-button:hover:after {
        color: white;
    }

.prev-button {
    width: 200px;
    height: 58px;
    font-size: 18px;
    line-height: 58px;
    color: white;
    background: rgb(65,143,222);
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    float: left;
    border-radius: 10px;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
}

    .prev-button:hover {
        color: rgb(65,143,222);
        background: white;
    }

    .prev-button:after {
        content: '<<';
        color: white;
        position: absolute;
        font-family: "Source Sans Pro", Calibri;
        font-size: 19px;
        left: 20px;
        transition: color 0.3s;
    }

    .prev-button:hover:after {
        color: rgb(65,143,222);
    }

.clear {
    clear: both
}

.finalConfirmation .confirm {
    height: 58px;
    line-height: 58px;
    width: 250px;
    background: #029f14;
    border-radius: 10px;
    border: 0;
    float: right;
}

.finalConfirmation .cancel {
    height: 58px;
    line-height: 58px;
    width: 250px;
    background: #d91818;
    border-radius: 10px;
    border: 0;
    float: left;
}

.pages select {
    width: 40px;
    border: 1px solid #aaa;
    -webkit-appearance: menulist;
    height: 20px;
    padding: 0px;
}

.search input {
    border: 1px solid #aaa;
    border-radius: 0px;
    padding: 1px;
    font-size: 12px;
}

.ui-widget {
    font-size: 0.8em;
}


/*  New Product List */
#output {
    width: 100%;
}

.search {
    display: inline-block;
}

.search {
    position: relative;
    height: 17px;
}

    .search input {
        background: transparent;
        border: 1px solid #aaa;
    }

    .search .underlay {
        color: #bebebe;
        border: 1px solid #fff;
    }

    .search input {
        height: 20px;
        width: 300px;
        line-height: 20px;
        /*padding: 5px; */
        margin: 0
    }

.smaller {
    font-size: 14px;
}

.item-hidden {
    display: none !important;
}

.search-container {
    text-align: center;
    position: relative;
    display: inline-block;
}

.search-input {
    text-align: left;
    border-radius: 40px;
    border: 2px solid #D9D9D9;
    width: 100%;
    height: 60px;
    outline: none;
    font-size: 16px;
    min-width: 350px;
    max-width: 500px;
    padding-left: 25px;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6em !important;
    color: rgb(176,0,142);
    background: white;
    padding: 10px;
    border-radius: 50%;
    z-index: 2;
}


.list-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 20px;
}

.list-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

    .list-container .item-card {
        display: flex;
        align-items: center;
        cursor: pointer;
        background: #FEFEFE;
        margin: 30px auto;
        width: 480px;
        height: 240px;
        transition: all 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out;
        overflow: hidden;
        box-shadow: 0px 10px 10px -5px rgba(20,20,20,0.15);
        border: solid 2px lightgray;
    }

        .list-container .item-card:hover {
            box-shadow: 0px 10px 10px -5px rgba(20,20,20,0.8);
            border-color: rgba(20,20,20,.8);
        }

.item-card-link {
    display: flex;
    width: 100%;
    height: 100%;
}

.list-container .list-image {
    flex: 0 0 240px;
    display: flex;
}

    .list-container .list-image img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.list-container .list-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(0,33,71);
}

.list-container .list-description {
    font-size: 14px;
    color: rgb(0,33,71);
}

.item-content hr {
    border: 0.5px solid #ccc;
    width: 100%;
    margin: 10px 0;
}

.search-list > hr {
    border: 1.2px solid lightgray;
    margin-top: 2rem;
}


.filters-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1rem;
}

.search-container,
.filters-wrapper__dropdown {
    position: relative;
}

.filters-wrapper > div {
    margin-right: 60px;
}

    .filters-wrapper > div:last-child {
        margin-right: 0;
    }

.filters-wrapper__dropdown {
    text-align: center;
    position: relative;
    display: inline-block;
    min-width: 350px;
    max-width: 500px;
}

    .filters-wrapper__dropdown select {
        height: 60px;
        padding: 8px 50px 8px 25px;
        border: 2px solid #D9D9D9;
        border-radius: 20px;
        background-repeat: no-repeat;
        background-position: right 8px center;
        font-size: 16px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .filters-wrapper__dropdown select:focus {
            outline: none;
        }

.dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

    .dropdown-icon svg {
        fill: rgb(176,0,142);
        width: 24px;
        height: 24px;
    }



.filter select {
    padding: 10px 5px;
}

.filter .filter-item {
    padding: 10px 5px;
    cursor: pointer;
}

    .filter .filter-item.selected {
        background: #002D62 url(/media/images/Icons/okay.png) 10px 12px no-repeat;
        text-indent: 30px;
        color: #fff;
    }

.ddl {
    width: 185px;
    height: 32px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

    .ddl:after {
        content: '';
        position: absolute;
        right: 6px;
        top: 13px;
        border: 6px solid transparent;
        border-top-color: #333;
    }

    .ddl:hover {
        overflow: visible
    }

    .ddl .options {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .ddl:hover .options {
        z-index: 9999;
    }

    .ddl .options a {
        display: block;
        background: #fff;
        padding-left: 5px;
        line-height: 30px;
        text-decoration: none;
        border: 1px solid #333;
        border-bottom: 0;
        color: #333;
    }

    .ddl .options:last-child {
        border-bottom: 1px solid;
    }

    .ddl .options a:hover {
        background: #a5d8ff
    }

.columns {
    background: #E5E5E5;
    padding: 4px;
}

.toolbar_left .draggable.type-0, .design_area_workflow .draggable.type-0 {
    padding-left: 10px;
    background: #ffcead;
    color: #333;
}

.toolbar_left .draggable.type-1, .design_area_workflow .draggable.type-1 {
    padding-left: 10px;
    background: #ff9393;
    color: #333;
}

.toolbar_left .draggable.type-2, .design_area_workflow .draggable.type-2 {
    padding-left: 10px;
    background: #bada55;
}

.toolbar_left .draggable.type-3, .design_area_workflow .draggable.type-3,
.toolbar_left .draggable.type-4, .design_area_workflow .draggable.type-4,
.toolbar_left .draggable.type-5, .design_area_workflow .draggable.type-5,
.toolbar_left .draggable.type-6, .design_area_workflow .draggable.type-6 {
    padding-left: 10px;
    background: #b0d4e3;
}

/*  Admin overrides */
.admin #wrapper {
    width: 98%;
	position: relative;
}

.admin .tr_row_div {
    padding: 10px;
    border: 1px dashed #fff;
    border-radius: 10px;
    background: #fff;
    min-height: 40px;
}

    .admin .tr_row_div:hover {
        border: 1px dashed #000;
    }

    .admin .tr_row_div .tools {
        float: right;
        display: none;
    }

    .admin .tr_row_div:hover .tools {
        display: block;
    }

.element-settings {
    margin-top: 10px;
}

    .element-settings .form_tr {
        margin: 0 0 10px 0;
    }

        .element-settings .form_tr:after {
            content: '';
        }

    .element-settings label {
        max-width: 20%;
        display: inline-block;
        width: 19%;
    }

    .element-settings input,
    .element-settings select,
    .element-settings textarea {
        padding: 3px;
        background: #fff;
        border: 1px solid #aaa;
        color: #333;
        border-radius: 0;
        width: 80%;
        line-height: normal;
    }

.draggable input,
.draggable select,
.draggable textarea {
    padding: 3px;
    margin-bottom: 5px;
    background: #fff;
    color: #333;
    border: 1px solid #aaa;
    border-radius: 0;
    width: 98%;
    line-height: normal;
}

.element-settings .dropdown-options input,
.element-settings .dropdown-toggles input,
.element-settings .dropdown-toggles select {
    width: 100%;
}

.element-settings .dropdown-toggle,
.element-settings .dropdown-option {
    margin-bottom: 5px;
}

#selected-forms .draggable .tools,
.toolbar_left .draggable .tools {
    display: none;
    float: right;
}

#selected-forms .draggable:hover .tools {
    display: block;
}

.settings-nav ul {
    padding: 0;
    margin: 0;
}

    .settings-nav ul li {
        list-style: none;
        background: #F7F7F9;
        padding: 0px;
        line-height: 50px;
        text-indent: 10px;
    }

        .settings-nav ul li ul {
            margin: 0;
            background: #F7F7F9;
            display: none;
            padding: 0;
        }

            .settings-nav ul li ul li {
                list-style: none;
                background: #aaa;
                text-indent: 30px;
            }

                .settings-nav ul li ul li a, .settings-nav ul li a {
                    color: #333;
                }

        .settings-nav ul li.active {
            background: #0275D8;
        }

            .settings-nav ul li.active ul {
                display: block;
            }

                .settings-nav ul li.active ul li {
                    display: block;
                    background: #0275D8;
                }

.large {
    width: 99%;
    clear: both;
}

.medium {
    width: 49%;
    float: left;
}

.small {
    width: 32.3%;
    float: left;
    padding-right: 10px;
    font-size: 100%;
}

.bg, .modal-bg {
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 900;
}

.loading {
    position: fixed;
    color: #fff;
    display: block;
    z-index: 901;
}

.tr .disabled td {
    background: #ccc;
    color: #aaa
}

    .tr .disabled td a {
        display: none;
    }

/*  Stats widget */
.hero-widget {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .hero-widget .icon {
        display: block;
        font-size: 96px;
        line-height: 96px;
        margin-bottom: 10px;
        text-align: center;
    }

    .hero-widget var {
        display: block;
        height: 64px;
        font-size: 64px;
        line-height: 64px;
        font-style: normal;
    }

    .hero-widget label {
        font-size: 17px;
    }

    .hero-widget .options {
        margin-top: 10px;
    }

.user-wrap input[type=checkbox] {
    display: inline-block;
}
/*  autocomplete  */
.autocomplete-list {
    position: absolute;
    min-width: 200px;
    max-height: 300px;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    background: #f5f5f5;
}

    .autocomplete-list li {
        padding: 3px 5px;
        font-size: 11px;
        list-style: none;
        cursor: pointer;
    }

        .autocomplete-list li:hover, .autocomplete-list li.active {
            background: #5f80ff;
        }

/*  Bootstrap theme alterations  */
.adminitrator-navigation {
    background: #FEFEFE;
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #f3f3f3 !important;
}

    .adminitrator-navigation ul {
        width: 100%;
        padding: 0;
        border-radius: 0;
        list-style: none;
    }

        .adminitrator-navigation ul .nav-item {
            min-width: 80px;
            border: 1px solid #F3F3F3;
            border-width: 0 1px 0 1px;
            display: block;
            padding: 5px 15px;
        }

            .adminitrator-navigation ul .nav-item i {
                display: block;
                line-height: 20px;
            }

            .adminitrator-navigation ul .nav-item a {
                color: #B0ADA9;
                font-size: 0.9em;
            }

                .adminitrator-navigation ul .nav-item a:hover {
                    text-decoration: none;
                    color: #7d7d7d;
                }

            .adminitrator-navigation ul .nav-item.active {
                border-bottom: 2px solid #FF5742;
            }

                .adminitrator-navigation ul .nav-item.active a {
                    color: #000;
                }

.admin {
    margin-top: 55px;
}

.well h3 {
    margin-top: 0 !important;
}

.table .thead-dark th {
    color: #fefefe;
    background-color: #002147;
    border-color: #002147;
}


/*  Date picker */
.calenda {
    padding: 10px;
    max-width: 275px;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: #fff;
}

.weekday {
    float: left;
    text-align: center;
    width: 35px;
    margin-bottom: 4px;
}

.selectDate {
    float: left;
    text-align: center;
    width: 35px;
    margin-bottom: 4px;
    cursor: pointer;
}

    .selectDate:hover {
        background: #eee;
    }

.days {
    font-size: 12px;
}

.selector button {
    width: 25px;
    float: left;
    background: #fff;
    border: 0;
    font-size: 16px;
}

.currentMonth {
    width: 200px;
    float: left;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}

.currentYear {
    text-align: right;
    font-size: 11px;
    color: #999;
}

.calenda .mobile .day {
    float: left;
    width: 20%;
}

.calenda .mobile .month {
    float: left;
    width: 50%;
}

.calenda .mobile .year {
    float: left;
    width: 30%;
    margin-bottom: 5px;
}

.calenda .mobile input,
.calenda .mobile select,
.calenda .mobile button {
    min-width: 90%;
    max-width: 90%;
    margin-right: 5px;
    padding: 0px;
}

.calenda .mobile select {
    height: 60px;
}

.calenda .mobile .datepicked {
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 5px;
}

.calenda .mobile .inpButton {
    border: 1px solid #aaa;
    max-width: 100%;
    min-width: 100%;
    padding: 6px;
}

/*  jQuery UI autocomplete */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}



/*******Justina Styles Start********/
.Store-Front .row .row {
    -js-display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    justify-content: center;
}

.ThreeFrontIcons .row img {
    max-width: 100%
}

.ThreeFrontIcons .text-align-left {
    text-align: left
}

.Store-Front .text-align-left a {
    color: #941b81;
}

.BannerTop {
    position: relative;
    max-height: 22rem;
    width: 100%;
    overflow-y: hidden;
}

    .BannerTop h2 {
        color: #fff;
        text-shadow: 2px 2px 3px #333;
        line-height: 1.15em;
        margin: 0 0 0px;
        font-size: 2.5em;
        font-weight: 600;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        -js-display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
    }





.ThreeFrontIcons .row img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .ThreeFrontIcons .row img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

body #ctl00_header h1 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7em;
    line-height: 1.25em;
    margin: 0;
    padding: 25px 20px 0 20px;
}





.styled-select select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none;
}

    /*for IE10*/
    .styled-select select::-ms-expand {
        display: none;
    }


.wrapper.container .TABLE {
    border-left: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    border-bottom: solid lightgrey 1px;
}

    .wrapper.container .TABLE thead {
        border-bottom: solid 1px lightgrey;
    }

    .wrapper.container .TABLE tr {
        border: 1px solid lightgrey;
    }


        .wrapper.container .TABLE tr td {
            font-size: 14px;
            vertical-align: middle;
            border-right: solid lightgrey 1px;
            padding: 10px;
        }


/*******Justina Styles End********/

.form-designer.panel.panel-default.ui-sortable {
    min-height: 150px;
}

.editor_container {
    margin-bottom: 40px;
}

.ddlvar_container .form-control {
    width: 80%
}

/**********Media queries start**********/
@media(max-width: 990px) {
    #ctl00_header h1 {
        width: 60%;
    }


    .Store-Front .row .row .col-md-3 {
        width: 25%
    }

    .Store-Front .row .row .col-md-9 {
        width: 75%
    }

    .Store-Front .row .row {
        display: block;
    }
}

@media(max-width: 800px) {

    .Store-Front .row .row {
        display: block;
    }

        .Store-Front .row .row .col-md-3 {
            width: 100%;
            float: left;
            text-align: center;
        }

        .Store-Front .row .row .col-md-9 {
            width: 100%;
            float: left;
        }
}

.msg_warning {
    color: red;
}



body {
    padding: 0;
    margin: 0;
    background: #f4f4f4;
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
}

.description {
    color: white;
    position: absolute;
    top: 25%;
    margin: auto;
    padding: 2em;
    text-align: center;
    width: 100%;
}

    .description h1 {
        color: white !important;
    }

    .description .description-content {
        font-size: 1.5rem;
        width: 55%;
        line-height: 1.5;
        color: #ffffff;
        display: inline-grid;
    }

.description-footer {
    color: white;
    position: absolute;
    bottom: 2%;
    margin: auto;
    /* padding: 2em; */
    text-align: center;
    width: 100%;
    font-style: italic;
    color: #ffffff;
    text-align: center;
}

.main-content {
    position: relative;
}

.branch-description {
    height: 100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    color: white;
    text-align: center;
}

.branch-header {
    text-align: center;
    color: white;
    font-size: 1.8rem;
}

.branch-text {
    display: none;
    color: white;
    text-align: center;
    font-size: 0.8rem;
}

.branch-link:hover .branch-description {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.product-view-banner {
    position: relative;
    left: -33%;
    width: 154%;
    margin-top: -5%;
}

.main-view-banner {
    position: relative;
    left: -10%;
    width: 110%;
}

.branch-link:hover .branch-text {
    display: block;
}

.c-pointer {
    cursor: pointer;
}





.banner-image {
    width: 100%;
    height: auto;
}

.centered-header {
    position: relative;
    float: left;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered-item {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.normal-text {
    font-size: 1rem;
}

.list-item {
    flex: 1 1 auto;
    margin: 10px;
    text-align: center;
    max-width: 350px;
}

    .list-item:hover {
        transform: scale(1.2);
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
    }

.scale_hover:hover {
    transform: scale(1.2);
}

.full-image {
    width: 100%;
    max-height: 22rem;
}

.product-header {
    font-size: 3 .5rem
}

.search-list {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 1rem;
}

.no-padding-small {
    padding: .3rem !important;
}

@media screen and (max-width: 980px) {
    .list-container > div {
        width: 250px;
    }

    .list-item {
        max-width: 250ppx;
    }

    .normal-text {
        font-size: 2rem;
    }

    .list-container .list-name {
        font-size: 1.5rem !important;
    }

    .list-description {
        font-size: 1.5rem !important;
    }

    p {
        font-size: 1.5rem;
    }

    strong {
        font-size: 1.5rem;
    }

    .list-link {
        font-size: 1.5rem !important;
    }

    .max-image, .full-image {
        max-height: 30rem;
    }

    .no-padding-small {
        padding: 0px !important;
    }
}

.max-width-on-tablet {
    max-height: 17rem !important;
}


.no-background {
    background: transparent;
}

.formula-editor {
    font-family: 'Droid Sans Mono', sans-serif;
    position: fixed;
    width: 50%;
    top: 10%;
    /*margin-top: -200px;*/
    background: #fff;
    left: 20%;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 40px;
    z-index: 2;
}

    .formula-editor label {
        font-size: 1.5em;
    }


.highlighted-textbox {
    position: relative;
    height: 40px;
}

    .highlighted-textbox input,
    .highlighted-textbox > div {
        padding: 0px 10px;
        font-family: 'Droid Sans Mono', sans-serif;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        display: block;
    }

    .highlighted-textbox input {
        border: 1px solid #adb5bd;
        border-radius: 7px;
        outline: none;
        position: absolute;
        z-index: 10;
        background: transparent;
    }

    .highlighted-textbox iput.error {
        color: red;
    }

    .highlighted-textbox div {
        position: absolute;
        z-index: 9;
        color: transparent;
        top: 0;
        left: 0;
        overflow: hidden;
        white-space: nowrap
    }

        .highlighted-textbox div mark {
            color: transparent;
        }

.formula-editor mark {
    padding: 0;
}

    .formula-editor mark.variable {
        background: #bfd7ff;
    }

    .formula-editor mark.function {
        background: #ffdfbf;
    }

    .formula-editor mark.replacement {
        background: #ffbfbf;
    }

    .formula-editor mark.int {
        background: #bfffbf;
    }

.fe-divFormula-container {
    overflow: hidden;
    margin-left: 10px;
}

.highlighted-textbox span {
    position: absolute;
    bottom: -20px;
    right: 48px;
    z-index: 11;
    display: block;
    background: #ffbfbf;
    padding: 5px;
    font-size: 1em;
}

.mt1 {
    margin-top: 1em;
}

.p1 {
    padding: 1em;
}

.pt0 {
    padding-top: 0em;
}

.p0 {
    padding: 0em !important;
}

.formula-editor .columns {
    background: transparent
}

    .formula-editor .columns:after {
        content: '';
        clear: both;
        display: block;
    }

.formula-editor .column {
    float: left;
    width: 48%;
}

    .formula-editor .column fieldset {
        height: 200px;
        overflow-y: scroll;
    }

        .formula-editor .column fieldset legend {
            margin-bottom: 10px;
        }

    .formula-editor .column input {
        width: auto;
        background: #fff;
        padding: 0;
        border: 1px solid #d3caca;
        border-radius: 2px;
        float: right;
        margin-right: 10px;
        text-align: right;
        font-size: 0.8em;
    }

.tools span {
    display: inline-block;
    width: 20px;
}

.tools button {
    margin-right: 5px;
    width: 30px;
    background: #f4efe1;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.options {
    padding: 0;
    margin: 0;
}

    .options li {
        list-style: none;
        margin-top: 3px;
        cursor: pointer;
    }

.hidden {
    display: none !important;
}

#fe-result {
    font-size: 1.3em;
    line-height: 31px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .row {
        display: block !important;
    }

        .row:after {
            content: '';
            display: block;
            clear: both;
        }

        .row > div {
            float: left;
        }

    .list-container {
        display: block;
    }

        .list-container > div {
            float: left;
            margin: 20px;
            height: 344px
        }
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex-item {
    flex: 1;
}

.introduction {
    margin: 1em 0;
}

.form_tr_div {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 0 1rem 1rem 1rem;
    margin: 1em 0;
    margin-right: 1%;
}

    .form_tr_div.row_UPPERTEXT {
        border: none;
    }

.small-search {
    padding: 2px;
    border-radius: 0;
    font-size: 12px;
    color: #000;
    background: #fff;
}
