@import url('fonts.css');
@import url('bootstrap.min.css');
/*/* Common Kendo UI CSS */
@import url('kendo.common-bootstrap.min.css');
/* Default Kendo UI theme CSS */
@import url('kendo.bootstrap.min.css');
@import url('ui.jqgrid.css');
@import url('chosen.css');
@import url('bootstrap.css');
@import url('bootstrap-fileupload.css');
@import url('morris.css');
@import url('tipTip.css');
@import url('simple-slider.css');
@import url('datepicker.css');
@import url('font-awesome.min.css');
@import url('icomoon.css');
@import url('hopscotch-0.1.2.css');


/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

html, body {
    width: 100%;
    height: 100%;
}

img, object, embed {
    max-width: 100%;
}

html {
    overflow-y: scroll;
}

ul {
    list-style: none;
}

li, dt, dd {
    line-height: inherit;
}

label {
    display: inline;
}

blockquote, q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    /*white-space: pre-line;CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

select, input, textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

a:hover, a:active {
    outline: none;
}

strong, th {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
/*button {cursor: pointer;}*/
button {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
    margin: 0;
}

/* make buttons play nice in IE */
button {
    width: auto;
    overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover */
.ie6 html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* Bootstrap CSS style overrides
-------------------------------------------------------------------------------*/

.break {
    flex-basis: 100%;
    height: 0;
}

.menu-contain {
    display: flex;
    flex-wrap: wrap;
}

#reports-index-page input[type="text"] {
    min-width: 105px;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin: 0;
    position: relative;
    height: 44px;
    line-height: 44px;
    color: #252635;
    border: 1px solid #E4EBFC;
    border-radius: 4px;
    font-weight: 400;
    padding: 0 16px;
    box-sizing: border-box;
    min-width: 75px;
    font-size: 14px !important;
}

input[type="number"]{
    padding: 0 0 0 16px;
}

textarea {
    resize: none;
}

    textarea:focus, input:focus {
        border-color: #4669C0 !important;
        box-shadow: none !important;
        outline: none !important;
    }

.input-append, .input-prepend {
    margin: 0;
}

    .input-append .add-on, .input-prepend .add-on {
        height: 19px;
        line-height: 19px;
        background: transparent !important;
        border: none !important;
        margin-top: 4px;
    }

input[type="text"] + br + input[type="text"] {
    margin-bottom: 5px;
}

input, textarea, .uneditable-input {
    width: auto;
}
    /*input[type="radio"], input[type="checkbox"] {margin:0;}*/
    input[type="radio"], input[type="checkbox"] {
        margin: 0;
        margin-top: -3px;
        margin-right: 2px;
    }

[class^="icon-"], [class*=" icon-"] {
    margin-top: 2px;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #283555;
}

.top-nav .btn {
    margin-top: 4px !important;
}

.btn {
    font-weight: 600;
    text-decoration: none !important;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
    background: #58B947;
    color: #fff;
    border-radius: 8px;
    text-shadow: none;
    outline: none;
    box-shadow: none;
    padding: 8px 16px;
    white-space: nowrap;
    outline: none !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    .btn[disabled] {
        background: #58B947;
        color: #fff;
    }


    .btn:hover {
        background: #52AC42;
        color: #fff;
    }

    .btn:active, .btn:focus, .btn:visited {
        background: #52AC42;
        color: #fff;
    }

.button-bar .btn i {
    margin: 0 !important;
}

.button-bar .btn:not(.btn-mini) {
    padding: 2px 9px;
}

.button-bar .btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-bar .btn-group button, .btn-group a{
     display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}

.button-bar .btn-group a{
    padding: 0px 9px !important;
}


.button-bar .btn-group.open .btn-primary.dropdown-toggle {
    background: #52AC42 !important;
}

.button-bar .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}

.btn-small {
    padding: 2px 8px;
}

.btn-mini {
    font-size: 12px;
    padding: 6px 12px;
    display: flex;
    align-items: center;
}

.modal.iframe {
    margin-left: -45%;
    width: 90%;
}

.modal-header {
    padding: 16px 16px 0;
    border: none;
}

    .modal-header .close {
        margin: 0;
    }

.modal-body {
    padding: 0;
    border-radius: 0 !important;
    /*overflow: hidden;*/
}
.pad-x-0 {
    padding: 10px 0px !important;
}
.modal .row:not(.pad-x-0) {
    padding: 10px 16px !important;
}

