/**
dark green #14285F
middle green #4CA5DB
light green #4CA5DB

top:    #14285F
middle: #4CA5DB
bottom: #4CA5DB

label: #14285F
msg: #4CA5DB

**/

body {
    background: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #14285F;
}

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

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

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

a:hover, a:focus {
    color: #4CA5DB;
    text-decoration: underline;
}

.title {
    background: #14285F;
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 1.2em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-top: 0;
    margin-bottom: 0.2em;
}

.subtitle {
    /* color:          #14285F; */
    color: #4CA5DB;
    background: #FFFFFF;
    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: #4CA5DB;
    font: 16px "Trebuchet MS", Verdana, sans-serif;
    fill: #4CA5DB;
    width: 100%;
    text-align: center;
    padding: 8px;
}


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

a.small:hover, a.small:focus {
    text-decoration: underline;
}

a.buttonLink {
    color: #ffffff;
    background: #14285F;
    border: solid 1px #14285F;
    font-weight: bold;
    padding: 2px 3px;
    text-decoration: none;
    line-height: normal;
    margin: 2px;
    border-radius: 5px;
}

a.buttonLink:HOVER {
    color: #14285F;
    background: #ffffff;
    line-height: normal;
    cursor: pointer;
}

.required {
    color: red;
}

.error {
    color: #A94442;
}

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

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

.button {
    background: #14285F;
    color: #ffffff;
    border: solid 1px #14285F;
    font-weight: bold;
    padding: 5px 7px;
    margin: 0 2px 4px 2px;
    text-decoration: none;
    border-radius: 5px;
}

.button:hover {
    background: #ffffff;
    color: #14285F;
    cursor: pointer;
}

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

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

.debugBorder {
    border: 1px solid red;
}

#msg {
    background: #4CA5DB;
    color: #ffffff;
    font-weight: normal;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#instructions {
    background: #14285F;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#soft {
    color: #000000;
    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;
}

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

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

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

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

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

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

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

.table-striped2 th {
    background: #14285F;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    padding-right: .5em;
    vertical-align: top;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

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

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

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

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

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

.tokens th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD;
    background: #4CA5DB;
    color: #ffffff;
}

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

.tokens tr {
    background: transparent;
}

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

#loadingImage {
    margin-bottom: 0.25em;
}

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

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

/* jQuery dialog styling */
.ui-widget-header {
    background: #14285F;
    border: 0;
    color: #ffffff;
    font-weight: bold;
}

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

.ui-button:hover {
    color: #14285F;
    background: #ffffff;
}

/* end jQuery dialog styling */

/* Bootstrap related styles */

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

.form-control-readonly {
    display: block;
    width: 100%;
    height: 20px;
    padding: 6px 10px;
    font-size: 14px;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 0 solid #CCC;
}

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

.commentBold {
    color: #555;
    font-weight: bold;
    padding-bottom: 10px;
}

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

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

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

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #14285F;
    text-decoration: none;
    background-color: #F5F5F5;
}

.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: #babdb6;
    border: 1px solid #000000;
}

.smallImg {
    width: 15%;
}

.wideImg {
    width: 90%;
}

.wideImgLogo {
    width: 70%;
}

.titleImg {
    margin-right: 5px;
}

#imgBackground {
    background: #4CA5DB;
    vertical-align: middle;
}

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

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

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

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

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

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

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

/*
 Bootstrap device sizes: 
   Extra Small Devices, Phones: 480px  
   Small Devices, Tablets: 768px 
   Medium Devices, Desktops: 992px 
   Large Devices, Wide Screens: 1200px 
*/

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

    .wideImgLogo {
        width: 120%;
    }
}

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

    .wideImgLogo {
        width: 100%;
    }
}


@media screen and (min-width: 768px) {

    .navbar {
        margin-bottom: 0;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
        background: white;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
    }

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

    .navbar-nav > li > a {
        /* line-height: normal; */
    }

    .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
}

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

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

.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: #14285F;
}

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

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

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