﻿.panel-default > .panel-heading {
    color: #fff;
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.divSelect {
    position: fixed;
    padding: 5px 0;
}

.panel-default {
    border-color: #3f51b5;
}

.context {
    color: #fff;
    background-color: #3f51b5;
    border-color: #337ab7;
}

.wrapper {
    padding: 20px 0;
    background: #001a41;
    height: 55px;
}

label.error {
    color: #C70039;
    font-weight: 100;
}

.glyphicon-eye-open {
    margin-right: 5px;
    margin-top: -4px;
}

.footer {
    background-color: #001a41;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: white;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    margin-bottom: 40px;
}

.form-inline .form-group {
    margin-left: 0;
    margin-right: 0;
}

.navbar-default {
    background-color: #001a41;
    border-color: #3f51b5;
}

    .navbar-default .navbar-brand {
        color: #ecf0f1;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #fff;
            cursor: pointer;
        }

    .navbar-default .navbar-text {
        color: #ecf0f1;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ecf0f1;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
        }



.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #3f51b5;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 60px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #3f51b5;
    }



@media screen and (max-width: 320px) {
    .main {
        margin-top: 10%;
    }
}

@media (max-width: 767px) and (min-width:100px) {
    .main {
        margin-top: 10%;
    }

    .divSelect {
        position: inherit;
    }

    #btnGenerar {
        MARGIN-BOTTOM: 80PX;
    }
}

@media screen and (max-width: 480px) {
    .main {
        margin-top: 10%;
    }
}