.modal-iframe {
    height: calc(85vh - 59px);
    position: relative;
}

    .modal-iframe iframe {
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.nav {
    margin-bottom: 0;
}

.nav-tabs > li > a,
.nav-pills > li > a {
    margin-right: 3px;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs > li > a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        background-color: rgba(37, 38, 53, 0.02);
        font-weight: bold;
        color: #252635;
        border: none;
        text-decoration: none;
    }

        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:focus {
            background-color: rgba(88, 185, 71, 0.1);
            color: #252635;
        }

    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover,
    .nav-tabs > .active > a:focus {
        color: #fff;
        background-color: #58B947;
        cursor: default;
        border: none;
    }

.tab-content {
    overflow: inherit;
}

.dropdown-menu {
    z-index: 1050;
}

    .dropdown-menu li {
        font-size: 12px;
        color: #283555;
    }

    .dropdown-menu > li > a {
        font-size: 12px;
        color: #283555;
        font-weight: 500;
    }


element.style {
}

.dropdown-menu > li > a:hover {
    background: #58B947;
}

    .dropdown-menu > li > a:hover strong {
        color: #fff !important;
    }

.close {
    text-decoration: none;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-right {
    background-position: -456px -72px;
}

.img-cc {
    display: inline-block;
    height: 22px;
    width: auto;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 2px;
    background-color: #fff;
}

.btn-toolbar {
    margin: 0;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: none;
    margin-right: 6px;
}

.close {
    text-decoration: none;
    font-size: 25px;
    color: #252635;
    opacity: .9;
    outline: 0;
    text-shadow: none;
}

.alert {
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 14px 35px 14px 14px;
    color: #252635;
    font-size: 14px;
    font-weight: 500;
}

.alert-default {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
    color: #303641;
}

.alert-success {
    background: #EAFBE7;
    border: 1px solid #C6F0C2;
}

.alert-info {
    background: #F0F0FF;
    border: 1px solid #FFD896;
}

.alert-warning {
    background: #FFFBED;
    border: 1px solid #FFD896;
}

.alert-danger, .alert-error {
    background: #FBF0F0;
    border: 1px solid #EDBECC;
}

.popover {
    z-index: 1051;
}

/*.modal {position:absolute;}*/
.modal.fade.in {
    top: 5%;
}

.has-error .form-control,
input.has-error {
    border-color: #c81e1f;
}

.has-error .input-group-addon {
    color: #c81e1f;
    background-color: #ffc9c9;
    border-color: #c81e1f;
}


/* Kendo UI CSS style overrides
-------------------------------------------------------------------------------*/

.k-popup.k-list-container, .k-popup.k-calendar-container {
    border: none;
}

.k-popup .k-item {
    cursor: pointer;
    border-radius: 0;
}

.k-notification {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

    .k-notification > div {
        padding: 20px 20px 20px 62px;
        line-height: 16px;
    }

        .k-notification > div > i {
            font-size: 30px;
            position: absolute;
            top: 50%;
            left: 20px;
            margin-top: -15px;
        }


/* Universal Styles
-------------------------------------------------------------------------------*/

body {
    -webkit-font-smoothing: antialiased;
    font: 13px/18px "Poppins", sans-serif;
    background: #F5F6FE;
}

a.disabled_anchor {
    opacity: .3;
    cursor: default;
}

body, select, input, textarea {
    color: #333;
}

/*a {color:#1F1F1F;}
a:hover {color:#1F1F1F;}*/
/*a:link {-webkit-tap-highlight-color:#fcd700;}*/

h1, h2, h3 {
    line-height: inherit;
}

    h3 small {
        font-weight: bold;
        color: #555;
    }

ins {
    background-color: #fcd700;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

.width-small {
    width: 50px;
}

.width-sm {
    width: 120px;
    max-width: 70%;
}

.width-med {
    width: 220px;
    max-width: 70%;
}

.width-10 {
    width: 10%;
    min-width: 50px;
}

.width-15 {
    width: 15%;
    min-width: 75px;
}

.width-25 {
    width: 25%;
}


.width-twentyfive {
    width: 25%
}

.width-thrty {
    width: 30%
}

.width-thirty,
.width-30 {
    width: 30%;
}

.width-eighty {
    width: 80%
}

.width-fifty {
    width: 50%;
}

.width-seventy {
    width: 70%;
}

.width-large {
    width: 70%;
    max-width: 70%;
    min-width: 334px;
}

.width-full {
    width: 85%;
    max-width: 85%;
}

.width-full2 {
    width: 92.5%;
    max-width: 100%;
}

.width-25 {
    width: 25px;
}

.width-30 {
    width: 30px;
}

.width-35 {
    width: 35px;
}

.width-45 {
    width: 45px;
}

.width-50 {
    width: 50px;
}

.width-60 {
    width: 60px;
}

.width-65 {
    width: 65px;
}

.width-70 {
    width: 70px;
}

.width-75 {
    width: 75px;
}

.width-80 {
    width: 80px;
}

.width-90 {
    width: 90px;
}

.width-100 {
    width: 100px;
}

.width-105 {
    width: 105px;
}

.width-110 {
    width: 110px;
}

.width-120 {
    width: 120px;
}

.width-125 {
    width: 125px;
}

.width-130 {
    width: 130px;
}

.width-135 {
    width: 135px;
}

.width-140 {
    width: 140px;
}

.width-150 {
    width: 150px;
}

.width-165 {
    width: 165px;
}

.width-170 {
    width: 170px;
}

.width-175 {
    width: 175px;
}

.width-180 {
    width: 180px;
}

.width-190 {
    width: 190px;
}

.width-200 {
    width: 200px;
}

.width-210 {
    width: 210px;
}

.width-220 {
    width: 220px;
}

.width-230 {
    width: 230px;
}

.width-235 {
    width: 235px;
}

.width-240 {
    width: 240px;
}

.width-250 {
    width: 250px;
}

.width-265 {
    width: 265px;
}

.width-270 {
    width: 270px;
}

.width-285 {
    width: 285px;
}

.width-300 {
    width: 300px;
}

.width-325 {
    width: 325px;
}

.width-350 {
    width: 350px;
}

.width-364 {
    width: 364px;
}

.width-375 {
    width: 375px;
}

.width-400 {
    width: 400px;
}

.width-450 {
    width: 450px;
}

.width-460 {
    width: 460px;
}

.width-500 {
    width: 500px;
}

.width-560 {
    width: 560px;
}

.width-570 {
    width: 570px;
}

.width-572 {
    width: 572px;
}

.width-700 {
    width: 700px;
}

.width-780 {
    width: 750px;
}

.width-logout {
    min-width: 95px !important;
}

.red, .red a {
    color: #C2265E !important;
}

.green, .green a {
    color: #58B947 !important;
}

.yellow {
    color: #f9ce34;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center;
}

.text-med {
    font-size: 1.1em;
    line-height: 22px;
}

.text-large {
    font-size: 1.2em;
    line-height: 24px;
}

.text-normal {
    font-size: 16px;
    font-weight: 500;
    color: #252635;
}

.align-top {
    vertical-align: top !important;
}

.nowrap {
    white-space: nowrap;
}

.hide,
.toggle-hide {
    display: none;
}

.show {
    display: block;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.padding {
    padding: 10px 16px 0;
}

.padding-med {
    padding: 14px 20px 15px;
}

.padding-top {
    padding-top: 21px;
}

.padding-top2 {
    padding-top: 26px !important;
}

.padding-bottom {
    padding-bottom: 5px !important;
}

.padding-bottom2 {
    padding-bottom: 8px !important;
}

.padding-horizontal {
    padding: 5px 0;
}

.padding-left {
    padding-left: 25px !important;
}

.padding-left2 {
    padding-left: 35px !important;
}

.padding-footer {
    padding-bottom: 40px;
}

.padding-tabs {
    padding: 20px 5px 0;
}

.no-margin {
    margin: 0 !important;
}

.margin-top {
    margin-top: 12px !important;
}

.margin-top-sm {
    margin-top: 5px !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-8 {
    margin-right: 8px !important;
}

.margin-right {
    margin-right: 30px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-left {
    margin-left: 8px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-bottom {
    margin-bottom: 12px !important;
}

.margin-bottom-sm {
    margin-bottom: 5px !important;
}

.margin-horizontal {
    margin: 0 5px;
}

.margin-horizontal2 {
    margin: 0 8px !important;
}

.margin-reports {
    margin: 0 30px 4px 0 !important;
}

.button-margin {
    margin: 20px 0 0 0 !important;
}

.input-margin {
    margin: 17px 0 0 0 !important;
}

.no-scroll {
    height: auto !important;
    max-height: none !important;
}

.hidden {
    display: none;
}

.no-horizontal-scroll {
    overflow-x: hidden;
}

.no-border-bottom {
    border-bottom: none !important;
}

.border-top {
    border-top: solid 1px #DFE2E4;
}

.border-bottom {
    border-bottom: solid 1px #c0c0c0;
}

.normal {
    font-weight: normal;
}

.relative {
    position: relative;
}

.no-wrap {
    white-space: nowrap;
}

.wrap {
    white-space: normal !important;
}

.inline {
    display: inline !important;
}

.inline-block {
    display: inline-block;
}

.input-grid {
    width: 100%;
    box-sizing: border-box;
    height: 29px !important;
}

/*.wrapper {min-width:964px;}*/
.loading-wrapper {
    background: url("../Images/loading.gif") no-repeat scroll 0 0 transparent;
    width: 33px;
    height: 33px;
    position: fixed;
    top: 47%;
    left: 48%;
    z-index: 2000;
}

.wrapper { /*min-width:964px;height:100%;position:relative;display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;*/
    display: -webkit-flex; /*
  display: flex;*/
    -webkit-flex-direction: column; /*
  -moz-flex-direction: column;
  -ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;*/
    min-height: 100vh;
    position: relative;
}
/*.loading-wrapper {width:30px; height:30px;}*/

.stretchedToMargin {
    display: block;
    position: absolute !important;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

/* Grid Styles
-------------------------------------------------------------------------------*/

.container {
    padding: 0 18px;
    position: relative;
}

.row {
    margin: 0 auto;
    zoom: 1;
    position: relative;
}

.column, .columns {
    margin-left: 0%;
    float: left;
    min-height: 1px;
    position: relative;
}

    .column:first-child, .columns:first-child {
        margin-left: 0;
    }

[class*="column"] + [class*="column"]:last-child {
    float: right;
}

.row .one {
    width: 8.33%;
}

.row .two {
    width: 16.66%;
}

.row .three {
    width: 25%;
}

.row .four {
    width: 33.2%;
}

.row .five {
    width: 41.65%;
}

.row .six {
    width: 49.98%;
}

.row .seven {
    width: 58.31%;
}

.row .eight {
    width: 66.64%;
}

.row .nine {
    width: 74.97%;
}

.row .ten {
    width: 83.3%;
}

.row .eleven {
    width: 91.63%;
}

.row .twelve {
    width: 100%;
}

.row:before, .row:after {
    content: "";
    display: table;
}

.row:after {
    clear: both;
}

/* Form Styles
-------------------------------------------------------------------------------*/

/*input:disabled {opacity:.3 !important; cursor:default !important;}*/
.chzn-results .disabled {
    color: #CCC;
}

.success {
    color: #EAFBE7 !important;
}

.required,
.error {
    color: #C2265E !important;
    font: 500 12px/15px 'Satoshi';
}

span.error {
    display: inline-block;
}

.form-box dt {
    margin-bottom: 5px;
}

.form-box dd {
    margin-bottom: 20px;
}

.form-box label {
    margin-right: 12px;
    color: #1F1F1F;
    font-weight: bold;
    font-size: 1.25em;
}

.grayed-out-label {
    color: gray;
    pointer-events: none;
}

.form-box p {
    margin-top: 12px;
}

.form-box h3, .form-box .h3 {
    color: #555;
    font-size: 1em;
}

.dark-box {
    min-width: 140px;
    padding: 14.5px 16px;
    margin-left: 30px;
    background: #F5F6FF;
    border: 1px solid #E4EBFC;
    border-radius: 6px;
}

.dark-box small{
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #5A5973 !important;
    letter-spacing: 0.5px;
}

.dark-box strong{
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #252635;
    letter-spacing: 0.5px;
}

.dark-box tr td{
    padding-bottom: 5px;
}

.dark-box tr:last-child td{
    padding-bottom: 0;
}

/* Button Styles
-------------------------------------------------------------------------------*/

.button-box {
    margin-top: 8px;
    position: relative;
}

.button {
    position: relative; /*z-index:10;*/
    display: inline-block;
    left: -4px;
    height: 31px;
    color: #1F1F1F !important;
    line-height: 31px;
    padding: 0 20px;
    margin: 4px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    box-shadow: /*0 0 7px rgba(0,0,0,0.2), */ inset 0 0 3px rgba(0,0,0,0.3);
    background: url(../Images/bg-button.png) 0 0 repeat-x;
}

.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.button-sm {
    display: inline-block;
    height: 26px;
    padding: 0 12px;
    color: #1F1F1F !important;
    font-size: 11px !important;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    box-shadow: /*0 0 7px rgba(0,0,0,0.2), */ inset 0 0 3px rgba(0,0,0,0.3);
    background: url(../Images/bg-button.png) 0 -3px repeat-x;
}

.button-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .button-sm:hover {
        text-decoration: none !important;
        background-position: 0 -34px;
        box-shadow: 0 0 5px rgba(0,0,0,0.15), inset 0 0 3px rgba(0,0,0,0.3);
    }

    .button-sm:active {
        background-position: 0 -64px;
        box-shadow: 0 0 7px rgba(0,0,0,0.2), inset 0 0 1px rgba(0,0,0,0.6);
    }

input.button-sm:disabled {
    background-position: 0 -3px !important;
}

.button-green {
    background: url(../Images/bg-button-green.png) 0 0 repeat-x;
}

.button:hover {
    text-decoration: none !important;
    background-position: 0 -31px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15), inset 0 0 3px rgba(0,0,0,0.3);
}

.button:active {
    background-position: 0 -62px;
    box-shadow: 0 0 7px rgba(0,0,0,0.2), inset 0 0 1px rgba(0,0,0,0.6);
}

input.button:disabled {
    background-position: 0 -31px !important;
}

.button.add {
    padding-left: 38px;
    background: url(../Images/icon-sprite.png) 18px -52px no-repeat, url(../Images/bg-button.png) 0 0 repeat-x;
}

.button-bar {
    position: relative;
    float: right;
}

    .button-bar li {
        float: left;
        margin-left: 6px;
    }


    .button-bar .button-sm {
        position: relative;
        top: -5px;
    }

    .button-bar button i, .button-bar a i {
        color: #fff;
        margin-right: 4px !important;
    }


    .button-bar.med {
        top: -2px;
    }

    .button-bar.sm {
        top: 3px;
    }

.text-right .button {
    left: auto;
    right: -4px;
}


/* Header Styles
-------------------------------------------------------------------------------*/

.wrapper header {
    position: relative;
    z-index: 5;
    height: 136px;
    background: #252635;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Top Bar Styles */
.top-bar {
    position: relative;
    height: 40px;
    color: #fff;
    padding: 20px 24px;
}

.top-bar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: stretch;
    align-items: stretch;
}

    .top-bar a {
        color: #fff;
        text-decoration: none;
    }

.top-bar-section {
    padding: 0 16px;
    position: relative;
}

.top-bar-button {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: relative;
}

    .top-bar-button a {
        padding: 0 18px;
        line-height: 65px;
        -webkit-transition: background-color 200ms ease-in-out;
        -moz-transition: background-color 200ms ease-in-out;
        -ms-transition: background-color 200ms ease-in-out;
        -o-transition: background-color 200ms ease-in-out;
        transition: background-color 200ms ease-in-out;
    }

        .top-bar-button a:hover {
            background-color: #333;
        }

.top-bar .logo {
    padding-left: 0;
}

.top-bar .logo {
    /*background: url(../Images/logo-header.png) no-repeat scroll left center rgba(0, 0, 0, 0);*/
    display: block;
    height: 40px;
    text-indent: -9000px;
    width: 224px;
}

.top-bar a.logout {
    background: url(../Images/icon-logout.svg) center center no-repeat;
    border-left: solid 1px #2f2f2f;
    min-width: 20px;
    font-size: 0;
    text-align: center;
    padding-right: 0;
    padding-left: 35px;
}

    .top-bar a.logout:hover {
        background-color: #252525;
    }




/* Flex Box Model Styles */

.flex-item {
    display: -webkit-flex;
    display: flex;
}

.flex-1 {
    -webkit-flex: 1;
    flex: 1;
}

.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
}

.top-bar a.logout {
    background: url("../Images/icon-logout.svg") no-repeat scroll center center;
    border-left: 1px solid #3A3B49;
    font-size: 0;
    min-width: 20px;
    text-align: center;
}

.top-bar-button a {
    line-height: 65px;
    padding-left: 25px;
    transition: background-color 200ms ease-in-out 0s;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
}

.top-bar .alert {
    position: absolute;
    top: 14px;
    left: 380px;
    z-index: 10;
}

    .top-bar .alert a.close {
        color: #000;
    }

/* Top Navigation Styles */
.top-nav {
    background: #fff;
    padding: 6px 24px;
}

    .top-nav li {
        float: left;
        display: block;
        text-align: center;
        position: relative;
        margin-right: 8px;
        min-width: 92px;
    }

        .top-nav li a span {
            font-size: 16px;
            display: block;
            margin: 0 auto 6px;
        }

        .top-nav li.first, .top-nav li.last {
            display: none;
        }

            .top-nav li.first span {
                display: block;
                width: 9px;
                height: 55px;
                border-right: solid 1px rgba(0,0,0,0.15);
            }

            .top-nav li.last span {
                display: block;
                width: 9px;
                height: 55px;
                border-left: solid 1px rgba(255,255,255,0.25);
            }

        .top-nav li a {
            display: block;
            padding: 7px 8px;
            color: #252635;
            font-size: 13px;
            line-height: 12px;
            font-weight: 500;
            text-decoration: none;
            text-align: center;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            min-width: 40px;
            border-radius: 6px;
            background: rgba(37, 38, 53, 0.02);
        }

            .top-nav li a .fa {
                display: block;
                width: auto;
                margin: 0 auto 2px;
                font-size: 1.8em;
            }

            .top-nav li a [class^="ico-"],
            .top-nav li a [class*=" ico-"] {
                display: block;
                width: auto;
                margin: 0 auto 2px;
                font-size: 1.8em;
                position: relative;
                top: -1px;
            }

            .top-nav li a.dashboard {
                background: url(../Images/bg-nav-dashboard.png) center -2px no-repeat;
            }

            .top-nav li a.accounts {
                background: url(../Images/bg-nav-accounts.png) center -2px no-repeat;
            }

            .top-nav li a.transfers {
                background: url(../Images/bg-nav-transfers.png) center -2px no-repeat;
            }

            .top-nav li a.documents {
                background: url(../Images/bg-nav-documents.png) center -2px no-repeat;
            }

            .top-nav li a.reports {
                background: url(../Images/bg-nav-reports.png) center -2px no-repeat;
            }

            .top-nav li a.clients {
                background: url(../Images/bg-nav-clients.png) center -2px no-repeat;
            }

            .top-nav li a.agents {
                background: url(../Images/bg-nav-agents.png) center -2px no-repeat;
            }

            .top-nav li a.profile {
                background: url(../Images/bg-nav-profile.png) center -2px no-repeat;
            }

            .top-nav li a.inbox {
                background: url(../Images/bg-nav-inbox.png) center -2px no-repeat;
            }

            .top-nav li a.portal {
                background: url(../Images/bg-nav-portal.png) center -2px no-repeat;
            }

            .top-nav li a.tools {
                background: url(../Images/bg-nav-tools.png) center -2px no-repeat;
            }
            /* .top-nav li a.settings {
    background: url(../Images/bg-nav-settings.png) center -2px no-repeat;
} */
            .top-nav li a.leads {
                background: url(../Images/bg-nav-leads.png) center -2px no-repeat;
            }

            .top-nav li a.requests {
                background: url(../Images/bg-nav-requests.png) center -2px no-repeat;
            }

            .top-nav li a.reminders {
                background: url(../Images/bg-nav-reminders.png) center -2px no-repeat;
            }

            .top-nav li a:hover {
                background-color: rgba(255,255,255,0.15);
            }

        .top-nav li.active a {
            color: #fff;
            font-weight: 600;
            background-color: #252635;
        }



/* Notification Styles */

/* Notification Styles */
.notifications {
    padding: 0 12px 0 10px;
    border-right: 1px solid #3A3B49;
}

    .notifications .dropdown-group {
        display: inline-block;
    }

        .notifications .dropdown-group > li {
            position: relative;
            float: left;
            margin-right: 5px;
        }

    .notifications .dropdown > a {
        position: relative;
        display: block;
        padding: 10px 12px;
        color: #acacac;
        z-index: 1051;
        -webkit-transition: color 150ms ease-out;
        -moz-transition: color 150ms ease-out;
        -ms-transition: color 150ms ease-out;
        -o-transition: color 150ms ease-out;
        transition: color 150ms ease-out;
    }

        .notifications .dropdown > a:hover {
            color: #eee;
        }

        .notifications .dropdown > a > i {
            font-size: 19px;
        }

        .notifications .dropdown > a .badge {
            position: absolute;
            padding: 1px 3px;
            font-size: 10px;
            right: 3px;
            top: 3px;
            min-width: 9px;
            line-height: 13px;
            text-align: center;
        }

    .notifications .dropdown.open > a {
        background-color: #fff;
        color: #777;
        -webkit-border-radius: 3px 3px 0 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px 3px 0 0;
        -moz-background-clip: padding;
        border-radius: 3px 3px 0 0;
        background-clip: padding-box;
    }

        .notifications .dropdown.open > a .badge {
            display: none;
        }

    .notifications .dropdown .dropdown-menu li,
    .notifications .dropdown .dropdown-menu a,
    .notifications .dropdown .dropdown-menu p {
        color: #888;
    }

    .notifications .dropdown .dropdown-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 0;
        max-width: 350px;
        min-width: 120px;
        background-color: #f5f5f6;
        border: 3px solid #fff;
        border-top: none;
        -webkit-border-radius: 0 3px 3px 3px;
        -moz-border-radius: 0 3px 3px 3px;
        border-radius: 0 3px 3px 3px;
    }

    .notifications .dropdown .dropdown-menu {
        -webkit-box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.2);
    }

        .notifications .dropdown .dropdown-menu > li {
            display: block;
            margin: 0;
            padding: 0;
            font-size: 12px;
        }

            .notifications .dropdown .dropdown-menu > li > p {
                margin: 0;
                padding: 10px 12px;
            }

            .notifications .dropdown .dropdown-menu > li.top {
                background-color: #fff;
                cursor: default;
                min-height: 3px;
            }

                .notifications .dropdown .dropdown-menu > li.top > p {
                    color: #555;
                }

                    .notifications .dropdown .dropdown-menu > li.top > p > strong {
                        color: #333;
                    }

            .notifications .dropdown .dropdown-menu > li.external {
                background-color: #FFF;
                border-bottom: 0;
                padding: 8px 12px;
            }

                .notifications .dropdown .dropdown-menu > li.external a {
                    display: inline;
                    color: #0088cc;
                    font-weight: bold;
                    padding: 0;
                }

                    .notifications .dropdown .dropdown-menu > li.external a:hover {
                        color: #005580;
                        background: none;
                    }

            .notifications .dropdown .dropdown-menu > li .scroller {
                max-height: 264px;
                width: 348px;
                overflow: auto;
                border: 1px solid #ededed;
                cursor: default;
            }

                .notifications .dropdown .dropdown-menu > li .scroller li {
                    border-bottom: solid 1px #e6e6e6;
                }

                    .notifications .dropdown .dropdown-menu > li .scroller li:last-child {
                        border-bottom: none;
                    }

                .notifications .dropdown .dropdown-menu > li .scroller.button-list li {
                    line-height: 1.3em;
                }

                    .notifications .dropdown .dropdown-menu > li .scroller.button-list li > p {
                        padding: 14px 12px;
                    }

                    .notifications .dropdown .dropdown-menu > li .scroller.button-list li > button,
                    .notifications .dropdown .dropdown-menu > li .scroller.button-list li > .btn-group {
                        margin: 10px;
                        float: right;
                        position: relative;
                        z-index: 5;
                    }

                    .notifications .dropdown .dropdown-menu > li .scroller.button-list li > .line {
                        padding: 12px 46px 12px 12px;
                        min-height: 22px;
                    }

                    .notifications .dropdown .dropdown-menu > li .scroller.button-list li > .btn-group ~ p {
                        padding-right: 90px;
                    }

            .notifications .dropdown .dropdown-menu > li > ul > li > a,
            .notifications .dropdown .dropdown-menu > li > ul > li > p {
                display: block;
                position: relative;
                margin: 0;
                padding: 8px;
            }

                .notifications .dropdown .dropdown-menu > li > ul > li > a:hover {
                    background-color: #ebebeb;
                }

            .notifications .dropdown .dropdown-menu > li > ul > li.header {
                background-color: #58b947;
                padding: 4px 8px;
                text-transform: uppercase;
                color: #fff;
                font-weight: bold;
            }

                .notifications .dropdown .dropdown-menu > li > ul > li.header a {
                    color: #fff;
                    padding: 0;
                    text-decoration: underline;
                }

                    .notifications .dropdown .dropdown-menu > li > ul > li.header a:hover {
                        text-decoration: none;
                        background-color: transparent;
                    }

            .notifications .dropdown .dropdown-menu > li > ul > li .line {
                display: block;
            }

                .notifications .dropdown .dropdown-menu > li > ul > li .line.desc {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

            .notifications .dropdown .dropdown-menu > li > ul > li .image.pull-left {
                margin-right: 10px;
            }

            .notifications .dropdown .dropdown-menu > li > ul > li .image.pull-right {
                margin-left: 10px;
            }

            .notifications .dropdown .dropdown-menu > li > ul > li .image {
                width: 36px;
                height: 36px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
            }

    .notifications .dropdown-webtraders {
        margin: 0 0 0 4px !important;
    }

        .notifications .dropdown-webtraders .badge {
            background-color: #444;
        }

        .notifications .dropdown-webtraders.open > a > i {
            color: #444;
        }

        .notifications .dropdown-webtraders .dropdown-menu > li .scroller {
            width: 200px;
        }

    .notifications .dropdown-messages .badge {
        background-color: #3a87ad;
    }

    .notifications .dropdown-messages.open > a > i {
        color: #3a87ad;
    }

    .notifications .dropdown-notifications .badge {
        background: #58B947;
        border: 1px solid #3E4966;
        border-radius: 107px;
    }

    .notifications .dropdown-notifications.open > a > i {
        color: #f89406;
    }

    .notifications .dropdown-alerts .badge {
        background-color: #8e0000;
    }

    .notifications .dropdown-alerts.open > a > i {
        color: #8e0000;
    }


.mobile-selector {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 250px;
}

    .mobile-selector .k-combobox {
        height: 35px;
        min-height: 35px;
        display: block;
        background-color: transparent;
    }

        .mobile-selector .k-combobox .k-dropdown-wrap {
            padding: 0 1.9em 0 0;
            background-color: #393939;
            border-color: #333;
        }

            .mobile-selector .k-combobox .k-dropdown-wrap .k-input {
                padding: 0;
                height: 33px;
                line-height: 33px;
                text-indent: 32px;
                background-color: #393939;
                color: #fff;
                font-weight: normal;
                font-size: .85em !important;
            }

            .mobile-selector .k-combobox .k-dropdown-wrap:before {
                content: "\f10b" !important;
                font-family: "FontAwesome";
                z-index: 1;
                position: absolute;
                color: #acacac;
                font-size: 1.3em;
                line-height: 33px;
                left: 9px;
            }

            .mobile-selector .k-combobox .k-dropdown-wrap .k-select {
                height: 33px;
                min-height: 33px;
                border-color: #333;
            }

            .mobile-selector .k-combobox .k-dropdown-wrap .k-icon {
            }

            .mobile-selector .k-combobox .k-dropdown-wrap.k-state-hover {
                -webkit-box-shadow: none;
                box-shadow: 0 0 5px rgba(255,255,255,0.3);
            }

                .mobile-selector .k-combobox .k-dropdown-wrap.k-state-hover .k-select {
                    background-color: #acacac;
                }

            .mobile-selector .k-combobox .k-dropdown-wrap.k-state-focused {
                -webkit-box-shadow: none;
                box-shadow: 0 0 5px rgba(255,255,255,0.3);
            }

    .mobile-selector .k-dropdown {
        height: 35px;
        min-height: 35px;
        display: block;
        background-color: transparent;
        max-width: 100%;
    }

        .mobile-selector .k-dropdown .k-dropdown-wrap {
            padding: 0 1.9em 0 0;
            background-color: #393939;
            border-color: #333;
        }

            .mobile-selector .k-dropdown .k-dropdown-wrap .k-input {
                padding: 0;
                height: 33px;
                line-height: 33px;
                text-indent: 32px;
                background-color: #393939;
                color: #fff;
                font-weight: normal;
                font-size: .85em !important;
            }

            .mobile-selector .k-dropdown .k-dropdown-wrap:before {
                content: "\f10b" !important;
                font-family: "FontAwesome";
                z-index: 1;
                position: absolute;
                color: #acacac;
                font-size: 1.3em;
                line-height: 33px;
                left: 9px;
            }

            .mobile-selector .k-dropdown .k-dropdown-wrap .k-select {
                height: 33px;
                min-height: 33px;
                border-color: #333;
            }

                .mobile-selector .k-dropdown .k-dropdown-wrap .k-select:after {
                    content: "\f0d7" !important;
                    font-family: "FontAwesome";
                    position: absolute;
                    color: #acacac;
                    font-size: 1.1em;
                    line-height: 35px;
                    left: 9px;
                }

            .mobile-selector .k-dropdown .k-dropdown-wrap .k-icon {
                display: none;
            }

            .mobile-selector .k-dropdown .k-dropdown-wrap.k-state-hover {
                -webkit-box-shadow: none;
                box-shadow: 0 0 5px rgba(255,255,255,0.3);
            }

                .mobile-selector .k-dropdown .k-dropdown-wrap.k-state-hover .k-select {
                    background-color: #acacac;
                }

                    .mobile-selector .k-dropdown .k-dropdown-wrap.k-state-hover .k-select:after {
                        color: #393939;
                    }

            .mobile-selector .k-dropdown .k-dropdown-wrap.k-state-focused {
                -webkit-box-shadow: none;
                box-shadow: 0 0 5px rgba(255,255,255,0.3);
            }

/* Language Selector Styles */

.language-selector {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 120px;
}

    .language-selector .k-combobox {
        height: 35px;
        min-height: 35px;
        display: block;
        background-color: transparent;
    }

        .language-selector .k-combobox .k-dropdown-wrap {
            padding: 0 1.9em 0 0;
            background-color: #393939;
            border-color: #333;
        }

            .language-selector .k-combobox .k-dropdown-wrap .k-input {
                padding: 0;
                height: 33px;
                line-height: 33px;
                text-indent: 32px;
                background-color: #393939;
                color: #fff;
                font-weight: normal;
                font-size: .85em !important;
            }

            .language-selector .k-combobox .k-dropdown-wrap:before {
                content: "\f0ac" !important;
                font-family: "FontAwesome";
                z-index: 1;
                position: absolute;
                color: #acacac;
                font-size: 1.3em;
                line-height: 33px;
                left: 9px;
            }

            .language-selector .k-combobox .k-dropdown-wrap .k-select {
                height: 33px;
                min-height: 33px;
                border-color: #333;
            }

            .language-selector .k-combobox .k-dropdown-wrap .k-icon {
            }

            .language-selector .k-combobox .k-dropdown-wrap.k-state-hover {
                -webkit-box-shadow: none;
                box-shadow: 0 0 5px rgba(255,255,255,0.3);
            }

                .language-selector .k-combobox .k-dropdown-wrap.k-state-hover .k-select {
                    background-color: #acacac;
                }

            .language-selector .k-combobox .k-dropdown-wrap.k-state-focused {
                -webkit-box-shadow: none;
                box-shadow: 0 0 5px rgba(255,255,255,0.3);
            }

    .language-selector .k-dropdown {
        height: 35px;
        min-height: 35px;
        display: block;
        background-color: transparent;
        max-width: 100%;
    }

        .language-selector .k-dropdown .k-dropdown-wrap {
            padding: 0 1.9em 0 0;
            background-color: transparent;
            border: none;
        }

            .language-selector .k-dropdown .k-dropdown-wrap .k-input {
                padding: 0;
                height: 33px;
                line-height: 33px;
                text-indent: 32px;
                background-color: transparent;
                color: #fff;
                font-weight: 600;
                font-size: 14px !important;
            }

            .language-selector .k-dropdown .k-dropdown-wrap:before {
                content: "\f0ac" !important;
                font-family: "FontAwesome";
                z-index: 1;
                position: absolute;
                color: #acacac;
                font-size: 1.3em;
                line-height: 33px;
                left: 9px;
            }

            .language-selector .k-dropdown .k-dropdown-wrap .k-select {
                height: 33px;
                min-height: 33px;
                border-color: transparent;
            }

                .language-selector .k-dropdown .k-dropdown-wrap .k-select:after {
                    content: "\f0d7" !important;
                    font-family: "FontAwesome";
                    position: absolute;
                    color: #fff;
                    font-size: 1.1em;
                    line-height: 35px;
                    left: 9px;
                }

            .language-selector .k-dropdown .k-dropdown-wrap .k-icon {
                display: none;
            }

            .language-selector .k-dropdown .k-dropdown-wrap.k-state-hover {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

                .language-selector .k-dropdown .k-dropdown-wrap.k-state-hover .k-select {
                    background-color: transparent;
                }

                    .language-selector .k-dropdown .k-dropdown-wrap.k-state-hover .k-select:after {
                        color: #fff;
                    }

            .language-selector .k-dropdown .k-dropdown-wrap.k-state-focused {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

.k-textbox:focus, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: 0 0 5px rgba(255,255,255,0.3);
}

/* Language Selector Styles */
.user-info {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: default;
    padding: 0 25px 0 5px;
}

    .user-info img.avatar {
        width: 24px;
        height: 24px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .user-info span.user {
        margin-left: 14px;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        color: #fff;
    }

.alert-box {
    display: none;
    position: absolute;
    top: 40px;
    left: 212px;
    right: 440px;
    max-height: 300px;
    min-width: 500px;
    max-width: 800px;
    border: solid 8px rgba(0,0,0,0.1);
    z-index: 5;
    opacity: 0;
}

.alert-box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
}

    .alert-box .scroll-table {
        max-height: 277px;
    }

    .alert-box .top-arrow {
        position: absolute;
        top: -23px;
        left: 47px;
        z-index: 6;
    }

.alert-box-wrapper {
    background: #fff;
    padding: 10px;
    font-size: .9em;
    line-height: 14px;
    border: solid 1px #A8A8B7;
}

    .alert-box-wrapper td {
        vertical-align: middle;
    }

    .alert-box-wrapper .scroll-table tr.blue td {
        color: #000;
        background: #82C1D7;
    }

    .alert-box-wrapper .scroll-table tr.yellow td {
        color: #000;
        background: #fcc500;
        border-color: #dbbf5a;
    }

    .alert-box-wrapper .scroll-table tr.yellow-light td {
        background: #fffbed;
        border-color: #eee5c5;
    }

    .alert-box-wrapper .scroll-table tr.red td {
        background: #8e0000;
        border-color: #dbbf5a;
    }

    .alert-box-wrapper .scroll-table tr.red-light td {
        background: #fff6f6;
        border-color: #f4dbdb;
        color: #000;
    }

/* Icon Link Styles
-------------------------------------------------------------------------------*/
a.icon {
    font-size: .9em;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    color: #1F1F1F;
}

.icon {
    margin-left: 4px !important;
}

    .icon:first-child {
        margin: 0 !important;
    }

    .icon:hover {
        opacity: .7;
    }

a.edit {
    padding-left: 18px;
    background: url(../Images/icon-edit.png) left center no-repeat;
}

a.history {
    padding-left: 18px;
    background: url(../Images/icon-history-tiny.png) left center no-repeat;
}

a.save {
    padding-left: 18px;
    background: url(../Images/icon-save.png) left center no-repeat;
}

a.active, input.active {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-active.png) 0 -20px no-repeat;
    opacity: 1 !important;
}

a.inactive, input.inactive {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-active.png) 0 0 no-repeat;
}

a.disabled, input.disabled {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-active.png) 0 0 no-repeat;
    opacity: .3 !important;
    cursor: default;
}

.lock-group {
    position: absolute;
    top: 4.5px;
    right: 8px;
}

.lock.lock-grey {
    color: #808080;
}

a.lock, input.lock, div.lock {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-lock-grey.png) 0 0 no-repeat;
}

a.unlock, input.unlock {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-lock.png) 0 -20px no-repeat;
}

a.delete, input.delete {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-delete.svg) 0 0 no-repeat;
}

a.calendar, input.calendar {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-calendar.svg) 0 0/cover no-repeat;
}

