body {
    font-family: Open Sans, Arial, Verdana, Sans-Serif;
    color: #444444;
}

h3, .h3, h4, .h4 {
    color: #40434c;
}

blockquote {
    font-size: 14px;
    border: none;
}

p.text-info {
    margin-bottom: 30px;
    color: #5E5E5E;
    position: relative;
}

p.text-info object {
    display: none;
}

p.text-error {
    color: #E34825;
}

p.text-error object {
    display: none;
}

@media (min-width: 768px) {
    p.text-info {
        padding-left: 25px;
        position: relative;
    }

    p.text-info object {
        display: block;
        position: absolute;
        left: 0;
        top: -22px;
    }

    p.text-error {
        padding-left: 25px;
        position: relative;
    }

    p.text-error object {
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    p.text-info {
        padding-left: 25px;
    }
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* columns of same height styles */
.container-xs-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
}

.row-xs-height {
    display: table-row;
}

.col-xs-height {
    display: table-cell;
    float: none;
}

@media (min-width: 768px) {
    .container-sm-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }

    .row-sm-height {
        display: table-row;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
    }
}

@media (min-width: 992px) {
    .container-md-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }

    .row-md-height {
        display: table-row;
    }

    .col-md-height {
        display: table-cell;
        float: none;
    }
}

@media (min-width: 1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0;
        padding-right: 0;
    }

    .row-lg-height {
        display: table-row;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
    }
}

/* vertical alignment styles */
.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

.vertical-bar {
    color: #777777;
    padding: 0 7px;
}

.navbar {
    background-color: #fff;
    border-radius: 0;
    border: none transparent;
}

.navbar-default {
    margin: 0;
    min-height: 0;
}

.navbar-inverse {
    background-color: #303442;
    margin-bottom: 0;
    min-height: 48px;
}

.navbar-text {
    font-size: 13px;
    font-weight: 300;
}

.navbar-inverse .navbar-text {
    color: #BBBBBB;
}

.navbar-inverse .navbar-link, .navbar-inverse .navbar-link:hover {
    color: #51A3DC;
}

.navbar-brand {
    font-size: 16px;
    height: 30px;
    padding: 9px;
}

.navbar-inverse .navbar-brand {
    color: #BABABA;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #BABABA;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff;
    border-bottom: 3px #5A922A solid;
}

.nav > li > a {
    border-radius: 0;
    color: #444444;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 5px 7px 5px;
    margin: 0 13px 0 13px;
}

.navbar-default .navbar-nav > li > a {
    color: #444444;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border: none;
    color: #5A922A;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #444444;
    background-color: #fff;
    border-bottom: 3px #79BE37 solid;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #79BE37;
        background-color: #fff;
        border-bottom: none;
    }
}

.navbar-inverse .navbar-toggle {
    background-color: #303442;
    border-color: #BBBBBB;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #303442;
    border-color: #BBBBBB;
}

.navbar-collapse {
    border-bottom: 1px #DDDDDD solid;
}

.navbar-form {
    margin: 5px;
    font-size: 13px;
}

.navbar-form .input-group-addon {
    font-size: 13px;
    padding: 5px 10px;
}

.navbar-form .form-control {
    height: 25px;
}

.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: 1px dashed #51A3DC;
    text-decoration: none;
}

@media (max-width: 767px) {
    .editable-input > .input-sm {
        width: 150px;
    }
}

div.container > .page-header {
    border-bottom: none;
}

div.popover-content > .page-header {
    margin: 20px 0 20px
}

.btn .btn-primary {
    background-color: #51A3DC;
}

.btn-default {
    background-color: #F5F5F5;
    border-color: #bbb;
    color: #333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #bbb;
}

.accounts > .list-group-item {
    padding: 10px 0;
}

.alerts {
    border-top: 1px solid #fff;
    margin-bottom: 50px;
}

.alert {
    display: inline-table;
    font-size: 13px;
    padding: 0;
    position: relative;
    width: 100%;
}

.alerts .alert {
    margin: 0;
}

.alert .close {
    position: absolute;
    right: 12px;
}

.icon-holder {
    border-radius: 3px 0 0 3px;
    display: table-cell;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    width: 35px;
}

.tiny-icon {
    margin: 0 auto;
    text-align: center;
}

.alert-text {
    color: #5e5e5e;
    display: inline-block;
    line-height: 1.4;
    padding: 7px 10px 5px;
}

.alert-text-open {
    color: #5e5e5e;
    display: inline-block;
    line-height: 1.3;
    padding: 6px 10px 5px 0;
}

.alert-warning {
    background: none repeat scroll 0 0 #fff;
    border-color: #e7b845;
}

.alert-warning .icon-holder {
    background-color: #fdf8ec;
    border-right: 1px solid #e7b845;
}

.alert-info {
    background: none repeat scroll 0 0 #fff;
    border-color: #73b2d6;
}

.alert-info .icon-holder {
    background-color: #eef6fa;
    border-right: 1px solid #509ecb;
}

.alert-success {
    background: none repeat scroll 0 0 #fff;
    border-color: #86c069;
}

.alert-success .icon-holder {
    background-color: #f0f7ec;
    border-right: 1px solid #68b044;
}

.alert-danger {
    background: none repeat scroll 0 0 #fff;
    border-color: #e87b67;
}

.alert-danger .icon-holder {
    background-color: #fdf4f0;
    border-right: 1px solid #e87b67;
}

.alert-dismissable .close {
    color: #000;
}

.is-icon.is-icon-ok.form-control-feedback {
    right: 17px;
    top: 6px;
}

.is-icon.is-icon-error.form-control-feedback {
    /*right: 15px;*/
    top: 28px;
}

.rounded-box .is-icon.is-icon-error.form-control-feedback {
    top: -8px;
}

.rounded-box-wide .is-icon.is-icon-error.form-control-feedback {
    top: -13px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #444444;
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #E34825;
}

.has-success .form-control,
.has-success .form-control:focus {
    border-color: #55B958;
}

.has-error .help-block {
    color: #E34825;
    text-align: left;
}

.panel-heading {
    padding: 15px 15px;
}

.panel-body {
    padding: 20px;
}

.user-applications .list-group-item {
    border: none;
    margin: 5px 0;
}

.user-applications .list-group-item-info {
    background-color: #f5f5f5;
}

.tooltip {
    font-weight: 700;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.tooltip-inner {
    background-color: #303442;
    padding: 13px 13px;
}


