

/*datepicker*/
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker {
    margin-bottom: 3rem;
}


.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
/*end datepicker*/
.dropzone.dz-started .dz-message {
  display: block !important;
}

div.dropzone.dz-started div.dz-message {
  display: block !important;
}

div.truncate-overflow {

  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
}



.wrapper {
    background: #39E2B6;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    text-align: center;
    left: 0;
    font-size: 100px;
    font-family: calibri;
    color: white;
    line-height: 100vh;
}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

div.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.dropzone .dz-message {
    margin-top:0px !important;
}

div.dropzone div.dz-message {
    margin-top:0px !important;
}

.input-group-addon
{
    background-color:#FFF;
}

.fa_customgreen {
color: green;
}

.fa_customred {
color: red;
}

 #popup{
        display: none;
    }

a {
    cursor: pointer;
}

.img-wraps {
    position: relative;
    display: inline-block;
    
    font-size: 0;
}
.img-wraps .closes {
    position: absolute;
    top: 5px;
    right: 8px;
    z-index: 49;
    background-color: #FFF;
    padding: 4px 3px;
     
    color: #000;
    font-weight: bold;
    cursor: pointer;
    
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
    border:1px solid red;
}
.img-wraps:hover .closes {
    opacity: 1;
}

.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
    font-style: normal;
}

.input-icon > input {
  padding-left: 25px;
    padding-right: 0;
}

.input-icon-right > i {
  right: 0;
}

.input-icon-right > input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}

.toggle-btn {
    display: block;
    text-align: center;
    font-size: 2.9em;
    letter-spacing: 2px;
    line-height: 60px;
    height: 60px;
    text-transform: uppercase;
    color: #0066FF;
    cursor: pointer;
    background-color: #f5f5f5;
}

.toggle-btn:hover {
    background-color: black;
    color: white;
}

.datepicker {
    z-index: 1151 !important;
}

.stackem div {
    width: 100%;
}

li.nav-item.information {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.text.single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.bkgrdbox {
    /*use this style for the text box backgrounds on the disposition form. */

    padding: 5px;

    color: black;
    text-align: center;
}


    .currency-wrap{
        position:relative;
    }
    
    .currency-code{
        position:absolute;
        left:8px;
        top:2px;
    }
    
    .text-currency{
        
        padding-left: 20px;
        border:solid 1px #ccc;
        border-radius:5px;
    }

div.no-padding {

    padding: none !important;

    
}

.img-pdf {
padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    height: auto;
    display: inline-block;
    text-decoration: none;
  }

#itemdispositiondatashow {
    //    display:none;
}

#itemdispositiondatahide {
    //    display: none !important;
}

.itempanel {
    border-left: 4px solid #04AA6D;
}

.list-content li {
    color: #888;
    font-size: 12px;
    padding: 7px 15px;
    border-bottom: solid 1px #f5f9e7;
}

.panel>.panel-heading-custom {
    background-image: none;
    background-color: blue !important;
    color: white;

}




.py-5 {
background-color: #337ab7 !important;

}

#div-mytoggle{
    background: ##337ab7;
    padding: 5px;
    width: 100%;
    }
    
.img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
}
.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 49;
    text-decoration-line: none;
    background-color: #FFF;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .5;
    text-align: center;
    font-size: 22px;
    line-height: 10px;

}

.img-wrap .rotate {
    position: absolute;
    top: 27px;
    right: 30px;
    z-index: 48;
    text-decoration-line: none;
    background-color: #FFF;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .5;
    text-align: center;
    font-size: 22px;
    line-height: 10px;

}
.img-wrap:hover .close {
    opacity: 1;
}

.disabled {
-webkit-filter: saturate(0%);
filter: saturate(0%);
opacity: 0.6;
pointer-events: none;
}

.container-fluid.blue {
    background-color: blue !important;
    color: white;
}

section {
    width: 100%;
    float: left;
    background-color: #337ab7 !important;
    color: #337ab7 !important;
}

.banner-section {
    background-color: blue !important;
    color: #337ab7 !important;
    left: 0;
    position: absolute;
    top: 0;
    background-position: 0;
}

body {
    overflow-x: hidden !important;
}

#list-group-item li {
    font-size: 0.8em !important;
}

.row.vdivide [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

border-left: 1px solid gray;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #80D651;
}

.notice-success>strong {
    color: #80D651;
}

.notice-info {
    border-color: #45ABCD;
}