a.upload, input.upload {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-upload.svg) 0 0/cover no-repeat;
}

a.download, input.download {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-download.svg) 0 0/cover no-repeat;
}

a.clear, input.clear {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-clear.svg) 0 0/cover no-repeat;
}

a.view-edit, input.view-edit {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-view-edit.svg) 0 0 no-repeat;
}

.icn-sm {
    display: inline;
    padding-left: 22px;
    background: url(../Images/icon-sprite.png) 0 0 no-repeat;
}

    .icn-sm.tip {
        display: inline-block;
        width: 16px;
        height: 16px;
        padding: 0;
        position: relative;
        top: 3px;
    }

.modal .icn-sm.tip {
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
}

.pin {
    background-position: 0 0;
}

.info {
    background-position: 0 -30px;
}

.help {
    background-position: 0 -90px;
    cursor: help;
}

.ui-icon {
    display: block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    background: url(../Images/ui-icons_888888_256x240.png) 0 0 no-repeat;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-state-disabled {
    display: none !important;
}


/* Content Section Styles
-------------------------------------------------------------------------------*/

/*.content-wrapper {position:absolute; top:125px; bottom:0; width:100%; min-width:960px;}*/

.content-wrapper {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    /* width: 20%;*/ /* For old syntax, otherwise collapses. */
    -webkit-flex: 1; /* Chrome */
    flex: 1;
    min-height: calc(100vh - 155px);
}

.content-sidebar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    min-width: 960px;
    flex-direction: row; /*position:absolute; top:0;*/
    min-height: 100%;
}

