﻿/*
            Apenas para página interna
        }*/
/*.furniture.standard-bar h4 {
            background-color: #FF8C00;
        }*/
.row2 {
    margin-right: 5px;
    margin-left: 5px;
}

.login-block {
    background: #2167B0; /* fallback for old browsers #DE6262*/
    /*    background: #2167B0;   -webkit-linear-gradient(to bottom, #2167B0, #F4F5F6); Chrome 10-25, Safari 5.1-6 */
    /*   background: #2167B0;linear-gradient(to bottom, #2167B0, #F4F5F6);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    float: left;
    /*width: 100%;*/
    padding: 20px 0;
    border-radius: 4px;
}

        .login-block {
            background-color:white;
            /*border:groove;*/
            border-left: groove;
            
            border-color:#79AE40;
        }
        
        .btn-login-white-link {
            Padding: 0px 15px 2px 8px;
            font-family: Source Sans Pro;
            font-size: 16px !important;
            text-align: center;
            text-transform: uppercase !important;
            width: auto !important;
            white-space: nowrap;
            vertical-align: middle;
            touch-action: manipulation;
            color: #fff !important;
            background: #2167B0 !important;
            margin-right: 0px;
        }
        .btn-info-cadastro {
            color: #fff;
            background-color: #2167B0;
            border-color: #46b8da;
        }
        .btn-info-cadastro-cancelar {
            color: #fff;
            background-color: #8B0000;
            border-color: #46b8da;
        }

@media screen and (max-width: 767px) {
    a {
        color: var(--azul-claro-idt);
        text-decoration: none;
    }
}
.login {
    padding: 50px 7px 5px 0px;
}

.btn-login-link {
    Padding: 0px 15px 2px 8px;
    font-family: Source Sans Pro;
    font-size: 16px !important;
    text-align: center;
    text-transform: uppercase !important;
    width: auto !important;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    color: #2167B0 !important;
    background: #fff !important;
    margin-right: 0px;
}

.btn-cadastrar {
    background: #2167B0;
    color: #fff;
    font-weight: 700;
    border: 1px solid white;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-login-link:hover, .btn-login-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.btn-login-link span {
    color: #2167B0;
}


#meuMenu {
    background-color: var(--azul-claro-idt);
    color: #fff;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 480px) {

    .login-block {
    background-color: white;
    /* border: groove; */
    border-left: groove;
    border-color: #ffffff;
}
    .link_class {
    width:48%;
    height:48%;
    margin-right: 0;
    margin-left: 0;
     display:inline-block;
}
}
.form-group {
    margin-bottom: 15px;
    width: 100%;
}
@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
}
@media (min-width: 992px){
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}}