﻿
* {
    box-sizing: border-box;
    font-family: sans-serif;
}
body {
    margin: 0;
    align-content: center;
}

#login-div {
    position: absolute;
    left: 40%;
    top: 30%;
    right:40%;
    /*border: 1px solid #ccc;*/
    padding: 10px 10px;
    font-family: verdana;
    font-size: 11px;
    color: white;
}

.tableau {
    background: #0e2d6d;  /*quando os browser não assumem os gradientes*/ 
    background: linear-gradient(to right bottom, #0e2d6d, #091047);
    font-family: verdana;
    border-radius: 6px;
    height: 1px;
}
.login-box-msg {
    text-decoration: none;
    text-align: center;
    padding: 5px;
    color: white;
}

.logo-img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width: 80%;
    padding-bottom:40px;
}
.field-validation-error {
    color: red;
    font-size:12px;
    text-align:center;
}


p{font-family: sans-serif;
  font-size: 1.1em;
  line-height:1.7em;
  color:#999;
}
a,
a:hover,
a:focus{
    color:inherit;
    text-decoration:none;
    transition: all 0.3s;
}
.navbar{
    width:100%;
    padding:15px 10px;
    background:#fff;
    border:none;
    border-radius:0;
    margin-bottom:40px;
    box-shadow:1px 1px 3px rgba(0,0,0,0.1);
}

.navbar-btn{
    box-shadow:none;
    outline:none !important;
    border:none;
}

.line{
    width:100%;
    height:1px;
    border-bottom:1px dashed #ddd;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #00274C;
    color: #fff;
    transition: all 0.3s;
}
#sidebar.active{
    margin-left:-250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #00274C;
    text-align: center;
}

#sidebar img {
    width: 75%;
    /*display: block;*/
    text-align:center;
    /*margin-bottom: 35px;*/
}
#sidebar ul.components{
    padding:20px 0px;
    border-bottom:1px solid #47748b;
}

#sidebar ul p{
    padding: 10px;
    font-size:1.1em;
    display:block;
}
#sidebar ul li a{
    padding: 5px;
    font-size: 1.1em;
    display:block;
}
#sidebar ul li a:hover{
    color:#7386D5;
    background:#fff;
}
#sidebar ul li.active>a,
a[aria-expanded="true"]{
    color:#fff;
    background:#6d7fcc;
}
a[data-toggle="collapse"]{
    position:relative;
}
.dropdown-toggle:after{
    display:block;
    position: absolute;
    top:60%;
    right:20px;
    transform:translateY(-50%);
}

ul ul a {
    font-size: 0.7em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
    color:#fff;
}

ul.CTAs{
    padding:20px;
}

ul.CTAs a{
    text-align:center;
    font-size:0.9em !important;
    display:block;
    border-radius:5px;
    margin-bottom:5px;
}
a.download{
    background:#fff;
    color:#7386D5;
}
a.logout,
a.logout:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#content{
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}
.content-header {
    padding: 20px;
    background: #00274C; /*white*/ /*Fegime Color Azul Escuro #0e2d6d*/
    text-align: center;
    color: white;
}
.content img {
    width: 30%;
    /*display: block;*/
    margin-bottom: 10px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.content-body {
    margin-left:10%;
}

@media screen and (max-width: 600px) {
    .columna {
        text-align: center;
        width: 100%;
    }
}

@media(maz-width:768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0px;
    }

    #sidebarCollapse span {
        display: none;
    }
}

.chart_container2 {
    width: 300px;
    height: 400px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 4px;
    text-align: center;
}

.chart_container_BD {
    width: 100%;
    height: 450px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 4px;
    text-align: center;
}

.chart_container_Lojas {
    width: 300px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 4px;
    text-align: center;
}

.chart_container_Cronograma {
    justify-content: center;
    height: 100px;
    width: 25%;
    display: inline-table;
}

.chart_container {
    width: 100%;
    height: 450px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 4px;
    text-align: center;
    justify-content: center;
}

.columna {
    float: left;
    width: 30%;
    /*height: 450px;*/
    text-align: center;
}
/* Clear floats after the columns */
.rowa:after {
    content: "";
    display: table;
    clear: both;
}
.columna2 {
    float: left;
    width: 93.5%;
    /*height: 450px;*/
    text-align: center;
}

.columnaCronograma {
    float: left;
    width: 33.33%;
    /*height: 450px;*/
    text-align: center;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
}
/* Clear floats after the columns */
.rowa:after {
    content: "";
    display: table;
    clear: both;
}

