﻿/*
@base-color: #ECECEC;
@dark-blue: #005B92;
@medium-blue: #006FB4;
@lighter-blue: #007AC5;
@light-blue: #26C2FB;
@light-blue-pair: #1B8CB6;
@orange: #FF5B04;
@dark-orange: #B84204;
@green: #A6CE39;
@light-green: #A7CD3C;
@very-light-blue: #A7E4F9;
@green-light-1: lighten(@green, 10%);
*/

.medium-blue {
    color: #006FB4;
}

/*  
    =========================
    TABLE OF CONTENTS
    =========================

    - Fonts required
    - General Styles 
    - Structural Styles
    - Form styles
    - Components
      - Validation
      - Data Tables
      - Alert boxes
    - Page specific styles
    - Bootstrap extensions, over-rides
    - Misc styles
    - Media Queries
*/


/* General styles */

html {
    height: 100%;
}

body {
    background-color: #ECECEC;
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

hr {
    margin-bottom: 8px;
}

table td {
    padding: 3px;
}

a {
    word-break: break-word;
}

/* Structural styles */

#main-content {
    margin-top: 120px;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#wrapper {
    height: 100%;
}

#page-header-wrapper {
    height: 120px;
    background-color: #ECECEC;
    color: #000;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 10;
    /*overflow: hidden;*/
    /*-moz-transition: left ease 0.5s;
    -o-transition: left ease 0.5s;
    -webkit-transition: left ease 0.5s;
    transition: left ease 0.5s;*/
    /*left: 275px;*/
}

#page-header {
    margin: 0;
    height: 50px;
    display: table;
    width: 100%;
    /*overflow: hidden;*/
}

#page-header-content {
    display: table;
    padding: 7px 20px 7px 20px;
    width: 100%;
}
    #page-header-content #admin-impersonate .btn-default.btn {
        background-color: #2474a4;
        background-image:none;
        border-radius:0;
        color:#fff;
        border:0;
    }
    .page-buttons {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 18px;
        text-align: right;
    }

.page-buttons-tall {
    margin-top: 10px;
}

#sidebar-wrapper {
    background-color: #006FB4;
    position: fixed;
    top: 0;
    height: 100%;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    z-index: 999;
}

#page-content-wrapper {
    z-index: auto;
}

#wrapper.sidebar #sidebar-wrapper {
    width: 275px;
}

#sidebar-header {
    background-color: #003658;
    height: 50px;
}

#wrapper.thin-sidebar #sidebar-wrapper-header .logo-wrapper {
    float: left;
    width: 50px;
    overflow: hidden;
    padding: 5px 5px;
}

#wrapper #sidebar-wrapper-header .logo-wrapper {
    float: left;
    width: inherit;
    overflow: auto;
    padding: 5px 15px;
}

#sidebar-wrapper-header i {
    color: #fff;
    float: right;
    padding: 18px 10px 0 0;
}

#page-menu-bar-container {
    background-color: #fafafa;
    height: 70px;
    width: 100%;
    border-bottom: 1px solid #b8b8b8;
    border-top: 1px solid #999;
}

#page-menu-bar {
    height: 100%;
}

#page-menu-collapsed-wrapper {
    display: table-cell;
    /*float: left;*/
    width: 50px;
}

#page-account-info {
    /*float: left;*/
    display: table-cell;
    /*width: 300px;*/
    color:#fff; /*Added ROhil*/
}
    #page-account-info a{
        color:#fff; /*added Rohil*/
    }
    #page-menu-collapsed {
        padding: 0;
        margin: 0;
    }

    #page-menu-collapsed li {
        list-style-type: none;
    }
    #page-menu-collapsed li a{
        color:#fff;
        }/*Added by Rohil*/
    #page-menu-collapsed i {
        font-size: 18px;
    }

#page-title {
    color: #003658;
    font-size: 26px;
    font-weight: bold;
    float: left;
    padding: 18px 0 0 20px;
}

#page-menu-container {
    background-color: #fafafa;
    float: right;
    /*height: 100%;*/
}

ul#page-menu {
    float: right;
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 100%;
}

    ul#page-menu li {
        float: left;
        margin-right: 15px;
        height: 100%;
        cursor: pointer;
    }

        ul#page-menu li:hover {
            border-bottom: 5px solid #FF5B04;
        }

            ul#page-menu li:hover a {
                color: #FF5B04;
            }

        ul#page-menu li a {
            display: inline-block;
            padding-top: 26px;
            text-decoration: none;
        }

            ul#page-menu li a:hover {
                color: #FF5B04;
            }

/* page actions */

.page-actions {
    /*background-color: #dedede;
    background-color: #fafafa;
    border-bottom: 1px solid #aaa;
    padding: 12px 0 15px 50px;*/
    margin: 20px 0;
}

.content-container {
    padding: 25px 50px;
    padding: 15px 0px;
    padding: 0;
}

.content-panel {
    background: #ECECEC;
    margin: 32px 92px;
}

/*==========  Media queries - Non-Mobile First Method  ==========*/

/* expanded sidebar width  : 275
    collapsed sidebar width : 75
*/


/* box styles */

.box {
    border: 1px solid #ccc;
    background: #fff;
    display: table;
}

.box-tall {
    height: 280px;
}

.box-normal {
    height: 220px;
}

.box h3 {
    color: #fff;
    font-size: 18px;
}

.box:hover, .small-box:hover {
    cursor: pointer;
}

.box-sidebar-wrapper {
    display: table-cell;
    position: relative;
    width: 120px;
    vertical-align: top;
}

.box-sidebar {
    vertical-align: top;
    text-align: center;
}

    .box-sidebar img {
        padding-top: 30px;
    }

