
#logo{
    background-image: url("../favicon/apple-icon-60x60.png") no-repeat;
}
/*Animation fadeIn*/
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-moz-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@-o-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/*Animation grow*/
@-webkit-keyframes grow {
    from { width: 100px }
    20% { transform: scale(.5) }
    60% { transform: scale(1.5)}
    to { transform: scale(1) }
}
@-moz-keyframes grow {
    from { width: 100px }
    20% { transform: scale(.5) }
    60% { transform: scale(1.5)}
    to { transform: scale(1) }
}
@-o-keyframes grow {
    from { width: 100px }
    20% { transform: scale(.5) }
    60% { transform: scale(1.5)}
    to { transform: scale(1) }
}
@keyframes grow {
    from { width: 100px }
    20% { transform: scale(.5) }
    60% { transform: scale(1.5)}
    to { transform: scale(1) }
}

/* rotate image */
@-webkit-keyframes rotate {
    from { transform: rotate(0deg) }
    50% { transform: rotate(-30deg) }
    to { transform: rotate(360deg) }
}
@-moz-keyframes rotate {
    from { transform: rotate(0deg) }
    50% { transform: rotate(-30deg) }
    to { transform: rotate(360deg) }
}
@-o-keyframes rotate {
    from { transform: rotate(0deg) }
    50% { transform: rotate(-30deg) }
    to { transform: rotate(360deg) }
}
@keyframes rotate {
    from { transform: rotate(0deg) }
    50% { transform: rotate(-30deg) }
    to { transform: rotate(360deg) }
}

/* Put a border around everything*/
body {
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    animation: fadeIn 3s; 
}

.coin:hover {
    -webkit-animation: rotate 2s ease-in-out 2 alternate 3s forwards,
        grow 3s;
    -moz-animation: rotate 2s ease-in-out 2 alternate 3s forwards,
        grow 3s;
    -o-animation: rotate 2s ease-in-out 2 alternate 3s forwards,
        grow 3s;
    animation: rotate 2s ease-in-out 2 alternate 3s forwards,
        grow 3s; 
}

img {
    width: 100px;
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 3%;
    padding-bottom: 3%;
}


.hidden {   
    opacity: 0;
}

.no-hidden {
        opacity: 1;

}

.header.row {
    height: 75px;
    line-height: 75px;
}

.body.row {
    top: 75px;
    bottom: 50px;
}

.footer.row {
    height: 50px;
    bottom: 0;
    line-height: 50px;
}

.listview>li>a {
    text-decoration: none;
    color: black;
}