.notice-info>strong {
    color: #45ABCD;
}

.notice-warning {
    border-color: #FEAF20;
}

.notice-warning>strong {
    color: #FEAF20;
}

.notice-danger {
    border-color: #d73814;
}

.notice-danger>strong {
    color: #d73814;
}

/* Large rounded green border */
hr.new5 {
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
}

/* Asterisk hr border */
hr.asterisk {

    content: "*";
    border: none;
    color: black;
    overflow: visible;
    text-align: center;
    height: 5px;
}

div.hidedata {
    display: none;
}

.normalweight {
    font-weight: normal;

}

div.displabel {
    text-align: right;
    font-weight: bold;
}

div.boldlabel {
    font-weight: bold;
    color: black;
}

#itemdisposition {}

#transparentbkgrd {
    background: url('/img/transparentpng.png') no-repeat center center;
    display: none;
}

.displayinline {
    display: inline;
}

.inline {
    float: left;
}

#multiselectpanel{
    position: absolute;
    left: 0px;
    top: 0px !important;
    z-index: +50;
     background-color: lightgoldenrodyellow !important;
     height: 222px;
     border-radius: 2px !important;
     border-color: black !important;
     border-width: 3px;
     margin: auto;
     display:none;
     width:100%;
}

      
    

#multiselectboxcss {
 
      background-color: lightgray;
      width: 75%;
      text-align: center;
      padding: 10px;
      margin: auto;
      
  }

a.eventlink {
display: inline-block;
color:white !important;
}

a.nav-link.text-white {
    display: inline-block !important;
    color: white;
    }

a.nav-link.text-whitelarge {
    display: inline-block !important;
    color: white;
    font-size: 20px ;
    }

.rhblogo {
display: inline-block;
color: white;
}

#container.financearea {
  display: flex;
  justify-content: flex-end;
}

#eventlisting{
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
}

    div.parentdiv{
        display: flex;
    }
    div.childdiv{
        width: 90%;
        
        background: white;
        text-align: center;
        box-sizing: border-box;
        border: 1px solid gray;
    }



.modal-content {
    /* 80% of window height */
    height: 80%;
    background-color: #BBD6EC;
}

.flex-parent-element {
display:  flex;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

i.blockdisplay {
    display: block;
}

.starter-template {
    padding: 5px 5px;
    text-align: center;
}

a.morepics:link {
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}

a.morepicsvertical:link {
    font-family: Arial;
    font-weight: bold;
   
}


.floatleft {
    float: left;
}

.input-icon {
    position: relative;
}

/* simple css-based tooltip */
.tooltip {
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 200px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.btn.btn-addalot {
    color: #ffffff;
    background-color: #5c93b8;
    background-image: linear-gradient(to bottom, #000000, #226466);
    border-color: #3E8F3E #3E8F3E #3E8F3E;
}

.btn.btn-togglerhb {
    background-image: ;
}


.btn.btn-addalot:hover {
    color: #ffffff;
    background-color: #226466;
    background-image: linear-gradient(to bottom, #226466, #226466);
    border-color: #3E8F3E #3E8F3E #3E8F3E;
}

.div.nomargin {

    float: left;
    padding: 0;

}

.dispositionpanel {
    display: none;
}

.radio-toolbar {
    margin: 10px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}

.radio-toolbar label:hover {
    background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus+label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: #bfb;
    border-color: #4c4;
}

.checked {
    background-color: lightgray;
}


canvas {
    display: block;
    margin: 1em auto;
    background: #fff;
    border: 1px solid #ccc
}

*[data-href] {
    cursor: pointer;
}

h3 .btn-group {
    display: inline-block;
}

.input-icon>i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.form-control-custom {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-custom-sm {
    display: block;
    width: 95px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.modalform {
    width: 50px;
}

.checkboxes label {
    display: block;
    padding-right: 10px;
    padding-left: 22px;
    text-indent: -22px;
}

.checkboxes input {
    vertical-align: middle;
}

.checkboxes label span {
    vertical-align: middle;
}

.admin>div {
    display: inline-block;
    vertical-align: top;
    margin-right: 1em;
}

.divLeft {
    width: 70px;
    float: left;
}

.divRight {
    width: 50px;
    float: left;
}



.selected {
    background-color: yellow;
}

.disposed {
    background-color: #b5c7fb;
}

.lotrow {
    background-color: gray;
    font-size: 14;
    padding: 0.5rem 0.75rem;
}

a.disposed:link {
    color: black;
    text-decoration: none;
    important !
}

a.disposed:visited {
    color: black;
    text-decoration: none;
}

a.disposed:hover {
    color: black;
    text-decoration: underline;
}

a.disposed:active {
    color: black;
}

.selected1 {
    background-color: yellow;
}

#eventForm .form-control-feedback {
    top: 0;
    right: -15px;
}

.input-icon>input {
    padding-left: 25px;
    padding-right: 0;
}

.input-icon-right>i {
    right: 0;
}

body {
    font-family: Arial, Helvetica, Sans-Serif;

}

#report {
    border-collapse: collapse;
}

#report h4 {
    margin: 0px;
    padding: 0px;
}

#report img {
    float: right;
}

#report ul {
    margin: 10px 0 10px 40px;
    padding: 0px;
}

#report th {
    background: #7CB8E2 url(header_bkg.png) repeat-x scroll center left;
    color: #fff;
    padding: 7px 15px;
    text-align: left;
}

