body {
    background-color: #fff;
    /*font-family: 'Lato', sans-serif;*/
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Lato', sans-serif;*/
    font-weight: 300;
    color: #333;
}

h1 {
    font-size: 40px;
}

h3 {
    color: #95a5a6;
    font-weight: 400;
}

h4 {
    color: #95a5a6;
    font-weight: 400;
    font-size: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*

*/

.navbar-default {
    background-color: #428bca;
    border-color: transparent;
}
#headerwrap {
    margin-top: -20px;
    min-height: 210px;
    padding-top: 100px;
    width: 100%;
}

#headerwrap-dashboard {
    margin-top: -20px;
    min-height: 210px;
    padding-top: 100px;
    width: 100%;
}

.title {
    font-weight: 300;
}

.padding-top-10 {
    padding-top: 10px;
}

.section-header {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 10px;
}


.top-section-avatar img {
    cursor: pointer;
    height: 44px;
    margin: 0 auto;
    width: 44px;
}
.top-section-avatar img {
    border-radius: 50%;
    height: 48px;
    width: 48px;
}
.top-section-avatar {
    margin: 0 auto;
    overflow: hidden;
    text-align: right;
    color: #fff;
}

label.error {
    color:red;
    font-size: 12px;
    font-weight: 300;
}

.margin-top-none{
    margin-top:0px !important;
}
.margin-top-smaller{
    margin-top:5px;
}
.margin-top-small{
    margin-top:10px;
}
.margin-top-intermediate{
    margin-top:15px;
}
.margin-top-intermediate2{
    margin-top:13px;
}
.margin-top-medium{
    margin-top:20px;
}
.margin-top-medium-int{
    margin-top:25px;
}
.margin-top-big{
    margin-top:30px;
}
.margin-bottom-none{
    margin-bottom:0px !important;
}
.margin-bottom-smallest{
    margin-bottom:4px;
}
.margin-bottom-small{
    margin-bottom:10px;
}
.margin-top-smallest{
    margin-top:2px;
}
.margin-bottom-medium{
    margin-bottom:20px;
}
.margin-bottom-big{
    margin-bottom:30px;
}
.margin-right-intermediate{
    margin-right:15px !important;
}
.margin-right-medium{
    margin-right:20px !important;
}
.margin-left-smallest{
    margin-left:5px !important;
}
.margin-left-small{
    margin-left:10px !important;
}
.margin-left-intermediate{
    margin-left:15px !important;
}
.margin-right-none{
    margin-right:0px !important;
}
.margin-left-medium{
    margin-left:20px !important;
}
.margin-right-smallest{
    margin-right:5px !important;
}
.margin-right-small{
    margin-right:10px !important;
}
.margin-left-big{
    margin-left:30px !important;
}
.margin-right-none{
    margin-right:0px !important;
}
.margin-left-none{
    margin-left:0px !important;
}
.margin-top-small-inverse{
    position:relative;
    margin-top:-10px !important;
}
.padding-top-none{
    padding-top:0px !important;
}
.padding-top-small{
    padding-top:10px !important;
}
.padding-top-medium{
    padding-top:20px;
}
.padding-top-big{
    padding-top:30px;
}
.padding-top-valign{
    padding-top:57px;
}
.padding-top-show-valign{
    padding-top:58px;
}
.padding-bottom-show-valign{
    padding-bottom:58px;
}
.padding-top-valign-small{
    padding-top:47px;
}
.padding-bottom-valign-small{
    padding-bottom:47px;
}
.padding-bottom-none{
    padding-bottom:0px;
}
.padding-bottom-small{
    padding-bottom:10px !important;
}
.padding-bottom-medium{
    padding-bottom:20px;
}
.padding-bottom-big{
    padding-bottom:30px;
}
.padding-left-small{
    padding-left:10px;
}
.padding-left24{
    padding-left:24px;
}
.padding-left-none{
    padding-left:0px !important;
}
.clear-both{
    clear:both;
}
strong{
    font-weight:700;
}
.font-weight-normal{
    font-weight:normal !important;
}
.font-size-medium{
    font-size:12px;
}
.font-size-big{
    font-size:22px;
}

a.white, a:hover.white, a:focus.white {
    color:#FFFFFF;
}

.spark-plan-selector-row {
    margin-bottom: 30px;
}

.spark-plan-selector-interval {
    font-size: 20px;
    height: 60px;
    line-height:60px;
    padding: 0 5px;
    vertical-align: top;
}
