.img-responsive {
    display: inherit;
}

body {
    background: #1d1d1b;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #E0E0E0; 
}

.middleBar {
    height: 1em;
    background: #c49a6c;
    margin-top: 0.1em;
    margin-bottom: 0em;
}

.bottomBar {
    height: 1em;
    background: #000000;
    margin-top: 0em;
    margin-bottom: 0.1em;
}

a, a:active {
    color: #c49a6c;
    text-transform: none;
    white-space: nowrap;
    text-decoration: none;
}

a:hover, a:focus {
    color: #E0E0E0;
    text-decoration: none;
    cursor: pointer;
}

.title {
    background: #151515;
    color: #c49a6c;
    font-weight: bolder;
    font-size: 1.2em;
    padding-top: 0.1em;
    margin-top: 0em;
    margin-bottom: 0.2em;    
}

.subtitle {
    color: #c49a6c;
    background: transparent;
    font-weight: bold;
    font-size: 1.3em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-top: 0.2em;
    margin-bottom: 0.15em;
}

.smallTitle {
    color: #c49a6c;
    font: 16px "Trebuchet MS",Verdana,sans-serif;
    fill: #c49a6c;
    width: 100%;
    text-align: center;
    padding: 8px;
}

a.small {
    background: #2d2d2b;
    color: #E0E0E0;
    border: solid 1px #444444;
    font-weight: bold;
    padding: 5px 7px;
    margin: 0px 2px 6px;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
}

a.small:hover, a.small:focus {    
    text-decoration: underline;
    background: #c49a6c;
    color: #1d1d1b;
    border-color: #c49a6c;
}

