﻿body {
    margin: 0 auto !important;
    padding: 0px !important;
    background-color: #E6E6E6 !important;
    /*margin-bottom: 50px !important;*/
     font-family: 'Roboto', sans-serif!important;
    font-weight:normal;
}


.btn{
    margin-top:20px;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
    border-radius:0px;
}

.btn-icon {
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    width: 50px;
    height: 50px;
    border: none;
    font-size: 23px;
    outline: 0 !important;
}


.btn-primary{
    background-color:#4C67A6!important;
}

*:focus {
    outline: none !important;
    outline: 0 !important;
}

.form-control:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.form-cadastro {
    border: none !important;
    border-bottom: 2px solid #E5E5E5 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-left: 5px !important;
    background: white no-repeat;
    background-image: linear-gradient(to bottom, #4B67A8, #4B67A8);
    background-size: 0 2px, 100% 2px;
    background-position: 50% 100%, 50% 100%;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}

input:focus, select:focus {
    outline: none;
    border-bottom: 2px solid #E5E5E5 !important;
    background-size: 100% 2px, 100% 2px;
}



.navbar {
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
    
}



.topo {
    background-color: #304070 !important;
}

.user {
    margin-top: -20px;
    margin-bottom: 8px;
}

.navbar-default {
    background-color: #4B67A8 !important;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    /*box-shadow: 0px 6px 5px gray!important;
    -webkit-box-shadow: 0px 6px 5px gray!important;*/
}

    .navbar-default a {
        color: #fff !important;
    }

        .navbar-default a:hover {
            /*background-color: #D88D31 !important;*/
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: #D88D31 !important;
        color: #fff !important;
    }

.navbar-nav .open a {
    color: #000 !important;
}

    .navbar-nav .open a:hover {
        /*color: #fff !important;*/
    }

.navbar-toggle, .collapsed {
    background-color: #fff !important;
}


.conteudo {
    border-radius: 5px !important;
    padding: 20px;
}

.footer {
    position: fixed;
    bottom: 0px !important;
    background-color: #CCCCCC !important;
    width: 100%;
    text-align: center;
    padding: 10px !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-silver {
    background-color: #f5f5f5 !important;
}

.btn-warning {
    background-color: #EE8D21 !important;
}

.text-warning {
    color: #EE8D21 !important;
}

.line-warning {
    background-color: #EE8D21 !important;
    border-top: 1px solid #EE8D21 !important;
    margin-bottom: 40px;
}

.cep {
    width: 30%;
}


.text-primary {
    color: #4B67A8 !important;
}

.text-silver {
    color: silver;
}


.pointer {
    cursor: pointer;
}

.badge-menu {
    background-color: transparent !important;
    color: white !important;
}

@media (max-width: 780px) {
    .navbar-default a {
        text-align: center !important;
    }

    .conteudo {
        margin: 13px 10px !important;
    }

    .cep {
        width: 100%;
    }
}

/*h1, h2, h3, h4, h5, h6{
    color:#EE8D21!important;
}*/

.navbar-brand:hover {
    background-color: #4B67A8 !important;
}

/*.form-control {
    border: none !important;
    border-bottom: 1px solid #f1f1f1 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}*/

.bg-white {
    -webkit-box-shadow: 1px 6px 5px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 6px 5px -3px rgba(0,0,0,0.75);
    box-shadow: 1px 6px 5px -3px rgba(0,0,0,0.75);
    border-radius:2px!important;
    
}

.loader{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:999998;
    background-color:rgba(0, 0, 0, 0.75);
}

.loader-icon{
    position:fixed;
    width:100%;
    text-align:center;
    color:#FFF;
    top:40%;
    font-size:20px;
    z-index:999999;

}




.label{
    font-size:12px;
    font-weight:normal;
}