.box-content-wrapper {
    display: table-cell;
    /*float: left;*/
    width: 220px;
    /*width: 65%;*/
    text-align: center;
}

.box .box-content {
    padding: 30px 15px 15px 15px;
}

.box-small .box-content {
    padding: 40px 15px 15px 15px;
}

.box-content .product-level {
    font-size: 38px;
    font-weight: 700;
    color: #666666;
}

.box-content-wrapper label {
    font-size: 48px;
    font-weight: bold;
    display: block;
    margin: 0;
    /*padding-top: 15px;*/
}

.box-content a {
    font-size: 20px;
    text-decoration: underline;
    word-break: break-word;
}

/* box-rows */

.box-row {
    /*margin-bottom: 25px;*/
}

    .box-row::before {
        content: " ";
        display: table;
    }

    .box-row::after {
        content: " ";
        clear: both;
        display: table;
    }

    .box-row .box {
        float: left;
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .box-row .box-small .box-content-wrapper {
        width: 218px;
    }

    .box-row .box-small a {
        display: block;
    }

/* orange box */

.box.orange .box-sidebar-wrapper {
    background-color: #FF5B04;
    background-color: #f1573d;
}

.box.orange .box-content-wrapper label {
    color: #FF5B04;
    color: #f1573d;
}

.box.orange .dashboard-button {
    background-color: #B84204;
    background-color: #903424;
}

    .box.orange .dashboard-button a {
        color: #fff;
        -khtml-opacity: .50;
        -moz-opacity: .50;
        -ms-filter: ”alpha(opacity=50)”;
        filter: alpha(opacity=50);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
        opacity: .50;
    }

/* dark blue box */

.box.dark-blue .box-sidebar-wrapper {
    background-color: #006FB4;
    background-color: #cb3694;
    background-color: #00b3ae;
}

.box.dark-blue .box-content-wrapper label {
    color: #006FB4;
    color: #cb3694;
    color: #00b3ae;
}

.box.dark-blue .dashboard-button {
    background-color: #005081;
    background-color: #792058;
    background-color: #007d79;
}

    .box.dark-blue .dashboard-button a {
        color: #fff;
        -khtml-opacity: .50;
        -moz-opacity: .50;
        -ms-filter: ”alpha(opacity=50)”;
        filter: alpha(opacity=50);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
        opacity: .50;
    }

/* green box */

.box.green .box-sidebar-wrapper {
    background-color: #A6CE39;
    background-color: #08b36d;
}

.box.green .box-content-wrapper label {
    color: #A6CE39;
    color: #08b36d;
}

.box.green .dashboard-button {
    background-color: #789328;
    background-color: #046b41;
}

    .box.green .dashboard-button a {
        color: #fff;
        -khtml-opacity: .50;
        -moz-opacity: .50;
        -ms-filter: ”alpha(opacity=50)”;
        filter: alpha(opacity=50);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
        opacity: .50;
    }

/* light blue box */

.box.light-blue .box-sidebar-wrapper {
    background-color: #26C2FB;
    background-color: #04b2c1;
    background-color: #cb3694; /* magenta */
}

.box.light-blue .box-content-wrapper label {
    color: #26C2FB;
    color: #04b2c1;
    color: #cb3694;
}

.box.light-blue .dashboard-button {
    background-color: #1B8CB6;
    background-color: #026a73;
    background-color: #8e2567; /* dark magenta */
}

    .box.light-blue .dashboard-button a {
        color: #fff;
        -khtml-opacity: .50;
        -moz-opacity: .50;
        -ms-filter: ”alpha(opacity=50)”;
        filter: alpha(opacity=50);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
        opacity: .50;
    }


.flat-box {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background-color: #fff;
    display: table;
    width: 100%;
}

    .flat-box .product {
        display: inline-block;
        width: 15%;
        display: table-cell;
    }

    .flat-box .title {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        width: 70%;
        display: table-cell;
    }

    .flat-box .product-status {
        display: inline-block;
        padding: 5px 0;
        width: 15%;
        display: table-cell;
    }

    /* images on account info */

    .flat-box span {
        float: left;
        width: 15%;
    }

.dashboard-button {
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 10px;
}

    .dashboard-button a {
        text-decoration: none;
        font-size: 11px;
    }

        .dashboard-button a:hover {
            color: #fff;
        }

        .dashboard-button a i {
            position: relative;
            top: 1px;
            font-size: 12px;
            padding-left: 5px;
        }

/* small box styles */

.small-box {
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    width: 215px;
    width: 228px;
    height: 205px;
}

    .small-box .box-content {
        text-align: center;
    }

    .small-box img {
        display: inline-block;
    }

    .small-box.orange, .small-box.orange a {
        color: #FF5C05;
        display: block;
    }

        .small-box.orange a:hover {
            color: #ffad82;
        }

    .small-box.dark-blue a:hover {
        color: #7fb7da;
    }

    .small-box.green a:hover {
        color: #bbc993;
    }

    .small-box.dark-blue, .small-box.dark-blue a {
        color: #006FB4;
        display: block;
    }

    .small-box.green, .small-box.green a {
        color: #789328;
        display: block;
    }

/* email campaign preview styles */

.preview-wrapper {
    border: 1px solid #ccc;
}

    .preview-wrapper .header {
        border-bottom: 1px solid #ccc;
    }

        .preview-wrapper .header label {
            margin-bottom: 0;
        }

            .preview-wrapper .header label:first-of-type {
                background-color: #eee;
            }

        .preview-wrapper .header strong {
            width: 160px;
            display: inline-block;
            color: #000;
            padding: 5px;
        }

/* tab links */

.tab-links li.static {
    font-weight: bold;
}

.tab-links {
    background: #eee;
    margin: 0;
    padding: 10px 20px;
    border-top: 3px solid #337ab7;
    border-bottom: 1px solid #aaa;
}

    .tab-links::before {
        content: " ";
        display: table;
    }

    .tab-links::after {
        content: " ";
        display: table;
        clear: both;
    }

    .tab-links li {
        list-style-type: none;
        float: left;
        margin-right: 20px;
        border-bottom: 3px solid #eee;
    }

        .tab-links li a {
            text-decoration: none;
            font-weight: bold;
        }

        .tab-links li:not(.static):hover {
            font-weight: normal;
            color: #FF5B04;
            border-bottom: 3px solid #FF5B04;
        }

        .tab-links li.active {
            font-weight: normal;
            color: #ff0000;
            border-bottom: 3px solid #ff0000;
        }

/* action sidebar */

#sidebar-action {
    padding: 0px;
}

    #sidebar-action label {
        font-weight: normal;
    }