#report td {
    background: #C7DDEE none repeat-x scroll center left;
    color: #000;
    padding: 7px 15px;
}

#report tr.odd td {
    background: #fff url(row_bkg.png) repeat-x scroll center left;
    cursor: pointer;
}

#report div.arrow {
    background: transparent url(/img/arrows.png) no-repeat scroll 0px -16px;
    width: 16px;
    height: 16px;
    display: block;
}

#report div.up {
    background-position: 0px 0px;
}

#navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

.input-icon-right>input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

.fixed-table-container {
    width: 100%;
    height: 400px;
    border: 1px solid black;
    margin: 2px auto;
    background-color: white;
    /* above is decorative or flexible */
    position: relative;
    /* could be absolute or relative */

    /* height of header */
}

.fixed-table-container-inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    color: #262c31;
}

.header-background {
    background-color: #006dcc;
    height: 20px;
    /* height of header */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.navbar-header-menu {
    float: right;
}

.navbar-header-menu>.navbar-nav {
    float: left;
    margin: 0;
}

a.borderedbox:active {
  border: 1px solid white;
    important !
}

a.borderedbox:link {
border: 1px solid white;
    important !
}

.secondarynav {
    padding-left: none:!important;
}


.navbar-header-menu>.navbar-nav>li {
    float: left;
}

.navbar-header-menu>.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-header-menu>.navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    width: auto;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}



.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0;
    padding-left: 5;
    padding-right: 5;
}

