﻿/*#region Override background color theme */

/*For Bootstrap 3*/
.nav,
.pagination,
.carousel,
.panel-title a
{
    cursor: pointer;
}

body
{
    background-color: #FFF;
}

.navbar-inverse
{
    /*background-color: #232986;*/
    background-color: #D9D8DF;
    /*border-color: #DDD9C3;*/
    border-color: #9693A0;
}

.sidebar-widget form
{
    margin: 0em -1em;
}

.sidebar .navi > li > a
{
    background-color: #D9D8DF !important;
}

.sidebar .navi li ul li a
{
    color: #fff;
}

.sidebar .navi li ul li a:hover
{
    color: #52b9e9;
}

.sidebar .navi li ul li a:disabled
{
    color: #999;
}

.navbar-inverse .btn-navbar
{
    background-color: #D9D8DF;
}

.navbar-inverse .btn-navbar:hover
{
    background-color: #D9D8DF;
}

.sidebar
{
    margin-top: -2px;
}

.sidebar .sidebar-inner
{
    background-color: #D9D8DF;
}

.sidebar-filler
{
    background-color: #D9D8DF;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 150px;
    z-index: -1;
}

.appTitle
{
    font-size: xx-large;
    font-weight: 500;
    margin-left: 130px;
    margin-top: 20px;
}

/*#endregion */

/* #region Main Styles */

.ng-cloak
{
    display: none !important;
}

select > option
{
    color: black;
}

input.form-control,
select.form-control,
textarea.form-control
{
    /*width: 205px;*/
    /*width: 60%;*/
    display: inline;
    display: block;
}

.widget .padd
{
    /*margin-bottom: 0;*/
    /*padding: 1em 0;*/
    height: 12em;
}

.widget .padd.padd-tight
{
    padding: 6px;
}

.list-flow.list-flow-tight
{
    width: 90px;
}


.map
{
    height: 228px;
}

.btn > i
{
    margin-right: 8px;
}

.btn
{
    margin-left: 4px;
    margin-right: 4px;
}

.btn.btn-notext > i
{
    margin-right: 0;
}

.btn-group
{
    margin: .2em;
}


small
{
    font-size: 14px;
}

.text-subtle
{
    color: #b7b7b7;
}

.page-title-subtle
{
    color: white;
}

.page-title
{
    color: #EEE;
    margin-right: 12px;
}

.right
{
    clear: right;
    float: right;
}

.widget-content .padd:hover
{
    background-color: #52b9e9;
    color: white;
    cursor: pointer;
}

.widget-content .padd:hover *
{
    color: white;
}

.list-flow
{
    border-bottom: solid 0 transparent;
    float: left;
    height: 120px;
    margin: 6px;
    padding: 1.5% .5%;
    width: 110px;
}

.name-stack h5
{
    line-height: 18px !important;
    margin: 0;
    padding: 0;
    text-align: center;
}


.search-query
{
    margin: 2px auto 8px auto !important;
}

.fa-search
{
    color: #FFFFFF;
}

.form-search
{
    min-height: 2em;
}

.input-group[class*="col-"]
{
    margin: 0 1.5em;
    width: 80%;
}

.user .user-pic
{
    display: block;
    margin: auto;
}

.user .user-details
{
    margin-left: 100px;
    margin-right: 10px;
}

.widget-content
{
    background-color: #f5f5f5;
    margin: 0;
    padding: 1em;
}

.stacked
{
    display: block;
    float: none !important;
    /*margin: auto;*/
    margin-bottom: 10px;
}

.noSidePad
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.bopdClientSelected
{
    background-color: #cdd5fb;
}

.navbar
{
    background: url('images/justDefenseBanner.jpg') no-repeat left !important;
    background-position-y: top !important;
    /*background-size: 100%;*/
    /*height: 74px;*/
    height: 74px !important;
    /*top: 0%;*/
}

/*.navbar .navbar-brand {
    background: url(/content/images/icon.png) no-repeat left center !important;
    margin: 0 1em;
}*/

.navbar .brand-title
{
    margin-left: 2em;
}

.navbar-logo img
{
    height: 20px;
}

.today-datas li
{
    padding: 20px 14px;
}