.sidebar-wrapper {
    position: fixed;
    z-index: 1000;
    background: #A7E4F9;
    background: #ddf2f9;
    background: #F3F6F8;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 2px solid #111;
}

#sidebar-action-header {
    background-color: #003658;
    background-color: #fff;
    height: 50px;
    color: #fff;
    color: #00AADC;
    text-indent: 10px;
    font-size: 32px;
    display: table;
    width: 100%;
}

    #sidebar-action-header .sidebar-title {
        display: table-cell;
    }

    #sidebar-action-header .sidebar-dismiss {
        display: table-cell;
        text-align: right;
        padding-right: 20px;
    }

        #sidebar-action-header .sidebar-dismiss a {
            color: #fff;
            color: #00AADC;
            font-size: 12px;
            text-decoration: underline;
        }

#sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 500;
}

.fields-contact {
    padding: 5px;
}

.fields-images {
    display: none;
    padding: 5px;
}

.fields-contact, .fields-images {
    padding: 5px 15px;
}

    .fields-contact label, .fields-images label {
        color: #003658;
    }

span.title {
    font-weight: bold;
    font-size: 10px;
    display: block;
}

span.value {
    font-weight: normal;
    font-size: 13px;
    display: block;
}

.label-empty {
    display: block;
    border: 1px solid #000;
    background-color: #fffa90;
    padding: 10px;
    color: #003658;
}

/* jquery ui over-ridden styles for sidebar */

.current-selection {
    padding: 10px;
    background: #E9EFF3;
    background: #4cc3e6;
    border-top: 1px solid #D9E3EA;
    border-top: 1px solid #555;
}

#sidebar-action .current-selection label {
    font-weight: normal;
    color: #fff;
}

.field-chooser {
    background: #F3F6F8;
    background: #E9EFF3;
}

.current-selection .ui-state-highlight,
.current-selection .ui-widget-content .ui-state-highlight,
.current-selection .ui-widget-header .ui-state-highlight,
.current-selection .ui-state-default,
.current-selection .ui-widget-content .ui-state-default,
.current-selection .ui-widget-header .ui-state-default {
    border-color: #555;
}

/* field lists */

.sortable-placeholder {
    border: 2px dashed #000;
    min-height: 50px;
}

.field-selection {
    min-height: 20px;
    margin: 0;
    padding: 5px;
    margin-right: 10px;
}

.field-list {
    min-height: 20px;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
}

    .field-list img {
        max-height: 75px;
        max-width: 100%;
    }

.field-selection li {
    margin: 0 0 5px 0px;
    padding: 5px;
    font-size: 1.2em;
    list-style-type: none;
    cursor: pointer;
    width: 95%;
}

.field-content-wrapper {
    display: table;
    width: 100%;
}

.field-content, .field-action, .field-dragger {
    display: table-cell;
}

.field-dragger {
    background-image: url(/images/drag-gripper2.png);
    background-repeat: repeat-y;
    width: 18px;
}

.field-action {
    text-align: right;
    width: 50px;
}

span.field-action a, span.field-action a:link, span.field-action a:visited {
    color: inherit;
    text-decoration: underline;
    font-size: 11px;
}

/* tiny mce */

/* Optional: Adjust the positioning of the character count text. */
label.mce-charactercount {
    margin: 2px 0 2px 2px;
    padding: 8px;
}

/* Optional: Remove the html path code from the status bar. */
.mce-path {
    display: none !important;
}

/* wizard styles */

.steps {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    text-align: center;
}

.progress {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #f35b3f;
}

.step p {
    color: #ccc;
    font-weight: bold;
}

.step.activated p {
    color: #f35b3f;
}

.step.active p {
    color: #f35b3f;
}

.step {
    position: relative;
    float: left;
    padding: 0 5px;
}

.step-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    background: #ddd;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.step.activated .step-icon {
    background: #fff;
    border: 1px solid #f35b3f;
    color: #f35b3f;
    line-height: 38px;
}

.step.active .step-icon {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: #f35b3f;
    font-size: 22px;
    line-height: 48px;
}

/* print magazine styles */

.artwork-overprint {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    width: 850px;
    height: 610px;
}

.artwork-cover {
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    width: 428px;
    width: 850px;
    height: 610px;
    -moz-transition: right ease 0.5s;
    -o-transition: right ease 0.5s;
    -webkit-transition: right ease 0.5s;
    transition: right ease 0.5s;
    margin-bottom: 15px;
}

/* gallery styles */