.navbar-header-menu>.navbar-form {
    float: left;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-header-menu>.navbar-form>.form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.navbar-header-menu>.navbar-left {
    float: left;
}

.navbar-header-menu>.navbar-right {
    float: right !important;
}

.navbar-header-menu>*.navbar-right:last-child {
    margin-right: -10px !important;
}

table {
    background-color: white;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.th-right {
    text-align: right;
    vertical-align: middle;
}

.th-inner {
    position: absolute;
    top: 0;
    line-height: 20px;
    /* height of header */
    text-align: left;

    padding-left: 5px;
    margin-left: -5px;
}

.first .th-inner {
    border-left: none;
    padding-left: 6px;
}



/* extra-wrap */

.extrawrap th {
    text-align: center;
}

.extra-wrap {
    width: 100%;
}

.my-container {
  background-color: #f1f1f1; /* set the background color */
  text-align: left;
  margin: 10px;
  padding: 10px; /* add some padding inside the container */
}

/* Zupa styles for centered headers */

.zupa div.zupa1 {
    margin: 0 auto !important;
    width: 0 !important;
}

.zupa div.th-inner {
    width: 100%;
    margin-left: -50%;
    text-align: center;
    border: none;
}

/* for hidden header hack to calculate widths of dynamic content */

.hidden-head {
    min-width: 530px;
    /* enough width to show all header text, or bad things happen */
}

.hidden-header .th-inner {
    position: static;
    overflow-y: hidden;
    height: 0;
    white-space: nowrap;
    padding-right: 5px;
}

/* for complex headers */

.complex.fixed-table-container {
    padding-top: 60px;
    /* height of header */
    overflow-x: hidden;
    /* for border */
}

.complex .header-background {
    height: 60px;
}

.complex-top .th-inner {
    border-bottom: 1px solid black;
    width: 100%
}

.complex-bottom .th-inner {
    top: 30px;
    width: 100%
}

.complex-top .third .th-inner {
    /* double row cell */
    height: 60px;
    border-bottom: none;
    background-color: #D5ECFF;
}

/* for tableSorter headers */

.fixed-table-container.sort-decoration {
    overflow-x: hidden;
    min-width: 530px;
    /* enough width to show arrows */
}

.sort-decoration .th-inner {
    width: 100%;
}

.header .th-inner {
    background-color: #D5ECFF;
}

.headerSortUp .th-inner,
.headerSortDown .th-inner {
    background-color: #5DDFFD;
}

span.sortArrow {
    background: url(icons/bg.gif) 0 4px no-repeat transparent;
    padding: 1px 10px;
    line-height: 30px;
}

.headerSortUp span.sortArrow {
    background: url(icons/asc.gif) 0 7px no-repeat transparent;
}

.headerSortDown span.sortArrow {
    background: url(icons/desc.gif) 0 7px no-repeat transparent;
}




.icon-input-btn {
    display: inline-block;
    position: relative;
}

.icon-input-btn input[type="submit"] {
    padding-left: 2em;
}

.icon-input-btn .glyphicon {
    display: inline-block;
    position: absolute;
    left: 0.65em;
    top: 30%;
}



#drop {

    height: 15px;
    box-shadow: 0px 10px 14px -7px #276873;

    border-radius: 8px;
    cursor: pointer;
    color: black;
    font-family: Arial;
    font-size: 12px;
    padding: 1px 2px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
}


.td.redtext {
    color: red;
}


.whitetext a:link {
    color: white;
    text-decoration: underline;
}

.whitetext {
    color: black;
}


a.black:link {
    color: black;
}

a.black:visited {
    color: black;
}

a.black:hover {
    color: black;
}


.pagetitle {
    color: white;
}

.nav {
    padding-right: 50px !important;
}

.fixed-top {
    position: unset !important;
}

.table-home thead {
    background-color: #212529;
    color: white;
}

.table-fixed thead {
    width: 100%;
}

.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
    display: block;
}

.table-fixed tbody td,
.table-fixed thead>tr>th {
    float: left;
    border-bottom-width: 0;
}

.thisbar-brand {
    padding: 0px 0px 0px 0px;
    position: absolute;
    right: 0px;
}

.navbar-toggle {
    position: absolute;
    right: 75px;
    top: 0;

}



.container-fullwidth {
    width: 100%;
    background-color: black;
}

.buttondelete {
    position: absolute;
    z-index: 1;
    right: 20px;
}


a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.accordion-body {
 padding: 0.5rem 0.75rem !important;   
}

#accordion .panel {
      background-image: none;
    background-color: white !important;
    color: black;
}
#accordion .panel-heading {
    background-image: none;
    background-color: gray !important;
    color: white;
}
#accordion .panel-title a {
    display: block;
    padding: 10px 15px;
    margin: 0;
    background: #3c603c;
    font-size: 14px;
    font-weight: bold;
    color: #f9e2ad;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #3c603c;
    position: absolute;
    top: 30px;
    right: 30px;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    content: "";
    width: 2px;
    height: 15px;
    background: #3c603c;
    position: absolute;
    bottom: 10px;
    right: 39px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after {
    height: 0;
}
#accordion .panel-body {
    background: white;
    border-top: 2px solid #000;
    font-size: 15px;
    color: #f9e2ad;
    line-height: 17px;
    letter-spacing: 1px;
}

#accordion .collapse {
    background: white;
    border-top: 2px solid #000;
    font-size: 15px;
    color: black;
    line-height: 17px;
    letter-spacing: 1px;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease
}
.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}
.x_title .filter {
    width: 40%;
    float: right
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #BDBDBD
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500
}

.pdfimg {
    position: relative;

}

.rightlabel {
    text-align: right;
    font-weight: bold;
}

.label.above {
    display: block;
text-align: left !important;
font-size: 8px;
}

.buttondelete span {
    color: red; // for testing purpose
}

.hide {
    display: none;
}

.dehide {
    display: none;
}

.dehide2 {
    display: none;
}

.dehide3 {
    display: none;
}

.salepricechange {
    display: none;
}

.hideinitial {
    display: none;
}

.form-group-small {
    margin-bottom: 5px !important;
}

.navbar {
    top: 0;
    z-index: 1;
    margin-bottom: 0px !important;
}

.hr {
    height: 6px !important;
}

.redtext {
    color: red;
}

.purpletext {
    color: darkred;
}