.content-wrapper article {
    padding: 12px 24px;
    position: relative;
}

    .content-wrapper article h2, .content-row h2, .h2 {
        margin-right: 12px;
        color: #252635;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.5px;
    }

    .content-wrapper article .edit {
        margin: 2px 8px 0 0;
        background-color: #FFFFFF;
        background-position-x: 13.5px;
        border: 1px solid rgba(37, 38, 53, 0.05);
        border-radius: 4px;
        padding: 4px 12px 4px 36px;
        font-size: 12px;
        font-weight: 600;
    }

    .content-wrapper article .delete-bank-account {
        margin: 2px 8px 0 0;
        background-color: #FFFFFF ;
        background-position-x: 13.5px ;
        background-position-y: 4px ;
        border: 1px solid rgba(37, 38, 53, 0.05);
        border-radius: 4px;
        padding: 4px 12px 4px 36px;
        font-size: 12px;
        font-weight: 600;
    }

a.delete-bank-account {
    background: url(../Images/button-delete.svg) 0 0 no-repeat;
}
.content-wrapper article .history {
    margin: 2px 8px 0 0;
}

.content-row {
    padding: 16px 24px 0;
}

.content-wrapper .content-row:last-child {
    padding-bottom: 25px;
}

.top_wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-row .select-bar {
    margin-right: 16px;
    min-width: 140px;
}

.content-row .columns:last-child .select-bar {
    margin-right: 0;
}

.gf-success .gf-header {
    text-align: center;
    margin-top: 120px;
}

.gf-success img {
    display: inline-block;
    margin-bottom: 35px;
}

.gf-success h1 {
    margin-bottom: 25px;
    font-size: 3em;
    text-shadow: 2px 3px 0 rgba(0,0,0,.1);
}

.gf-success p {
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 22px;
    text-shadow: 1px 1px 0 rgb(255,255,255);
}

.page-title {
    z-index: 2;
    position: relative;
    padding: 16px 24px 0;
}

    .page-title a {
        color: #1657F3;
        font-size: 12px;
        font-weight: 500;
    }

    .page-title span {
        color: #1657F3;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .5px;
    }

    .page-title a:hover {
        text-decoration: none;
    }

    .page-title h1 {
        color: #605F69;
        font-size: 12px;
        font-weight: 500;
    }

.stopout-box {
    float: right;
    position: relative;
}

    .stopout-box dt, .stopout-box dd {
        display: inline-block;
        margin-left: 6px;
    }

    .stopout-box h2 {
        margin-right: 5px !important;
    }

    .stopout-box button {
        position: relative;
        bottom: 2px;
    }

.content-table {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    min-width: 960px;
    padding-bottom: 40px;
    z-index: 1;
}
/*.content-left {display:table-cell; width:auto; background:url(../Images/bg-content-left.png) right top repeat-y;}*/

.content-left {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    /*width: 20%;*/ /* For old syntax, otherwise collapses. */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
}

