/*
top:    rgb(222, 26, 30)
middle: rgb(222, 26, 30)
bottom: rgb(88, 81, 108)
*/

body {
    background:     #FFFFFF;
    font-family:    "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:          rgb(88, 81, 108); 
}

.middleBar {
    height:         1em;
    background:     rgb(222, 26, 30);
    margin-top:     0.1em;
    margin-bottom:  0em;
}

.bottomBar {
    height:         1em;
    background:     rgb(88, 81, 108);    
    margin-top:     0em;
    margin-bottom:  0.1em;
}

a, a:active {
    color:              rgb(222, 26, 30);
    text-transform:     none;
    white-space:        nowrap;
    text-decoration:    none;
}

a:hover, a:focus {
    color:              rgb(88, 81, 108);
    text-decoration:    none;
    cursor: pointer;
}

.title {
    background:     rgb(222, 26, 30);
    color:          #FFFFFF;
    font-weight:    bolder;
    font-size:      1.2em;
    padding-top:    0.1em;
    margin-top:     0em;
    margin-bottom:  0.2em;    
}

.subtitle {
    color:     rgb(222, 26, 30);
    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: rgb(222, 26, 30);
    font: 16px "Trebuchet MS",Verdana,sans-serif;
    fill: rgb(222, 26, 30);
    width: 100%;
    text-align: center;
    padding: 8px;
}

a.small {
    background: #a3a3a3;
    color: #FFFFFF;
    border: solid 1px #a3a3a3;
    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;
}

a.buttonLink {
    color: #ffffff;
    background: rgb(222, 26, 30);
    border: solid 1px rgb(222, 26, 30);
    font-weight: bold;
    padding: 2px 3px;
    text-decoration: none;
    line-height: normal;
    margin: 2px;
    border-radius: 5px;
}

a.buttonLink:HOVER {
    color: rgb(222, 26, 30);
    background: #ffffff;
    line-height: normal;
    cursor: pointer;
}

.required {
    color: red;
}

.error {
    color: #A94442;
}

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

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

.button {
    background: rgb(222, 26, 30);
    color: #ffffff;
    border: solid 1px rgb(222, 26, 30);
    font-weight: bold;
    padding: 5px 7px;
    margin: 0px 2px 4px 2px;
    text-decoration: none;
    border-radius: 5px;
}

.button:hover { 
    background: #ffffff;
    color: rgb(222, 26, 30);
    cursor: pointer;
}

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

.label {
    color: rgb(222, 26, 30);
    font-size: 1.1em;
    padding: 0.2em 0em 0.3em;
}

.debugBorder {
	border: 1px solid red;
}

#msg {
    background: rgb(88, 81, 108);
    color: #ffffff;
    font-weight:    normal;    
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#instructions {
    background:          rgb(222, 26, 30);
    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: rgb(88, 81, 108);
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.upImg {
    background: rgb(88, 81, 108);
    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: rgb(88, 81, 108);
    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:          rgb(222, 26, 30);
    background:     #FFFFFF;
    text-align:     center;
    font-weight:    bold;
    font-size:      1em;    
}

.token {
    font-size: 1.1em;
    color: rgb(88, 81, 108);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

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

.table-striped2 th { 
	background: rgb(222, 26, 30); 
	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: rgb(211,219,169);
    border-left:  1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top:  0px solid #ffffff;
    border-bottom:  0px 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: 0px 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:   0px 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: 0px 0px 0px 1px;
    border-style: solid;
    border-color: #DDD;
} 

.tokens th 
{ 
    padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #DDD;
	background: rgb(222, 26, 30);
	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: 0px solid #DDD;
}

#loadingImage {
    margin-bottom: 0.5em; 
}

.accountsBorder {
	border: 1px solid rgb(222, 26, 30);
    border-radius: 0.5em;
    margin:  0.3em;
}

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

/* jQuery dialog styling */
.ui-widget-header {
    background: rgb(222, 26, 30);
    border: 0;
    color: #ffffff;
    font-weight: bold;
}

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

.ui-button:hover {
    color: rgb(222, 26, 30);
    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: 0px 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: rgb(222, 26, 30);
    background-color: transparent;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: rgb(222, 26, 30);
    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: 65%; 
}

.titleImg {
	margin-right: 5px;
}

#imgBackground {
    background: rgb(88, 81, 108);
    vertical-align: middle;
}

.menuImg {
    height: 1.75em;
    vertical-align: middle; 
    margin-right: 0.4em;
    background: rgb(222, 26, 30);
}

.menuImg:hover {
    height: 1.75em;
    vertical-align: middle; 
    margin-right: 0.5em;
    background: rgb(88, 81, 108);
}

.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: rgb(222, 26, 30);
    border-color: -moz-use-text-color -moz-use-text-color rgb(222, 26, 30);
}

/*
 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: 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: 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: rgb(222, 26, 30);
}

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

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