div.whitetext {
    color: white;
}

.redtext span {
    background-color: white;
}

.panel-headingbright {
    background-color: yellow;
}

.itemdark {
    background-color: darkgray;
}

.panel-default-dark {
    background: #A9A9A9;
    color: black;
}

.panel-body {
    padding: 3px !important;
}

.panel-group {
    margin-bottom: 3px !important;
}

.addanotheritem {
    margin-bottom: 5px !important;
}

.whitebkgrd {
    background: white !important;
    outline: white !important;
}

.jumbotron-fluid-blue {
    background: background: #A9A9A9;
    color: black;
     !important;
}

body.modal-open .datepicker {
    z-index: 1200 !important;
}

#addalot {
    margin-top: 5px !important;
}

.redtextbuyer {
    color: red;

}

.bluetext {
    color: blue;

}

.boldredtext {
    color: red !important;
    font-weight: bold;

}

.boldblacktext {
    color: black;
    font-weight: bold;

}

.boldwhitetext {
    color: white;
    font-weight: bold;

}

div.itemrow div {
    font-size: 15px;
}

.noborder td,
.noborder th {
    border: none !important;
}


.box {
    padding: 20px;
    display: none;
    margin-top: 20px;

}

.bythepiece {
    background: white;
}

.allonemoney {
    background: white;
}

* {
    box-sizing: border-box;
}


.tableheader {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
}

.tableheader a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.tableheader a:hover {
    background: #ddd;
    color: black;
}

.main {
    padding: 16px;
    padding-top: 3px;
    margin-top: 0px;

    /* Used in this example to enable scrolling */
}

#maincontainerfluid {
    padding-top: 98px;
}




.paddedDiv {
    padding: 20px;
    margin-top: 2px;
}

table.scroll {
    width: 100%;
    border-spacing: 0;
    border: 2px solid black;
}

table.scroll th,
table.scroll td,
table.scroll tr,
table.scroll thead,
table.scroll tbody {
    display: block;
}

table.scroll thead tr {
    /* fallback */
    width: 97%;
    /* minus scroll bar width */
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
}

table.scroll tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.buttonalign>li {
    display: inline;
}

.buttonalign>ul {
    list-style-type: none;
}

.cool_line {
    display: block;
    border: none;
    color: black;
    height: 3px;
    background: lightgray;
}

.whitelink {
    color: white;
    text-decoration: underline;
}

table.table {
 

    margin-right: auto;
}

.table-borderless td,
.table-borderless th {
    border: 0;
}

/* borderless table */
.table.table-borderless td,
.table.table-borderless th {
    border: 0 !important;
}

.table.table-borderless {
    margin-bottom: 0px;
}

#outer {
    width: 100%;
    text-align: center;
}

#inner {
    display: inline-block;
}


table.scroll tbody {
    height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

table.scroll tbody td,
table.scroll thead th {
    width: 19%;
    float: left;
    border-right: 1px solid black;
}

thead tr th {
    height: 30px;
    line-height: 30px;
    /*text-align: left;*/
}

tbody {
    border-top: 2px solid black;
}

div.image-gallery {
    display: block;
    background-color: #cccccc;
}

div.image-gallery img {
    display: block;
    float: left;
}

.clear {
    clear: both;
    height: 0;
    width: 0;
    font-size: 1px;
    line-height: 0;
}

.rfloat {
position: absolute;
  right: 5px;
}

.rightclear {
    clear: both;
}

.mobilepagestyle {
    padding-top: 50px;
}



td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('/img/details_close.png') no-repeat center center;
}

.borderedbox {
       vertical-align: top;
    margin-right: 1em;
}

li.nav-item {
    display: inline-block;
}


table.mobiletable.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}

table.mobiletable th {
    position: sticky;
    top: 50px;
    background: white;
}



.panel-heading {
    border-radius: 0 !important;
}

.panel-primary {

    border-radius: 0 !important;
}

.input-symbol {
    position: relative;
    height: 34px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}

.input-symbol span {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    margin-left: 0.2em;
    position: relative;
    height: 34px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}

.input-symbol input {
    text-indent: 1em;
    position: relative;
    height: 34px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}


.input-relative {
    position: relative;
    height: 34px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}

.currency {
    position: relative;
    height: 34px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    border-image-source: none;
    border-image-slice: 100% 100% 100% 100%;
    border-image-width: 1 1 1 1;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition-property: border-color, box-shadow;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}