@CHARSET "ISO-8859-1";

.ngsbp_spinner {
    display: block;
    width: 320px;
    height: 226px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background: url('busy01.gif') no-repeat;
    opacity: .8;
    filter: alpha(opacity=80);
}

/* -------------------- Flex block definitions -------------------- */
.ngsbp-flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    padding: 0px 0;
    /*justify-content: space-around;*/
    /*justify-content: space-between;*/
    background-color: transparent;
    border: 1px solid #f1f1f1;
}
.ngsbp-flex-container > .ngsbp-flex-full {
    box-sizing: border-box;
    background-color: transparent;
    width: 100%;
    padding: 5px 5px;
}

.ngsbp-flex-container > .ngsbp-flex-2 {
    box-sizing: border-box;
    background-color: #efefef;
    width: 50%;
    /*margin: 10px 10px;*/
    padding: 15px 10px 10px 10px;
    text-align: left;
    /*border: 1px solid #cdcdcd;*/
}

.ngsbp-flex-2.relap-right {
    text-align: right;
}

/* -------------------- Client Area Styling -------------------- */
/* Layout width + spacing */
.cuar-container,
.cuar-content,
.cuar-wrapper{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Card styling for widgets */
.cuar-widget,
.cuar-dashboard .cuar-widget,
.cuar-content .cuar-list-table,
.cuar-content .cuar-table{
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

/* Widget headers */
.cuar-widget-header,
.cuar-widget h3{
    padding: 14px 16px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    font-weight: 700;
}

/* Widget body */
.cuar-widget-content,
.cuar-widget .inside{
    padding: 14px 16px;
}

/* Menu / tabs */
.cuar-menu,
.cuar-navigation{
    margin: 12px 0 18px;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.cuar-menu a,
.cuar-navigation a{
    display: inline-block;
    padding: 10px 14px;
    margin-right: 6px;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
}

.cuar-menu .current a,
.cuar-navigation .current a{
    background: rgba(18,96,255,.10);
    font-weight: 700;
}

/* Tables/list items */
.cuar-table td,
.cuar-table th,
.cuar-list-table td,
.cuar-list-table th{
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

/* Buttons */
.cuar-button,
.cuar-content a.button,
.cuar-content input[type="submit"]{
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 700;
}
