﻿.site-fallback {
    opacity: 0 !important;
}

html,
body {
    height: 100%;
    padding-right: 0px !important;
}

#wrap {
    height: 100%;
}

#mainContent {
    height: calc((100%) - 125px);
}

.settings-form {
    height: 100%;
}
/* Adjusted menu item line height to match logo height in Header */
#firstnav .navbar-nav > li > a {
    line-height: 32px;
}

.list-group-no-bottom {
    margin-bottom: 0px;
}

.list-group-item-default {
    background-color: #e7e7e7;
}

.list-group-item-sub {
    padding-left: 32px;
}

.validation-summary-valid {
    display: none;
}

.field-validation-error {
    color: #b94a48;
    font-weight: bold;
}

.modal-open, .modal-open .navbar-fixed-top {
    margin-right: auto !important;
}

.centered {
    text-align: center;
}

.applink {
    line-height: 55px;
}

.icon-image {
    width: 30px;
    height: 30px;
}

.button-image {
    width: 60px;
    height: 60px;
}

.logo img {
    padding-top: 5px;
    /*height: 50px;*/
}

.logo-max {
    max-height: 62px;
    padding: 10px;
    margin-right: 10px;
}

.icon-bar {
    background-color: #ffffff;
}

.navbar-toggle {
    background-color: #999;
}

/* add padding to top of grid row */
.top-buffer {
    margin-top: 10px;
}

.top-buffer-md {
    margin-top: 30px;
}

.top-buffer-lg {
    margin-top: 50px;
}

.bottom-buffer {
    margin-bottom: 10px;
}

.bottom-buffer-md {
    margin-bottom: 30px;
}

.bottom-buffer-lg {
    margin-bottom: 50px;
}

label {
    margin: 0px;
}



/* progress bar */
.progress-bar.animate {
    width: 100%;
}


.table-borderless {
    border: none;
}


.table-scroll-xlg {
    height: 600px !important;
    overflow: auto !important;
}

.table-scroll-lg {
    height: 400px !important;
    overflow: auto !important;
}

.table-scroll-md-plus {
    height: 350px !important;
    overflow: auto !important;
}

.div-scroll-lg {
    height: 400px !important;
    overflow: auto !important;
}

.section-scroll {
    height: 233px !important;
    overflow: auto !important;
}

.table-scroll-md {
    height: 200px !important;
    overflow: auto !important;
}

.div-scroll-md {
    height: 200px !important;
    overflow: auto !important;
}

.table-scroll-sm {
    height: 100px !important;
    overflow: auto !important;
}

.table-scroll-x {
    overflow-x: auto;
}

.div-scroll-sm {
    height: 100px !important;
    overflow: auto !important;
}


.list-striped > li:nth-child(odd) {
    background-color: #f9f9f9;
}

.list-hover > li:hover {
    background-color: #f5f5f5;
}

.striped > div.row:nth-child(odd) {
    background-color: #f9f9f9;
}

.top-border {
    border-top: 1px solid #ddd;
}

.bottom-border {
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
}

.left-border {
    border-left: 1px solid #ddd;
    margin-left: -1px;
}

.right-border {
    border-right: 1px solid #ddd;
}

.fixed-line div.row {
    font-size: 14px;
    line-height: 1.5;
}

    .fixed-line div.row div[class^='col-'] {
        padding: 8px;
    }

.striped > div.row:nth-child(odd) {
    background-color: #f9f9f9;
}

.top-border {
    border-top: 1px solid #ddd;
}

.bottom-border {
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
}

.left-border {
    border-left: 1px solid #ddd;
    margin-left: -1px;
}

.right-border {
    border-right: 1px solid #ddd;
}

.fixed-line div.row {
    font-size: 14px;
    line-height: 40px;
}

    .fixed-line div.row div {
        padding-left: 8px;
        padding-right: 8px;
    }

/* In-line Editing */
.edit {
    display: none;
}

.editing .edit {
    display: block;
}

.editing .view {
    display: none;
}

.editor-link {
    cursor: default;
    border-bottom: dashed 1px #0088cc;
}
/*.editor-link:hover {
    color: #428bca;
    text-decoration: none;
}*/
.editor-button {
    cursor: pointer;
}

.editor-input {
    width: 180px;
}

/* Modal */
.modal-backdrop {
    opacity: 0.5;
}

.modal-dialog {
    -webkit-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
}

.modal-body-margined {
    margin: 15px;
}

.popover {
    z-index: 1060;
    position: fixed;
    display: inherit;
}