.k-textbox
{
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

.form-group
{
    padding-right: 20px;
}

input
{
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

input[type=radio],
input[type=checkbox]
{
    display: none;
}

input[type=radio]
{
    background-color: #aaa;
    border-radius: 8px;
    box-shadow: inset 0 2px 2px #A1A1A1;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .3);
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    width: 15px;
}

input[type=checkbox]
{
    background-color: #aaa;
    border-radius: 4px;
    box-shadow: inset 0 2px 2px #A1A1A1;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .3);
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    width: 15px;
}

input[type=radio]:checked
{
    background-color: #666;
    color: white;
    content: "\2022"; /* Bullet */
    font-size: 1.8em;
    line-height: 14px;
    text-align: center;
    text-shadow: 0 0 3px #eee;
}

input[type=checkbox]:checked
{
    background-color: #666;
    color: white;
    content: "\2714"; /* Tick*/
    line-height: 15px;
    text-align: center;
    text-shadow: 0 0 3px #eee;
}

input[type=checkbox]:focus,
input[type=radio]:focus
{
    outline: 0;
}

/*#region Splash */

#splash-page
{
    z-index: 95 !important;
}

#splash-page .bar
{
    width: 100%;
}

.page-splash
{
    -moz-backface-visibility: hidden;
    -moz-transition: opacity 0.3s linear;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -o-transition: opacity 0.3s linear;
    /*pointer-events: auto;*/
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    backface-visibility: hidden;
    background-color: #333;
    height: 100%;
    left: 0;
    opacity: .3;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
    z-index: 95 !important;
}

.page-splash-message
{
    -webkit-text-shadow: 2px 2px #000000;
    color: #F58A00;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 400%;
    font-weight: normal;
    margin: 20% auto 0 auto;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
}

.page-splash-message.page-splash-message-subtle
{
    font-size: 200%;
    margin: 30% auto 0 auto;
}

.fa-asterisk.fa-asterisk-large
{
    color: #F58A00;
    font-size: 180%;
    vertical-align: middle;
}

.fa-asterisk.fa-asterisk-alert
{
    color: #F58A00;
}

.fa-asterisk-inline
{
    padding: 0 4px 0 0;
}


.progress,
.page-progress-bar
{
    margin: 30px 10% !important;
}

.spinner
{
    left: auto;
    margin: 20% auto 0 auto;
    top: auto !important;
}

/*#endregion*/

table th > a
{
    font-weight: bold;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th
{
    cursor: pointer;
}


.widget-content.referrer
{
    border-width: 0;
}

a
{
    cursor: pointer;
}

/* #endregion */

/*#region wrapper for angular ng-include and ng-view animations*/

.view-container
{
    overflow: hidden;
    position: relative;
}

/*#endregion */

/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave
{
    position: relative;
}

.shuffle-animation.ng-enter
{
    -moz-transition: ease-out all 0.3s 0.4s;
    -o-transition: ease-out all 0.3s 0.4s;
    -webkit-transition: ease-out all 0.3s 0.4s;
    left: 2em;
    opacity: 0;
    transition: ease-out all 0.3s 0.4s;
}

.shuffle-animation.ng-enter.ng-enter-active
{
    left: 0;
    opacity: 1;
}

.shuffle-animation.ng-leave
{
    -moz-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    left: 0;
    opacity: 1;
    transition: 0.3s ease-out all;
}

.shuffle-animation.ng-leave.ng-leave-active
{
    left: 2em;
    opacity: 0;
}

/*#endregion*/

/*#region Angular ng-include, ng-view, ng-repeat fader animation */

.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move
{
    position: relative;
}

.fader-animation.ng-enter,
.fader-animation.ng-leave
{
    -moz-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -o-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -webkit-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    opacity: 1;
    transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
}

.fader-animation.ng-enter,
.fader-animation.ng-leave.ng-leave-active
{
    opacity: 0;
}

.fader-animation.ng-enter.ng-enter-active
{
    opacity: 1;
}

.fader-animation.ng-move
{
    opacity: 0.5;
}

.fader-animation.ng-move.ng-move-active
{
    opacity: 1;
}

/*#endregion*/

/*#region Angular ng-show dissolve animation */

.dissolve-animation.ng-hide-remove
{
    display: inline !important;
}

.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add
{
    -moz-transition: 0.8s linear all;
    -o-transition: 0.8s linear all;
    -webkit-transition: 0.8s linear all;
    transition: 0.8s linear all;
}

.dissolve-animation.ng-hide-remove.ng-hide-remove-active,
.dissolve-animation.ng-hide-add
{
    opacity: 1;
}

.dissolve-animation.ng-hide-add.ng-hide-add-active,
.dissolve-animation.ng-hide-remove
{
    opacity: 0;
}

/*#endregion */

/*#region toastr */

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div
{
    margin: 4px auto;
}

/*#endregion */

/*#region Responsive */

@media (max-width: 979px)
{
    .sidebar-filler
    {
        display: block;
        width: 200px;
    }

    .nav-collapse
    {
        clear: none;
    }

    .nav-collapse .nav > li
    {
        float: left;
    }

    .navbar .btn-navbar
    {
        display: none;
    }

    .nav-collapse,
    .nav-collapse.collapse
    {
        height: inherit;
        overflow: inherit;
    }

    .page-splash-message
    {
        font-size: 300%;
    }

    .btn-group.pull-right
    {
        display: block;
        float: none !important;
    }
}

@media (max-width: 767px)
{
    .sidebar-filler
    {
        display: none;
    }

    .nav-collapse
    {
        clear: both;
    }

    .nav-collapse .nav > li
    {
        float: none;
    }

    .navbar .btn-navbar
    {
        display: block;
    }

    .nav-collapse,
    .nav-collapse.collapse
    {
        height: 0;
        overflow: hidden;
    }

    .page-splash-message
    {
        font-size: 200%;
        margin: 40% auto 0 auto;
    }

    .page-splash-message.page-splash-message-subtle
    {
        font-size: 150%;
    }

    .sidebar .sidebar-inner
    {
        height: inherit;
    }
}

@media (max-width: 320px)
{
    .today-datas li
    {
        line-height: 1em;
        padding: 1em .5em;
    }

    .today-datas li i
    {
        font-size: 2em;
    }

    .today-datas li .datas-text span
    {
        font-size: 1em;
    }

    .btn
    {
        margin: .2em;
        width: 7em;
    }

    .btn-group > .btn
    {
        display: block;
        width: 7em;
    }

    .btn-group.pull-right
    {
        margin: .2em 0;
    }

    input,
    select
    {
        width: 85% !important;
    }

    textarea
    {
        width: 80%;
    }

    .img-polaroid.user-pic
    {
        width: 5em;
    }

    .user .user-details
    {
        margin-left: 7em;
        margin-right: .5em;
    }

    h3
    {
        font-size: 1.5em !important;
        line-height: 1.2em !important;
    }
}

/*#endregion */

/*#region Custom */

.buttons-wrap
{
    border-top: 1px solid #e7e7e7;
    padding-top: .5em;
    text-align: right;
}

.ra-well-title
{
    border-bottom: 1px solid #e7e7e7;
    font-size: 1.2857em;
    line-height: 1.2857em;
    margin: 2px -6px 0.833em;
    padding: 0 19px 0.7222em;
}

.form-group .k-widget,
.form-group .k-textbox
{
    width: 100%;
}

.input-control-2l
{
    margin-top: 12px;
}

.input-control-1l,
#newButton
{
    margin-top: 6px;
}

#grid td,
#grid th
{
    border-left-width: 0;
    border-right-width: 0;
}

#grid td:first-child,
#grid th:first-child
{
    border-right-width: 1px;
    column-width: 20px;
}

.gridControl
{
    padding-bottom: 5px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 5px !important;
}

.gridButton
{
    font-size: 12px !important;
    height: 29px;
    margin-top: 5px !important;
}

.gridButtonLeft
{
    float: left;
}

.gridButtonRight
{
    float: right;
}

.gridDropDown
{
    float: left;
    font-size: 12px !important;
    height: 25px !important;
    margin-left: 10px;
    width: 200px !important;
}

.gridDropDown option
{
    margin-top: 2px !important;
}

.membersGridToolbar
{
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin-left: 0px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-top: -7px;
    width: 100%;
}

.icon-chevron
{
    background-position: -289px -120px;
}

.collapsed .icon-chevron
{
    background-position: -313px -119px;
}

@-moz-document url-prefix()
{
    .dropDownElement
    {
        padding-left: 13px;
        padding-top: 2px;
    }
}

.navbar
{
    margin-bottom: 0px !important;
}

/*#endregion */

.datefield
{
    border: 1px solid #ccc !important;
    border-radius: 4px;
    color: #666 !important;
    display: inline;
    padding-bottom: 0.5em;
    padding-top: 0.3em;
}

.datefield *
{
    display: inline-block;
}

.datefield input
{
    background: none;
    /*padding: 0 0.4em;*/
    border: none !important;
    font-size: 100% !important;
    width: 2.5em;
    /*color: #000;*/
}

.datefield input:first-child
{
    padding-left: 0;
}

.datefield input#year
{
    width: 2.5em;
}

.datefield input:focus
{
    outline: none;
}


::-webkit-input-placeholder
{
    color: #999999 !important;
    opacity: 1;
}

:-moz-placeholder
{
    color: #999999 !important;
    opacity: 1;
}

:-moz-placeholder
{
    color: #999999 !important;
    opacity: 1;
}

:-ms-input-placeholder
{
    color: #999999 !important;
    opacity: 1;
}

.k-grid td
{
    text-overflow: ellipsis;
    white-space: nowrap;
}

.k-grid tbody button.k-button
{
    min-width: 35px !important;
}

/** {
    box-sizing: border-box;
}*/

.Modal-backdrop
{
    -moz-backface-visibility: hidden;
    -moz-transition: opacity 0.3s linear;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -o-transition: opacity 0.3s linear;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    backface-visibility: hidden;
    background-color: #333;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.5;
    position: fixed;
    rotation-point: 0px;
    top: 0;
    transition: none !important;
    transition: opacity 0.3s linear;
    z-index: 99 !important;
}

/*.Modal-backdrop {
    z-index: 99998 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .3;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}*/

/*.Modal-holder {
    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: transparent;
    z-index: 99999;
    padding: 30px 15px;
}*/

.Modal-holder
{
    background: transparent;
    height: 100%;
    left: 0px;
    /*margin-top: -25px;
    margin-left: -200px;*/
    padding: 20px;
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 99;
}

.Modal-box,
.Modal-box-wide
{
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    margin: 0 auto;
    max-height: 600px;
    max-width: 700px;
    overflow: auto;
    padding: 15px;
    position: relative;
    width: 100%;
}


/*.modal-topRow-checkbox {
    margin-top: -38px;
}*/

/*@media (max-width: 767px) {*/

@media screen and (min-width: 767px)
{
    .Modal-box
    {
        max-width: 500px;
        padding: 0;
    }

    .Modal-box-wide
    {
        width: 50%;
    }

    .modalButtonLeft,
    .modalCheckboxLeft
    {
        left: 50px;
        position: absolute;
    }

    .modalCheckboxLeft
    {
        left: 60px;
    }

    .modalCheckboxLeft,
    .modalCheckboxRight
    {
        padding-left: 0;
    }

    .modalButtonRight,
    .modalCheckboxRight
    {
        float: right;
    }

    .modalCheckboxRight
    {
        left: 80px;
        position: absolute;
    }
}

.noSidePad
{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.buttons-row
{
    margin-left: 15px;
    margin-right: 15px;
}

/*#comments {
    margin-top: -20px;
}*/

@media screen and (min-width: 767px) and (max-width: 990px)
{
    .noSidePad
    {
        padding-right: 0px !important;
        /*padding-left: 0px !important;*/
    }

    div.form-group
    {
        margin-bottom: 0px !important;
    }

    .commentBox
    {
        margin-top: -100px;
    }

    .row
    {
        margin-left: 0px;
    }

    .buttons-row
    {
        margin-left: -15px;
        /*margin-right: 15px;*/
    }
}

@media screen and (min-width: 991px)
{
    .noSidePad
    {
        padding-left: 0px !important;
        padding-right: 0px !important
;
    }

    .commentBox
    {
        margin-top: -80px;
    }
}

@media screen and (min-width: 1120px)
{
    .commentBox
    {
        margin-top: -60px;
    }
}

.k-grid-header :first-child.k-header,
.k-grid tbody td:first-child,
.k-grid tfoot td:first-child
{
    border-left-width: 1px !important;
}

.align-right
{
    text-align: right;
}

.align-left
{
    text-align: left !important;
}

.noWrap
{
    white-space: nowrap !important;
}

@media screen and (max-width: 991px)
{
    .showHr
    {
        display: block;
    }
}

@media screen and (min-width: 992px)
{
    .showHr
    {
        display: none;
    }
}

@media screen and (max-width: 991px)
{
    .showHrLg
    {
        display: block;
    }
}

@media screen and (min-width: 1200px)
{
    .showHrLg
    {
        display: none;
    }
}

.thinFormGroup
{
    margin-bottom: 0 !important;
}

.k-button-thin
{
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.k-widget-thin
{
    font-size: .7em;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    text-align: left;
}

.k-widget-thin .k-dropdown-wrap,
.k-widget-thin
{
    height: 20px !important;
}

#dispositionSelect-list
{
    width: auto !important;
}

.k-list-container
{
    width: auto !important;
}

.k-list-container .k-list
{
    width: auto !important;
}

.k-list-container .k-list .k-item
{
    padding-right: 30px !important;
    white-space: nowrap;
}

.link
{
    color: #7e80f0 !important;
}

.link:hover
{
    color: #7e80c7 !important;
    cursor: pointer;
}

.darkButton
{
    background-color: #7e80f7 !important;
    color: white !important;
}

.darkButton:hover
{
    background-color: #7e80c7 !important;
}

tr.row-green
{
    background-color: rgb(83, 169, 63);
}

.k-grid tr:hover.row-green
{
    background-color: rgb(73, 159, 53);
}

div#signature-baseline.signature-baseline
{
    border: 1px solid black;
    height: 1px;
    margin-bottom: 80px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -80px;
    position: relative;
    z-index: 50;
}

.quick-search
{
    float: right;
    margin-right: -208px;
    margin-top: 37px;
    position: relative;
    width: 193px;
}

.quick-search-input
{
    margin-top: 2px;
    padding-left: 10px;
    width: 193px;
}

.quick-search-image
{
    font-size: 20px;
    margin-left: 164px;
    margin-top: -27px;
}

.substitute-attorney-swatch
{
    float: left;
    height: 16px;
    margin-right: 2px;
    margin-top: 4px;
    width: 16px;
}

ul.navbar-nav a i
{
    margin-right: 6px;
}

.form-group .label-icon.after
{
    display: inline;
    margin-left: 10px;
}

.form-group .label-icon.before
{
    display: inline;
    margin-right: 10px;
}

body .modal-admin
{
    /* new custom width */
    width: 525px;
}

.fa-sub
{
    left: -.8em;
    position: relative;
    text-shadow: 0 0 1px black;
    vertical-align: -.25em;
    width: .2em;
}

.row-green-light
{
    background-color: #5cf05c;
}

.row-green-light-border {
    border: 1px solid #5cf05c;
}
.row-no-border {
    border: 1px solid transparent;
}
    input[type=radio].radio-select {
        box-shadow: none;
    }

.list
{
    border-spacing: 0 2px;
    display: table;
    margin-left: 16px;
}

.list .item
{
    display: table-row;
}

.list header label
{
    font-size: 4em;
}

.item .info,
.item .control
{
    display: table-cell;
    white-space: nowrap;    
}

.list.controlable .info
{
    padding: 9px 4px 4px 4px;
}

.item button,
.item input
{
    margin: 9px 4px 4px 4px;
}

.list.controlable .item > div:first-child
{
    border-radius: 8px 0 0 8px;
    padding-left: 16px;
    padding-right: 0;
}

.list.controlable .item > div:last-child
{
    border-radius: 0 8px 8px 0;
    padding-right: 16px;
}

.item .info label
{
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
}

.Grid
{
    display: inline-table;
    position: relative;    
}

.Grid .Head
{
    display: table-header-group;
    margin-left: 16px;
    margin-top: 16px;
}

.Head .Info
{
    border: 1px solid #b0b0b0;
    border-collapse: collapse;
    display: table-cell;
    font-size: 1.2em;
    font-weight: bold;
    padding: 4px 0;
    text-align: center;
}

.Grid .Item
{
    display: table-row;    
}

.Grid .Item .Info
{
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
    display: table-cell;
    font-size: 1.2em;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
}

.Grid .Item .Action
{
    display: table-cell;
    margin-bottom: 8px;
}

.Action i
{
    margin: 8px 16px 0 16px
}

.Action.Meter
{
    background: #555;
    border-radius: 16px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    display: table-cell;
    height: 24px;
    margin-bottom: 8px;
    padding: 8px;
    position: relative;
    width: auto;
}

.Action.Meter > span
{
    background-color: rgb(48, 192, 80);
    background-image: linear-gradient(bottom, rgb(48, 192, 80) 32%, rgb(80 240 80) 72%);
    border-radius: 16px 8px 8px 16px;
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    display: block;
    height: 100%;
}


.Grid.NoBorder .Item .Info
{
    border: none;
}

.spacer.vertical
{
    margin-bottom: 16px;
    margin-top: 16px;
}

.push-right-1x
{
    margin-left: 16px;
}

.push-right-2x
{
    margin-left: 32px;
}

.push-right-3x
{
    margin-left: 48px;
}

.push-right-4x
{
    margin-left: 64px;
}

.file-drop
{
    border: 1px dashed #c5c5c5;
    font-size: 1.2em;
    margin: 16px;
    padding: 16px;
}

/*@media (min-width: 980px) {
    .Flex-Select > .Item {
        flex: 1 0 50%;
    }
}

@media (min-width: 1360px)
{
    .Flex-Select > .Item
    {
        flex: 1 1 33.33%;
    }
}

@media (min-width: 1760px) {
    .Flex-Select > .Item {
        flex: 1 1 25%;
    }
}*/

.Flex-Select {
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: space-between;
    margin: 8px;
    max-height: 60vh;
    width: 95%;
    overflow: hidden;
    overflow-x: auto;
}

    .Flex-Select .Item,
    .Display.Compact .Item{
        display: -ms-flexbox;
        display: flex;
        flex: 0 1 auto;
        align-items: stretch;
        flex-flow: row nowrap;
        font-size: 1.4rem;
        padding: 0 24px 0 0;
        margin: 4px;
        
    }

    .Flex-Select > .Item {
        border: 1px solid #c5c5c5;
        border-radius: 24px;
    }

/*.Flex-Select > .Item::before, .Flex-Select > .Item::after
{
    content: '';
    height: 0;
    border: none;
    padding: 0;
    margin: 0 1em 0 0;
    flex: 1 1 auto;
    order: 99999;
}*/
        
.Item .Action {
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #c5c5c5;
    border-radius: 24px 0 0 24px;
    flex: 0 0 16px;
    flex-flow: column nowrap;
    align-self: stretch;
    margin: 0 4px 0 0;
    padding: 4px;
    transition: background 500ms, opacity 100ms, visibility 200s;
}

.Item .Action i {
     margin: auto;
}

.Action i:hover
{
    cursor: pointer;
}



.Item .Display {
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    align-content: center;
    flex: 0 1 auto;
}
.Display .Label {
    flex: 0 1 auto;
    flex-flow: column nowrap;
    font-weight: bold;
    padding-right: 8px;
    text-align: end;
    
}
.Display .Item {
    flex: 0 1 auto;
    padding: 6px 8px;
}

.Display.Compact
{
   display: flex;
   flex-flow: column nowrap;
}

.Display .Info .row
{
   margin: 0;
}

.Item.Client-Validation-Error {
    -webkit-animation: Validation-Error-Breath 1s ease-in-out infinite;
    animation: Validation-Error-Breath 1s ease-in-out infinite;
}

@keyframes Validation-Error-Breath
{
    from
    {
        background-color: firebrick;
    }
    to
    {
        background-color: unset;
    }
}

.General-Error
{
    color: firebrick;
}



.loader-ellipsis,
.loader-ellipsis-halt {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 16px;
}
    .loader-ellipsis i,
    .loader-ellipsis-halt i {
        position: absolute;
        top: 6px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #35495D;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }
        .loader-ellipsis i:nth-child(1) {
            left: 6px;
            animation: loader-ellipsis1 1.2s infinite;
        }
        .loader-ellipsis i:nth-child(2) {
            left: 6px;
            animation: loader-ellipsis2 1.2s infinite;
        }
        .loader-ellipsis i:nth-child(3) {
            left: 26px;
            animation: loader-ellipsis2 1.2s infinite;
        }
        .loader-ellipsis i:nth-child(4) {
            left: 45px;
            animation: loader-ellipsis3 1.2s infinite;
        }

.loader-ellipsis-halt i:nth-child(1) {
    left: 6px;
    transform: scale(.25);
                                }
.loader-ellipsis-halt i:nth-child(2) {
    left: 6px;
                                }
.loader-ellipsis-halt i:nth-child(3) {
    left: 26px;
                                }
.loader-ellipsis-halt i:nth-child(4) {
    left: 45px;
                                }


@keyframes loader-ellipsis1 {
    0% {
        transform: scale(0);
       }
    100% {
        transform: scale(1);
         }
                         }
@keyframes loader-ellipsis3 {
    0% {
        transform: scale(1);
       }
    100% {
        transform: scale(0);
         }
                         }
@keyframes loader-ellipsis2 {
    0% {
        transform: translate(0, 0);
       }
    100% {
        transform: translate(19px, 0);
         }
                         }



.row > .Info.Warn {
   margin: 1rem 1.25rem;
   padding: 1rem 2rem;
   font-size: 1.5rem;
   background-color: rgba(255, 245, 138, 128);
}