/* Start customize bootstrap */
html,
body {
    height: 100%;
}
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto 0px;
    padding-bottom: 120px;
}

#footer {
    height: 80px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.35);
    margin-top: -88px;
}

a.nohighlight:link {color: #fff;}
a.nohighlight:visited {color: #fff;}
a.nohighlight:hover {color: #fff;}
::selection {
    background: #D1D84E;
}
::-moz-selection {
    background: #D1D84E;
}
.odacopyright {
    color:#D1D84E;
}
.usernav {
    text-align:right;
    color:#fff;
}
.logoutbutton {
    padding-right: 10px;
}
.navbarbrand {
    padding-left: 20px !important;
}
.odaband{
    background-color:#574D52;
}
#logos{
    max-width: 200px;
}
.navbar{
    -webkit-box-shadow: 0px 1px 4px rgba(50, 50, 50, 0.5) !important;
    -moz-box-shadow:    0px 1px 4px rgba(50, 50, 50, 0.5) !important;
    box-shadow:         0px 1px 4px rgba(50, 50, 50, 0.5) !important;
}
.navbar-inner{
    border: 0px !important;
}
.masterwelcome{
    min-width: 256px !important;
    max-width: 1024px !important;
}
#loginbg{
    background-color: #D1D84E ;
    border: 0 !important;
}
label {
    font-weight: normal;
}
img {
    height: auto;
    max-width: 100%;
}

html, body {
    font-size: 14px;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.43;
    color: #333;
    background-color: #fff;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%;
    font-weight: normal;
    line-height: 1;
    color: #777
}

b, strong {
    font-weight: bold;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-control {
    font-size: 14px;
    line-height: 1.43;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.form-label {
    margin-bottom: 5px;
}

.btn-primary {
    border-color: #2e6da4;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: none;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-light.disabled, .btn-light:disabled {
    background-color: #fff;
    border-color: #ccc;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.43;
}

small, .small {
    font-size: 85%;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.navbar {
    padding: 0;
}

.navbar-nav a {
    line-height: 20px;
}

.navbar-nav .nav-link {
    position: relative;
    display: block;
    padding: 10px 15px !important;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #ccc;
}

ol, ul {
    padding-left: 40px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.breadcrumb {
    background-color: #f5f5f5;
    padding: 8px 15px;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > .active {
    color: #777;
}

.breadcrumb>li+li:before {
    padding: 0 5px 0 8px;
    color: #ccc;
    content: "/\00a0";
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    overflow: hidden;
    margin-top: 20px;
}

.btn-light {
    background-color: #fff;
    border-color: #ccc;
}

.btn-light:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.page-item.active .page-link {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff !important;
}

.text-info {
    color: #31708f !important;
}

.bi-hand-index-thumb::before {
    rotate: 90deg;
}

dd {
    margin-bottom: 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 5px solid #eee;
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.43;
    color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0';
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #337ab7;
}

@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 750px;
    }

    .lead {
        font-size: 21px;
    }

    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1170px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1170px;
    }
}

/* End customize bootstrap */

.logoutbutton a {
    padding: 10px 15px;
}

.bold
{
    font-weight: bold;
}

.navbar-nav .bi-person-fill {
    font-size: 16px;
}

p.printhide {
    margin: 25px 0;
}

.hidden-totals
{
    /*background-color: rgba(255,0,0,0.1) !important;
    border: 1px solid rgba(255,0,0,0.3) !important;*/
}

.login-container
{
    padding-top: 40px;
}

.ga-attach
{
    margin-bottom: 20px;
    padding: 10px;

    background-color: rgba(0,0,0,0.1);

    border-radius: 3px;
}

.ga-attach > input[type=checkbox]
{
    margin-right: 10px;
    width: 20px;
    height: 20px;

    float: left;
}

.ga-attach > label
{
    margin-top: 3px;
}

.card-body
{
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 19px;
}

.navbar-inverse
{
    border-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.alert-grey
{
    background-color: #e5e5e5;
}

.text-danger .help-block
{
    color: #a94442;
}

@media ( min-width: 768px )
{
    .navbar-nav > li > a.brand
    {
        font-size: 18px;
        padding-top: 8px;
    }

    .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.floatingHeader.persist-header .edu-filter
{
    display: none !important;
}

.file-input-container
{
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.wide-100
{
    width: 100%;
}

div.vars-description
{
    margin-top: 20px;
}

div.vars-description > table
{
    width: 100%;
    font-size: 12px;
    color: #444;
}

div.vars-description > table td
{
    padding: 2px;
}

div.vars-description > table td:first-child
{
    font-weight: bold;
}

/** INSTITUTION TRADES **/
div.trade-list-container
{
    overflow-y: auto;
    max-height: 700px;
}

div.trade-list-container table.trades-list td a.red
{
    color: #E4205C !important;
}

table.trades-list
{
    height: 100%;
    width: 100%;
}

table.trades-list thead
{
    width: 100%;
}

table.trades-list tbody
{
    width: 100%;
    overflow-x: hidden;
}

/** TRADES **/

table.trades-table
{
    overflow-y: scroll;
    max-height: 500px;
}

table.trades-table td
{
    padding: 0 !important;
}

table.trades-table td > div
{
    overflow: hidden;
    cursor: pointer;
    user-select: none;

    width: 100%;
    height: 100%;

    padding: 8px;
    /*border-bottom: 1px solid #ddd;*/
}

table.trades-table td > div i
{
    font-weight: normal !important;
}

table.trades-table td > div i.opened
{
    display: none;
}

table.trades-table td > div i.closed
{
    display: inline-block;
}

table.trades-table td:hover > div
{
    background-color: #eee;
}

table.trades-table tr.filter td:hover > div
{
    background-color: transparent;
}

table.trades-table tr.filter > td a
{
    cursor: pointer;
    font-size: 18px;

    text-decoration: none !important;
    user-select: none;
}

table.trades-table tr.filter > td a.sort > i.asc
{
    display: inline-block;
}

table.trades-table tr.filter > td a.sort > i.desc
{
    display: none;
}



table.trades-table tr.filter > td a.sort[data-dir="1"] > i.asc
{
    display: none;
}

table.trades-table tr.filter > td a.sort[data-dir="1"] > i.desc
{
    display: inline-block;
}

table.trades-table tr.filter > td
{
    vertical-align: middle;
}

table.trades-table tr.filter > td:first-child > div
{
    padding-right: 20px;
}

table.trades-table td.open
{
    border: 1px solid #aaa;
}

table.trades-table td.open > div
{
    font-weight: bold;
    background-color: #eee;

    padding-bottom: 8px;
}

table.trades-table td.open > div i.opened
{
    display: inline-block;
}

table.trades-table td.open > div i.closed
{
    display: none;
}

table.trades-table div.name
{
    float: left;
    width: 80%;
}

table.trades-table div.value
{
    float: right;
    width: 20%;
}

table.trades-table td > ul.children
{
    padding: 8px;
    margin: 0;

    display: none;
}

table.trades-table td.open > ul.children
{
    display: block;
}

table.trades-table td > ul.children > li
{
    overflow: hidden;
    padding: 0;
    margin: 0;

    list-style: none;
}

table.trades-table td > ul.children > li > .name
{
    padding-left: 20px;
}

.system-settings-block
{
    overflow: hidden;
}

.system-settings-block form
{
    overflow: hidden;
}

.system-settings-block form > .inner-form
{
    overflow: hidden;
}

.system-settings-block form > .inner-form > .inner-group
{
    overflow: hidden;
    margin-bottom: 20px;
}

.system-settings-block form > .inner-form > .inner-group > .inner-title
{
    border-bottom: 4px solid #666;
    margin-bottom: 20px;
    padding: 6px;

    font-size: 20px;
}

.system-settings-block form > .inner-form > .inner-group > .inner-content
{
    overflow: hidden;
}

.system-settings-block .form-group
{
    float: left;
    width: 30%;
    min-width: 350px;
    height: 140px;

    margin-right: 1%;
}

.system-settings-block .form-group > .control-label
{
    font-weight: bold;
}

.input-box
{
    border: 1px solid #ddd;
    border-radius: 6px;

    padding: 10px 20px;
}

.input-box > .info
{
    padding: 4px;
    font-size: 12px;
}


#declaration-confirmation.modal > .modal-dialog
{
    top: 350px;
    overflow: hidden;
}

#declaration-confirmation.modal .modal-footer,
#declaration-confirmation.modal .modal-body,
#declaration-confirmation.modal .modal-header
{
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 0;
    opacity: 1;
}

#declaration-confirmation.modal .modal-footer > div,
#declaration-confirmation.modal .modal-body > div,
#declaration-confirmation.modal .modal-header > div
{
    min-width: 100%;
    position: relative;
    transition: transform .5s, opacity 0.3s;

    padding: 1.5rem;
}

#declaration-confirmation.modal .modal-footer > div:last-child
{
    text-align: center;
}

#declaration-confirmation.modal .modal-footer > div:last-child button
{
    width: 30%;
    float: unset;
}

#declaration-confirmation.modal.error > .modal-dialog .modal-footer > div:last-child,
#declaration-confirmation.modal.error > .modal-dialog .modal-body > div,
#declaration-confirmation.modal.error > .modal-dialog .modal-header > div
{
    transform: translateX(-100%);
}

#declaration-confirmation.modal.error > .modal-dialog .modal-footer > div:first-child
{
    opacity: 0;
}

.is-invalid .invalid-feedback {
    display: block;
}

.admin-block hr {
    background-color: #fff;
    opacity: 1;
}

.btn-group.open>.dropdown-menu {
    display: block;
}

.login-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.second-logo {
    display: block;
    margin-top: 20px;
}