.popover-content, .popover-content .body {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Progress */
.progress-popup {
    margin-bottom: 0;
}

/*koGrid Overrides*/
.kgTopPanel {
    background-color: #ffffff;
    border: 1px solid rgb(212,212,212);
    z-index: 1;
}

.kgHeaderCell:last-child {
    border-right: none;
}

.kgHeaderContainer, .kgViewport {
    height: 100% !important;
    width: 100% !important;
}

.kgViewport {
    overflow-y: hidden;
    border: 1px solid rgb(212,212,212);
    border-top: none;
    height: 100% !important;
}

    .kgViewport:focus {
        outline: none !important;
    }

.kgCell:last-child {
    border-right: none;
}

.kgViewport .kgRow:hover .kgCell {
    background-color: #f5f5f5;
}

/* base styles */
/* ----------- */

/**file upload */
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 999px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

.map {
    height: 200px;
    width: 100%;
}

.glyphicon-blue {
    color: #428bca;
}

.glyphicon-danger {
    color: #d2322d
}

.glyphicon-success {
    color: #47a447;
}

.glyphicon-warning {
    color: #f0ad4e;
}

.glyphicon-large {
    font-size: 20px;
}

.glyphicon-medium {
    font-size: 14px;
}

.fa-1 {
    top: 4px;
    font-size: 20px;
    position: relative;
}

.fa-1x {
    font-size: 14px;
    position: relative;
}

.fa-success {
    color: #47a447;
}

.fa-warning {
    color: #f0ad4e;
}

.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
    margin-left: 0px;
}

.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

.well {
    min-height: 20px;
    padding: 4px;
    margin-bottom: 10px;
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f5f5f5), to(#f5f5f5));
}

.error-text {
    color: #b94a48;
}

.input-sm-pad {
    padding: 5px 2px;
}

.btn-link-nopad {
    padding: 6px 2px;
}

.label-rule-header {
    display: block;
    padding: 5px;
    text-align: left;
    width: 100%;
    font-size: 13px;
    cursor: default;
}