.toggle-menu {
    z-index: 1000
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .right.col {
        left: 0px;
        right: 0;
    }
    span {
        display: none;
    }
    .top-menu {
        display: none;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .right.col {
        left: 0px;
        right: 0;
    }
}
/* Small Devices, Tablets */

@media only screen and (min-width: 590px) {
    .right.col {
        left: 0px;
        right: 0;
    }
    .top-menu {
        display: inline;
    }
    .toggled-menu {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .right.col {
        left: 0px;
        right: 0;
    }
    span {
        display: none;
    }
}

@media only screen and (min-width: 810px) {
    span {
        display: inline;
    }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .right.col {
        left: 300px;
        right: 0;
    }
    .left.col {
        width: 300px;
    }
    nav.rmm {
        display: none;
    }
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .right.col {
        left: 300px;
        right: 0;
    }
    .left.col {
        width: 300px;
    }
}
/* Generic pane rules */

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

.page {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.row,
.col,
.page {
    overflow: hidden;
    position: absolute;
}

.row {
    left: 0;
    right: 0;
}

.col {
    top: 0;
    bottom: 0;
}

.scroll-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scroll-y {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.fill,
.pane {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.pane {
    display: none;
}
/* Workaround: in landscape mode, IEMobile makes bottom toolbar overlap the page, so shorten the page by 75px to compensate */

.iemobile .page {
    bottom: -6px;
}

@media screen and (orientation: landscape) {
    .iemobile .page {
        bottom: 75px;
    }
}
table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0px;
  border-color: blue;
  padding: 0 !important;
background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.rmm {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0 auto !important;
    text-align: center;
    line-height: 19px !important;
}

.rmm * {
    -webkit-tap-highlight-color: transparent !important;
    font-family: Arial;
}

.rmm a {
    color: #ebebeb;
    text-decoration: none;
}

.rmm .rmm-main-list,
.rmm .rmm-main-list li {
    margin: 0px;
    padding: 0px;
}

.rmm ul {
    display: block;
    width: auto !important;
    margin: 0 auto !important;
    overflow: hidden;
    list-style: none;
}

.rmm .rmm-main-list li {
    display: inline;
    padding: 0px;
    margin: 0px !important;
}

.rmm-toggled {
    display: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 -10px !important;
}

.rmm-button:hover {
    cursor: pointer;
}

.rmm .rmm-toggled ul {
    display: none;
    margin: 0px !important;
    padding: 0px !important;
}
#toggle-menu ul.rmm-toggled {
    margin-left: -10px !important;
/*    margin: 0px !important;*/
    padding: 0px !important;
}
#toggle-menu{
    width: 92.57%;
        min-height: 36px;
    border-radius: 6px;
}
/*.rmm .rmm-toggled ul li {
    display: block;
    margin: 0 auto !important;
}*/

#toggle-menu ul li {
    display: block;
    margin: 0 auto !important;
}
/* GRAPHITE STYLE */

.rmm.graphite .rmm-main-list li a {
    display: inline-block;
    padding: 8px 30px 8px 30px;
    margin: 0px -3px 0px -3px;
    font-size: 15px;
    text-shadow: 1px 1px 1px #333333;
    background-color: #444444;
    border-left: 1px solid #555555;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #696f77), color-stop(100%, #28343b));
    background: -webkit-linear-gradient(top, #696f77 0%, #28343b 100%);
    background: -moz-linear-gradient(top, #696f77 0%, #28343b 100%);
    background: -ms-linear-gradient(top, #696f77 0%, #28343b 100%);
}

.rmm.graphite .rmm-main-list li a:hover {
    background-image: url('../img/graphite-menu-bg-hover.png');
}

.rmm.graphite .rmm-main-list li:first-child a {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.rmm.graphite .rmm-main-list li:last-child a {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.rmm.graphite .rmm-toggled{
    width: 95%;
    background-color: #555555;
    min-height: 36px;
    border-radius: 6px;
}

.rmm.graphite .rmm-toggled-controls {
    display: block;
    height: 36px;
    color: white;
    text-align: left;
    position: relative;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #696f77), color-stop(100%, #28343b));
    background: -webkit-linear-gradient(top, #696f77 0%, #28343b 100%);
    background: -moz-linear-gradient(top, #696f77 0%, #28343b 100%);
    background: -ms-linear-gradient(top, #696f77 0%, #28343b 100%);
}

.rmm.graphite .rmm-toggled-title {
    position: relative;
    top: 9px;
    left: 15px;
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.rmm.graphite .rmm-button {
    display: block;
    position: absolute;
    right: 15px;
    top: 8px;
}

.rmm.graphite .rmm-button span {
    display: block;
    margin-top: 4px;
    height: 2px;
    background: white;
    width: 24px;
}
/*.rmm.graphite .rmm-toggled ul li a {
    display: block;
    width: 100%;
    background-color: #555555;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #777777;
    text-shadow: 1px 1px 1px #333333;
}*/
.rmm.graphite #toggle-menu ul li a {
    display: block;
    width: 100%;
    background-color: #555555;
    text-align: center;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #777777;
    text-shadow: 1px 1px 1px #333333;
}

.rmm.graphite #toggle-menu ul li a:active {
    background-color: #444444;
    border-bottom: 1px solid #444444;
    border-top: 1px solid #444444;
}

.rmm.graphite #toggle-menu ul li a:hover {
    background-color: #37f;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    display: block;
    width: 98%;
    height: 34px;
    padding: 6px 0 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 15px;
    margin-right: 15px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.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 rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

body {
    font-family: 'Helvetica Neue', Arial, Sans-Serif;
}

.header,
.footer {
    color: #eee;
    background: #696f77;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    padding: 0 .5em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #696f77), color-stop(100%, #28343b));
    background: -webkit-linear-gradient(top, #696f77 0%, #28343b 100%);
    background: -moz-linear-gradient(top, #696f77 0%, #28343b 100%);
    background: -ms-linear-gradient(top, #696f77 0%, #28343b 100%);
}

.header {
    font-size: 1.4em;
}

.body,
.pane {
    background: #ddd;
}

.right.col {
    border-left: 1px solid black;
}

.right.col .body {
    padding: 0 1em;
}

.listview {
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #444;
}

.listview li {
    list-style-type: none;
    background: #eee;
    padding: 1em;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    /**/
    
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.listview li.selected {
    background-color: #37f;
    color: White;
}

button {
    display: block;
    border: 2px solid #aaa;
    line-height: normal;
    background-color: White;
    border-radius: 8px;
    margin: 8px 0;
    cursor: pointer;
    padding: 5px 20px;
    font-weight: bold;
    color: #333;
}
#transactions-table > tr > td:nth-child(5) {
    text-align: end;
    padding-right: 30px;
}