.gallery {
    margin: 20px 0;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}

    .gallery .item {
        width: 23%;
        float: left;
        margin: 0 10px 10px 0;
        background-color: #000;
        border: 3px solid #000;
        text-align: center;
        cursor: pointer;
        color: #fff;
    }

        .gallery .item:hover {
            background-color: #ff5b04;
            border: 3px solid #FF5B04;
        }

        .gallery .item img {
            width: 100%;
        }

        .gallery .item.active {
            background-color: #ff0000;
            border: 3px solid #ff0000;
        }


/* field styles */

.col-mailing-address .field-label {
    /*display: none;*/
}

.field-label, .field-value {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
}

.field-label2, .field-value2 {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    word-spacing: normal;
}

.field-label {
    width: 200px;
    display: inline-block;
    width: 20%;
    text-align: right;
}

.field-label2 {
    width: 200px;
    display: inline-block;
    width: 30%;
    text-align: right;
}

.field-value {
    margin-right: -4px;
    width: 80%;
}

.field-value2 {
    /*margin-right: -4px;*/
    width: 68%;
}

.field-label label {
    padding-right: 5px;
}

.field-label2 label {
    padding-top: 2px;
    padding-right: 5px;
}

.field-value input[type="text"], .form-section .field-value input[type="text"] {
    width: 260px;
}

    .field-value input[type="text"].short {
        width: 120px;
    }

    .field-value input[type="text"].wide, .field-value textarea.wide {
        width: 350px;
        max-width: 95%;
    }

.col-street-address h4, col-mailing-address h4 {
    /*margin-left: 200px;*/
}

.col-flats-address h4, col-return-to-sender-address h4 {
    /*margin-left: 140px;*/
}

.form-section .field-wide {
    width: 100%;
}

/* filter bar */

.filter-bar {
    background-color: #f4f9fc;
    padding: 10px;
    border: 2px solid #F58229;
    border: 1px solid #006FB4;
    margin-bottom: 10px;
    margin-top: 5px;
}

    .filter-bar select {
        border-color: #F58229;
        border-radius: 0;
    }

        .filter-bar select:focus {
            border-color: #ff0000;
            box-shadow: none;
            outline-width: 0;
        }

.filter-item {
    margin-bottom: 10px;
}

    .filter-item label {
        font-weight: bold;
        width: 200px;
        display: inline-block;
    }

    .filter-item input, .filter-item select {
        display: inline-block;
    }

/* q-filter */

.q-filter {
    width: 100%;
    margin-bottom: 15px;
}

.q-item {
    float: left;
    width: 25%;
    background-color: #eee;
    text-align: center;
    width: 23.5%;
    margin-right: 2%;
    height: 150px;
}

    .q-item:last-child {
        margin-right: 0%;
    }

.q-item-inner {
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
}

.q-pad {
    padding: 15px;
}

.q-item.q-blue.active {
    background-color: #cce2f0;
    background-color: #fff;
}

    .q-item.q-blue.active .q-col-1 {
        background-color: #006FB4;
        background-color: #cb3694;
    }

    .q-item.q-blue.active .q-item-inner {
        border-color: #006FB4;
        border-color: #cb3694;
    }

        .q-item.q-blue.active .q-item-inner h5 {
            color: #006FB4;
            color: #cb3694;
        }

.q-item.q-orange.active {
    background-color: #ffcdb3;
    background-color: #fff;
}

.q-item .q-col-1 {
    background-color: #d7d7d7;
}

.q-item.q-orange.active .q-col-1 {
    background-color: #FF5B04;
    background-color: #f1573d;
}

.q-item.q-orange.active .q-item-inner {
    border-color: #FF5B04;
    border-color: #f1573d;
}

    .q-item.q-orange.active .q-item-inner h5 {
        color: #FF5B04;
        color: #f1573d;
    }

.q-item.active .q-item-inner p {
    margin: 0;
}

.q-item.q-green.active {
    background-color: #e4f0c3;
    background-color: #fff;
}

    .q-item.q-green.active .q-col-1 {
        background-color: #A6CE39;
        background-color: #08b36d;
    }

    .q-item.q-green.active .q-item-inner {
        border-color: #A6CE39;
        border-color: #08b36d;
    }

        .q-item.q-green.active .q-item-inner h5 {
            color: #A6CE39;
            color: #08b36d;
        }

.q-item.q-light-blue.active {
    background-color: #edf9fd;
    background-color: #fff;
}

    .q-item.q-light-blue.active .q-col-1 {
        background-color: #A7E4F9;
        background-color: #26C2FB;
        background-color: #04b2c1;
    }

    .q-item.q-light-blue.active .q-item-inner {
        border-color: #A7E4F9;
        border-color: #26C2FB;
        border-color: #04b2c1;
    }

        .q-item.q-light-blue.active .q-item-inner h5 {
            color: #A7E4F9;
            color: #26C2FB;
            color: #04b2c1;
        }

.q-col-1 {
    width: 25%;
    height: 148px;
    display: table-cell;
}

.q-col-2 {
    width: 75%;
    height: 148px;
    display: table-cell;
    background-color: #fff;
}

.q-item h5 {
    font-size: 24px;
}

/* search bar */

ul.filter-options {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    ul.filter-options li {
        float: left;
        margin-right: 15px;
    }

    ul.filter-options input[type="text"] {
        border: 1px solid #ccc;
        padding: 5px 8px;
        width: 175px;
        height: 32px;
    }

    ul.filter-options select {
        border: 1px solid #ccc;
        padding: 5px 8px;
        height: 32px;
    }

#searchButton span {
    display: none;
}

/* task list styles */

