body {
    /*background: #0b0239;*/
    /*color: #ddcbcb;;*/
    background: #feffff;
    color: #151414;
}

th {
    background-color: #9dd5f7;
    color: #151414;
}

.table {
    background: #eaf2f7;
}
.row-fluid {
    margin-left: 36px;
}
img.background{
    position: fixed;
    top: 63px;
    z-index: -1000;
    right: 47px;
    opacity: 0.3;
    width: 93%;
}
tbody, thead {
    font-size: smaller;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    /*background-color: #2317b0;*/
    /*color: black;*/
    background-color: #4720a2;
    color: #f7f4f4;
}

.editable-click, a.editable-click {
    color: #ff4ddb;
}

a {
    color: #08317d;
    text-decoration: none;
}

img.brand {
    width: 50px;
    height: 50px;
    background-color: white;
}

.navbar-form {
    width: 400px;
}

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
}

.navbar {
    background-image: linear-gradient(#085c95, #0e1011 60%, #195679);
}

#content {
    background: white;
    border: 1px solid #CCC;
    padding: 15px 20px 30px 35px;
}

#content .row {
    margin-left: 0px;
}

#brand {
    display: inline;
    margin-right: 11px;
    margin-left: 10px;
    color: aliceblue;
}

.search-form {
    margin: 0 5px;
}

.search-form form {
    margin: 0;
}

.btn.dropdown-toggle {
    margin-top: 5px;
}

.btn-menu {
    margin: 4px 5px 0 0;
    float: right;
}

.btn-menu a, .btn-menu input {
    padding: 7px 16px !important;
    border-radius: 1px !important;
    border-color: #ccc;
}

.btn, textarea, input[type], button, .model-list {
    border-radius: 0;
}

.controlgrp {
    display: flex;
    padding: 2px;
}

.button-primary {
    background-color: blue !important;
    color: white !important;
    height: 34px;
}

.col-lg-2 {
    width: 49%;
    padding-left: 0px;
}

.lcheckbox input[type="checkbox"] {
    position: absolute;
    margin-left: 290px;
    padding: 2px;
    width: 5px;
    z-index: 0;
}

.tcheckbox {
    position: relative;
    width: 100%;
    z-index: 0;
}

.tcheckbox input[type="checkbox"] {
    position: absolute;
    width: 5px !important;
    z-index: 0;
    margin-left: 160px;
}

span.row {
    margin-top: -25px;
    float: right;
    margin-right: -22px;
    color: red;
    background-color: white;
    width: 120px;
    text-align: right;
}

.border {
    border-style: solid;
    border-width: 1px;
    border-radius: 16px;
    border-color: #d7dde8;
    padding: 20px;
    margin: 5px 0px;
}

.form-control2 {
    margin-left: 190px;
    float: right;
    margin-top: -25px;
    z-index: 10000;
}

.control-label, .custom-control {
    width: 360px;
    padding-top: 10px;
}

#sumfig {
    float: right;
    margin-top: -25px;
    margin-right: 3px;
}

.model-list {
    border-radius: 0;
}

.nav-pills li > a {
    border-radius: 0;
}

.col-md-2 {
    width: 12%;
    padding: 8px;
}

.select2-container .select2-choice {
    border-radius: 0;
}

.container {
    width: 95%;
}

a.dropdown-toggle b.caret {
    margin-left: 5px;
}

input[type] {
    width: -webkit-fill-available;
    width: -moz-available;
    color: rgba(30, 20, 57, 0.98);
    padding-left: 10px;
}

.btn, button {
    margin-top: 16px;
    background-color: red;
}

.blocked, button {
    margin-top: 0px;
    background: none;
    border: none;
}

.floatbox {
    /*margin-top: -76px;*/
    float: right;
}

.inner-floatbox {
    display: block;
    display: block;
    width: 168px;
    height: 130px;
    padding: 13px;
    border: 3px solid #400f11;
    background-color: #0e0ee3;
    margin-block: 10px;
    border-radius: 10px;
}

.summaryfig {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: -20px;
}

textarea.form-control {
    height: 150px;
}

.blocked {
    background-color: none;
    color: gray;
    width: 90px;
}

.unblocked {
    background-color: #ea0505;
    color: black;
    width: 90px;
}