﻿/*@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Regular'), local('OpenSansRegular'), local('OpenSans'), url(../fonts/OpenSans-Regular.woff);
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Semibold'), local('OpenSansSemibold'), local('Open Sans Bold'), local('OpenSansBold'), local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-Semibold.woff);
    font-weight: bold;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light'), local('OpenSansLight'), local('Open Sans'), local('OpenSans'), url(../fonts/OpenSans-Light.woff);
    font-weight: 300;
}

body, button, textarea, input, select, option, td, h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', Arial, Tahoma, Sans-Serif;
}*/

body {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    padding-right: 10px!important;
    border: 10px solid #036d98;
    background-color: #eeeeee;
    height: 100vh;
    overflow: hidden;
}

::selection {
    background: rgba(40, 40, 40, 0.2);
}

a {
    cursor: pointer;
}

    a, a:hover, .btn-link, .btn-link:hover {
        color: #036d98;
        cursor:pointer;
    }

textarea {
    resize: none;
}

h4 {
    font-weight: normal;
    font-size: 200%;
    color: #036d98;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}

    h4.list-group-item-heading {
        text-align: left;
        font-size: 120%;
        font-weight: bold;
        color: #333;
    }

h5 {
    font-size: 150%;
    color: #03A903;
    text-align: center;
    margin: 0 0 0 0;
}
thead {
    background-color: lightgray;
}

tbody {
    background-color: white;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #D9FFDE;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #C4EAC9;
}

.delete-icon {
    height: 32px;
    width: 32px;
}

.delete-button {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
}

.icon-button {
    /*background-color: #036d98;*/
    /*background-image: linear-gradient( #036d98, #02374d );*/
    border: none;
    border-radius: 5px;
    /*box-shadow:  inset 0 0 10px 1px rgba(0, 0, 0, 0.60), 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

/*.icon-button:hover {
    background-image: linear-gradient( #02374d , #036d98 );
}*/

.bottom-icon-button {
    background-color: transparent;
    border: none;
    
}

.unread-count {
    position: absolute;
    top: 50px;
    width: 100%;
    color: white;
}

.ffx-wrapper-name {
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -ms-transform: rotate(-90deg);
    color: dimgrey;
    position: absolute;
    left: -140px;
    bottom: 130px;
    font-size: xx-large;
    font-family: Arial;
    pointer-events: none;
}

.pagination {
    margin: 0 0;
}

.ffx-welcome-user {
    color: dimgrey;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: large;
    font-family: Arial;
    pointer-events: none;
}

.ffx-wrapper-quicktags {
    -moz-transform: rotate(-90.0deg); /* FF3.5+ */
    -o-transform: rotate(-90.0deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -ms-transform: rotate(-90deg);
    color: rgba(246, 246, 246, 0.8);
    position: absolute;
    right: -120px;
    top: 210px;
    font-size: 72px;
    font-family: Cambria;
    pointer-events: none;
}

    .ffx-wrapper-quicktags {
        text-shadow: -1px 0 0 #ccc, -2px 0 0 #c9c9c9, -3px 0 0 #bbb, -4px 0 0 #b9b9b9, -5px 0 0 #aaa, -6px 0 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), -1px 0 3px rgba(0,0,0,.3), -3px 0 5px rgba(0,0,0,.2), -5px 0 10px rgba(0,0,0,.25), -10px 0 10px rgba(0,0,0,.2), -20px 0 20px rgba(0,0,0,.15);
    }
    .body-wrapper {
    position: relative;
    height: 100%;
    /*width: 80%;*/
    width: 100%;
    background-color: white;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    position: relative;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 73px;
    padding-left: 40px;
    /*overflow:hidden
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.qt-state-statement {
    font-size: 9px;
    position: absolute;
    left: 10px;
    top: 0;
    color:white;
    overflow:hidden;
    white-space:nowrap;
}

@media (max-width:767px) {
    .body-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        background-color: white;
    }
    .body-content {
        padding-top: 0px;
        padding-bottom: 80px;
        padding-left: 0px;
    }
    
}

/*@media (max-width:1200px) {
    .qt-state-statement {
        left: 50px
    }
}*/

    footer {
        font-size: 9px;
        position: absolute;
        bottom: -20px;
    }

    .work-area {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }


    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
        white-space: normal;
    }

    /* Set width on the form input elements since they're 100% wide by default */
    /*input,
select,
textarea {
    max-width: 500px;
}*/

    input::-ms-clear {
        display: none;
    }

    .green-square {
        width: 32px;
        height: 32px;
        background: rgb(9,119,166);
        z-index: 100;
        order: 1px solid transparent;
        border-top: none;
        border-bottom: 1px solid #DDD;
        box-shadow: inset 0 0 10px 1px rgba(0,0,0,0.6);
        /*box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;*/
        /*-moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;*/
    }
    /*.dark-grey-square:after,
    .light-green-square:after,
    .grey-square:after,
    .green-square:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: 45%;
        background: linear-gradient(rgba(255,255,255,0.6), rgba(255,255,255,0.1));
    }*/

    .grey-square {
        width: 32px;
        height: 32px;
        background: #999999;
        z-index: 100;
        border: 1px solid transparent;
        border-top: none;
        border-bottom: 1px solid #DDD;
        box-shadow: inset 0 0 10px 1px rgba(0,0,0,0.6);
        /*box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;*/
        /*-moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;*/
    }

    .light-green-square {
        width: 32px;
        height: 32px;
        background: #00b3ff;
        z-index: 100;
        order: 1px solid transparent;
        border-top: none;
        border-bottom: 1px solid #DDD;
        box-shadow: inset 0 0 10px 1px rgba(0,0,0,0.6);
        /*box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;*/
        /*-moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;*/
    }

    .dark-grey-square {
        width: 32px;
        height: 32px;
        background: #7f7f7f;
        z-index: 100;
        order: 1px solid transparent;
        border-top: none;
        border-bottom: 1px solid #DDD;
        box-shadow: inset 0 0 10px 1px rgba(0,0,0,0.6);
        /*box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;*/
        /*-moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;*/
    }

    .form-wrapper {
        background-color: white;
        padding: 10px;
        width: auto !important;
        min-width: 250px;
        max-width: 1000px;
        border-radius: 10px;
        border-style: double;
        border-color: #d5d5d5;
        min-height: 20vh;
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .form-wrapper-noscroll {
        background-color: white;
        padding: 10px;
        width: auto !important;
        min-width: 250px;
        max-width: 900px;
        border-radius: 10px;
        border-style: double;
        border-color: #c1c5d4;
        min-height: 20%;
        max-height: 80%;
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .table-scroll {
        height: 250px;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
    }

    .table-scroll-lg {
        max-height: 50vh;
        overflow-y: auto;
        overflow-x: auto;
        position: relative;
    }

        .table-scroll-lg > table {
            margin-bottom: 0;
        }

    /*@media (min-width: 992px) {
    .form-wrapper-lg {
        padding: 10px 130px;
    }
}*/

    .form-wrapper-lg::after {
        content: "";
        min-width: 900px;
        display: block;
        height: 1px;
    }

    .form-wrapper-lg > .form-wrapper-body {
        max-height: 61vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .form-wrapper-md > .form-wrapper-body {
        min-width: 600px;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 60vh;
    }

    .form-wrapper-sm::after {
        content: "";
        min-width: 400px;
        display: block;
        height: 1px;
    }

    .form-wrapper-sm > .form-wrapper-body {
        width: 400px;
    }

    .form-wrapper-title {
        padding-top: 10px;
    }

    .form-wrapper-body {
        padding-bottom: 15px;
    }

    .form-wrapper-footer {
        text-align: center;
        padding: 15px 0 10px 0;
        border-top: 1px solid #eee;
    }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #036d98;
        border-color: #036d98;
    }


    .login-top {
        position: absolute;
        right: -10px;
        top: -31px;
        font-size: 10px;
        z-index: 1000;
    }

    /* tabs/pills */
    .nav-tabs {
        border-bottom: 0;
    }

        .nav-tabs > li > input,
        .nav-tabs > li > a {
            cursor: default;
            color: inherit;
            border-width: 0;
            background: rgba(120,120,120,0.2);
        }

            .nav-tabs > li > input:hover,
            .nav-tabs > li > a:hover {
                border-width: 0;
                background: rgba(155,155,155,0.15);
            }

            .nav-tabs > li > input > .close,
            .nav-tabs > li > a > .close {
                margin: -10px -10px -10px 0;
                padding: 10px;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            background: rgba(255,255,255,0.3);
            border-width: 0;
        }

        .nav-tabs > li {
            margin-bottom: 0;
        }

    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }

    /*.panel {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/

    .tab-pane {
        background: rgba(255,255,255,0.3);
        border-radius: 0 10px 10px 10px;
        padding: 20px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #027aad;
    }

    /* list */
    .list-group-item-heading.text-left {
        font-weight: bold;
    }

    .list-group-item-text.text-right {
        float: right;
    }

    .list-group-item {
        background-color: rgba(241,241,241,0.5);
        border: 1px solid rgba(180,180,180,0.5);
    }

        .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
            z-index: 2;
            background: #FFFFFF;
            color: inherit;
            border-color: transparent;
        }

    /* form */
    .btn {
        min-width: 100px;
    }

    .btn-group > .btn {
        min-width: 76px;
    }

    .btn.dropdown-toggle {
        min-width: 0;
    }

    .btn-primary {
        color: #fff;
        background-color: #027aad;
        border-color: #036d98;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
            color: #fff;
            background-color: #036d98;
            border-color: #00a3e8;
        }

            .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
                color: #fff;
                background-color: #036d98;
                border-color: #00a3e8;
            }

        .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
            background-color: #036d98;
            border-color: #00a3e8;
        }

    .btn-toolbar {
        min-width: 34px;
        padding: 0;
        line-height: 30px;
    }

    label.help-block {
        font-weight: normal;
        margin: 5px 0;
        font-size: 85%;
        color: #666;
    }

    .field-validation-valid {
        display: none !important;
    }

    .field-validation-error {
        color: #b94a48;
    }

    .input-validation-error {
        border-color: #b94a48;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

        .input-validation-error:focus {
            border-color: #953b39;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        }

    /* modal */
    h4.modal-title,
    .modal-title {
        color: inherit;
        font-size: 140%;
        text-align: left;
    }

    .modal-header {
        border-bottom: 0;
    }

        .modal-header .close {
            padding: 15px;
            margin: -15px;
            border-radius: 0 10px 0 15px;
        }

    .modal .form-group > .control-label {
        font-weight: 500;
    }

    .ui-dialog {
        position: fixed;
        top: 50% !important;
        left: 50% !important;
        /* bring your own prefixes */
        transform: translate(-50%, -50%) !important;
    }


    /* --- */
    .divider {
        border-right: 1px solid white;
    }

    .ffx-spinner {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        .ffx-spinner.in {
            -webkit-animation: ffx_spinner_keyframe 1.1s infinite linear;
            animation: ffx_spinner_keyframe 1.1s infinite linear;
        }

            .ffx-spinner.in::after {
                content: "";
                display: inline-block;
                font-size: 2.4px;
                position: relative;
                text-indent: -9999em;
                border-top: 1.1em solid rgba(0, 0, 0, 0.1);
                border-right: 1.1em solid rgba(0, 0, 0, 0.1);
                border-bottom: 1.1em solid rgba(0, 0, 0, 0.1);
                border-left: 1.1em solid #000;
                border-radius: 50%;
                width: 10em;
                height: 10em;
                -webkit-transform: translateZ(0);
                -ms-transform: translateZ(0);
                transform: translateZ(0);
            }

    .btn > .ffx-spinner {
        width: 18px;
        height: 18px;
        margin-left: -5px;
    }

        .btn > .ffx-spinner.in::after {
            font-size: 1.8px;
        }

    .btn-primary > .ffx-spinner.in::after {
        border-top-color: rgba(255,255,255,0.2);
        border-right-color: rgba(255,255,255,0.2);
        border-bottom-color: rgba(255,255,255,0.2);
        border-left-color: #fff;
    }

    @-webkit-keyframes ffx_spinner_keyframe {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes ffx_spinner_keyframe {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .blink {
        -webkit-animation: ffx_blink_keyframe 0.8s 5 linear;
        animation: ffx_blink_keyframe 0.8s 5 linear;
    }

    @-webkit-keyframes ffx_blink_keyframe {
        0% {
            opacity: 1
        }

        30% {
            opacity: 1
        }

        100% {
            opacity: 0.25
        }
    }

    @keyframes ffx_blink_keyframe {
        0% {
            opacity: 1
        }

        30% {
            opacity: 1
        }

        100% {
            opacity: 0.25
        }
    }

    #spinner {
        position: fixed;
        padding: 10px;
        background: #fff;
        border-radius: 10px;
        left: 50%;
        top: 50%;
        margin: -22px 0 0 0;
        z-index: 1050;
    }

    #spinnerBackdrop {
        z-index: 1050;
    }

        #spinnerBackdrop.fade {
            -webkit-transition: opacity 1s linear;
            -o-transition: opacity 1s linear;
            transition: opacity 1s linear;
        }

    /* extend */
    .text-nowrap {
        white-space: nowrap;
    }

    .text-breakword {
        -ms-word-break: break-word;
        word-break: break-all;
    }

    .text-ellipsis {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .label-muted {
        font-weight: normal;
    }


    /*.ffx-input-error-icon {
    }*/

    .form-control-feedback.ffx-input-error-icon {
        text-decoration: none;
        pointer-events: auto;
    }

        .form-control-feedback.ffx-input-error-icon:hover {
            text-decoration: none;
        }

        .form-control-feedback.ffx-input-error-icon::after,
        .field-validation-error.in::before,
        .ffx-error-icon::after {
            content: "!";
            display: inline-block;
            width: 18px;
            height: 18px;
            font-size: 12px;
            font-weight: bold;
            color: #fff;
            background-color: #B94A48;
            border-radius: 10px;
            line-height: 18px;
            top: 8px;
            right: 6px;
            position: absolute;
            text-align: center;
        }

    .ffx-error-icon {
        position: relative;
        width: 18px;
        height: 18px;
        display: inline-block;
        overflow: auto;
        vertical-align: middle;
        cursor: pointer;
    }

        .ffx-error-icon::after {
            top: 0;
            right: 0;
        }

    .ffx-error-icon-lg::after {
        content: "!";
        display: inline-block;
        width: 36px;
        height: 36px;
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        background-color: #c74c48;
        border-radius: 18px;
        line-height: 36px;
        text-align: center;
        font-style: normal;
    }

    .ffx-success-icon {
        display: inline-block;
        vertical-align: bottom;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0tMiAxNWwtNS01IDEuNDEtMS40MUwxMCAxNC4xN2w3LjU5LTcuNTlMMTkgOGwtOSA5eiIgZmlsbD0iIzZBQzI1OSIgLz4KPC9zdmc+Cg==);
        background-position: 0 0;
        background-size: cover;
    }

    .form-control-feedback.ffx-input-error-icon > span {
        margin: 0 0 0 35px;
        line-height: 1.2;
        padding: 10px;
        background: rgba(0, 0, 0, 0.62);
        display: none !important;
        width: 300px;
        text-align: left;
        border: 1px solid #FFF;
        border-radius: 5px;
        text-decoration: none;
        color: #E0E0E0;
        font-size: 12px;
    }

    .form-control.hasDatepicker {
        background-image: url(images/chevron-down.png);
        background-position: right;
        background-position-x: right;
        background-position-y: center;
        background-repeat: no-repeat;
    }

    .has-feedback select.form-control {
        padding-right: inherit;
    }

    /*switchButton*/
    .switch-button-label.off,
    .switch-button-label.on {
        color: inherit;
        padding-top: 8px;
    }

    .switch-button-button {
        border-radius: 10px;
    }

    .switch-button-background {
        border-radius: 11px;
        margin-top: 6px;
        margin-left: 0;
    }

        .switch-button-background.checked {
            background-color: #036d98;
        }

    .ffx-input-autofill {
        background-color: #FFFFD9;
    }

    dt {
        font-size: x-small;
        font-weight: normal;
    }

    dd {
        margin-bottom: 10px;
    }

    .ffx-error-summary {
        display: none;
    }

        .ffx-error-summary:last-child {
            margin: 0;
        }

        .ffx-error-summary.in {
            display: block;
        }

        .ffx-error-summary .field-validation-error {
            display: none;
        }

            .ffx-error-summary .field-validation-error.in {
                display: block;
            }

            .ffx-error-summary .field-validation-error::before {
                position: static;
                margin-right: 5px;
            }

    .label-xdefault {
        background-color: #ffffff;
    }

    .label-xdefault {
        border: 1px solid rgba(93, 93, 93, 0.5);
        color: #000;
        font-weight: 300;
    }

        .label-xdefault > .close {
            color: #000;
            opacity: 0.65;
            font-weight: normal;
        }

            .label-xdefault > .close:hover {
                opacity: 1;
            }

    .ffx-dropdown-menu {
        display: inline-block;
        float: right;
    }

    .btn.ffx-dropdown-toggle {
        min-width: 0;
        background: 0 0;
        padding: 3px 6px;
    }

    /*sort table*/

    .ffx-tablesort-header {
        position: relative;
    }

        .ffx-tablesort-header > a {
            display: inline-block;
        }

            .ffx-tablesort-header > a.disabled {
                pointer-events: none;
                color: #666;
            }

        .ffx-tablesort-header::after {
            content: "";
            position: absolute;
            left: 2px;
            bottom: 10px;
            width: 16px;
            height: 16px;
            display: block;
            pointer-events: none;
        }

        .ffx-tablesort-header.ffx-tablesort-asc > a,
        .ffx-tablesort-header.ffx-tablesort-desc > a {
            padding-left: 10px;
        }

        .ffx-tablesort-header.ffx-tablesort-asc::after {
            background: url("img/arrow-up.png") no-repeat;
        }

        .ffx-tablesort-header.ffx-tablesort-desc::after {
            background: url("img/arrow-down.png") no-repeat;
        }

    .ffx-tablesort-header.ffx-tablesort-desc::after {
        background: url("img/arrow-down.png") no-repeat;
    }

.table-responsive-overflow {
    overflow: visible !important;
}

    .btn-group {
        white-space: nowrap;
    }

        .btn-group .btn {
            float: none;
            display: inline-block;
        }

    .btn + .dropdown-toggle {
        margin-left: -4px;
    }

    .jumbotron {
        background-color: rgba(238,238,238, 0.5);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
    }

    /* ---- for security roles editor ------------- */
    .ffx-list-item {
        background: white;
        border: 1px solid #a0a0a0;
        color: inherit;
        position: relative;
        font-size: 85%;
        border-radius: 3px;
        padding: 3px 20px 3px 3px;
        display: inline-block;
        margin: 3px 5px 3px 0;
        cursor: default;
    }

        .ffx-list-item:hover {
            background: #dedede;
        }

        .ffx-list-item > .close {
            position: absolute;
            right: 0;
            top: 0;
            padding: 0 4px;
            opacity: 0.5;
        }

            .ffx-list-item > .close:hover {
                opacity: 1;
            }

    /* ---- for reports ------------- */
    .rptRow {
        margin-left: 0px;
        margin-right: 0px;
    }

    .rptTable {
        margin-left: 15px;
        margin-right: 0px;
        width: 97%;
    }

    .multiline-label {
        white-space: pre-wrap;
    }

    .multi-vin-table .mult-row:nth-child(odd) {
        background-color: whitesmoke;
    }

.no-click {
    pointer-events: none;
}

.ffx-search-input {
    display: block;
    height: 30px;
    margin-bottom:10px;
}

.ffx-search-label {
    display: block;
}