.content-section {
    background: #fff;
    position: relative;
    margin-top: 16px;
    border-radius: 6px;
}

    .content-section h3 {
        display: block;
        color: #605F69;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;
        margin-bottom: 4px;
    }

    .content-section .h3 {
        display: block;
        margin-bottom: 3px;
        letter-spacing: 0.5px;
        color: #605F69;
        font-size: 12px;
        font-weight: 500;
    }

    .content-section .inline-h3 {
        margin: 0 6px 3px 10px;
        color: #555;
        font-size: .8em;
    }

    .content-section .border-right {
        position: absolute;
        height: 100%; /*z-index:5;*/
        z-index: 0;
    }

    .content-section .avatar {
        margin: 16px;
    }

        .content-section .avatar img {
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }

    .content-section ul.row {
        padding: 20px 24px;
        border-bottom: 1px solid #E4EBFC;
    }

        .content-section ul.row:last-child { /*padding-bottom:12px;*/
            padding-bottom: 8px;
        }

        .content-section ul.row li.columns {
            color: #3A3B46;
            font-weight: 600;
            line-height: 20px;
            font-size: 14px;
            letter-spacing: .5px;
        }

        .content-section ul.row li.columns .btn{
            font-size: 12px;
        }

            .content-section ul.row li.columns p {
                margin-top: 8px;
                color: #262626;
                font-weight: normal;
                font-size: .85em;
                line-height: 17px;
            }

            .content-section ul.row li.columns small {
                color: #262626;
                font-weight: normal;
                font-size: .75em; /*display:inline-block;*/
                line-height: 16px;
            }

            .content-section ul.row li.columns .h3 small {
                margin-bottom: 2px;
            }

            .content-section ul.row li.columns span.error {
                margin-top: 5px;
                font-size: .75em;
                line-height: 14px;
            }

    .content-section ul.border {
        background: #FFFFFF;
        padding: 16px 24px;
        border: none;
    }

    .content-section ul.row:first-child {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .content-section .scroll-box {
        padding: 12px;
        background: #fff;
        border: solid 1px #ccc;
        overflow-y: scroll;
    }

        .content-section .scroll-box p {
            line-height: 22px;
        }

    .content-section .row-table {
        width: 100%;
    }

        .content-section .row-table a {
            color: #1657F3;
            font-weight: bold;
        }

            .content-section .row-table a.btn {
                color: #333;
            }

            .content-section .row-table a:hover {
                text-decoration: none;
            }

        .content-section .row-table td {
            padding: 10px 12px;
            font-size: 12px;
        }

        .content-section .row-table tr:nth-child(even) {
            background: #f8f8f8;
        }

    .content-section .content-list {
        padding: 10px 18px;
        font-size: .8em;
    }

        .content-section .content-list a {
            color: #1657F3;
            font-weight: bold;
        }

            .content-section .content-list a.button {
                color: #1F1F1F;
            }

            .content-section .content-list a.btn {
                color: #1F1F1F;
            }

            .content-section .content-list a:hover {
                text-decoration: none;
            }

.column-table {
    width: 100%;
    table-layout: fixed;
}

    .column-table a {
        color: #1657F3;
    }

    .column-table h3 { /*font-size:1em;*/
        color: #3A3B46;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.5px;
        margin-bottom: 4px;
    }

    .column-table td {
        padding: 18px;
        line-height: 18px;
        word-wrap: break-word;
    }

        .column-table td:nth-child(even) {
            background: #f8f8f8;
        }

        .column-table td a {
            text-decoration: none;
            font-size: 14px;
            font-weight: bold;
        }

            .column-table td a:hover {
                text-decoration: underline;
            }

        .column-table td.box-link {
            padding: 0 !important;
        }

            .column-table td.box-link a {
                display: block;
                padding: 16px;
            }

                .column-table td.box-link a:hover {
                    text-decoration: none;
                    background: #EEF8EE;
                }

                .column-table td.box-link a:hover {
                    -moz-transition: all .25s ease-in;
                    -webkit-transition: all .25s ease-in;
                    transition: all .25s ease-in;
                }

        .column-table td.status1 {
            background: rgba(142,4,10,0.1);
        }

            .column-table td.status1 h3 {
                color: #1F1F1F;
            }

            .column-table td.status1 strong {
                color: #C2265E;
            }

.bg-right {
    display: table-cell;
    width: 260px;
    background: rgba(255,255,255,0.3);
}

/*.content-aside {width:260px; z-index:5; position:absolute; top:0; right:0;}*/
.content-aside {
    -webkit-box-flex: 0 0 22em; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 22em; /* OLD - Firefox 19- */
    /*  width: 20%;               /* For old syntax, otherwise collapses. */
    -webkit-flex: 0 0 22em; /* Chrome */
    -ms-flex: 0 0 22em; /* IE 10 */
    flex: 0 0 22em; /*margin-top:125px;*/
    min-height: calc(100vh - 155px);
    background: #fff;
    border-top: 0px;
}

.sub-nav {
    height:100%;
}

.sub-nav ul {
    padding-bottom: 5px;
}

.sub-nav li.active .single {
    border-left-style: solid;
}

.sub-nav a > .fa {
    color: #444;
    font-size: 2em;
    left: 18px;
    position: absolute;
    top: 16px;
}

.sub-nav a {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 35px;
    padding: 14px 24px 12px 49px;
    color: #605F69;
    font-size: 12px;
    font-weight: 400;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

    .sub-nav a strong {
        display: block;
        color: #252635;
        font-size: 14px;
        letter-spacing: 0.5px;
        text-transform: none;
        font-weight: 600;
    }

    .sub-nav a.accounts {
        background: url(../Images/icon-accounts.png) 17px center no-repeat;
    }

    .sub-nav a.landing {
        background: url(../Images/icon-landing.png) 18px center no-repeat;
    }

    .sub-nav a.managed {
        background: url(../Images/icon-managed.png) 17px center no-repeat;
    }

    .sub-nav a.primary {
        background: url(../Images/icon-user.png) 17px center no-repeat;
    }

    .sub-nav a.secondary {
        background: url(../Images/icon-users.png) 17px center no-repeat;
    }

    .sub-nav a.company {
        background: url(../Images/icon-company.png) 17px center no-repeat;
    }

    .sub-nav a.officer {
        background: url(../Images/icon-user.png) 17px center no-repeat;
    }

    .sub-nav a.trust {
        background: url(../Images/icon-company.png) 17px center no-repeat;
    }

    .sub-nav a.trustee {
        background: url(../Images/icon-user.png) 17px center no-repeat;
    }

    .sub-nav a.banking {
        background: url(../Images/icon-bank.png) 17px center no-repeat;
    }

    .sub-nav a.fund {
        background: url(../Images/icon-fund.png) 17px center no-repeat;
    }

    .sub-nav a.internal {
        background: url(../Images/icon-internal.png) 17px center no-repeat;
    }

    .sub-nav a.withdraw {
        background: url(../Images/icon-withdraw.png) 17px center no-repeat;
    }

    .sub-nav a.fees {
        background: url(../Images/icon-fees.png) 17px center no-repeat;
    }

    .sub-nav a.bonus {
        background: url(../Images/bonus-programs.png) 17px center no-repeat;
    }

    .sub-nav a.managers {
        background: url(../Images/icon-managers.png) 17px center no-repeat;
    }

    .sub-nav a.tools {
        background: url(../Images/icon-tools.png) 17px center no-repeat;
    }

    .sub-nav a.documents {
        background: url(../Images/icon-documents.png) 17px center no-repeat;
    }

    .sub-nav a.reports {
        background: url(../Images/icon-reports.png) 17px center no-repeat;
    }

    .sub-nav a.history {
        background: url(../Images/icon-history.png) 17px center no-repeat;
    }

    .sub-nav a.forms {
        background: url(../Images/icon-forms.png) 17px center no-repeat;
    }

    .sub-nav a.referrals {
        background: url(../Images/icon-referrals.png) 18px center no-repeat;
    }

    .sub-nav a.programs {
        background: url(../Images/icon-programs.png) 18px center no-repeat;
    }

    .sub-nav a.program {
        background: url(../Images/icon-program.png) 17px center no-repeat;
    }

    .sub-nav a.groups {
        background: url(../Images/icon-groups.png) 17px center no-repeat;
    }

    .sub-nav a.notes {
        background: url(../Images/icon-notes.png) 17px center no-repeat;
    }

    .sub-nav a.clients {
        background: url(../Images/icon-clients.png) 17px center no-repeat;
    }

    .sub-nav a.agents {
        background: url(../Images/icon-agents.png) 17px center no-repeat;
    }

    .sub-nav a.conversions {
        background: url(../Images/icon-conversions.png) 17px center no-repeat;
    }

    .sub-nav a.platforms {
        background: url(../Images/icon-platforms.png) 17px center no-repeat;
    }

    .sub-nav a.roles {
        background: url(../Images/icon-roles.png) 17px center no-repeat;
    }

    .sub-nav a.agreements {
        background: url(../Images/icon-agreements.png) 17px center no-repeat;
    }

    .sub-nav a.settings {
        background: url(../Images/icon-settings.png) 17px center no-repeat;
    }

    .sub-nav a.funding {
        background: url(../Images/icon-funding.png) 17px center no-repeat;
    }

    .sub-nav a.symbols {
        background: url(../Images/icon-symbols.png) 17px center no-repeat;
    }

    .sub-nav a.email {
        background: url(../Images/icon-email.png) 17px center no-repeat;
    }

    .sub-nav a.slave {
        background: url(../Images/icon-slave.png) 17px center no-repeat;
    }

    .sub-nav a.emails {
        background: url(../Images/icon-emails.png) 19px center no-repeat;
    }

    .sub-nav a.links {
        background: url(../Images/icon-links.png) 17px center no-repeat;
    }

    .sub-nav a.flag {
        background: url(../Images/icon-flag.png) 20px center no-repeat;
    }

    .sub-nav a.marketing {
        background: url(../Images/icon-marketing.png) 17px center no-repeat;
    }

    .sub-nav a.demo {
        background: url(../Images/icon-demo.png) 17px center no-repeat;
    }

    .sub-nav a.transactions {
        background: url(../Images/icon-transactions.png) 17px center no-repeat;
    }

    .sub-nav a.files {
        background: url(../Images/icon-files.png) 17px center no-repeat;
    }

    .sub-nav a.campaigns {
        background: url(../Images/icon-campaigns.png) 17px center no-repeat;
    }

    .sub-nav a.credit {
        background: url(../Images/icon-credit.png) 17px center no-repeat;
    }

.sub-nav li a {
    border-left: 5px solid transparent;
}
aside > nav > ul > li > a > img {
    padding-right: 10px;
}
aside > nav > ul > li > a > i {
    padding-right: 10px;
}
.sub-nav li .single {
    /*background-color: rgba(88, 185, 71, 0.1);*/
    border: none;
    /*border-left: solid 5px #58B947;*/
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 14px 24px 12px 18px;
}

    .sub-nav li.active .single strong {
        font-weight: 500;
    }

.sub-nav .sub-links {
    padding: 0;
    margin-bottom: 8px;
}

    .sub-nav .sub-links li {
        border: none;
        margin-left: 34px;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
        margin-top: 8px;
    }

        .sub-nav .sub-links li:hover {
            background: rgba(88, 185, 71, 0.05);
        }

    .sub-nav .sub-links .active:hover {
        background: transparent;
    }

    .sub-nav .sub-links li:hover a {
        color: #252635;
    }

    .sub-nav .sub-links li.active a {
        color: #58B947;
    }


    /*.sub-nav .sub-links li+li {border-top:solid 1px rgba(170,170,170,0.6);}*/
    .sub-nav .sub-links li a {
        height: auto;
        padding: 4px 16px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 500;
        color: #252635;
        text-transform: capitalize;
        border: none;
    }
    /*.sub-nav .sub-links li:first-child a {background:transparent url(../img/bg-subnav-shadow.png) left top repeat-x;}*/
    .sub-nav .sub-links li.selected a {
        color: #58B947;
    }



.information-box {
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0px 7px 14px rgba(167, 164, 164, 0.12);
    background-color: #fff;
    border: none;
    margin-left: 16px;
}


    .information-box p {
        margin: 3px 0 8px;
    }

        .information-box p:last-child {
            margin-bottom: 0;
        }

    .information-box ul {
        list-style: disc;
        padding: 0 22px;
        margin-bottom: 8px;
    }

    .information-box em {
        font-weight: bold;
        color: #707070;
        font-style: normal;
        margin-bottom: 2px;
    }

    .information-box .info-group {
        padding-bottom: 10px;
    }

        .information-box .info-group:last-child {
            padding-bottom: 0;
        }

.content-box {
    padding: 0;
    margin: 12px 16px 0 0;
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 7px 14px rgba(167, 164, 164, 0.12);
}

.columns:last-child .content-box {
    margin-right: 0;
}

.content-box .column-table td {
    padding: 12px;
}

#uiteam_sales_leads .content-box .column-table strong {
    font-weight: 600;
}

.content-box .column-table strong {
    letter-spacing: 0.5px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    color: #1657F3;
}

.content-box .content-section {
    border: medium none;
    font-size: 1.12em;
}

.content-section .chzn-container-single .chzn-single {
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
}

    .content-section .chzn-container-single .chzn-single div {
        width: 40px;
    }



.content-box .content-section ul.row {
    padding: 24px;
}

    .content-box .content-section ul.row li.columns {
        margin-bottom: 4px;
    }

.content-box .content-section .margin-top {
    margin-top: 8px !important;
}

.content-box .button-box {
    background: none repeat scroll 0 0 #f8f8f8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #ddd;
    padding: 6px 8px;
}

.content-box .column-table td {
    padding: 12px;
}

.scroll-head {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #F5F6FF;
}


    .scroll-head table {
        width: 100%;
        text-align: left;
        font-size: 1.15em;
    }

        .scroll-head table th {
            padding: 11px 16px;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 0.5px;
            font-weight: 600;
            color: #3A3B46;
            background: #E9EAF9;
        }

            .scroll-head table th:first-child {
                padding-left: 24px;
                border-top-left-radius: 8px;
            }

            .scroll-head table th:last-child {
                padding-right: 24px;
                border-top-right-radius: 8px;
            }

.scroll-table {
    overflow-y: auto;
    border-bottom: solid 1px #ddd;
    background: #f8f8f8;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .scroll-table table {
        width: 100%;
    }

    .scroll-table td {
        padding: 6px 16px;
        vertical-align: middle;
        line-height: 15px;
        white-space: normal;
        position: relative;
        border: none;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

        .scroll-table td:first-child {
            padding-left: 24px;
        }

        .scroll-table td:last-child {
            padding-right: 24px;
        }

    .scroll-table tr:hover {
        background-color: #EEF8EE !important;
    }

        .scroll-table tr:hover td {
            background-color: #EEF8EE !important;
        }

    .scroll-table td:first-child {
        border-left: none;
    }

    .scroll-table td a {
        font-family: 'Satoshi';
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.5px;
        color: #0B45D2;
        font-weight: bold;
        text-decoration: none;
    }

        .scroll-table td a:hover {
            text-decoration: underline;
        }

    .scroll-table tr:nth-of-type(odd) td {
        background: #fff;
    }
    /*.scroll-table tr:last-child td {border-bottom:none;}*/
    .scroll-table tr.header-row td {
        padding: 6px 16px;
        font-size: 12px;
        color: #fff;
        font-weight: 500;
        background: #252635;
    }

        .scroll-table tr.header-row td:first-child {
            padding-left: 24px;
        }

        .scroll-table tr.header-row td:last-child {
            padding-right: 24px;
        }

    .scroll-table tr.header-row:hover {
        background: #0B45D2 !important;
    }

        .scroll-table tr.header-row:hover td {
            background: #0B45D2 !important;
        }

    .scroll-table tr.red td {
        font-weight: bold;
    }

.market-box {
    height: 160px;
    background: url(../Images/market-hours-bg.png) center top no-repeat;
}

    .market-box .market-overlay {
        width: 100%;
        height: 100%;
        background: url(../Images/market-hours-overlay.png) center top no-repeat;
    }

.market-hours .content-box .ui-jqgrid .ui-jqgrid-view {
    border-bottom: none;
}

.market-hours .ui-jqgrid tr.jqgrow td {
    padding: 6px 8px;
    vertical-align: middle;
    line-height: 15px;
    white-space: normal;
    position: relative;
    border: none;
    font-size: 12px;
    font-weight: 500;
    color: #5A5973;
    letter-spacing: 0.5px;
}

    .market-hours .ui-jqgrid tr.jqgrow td:first-child {
        padding-left: 24px;
    }

    .market-hours .ui-jqgrid tr.jqgrow td:last-child {
        padding-right: 24px;
    }

    .market-hours .ui-jqgrid tr.jqgrow td img {
        display: inline-block;
    }

    .market-hours .ui-jqgrid tr.jqgrow td small {
        font-size: 13px;
        font-weight: bold;
        color: #8f8f8f;
    }

.select-bar {
    float: right;
    position: relative;
    display: flex;
}

    .select-bar strong {
        line-height: 30px;
        vertical-align: top;
    }

    .select-bar.tab-bar {
        top: 0;
    }


.select-notes {
    position: absolute;
    right: 40.2%;
    top: 0;
}

/*.percent-box {height:160px;}
.percent-box .mtd-volume {position:absolute; right:10px; font-size:.9em;}*/

percent-box {
    height: 160px;
}

.percent-box .mtd-volume {
    position: absolute;
    left: 24px;
    top: 11px;
    font-size: .9em;
}

.percent-box .mtd-monthly-avg {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: .9em;
}

/*.landing-header {font-size:1.2em; margin-bottom:5px; line-height:20px;}*/
.landing-header {
    margin-bottom: 12px;
}

    .landing-header h2 {
        padding-bottom: 0 !important;
        margin: 0;
        color: #252635;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .landing-header h3 {
        color: #7E8699;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .landing-header .right {
        padding: 16px 0 0 12px;
    }

    .landing-header .balance {
        margin-left: 8px;
        color: #58B947;
        font-size: 18px;
        font-weight: 700;
    }

        .landing-header .balance small {
            font-size: 18px;
            font-weight: 700;
            color: #58B947;
        }

    .landing-header.usd {
        background: url(../Images/bg-usd.png) 7px 5px no-repeat;
    }

        .landing-header.usd .left {
            padding: 0 12px 0 35px;
        }

    .landing-header.eur {
        background: url(../Images/bg-eur.png) 7px 5px no-repeat;
    }

        .landing-header.eur .left {
            padding: 0 12px 0 42px;
        }

    .landing-header.gbp {
        background: url(../Images/bg-gbp.png) 5px 4px no-repeat;
    }

        .landing-header.gbp .left {
            padding: 0 12px 0 35px;
        }

    .landing-header.chf {
        background: url(../Images/bg-chf.png) 5px 12px no-repeat;
    }

        .landing-header.chf .left {
            padding: 0 12px 0 75px;
        }

.msg-list {
    float: left;
    position: relative;
    width: 60%;
}

.msg-content {
    float: left;
    position: relative;
    width: 40%;
    font-size: .8em;
}

    .msg-content .header-box {
        height: 32px;
        padding: 0 3px;
        background: #82C1D7;
        border-left: solid 2px #fff;
    }

        .msg-content .header-box li {
            float: right;
            margin-left: 8px;
        }

            .msg-content .header-box li a {
                padding: 5px 12px;
                color: #fff;
                font-weight: bold;
                line-height: 26px;
                text-decoration: none;
            }

                .msg-content .header-box li a.msg-reply {
                    padding-left: 26px;
                    background: url(../Images/icon-reply-white.png) left center no-repeat;
                }

                .msg-content .header-box li a.msg-archive {
                    padding-left: 22px;
                    background: url(../Images/icon-archive-white.png) left center no-repeat;
                }

                .msg-content .header-box li a.msg-delete {
                    padding-left: 17px;
                    background: url(../Images/icon-delete-white.png) left center no-repeat;
                }

    .msg-content .msg-header {
        height: 55px;
        padding: 12px;
        background: #f9f9f9;
        border-bottom: solid 1px #ddd;
        border-left: solid 2px #fff;
        position: relative;
    }

        .msg-content .msg-header .date-time {
            position: absolute;
            bottom: 12px;
            right: 12px;
            text-align: right;
            color: #adadad;
            font-weight: bold;
        }

    .msg-content .msg-body {
        height: 454px;
        overflow-y: scroll;
        padding: 12px;
        border-left: solid 2px #fff;
    }

        .msg-content .msg-body p {
            margin-bottom: 12px;
        }


.list-tree {
    padding: 10px;
    font-size: .8em;
    background: url(../jsTree/themes/default/d.png) -90 0 repeat-y;
}

    .list-tree a:hover {
        text-decoration: none;
    }


.table-list {
    width: 100%;
    font-size: .8em;
    border: solid 1px #ddd;
    border-bottom: none;
}

    .table-list td {
        padding: 11px 16px;
        vertical-align: middle;
        line-height: 15px;
        white-space: normal;
        position: relative;
        border: none;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

        .table-list td:first-child {
            padding-left: 24px;
        }

        .table-list td:last-child {
            padding-right: 24px;
        }


    .table-list tr:hover td {
        background-color: #EEF8EE !important;
    }

    .table-list thead th {
        padding: 11px 16px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.5px;
        font-weight: 700;
        color: #7E8699;
        background: #F5F6FF;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

        .table-list thead th:first-child {
            padding-left: 24px;
        }

        .table-list thead th:last-child {
            padding-right: 24px;
        }


.modal .table-list {
    margin-top: 8px;
    border-bottom: solid 1px #ddd;
}

    .modal .table-list td {
        padding: 5px 6px;
    }

    .modal .table-list thead th {
        padding: 5px 6px;
    }


/* Ribbons
-------------------------------------------------------------------------------*/

.ribbon-menu li,
.ribbon-menu a,
.ribbon-menu p {
    color: #888;
}

.ribbon-menu {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    margin-top: 4px;
    max-width: 350px;
    background-color: #fff;
    border-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.2);
}

    .ribbon-menu > li {
        display: block;
        margin: 0;
        padding: 3px 8px;
        font-size: 12px;
    }

    .ribbon-menu:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -7px;
        left: 9px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
    }

.ribbon-group {
    position: absolute;
    top: 0;
    right: 8px;
}

    .ribbon-group.offset-border {
        top: 0;
        right: 0;
    }

.ribbon-box {
    position: relative;
    height: 12px;
    width: 24px;
    text-align: center;
    line-height: 12px;
    color: #fff;
    z-index: 1;
    float: right;
    margin-left: 4px;
    background-color: #5C90D0;
}

    .ribbon-box:before {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        content: "";
        top: 100%;
        border: 12px solid;
        border-color: #5C90D0;
        border-top-width: 12px;
        border-bottom-color: transparent;
    }

.ribbon-group.ribbon-sm .ribbon-box {
    height: 6px;
    width: 10px;
    margin-left: 2px;
}

    .ribbon-group.ribbon-sm .ribbon-box:before {
        border: 5px solid;
        border-color: #5C90D0;
        border-top-width: 5px;
        border-bottom-color: transparent;
    }

.color-red {
    color: #d26a5c;
}

.ribbon-box.ribbon-red {
    background-color: #d26a5c;
}

    .ribbon-box.ribbon-red:before {
        border-color: #d26a5c !important;
        border-bottom-color: transparent !important;
    }

.color-yellow {
    color: #f3b760;
}

.ribbon-box.ribbon-yellow {
    background-color: #f3b760;
}

    .ribbon-box.ribbon-yellow:before {
        border-color: #f3b760 !important;
        border-bottom-color: transparent !important;
    }

.color-blue {
    color: #70b9eb;
}

.ribbon-box.ribbon-blue {
    background-color: #70b9eb;
}

    .ribbon-box.ribbon-blue:before {
        border-color: #70b9eb !important;
        border-bottom-color: transparent !important;
    }

.color-green {
    color: #46c37b;
}

.ribbon-box.ribbon-green {
    background-color: #46c37b;
}

    .ribbon-box.ribbon-green:before {
        border-color: #46c37b !important;
        border-bottom-color: transparent !important;
    }

.ribbon-group.offset-label {
    top: 18px;
    right: 28px;
}

.ribbon-group.offset-input {
    top: 18px;
    right: 48px;
}


/* Footer Styles
-------------------------------------------------------------------------------*/
footer { /*position:fixed; bottom:0;*/
    height: 55px;
    color: #fff;
    padding: 0 24px;
    background: #252635;
    z-index: 1005;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


    footer .left, footer .right {
        float: none;
    }

    footer .copyright {
        font-size: 11px;
        line-height: 15px;
        font-weight: 500;
    }

    footer .link-item {
        padding: 0 8px 2px;
        font-size: 11px;
        line-height: 15px;
        font-weight: 500;
    }

        footer .link-item:last-child {
            border-right: none;
        }

        footer .link-item a {
            font-size: 11px;
            line-height: 15px;
            font-weight: 500;
            color: #fff;
            text-decoration: none;
        }

            footer .link-item a:hover {
                text-decoration: underline;
            }

    footer a.help {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: 0 10px;
        text-indent: -9000px;
        background: url(../Images/icon-help.png) 0 0 no-repeat;
    }



/* Custom Section Styles
-------------------------------------------------------------------------------*/

.volume-overview .content-box {
    height: 207px;
}

.volume-overview .mtd-volume {
    position: absolute;
    right: 10px;
    font-size: .9em;
}



/* Table Styles
-------------------------------------------------------------------------------*/

.data-table {
    width: 100%;
    padding: 2px;
    text-align: left;
    background: #fff;
}

    .data-table thead {
        background: #ccc;
        border: solid 1px #ddd;
    }

    .data-table th {
        font-size: 1.1em;
    }

        .data-table th .th {
            padding: 8px 12px;
            border: solid 1px #fff;
            border-right: none;
            border-left: solid 1px #ddd;
        }

        .data-table th:first-child .th {
            border-left: solid 1px #fff;
        }

        .data-table th:last-child .th {
            border-right: solid 1px #fff;
        }

    .data-table tbody tr:nth-child(odd) {
        background: #FAFAFA;
    }

    .data-table td {
        padding: 8px 12px;
        border: solid 1px #ddd;
    }


/* jqGrid override styles */
    .ui-jqgrid .ui-jqgrid-view { /*font-size:1em;*/
        font-size: .9em;
    }

    .ui-jqgrid .ui-jqgrid-resize { /*height:37px !important;*/
    }

    .ui-jqgrid .ui-jqgrid-hdiv { /*border-right:solid 1px #ddd !important;*/
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .ui-jqgrid .ui-jqgrid-htable th {
        height: auto !important;
        padding-left: 2px !important;
    }

    .ui-jqgrid .ui-jqgrid-htable thead {
        background: #E9EAF9; /*border:solid 1px #fff; border-left:none; border-right:solid 1px #ddd;*/
    }

    .ui-jqgrid .ui-jqgrid-htable th:first-child { /*text-align:left !important; padding:0 2px 0 1px; border-left:solid 1px #fff;*/
        padding: 0 1px 0 2px;
    }

    .ui-jqgrid .ui-jqgrid-htable th:last-child { /*border-right:solid 1px #fff;*/
        border-right: none;
        float: none;
    }

    .ui-jqgrid .ui-jqgrid-htable th[id$="_cb"] {
        text-align: center !important;
    }

    .ui-jqgrid .ui-jqgrid-htable th div { /*height:34px; line-height:34px;*/
        height: auto;
        padding: 10px 8px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.5px;
        font-weight: 600;
        color: #252635;
        background: #E9EAF9;
    }

    .ui-jqgrid .ui-jqgrid-htable th:first-child div {
        padding-left: 24px;
    }

    .ui-jqgrid .ui-jqgrid-htable th:last-child div {
        padding-right: 24px;
    }

    .ui-jqgrid tr.ui-search-toolbar th { /*height:42px;*/
        border-top: none !important;
    }

tr.ui-search-toolbar input[type="text"] {
    margin: 0;
    position: relative;
    height: 32px;
    line-height: 32px;
    color: #283555;
    border-radius: 4px;
    font-weight: bold;
    width: 100%;
    min-width: 32px;
    box-sizing: border-box;
    padding: 0 4px !important;
    font-size: 12px !important;
}

.ui-jqgrid tr.jqgrow {
    border-bottom: 1px solid #E4EBFC;
}
    
    .ui-jqgrid tr.jqgrow:nth-child(even) {
    }
        .ui-jqgrid tr.jqgrow td {
        padding: 6px 8px;
        vertical-align: middle;
        line-height: 15px;
        white-space: normal;
        position: relative;
        border: none;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;
        color: #5A5973;
    }

    .ui-jqgrid tr.jqgrow td .fa{
        font-size: 20px;
    }

        .ui-jqgrid tr.jqgrow td:first-child {
            padding-left: 24px;
        }

        .ui-jqgrid tr.jqgrow td:last-child {
            padding-right: 24px;
        }

        .ui-jqgrid tr.jqgrow td.overflow {
            overflow: visible;
        }

            .ui-jqgrid tr.jqgrow td.overflow .chzn-container {
            }

        .ui-jqgrid tr.jqgrow td a {
            color: #0B45D2;
            font-size: 12px;
            letter-spacing: 0.5px;
            font-weight: 500;
            text-decoration: none;
        }

            .ui-jqgrid tr.jqgrow td a:hover {
                text-decoration: underline;
            }

        .ui-jqgrid tr.jqgrow td.colCell {
            text-align: center !important;
            min-width: 25px;
        }

        .ui-jqgrid tr.jqgrow td.colCellActions {
            padding: 5px 2px;
        }

.overflow .ui-jqgrid .ui-jqgrid-bdiv {
    overflow: visible;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    /* margin: 0 16px;
   width: calc(100% - 32px);*/
}

.ui-jqgrid .ui-priority-secondary {
    background-color: #fff;
}

.ui-jqgrid-bdiv .ui-state-hover {
    background-color: rgba(215,215,215,0.1) !important;
}

.ui-jqgrid-bdiv .ui-state-highlight {
    background-color: #EEF8EE !important;
}

.ui-jqgrid .ui-jqgrid-pager {
    height: auto;
    background: #E9EAF9;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ui-jqgrid .ui-pager-control {
    margin: 6px 16px; /*border:solid 1px #fff;*/
}

.ui-jqgrid .ui-paging-info {
    margin-top: 2px;
    margin-left: 7px;
    font-weight: bold;
}

.ui-jqgrid .ui-pg-table td[dir="ltr"] {
    padding: 1px 5px;
    font-size: 12px;
    font-weight: 500;
    color: #283555;
    letter-spacing: 0.5px;
}

.ui-jqgrid .ui-separator {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #c2c2c2;
}

/*.ui-jqgrid .ui-icon-asc {margin-top:3px; margin-left:1px;}
.ui-jqgrid .ui-icon-desc {margin-top:4px;}*/

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    text-align: left;
}

.ui-jqgrid .ui-icon-asc { /*margin-top:3px;*/
    margin-top: 0;
    margin-left: 1px;
}

.ui-jqgrid .ui-icon-desc { /*margin-top:4px;*/
    margin-top: 1px;
}

.ui-jqgrid .ui-pg-input {
    height: 18px;
    line-height: 16px;
    padding: 0 4px;
    font-size: 1em !important;
}

.ui-jqgrid .ui-pg-button:hover {
    padding: 1px;
}

.content-section .ui-jqgrid {
    font-size: .8em;
}

/* Content Box jqGrid override styles */

.content-box .ui-jqgrid .ui-jqgrid-resize {
    height: 26px !important;
}

.content-box .ui-jqgrid .ui-jqgrid-hbox {
    border: none;
    border-bottom: none !important;
    padding: 0 !important;
}

.ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 0;
}

.content-box .ui-jqgrid .ui-jqgrid-htable {
    border: none !important;
    width: 100% !important;
}

    .content-box .ui-jqgrid .ui-jqgrid-htable thead {
        background: #E9EAF9;
        padding: 11px 16px;
        border: none !important;
    }

    .content-box .ui-jqgrid .ui-jqgrid-htable th {
        border: none;
    }

        .content-box .ui-jqgrid .ui-jqgrid-htable th:last-child {
            border-right: none !important;
            float: right;
            overflow: visible;
        }
/*.content-box .ui-jqgrid .ui-jqgrid-htable th div {height:26px !important; line-height:26px;}*/
.content-box .ui-jqgrid .ui-jqgrid-btable {
    border: none !important;
}

.ui-jqgrid-btable .btn {
    padding: 6px !important;
    font-size: 11px;
}

.content-box .ui-jqgrid tr.jqgrow:last-child td {
    border-bottom: none !important;
}

.content-box .ui-jqgrid tr.ui-row-ltr td:first-child {
    border-left: none !important;
}

.content-box .ui-jqgrid tr.ui-row-ltr td:last-child {
    border-right: none !important;
}

.promo-box {
    margin-top: 35px;
    box-shadow: 0px 7px 14px rgba(167, 164, 164, 0.12);
    border-radius: 6px;
}

    .promo-box img {
        border-radius: 6px;
    }


/* Individual jqGrid table overrides */
#tableOverviewTrader .ui-jqgrid tr.jqgrow:nth-child(-n+4) td {
    border-bottom: solid 1px #ddd !important;
}


/* Edited Reveal Modal Style http://www.zurb.com/playground/reveal-modal-plugin
-------------------------------------------------------------------------------*/

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    padding: 20px 25px;
    background: #fff;
    position: absolute;
    z-index: 101;
}