.task-list-wrapper {
    border: 2px solid #006FB4;
    background: #fff;
    margin-left: 30px;
}

    .task-list-wrapper h3 {
        color: #FF5C05;
        font-weight: bold;
        padding: 15px;
    }

.due-date, .date {
    color: #FF5C05;
}

.due-date {
    font-weight: bold;
}

.task-list {
    padding: 15px;
}

.task-item {
    margin-bottom: 20px;
}

    .task-item img {
        width: 22px;
        display: inline-block;
        vertical-align: top;
    }

    .task-item .task-content {
        display: inline-block;
        margin-left: 30px;
    }

.task-content h5 {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin: 2px 0;
}

.task-content p {
    margin: 0 0 4px 0;
}

.btn-action {
    background-color: #46BA3F;
    border: 1px solid #3F953C;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2);
    height: 30px; /* plus 2px for the border */
}

    .btn-action span.title {
        float: left;
        font-weight: normal;
        line-height: 32px;
        padding: 0px 10px;
    }

    .btn-action span.icon {
        background-color: #3D963C;
        display: inline-block;
        height: 28px;
    }

        .btn-action span.icon i {
            padding: 9px 8px;
        }

a.btn-action:hover {
    color: #005081;
}

    a.btn-action:hover i {
        color: #fff;
    }

/* form sections */

.content-section {
    /*
        background-color: #fff;
        padding: 0 50px;
    */
}

.form-section {
    border-bottom: 2px solid #ccc;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 20px;
}

