body{
    background: #264C59;
}

#header-logo{
    color: #fff;
    margin-top: 30px;
}

#header-logo img{
    max-width: 30px;
    margin-right: 5px;
}

#header-logo a {
    color: #fff;
    text-decoration: none;
}

#header-logo .header-title{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;

}

#main-content{
    padding-top: 20px;
}

.navbar{
    min-height: 50px;
    font-size: 16px;
    margin-bottom: 0;
}

.navbar-default{
    background: #264C59;
}

.navbar-brand{
    /*height: auto;*/
    padding: 9px 15px;
    font-size: 16px;
    height: 50px;
}

.navbar-brand>img{
    display: inline-block;
    width: 30px;
    margin-right: 5px;
}

nav.navbar ul.nav > li > a > img{
    width: 25px;
    margin-top: -2px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    background-color: #222222;
}

.navbar-brand.active, .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background-color: #197FB0;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
        line-height: 26px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 50px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height: 161px;*/
    /*background-color: #ccc;*/
}

/*Page panel*/
#page-panel{
    background-color: #E0DEDE;
    padding: 10px 0 0;
    margin-bottom: 30px;
    box-shadow: 0 0px 5px -1px #000000;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1029;
}

#page-panel.no-margin-b{
    margin-bottom: 0;
}

#page-panel a {
    text-decoration: none;
    color: #323939;
    padding: 0 0 10px 1px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#page-panel a.active {
    color: #197FB0;
}

#page-panel a.active:before{
    left: 0;
    right: 0;
}

#page-panel .actions > a:not(:last-child){
    margin-right: 15px;
}

.form-title{
    border-bottom: 1px solid #E0DEDE;
    color: #2F6699;
}

.form-title .back{
    text-align: right;
}

.form-subtitle{
    color: #2F6699;
    font-size: 1.2em;
    margin-top: 30px;
}

.custom-form .form-group label.control-label{
    color: #484848;
    font-size: 16px;
    font-weight: 300;
}

.custom-form .form-control{
    border-radius: 3px;
}
.custom-form .form-control:focus{
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 7px -2px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 7px -2px rgba(102,175,233,0.6);
}

.custom-form .has-error .control-label{
    color:#f04124;
}

.custom-form .help-block{
    font-size: 14px;
}

.btn {
    border: 0;
    border-radius: 3px;
}

.btn-success{
    background-color: #7EC244;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success{
    background-color: #649338;
}

#flash-message{
    margin-bottom: 20px;
    position: relative;
    padding: 10px 0;
    border: 0;
}

#flash-message .message{
    margin:0;
}

#flash-message button.close{
    right: 0;
}

/* SLIDE THREE */
.onoffswitch {
    position: relative; width: 40px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    opacity: 0;

    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    -ms-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 18px; padding: 0; line-height: 18px;
    border: 2px solid #ffffff; border-radius: 18px;
    background-color: #CC3C34;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block; width: 18px; margin: 0px;
    background: #F4F5F5;
    position: absolute; top: 0; bottom: 0;
    right: 20px;
    border: 2px solid #ffffff; border-radius: 18px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #82C244;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #ffffff;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}


/*Extra css util*/

textarea.max-width{ width: 100%!important; }

.min-h150{ min-height: 150px!important; }

.input-sm {
    height: 28px;
    padding: 8px 8px;
}

select.input-sm {
    height: 28px;
    line-height: 28px;
    padding: 0px 5px;
}

.w-25{ width: 25px; }
.w-30{ width: 30px; }
.w-40{ width: 40px; }
.w-60{ width: 60px; }
.w-100{ width: 100px; }
.w-150{ width: 150px; }
.w-250{ width: 250px; }

.form-group span.error {
    margin-top: 5px;
    color: #EF7C68;
    font-size: 12px;
    display: none;
}

.form-group span.error div{
    margin-bottom: 5px;
}

.form-group span.error.hasError{ display: block; }

/*END Extra css util*/

@media (min-width: 768px){
    #document-resume .document-title {
        text-align: center;
    }

    .invert-img-left img{
        float: right;
        margin-left: 5px;
    }
}