a.buttonLink {
    color: #1d1d1b;
    background: #c49a6c;
    background: -moz-linear-gradient(bottom, #c49a6c 0%, rgba(196, 154, 108, 0.8) 100%); 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#c49a6c), color-stop(100%,rgba(196, 154, 108, 0.8))); 
    background: -webkit-linear-gradient(bottom, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    background: -o-linear-gradient(bottom, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    background: -ms-linear-gradient(bottom, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    background: linear-gradient(to top, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c49a6c', endColorstr='rgba(196, 154, 108, 0.8)',GradientType=0 ); 
    border: solid 1px #c49a6c;
    font-weight: bold;
    padding: 2px 3px;
    text-decoration: none;
    line-height: normal;
    margin: 2px;
    border-radius: 5px;
}

a.buttonLink:HOVER {
    color: #c49a6c;
    background: #1d1d1b;
    line-height: normal;
    cursor: pointer;
}

.required {
    color: #E74C3C;
}

.error {
    color: #E74C3C;
}

.formButtons {
    margin-top: 1em;
    margin-bottom: 0em;
}

#buttons {
    margin-top: 0em;
    margin-bottom: 0.50em;
}

.button {
    color: #1d1d1b;
    border: solid 1px #c49a6c;
    font-weight: bold;
    padding: 5px 7px;
    margin: 0px 2px 4px 2px;
    text-decoration: none;
    border-radius: 5px;
    background: #c49a6c; 
    background: -moz-linear-gradient(bottom, #c49a6c 0%, rgba(196, 154, 108, 0.8) 100%); 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#c49a6c), color-stop(100%,rgba(196, 154, 108, 0.8))); 
    background: -webkit-linear-gradient(bottom, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    background: -o-linear-gradient(bottom, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    background: -ms-linear-gradient(bottom, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    background: linear-gradient(to top, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c49a6c', endColorstr='rgba(196, 154, 108, 0.8)',GradientType=0 ); 
}

.button:hover { 
    background: #1d1d1b;
    color: #c49a6c;
    cursor: pointer;
}

.button:active {
    position: relative;
    top: 1px;
}

.label {
    color: #E0E0E0;
    font-size: 1.1em;
    padding: 0.2em 0em 0.3em;
}

.debugBorder {
    border: 1px solid red;
}

#msg {
    background: #c49a6c; 
    background: -moz-linear-gradient(bottom, #c49a6c 0%, rgba(196, 154, 108, 0.8) 100%); 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#c49a6c), color-stop(100%,rgba(196, 154, 108, 0.8))); 
    background: -webkit-linear-gradient(bottom, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    background: -o-linear-gradient(bottom, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    background: -ms-linear-gradient(bottom, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    background: linear-gradient(to top, #c49a6c 0%,rgba(196, 154, 108, 0.8) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c49a6c', endColorstr='rgba(196, 154, 108, 0.8)',GradientType=0 ); 
    color: #1d1d1b;
    font-weight: bold;    
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#instructions {
    background: #2d2d2b;
    color: #E0E0E0;
    font-weight: bold;    
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #444444;
    border-radius: 4px;
}

#soft {
    color: #B3B3B3;
    text-align: left;
    font-style: italic;
    text-align: center;
    font-weight: lighter;
}

.actionsColumn {
    width: 40%;
    text-align: center;
}

.centreColumn {
    text-align: center;
}

.dialogText {
    white-space: pre;
    text-align: left;
    font-size: 1.1em;
    font-weight: normal;
}

.infoText {
    font-size: 1.2em;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #E0E0E0;
}

.balance {
    font-size: 1.4em;
    color: #c49a6c;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.upImg {
    background: #c49a6c;
    background-image: url("../../images/navigation_up.svg");
    background-size: 3em 3em;
    background-repeat: no-repeat;
    background-position: center;
    content:"";    
    border: none;
    height: 1em;
    width: 1em;
    display: block;
}

.downImg {
    background: #c49a6c;
    background-image: url("../../images/navigation_down.svg");
    background-size: 3em 3em;
    background-repeat: no-repeat;
    background-position: center;
    content:"";    
    border: none;
    height: 1em;
    width: 1em;
    display: block;
}

.thin {
    margin: 0em;
    padding: 0em;   
}

#sectionTitle {
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #c49a6c;
    background: transparent;
    text-align: center;
    font-weight: bold;
    font-size: 1em;    
}

.token {
    font-size: 1.1em;
    color: #c49a6c;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.table-striped2 {
    border-collapse: collapse; 
}

.table-striped2 th { 
    background: #c49a6c; 
    color: #1d1d1b; 
    font-weight: bold; 
    text-align: left; 
    padding-right: .5em; 
    vertical-align: top; 
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;  
}
 
.table-striped2>tbody>tr:nth-child(4n+0)>td,
.table-striped2>tbody>tr:nth-child(4n+1)>td {    
    background-color: #252523;
    border-left: 1px solid #1d1d1b;
    border-right: 1px solid #1d1d1b;
    border-top: 0px solid #1d1d1b;
    border-bottom: 0px solid #1d1d1b;          
}

.table-striped2 > tfoot > tr, 
.table-striped2 > thead > tr {
    border-left: 1px solid #444444;
}

.table-striped2>tbody>tr:nth-child(4n+2) {    
    background-color: #1d1d1b;
    border-bottom: 0px solid #444444;
    border-top: 1px solid #444444;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;         
} 

.table-striped2>tbody>tr:nth-child(4n+3) {    
    background-color: #1d1d1b;
    border-top: 0px solid #444444;     
    border-bottom: 1px solid #444444;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;    
}

.table-striped2 > tbody > tr:nth-child(4n+2) > td, 
.table-striped2 > tbody > tr:nth-child(4n+3) > td {
    background-color: #1d1d1b;
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    border-color: #444444;
} 

.tokens th { 
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #444444;
    background: #c49a6c;
    color: #1d1d1b;
}

.tokens td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    color: #E0E0E0;
}

.tokens tr {
    background: transparent;
}

.table.tableBorderless td,
.table.tableBorderless th {
    padding: 2px;
    border: 0px solid #444444;
}

#loadingImage {
    margin-bottom: 0.5em; 
}

.accountsBorder {
    border: 1px solid #444444;
    border-radius: 0.5em;
    margin: 0.3em;
}

.highcharts-container{width:100% !important; height:100% !important;}

/* jQuery dialog styling */
.ui-widget-header {
    background: #2d2d2b;
    border: 0;
    color: #c49a6c;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #2d2d2b;
    color: #E0E0E0;
    border: solid 1px #444444;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0px;
    font-size: 1.1em;
    padding: 0px 0px;
}

.ui-button:hover {
    color: #1d1d1b;
    background: #c49a6c;
}
/* end jQuery dialog styling */

/* Bootstrap related styles */

.form-group-smaller {
    margin-bottom: 8px;
}

.form-control {
    background-color: #2d2d2b;
    color: #E0E0E0;
    border: 1px solid #444444;
}

.form-control:focus {
    border-color: #c49a6c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(196,154,108,.6);
}

.alert {
    padding: 10px;
    text-align: center;
}

label {	
    font-size: 1em;	
    font-weight: bold;
    color: #E0E0E0;
}

.checkbox label, 
.radio label {
    font-weight: bold;
    vertical-align: middle;
    color: #E0E0E0;
}

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

.dropdown-menu {
    background-color: #2d2d2b;
}

.dropdown-menu > li > a {
    color: #E0E0E0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #1d1d1b;
    text-decoration: none;
    background-color: #c49a6c;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
    padding: 1px;
}
.col-left {
    text-align:left;
}
.col-text-centered, .col-logo-centered {
    display:inline-block;
    float:none;
    text-align:center;
    margin-right:-4px;
    padding: 1px;
}

.dark {
    background: #2d2d2b;
    border: 1px solid #000000;
}

.smallImg {
    width: 15%; 
}

.wideImg { 
    width: 90%; 
}

.wideImgLogo { 
    width: 65%; 
}

.titleImg {
    margin-right: 5px;
}

#imgBackground {
    background: #1d1d1b;
    vertical-align: middle;
}

.menuImg {
    height: 1.75em;
    vertical-align: middle; 
    margin-right: 0.4em;
    background: #1d1d1b;
}

.menuImg:hover {
    height: 1.75em;
    vertical-align: middle; 
    margin-right: 0.5em;
    background: #1d1d1b;
}

.navbar {
    min-height: 20px;
    margin-bottom: 5px;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    color: #E0E0E0 !important;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.navbar-default {
    border: none;
    background: #1d1d1b;
}

legend {
    font-size: 1.2em;
    color: #c49a6c;
    border-color: -moz-use-text-color -moz-use-text-color #c49a6c;
}

@media screen and (max-width:480px) {
    .wideImg { 
        width: 110%; 
    }
    .wideImgLogo { 
        width: 150%; 
    }   
}

@media screen and (min-width:480px) and (max-width:992px) {
    .wideImg { 
        width: 100%; 
    }
    .wideImgLogo { 
        width: 100%; 
    }
}

@media screen and (max-width:768px) {
    #hamburger{
        position:absolute;
        top:-55px; 
        right:0px;
    }
}

@media screen and (min-width:768px) {
    
    .navbar {
        margin-bottom: 0px;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
        background: #1d1d1b;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: rgba(29,29,27,0.9);
    }

    .nav>li>a {
        padding: 20px;
        color: #E0E0E0;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

.hide {
    display: none;
}

.details-table{
    width: 100%;
}

.details-table td:nth-child(1){
    width: 38%;
    font-weight: bold;
    color: #c49a6c;
}

.details-table caption{
    font-size: 14px;
    font-weight: bold;
    color: #c49a6c;
 }

.app-version-label{
    margin: 0;
    margin-right: 10px;
    color: #777;
    font-size: 9px;
    text-transform: uppercase;
    text-align: right;
}

.footerPosition {
    text-align: left;
    display: none;
}

.footer-poweredbytext {
    float: left;
    margin-left: 40px;
    font-size: 10px;
}
.footer-poweredbylogo {
    float: left;
    margin-left: 2px;
}

.field-icon {
    float: right;
    margin-left: -20px;
    margin-top: -25px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.accountsMargin {
    border-radius: 0.5em;
    margin: 0.3em;
}

.same-account-meter-separator {
    border-color: #444444;
}

.ui-dialog {
    max-width:750px;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* =========================================================
   BOOTSTRAP OVERRIDES (Forcing Dark Theme over Bootstrap defaults)
   ========================================================= */

/* Tables - Targeting th explicitly inside tbody to cover all HTML structures */
.table > tbody > tr > th,
.table > thead > tr > th,
.tokens th,
.table-striped2 th {
    background-color: #3d3846 !important;
    color: #E0E0E0 !important;
    border-bottom: 2px solid #444444 !important;
    border-top: none !important;
}
/*#c49a6c		1d1d1b*/
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td {
    border-top: 1px solid #444444 !important;
    color: #E0E0E0 !important;
}

.table-striped > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(odd) > td {
    background-color: #252523 !important;
}

.table-striped > tbody > tr:nth-of-type(even),
.table-striped > tbody > tr:nth-of-type(even) > td {
    background-color: #1d1d1b !important;
}

.table-hover > tbody > tr:hover,
.table-hover > tbody > tr:hover > td {
    background-color: #2d2d2b !important;
}

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

/* Readonly & Disabled Inputs - High Specificity */
input.form-control[readonly],
input.form-control[readonly="readonly"],
.form-control[readonly],
.form-control[disabled],
fieldset[disabled] .form-control {
    background-color: #151515 !important;
    color: #c49a6c !important;
    border: 1px solid #444444 !important;
    opacity: 1 !important;
}

/* Popovers / Tooltips */
div.popover, 
.popover {
    background-color: #2d2d2b !important;
    border: 1px solid #c49a6c !important;
}
.popover .popover-title,
.popover-title {
    background-color: #1d1d1b !important;
    color: #c49a6c !important;
    border-bottom: 1px solid #444444 !important;
}
.popover .popover-content,
.popover-content {
    color: #E0E0E0 !important;
    background-color: #2d2d2b !important;
}
.popover.top > .arrow { border-top-color: #c49a6c !important; }
.popover.top > .arrow:after { border-top-color: #2d2d2b !important; }
.popover.right > .arrow { border-right-color: #c49a6c !important; }
.popover.right > .arrow:after { border-right-color: #2d2d2b !important; }
.popover.bottom > .arrow { border-bottom-color: #c49a6c !important; }
.popover.bottom > .arrow:after { border-bottom-color: #2d2d2b !important; }
.popover.left > .arrow { border-left-color: #c49a6c !important; }
.popover.left > .arrow:after { border-left-color: #2d2d2b !important; }

/* Alert Panels */
.alert-danger {
    background-color: #3b1b1b !important;
    color: #e07a7a !important;
    border-color: #522525 !important;
}
.alert-success {
    background-color: #1b3b22 !important;
    color: #7ae08a !important;
    border-color: #255230 !important;
}
.alert-info {
    background-color: #1b2c3b !important;
    color: #7ab3e0 !important;
    border-color: #253d52 !important;
}
.alert-warning {
    background-color: #3b321b !important;
    color: #e0c27a !important;
    border-color: #524625 !important;
}