.content-section > .form-section:last-child {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.form-section h3 {
    color: #FF5B04;
    color: #f1573d;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
}

    .form-section img {
        max-width: 350px;
    }

    .form-section .form-label {
        background-color: #fff;
    }

    .form-section .form-field:not([type="file"]) {
        background-color: #ccc;
    }

    .form-section textarea.extra-wide, .form-section input.extra-wide {
        width: 350px;
    }

    .form-section textarea.full-width, .form-section input.full-width {
        width: 100%;
    }

.form-section-narrow {
    border-bottom: 2px solid #ccc;
    background-color: #fff;    
    margin-bottom: 10px;
    padding: 20px;
    width: 793px;
    min-width: 49%;
    max-width: 100%;
    float: left;
}

    .form-section-narrow h3 {
        color: #FF5B04;
        font-weight: bold;
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .form-section-narrow img {
        max-width: 350px;
    }

    .form-section-narrow .form-label {
        background-color: #fff;
    }

    .form-section-narrow .form-field:not([type="file"]) {
        background-color: #ccc;
    }

    .form-section-narrow textarea.extra-wide,
    .form-section-narrow input.extra-wide {
        width: 350px;
    }

.form-section-wide {
    clear: both;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    float: left;
}

    .form-section-wide h3 {
        color: #FF5B04;
        font-weight: bold;
        font-size: 18px;
        margin-top: 0;
    }

    .form-section-wide img {
        max-width: 350px;
    }

    .form-section-wide .form-label {
        background-color: #fff;
    }

    .form-section-wide .form-field:not([type="file"]) {
        background-color: #ccc;
    }

    .form-section-wide textarea.extra-wide,
    .form-section-wide input.extra-wide {
        width: 350px;
    }

.email-status-verified {
    display: inline-block;
    background-color: #A6CE39;
    border: 1px solid #749027; /* darken(#A6CE39, 20%) */
    color: #fff;
    font-weight: bold;
    padding: 8px;
    margin-left: 10px;
    width: 140px;
    text-align: center;
}

.email-status-not-verified {
    display: inline-block;
    background-color: #B84204;
    border: 1px solid #802e02; /* darken(#B84204, 20%); */
    color: #fff;
    font-weight: bold;
    padding: 8px;
    margin-left: 10px;
    width: 140px;
    text-align: center;
}

/* Upload page styles */

.upload-section {
    padding: 0;
    border-bottom: 2px solid #FF5B04;
    display: none;
}

    .upload-section .col-container {
        padding: 20px;
    }

    .upload-section .title-bar {
        background-color: #FF5B04;
        padding: 5px 20px;
    }

.title-bar h3 {
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
}

.section-header {
    border-bottom: 2px solid #FF5B04;
}

h3.section-header {
    color: #FF5B04;
    font-weight: bold;
}

.section-header p {
    padding-top: 25px;
    color: #777;
}

a.close-btn {
    color: #fff;
    float: right;
    margin-right: 20px;
}

.form-upload {
    display: none;
    border-bottom: 2px solid #aaa;
}

img.logo {
    max-height: 150px;
}

img.photo {
    max-height: 200px;
}

img.signature {
    max-height: 80px;
}

.form-block {
    display: inline-block;
    width: 175px;
}

.fileActions {
    margin: 10px 0;
}

.fileInfo {
    font-style: italic;
    color: #c7c7c7;
}

.fileStatus {
    padding: 20px;
    background-color: #ff5b04;
    border: 1px solid #ff0000;
    border-radius: 5px;
    width: 350px;
}

.fileProgress {
    width: 350px;
}

    .fileProgress progress {
        display: inline-block;
        margin: 8px 0;
        width: 310px;
    }

    .fileProgress .percentage {
        width: 38px;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
        padding-top: 6px;
    }

.fileInfo, .fileProgress, .fileStatus, .btn-cancel {
    display: none;
}

ul.file-meta {
    padding: 0;
    margin: 10px 0;
}

    ul.file-meta li {
        list-style-type: none;
    }

/* columns */

.col-four {
    width: 25%;
    float: left;
}

    .col-four .col-content {
        /*border: 1px solid #CFCFCF;*/
        /*border-bottom: 1px solid #B8B8B8;*/
        margin: 0 20px 20px 20px;
    }

.col-half {
    width: 450px;
}

.col-full {
    width: 100%;
}

.col-header {
    color: #fff;
    height: 60px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

    .col-header img {
        float: left;
        padding: 5px 5px 5px 0;
    }

    .col-header span {
        float: left;
        padding: 16px 0 0 20px;
    }

.content-item {
    /*border-radius: 10px;
    height: 130px;*/
    margin-top: 15px;
    margin-right: 15px;
    text-align: center;
    padding: 25px 15px;
    display:block;
    transition:all ease .2s;
}
    .content-item:hover {
        transform: scale(1.05);
    }
    .content-item i {
        color: #fff;
        font-size: 56px;
    }

    .content-item span {
        color: #fff;
        display: block;
    }

.col-orange {
    /*border-top: 3px solid #ff6a00;
    border-bottom: 3px solid #ff6a00;*/
    background: #fff;
    padding: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

    .col-orange .col-header span {
        color: #035182;
    }

.columns .col-md-12 .col-orange {
    margin-right: 0;
}

.col-orange .content-item {
    background-color: #f15f3b;
}

.col-content label {
    margin: 8px 10px 0 10px;
}

/* styles for company details */

.field-group {
    padding-bottom: 3px;
}

    .field-group label {
        display: inline-block;
        /*padding-top: 5px;*/
        vertical-align: top;
        width: 200px; /* required on edit client page */
    }

    .field-group p {
        /*display: block;
                vertical-align: top;
                width: 200px;*/
    }

    .field-group + .field-group {
        margin-top: 5px;
    }

.field-group-with-pads {
    margin-top: 5px;
    padding: 5px;
}

    .field-group-with-pads label {
        display: inline-block;
        vertical-align: top;
        width: 200px;
    }

    .field-group-with-pads p {
        /*display: block;
                vertical-align: top;
                width: 200px;*/
    }

    .field-group-with-pads + .field-group-with-pads {
        /*margin-top: 5px;*/
    }

label.short-label {
    width: 80px;
}

.field-group input[type="text"],
.field-group input[type="file"] {
    display: inline-block;
}

.form-section textarea,
.form-section input[type="text"],
.form-section input[type="file"],
.form-section input[type="tel"],
.form-section input[type="email"],
.form-section input[type="number"],
.form-section select {
    border: 1px solid #ccc;
    padding: 5px 8px;
    width: 175px;
}

.form-section .form-group-wide textarea,
.form-section .form-group-wide input[type="text"],
.form-section .form-group-wide input[type="file"],
.form-section .form-group-wide input[type="tel"],
.form-section .form-group-wide input[type="email"],
.form-section .form-group-wide input[type="number"],
.form-section .form-group-wide select {
    border: 1px solid #ccc;
    padding: 5px 8px;
    width: 350px;
}

.form-section textarea.input-validation-error,
.form-section input[type="text"].input-validation-error,
.form-section input[type="file"].input-validation-error,
.form-section input[type="tel"].input-validation-error,
.form-section input[type="email"].input-validation-error,
.form-section input[type="number"].input-validation-error,
.form-section select.input-validation-error {
    border: 2px solid #f94542;
}

.select2-selection {
    outline-color: #FF5B04;
}

.select2-dropdown input[type="search"],
.form-section textarea:focus,
.form-section input[type="text"]:focus,
.form-section input[type="tel"]:focus,
.form-section input[type="email"]:focus,
.form-section input[type="number"]:focus,
.form-section select:focus {
    outline-color: #FF5B04;
    outline-offset: 2px;
}


.select2-container--default .select2-selection--single {
    border-radius: 0;
    box-shadow: none;
    background-color: #F3F3F3;
    border: 1px solid #D8D8D8;
}

.field-section {
    border-top: 1px solid #E0E0E0;
}

.field-static-section {
    display: inline-block;
}

.field-group .field-value input[type="text"].field-large {
    width: 505px;
    width: 100%;
}

.address-item h4 {
    color: #B84204;
    font-size: 18px;
    font-weight: bold;
    /*padding-left: 50px;*/
}

.col-container {
    letter-spacing: -0.31em; /* webkit */
    *letter-spacing: normal; /* reset IE less than 8 */
    word-spacing: -0.43em; /* IE less than 8 and gecko */
}

.col {
    display: inline-block;
    zoom: 1;
    *display: inline; /* IE less than 8: fake inline-block */
    letter-spacing: normal;
    word-spacing: normal;
    padding: 3px 0;
    vertical-align: top;
}

.col-company-details {
    width: 550px;
}

    .col-company-details input[type="text"], .col-company-numbers input[type="text"] {
        width: 320px;
    }

    .col-company-details textarea, .col-company-numbers textarea {
        width: 320px;
    }


.col-company-numbers {
    width: 450px;
}

.col-file {
    width: 300px;
}

.col-address-details {
    width: 750px;
    width: 830px;
    padding-bottom: 0;
}

.col-suburb, .col-instructions {
    /*width: 1250px;*/
    padding-top: 0;
}

    .col-suburb .field-group, .col-instructions .field-group {
        display: inline-block;
        margin-right: -4px;
    }

.suburb {
    width: 401px;
}

.state {
    width: 150px;
}

.postcode {
    width: 170px;
}

.col-email-details {
    width: 750px;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.6666%;
}

.col-10 {
    width: 83.3333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.6666%;
}

.col-7 {
    width: 58.3333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.6666%;
}

.col-4 {
    width: 33.3333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.6666%;
}

.col-1 {
    width: 8.3333%;
}


.col-5 .field-group input[type="text"] {
    width: 260px;
}

.col-address-details input[type="text"], .col-address-details input[type="email"] {
    width: 505px;
    width: 625px;
}

.col-email-details input[type="text"], .col-email-details input[type="email"] {
    width: 350px;
}

.field-group.state label {
    width: 45px;
}

.field-group.postcode label {
    width: 75px;
}

.field-group.state input[type="text"],
.field-group.state select {
    width: 80px;
}

.field-group.postcode input[type="text"] {
    width: 80px;
}

.form-actions {
    /*padding: 10px 10px 10px 50px;*/
    /*background-color: #ffeee5;
            border-top: 1px solid #ccc;*/
    border-bottom: 2px solid #FF5B04;
}

.filler {
    height: 80px;
    content: ' ';
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    display: block;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 2px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #F58229;
    background-color: #fff;
    border-top: 2px solid #F58229;
    border-bottom: 2px solid #F58229;
    margin-bottom: 10px;
    padding: 20px;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0 20px;
    }

        .validation-summary-errors ul li {
            margin: 0;
            padding: 0;
        }

    .validation-summary-errors span {
        font-weight: bold;
    }

.validation-summary-valid {
    display: none;
}

/* data table styling */

.data-filter {
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px;
    margin: 0px 50px 0 50px;
}

.filter-item label {
    font-weight: normal;
}

.data-grid {
}

    .data-grid table {
        width: 100%;
        background-color: #fff;
    }

        /*.data-grid table thead tr {
            border-bottom: 2px solid #ddd;
        }*/

        /*.data-grid table tbody tr {
            border-bottom: 1px solid #ccc;
        }*/

        .data-grid table tbody tr:nth-of-type(2n+1) {
            background-color: #f9f9f9;
        }

        .data-grid table tbody td:first-child, .data-grid table thead th:first-child {
            padding-left: 50px;
        }

        .data-grid table td, .data-grid table th {
            padding: 5px;
        }

.data-actions {
    margin: 10px 0;
}

.fixed-table-toolbar {
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #b8b8b8;
    margin-bottom: 15px;
}

    .fixed-table-toolbar::before {
        display: table;
        content: " ";
        box-sizing: border-box;
    }

    .fixed-table-toolbar::after {
        clear: both;
        display: table;
        content: " ";
        box-sizing: border-box;
    }


/* data table styling fixup */

.data-grid table thead th.bs-checkbox:first-child {
    padding-left: 0;
}

.data-grid .form-control {
    display: inline-block;
    width: inherit;
}

.data-grid strong {
    padding: 0;
}

/* boot table styles */

.bootstrap-table {
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    /*overflow: hidden; added to fix border-radius problems */
    margin-top: 10px;
    /* Prevent background color leak outs */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .bootstrap-table .table > thead:first-child > tr:first-child > th {
        border-top: 1px solid #ddd;
    }

.data-grid table tbody tr {
    border-bottom: none;
}

.fixed-table-container {
    border: none !important;
}

.fixed-table-pagination {
    background: #e3edee;
    padding: 5px 10px;
}

.fixed-table-toolbar {
    background-color: initial;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding: 0 10px;
}

.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
    margin-top: 0;
    margin-bottom: 0;
}

.fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pagination {
    margin: 0;
    vertical-align: top;
}

/* message box styles */
.msg {
    display: table;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    position:relative;
}
#close-msg {
    position: absolute;
    top: 0;
    right: 5px;
    cursor:pointer;
}
    .msg .icon {
        display: table-cell;
        padding: 20px 20px 20px 20px;
        width: 110px;
        width: 80px;
    }

        .msg .icon i {
            font-size: 64px;
            color: #fff;
            width: 55px;
        }

    .msg .message {
        display: table-cell;
        vertical-align: top;
        background-color: #fff;
        padding: 5px 10px;
    }

        .msg .message h3 {
            margin-top: 10px;
        }

/* success */

.msg-info {
    border-right: 5px solid #23B8B0;
    border-left: 1px solid #23B8B0;
    border-bottom: 1px solid #23B8B0;
    border-top: 1px solid #23B8B0;
}

.msg.msg-info .icon {
    background-color: #23B8B0;
}

.msg.msg-info .message h3 {
    color: #23B8B0;
}

/* warning */

.msg-warning {
    border-right: 5px solid #F58229;
    border-left: 1px solid #F58229;
    border-bottom: 1px solid #F58229;
    border-top: 1px solid #F58229;
}

.msg.msg-warning .icon {
    background-color: #F58229;
}

    .msg.msg-warning .icon i {
        font-size: 55px;
    }

.msg.msg-warning .message h3 {
    color: #F58229;
}

/* success */

.msg-success {
    border-right: 5px solid #72B55F;
    border-left: 1px solid #72B55F;
    border-bottom: 1px solid #72B55F;
    border-top: 1px solid #72B55F;
}

.msg.msg-success .icon {
    background-color: #72B55F;
}

.msg.msg-success .message h3 {
    color: #72B55F;
}

/* error */

.msg-error {
    border-right: 5px solid #D82B2B;
    border-left: 1px solid #D82B2B;
    border-bottom: 1px solid #D82B2B;
    border-top: 1px solid #D82B2B;
}

.msg.msg-error .icon {
    background-color: #D82B2B;
}

.msg.msg-error .message h3 {
    color: #D82B2B;
}


/* drag and drop styles */

/* \f142 is ellipsis-v */
/* \202F is thin unbreakable space */
.fa.fa-grip:before {
    content: "\f142 \202F \f142";
    // \202F \f142
}

.fa.fa-grip-large:before {
    content: "\f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142 \202F \f142";
}

/* Bootstrap extensions, over-rides */

.row-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* misc styles */

label.required::after {
    content: " *";
    color: #ff0000;
}

.sidebar-toggle {
    display: none;
}

.button-bar {
    padding: 5px;
}

.disclaimer {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 8px;
    margin: 10px 0;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

    ul#page-menu li a {
        font-size: 12px;
    }

    #page-menu-container {
        /*width: 475px;*/
    }


    #wrapper.thin-sidebar #page-title {
        min-width: 300px;
    }

    #wrapper #page-title {
        /*width: 210px;*/
        /*font-size: 18px;*/
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    /* box styles for dashboard */

    .box-row .box {
        width: 100%;
    }

    .box-sidebar-wrapper {
        width: 20%;
        min-width: 95px;
    }

    .box-content-wrapper {
        width: 80%;
    }

    /*.flat-box .product-status {
        width: 10%;
    }*/

}

