﻿html,body {
    height:90%;
	width: 99%;
	min-width: 300px;
	min-height: 400px;
	background-color: #FBFBFB;

	margin: 0px; padding: 0px;
	
	font-family: "Lato", sans-serif;

}

.main {
	height: 100%;
}

.formulario {
    margin: 40px;
    max-width: 350px;
}

.formularioGrande {
    margin: 40px;
}

#menu ul {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
    background-color: #EDEDED;
    list-style: none;
    font: 80% Tahoma;
    height: 21px;
}

    #menu ul li {
        display: inline;
    }

        #menu ul li a {
            background-color: #EDEDED;
            color: #333;
            text-decoration: none;
            border-bottom: 3px solid #EDEDED;
            padding: 2px 10px;
            /*float: left;*/
        }

            #menu ul li a:hover {
                background-color: #D6D6D6;
                color: #6D6D6D;
                border-bottom: 3px solid #EA0000;
            }

iframe {
    border:none;
    pointer-events:none;
    overflow:hidden;
}


.button {
    background-color: #D5D5D5;
	border: none;	
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 70%;
    margin: 3px 0px 3px 6px;
    cursor: pointer;
    height: 80px;
    width: 16%;
	min-width: 40px;
    max-width: 80px;
    min-height: 50px;
    vertical-align: top;
    
}

.button_expandido {
    background-color: #D5D5D5;
	border: none;	
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 70%;
    margin: 3px 0px 3px 6px;
    cursor: pointer;
    height: 40px;
    width: 16%;
	min-width: 40px;
    max-width: 80px;
    min-height: 50px;
    vertical-align: top;
    
}

.button_expandir {
    background-color: #D5D5D5; 
	border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 80%;
    margin: 3px 0px 3px 3px;
    cursor: pointer;
    width: 100%;
	min-width: 40px;
    max-width: 80px;
    min-height: 40px;
    vertical-align: top;
    
}

/*-----------------------------*/
.table-like {
  display: table;
  width: 100%;
  margin: 0px 0px 0px 6px;
}

.table-like div { 
  display: table-row;
}

.table-like div span { 
  display: table-cell;
  vertical-align: bottom;
}

.primeira_coluna { 
  width: 30%;
}

.primeira_coluna2 {
    width: 80%;
}

/* add borders */
.table-like,
.table-like div span {
  border: 0px solid black;
}

/* bold on 1st row */
.table-like div:nth-child(1) {
  font-weight: bold;
}

/*-----------------------------*/

* {box-sizing: border-box}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;	
	height:calc(100% - 220px);
	margin: 0px 0px 0px 6px;
	overflow-y: auto;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;	
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;	
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
	
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 1px;
    border: 1px solid #ccc;
    width: 68%;
    border-left: none;	
	height:calc(100% - 220px);	
	background-color: #FBFBFB;
	overflow:auto;
}

textarea {
    width: 100%;
    height: 100%;
    padding: 0px 0px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 0px;
    background-color: #ffffff;
    font-size: 14px;
    resize: none;
    display: block;
    overflow: auto;
    height: 700px;
    font-family: "Lato", sans-serif;
}


input[type=text], input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#myInput {
    background-image: url('/css/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
}

#myTable {
    border-collapse: collapse; /* Collapse borders */
    width: 100%; /* Full-width */
    border: 1px solid #ddd; /* Add a grey border */
    font-size: 18px; /* Increase font-size */
}

#myTable th, #myTable td {
    text-align: left; /* Left-align text */
    padding: 12px; /* Add padding */
}

#myTable tr {
    /* Add a bottom border to all table rows */
    border-bottom: 1px solid #ddd; 
}

#myTable tr.header, #myTable tr:hover {
    /* Add a grey background color to the table header and on hover */
    background-color: #f1f1f1;
}

#loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('http://minhascifras.com.br/loader.gif') 50% 50% no-repeat;
}

.termo-de-cookie {
    width: 100%; /* Full-width */
    font-size: 11px; /* Increase font-size */
    padding: 1px 1px 1px 1px; /* Add some padding */
    border: 0px solid #ddd; /* Add a grey border */
    margin-top: 0px; /* Add some space below the input */
    margin-bottom: 10px; /* Add some space below the input */
    background-color: #F5DEB3;
    vertical-align: middle;
}

.aceitecookie {
    background-color: #D5D5D5;
    font-size: 11px;
    border: none;
    color: black;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 3px 3px 3px 3px;
    cursor: pointer;
    width: 100%;
    min-width: 40px;
    max-width: 110px;
    min-height: 40px;
    vertical-align: central;
}

.msg-alertas {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
}

.ms {
    width: 100%;
    margin: auto;
    padding: 1em;
    float: left;
    display: block;
    margin-bottom: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 16px;
}

.erro {
    background-color: #FFCACA;
    border: 2px #a60202 solid;
    color: #a60202;
    border-radius: 5px;
    text-align:center;
}

.ok {
    background-color: #A6FFBC;
    border: 2px #00bd00 solid;
    color: 000000;
    border-radius: 5px;
    text-align: center;
}

.alerta {
    background-color: #FFFFBF;
    border: 2px #2b2b2b solid;
    color: #2b2b2b;
    border-radius: 5px;
    text-align: center;
}

.info {
    background-color: #B3E7FF;
    border: 2px #018ace solid;
    color: #018ace;
    border-radius: 5px;
    text-align: center;
}


.direita {
    position: relative;
    float: right;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
    vertical-align: middle
}

.centro {
    text-align: center;
    width: 100%;
}

.dropbtn {
    background-color: #04AA6D;
    color: white;
    font-size: 16px;
    border: none;
    min-width: 120px;
}

.dropdown {
    position: relative;
    display: inline-block;
    min-width: 120px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    min-width: 120px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        min-width: 120px;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}