.reveal-modal {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.modal.small {
    width: 200px;
    margin-left: -100px;
}

.modal.medium {
    width: 400px;
    margin-left: -200px;
}

.modal.medium-large {
    width: 500px;
    margin-left: -250px;
}

.modal.large {
    width: 600px;
    margin-left: -300px;
}

.modal.xlarge {
    width: 800px;
    margin-left: -400px;
}

.modal.xxlarge {
    width: 1200px;
    margin-left: -600px;
}

.modal.medium .width-full {
    width: 100%;
    max-width: 100%;
}

.modal.large .width-full {
    width: 97.2%;
    max-width: 97.2%;
}

.modal.xlarge .width-full {
    width: 97.2%;
    max-width: 97.2%;
}

.modal.xxlarge .width-full {
    width: 98.1%;
    max-width: 98.1%;
}

.modal-header .required {
    margin-top: 6px;
}

.modal-header .h2 {
    padding: 3px 0 0 0;
}

.modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 9px;
    color: #aaa;
    text-shadow: 0 -1px 1px rgba(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}

.modal .content-section {
    background: #fff;
    margin: 0;
    border-bottom: none;
}

    .modal .content-section ul.offset-scroll {
        padding-right: 30px !important;
    }

        .modal .content-section ul.offset-scroll.box-shadow {
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            z-index: 10000;
        }

    .modal .content-section .header-row {
        padding: 11px 16px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        background: #58B947;
        margin-bottom: 15px;
    }

        .modal .content-section .header-row small {
            font-size: 0.75em;
            text-transform: none;
        }

.modal .alert {
    border-radius: 0;
    font-size: 0.9rem;
    margin: 0;
}

.modal .button-box {
    margin-right: 0;
}

.modal .dark-box {
    margin-left: 0;
    font-size: .9em;
    display: inline-block;
    padding: 9px 13px 11px;
}

.modal-footer {
    background: none;
    padding: 16px;
    margin-top: 8px;
    background: #fff;
    box-shadow: none;
    border: none;
    border-top: 1px solid #D8E3FA;
}

    .modal-footer .btn:not(.btn-primary) {
        border: 1px solid rgba(37, 38, 53, 0.05);
        background: #fff;
        color: #252635;
        font-size: 14px;
        margin-right: 10px;
    }

.modal .dark-box .h3 {
    font-size: .9em;
}



/* Login Page Styles
-------------------------------------------------------------------------------*/

.login-page {
    background: linear-gradient(0deg, #F5F6FF, #F5F6FF), #FFFFFF;
}

    .login-page * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .login-page .login-header .login-content {
        position: relative;
        width: 350px;
        height: 178px;
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
        /*background: url("../images/login.png") center center no-repeat;*/
    }

    .login-page .login-content a {
        color: #000;
        font-weight: 500;
    }

    .login-page .login-header {
        padding: 110px 0 70px;
        background: #fff;
        z-index: 10;
    }


    .login-page .login-form {
        position: relative;
        padding-top: 40px;
    }

        .login-page .login-form .login-content {
            max-width: 320px;
            width: 100%;
            margin: 0 auto;
        }

        .login-page .login-form .form-group {
            margin-bottom: 16px;
        }

            .login-page .login-form .form-group .input-group {
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
            }

                .login-page .login-form .form-group .input-group .input-group-addon {
                    display: none;
                }

                .login-page .login-form .form-group .input-group .form-control {
                    -webkit-box-flex: 1;
                    -moz-box-flex: 1;
                    -webkit-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                }

            .login-page .login-form .form-group input {
                padding: 6px 16px;
                height: 40px;
                font-weight: normal;
                background: #fff;
                font-size: 14px;
                font-weight: 500;
                border: none !important;
                box-shadow: none !important;
            }

            .btn-login {
                padding: 10px 16px;
                background: #363636 !important;
                color: #fff !important;
                border-radius: 6px;
                text-transform: capitalize;
                font-weight: 700;
                outline: none !important;
                font-size: 14px;
                letter-spacing: .5px;
                transition: all .2s linear;
            }

                .btn-login:hover {
                    background-image: linear-gradient(rgb(100 100 100/8) 0 0) !important;
                }


        .login-page .login-form .alert {
            margin-right: 14px;
            margin-left: 14px;
        }

    .login-page.login-form-fall .login-form {
        top: -100px;
    }

        .login-page.login-form-fall .login-form,
        .login-page.login-form-fall .login-form .form-group {
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -ms-filter: alpha(opacity=0);
            filter: alpha(opacity=0);
        }

            .login-page.login-form-fall .login-form .form-group {
                -webkit-transition-delay: 250ms;
                -moz-transition-delay: 250ms;
                -o-transition-delay: 250ms;
                transition-delay: 250ms;
            }

            .login-page .login-content,
            .login-page .login-header,
            .login-page .login-header.login-caret:after,
            .login-page .login-form,
            .login-page .login-form .form-group,
            .login-page.login-form-fall .login-form,
            .login-page.login-form-fall .login-form .form-group {
                -webkit-transition: all 550ms ease-in-out;
                -moz-transition: all 550ms ease-in-out;
                -o-transition: all 550ms ease-in-out;
                transition: all 550ms ease-in-out;
            }

                .login-page .login-form .form-group .input-group,
                .login-page .login-form .form-group .btn-login {
                    -webkit-transition: top 300ms ease-in-out;
                    -moz-transition: top 300ms ease-in-out;
                    -o-transition: top 300ms ease-in-out;
                    transition: top 300ms ease-in-out;
                }

                .login-page.login-form-fall .login-form .form-group:nth-child(2) {
                    -webkit-transition-delay: 350ms;
                    -moz-transition-delay: 350ms;
                    -o-transition-delay: 350ms;
                    transition-delay: 350ms;
                }

                .login-page.login-form-fall .login-form .form-group:nth-child(3) {
                    -webkit-transition-delay: 450ms;
                    -moz-transition-delay: 450ms;
                    -o-transition-delay: 450ms;
                    transition-delay: 450ms;
                }

                .login-page.login-form-fall .login-form .form-group:nth-child(4) {
                    -webkit-transition-delay: 550ms;
                    -moz-transition-delay: 550ms;
                    -o-transition-delay: 550ms;
                    transition-delay: 550ms;
                }

    .login-page.login-form-fall-init .login-form {
        top: 0;
    }

        .login-page.login-form-fall-init .login-form,
        .login-page.login-form-fall-init .login-form .form-group {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            -ms-filter: alpha(opacity=100);
            filter: alpha(opacity=100);
        }




/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
}






/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
}