/* Small Devices, Tablets (768px) */
@media only screen and (max-width : 780px) {

    #page-menu-bar-container {
        height: 125px;
    }

    ul#page-menu {
        padding: 0;
    }

        ul#page-menu li {
            float: none;
            display: block;
            width: 100%;
            height: initial;
            margin-right: 0px;
            background-color: #fff;
        }

            ul#page-menu li a {
                padding-top: 3px;
                padding-left: 15px;
            }

            ul#page-menu li:hover {
                border-bottom: none;
            }

    #main-content {
        margin-top: 215px;
        margin-top: 150px;
        margin-top: 175px;
    }

    #page-title {
        display: block;
        float: none !important;
        width: 100%;
    }

    #page-menu-container {
        display: block;
        float: none !important;
        width: 100%;
    }

    .page-buttons {
        text-align: left;
    }

    #page-header-wrapper {
        height: 175px;
    }

    /* form styling */

    .col-half,
    .col-6 {
        width: 100%;
    }

    /* address labels on details page */
    .col-street-address h4, col-mailing-address h4 {
        margin-left: 0;
    }

    /* address labels on details page */
    .col-flats-address h4, col-return-to-sender-address h4 {
        margin-left: 0;
    }

    .col-mailing-address .field-label {
        display: inline;
    }

    /*.field-group label, 
    .field-group .field-label,*/
    .field-group .field-value {
        display: block;
        width: 100%;
    }

    .field-label label {
        text-align: left;
    }

    /*.field-group input,*/
    .field-group textarea,
    .field-group select,
    .field-value input[type="text"].wide,
    .field-value textarea.wide,
    .col-address-details input[type="text"],
    .form-section textarea.extra-wide,
    .form-section input.extra-wide,
    .form-section textarea.full-width,
    .form-section input.full-width,
    .form-section textarea,
    .form-section input[type="text"],
    .form-section input[type="date"],
    .form-section input[type="tel"],
    .form-section input[type="email"],
    .form-section input[type="number"],
    .form-section select {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .field-value input + input {
        margin-top: 15px;
    }

    .suburb, .state {
        width: 100%;
    }

    .col-address-details, .col-suburb {
        display: block;
        width: 100%;
    }

    /* image on payment screen */

    .form-section img {
        width: 100%;
    }

    .account-name-label {
        display: none;
    }

    /* leads page */

    .q-item .q-col-1 {
        display: none;
    }

    .q-item .q-col-2 {
        display: block;
        width: 100%;
    }

    .filter-item label,
    .filter-item select.form-control,
    .filter-item input.form-control {
        display: block;
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    #btnToggleSidebar {
        display: none;
    }

    #page-title {
        padding-left: 15px;
        font-size: 14px;
    }

    .page-buttons {
        margin-left: 15px;
        margin-right: 15px;
    }

        .page-buttons i {
            display: none;
        }

    .q-item {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        height: auto;
    }

        .q-item .q-col-1 {
            height: auto;
        }

        .q-item .q-col-2 {
            height: auto;
        }

        .q-item .q-pad {
            padding: 0;
        }

    /* field labels */

    .field-label {
        width: 100%;
    }

    /* search bar */

    .bs-bars, .columns-right {
        float: none;
        display: block;
        width: 100%;
    }

    ul.filter-options li {
        float: none;
    }

    ul.filter-options label {
        display: block;
        margin-bottom: 5px;
    }

    ul.filter-options input[type="text"] {
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }

    ul.filter-options select {
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }

    ul.filter-options button {
        display: block;
        margin-bottom: 5px;
    }

    #searchButton span {
        display: inline;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

    #page-title {
        font-size: 16px;
    }

    #site-logo {
        padding: 15px;
    }
}

@media only screen and (max-width : 992px) {
    .add-couple-fill {
        height: 30px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width : 1500px) {
    .add-couple-fill {
        height: 30px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width : 700px) {
    .add-couple-fill {
        height: 30px;
        margin-bottom: 10px;
    }
}

.form-box {
    margin-bottom: 20px;
}

    .form-box .header {
        border-radius: 10px 10px 0px 0px;
        background-color: #ffe8d1;
        margin-bottom: 0px;
        width: 100%;
        height: auto;
        min-height: 53px;
    }

    .form-box .body {
        background-color: #fff8f4;
        border-radius: 0px 0px 10px 10px;
        border-style: solid;
        border-color: #ffe8d1;
        border-width: 2px;
        margin-bottom: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .form-box h4 {
        float: left;
        margin: 20px 20px auto 20px;
    }

    .form-box input[type="button"] {
        margin: 10px;
    }
.select2-results__options{
    color:#000;
}

.tokens {
    display:flex;
    flex-direction:column;
    gap:10px;
}
.tokens .text-box {
    width: 400px !important
}