.clickable {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.text-trunctate {
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncated-text {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

table.fixed {
    table-layout: fixed;
}

    table.fixed .btn-group {
        position: relative;
    }

.td-borderless {
    border: 0 none !important;
}

.multiselect-container {
    position: absolute !important;
    overflow: auto;
    max-height: 500px;
}

    .multiselect-container > li > a > label {
        position: relative;
        /*left: -10px;*/
        font-size: 12px;
        font-weight: bold;
    }

        .multiselect-container > li > a > label > input[type="checkbox"] {
            position: relative !important;
            top: 3px !important;
            left: -10px;
        }

        .multiselect-container > li > a > label > input[type="radio"] {
            position: relative;
            top: -2px;
        }

        .multiselect-container > li > a > label.radio,
        .multiselect-container > li > a > label.checkbox {
            margin: 0px 15px 0px 0px !important;
        }

.multiselect-rule-value-btn {
    text-align: left !important;
    width: 132px !important;
}

.multiselect-rule-target-btn {
    text-align: left !important;
    width: 253px !important;
}

.multiselect-rule-alert-btn {
    text-align: left !important;
    width: 524px !important;
}


h1.min-top-buffer,
h2.min-top-buffer,
h3.min-top-buffer,
h4.min-top-buffer {
    padding-top: 0px;
    margin-top: 0px;
}

.card {
    top: 9px;
    right: 9px;
    display: block;
    width: 32px;
    height: 20px;
    z-index: 20;
    pointer-events: none;
}

.card-inline {
    top: 9px;
    right: 9px;
    width: 32px;
    height: 20px;
    z-index: 20;
    pointer-events: none;
}

.visa-icon {
    background: url("images/cards/visa.png");
    background-repeat: no-repeat;
}

.mastercard-icon {
    background: url("images/cards/mastercard.png");
    background-repeat: no-repeat;
}

.amex-icon, .americanexpress-icon {
    background: url("images/cards/amex.png");
    background-repeat: no-repeat;
}

.discover-icon {
    background: url("images/cards/discover.png");
    background-repeat: no-repeat;
}

.diners-icon, .dinsersclub-icon {
    background: url("images/cards/diners.png");
    background-repeat: no-repeat;
}

.jcb-icon {
    background: url("images/cards/jcb.png");
    background-repeat: no-repeat;
}

.alert-container {
    padding-left: 12px;
    padding-right: 16px;
}


.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.form-group-min-padding {
    padding-right: 0px;
}

.drop-zone {
    margin: 2px;
}

.drop-zone-active {
    padding: 4px;
    border: 2px dashed;
    border-color: #999;
}

.drop-zone-target {
    min-height: 400px;
}

.drop-zone-highlight {
    background: red;
    opacity: 0.7;
}

.droppable {
    opacity: 1.0;
}

.draggable {
    cursor: move;
    background-color: white;
}

.draggable-dragging {
    cursor: move;
    opacity: .7;
    background-color: rgba(38, 172, 227, 1);
}

.draggable-fields {
    cursor: move;
}

.ui-draggable-handle {
    z-index: 1;
}

/*** tutorial overlay ***/
.sideshow-mask-corner-part, .sideshow-mask-part, .sideshow-subject-mask {
    position: fixed;
    opacity: 0.50 !important;
    background-color: #222;
}

.sideshow-step-description {
    position: absolute;
    display: inline-block;
    background-color: #fff !important;
    padding: 21px;
    font-size: 28px;
    border-radius: 3px !important;
}

    .sideshow-step-description h2 {
        display: inline-block;
        font-weight: bolder;
        font-size: 24px !important;
        text-transform: uppercase;
        color: rgba(38, 172, 227, 1) !important;
        margin-bottom: 10px;
    }

    .sideshow-step-description .sideshow-step-text {
        clear: both;
        display: block;
        color: rgba(85, 85, 85, 1) !important;
        line-height: 22px;
        font-size: 16px !important;
    }

    .sideshow-step-description .sideshow-next-step-button {
        border-radius: 3px;
        -webkit-transition: background-color 150ms ease;
        transition: background-color 150ms ease;
        background-color: rgba(38, 172, 227, 1) !important;
        border: rgba(38, 172, 227, 1) !important;
        padding: 5px;
        text-transform: uppercase;
        color: #fff;
    }

.sideshow-subject-arrow {
    color: rgba(38, 172, 227, 1) !important;
    position: fixed;
    z-index: 15003;
    opacity: 0.8;
    -webkit-animation-name: sideshow-subject-arrow-animation;
    animation-name: sideshow-subject-arrow-animation;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
}

/*** contextual help ***/
.contextual-help-button {
    cursor: pointer;
}

.contextual-help {
    cursor: pointer;
}

.contextual-help-green {
    opacity: 1 !important;
    z-index: 99999;
}

    .contextual-help-green > .tooltip-inner {
        background-color: #47a447;
        opacity: 1 !important;
        text-align: left;
        z-index: 2000;
    }

.tooltip-inner a:link {
    color: #ffffff !important;
    text-decoration: underline;
}

.tooltip-inner a:visited {
    color: #ffffff !important;
    text-decoration: underline;
}

.tooltip-inner a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.contextual-help-green .tooltip.in {
    opacity: 1;
    z-index: 2000;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #47a447;
    z-index: 2000;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #47a447;
    z-index: 2000;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #47a447;
    z-index: 2000;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #47a447;
    z-index: 2000;
}

.modal[tabindex="-1"] {
    z-index: 5000;
}

.ffpin {
    height: 25px;
    width: 25px;
}

    .ffpin img {
        border: none;
    }

.list-item-legend {
    height: 12px;
    float: left;
    width: 12px;
    margin-top: 4px;
    margin-right: 5px;
    border-width: 1px;
    border-style: solid;
}

.bordered-item {
    border: 1px solid red;
}

.assigned-fields {
    display: block;
    min-height: 400px;
    cursor: move;
}

.available-fields {
    display: block;
    min-height: 400px;
    cursor: move;
}

.sm-padding .form-control {
    padding: 6px 6px;
}

.sm-padding .form-group-min-padding {
    padding-left: 7px;
}

    .sm-padding .form-group-min-padding button {
        width: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .sm-padding .form-group-min-padding button i {
            position: relative;
            left: 0px;
        }

.bootstrap-tagsinput {
    width: 100% !important;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 0px 5px !important;
}

/**dashboard **/
.responsive-container {
    position: relative;
    padding-bottom: 60%; /* the higher the bigger the ratio */
}

    .responsive-container > div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

#errorModal {
    z-index: 3000;
}

#progressModal {
    z-index: 2000;
}

/****   Workflow  ****/
.modal-dialog-wf {
    min-width: 1200px;
}

#workflowBody {
    min-height: 740px;
}

.stage-container {
    height: 720px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -24px;
    z-index: 3000;
}

.stage-inner-container {
    width: 369px;
    margin-bottom: 64px;
}

.action-container {
    max-height: 760px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -24px;
}

.action-inner-container {
    width: 270px;
    margin-bottom: 64px;
}

.editor-wf {
    margin: 0px 0px;
    width: 100%;
    position: relative;
    top: 1px;
}

    .editor-wf .view {
        margin: 8px 0px;
    }

.editor-input-wf {
    width: 88% !important;
}

.editor-link-wf {
    overflow: hidden;
    white-space: nowrap;
    max-width: 312px;
    text-overflow: ellipsis;
    cursor: default;
    font-weight: bold;
}

.editor-button-wf {
    padding-left: 7px;
    cursor: pointer;
}

.stage-title {
    padding-left: 10px;
    vertical-align: bottom;
}

    .stage-title span {
        line-height: 34px;
        font-size: 1.3em;
    }

.action-title {
    padding-left: 10px;
    vertical-align: bottom;
}

    .action-title span {
        line-height: 32px;
    }

.dropdownMenuItem {
    display: inline-block;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.action-wf {
    margin-bottom: 3px;
    cursor: pointer;
    width: 100%;
    max-width: 347px;
}

    .action-wf .action-name {
        overflow: hidden;
        max-width: 230px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .action-wf .btn-group {
        width: 100%;
        padding-right: 64px;
    }

        .action-wf .btn-group .btn {
            float: left;
            position: relative;
        }

        .action-wf .btn-group .btn-default {
            width: 100%;
        }

        .action-wf .btn-group .btn-danger {
            width: 64px;
            margin-right: -64px;
        }

.selected-action {
    filter: brightness(0.75) contrast(2);
}

.disabled-action {
    opacity: 0.5;
    filter: grayscale(1);
}

.saved-action-wf {
    margin-bottom: 3px;
    cursor: pointer;
    width: 100%;
}

    .saved-action-wf .action-name {
        overflow: hidden;
        max-width: 180px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.stage-actions {
    min-height: 32px;
}

.stage-action-placeholder {
    background-color: #efefef;
    color: #5c5c5c;
    text-align: center;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    margin: 3px 0px;
    border-radius: 4px;
    float: left;
}

.action-icon {
    position: relative;
    top: 2px;
}

.action-name {
    padding-left: 10px;
}

.action-error {
    background-color: #f2dede !important;
}

.alert-action {
    padding: 5px 10px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

h4 .action-name {
    overflow: hidden;
    max-width: 415px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.actions-empty {
    border-radius: 4px;
    background-color: #efefef;
    font-weight: bold;
    color: #aaa;
}

    .actions-empty:before {
        content: "Drag and Drop Actions Here";
        white-space: pre;
        float: left;
        text-align: center;
        line-height: 32px;
        width: 100%;
    }

.wf-separator {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.wf-disabled {
    pointer-events: none;
}

.action-disabled {
    background-color: #eee !important;
    filter: grayscale(1);
    color: #000;
}

    .action-disabled:hover {
        background-color: #ddd !important;
        color: #000 !important;
    }

    .action-disabled:focus {
        color: #000 !important;
    }

.action-selected {
    background-color: #eee;
}

.wf-disabled .bootstrap-tagsinput {
    background-color: #eee !important;
}

    .wf-disabled .bootstrap-tagsinput .tag {
        opacity: 0.5;
    }

/**Print*/
@media print {
    .noprint {
        display: none !important;
    }

    body, h1, h2, h3, ol, ul, div {
        border: 0;
        padding: 0;
        float: none;
        overflow: hidden;
    }

    span {
        font-size: 9pt;
    }

    a:link:after, a:visited:after {
        display: none;
        content: "";
    }

    .no-print, .no-print * {
        display: none !important;
    }
}

.arrow-toggle .glyphicon-chevron-down,
.arrow-toggle.collapsed .glyphicon-chevron-right {
    display: inline-block;
}

.arrow-toggle.collapsed .glyphicon-chevron-down,
.arrow-toggle .glyphicon-chevron-right {
    display: none;
}

.navbar-header {
    padding: 0 0 !important;
    height: 62px;
}

.logo img {
    padding: 0 0 !important;
    vertical-align: middle !important;
}

label {
    line-height: 14px;
}

/* Report V2 */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.template-header {
    background-color: gray;
    color: white;
}

.ei-item {
    cursor: pointer;
}
.ei-item:hover {
    background-color: #f0f0f0;
}
.ei-item-selected {
    background-color: #ededed;
}
.btn-ff-green {
    color: white !important;
    background-color: #63C891;
    border-radius: 3px;
}
.btn-ff-green:hover {
    color: white;
}
.btn-ff-green:active {
    color: white;
}
/* override daterangepicker styles */
.custom-range-inputs {
    pointer-events: none;
}

.smartmodal-overlay {
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #C0CCDA;
    opacity: 0.895;
}

.smartmodal-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0px 0px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    box-shadow: 5px 5px 20px 0 #D3DCE6;
}

.smart-modal-close {
    position: absolute;
    right: 30px;
    top: 28px;
    width: 40px;
    height: 40px;
    opacity: 0.65;
    background-color: #EFF2F7;
    border-radius: 50%;
}
    .smart-modal-close:hover {
        opacity: 1;
    }
    .smart-modal-close:before, .smart-modal-close:after {
        position: absolute;
        left: 18.5px;
        top: 10.5px;
        content: ' ';
        height: 18px;
        width: 3px;
        background-color: #000;
    }
    .smart-modal-close:before {
        transform: rotate(45deg);
    }
    .smart-modal-close:after {
        transform: rotate(-45deg);
    }