@media screen and (max-width: 1200px) {

    .form-box .padding-med {
        padding: 8px 14px 9px;
    }

    .form-box .text-large {
        font-size: 1.1em;
        line-height: 18px;
    }

    .form-box .dark-box {
        padding: 8px 14px 9px;
        margin-left: 10px;
        font-size: .9em;
    }

    .ui-jqgrid tr.jqgrow td {
        font-size: .85em;
        line-height: 14px;
    }
}

@media all and (orientation: portrait) {
}

@media all and (orientation: landscape) {
}

.width-extraSmall {
    width: 55px;
    max-width: 70%;
}

.requiredError {
    color: red;
    margin-left: 2px;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    display: inline;
    list-style: none;
    margin: 0;
}

.reveal-modal1 {
    visibility: hidden;
    top: 27px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    padding: 20px 25px;
    background: #fff;
    position: absolute;
    z-index: 101;
}

.reveal-modal1 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}

    .reveal-modal1 .close-reveal-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #aaa;
        text-shadow: 0 -1px 1px rgba(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
    }

    .reveal-modal1 .content-section {
        background: #eee;
        margin: 0;
    }

    .reveal-modal1 .button-box {
        margin-right: 0;
    }

    .reveal-modal1.large {
        width: 600px;
        margin-left: -340px;
    }

.width-400 {
    width: 400px;
}

#artClientList, #artAccList {
    /*padding-bottom: 65px;*/
}

.select-barMyClients {
    float: right;
    position: relative;
    top: 12px;
    right: 35px;
    z-index: 2;
}

.newMsg {
    font-weight: bold !important;
}

