div.overflow {
    white-space: nowrap; 
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.tooltip {
    word-wrap: break-word;
}


td.break_word {
    max-width: 100px;
    word-wrap: break-word;    
}

.import_export .btn {
    width: 160px;
}

.import_export {
    margin-left: 20px;
}

.center {
    text-align: center;
}

a.menu, button.menu {
    min-width: 280px;
}

.menu_row {
    margin-bottom: 25px
}

.btn.tidy {
    width: 250px;
    margin-bottom: 8px;
}

.hover {
    cursor: pointer;
}

.selected {
    background-color: #ddd;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

footer.footer.custom{
    height: 120px;
    background-color: white;
}
.navbar-brand {
    height: 70px;
    font-size: 24px;
}

table#ledger td{
    word-break: break-all;
}

.btn-xlg1{
    padding: 20px 40px;
    font-size: 16px;
    border-radius: 12px;
    border-width: 6px;
    border-color: #ccc;
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    width: 70%;
}

.btn-xlg2{
    padding: 20px 40px;
    font-size: 16px;
    border-radius: 12px;
    border-width: 6px;
    border-color: #ccc;
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#337ab7 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#337ab7 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#337ab7));
    background-image: linear-gradient(to bottom,#5bc0de 0,#337ab7 100%);
    width: 70%;
}

.btn-sidebar{
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    border-color: #ccc;
    border-width: 3px;
    border-radius: 6px;
    width: 100%;
}

.btn-sidebar2{
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#337ab7 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#337ab7 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#337ab7));
    background-image: linear-gradient(to bottom,#5bc0de 0,#337ab7 100%);
    border-color: #ccc;
    border-width: 3px;
    border-radius: 6px;
    width: 100%;
}

.btn-sidebar2:hover{
    background-color: #337ab7;
    background-position: 0 -15px;
}

.btn-xlg2:hover {
    background-color: #337ab7;
    background-position: 0 -15px;
}
.jumbotron p {
    font-size: 14px;
}
.carousel-content {
    color:black;
    display:flex;
    align-items:center;
    width: 80%;
    margin: auto;
}

.carousel-control {
    color: black;
}

.carousel-inner {
    height: 250px;
}
.jumbotron.custom {
    padding-top: 15px;
    padding-bottom: 15px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.voffset  { margin-top: 2px; margin-bottom:2px;}
.voffset1 { margin-top: 5px; margin-bottom:5px;}
.voffset2 { margin-top: 10px; margin-bottom:10px;}
.voffset3 { margin-top: 15px; margin-bottom:15px;}
.voffset4 { margin-top: 30px; margin-bottom:30px;}
.voffset5 { margin-top: 40px; margin-bottom:40px;}
.voffset6 { margin-top: 60px; margin-bottom:60px;}
.voffset7 { margin-top: 80px; margin-bottom:80px;}
.voffset8 { margin-top: 100px; margin-bottom:100px;}
.voffset9 { margin-top: 150px; margin-bottom:150px;}


.marquee {
    width:100%;
    overflow: hidden;
    color: black;
    height: 30px;
}


#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the left side of the window */
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /* padding from the left side of the window */
}

tr.odd.highlightRow, tr.even.highlightRow {
    background-color: #ffe6e6;
}


.tile_count {
  color: #73879C;
  margin-bottom: 10px;
  margin-top: 10px;
}
.tile_count div:first-child .left {
  border: 0;
}
.tile_count .tile_stats_count {
  border-left: 0px solid #333;
}
.tile_stats_count .left {
  width: 15%;
  float: left;
  height: 65px;
  border-left: 2px solid #ADB2B5;
  margin-top: 10px;
}
.tile_stats_count .right {
  padding-left: 10px;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tile_stats_count .right span {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tile_stats_count .count {
  color: #73879C;
  font-size: xx-large;
  /*line-height: 47px;*/
  font-weight: 600;
}
.tile_stats_count .count small {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.count_bottom i {
  width: 12px;
}
.stats
{
  color: #73879C;
}
.recent
{
  font-size: 20px;
  font-weight: 600;
}


/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
/*border: 1px solid #000;*/
background: #fff;
height:30px;
margin: 0 0 20px 0;
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
top: 8px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
list-style-type: none;
margin:0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
color: #73879C;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
}
ul.newsticker span {
margin: 0 10px 0 0;
}

#floating-panel {
    /*position: absolute;*/
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: sans-serif;
    line-height: 30px;
    padding-left: 10px;
}
  /* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

#wrapper.toggled {
    padding-left: 250px;
    overflow: scroll;
}

#sidebar-wrapper {
    z-index: 1001;
    position: absolute;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;
    overflow-x: hidden;
}
.xyz{
    min-width: 360px;
}
#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
}
.fixed-brand{
    width: auto;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

.sidebar-nav li {
    text-indent: 15px;
    line-height: 50px;
}

.sidebar-nav li >ul>li{
    text-indent: 15px;
    line-height: 50px;
    padding-left: 5px;
    font-size: 12px;
}

    
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    border-left: red 2px solid;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.no-margin{
    margin:0;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }
    .fixed-brand{
        width: 250px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 60px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
        width: 250px;
    }


    #page-content-wrapper {
        padding: 20px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 250px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;

    }
}