.ui-jqgrid .loading {
    background: url("../Images/loading.gif") no-repeat scroll 0 0 transparent;
    border-style: none;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.marketNewsWidth-15 {
    width: 15%;
    min-width: 130px;
}

.modal.fade1.in {
    top: 4%;
}

.modal {
    background: #fff;
    border: none;
    box-shadow: 0px 3px 22px rgba(33, 33, 52, 0.15);
    border-radius: 6px;
}

.bold-font {
    font-weight: bold;
}

.vol-overview-loading {
    background: url("../Images/loading.gif") no-repeat scroll 0 0 transparent;
    border-style: none;
    background-repeat: no-repeat;
    top: 43%;
    left: 47%;
    position: relative;
    height: 33px;
    width: 33px;
}

.select-bar-admin-clients {
    float: right;
    position: relative;
    right: 24px;
    top: 13px;
    z-index: 2;
}

.percentBar {
    margin-left: 254px;
    font-size: small;
    margin-top: -6px;
    position: absolute;
}


.alertPopup {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    border-radius: 4px;
    margin: 3px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    font-family: 'Segoe UI';
    font-size: small;
}

.alertPopupClose {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
    text-decoration: none;
}

/*#dvHistoryNotes {
    padding: 10px;
    position: relative;
    padding-right: 25px;
    padding-left: 25px;
}*/

.button-deleteBen {
    position: relative;
    float: right;
    font-size: 10.5px;
    font-weight: bold;
    text-decoration: none !important;
}

.label-margin {
    margin: 23px 0 0 0 !important;
}


.select-bar-admin-leads {
    float: right;
    position: relative;
    right: 24px;
    top: 5px;
    z-index: 2;
}

.loginError {
    display: none;
}

    .loginError li {
        color: #b94a48;
        font-weight: normal;
        font-size: small;
    }

.alertResetSuccess {
    margin-right: 14px;
    margin-left: 14px;
    background-color: #fcf8e3;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 2px 35px 8px 14px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
    text-align: center;
}

/* Split Layout Styles
-------------------------------------------------------------------------------*/

.split-layout-page {
    background: #dadada;
}

    .split-layout-page * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .split-layout-page .split-layout-content {
        position: relative;
        width: 320px;
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
    }

        .split-layout-page .split-layout-content a {
            color: #949494;
        }

        .split-layout-page .split-layout-content p {
            line-height: 1.4em;
        }

        .split-layout-page .split-layout-content h1 {
            font-size: 1.6em;
            font-weight: 400;
            margin-bottom: 14px;
        }

    .split-layout-page .split-layout-header {
        position: relative;
        padding: 35px 0;
        background: #fafafa;
        z-index: 10;
    }

        .split-layout-page .split-layout-header.split-layout-caret:after {
            position: absolute;
            content: '';
            left: 50%;
            bottom: -13px;
            width: 0;
            height: 0;
            margin-left: -12.5px;
            border-style: solid;
            border-width: 13px 12.5px 0 12.5px;
            border-color: #fafafa transparent transparent transparent;
        }

    .split-layout-page .split-layout-form {
        position: relative;
        padding-top: 60px;
    }

        .split-layout-page .split-layout-form .form-group {
            margin-bottom: 20px;
        }

            .split-layout-page .split-layout-form .form-group .input-group {
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                width: 100%;
                text-align: left;
            }

                .split-layout-page .split-layout-form .form-group .input-group .input-group-addon {
                    width: 40px;
                    height: 40px;
                    line-height: 28px;
                }

            .split-layout-page .split-layout-form .form-group .form-control {
                padding: 6px 9px;
                height: 40px;
                font-weight: normal;
                width: 100%;
            }

            .split-layout-page .split-layout-form .form-group .btn-split-layout {
                padding: 9px 12px;
                text-transform: uppercase;
            }

    .split-layout-page.split-layout-form-fall .split-layout-form {
        top: -100px;
    }

        .split-layout-page.split-layout-form-fall .split-layout-form,
        .split-layout-page.split-layout-form-fall .split-layout-form .form-group {
            -webkit-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
            -ms-filter: alpha(opacity=0);
            filter: alpha(opacity=0);
        }

            .split-layout-page.split-layout-form-fall .split-layout-form .form-group {
                -webkit-transition-delay: 250ms;
                -moz-transition-delay: 250ms;
                -o-transition-delay: 250ms;
                transition-delay: 250ms;
            }

            .split-layout-page .split-layout-content,
            .split-layout-page .split-layout-header,
            .split-layout-page .split-layout-header.split-layout-caret:after,
            .split-layout-page .split-layout-form,
            .split-layout-page .split-layout-form .form-group,
            .split-layout-page.split-layout-form-fall .split-layout-form,
            .split-layout-page.split-layout-form-fall .split-layout-form .form-group {
                -webkit-transition: all 550ms ease-in-out;
                -moz-transition: all 550ms ease-in-out;
                -o-transition: all 550ms ease-in-out;
                transition: all 550ms ease-in-out;
            }

                .split-layout-page .split-layout-form .form-group .input-group,
                .split-layout-page .split-layout-form .form-group .btn-split-layout {
                    -webkit-transition: top 300ms ease-in-out;
                    -moz-transition: top 300ms ease-in-out;
                    -o-transition: top 300ms ease-in-out;
                    transition: top 300ms ease-in-out;
                }

                .split-layout-page.split-layout-form-fall .split-layout-form .form-group:nth-child(2) {
                    -webkit-transition-delay: 350ms;
                    -moz-transition-delay: 350ms;
                    -o-transition-delay: 350ms;
                    transition-delay: 350ms;
                }

                .split-layout-page.split-layout-form-fall .split-layout-form .form-group:nth-child(3) {
                    -webkit-transition-delay: 450ms;
                    -moz-transition-delay: 450ms;
                    -o-transition-delay: 450ms;
                    transition-delay: 450ms;
                }

                .split-layout-page.split-layout-form-fall .split-layout-form .form-group:nth-child(4) {
                    -webkit-transition-delay: 550ms;
                    -moz-transition-delay: 550ms;
                    -o-transition-delay: 550ms;
                    transition-delay: 550ms;
                }

    .split-layout-page.split-layout-form-fall-init .split-layout-form {
        top: 0;
    }

        .split-layout-page.split-layout-form-fall-init .split-layout-form,
        .split-layout-page.split-layout-form-fall-init .split-layout-form .form-group {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            -ms-filter: alpha(opacity=100);
            filter: alpha(opacity=100);
        }

    .split-layout-page .split-layout-form {
        padding-top: 30px;
    }

/* Error Page Styles
-------------------------------------------------------------------------------*/

.page-error {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    text-align: center;
}

    .page-error .error-content {
        margin-top: -80px;
        padding: 0 20px;
    }

    .page-error .error-symbol {
        font-size: 150px;
    }

    .page-error .error-text h1 {
        font-size: 55px;
        line-height: 55px;
        font-weight: normal;
        color: #444;
        margin: 10px 0;
    }

    .page-error .error-text h2 {
        font-size: 22px;
        text-transform: uppercase;
        line-height: 26px;
        font-weight: normal;
    }


/* Custom styles */

.btn-group:has(.btn-userManual) > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    max-width: 9rem;
    border-radius: 4px;
    white-space: normal;
    margin-left: 0 !important;
}

/*.error-text{
    color:red;
    font-size: 11px;
}*/
.row .six .slider {
    width: 60.5%;
}

.logo-platform {
    max-height: 36px;
}

.isInvalid {
    opacity: 0.3;
}

a.payout, input.payout {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    text-align: left;
    text-indent: -9000px;
    border: none;
    background: url(../Images/button-payout.png) 0 0 no-repeat;
}

.btn-primary, .btn-primary[disabled] {
    background: #58B947;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
        background: #58B947;
        color: #fff;
    }



.ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar-track {
    background: #DEE1F0;
    border-radius: 5px;
}

.ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar-thumb {
    background-color: #B7BADA;
    border-radius: 5px;
}

.scroll-table::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scroll-table::-webkit-scrollbar-track {
    background: #DEE1F0;
    border-radius: 5px;
}

.scroll-table::-webkit-scrollbar-thumb {
    background-color: #B7BADA;
    border-radius: 5px;
}

#uiteam_sales_leads .column-table td.box-link a {
    padding: 32px 16px;
}

    #uiteam_sales_leads .column-table td.box-link a:first-child {
        padding-bottom: 19px;
    }

    #uiteam_sales_leads .column-table td.box-link a:last-child {
        padding-top: 19.5px;
    }


#dvClientChanges {
    padding: 16px;
}

    #dvClientChanges .box-link {
        background: #F5F6FF;
        border-right: 2px solid #fff;
    }

        #dvClientChanges .box-link:first-child {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        #dvClientChanges .box-link:last-child {
            border-right: 0;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        }

        #dvClientChanges .box-link.status1 {
            background: #F9E9EF;
        }

/*#gview_tableEmailCampaigns #tableEmailCampaigns_cb, #gview_tableEmailCampaigns .ui-jqgrid tr.ui-row-ltr td:first-child{
    width: 25px !important;
}*/

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.fileupload {
    background: #F5F6FF;
    padding: 12px;
}

/*.uneditable-input {
    display: none !important;
}*/

.btn-file > input {
    border-radius: 6px !important;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    background: rgba(88, 185, 71, 0.1) !important;
    color: #58B947;
    font-size: 12px;
    font-weight: 700;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.k-popup .k-list .k-item, .k-fieldselector .k-list .k-item {
    font-size: 12px;
    font-weight: 700;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 6px !important;
}

    .k-popup .k-list .k-item:hover, .k-fieldselector .k-list .k-item:hover {
        background: rgba(88, 185, 71, 0.1) !important;
        color: #58B947;
    }

#uiteam_sales_leads .content-box .column-table td:first-child {
    border-bottom: 1px solid #E4EBFC;
}

.no-box-sizing {
    box-sizing: initial !important;
}

[class^="icon-"], [class*=" icon-"] {
    background-image: url(../Images/glyphicons-halflings-white.png);
}

.add-on .icon-calendar {
    background: url("../Images/calendar-ic.svg") center center/cover no-repeat;
    width: 24px !important;
    height: 24px !important;
}

.percent-of-contain{
    display: flex;
    align-items: center;
}


.percent-of-contain .inline-block input{
    padding: 0 8px;
    min-width: 50px;
    margin: 0 8px;
}

.percent-of-contain .inline-block .slider{
    margin-top: 15px;
}

.percent-of-contain span.inline-block{
    margin-top: 20px;
}

.doc-mini-btn{
    display: inline-block;
}

.msg-list-container{
    display: flex;
    justify-content: space-between;
}

.msg-list-container .msg-list{
    flex-basis: 60%;
    width: auto;
    float: none;
    border-right: 5px solid #fff;
}


.msg-list-container .msg-content{
    flex-basis: 40%;
    float: none;
    border: 1px solid #58B947;
    border-radius: 8px;
}

.msg-list-container .msg-content .header-box{
    background: rgba(88, 185, 71, 0.1);
    border: none;
}

.dashboard-promo-box{
    margin-top: 44px;
}

.autocomplete-container{
    filter: drop-shadow(0px 7px 14px rgba(40, 53, 85, 0.15)) drop-shadow(0px 1px 4px rgba(33, 33, 52, 0.1));
    border-radius: 6px !important;
    box-shadow: none !important;
    font-weight: 400 !important;
    top: 70px !important;
    outline: none !important;
    border: none !important;
}

#divBeneficiaryTree{
    padding: 16px;
}

#divBeneficiaryTree .jstree-icon{
   display: none;
}

#divBeneficiaryTree a .jstree-icon{
    display: none;
}

#divBeneficiaryTree ul{
    border-left: 1px solid #E4EBFC;
    position: relative;
}

#divBeneficiaryTree ul:after{
    background: #fff;
    height: 16px;
    width: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    left: -1px;
}

#divBeneficiaryTree .jstree-leaf{
    display: flex;
    align-items: center;
    padding: 8px 0 8px 22px;
    font: 500 12px "Poppins", sans-serif;
    position: relative;
    color: #5A5973;
}


#divBeneficiaryTree .jstree-leaf:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 1px;
    background: #E4EBFC;
    width: 17px;
    height: 1px;
    transform: translateY(-50%);
    display: block;
}

/*
    liveagent chat script formatting
*/
body #liveagent_button_online_button_help {
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 1006;
}

    body #liveagent_button_online_button_help, body #liveagent_button_online_button_help a, body #liveagent_button_online_button_help a:before {
        border-radius: 100% !important;
        width: 45px;
        height: 45px;
    }

body #liveagent_button_online_button_help a {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: block;
    border: 2px solid #004ac3;
    background-color: #fff;
    overflow: hidden;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

body #liveagent_button_online_button_help a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: anialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f086";
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    color: #333;
}

body #liveagent_button_online_button_help a:hover, body #liveagent_button_online_button_help a:focus {
    box-shadow: 0 0 15px rgba(0,74,195,0.3);
    background-color: #004ac3;
    border-color: #004ac3;
}

body #liveagent_button_online_button_help a:hover:before, body #liveagent_button_online_button_help a:focus:before {
    color: #fff;
}

/* GDPR Modal Custom Styles*/
#logoCBForGDPR {
    margin: 0.5rem;
}

/* New-Notification Badge Custom Style*/
.top-nav .new-notification-badge {
    position: absolute;
    padding: 3px 5px;
    font-size: 10px;
    right: -8px;
    top: -7px;
    min-width: 9px;
    line-height: 13px;
    text-align: center;
    opacity: 0.9;
    border: 1px solid black;
    border-radius: 50%;
    scale: 0.9;
    animation: scale-bounce 1s 10 ease-in;
}

.content-aside .new-notification-badge {
    position: absolute;
    padding: 0px 2px;
    font-size: 10px;
    right: 3px;
    top: -5px;
    min-width: 9px;
    line-height: 13px;
    text-align: center;
    opacity: 0.8;
    border: 1px solid black;
    border-radius: 50%;
    scale: 0.8;
    animation: scale-bounce 1s 10 ease-in;
}

@keyframes scale-bounce {
    0%, 100% {
        transform: scale(1);
    }

    10%, 90% {
        transform: scale(0.95);
    }

    20%, 80% {
        transform: scale(0.90);
    }

    30%, 70% {
        transform: scale(0.85);
    }

    40%, 60% {
        transform: scale(0.80);
    }
}

/* Floating Box and Arrow Custom Style*/
.floating-box {
    position: absolute;
    top: 50px; /* Adjust position */
    width: 250px;
    padding: 13px;
    background-color: rgba(255,255,255,0.35);
    color: black;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.btn-close {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.floating-updown-arrow {
    position: absolute;
    width: 2px;
    top: -15px; /* Adjust to position the arrow */
    left: 50%; /* Center the arrow */
    animation: arrow-up-down 1s infinite ease-in-out;
}

    .floating-updown-arrow::before {
        content: '';
        position: absolute;
        top: 0;
        left: -5px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #000; /* Arrow head */
    }

@keyframes arrow-up-down {
    0%, 100% {
        top: -17px;
    }

    10%, 90% {
        top: -15px;
    }

    20%, 80% {
        top: -14px;
    }

    30%, 70% {
        top: -13px;
    }

    40%, 60% {
        top: -12px;
    }
}

/* Custom styling for the (desktop) Reset Password page */
#resetPasswordValidationErrors {
    color: #721c24 !important;
    font-weight: normal;
}

#resetPasswordValidationErrors ul {
    padding-left: 1rem;
    list-style: disc;
}
