* {
    list-style: none;
}
body {
    font-family: "Trebuchet MS","Arial",sans-serif;
    font-size: 10pt;
    background: #fff url('../img/template/bg-body.png') repeat-x;
    margin: 0px;
    outline: none;
    overflow-y: scroll;
}
input:focus {
    outline: none;
}
textarea:focus {
    outline: none;
}
select:focus {
    outline: none;
}
button:focus {
    outline: none;
}
a:link {
	color:#003366;
	text-decoration:none;
}
a:visited {
	color:#003366;
	text-decoration:none;
}
a:hover {
	color:#FF7519;
}

::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.03);
}
::-webkit-scrollbar {
    width: 11px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.3);
}

table td.actions a i {
    color: rgba(0,51,102,1);
    cursor: pointer;
}
table td.actions a i:hover {
    color: rgba(255,117,25,1);
}

img {
    border: 0px;
}
#btdft {
    width: 80px;
    padding: 5px;
    margin: 1em auto;
}
.button_default {
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(63,134,189,1);
    font-weight: bolder;
    font-size: 1em;
}
.button_default:hover {
    background-color: rgba(23,94,150,1);
    color: #333;
}
.disabled {
    color: #777;
    cursor: default;
}
.disabled:hover {
    color: #777;
}
.footer_section {
    width: 100%;
    display: flex;
}
.mark {
    background-color: rgba(255,180,0,.8);
}
#button_default {
    padding: 8px 15px;
    margin: .3em;
}
#button_default i {
    font-size: 1.2em;
}
p.txtcopyright {
	position: relative;
	text-align: right;
	font-size: 5pt;
	color: #000;
}
p.aviso {
        position: relative;
		text-align: left;
		width: 550px;
		color: #FF7519;
}
p.alerta {
        position: relative;
		text-align: left;
		width: 550px;
		color: #FF0000;
}
p.vermelho {
		color: #FF0000;
}
p.laranja {
		color: #FF7519;
}

p.txtauxfield {
	position: relative;
	left: 150px;
	width: 600px;
	color: #FF7519;
}
p.langbase {
        position: relative;
		text-align: left;
		left: 330px;
		width: 550px;
		color: #FF7519;
		padding: 10px 0px 0px 0px;
}
span.exibe_campo {
        color: #3366FF;
        font-weight: bold;

}

/* GERAL */

#show_ajax {
    visibility: hidden;
    border:1px solid black;
    border-color: #ccc;
    z-index:2;
    position: absolute;
    background: #fff;
    text-align: center;
    left: 50%;
    top: 0px;
    width: 150px;
    margin-left: -75px; 
}

#show_done {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%,0%);
    box-shadow: 1px 1px 5px #999;
    z-index: 400;
    visibility: hidden;
    padding: 5px 30px;
    font-size: 1.4em;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    text-shadow: none;
}
#show_done i {
    color: rgba(42,193,38,1);
    margin: .3em auto 0 auto;
    font-size: 1.3em;
}
#content {
    width: 100%;
    background: url('../img/template/bg-content.png') top center no-repeat;
    background-size: 100%;
    margin: 0px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
#content h2#title_content {
    font-size: 14pt;
    text-transform: uppercase;
    font-style: italic;
    font-weight: normal;
    color: #404638;
    background: url('../img/template/bg-h2.png') left no-repeat;
    width: 90%;
    padding-left: 75px;
    display: flex;
    align-items: center;
    height: auto;
    margin: .5em 0em .7em .5em;
}
#content h2#title_content span {
    color: #FF7519;
    font-size: 14pt;
}
#content h2#title_content span a:link {
    color:#FF7519;
    text-decoration:none;
}
#content h2#title_content span a:visited {
    color:#FF7519;
    text-decoration:none;
}
#content h2#title_content span a:hover {
    color:#FF7519;
    text-decoration:underline;
}
#content h2#title_content span a:active {
    color:#FF7519;
    text-decoration:underline;
}
#content h2.small {
    font-size: 19pt;
}
#content span.search {
    color:#FF7519;
}
#content table.index {
    font-size: 12pt;
    /* position:absolute; 
    right:25px; */
    position:relative;
    top: 0px;
    left: 0px;
    margin-bottom: 10px;    
    border-collapse:collapse;
}
#content table.index td.recs {
    text-transform: uppercase;
    font-style: italic;
    font-weight: normal;
    height: 14px;
    width: 520px;
    text-align: left;
}
#content table.index td.title {
    background: url('../img/template/bg-index-title.png') left no-repeat;
    color: #FF7519;
    text-transform: uppercase;
    font-style: italic;
    font-weight: normal;
    height: 14px;
    width: 100px;
    text-align: right;
}
#content table.index td.cont {
    background: #f0f0f0 url('../img/template/bg-index-cont.png') right no-repeat;
    width: 270px;
    height: 14px;
    font-style: italic;
    font-weight: normal;
    text-align: right;
    padding: 0px 15px 0px 0px;
}
#content span.nmrpag1 {
    color: #000;
    font-weight: normal;
    font-size: .8em;
    border: 1px solid #999;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    margin: 0;
}
#content span.nmrpag2 {
    color: #000;
    font-size: .8em;
    font-weight: normal;
    background-color:#CCD6F5;
    border: 1px solid #999;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    margin: 0;
}
#content table.fases {
    font-size: 12pt;
    position:absolute;
    right:25px;
    border-collapse:collapse;
}
#content table.fases td.title {
    background: #F7F3F7 url('../img/template/bg-index-title.png') left no-repeat;
    color: #FF7519;
    text-transform: uppercase;
    font-style: italic;
    font-weight: normal;
    height: 28px;
    width: 80px;
    text-align: right;
}
#content table.fases td.cont {
    background: #F7F3F7 url('../img/template/bg-index-cont.png') right no-repeat;
    padding: 0px 15px;
    width: 550px;
    height: 28px;
    font-weight: normal;
    text-align: right;
}
#content span.nmrfase1 {
    color: #000;
    font-style: italic;
    font-weight: normal;
}
#content span.nmrfase2 {
    color: #fff;
    font-weight: bold;
    background-color:#3366FF;
}
#show_tab {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 200;
}
#show_tab .show_content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    width: 50%;
    min-height: 60%;
}
#show_tab .show_content .button_show {
    width: 150px;
    margin: auto auto 1.3em auto;
}
#show_tab_transparent {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    z-index: 200;
}
#show_tab_transparent .show_content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    width: 50%;
    min-height: 30%;
    box-shadow: 1px 1px 10px #999;
}
#show_tab_transparent .show_content .button_show {
    width: 150px;
    margin: auto auto 1.3em auto;
}

/* header.php */

#main_header {
    width: 100%;
    position: relative;
    display: flex;
    padding: 0;
    align-items: flex-end;
    flex-wrap: wrap;
    min-height: 16vh;
}
#main_header h1.main {
    width: 20%;
    min-width: 180px;
    position: relative;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 0px;
}
#main_header h1.main a {
    width: 100%;
    height: 70px;
    display: block;
    overflow: hidden;
    background: url('../img/template/logo.png') no-repeat;
}
#main_header h2#header {
    position: absolute;
    top: -10px;
    right: 115px;
    font-size: 22pt;
    text-transform: uppercase;
    font-style: italic;
    font-weight: normal;
}
#main_header p#header {
    position: absolute;
    top: 50px;
    right: 115px;
    font-size: 10pt;
    text-transform: uppercase;
    font-style: italic;
    font-weight: normal;
}
#main_header img#header {
    position: absolute;
    top: 0px;
    right: 15px;
}
#main_header #nav {
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right: 0;
    list-style: none;
    z-index: 89;
    width: 75%;
    border-radius: 5px;
    background-color: #3f86bd;
    min-width: 640px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 5px;
}
#main_header #nav li#language {
    height: 100%;
}
#main_header #nav li#language a {
    display: flex;
    align-items: center;
    padding: 2px 4px;
}
#main_header #nav li.firstLi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
#main_header #nav li a.first {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 4px 13px;
    outline: none;
}
#main_header #nav ul {
    position: absolute;
    display: none;
    flex-direction: column;
    border-radius: 0px 0px 5px 5px;
    top: 30px;
    left: 0;
    background-color: #3f86bd;
    padding: 0px 0px 5px 0px;
}
#main_header #nav ul li {
    padding: 4px 0px;
    margin: 0;
    display: flex;
}
#main_header #nav ul li a {
    color: #fff;
    padding: 4px 13px;
    width: auto;
    display: flex;
    align-items: center;
    margin: 0;
    min-width: 150px;
}
#main_header #nav li:hover ul {
    display: flex;
}
#main_header #nav li:hover {
    color: #fff;
    background: #3776a6;
}
#main_header #nav ul li:hover a {
    background: #3776a6;
}
#main_header form.header input {
    border: 0px;
    height: 28px;
    padding: 0;
    border: 1px solid #999;
    border-radius: 0px 0px 0px 5px;
    text-indent: 5px;
    opacity: 0;
    position: absolute;
    right: 34px;
    width: 0;
    transition: width .5s, opacity .1s;
}
#main_header form#search {
    position: absolute;
    display: flex;
    flex-direction: row;
    transform: translate(0%, 0%);
    height: 100%;
    left: -30px;
    justify-content: flex-end;
}
#main_header form#search div {
    border-radius: 0px 0px 0px 5px;
    padding: 0px 10px;
    width: 100%;
    transition: border.3s;
}
#main_header .logged {
    margin: 0px;
    padding: 5px 15px 8px 15px;
    top: 0px;
    right: 15px;
    position: absolute;
    background: #3f86bd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 190;
    height: 30px;
    display: flex;
    align-items: center;
}
#main_header .logged {
    padding: 0px 5px !important;
}
#main_header .logged span {
    display: block;
    padding: 5px 15px 5px 15px;
    color: #fff;
}
#main_header .logged li a {
    display: block;
    color: #fff;
    margin: 0px;
    padding: 5px 15px !important;
}
#main_header .logged .messages {
    width: 35px;
    height: 20px;
    background: url('../img/template1/messages.png') 5px 7px no-repeat;
}
#main_header .logged .messages a {
    float: right;
    font-size: 8pt;
    background: #3f86bd;
    padding: 1px 4px !important;
    border: 2px solid #fff;
    border-radius: 100px;
}
#main_header #limessages {
    display: none;
}
#main_header .logged li ul {
    background: #3776a6 !important;
}
#main_header .logged li ul li a {
    min-width: 115px;
}
#main_header .logged li:hover a, .logged li a:hover {
    background: #3776a6;
}
#main_header .logged li ul li a:hover {
    background: #2C5E85 !important;
}
#main_header .logged li ul {
    background: #3776a6;
    border-top: 1px solid #3776a6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 90;
}

/* analises.php */

#section_analises {
    width: 100%;
}
#section_analises table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_analises th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_analises th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_analises th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_analises tr.th {
    border: 1px solid #fff;
}
#section_analises tr.td {
    border-bottom: 1px solid #999;
}
#section_analises td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px;
}
#section_analises table.default td.status {
    font-size: 1.4em;
}
#section_analises table.default td.colmoney {
    width: 10%;
    min-width: 100px;
}
#section_analises table.default td.login {
    width: 5%;
    min-width: 80px;
    text-align: left;
    text-indent: 15px;
    font-size: 1.4em;
}
#section_analises table.default td.actions {
    min-width: 170px;
    width: 15%;
    font-size: 1.5em;
}
#section_analises table.default td.actions a {
    margin: auto .2em;
}
#section_analises table.default td.num {
    width: 10%;
    min-width: 60px;
    text-align: center;
}
#section_analises table.default td.team {
    width: auto;
    text-align: center;
    text-indent: 15px;
    width: auto;
}
#section_analises table.index td {
    padding: 5px 5px 5px 40px;
}
#section_analises #tab_content {
    width: 90%;
    margin: 2em auto;
}
#section_analises #content_choose {
    border: 1px solid #999;
    border-radius: 5px;
    margin: 1em auto;
    width: 100%;
}
#section_analises #content_choose .options {
    margin: 2em auto;
    width: 100%;
}
#section_analises #content_choose .buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#section_analises .input_user {
    height: 29px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
    margin-top: 1em;
}
#section_analises .button_relatorio {
    width: 30%;
    margin: .5em auto;
    padding: 4px;
}
#section_analises #suporte_content {
    height: 100%;
    min-height: 300px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 40px auto;
}
#section_analises #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_analises #filter_options input[type='checkbox']{
    display: none;
}
#section_analises #filter_options label {
    margin: 0 1em;
}
#section_analises #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_analises div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_analises div.icon:hover {
    color: #000;
}
#section_analises #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

/* infoanalises.php */

#section_infoanalises {
    width: 100%;
}
#section_infoanalises table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_infoanalises th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_infoanalises th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_infoanalises th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_infoanalises tr.th {
    border: 1px solid #fff;
}
#section_infoanalises tr.td {
    border-bottom: 1px solid #999;
}
#section_infoanalises td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px;
}
#section_infoanalises table.default td.status {
    font-size: 1.4em;
}
#section_infoanalises table.default td.colmoney {
    width: 10%;
    min-width: 100px;
}
#section_infoanalises table.default td.login {
    width: 5%;
    min-width: 80px;
    text-align: left;
    text-indent: 15px;
    font-size: 1.4em;
}
#section_infoanalises table.default td.actions {
    max-width: 100px;
    width: 15%;
    font-size: 1.5em;
}
#section_infoanalises table.default td.actions a {
    margin: auto .2em;
}
#section_infoanalises table.default td.num {
    width: 10%;
    min-width: 60px;
    text-align: center;
}
#section_infoanalises table.default td.team {
    width: auto;
    text-align: center;
    text-indent: 15px;
    width: auto;
}
#section_infoanalises table.index td {
    padding: 5px 5px 5px 40px;
}
#section_infoanalises #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_infoanalises #filter_options input[type='checkbox']{
    display: none;
}
#section_infoanalises #filter_options label {
    margin: 0 1em;
}
#section_infoanalises #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_infoanalises div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_infoanalises div.icon:hover {
    color: #000;
}
#section_infoanalises #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}
/* login.php */

#section_login {
    width: 100%;
}
#section_login p.input_container {
    margin: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#section_login p.input_container label {
    width: 50%;
    text-align: left;
    font-size: 1.1em;
    margin-bottom: .2em;
    font-weight: bolder;
}
#section_login p.input_container input {
    border: 1px solid #999;
    font-size: 1.1em;
    height: 25px;
    border-radius: 5px;
    width: 50%;
    text-indent: 5px;
}
#section_login #div_login {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    padding-bottom: 1px;
    border-radius: 10px;
    background-color: #eee;
    position: relative;
    max-width: 500px;
}
#section_login #div_login h2 {
    background: #3f86bd;
    font-size: 1.3em;
    padding: 5px 0px;
    text-align: center;
    border-bottom: 4px solid #fff;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    margin: 0;
    text-transform: uppercase;
    font-style: italic;
}
#section_login #div_login p.container_link {
    margin: 0px 10px 10px 10px;
}
#section_login #div_login img {
    float: left;
    margin: 0px 5px;
}
#section_login #div_login #button_login {
    text-align: center;
    margin: 10px;
    width: 80px;
}

/* home.php */

#section_home {
    width: 100%;
}


/* users.php */

#section_users table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_users th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_users th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_users th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_users tr.th {
    border: 1px solid #fff;
}
#section_users tr.td {
    border-bottom: 1px solid #999;
}
#section_users td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 5px 0px;
}
#section_users table.default td.status {
    font-size: 1.4em;
}
#section_users table.default td.colmoney {
    width: 10%;
    min-width: 100px;
}
#section_users table.default td.login {
    width: 10%;
    min-width: 100px;
    text-align: center;
    text-indent: 15px;
}
#section_users table.default td.actions {
    max-width: 100px;
    width: 10%;
    font-size: 1.5em;
}
#section_users table.default td.actions a {
    margin: auto .2em;
}
#section_users table.default td.num {
    width: 10%;
    min-width: 60px;
    text-align: center;
}
#section_users table.default td.team {
    width: auto;
    text-align: center;
    text-indent: 15px;
    width: auto;
}
#section_users table.index td {
    padding: 5px 5px 5px 40px;
}
#section_users #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_users #filter_options input[type='checkbox']{
    display: none;
}
#section_users #filter_options label {
    margin: 0 1em;
}
#section_users #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_users div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_users div.icon:hover {
    color: #000;
}
#section_users #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

/* edituser.php */

#section_edituser {
    width: 100%;
}
#section_edituser #senhaforte {
    font-weight: bolder;
    font-size: 1.05em;
    position: absolute;
    top: 70px;
    left: 20px;
}
#section_edituser #edit_user {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_edituser #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_edituser ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_edituser ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_edituser ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_edituser #input_content {
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_edituser #input_content p {
    flex: 1;
    margin: 0 .7em 1em .7em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_edituser #input_content div.p {
    flex: 1;
    margin: 0 .7em 1em .7em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_edituser .check {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    margin: .3em auto;
    color: rgba(42,193,38,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    cursor: pointer;
}
#section_edituser .readonly {
    background-color: #ddd;
    text-align: center;
}
#section_edituser .sup_risc {
    width: 92%;
    margin: 0 .7em 1em .7em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_edituser #edit_user .tabs_user p {
    margin: 0 .7em 1em .7em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_edituser #edit_user p.email {
    width: 95%;
}
#section_edituser #edit_user a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_edituser #edit_user input.input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_edituser #edit_user select.input_user {
    height: 29px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_edituser #edit_user textarea.input_user {
    height: 200px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
    resize: none;
}
#section_edituser .tab_sup {
    width: 90%;
    display: flex;
    justify-content: space-between;
}
#section_edituser .tabs_user {
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_edituser ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0em auto 0 auto;
}
#section_edituser ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_edituser ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_edituser ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_edituser ul.tabs li.selected a {
    cursor: default;
}
#section_edituser ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_edituser ul.tab_content #tab_1,#section_edituser ul.tab_content #tab_2 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    display: inline-flex;
    height: 280px;
}
#section_edituser #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}
#section_edituser .riscos_div {
    border: 1px solid #777;
    border-radius: 5px;
    margin: 0 0 1em 0;
}
#section_edituser .riscos_div .risco_deselect {
    margin: .3em;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    cursor: pointer;
}
#section_edituser .riscos_div .risco_deselect:hover {
    background-color: #ddd;
}
#section_edituser .riscos_div .risco_select {
    margin: .3em;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(63,134,189,1);
}
#section_edituser .riscos_div .risco_select:hover {
    background-color: rgba(23,94,150,1);
}

/* edituserpermission.php */

#section_editpermission {
    display: flex;
    flex-direction: column;
}
#section_editpermission #tabs_userpermission {
    margin: .3em;
}
#section_editpermission div.checkperm {
    display:inline-flex;
    align-items: center;
    margin: .3em .6em;
    width: 430px;
}
#section_editpermission div.checkperm p {
    cursor: pointer;
}
#section_editpermission ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 3em auto 0 auto;
}
#section_editpermission ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_editpermission ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_editpermission ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editpermission ul.tabs li.selected a {
    cursor: default;
}
#section_editpermission ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    border-radius: 0px 5px 5px 5px;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    min-height: 250px;
}
#section_editpermission ul.tab_content li {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_editpermission ul.tab_content input {
    visibility: hidden;
}
#section_editpermission #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}
#section_editpermission div.checkbox {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    margin: .3em;
    color: rgba(42,193,38,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    cursor: pointer;
}
#section_editpermission .sup {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    top: 10px;
    left: 0;
    flex-direction: row;
    justify-content: space-between;
}
#section_editpermission .sup a.info {
    text-align: right;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: inline;
    margin: 0;
    position: relative;
}
#section_editpermission .sup select.input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    position: relative;
    text-indent: 5px;
    min-width: 200px;
}
#section_editpermission .select {
    display: inline;
    position: relative;
}

/* clients.php */

#section_clients table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_clients th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_clients th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_clients th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_clients tr.th {
    border: 1px solid #fff;
}
#section_clients tr.td {
    border-bottom: 1px solid #999;
}
#section_clients td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
#section_clients table.default td.status {
    font-size: 1.4em;
}
#section_clients table.default td.tel {
    width: 10%;
    min-width: 100px;
}
#section_clients table.default td.login {
    width: 20%;
    min-width: 100px;
    text-align: left;
    text-indent: 20px;
    font-size: 1em;
}
#section_clients table.default td.clientactions {
    max-width: 140px;
    font-size: 1.5em;
}
#section_clients table.default td.clientactions a {
    margin: auto .2em;
}
#section_clients table.default td.clientname {
    width: auto;
    text-align: left;
    text-indent: 35px;
    width: auto;
}
#section_clients table.index td {
    padding: 5px 5px 5px 40px;
}
#section_clients #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_clients #filter_options input[type='checkbox']{
    display: none;
}
#section_clients #filter_options label {
    margin: 0 1em;
}
#section_clients #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_clients div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_clients div.icon:hover {
    color: #000;
}
#section_clients #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

/* editclient.php */

#section_editclient {
    width: 100%;
}
#section_editclient #senhaforte {
    font-weight: bolder;
    font-size: 1.05em;
    position: absolute;
    top: 8px;
    left: 100px;
}
#section_editclient #edit_client {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
}
#section_editclient #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_editclient ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editclient ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editclient ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_editclient #input_content {
    width: 100%;
    height: 80px;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_editclient #edit_client p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editclient #edit_client p a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editclient #edit_client p.endereco {
    width: 95%;
}
#section_editclient #edit_client p input.input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editclient #edit_client p select.input_user {
    height: 28px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editclient #tabs_client {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_editclient ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editclient ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_editclient ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_editclient ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editclient ul.tabs li.selected a {
    cursor: default;
}
#section_editclient ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 0px 0;
    width: 100%;
    border-radius: 0px 5px 5px 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_editclient ul.tab_content li {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 10px 0px;
}
#section_editclient ul.tab_content li#tab_3 {
    padding: 0;
}
#section_editclient #edit_client div.container {
    width: 45%;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-flex;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0px;
    margin: 2em auto .5em auto;
}
#section_editclient #edit_client div.container label {
    position: absolute;
    top: -25px;
    left: 5px;
    text-align: left;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editclient #edit_client div.container div.sup {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
}
#section_editclient #edit_client div.container input {
    display: none;
}
#section_editclient #edit_client div.container div.checkbox {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    margin: .3em;
    color: rgba(42,193,38,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    cursor: pointer;
}
#section_editclient table.default {
    width: 100%;
    margin-bottom: 2em;
    border: none;
    border-collapse: collapse;
    margin-top: 0;
}
#section_editclient th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.05em;
    text-align: center;
    border: 1px solid rgba(63,134,179,1);
}
#section_editclient th#first {
    border-radius: 0px 0px 0px 0px;
}
#section_editclient th#last {
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
}
#section_editclient tr.th {
    border: 1px solid #eee;
}
#section_editclient tr.td {
    border-bottom: 1px solid #999;
}
#section_editclient td {
    height: 100%;
    background-color: #eee;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    word-wrap: break-word;
    border: 1px solid #999;
}
#section_editclient td input {
    border: none;
    background-color: rgba(0,0,0,0);
}
#section_editclient td:focus {
    border: none;
}
#section_editclient table.default td.tel {
    width: 10%;
    min-width: 100px;
}
#section_editclient table.default td.ramal {
    width: 5%;
    min-width: 40px;
    text-align: center;
    font-size: 1em;
}
#section_editclient table.default td.contactactions {
    max-width: 100px;
    font-size: 1.5em;
    color: #f00;
}
#section_editclient table.default td.contactactions i {
    cursor: pointer;
}
#section_editclient table.default td.contactactions a {
    margin: auto .2em;
}
#section_editclient table.default td.contactname {
    width: 30%;
    text-align: left;
    text-indent: 5px;
    min-width: 150px;
}
#section_editclient table.default th.tel {
    width: 10%;
    min-width: 100px;
}
#section_editclient table.default th.ramal {
    width: 5%;
    min-width: 40px;
    text-align: center;
}
#section_editclient table.default th.contactactions {
    max-width: 100px;
}
#section_editclient table.default th.contactactions i {
    cursor: pointer;
}
#section_editclient table.default th.contactactions a {
    margin: auto .2em;
}
#section_editclient table.default th.contactbirth {
    width: 30%;
}
#section_editclient table.default th.contactname {
    width: 30%;
    min-width: 150px;
}
#section_editclient #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* adiminindicetraducao.php */

#section_indicetrad table.default {
    width: 95%;
    margin-bottom: 2em;
    border: none;
    border-collapse: collapse;
}
#section_indicetrad select.selectscript {
    width: 300px;
    color: #000;
}
#section_indicetrad th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.05em;
    text-align: center;
}
#section_indicetrad th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_indicetrad th#last {
    border-radius: 0px 10px 0px 0px;
    cursor: pointer;
}
#section_indicetrad tr.th {
    border: 1px solid #eee;
}
#section_indicetrad tr.td {
    border-bottom: 1px solid #999;
}
#section_indicetrad td {
    height: 100%;
    background-color: #eee;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    word-wrap: break-word;
    border: 1px solid #999;
}
#section_indicetrad td input {
    border: none;
    background-color: rgba(0,0,0,0);
}
#section_indicetrad td:focus {
    border: none;
}
#section_indicetrad table.default td.tel {
    width: 10%;
    min-width: 100px;
}
#section_indicetrad table.default td.ramal {
    width: 5%;
    min-width: 40px;
    text-align: center;
    font-size: 1em;
}
#section_indicetrad table.default td.contactactions {
    max-width: 100px;
    font-size: 1.5em;
    color: #f00;
}
#section_indicetrad table.default td.contactactions i {
    cursor: pointer;
}
#section_indicetrad table.default td.contactactions a {
    margin: auto .2em;
}
#section_indicetrad table.default td.contactname {
    width: 30%;
    text-align: left;
    text-indent: 5px;
    min-width: 150px;
}
#section_indicetrad #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* partners.php */

#section_partners table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_partners th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_partners th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_partners th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_partners tr.th {
    border: 1px solid #fff;
}
#section_partners tr.td {
    border-bottom: 1px solid #999;
}
#section_partners td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
#section_partners table.default td.status {
    font-size: 1.4em;
}
#section_partners table.default td.tel {
    width: 10%;
    min-width: 200px;
    text-align: center;
    text-indent: 15px;
}
#section_partners table.default td.actions {
    max-width: 100px;
    font-size: 1.5em;
}
#section_partners table.default td.actions a {
    margin: auto .2em;
}
#section_partners table.default td.team {
    width: auto;
    text-align: left;
    text-indent: 15px;
    width: auto;
}
#section_partners table.index td {
    padding: 5px 5px 5px 40px;
}
#section_partners #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_partners #filter_options input[type='checkbox']{
    display: none;
}
#section_partners #filter_options label {
    margin: 0 1em;
}
#section_partners #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_partners div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_partners div.icon:hover {
    color: #000;
}
#section_partners #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

/* editpartners.php */

#section_editpartners {
    width: 100%;
}
#section_editpartners #edit_partner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_editpartners #div_main_content {
    width: 45%;
    margin: 3em auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_editpartners ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editpartners ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editpartners ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_editpartners #input_content {
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    min-height: 250px;
    border: 1px solid #ccc;
}
#section_editpartners #edit_partner p.email {
    width: 95%;
}
#section_editpartners #edit_partner p.situacaoP {
    width: 90%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 0;
}
#section_editpartners #edit_partner p.situacaoP a.info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
#section_editpartners #edit_partner div.suporte {
    width: 90%;
    border: 1px solid #999;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
    align-items: center;
}
#section_editpartners #edit_partner div.suporte div.sup {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
}
#section_editpartners #edit_partner div.suporte input {
    display: none;
}
#section_editpartners #edit_partner div.suporte div.checkbox {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    margin: .3em;
    color: rgba(42,193,38,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    cursor: pointer;
}
#section_editpartners #edit_partner p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editpartners #edit_partner p a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editpartners #edit_partner p input.input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editpartners #tabs_partner {
    margin: 3em auto;
    width: 45%;
    min-width: 400px;
}
#section_editpartners ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editpartners ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_editpartners ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_editpartners ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editpartners ul.tabs li.selected a {
    cursor: default;
}
#section_editpartners ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_editpartners ul.tab_content li {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_editpartners #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* contracts.php */

#section_contracts {
    width: 100%;
}
#section_contracts table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_contracts th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_contracts th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_contracts th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_contracts tr.th {
    border: 1px solid #fff;
}
#section_contracts tr.td {
    border-bottom: 1px solid #999;
}
#section_contracts td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
#section_contracts table.default td.status {
    font-size: 1.4em;
}
#section_contracts table.default td.tel {
    width: 10%;
    min-width: 100px;
    text-align: left;
    text-indent: 15px;
}
#section_contracts table.default td.actions {
    max-width: 100px;
    font-size: 1.5em;
}
#section_contracts table.default td.actions a {
    margin: auto .2em;
}
#section_contracts table.default td.team {
    width: auto;
    text-align: left;
    text-indent: 15px;
    width: auto;
}
#section_contracts table.index td {
    padding: 5px 5px 5px 40px;
}
#section_contracts #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_contracts #filter_options input[type='checkbox']{
    display: none;
}
#section_contracts #filter_options label {
    margin: 0 1em;
}
#section_contracts #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_contracts div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_contracts div.icon:hover {
    color: #000;
}
#section_contracts #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

/* emailtemplates.php */

#section_emailtemplate table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_emailtemplate th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_emailtemplate th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_emailtemplate th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_emailtemplate tr.th {
    border: 1px solid #fff;
}
#section_emailtemplate tr.td {
    border-bottom: 1px solid #999;
}
#section_emailtemplate td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
#section_emailtemplate table.default td.status {
    font-size: 1.4em;
}
#section_emailtemplate table.default td.tel {
    width: 10%;
    min-width: 100px;
    text-align: left;
    text-indent: 15px;
}
#section_emailtemplate table.default td.actions {
    max-width: 100px;
    font-size: 1.5em;
}
#section_emailtemplate table.default td.actions a {
    margin: auto .2em;
}
#section_emailtemplate table.default td.team {
    width: auto;
    text-align: left;
    text-indent: 15px;
    width: auto;
}
#section_emailtemplate table.index td {
    padding: 5px 5px 5px 40px;
}

/* userprofiles.php */

#section_userprofiles table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_userprofiles th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_userprofiles th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_userprofiles th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_userprofiles tr.th {
    border: 1px solid #fff;
}
#section_userprofiles tr.td {
    border-bottom: 1px solid #999;
}
#section_userprofiles td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
#section_userprofiles table.default th.actions {
    max-width: 100px;
    text-align: right;
    padding-right: 40px;
}
#section_userprofiles table.default td.actions {
    max-width: 100px;
    font-size: 1.5em;
    text-align: right;
    padding-right: 40px;
}
#section_userprofiles table.default td.actions a {
    margin: auto .2em;
}
#section_userprofiles table.default th.team {
    width: auto;
    text-align: left;
    text-indent: 35px;
}
#section_userprofiles table.default td.team {
    width: auto;
    text-align: left;
    text-indent: 35px;
}
#section_userprofiles table.index td {
    padding: 5px 5px 5px 40px;
}

/* edituserprofile.php */

#section_edituserprofile {
    display: flex;
    flex-direction: column;
}
#section_edituserprofile #tabs_userprofilepermission {
    margin: .3em;
}
#section_edituserprofile div.checkperm {
    display:inline-flex;
    align-items: center;
    margin: .3em .6em;
    width: 430px;
}
#section_edituserprofile div.checkperm p {
    cursor: pointer;
}
#section_edituserprofile ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 3em auto 0 auto;
}
#section_edituserprofile ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_edituserprofile ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_edituserprofile ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_edituserprofile ul.tabs li.selected a {
    cursor: default;
}
#section_edituserprofile ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    border-radius: 0px 5px 5px 5px;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    min-height: 250px;
}
#section_edituserprofile ul.tab_content li {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_edituserprofile ul.tab_content input {
    visibility: hidden;
}
#section_edituserprofile #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}
#section_edituserprofile div.checkbox {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    margin: .3em;
    color: rgba(42,193,38,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    cursor: pointer;
}
#section_edituserprofile #edit_userprofile .sup {
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    top: 10px;
    left: 0;
    flex-direction: row;
    justify-content: space-between;
}
#section_edituserprofile #edit_userprofile .sup a.info {
    text-align: right;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: inline;
    margin: 0;
    position: relative;
}
#section_edituserprofile #edit_userprofile .sup input.input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    position: relative;
    text-indent: 5px;
}
#section_edituserprofile .select {
    display: inline;
    position: relative;
}

/* minhaspreferencias.php */

#section_minhaspref {
    width: 100%;
}
#section_minhaspref #minhas_preferencias {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_minhaspref #div_main_content {
    width: 45%;
    margin: 3em auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_minhaspref #input_content {
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    min-height: 150px;
    border: 1px solid #ccc;
}
#section_minhaspref #minhas_preferencias p {
    width: 90%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_minhaspref #minhas_preferencias p.hidden {
    display: none;
}
#section_minhaspref #minhas_preferencias p select {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_minhaspref #minhas_preferencias p input.input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_minhaspref #minhas_preferencias p a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_minhaspref .disabled {
    background-color: #999;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: none;
}
#section_minhaspref #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* calendar.php */

#section_calendar {
    width: 100%;
}
#section_calendar #filter_options {
    border:1px solid black;
    border-color: #ccc;
    background-color: #eee;
    font-size: 1.2em;
    text-align: left;
    padding: 3px 0px 3px 40px;
    line-height: normal;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto 10px auto;
    flex-wrap: wrap;
    justify-content: space-between;
}
#section_calendar #filter_options .container_sup {
    display: flex;
}
#section_calendar #filter_options .sup_filter {
    margin: 0 1em;
}
#section_calendar #filter_options select {
    height: 25px;
    width: 150px;
    border-radius: 5px;
}
#section_calendar #scheduler {
    width: 80%;
    margin: 0 auto;
}
#section_calendar #container_scheduler {
    display: flex;
}
#section_calendar #container_scheduler .change {
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    flex: 1;
}
#section_calendar #container_scheduler .change i {
    cursor: pointer;
}
#section_calendar #container_scheduler .change i:hover {
    color: #000;
    font-size: 1.1em;
}
#section_calendar .row {
    display: flex;
    flex-direction: row;
}
#section_calendar .cell_title {
    flex: 1;
    display: flex;
    border-radius: 5px;
    justify-content: center;
    margin: .2em;
    font-weight: bold;
    font-size: 1.2em;
    color: #444;
}
#section_calendar .cell {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: .2em;
    height: 60px;
    padding: 5px;
    border: 1px solid rgba(200,200,200);
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.05em;
    color: #555;
    transition: box-shadow .3s;
}
#section_calendar .cell:hover {
    box-shadow: 0px 0px 3px #999;
    cursor: pointer;
}
/*#section_calendar .cell:hover .marker {
    width: 100%;
}*/
#section_calendar .cell .marker {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    margin-top: .3em;
    transition: width .3s;
}
#section_calendar .not {
    background-color: #eee;
    border-color: #eee;
    color: #999;
}
#section_calendar .not:hover {
    box-shadow: none;
    cursor: default;
}
#section_calendar .hoje {
    border-color: rgba(42,193,38,1);
    color: rgba(42,193,38,1);
}
#section_calendar #tab_content h1 {
    border: 1px solid #999;
    padding: 10px;
    border-radius: 5px;
}
#section_calendar #tab_content {
    margin: .5em 1em;
}
#section_calendar #tab_content #content_dia {
    overflow-y: auto;
    max-height: 400px;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#section_calendar #tab_content .input_container {
    margin: .5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#section_calendar #tab_content .div_sup {
    width: 47%;
    display: flex;
    flex-direction: column;
    padding: 5px;
}
#section_calendar #tab_content .third {
    width: 30%;
}
#section_calendar #tab_content .full {
    width: 95%;
}
#section_calendar #tab_content .desc {
    width: 95%;
}
#section_calendar #tab_content .div_sup span {
    color: #222;
    font-weight: bold;
    font-size: 1.2em;
    text-indent: 10px;
    margin-bottom: .3em;
}
#section_calendar #tab_content .div_sup input,#section_calendar #tab_content .div_sup textarea {
    border: 1px solid #777;
    border-radius: 3px;
    height: 25px;
}
#section_calendar #tab_content .div_sup input[type=date] {
    height: 27px;
    text-align: center;
}
#section_calendar #tab_content .third select {
    height: 30px;
    text-align: center;
    border: 1px solid #777;
    border-radius: 3px;
}
#section_calendar #tab_content .desc textarea {
    height: 80px;
    resize: none;
    width: 100%;
}
#section_calendar #tab_content .div_content {
    border: 1px solid #999;
    background-color: #eee;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
#section_calendar #tab_content .div_content .suporte {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin: .2em;
}
#section_calendar #tab_content .div_content .container_freq {
    display: flex;
    justify-content: center;
    position: relative;
}
#section_calendar #tab_content .div_content .container_freq i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 1.2em;
}
#section_calendar #tab_content .div_content .suporte select,#section_calendar #tab_content .div_content .suporte input {
    width: 95%;
    margin: 0 auto;
    border: 1px solid #777;
    border-radius: 3px;
    height: 30px;
}
#section_calendar #tab_content #empty_content {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    margin-top: 6em;
}
#section_calendar #tab_content .events {
    margin: 1em 1em;
    border-radius: 5px;
    width: 95%;
}
#section_calendar #tab_content .events .title {
    font-weight: bold;
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
}
#section_calendar #tab_content .events .content_event {
    padding: 10px;
}
#section_calendar #tab_content .events .content_event .event_sup {
    padding: 5px;
    display: flex;
}
#section_calendar #tab_content .events .content_event .event_sup .info {
    flex: 1;
}
#section_calendar #tab_content .events .content_event .event_sup .icon {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}
#section_calendar #tab_content .events .content_event .event_sup .icon i:hover {
    color: #000;
    cursor: pointer;
}
#section_calendar #tab_content .events .content_event .event_sup .title_event {
    font-size: 1.05em;
    font-weight: bold;
}
#section_calendar #tab_content #reminders {
    background-color: rgba(255,180,0,.3);
}
#section_calendar #tab_content #reminders .title {
    background-color: rgba(255,180,0,1);
}
#section_calendar #tab_content #reminders .content_event .event_sup {
    border-bottom: 1px solid rgba(255,180,0,1);
}
#section_calendar #tab_content #reminders .content_event .event_sup .icon {
    color: rgba(255,180,0,1);
}
#section_calendar #tab_content #tickets {
    background-color: rgba(255,0,0,.3);
}
#section_calendar #tab_content #tickets .title {
    background-color: rgba(255,0,0,1);
}
#section_calendar #tab_content #tickets .content_event .event_sup {
    border-bottom: 1px solid rgba(255,0,0,1);
}
#section_calendar #tab_content #tickets .content_event .event_sup .icon {
    color: rgba(255,0,0,1);
}
#section_calendar #tab_content #budgets {
    background-color: rgba(63,134,189,.3);
}
#section_calendar #tab_content #budgets .title {
    background-color: rgba(63,134,189,1);
}
#section_calendar #tab_content #budgets .content_event .event_sup {
    border-bottom: 1px solid rgba(63,134,189,1);
}
#section_calendar #tab_content #budgets .content_event .event_sup .icon {
    color: rgba(63,134,189,1);
}
#section_calendar #tab_content .description {
    width: 90%;
    padding: 10px;
    margin: 1em auto;
    border: 1px solid #999;
    border-radius: 5px;
}
#section_calendar #tab_content .description .title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 1em;
}
#section_calendar #tab_content .edits {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1em auto;
}
#section_calendar #tab_content .buttons input[type='date'] {
    width: 30%;
    border: 1px solid #777;
    border-radius: 3px;
    height: 27px;
    margin: .5em;
}
#section_calendar #tab_content .suporte_edit {
    border: 1px solid #999;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}
#section_calendar #tab_content .edits span {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 auto;
}
#section_calendar #tab_content .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1em auto;
}
#section_calendar #tab_content .buttons input[type='button'] {
    width: 20%;
    margin: .5em;
    padding: 7px;
}

/* scheduler.php */

#section_scheduler {
    width: 100%;
}
#section_scheduler table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_scheduler th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_scheduler th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_scheduler th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_scheduler tr.th {
    border: 1px solid #fff;
}
#section_scheduler tr.td {
    border-bottom: 1px solid #999;
}
#section_scheduler td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
#section_scheduler table.default td.status {
    font-size: 1.4em;
}
#section_scheduler table.default td.tel {
    width: 10%;
    min-width: 200px;
    text-align: center;
}
#section_scheduler table.default td.actions {
    max-width: 100px;
    font-size: 1.5em;
}
#section_scheduler table.default td.actions a {
    margin: auto .2em;
}
#section_scheduler table.default td.team {
    width: auto;
    text-align: center;
    width: auto;
}
#section_scheduler table.index td {
    padding: 5px 5px 5px 40px;
}
#section_scheduler #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_scheduler #filter_options input[type='checkbox']{
    display: none;
}
#section_scheduler #filter_options label {
    margin: 0 1em;
}
#section_scheduler #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_scheduler div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_scheduler div.icon:hover {
    color: #000;
}
#section_scheduler #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

/* editreminder.php */

#section_editreminder {
    width: 100%;
}
#section_editreminder #edit_reminder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_editreminder #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_editreminder ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editreminder ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editreminder ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_editreminder #input_content {
    width: 100%;
    height: 80px;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_editreminder #edit_reminder p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editreminder #edit_reminder p.full {
    width: 95%;
}
#section_editreminder #edit_reminder p.situacaoP {
    width: 60%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 1.5em auto 0 auto;
}
#section_editreminder #edit_reminder p.situacaoP a.info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
#section_editreminder #edit_reminder div.suporte {
    width: 60%;
    border: 1px solid #999;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}
#section_editreminder #edit_reminder div.suporte div.sup {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
}
#section_editreminder #edit_reminder div.suporte input {
    display: none;
}
#section_editreminder #edit_reminder div.suporte div.checkbox {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    margin: .3em;
    color: rgba(42,193,38,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    cursor: pointer;
}
#section_editreminder #edit_reminder a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editreminder #edit_reminder .input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editreminder #edit_reminder select.input_user {
    height: 30px;
}
#section_editreminder #edit_reminder input[type='date'].input_user {
    height: 28px;
    text-align: center;
}
#section_editreminder #edit_reminder textarea.input_user {
    height: 150px;
    resize: none;
    width: 99%;
}
#section_editreminder #tabs_reminder {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_editreminder ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editreminder ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_editreminder ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_editreminder ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editreminder ul.tabs li.selected a {
    cursor: default;
}
#section_editreminder ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_editreminder ul.tab_content #tab_1,#section_editreminder ul.tab_content #tab_2 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_editreminder ul.tab_content li {
    display: none;
}
#section_editreminder #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}
#section_editreminder .campo_freq {
    display: flex;
    flex-direction: column;
    width: 48%;
    margin: .2em;
}
#section_editreminder div.campo_freq a.info {
    margin-left: .8em;
}
#section_editreminder div.campo_freq .input_user {
    margin: 0 .5em;
}
#section_editreminder .container_freq {
    display: flex;
    justify-content: center;
    position: relative;
}
#section_editreminder .container_freq i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 1.2em;
}

/* kb.php */

#section_kb {
    width: 100%;
}
#section_kb table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_kb th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_kb th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_kb th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_kb tr.th {
    border: 1px solid #fff;
}
#section_kb tr.td {
    border-bottom: 1px solid #999;
}
#section_kb td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
#section_kb table.default td.status {
    font-size: 1.4em;
}
#section_kb table.default td.tel {
    width: 10%;
    min-width: 200px;
    text-align: center;
}
#section_kb table.default td.actions {
    max-width: 100px;
    font-size: 1.5em;
}
#section_kb table.default td.actions a {
    margin: auto .2em;
}
#section_kb table.default td.team {
    width: auto;
    text-align: center;
    width: auto;
}
#section_kb table.index td {
    padding: 5px 5px 5px 40px;
}
#section_kb table.default td.actions a {
    color: rgba(0,51,102,1);
    cursor: pointer;
}
#section_kb table.default td.actions a:hover {
    color: rgba(255,117,25);
}
#section_kb #sup_content {
    border: 1px solid #999;
    border-radius: 5px;
    margin: 1em;
    padding: 10px 20px;
    overflow-y: auto;
    min-height: 300px;
    max-height: 450px;
    display: flex;
    flex-direction: column;
}
#section_kb #sup_content table {
    border-collapse: collapse;
}
#section_kb #sup_content table td {
    border: 1px solid #000;
    background-color: #fff;
    padding: 5px;
}
#section_kb #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_kb #filter_options input[type='checkbox']{
    display: none;
}
#section_kb #filter_options label {
    margin: 0 1em;
}
#section_kb #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_kb div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_kb div.icon:hover {
    color: #000;
}
#section_kb #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

/* editkb.php */

#section_editkb {
    width: 100%;
}
#section_editkb #edit_kb {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_editkb #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_editkb ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editkb ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editkb ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_editkb #input_content {
    width: 100%;
    height: 80px;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_editkb #edit_kb p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editkb #edit_kb p.min {
    width: 30%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editkb #edit_kb p.full {
    width: 95%;
}
#section_editkb #edit_kb p.situacaoP {
    width: 60%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 1.5em auto 0 auto;
}
#section_editkb #edit_kb p.situacaoP a.info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
#section_editkb #edit_kb div.suporte {
    width: 60%;
    border: 1px solid #999;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}
#section_editkb #edit_kb div.suporte div.sup {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
}
#section_editkb #edit_kb div.suporte input {
    display: none;
}
#section_editkb #edit_kb div.suporte div.checkbox {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    margin: .3em;
    color: rgba(42,193,38,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    cursor: pointer;
}
#section_editkb #edit_kb label {
    width: 100%;
}
#section_editkb #edit_kb a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editkb #edit_kb .input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editkb #edit_kb .readonly {
    background-color: #ddd;
    text-align: center;
}
#section_editkb #edit_kb .editor table {
    border: 1px solid #000;
}
#section_editkb #edit_kb select.input_user {
    height: 30px;
}
#section_editkb #edit_kb input[type='date'].input_user {
    height: 28px;
    text-align: center;
}
#section_editkb #edit_kb textarea.input_user {
    height: 140px;
    resize: none;
    width: 100%;
}
#section_editkb #tabs_kb {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_editkb ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editkb ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_editkb ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_editkb ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editkb ul.tabs li.selected a {
    cursor: default;
}
#section_editkb ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_editkb ul.tab_content #tab_1,#section_editkb ul.tab_content #tab_2 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_editkb ul.tab_content li {
    display: none;
}
#section_editkb #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* mytickets.php */

#section_mytickets {
    width: 100%;
}
#section_mytickets table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_mytickets th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_mytickets th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_mytickets th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_mytickets tr.th {
    border: 1px solid #fff;
}
#section_mytickets tr.td {
    border-bottom: 1px solid #999;
}
#section_mytickets td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
#section_mytickets table.default td.status {
    font-size: 1.4em;
    width: 10px;
}
#section_mytickets table.default td.tel {
    width: 10%;
    min-width: 100px;
}
#section_mytickets table.default .datetime {
    min-width: 120px;
    text-align: center;
    text-indent: 20px;
    font-size: 1em;
}
#section_mytickets table.default td.actions {
    min-width: 80px;
    font-size: 1.5em;
}
#section_mytickets table.default td.actions a {
    margin: auto .2em;
}
#section_mytickets table.default td.client {
    width: 45%;
    text-align: center;
    min-width: 200px;
    padding: 10px;
}
#section_mytickets table.default td.object {
    width: 30%;
    text-align: center;
    min-width: 200px;
}
#section_mytickets table.default i {
    position: relative;
}
#section_mytickets table.default .cobranca i {
    color: rgba(0,51,102,1);
}
#section_mytickets table.default i span {
    position: absolute;
    font-size: .7em;
    bottom: -4px;
}
#section_mytickets table.index td {
    padding: 5px 5px 5px 40px;
}
#section_mytickets #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_mytickets #filter_options input[type='checkbox']{
    display: none;
}
#section_mytickets #filter_options label {
    margin: 0 1em;
}
#section_mytickets #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_mytickets div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_mytickets div.icon:hover {
    color: #000;
}
#section_mytickets #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}
#section_mytickets #tab_content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
}
#section_mytickets #tab_content p {
    width: 48%;
    margin: 0 .3em 1em .3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_mytickets #tab_content p.full {
    width: 100%;
}
#section_mytickets #tab_content p.min {
    width: 30%;
}
#section_mytickets #tab_content p a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_mytickets #tab_content p .input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_mytickets #tab_content p textarea.input_user {
    height: 100px;
    resize: none;
}

/* assistenteanalises.php */

#section_editanalise {
    width: 100%;
}
#section_editanalise #edit_analise {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_editanalise #div_main_content {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_editanalise ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editanalise ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editanalise ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_editanalise #edit_analise div.info {
    background-color: #ddd;
    height: 380px;
    padding: 10px;
    box-sizing: border-box;
    text-align: justify;
    overflow-y: auto;
}
#section_editanalise #edit_analise div.info p {
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px;
}
#section_editanalise #edit_analise div.info {
    width: 53%;
    margin: .2em;
    border: 1px solid #999;
    border-radius: 5px;
}
#section_editanalise #edit_analise div.inputs {
    width: 43%;
    margin: .2em;
    border: 1px solid #999;
    border-radius: 5px;
}
#section_editanalise #edit_analise div.assistent {
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: 2em auto 1em auto;
}
#section_editanalise #edit_analise div.assistent div {
    width: 100px;
    padding: 10px 0px;
}
#section_editanalise #edit_analise div.assistent div.disabled {
    background-color: #999;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
#section_editanalise #edit_analise div#selectclient {
    width: 100%;
    padding: 0;
}
#section_editanalise #edit_analise div#selectclient select {
    width: 100%;
    margin: 0;
}
#section_editanalise #edit_analise div#selectclient input {
    width: 98%;
    margin: 0;
}
#section_editanalise #edit_analise div.div_input {
    width: 95%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editanalise #edit_analise div.checks {
    display: flex;
    justify-content: space-between;
}
#section_editanalise #edit_analise div.checks .suporte {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
#section_editanalise #edit_analise div.checks .suporte div.check {
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    background-color: #fff;
    margin: auto .3em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    color: rgba(63,134,189,1);
}
#section_editanalise #edit_analise div.checks .suporte div.circle {
    background-color: rgba(63,134,189,1);
    width: 13px;
    height: 13px;
    border-radius: 50%;
}
#section_editanalise #edit_analise div.checks .suporte span {
    cursor: pointer;
    font-size: 1em;
}
#section_editanalise #edit_analise .radio_input {
    display: none;
}
#section_editanalise #edit_analise p.email {
    width: 95%;
}
#section_editanalise #edit_analise div.check div.sup {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: .3em 0;
}
#section_editanalise #edit_analise div.check input[type=checkbox] {
    display: none;
}
#section_editanalise #edit_analise div.check div.checkbox {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    display: inline-flex;
    margin: auto 1.5em auto 1em;
    color: rgba(42,193,38,1);
    z-index: 10;
    font-size: 1.2em;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#section_editanalise #edit_analise div.check input[type=date]{
    width: 40%;
    margin-right: 1.3em;
}
#section_editanalise #edit_analise div.check input {
    width: 10%;
    margin: auto .2em;
}
#section_editanalise #edit_analise div.check select {
    width: 12%;
    margin: auto .2em;
}
#section_editanalise #edit_analise div.check .block {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: rgba(0,0,0,.3);
}
#section_editanalise #edit_analise div.suporte div.checkbox {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    margin: .3em;
    color: rgba(42,193,38,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    cursor: pointer;
}
#section_editanalise #edit_analise p.or {
    margin: 2em auto 1.4em auto;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1em;
}
#section_editanalise #edit_analise .div_sup {
    display: flex;
    width: 100%;
    padding: 0;
}
#section_editanalise #edit_analise .readonly {
    background-color: #ddd;
    text-align: center;
}
#section_editanalise #edit_analise .div_sup div {
    margin: auto .4em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
#section_editanalise #edit_analise .div_sup input {
    width: 90%;
    margin: 0;
}
#section_editanalise #edit_analise .div_sup select {
    width: 90%;
    margin: 0;   
}
#section_editanalise #edit_analise .need {
    border: 1px solid #f00;
}
#section_editanalise #edit_analise label {
    width: 100%;
}
#section_editanalise #edit_analise a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editanalise #edit_analise a.red {
    color: #f00;
}
#section_editanalise #edit_analise input.input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
    margin: .2em 0;
}
#section_editanalise #edit_analise input.input_user[type='date'] {
    height: 28px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
    text-align: center;
}
#section_editanalise #edit_analise select.input_user {
    height: 29px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editanalise #edit_analise textarea.input_user {
    height: 160px;
    border-radius: 5px;
    border: 1px solid #999;
    resize: none;
    width: auto;
    font-family: Arial;
}
#section_editanalise #tabs_user {
    margin: 1em auto;
    width: 100%;
    min-width: 400px;
}
#section_editanalise ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editanalise ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_editanalise ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_editanalise ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editanalise ul.tabs li.selected a {
    cursor: default;
}
#section_editanalise ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_editanalise ul.tab_content #tab_1 {
    display: flex;
}
#section_editanalise ul.tab_content li {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_editanalise #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}
#section_editanalise #filter_options {
    border:1px solid black;
    border-color: #ccc;
    background-color: #eee;
    font-size: 1.2em;
    text-align: left;
    padding: 3px 0px 3px 40px;
    margin: 0 auto 0 auto;
    line-height: normal;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}
#section_editanalise #filter_options #inputs_filter {
    flex: 1;
    margin: 0 1em;
}
#section_editanalise #filter_options i {
    margin: 0 .5em;
    font-size: 1.3em;
}
#section_editanalise #filter_options input {
    height: 25px;
    width: 100%;
    display: inline-flex;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #999;
    background-color: #ddd;
}
#section_editanalise .progress {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex: 1;
    flex-wrap: wrap;
}
#section_editanalise .ball {
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: .3em;
    display: inline-flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: .75em;
    color: #fff;
}
#section_editanalise .maior {
    border: 2px solid rgba(0,0,0,0);
}

/* billingmodels.php */

#section_billingmodels {
    width: 100%;
}
#section_billingmodels table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_billingmodels th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_billingmodels th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_billingmodels th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_billingmodels tr.th {
    border: 1px solid #fff;
}
#section_billingmodels tr.td {
    border-bottom: 1px solid #999;
}
#section_billingmodels td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    padding: 10px 0px;
}
#section_billingmodels table.default td.status {
    font-size: 1.4em;
}
#section_billingmodels table.default td.status i {
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#section_billingmodels table.default td.tel {
    width: 10%;
    min-width: 200px;
    text-align: center;
}
#section_billingmodels table.default td.actions {
    font-size: 1.5em;
    width: 10%;
}
#section_billingmodels table.default td.actions a {
    margin: auto .2em;
}
#section_billingmodels table.default td.team {
    text-align: center;
    padding: 0px 20px;
}
#section_billingmodels table.index td {
    padding: 5px 5px 5px 40px;
}
#section_billingmodels table.default td.actions a {
    color: rgba(0,51,102,1);
    cursor: pointer;
}
#section_billingmodels table.default td.actions a:hover {
    color: rgba(255,117,25);
}
#section_billingmodels #sup_content {
    border: 1px solid #999;
    border-radius: 5px;
    margin: 1em;
    padding: 10px 20px;
    overflow-y: auto;
    min-height: 300px;
    max-height: 450px;
    display: flex;
    flex-direction: column;
}
#section_billingmodels #sup_content table {
    border-collapse: collapse;
}
#section_billingmodels #sup_content table td {
    border: 1px solid #000;
    background-color: #fff;
    padding: 5px;
}
#section_billingmodels #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_billingmodels #filter_options input[type='checkbox']{
    display: none;
}
#section_billingmodels #filter_options label {
    margin: 0 1em;
}
#section_billingmodels #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_billingmodels div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_billingmodels div.icon:hover {
    color: #000;
}
#section_billingmodels #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

/* editbillingmodels.php */

#section_editbillingmodels {
    width: 100%;
}
#section_editbillingmodels #edit_billingmodels {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_editbillingmodels #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_editbillingmodels ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editbillingmodels ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editbillingmodels ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_editbillingmodels #input_content {
    width: 100%;
    height: 80px;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_editbillingmodels #edit_billingmodels p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editbillingmodels #edit_billingmodels p.min {
    width: 30%;
}
#section_editbillingmodels #edit_billingmodels p.quarter {
    width: 24%;
}
#section_editbillingmodels #edit_billingmodels p.full {
    width: 95%;
}
#section_editbillingmodels #edit_billingmodels div#porhora {
    width: 83%;
    display: flex;
    height: 50%;
}
#section_editbillingmodels #edit_billingmodels div#valorfechado {
    width: 63%;
    display: none;
    height: 50%;
}
#section_editbillingmodels #edit_billingmodels p.situacaoP {
    width: 60%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 1.5em auto 0 auto;
}
#section_editbillingmodels #edit_billingmodels p.situacaoP a.info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
#section_editbillingmodels #edit_billingmodels div.suporte {
    width: 60%;
    border: 1px solid #999;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}
#section_editbillingmodels #edit_billingmodels div.suporte div.sup {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
}
#section_editbillingmodels #edit_billingmodels div.suporte input {
    display: none;
}
#section_editbillingmodels #edit_billingmodels div.suporte div.checkbox {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    margin: .3em;
    color: rgba(42,193,38,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    cursor: pointer;
}
#section_editbillingmodels #edit_billingmodels label {
    width: 100%;
}
#section_editbillingmodels #edit_billingmodels a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editbillingmodels #edit_billingmodels input.input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editbillingmodels #edit_billingmodels select {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editbillingmodels #edit_billingmodels .readonly {
    background-color: #ddd;
    text-align: center;
}
#section_editbillingmodels #tabs_billing {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_editbillingmodels ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editbillingmodels ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_editbillingmodels ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_editbillingmodels ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editbillingmodels ul.tabs li.selected a {
    cursor: default;
}
#section_editbillingmodels ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_editbillingmodels ul.tab_content #tab_1,#section_editbillingmodels ul.tab_content #tab_2 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_editbillingmodels ul.tab_content li {
    display: none;
}
#section_editbillingmodels #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* projects.php */

#section_projects {
    width: 100%;
}
#section_projects table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_projects th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_projects th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_projects th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_projects tr.th {
    border: 1px solid #fff;
}
#section_projects tr.td {
    border-bottom: 1px solid #999;
}
#section_projects td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
#section_projects table.default td.status {
    font-size: 1.4em;
}
#section_projects table.default td.tel {
    width: 10%;
    min-width: 100px;
    text-align: left;
    text-indent: 15px;
}
#section_projects table.default td.actions {
    max-width: 100px;
    font-size: 1.5em;
}
#section_projects table.default td.actions a {
    margin: auto .2em;
}
#section_projects table.default td.team {
    width: auto;
    text-align: left;
    text-indent: 15px;
    width: auto;
}
#section_projects table.index td {
    padding: 5px 5px 5px 40px;
}
#section_projects #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_projects #filter_options input[type='checkbox']{
    display: none;
}
#section_projects #filter_options label {
    margin: 0 1em;
}
#section_projects #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_projects div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_projects div.icon:hover {
    color: #000;
}
#section_projects #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

/* editprojects.php */

#section_editprojects {
    width: 100%;
}
#section_editprojects #edit_projects {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_editprojects #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_editprojects ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editprojects ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editprojects ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_editprojects #input_content {
    width: 100%;
    height: 80px;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_editprojects #edit_projects p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editprojects #edit_projects p.full {
    width: 95%;
}
#section_editprojects #edit_projects p.situacaoP {
    width: 60%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 1.5em auto 0 auto;
}
#section_editprojects #edit_projects p.situacaoP a.info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
#section_editprojects #edit_projects label {
    width: 100%;
}
#section_editprojects #edit_projects a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editprojects #edit_projects .input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editprojects #edit_projects .readonly {
    background-color: #ddd;
    text-align: center;
}
#section_editprojects #edit_projects select.input_user {
    height: 30px;
}
#section_editprojects #edit_projects input[type='date'].input_user {
    height: 28px;
    text-align: center;
}
#section_editprojects #edit_projects textarea.input_user {
    height: 140px;
    resize: none;
    width: 100%;
}
#section_editprojects #tabs_projects {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_editprojects ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editprojects ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_editprojects ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_editprojects ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editprojects ul.tabs li.selected a {
    cursor: default;
}
#section_editprojects ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_editprojects ul.tab_content #tab_1,#section_editprojects ul.tab_content #tab_2 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_editprojects ul.tab_content li {
    display: none;
}
#section_editprojects #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* editemailtemplate.php */

#section_editemail {
    width: 100%;
}
#section_editemail #edit_email {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_editemail #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_editemail ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editemail ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editemail ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_editemail #input_content {
    width: 100%;
    height: 80px;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_editemail #edit_email p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editemail #edit_email p.full {
    width: 95%;
}
#section_editemail #edit_email p.situacaoP {
    width: 60%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 1.5em auto 0 auto;
}
#section_editemail #edit_email p.situacaoP a.info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
#section_editemail #edit_email label {
    width: 100%;
}
#section_editemail #edit_email a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editemail #edit_email .input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editemail #edit_email .readonly {
    background-color: #ddd;
    text-align: center;
}
#section_editemail #edit_email select.input_user {
    height: 30px;
}
#section_editemail #edit_email input[type='date'].input_user {
    height: 28px;
    text-align: center;
}
#section_editemail #edit_email textarea.input_user {
    height: 420px;
    resize: none;
    width: 100%;
}
#section_editemail #tabs_email {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_editemail #edit_email #ver_corpo {
    display: none;
    min-height: 420px;
    width: 100%;
    border: 1px solid #ddd;
    margin: 0 1em;
    border-radius: 5px;
}
#section_editemail ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_editemail ul.tab_content #tab_1 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_editemail ul.tab_content li {
    display: none;
}
#section_editemail #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* resourcesincontract.php */

#section_resources {
    width: 100%;
}
#section_resources table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_resources th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_resources th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_resources th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_resources tr.th {
    border: 1px solid #fff;
}
#section_resources tr.td {
    border-bottom: 1px solid #999;
}
#section_resources td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
#section_resources table.default td.status {
    font-size: 1.4em;
}
#section_resources table.default td.tel {
    width: 10%;
    min-width: 100px;
    text-align: left;
    text-indent: 15px;
}
#section_resources table.default td.actions {
    max-width: 100px;
    font-size: 1.5em;
}
#section_resources table.default td.actions a {
    margin: auto .2em;
}
#section_resources table.default td.team {
    width: auto;
    text-align: left;
    text-indent: 15px;
    width: auto;
}
#section_resources table.index td {
    padding: 5px 5px 5px 40px;
}
#section_resources .filter_options {
    border:1px solid #ccc;
    background-color: #eee;
    font-size: 1.2em;
    text-align: left;
    padding: 3px 0px 3px 40px;
    margin-bottom: 10px;
    line-height: normal;
    border-radius: 5px;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    min-height: 25px;
    width: 100%;
}
#section_resources .filter_options label {
    margin: 0 1em;
}
#section_resources .filter_options i {
    margin: 0 .5em;
    font-size: 1.3em;
}
#section_resources .filter_options input {
    height: 25px;
    width: 100%;
    display: inline-flex;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #999;
    background-color: #ddd;
}
#section_resources .filter_options div.inputs_filter {
    flex:1;
    margin: 0 1em;
}
#section_resources #filter_options {
    border:1px solid rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    font-size: 1.2em;
    text-align: left;
    margin: 0px;
    line-height: normal;
    border-radius: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    height: 0px;
    width: 100%;
    transition: height .2s, background .2s, padding .2s, margin .2s, border-color .2s;
}
#section_resources #filter_options input[type='checkbox']{
    display: none;
}
#section_resources #filter_options label {
    margin: 0 1em;
}
#section_resources #filter_options select {
    height: 23px;
    width: 230px;
    border-radius: 5px;
}
#section_resources div.icon {
    border:1px solid #ccc;
    background-color: #eee;
    margin: 0 1em 0 auto;
    cursor: pointer;
    color: #666;
    transition: color .4s;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .7em;
}
#section_resources div.icon:hover {
    color: #000;
}
#section_resources #filter_options div.inputs_filter {
    display: none;
    opacity: 0;
    transition: opacity .5s;
}

/* contractcoverage.php */

#section_coverage {
    width: 100%;
}
#section_coverage table.default {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2em;
    border: none;
}
#section_coverage th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.05em;
}
#section_coverage th#first {
    border-radius: 10px 0px 0px 0px;
}
#section_coverage th#last {
    border-radius: 0px 10px 0px 0px;
}
#section_coverage tr.th {
    border: 1px solid #fff;
}
#section_coverage tr.td {
    border-bottom: 1px solid #999;
}
#section_coverage td {
    height: 100%;
    background-color: rgba(240,240,240,1);
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
}
#section_coverage table.default td.status {
    font-size: 1.4em;
}
#section_coverage table.default td.tel {
    width: 10%;
    min-width: 100px;
    text-align: left;
    text-indent: 15px;
}
#section_coverage table.default td.actions {
    max-width: 100px;
    font-size: 1.5em;
}
#section_coverage table.default td.actions a {
    margin: auto .2em;
}
#section_coverage table.default td.team {
    width: auto;
    text-align: left;
    text-indent: 15px;
    width: auto;
}
#section_coverage table.index td {
    padding: 5px 5px 5px 40px;
}
#section_coverage #filter_options {
    border:1px solid black;
    border-color: #ccc;
    background-color: #eee;
    font-size: 1.2em;
    text-align: left;
    padding: 3px 0px 3px 40px;
    margin-bottom: 10px;
    line-height: normal;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#section_coverage #filter_options #inputs_filter {
    flex: 1;
    margin: 0 1em;
}
#section_coverage #filter_options i {
    margin: 0 .5em;
    font-size: 1.3em;
}
#section_coverage #filter_options input {
    height: 25px;
    width: 100%;
    display: inline-flex;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #999;
    background-color: #ddd;
}

/* editresources.php */

#section_editresources {
    width: 100%;
}
#section_editresources #edit_resources {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_editresources #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_editresources ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editresources ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editresources ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_editresources #input_content {
    width: 100%;
    height: 80px;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_editresources #edit_resources p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editresources #edit_resources p.full {
    width: 95%;
}
#section_editresources #edit_resources p.min {
    width: 30%;
}
#section_editresources #edit_resources label {
    width: 100%;
}
#section_editresources #edit_resources a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editresources #edit_resources .input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editresources #edit_resources .readonly {
    background-color: #ddd;
    text-align: center;
}
#section_editresources #edit_resources select.input_user {
    height: 30px;
}
#section_editresources #edit_resources input[type='date'].input_user {
    height: 28px;
    text-align: center;
}
#section_editresources #edit_resources textarea.input_user {
    height: 70px;
    resize: none;
    width: 100%;
}
#section_editresources #tabs_resources {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_editresources ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editresources ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_editresources ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_editresources ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editresources ul.tabs li.selected a {
    cursor: default;
}
#section_editresources ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_editresources ul.tab_content li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_editresources #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* editcoverage.php */

#section_editcoverage {
    width: 100%;
}
#section_editcoverage #edit_coverage {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_editcoverage #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_editcoverage ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editcoverage ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editcoverage ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_editcoverage #input_content {
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_editcoverage #edit_coverage p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editcoverage #edit_coverage p.full {
    width: 95%;
}
#section_editcoverage #edit_coverage p.min {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section_editcoverage #edit_coverage label {
    width: 100%;
}
#section_editcoverage #edit_coverage a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editcoverage #edit_coverage .input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editcoverage #edit_coverage p.min .input_user {
    width: 40%;
    text-align: center;
}
#section_editcoverage #edit_coverage p.min label {
    width: 40%;
}
#section_editcoverage #edit_coverage .readonly {
    background-color: #ddd;
    text-align: center;
}
#section_editcoverage #edit_coverage select.input_user {
    height: 30px;
}
#section_editcoverage #edit_coverage input[type='date'].input_user {
    height: 28px;
    text-align: center;
}
#section_editcoverage #edit_coverage textarea.input_user {
    height: 120px;
    resize: none;
    width: 85%;
    margin: 0 auto;
}
#section_editcoverage #edit_coverage .labeldesc {
    width: 85%;
    margin: 0 auto;
}
#section_editcoverage #tabs_coverage {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_editcoverage ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editcoverage ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_editcoverage ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_editcoverage ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editcoverage ul.tabs li.selected a {
    cursor: default;
}
#section_editcoverage ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_editcoverage ul.tab_content li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_editcoverage #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* contractinformations.php */

#section_contractinformations {
    width: 100%;
}
#section_contractinformations #contractsinformations {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_contractinformations #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_contractinformations ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_contractinformations ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_contractinformations ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_contractinformations #input_content {
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_contractinformations #contractsinformations p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_contractinformations #contractsinformations p.min {
    width: 29%;
}
#section_contractinformations #contractsinformations p.full {
    width: 95%;
}
#section_contractinformations #contractsinformations p.situacaoP {
    width: 60%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 1.5em auto 0 auto;
}
#section_contractinformations #contractsinformations p.situacaoP a.info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
#section_contractinformations #contractsinformations label {
    width: 100%;
}
#section_contractinformations #contractsinformations a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_contractinformations #contractsinformations .input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_contractinformations #contractsinformations .readonly {
    background-color: #ddd;
    text-align: center;
    cursor: default;
}
#section_contractinformations #contractsinformations select.input_user {
    height: 30px;
}
#section_contractinformations #contractsinformations input[type='date'].input_user {
    height: 28px;
    text-align: center;
}
#section_contractinformations #contractsinformations textarea.input_user {
    height: 140px;
    resize: none;
    width: 100%;
}
#section_contractinformations #tabs_contractinformation {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_contractinformations #contractsinformations .divtable {
    display: flex;
    width: 95%;
    margin: .3em 0;
    justify-content: center;
    align-items: center;
}
#section_contractinformations #contractsinformations .divtable i {
    font-size: 1.4em;
    margin: 0 .2em;
}
#section_contractinformations #contractsinformations .divtable input {
    margin: 0 .2em;
}
#section_contractinformations #contractsinformations .divtable input.tipo {
    width: 80%;
}
#section_contractinformations #contractsinformations .divtable .th {
    font-weight: bolder;
}
#section_contractinformations ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_contractinformations ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_contractinformations ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_contractinformations ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_contractinformations ul.tabs li.selected a {
    cursor: default;
}
#section_contractinformations ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center; 
}
#section_contractinformations ul.tab_content li {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_contractinformations #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* projectinformations.php */


#section_projectinformations {
    width: 100%;
}
#section_projectinformations #projectsinformations {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_projectinformations #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_projectinformations ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_projectinformations ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_projectinformations ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_projectinformations #input_content {
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_projectinformations #projectsinformations p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_projectinformations #projectsinformations p.min {
    width: 29%;
}
#section_projectinformations #projectsinformations p.full {
    width: 95%;
}
#section_projectinformations #projectsinformations p.situacaoP {
    width: 60%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 1.5em auto 0 auto;
}
#section_projectinformations #projectsinformations p.situacaoP a.info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
#section_projectinformations #projectsinformations label {
    width: 100%;
}
#section_projectinformations #projectsinformations a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_projectinformations #projectsinformations .input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_projectinformations #projectsinformations .readonly {
    background-color: #ddd;
    text-align: center;
    cursor: default;
}
#section_projectinformations #projectsinformations select.input_user {
    height: 30px;
}
#section_projectinformations #projectsinformations input[type='date'].input_user {
    height: 28px;
    text-align: center;
}
#section_projectinformations #projectsinformations textarea.input_user {
    height: 140px;
    resize: none;
    width: 100%;
}
#section_projectinformations #tabs_projectinformation {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_projectinformations #projectsinformations .divtable {
    display: flex;
    width: 95%;
    margin: .3em 0;
    justify-content: center;
    align-items: center;
}
#section_projectinformations #projectsinformations .divtable i {
    font-size: 1.4em;
    margin: 0 .2em;
}
#section_projectinformations #projectsinformations .divtable input {
    margin: 0 .2em;
}
#section_projectinformations #projectsinformations .divtable input.tipo {
    width: 80%;
}
#section_projectinformations #projectsinformations .divtable .th {
    font-weight: bolder;
}
#section_projectinformations ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_projectinformations ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_projectinformations ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_projectinformations ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_projectinformations ul.tabs li.selected a {
    cursor: default;
}
#section_projectinformations ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center; 
}
#section_projectinformations ul.tab_content li {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_projectinformations #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* editcontract.php */


#section_editcontracts {
    width: 100%;
}
#section_editcontracts #edit_contracts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_editcontracts #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_editcontracts ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editcontracts ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editcontracts ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_editcontracts #input_content {
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_editcontracts #edit_contracts p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_editcontracts #edit_contracts p.full {
    width: 95%;
}
#section_editcontracts #edit_contracts p.min {
    width: 30%;
}
#section_editcontracts #edit_contracts p.situacaoP {
    width: 60%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 1.5em auto 0 auto;
}
#section_editcontracts #edit_contracts p.situacaoP a.info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
#section_editcontracts #edit_contracts label {
    width: 100%;
}
#section_editcontracts #edit_contracts a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_editcontracts #edit_contracts .input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_editcontracts #edit_contracts .readonly {
    background-color: #ddd;
    text-align: center;
}
#section_editcontracts #edit_contracts select.input_user {
    height: 30px;
}
#section_editcontracts #edit_contracts input[type='date'].input_user {
    height: 28px;
    text-align: center;
}
#section_editcontracts #edit_contracts textarea.input_user {
    height: 140px;
    resize: none;
    width: 100%;
}
#section_editcontracts #tabs_editcontract {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_editcontracts #tabs_editcontract .divtable {
    display: flex;
    width: 95%;
    margin: .3em 0;
    justify-content: center;
    align-items: center;
}
#section_editcontracts #tabs_editcontract .divtable i {
    font-size: 1.4em;
    margin: 0 .2em;
}
#section_editcontracts #tabs_editcontract .divtable input {
    margin: 0 .2em;
}
#section_editcontracts #tabs_editcontract .divtable input.tipo {
    width: 80%;
}
#section_editcontracts #tabs_editcontract .divtable .th {
    font-weight: bolder;
}
#section_editcontracts ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_editcontracts ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_editcontracts ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_editcontracts ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_editcontracts ul.tabs li.selected a {
    cursor: default;
}
#section_editcontracts ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_editcontracts ul.tab_content #tab_1,#section_editcontracts ul.tab_content #tab_2 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_editcontracts ul.tab_content li {
    display: none;
}
#section_editcontracts #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}

/* edittickets.php */

#section_edittickets {
    width: 100%;
}
#section_edittickets #edit_projects {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_edittickets #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_edittickets ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_edittickets ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_edittickets ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_edittickets #input_content {
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_edittickets p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_edittickets p.full {
    width: 95%;
}
#section_edittickets p.min {
    width: 30%;
}
#section_edittickets p.quarter {
    width: 22%;
}
#section_edittickets #edit_analises p.situacaoP {
    width: 60%;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin: 1.5em auto 0 auto;
}
#section_edittickets #edit_analises p.situacaoP a.info {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}
#section_edittickets label {
    width: 100%;
}
#section_edittickets a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_edittickets .input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_edittickets .readonly {
    background-color: #ddd;
    text-align: center;
}
#section_edittickets select.input_user {
    height: 30px;
}
#section_edittickets input[type='date'].input_user {
    height: 28px;
    text-align: center;
}
#section_edittickets textarea.input_user {
    height: 60px;
    resize: none;
    width: 100%;
}
#section_edittickets #tabs_tickets {
    margin: 1em auto;
    width: 90%;
    min-width: 400px;
}
#section_edittickets ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_edittickets ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_edittickets ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
#section_edittickets ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_edittickets ul.tabs li.selected a {
    cursor: default;
}
#section_edittickets ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_edittickets ul.tab_content li {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
#section_edittickets table.default {
    width: 100%;
    margin-bottom: 2em;
    border: none;
    border-collapse: collapse;
    margin-top: 0;
    max-width: 100%;
}
#section_edittickets th {
    background-color: rgba(63,134,179,1);
    color: #fff;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.05em;
    text-align: center;
    border: 1px solid rgba(63,134,179,1);
}
#section_edittickets th#first {
    border-radius: 0px 0px 0px 0px;
}
#section_edittickets th#last {
    border-radius: 0px 0px 0px 0px;
    cursor: pointer;
}
#section_edittickets tr.th {
    border: 1px solid #eee;
}
#section_edittickets tr.td {
    border-bottom: 1px solid #999;
}
#section_edittickets td {
    height: 100%;
    background-color: #eee;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    word-wrap: break-word;
    border: 1px solid #999;
}
#section_edittickets td input {
    border: none;
    background-color: rgba(0,0,0,0);
}
#section_edittickets td:focus {
    border: none;
}
#section_edittickets table.default td.tel {
    width: 10%;
    min-width: 100px;
}
#section_edittickets table.default td.ramal {
    width: 5%;
    min-width: 40px;
    text-align: center;
    font-size: 1em;
}
#section_edittickets table.default td.contactactions {
    max-width: 100px;
    font-size: 1.5em;
    color: #f00;
}
#section_edittickets table.default td.contactactions i {
    cursor: pointer;
}
#section_edittickets table.default td.contactactions a {
    margin: auto .2em;
}
#section_edittickets table.default td.contactname {
    text-align: left;
    text-indent: 5px;
    min-width: 150px;
}
#section_edittickets table.default th.tel {
    width: 7%;
    min-width: 50px;
}
#section_edittickets table.default th.ramal {
    width: 5%;
    min-width: 40px;
    text-align: center;
}
#section_edittickets table.default th.contactactions {
    width: 80px;
}
#section_edittickets table.default th.contactactions i {
    cursor: pointer;
}
#section_edittickets table.default th.contactactions a {
    margin: auto .2em;
}
#section_edittickets table.default th.contactbirth {
    width: 20%;
}
#section_edittickets #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}
#section_edittickets #tab_content {
    border: 1px solid #999;
    margin: 1em;
    padding: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}
#section_edittickets #tab_content h1 {
    width: 100%;
    text-align: center;
    margin: 0 auto 1em auto;   
}
#section_edittickets #tab_content #sair {
    font-size: 1.8em;
    position: absolute;
    right: 0;
    top: 0;
    margin: .5em;
    cursor: pointer;
    color: rgba(255,0,0,1);
}
#section_edittickets #tab_content #sair:hover {
    color: rgba(185,0,0,1);
}

/* novaanalise.php */


#section_novaanalise {
    width: 100%;
}
#section_novaanalise #edit_analise {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
#section_novaanalise #div_main_content {
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
    min-width: 400px;
}
#section_novaanalise ul.tab_geral {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 1em auto 0 auto;
}
#section_novaanalise ul.tab_geral li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_novaanalise ul.tab_geral li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_novaanalise #input_content {
    width: 100%;
    background-color: #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #ccc;
}
#section_novaanalise #input_content p {
    width: 45%;
    margin: 0 .7em 1em .7em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_novaanalise #edit_analise .tabs_analise p {
    width: 45%;
    margin: 0 auto 1em auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#section_novaanalise #edit_analise p.full {
    width: 93%;
}
#section_novaanalise #edit_analise a.info {
    width: 100%;
    min-width: 170px;
    text-align: left;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.2em;
    display: block;
}
#section_novaanalise #edit_analise p input.input_user {
    height: 25px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_novaanalise #edit_analise p textarea.input_user {
    height: 100px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
    width: 100%;
    resize: none;
}
#section_novaanalise #edit_analise p select.input_user {
    height: 29px;
    border-radius: 5px;
    border: 1px solid #999;
    text-indent: 5px;
}
#section_novaanalise .tab_sup {
    width: 90%;
    display: flex;
    justify-content: space-between;
}
#section_novaanalise .tabs_analise {
    margin: 1em .5em;
    flex: 1;
}
#section_novaanalise ul.tabs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0em auto 0 auto;
}
#section_novaanalise ul.tabs li {
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#section_novaanalise ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0px 5px;
    text-decoration: none;
    color: #666;
    cursor: default;
}
#section_novaanalise ul.tabs li.selected {
    border-bottom: 1px solid #ccc;
    background-color: #ccc;
}
#section_novaanalise ul.tabs li.selected a {
    cursor: default;
}
#section_novaanalise .readonly {
    background-color: #ddd;
    text-align: center;
}
#section_novaanalise ul.tab_content {
    background-color: #eee;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #ccc;
    justify-content: center;
    min-height: 250px;
}
#section_novaanalise ul.tab_content #tab_1,#section_novaanalise ul.tab_content #tab_2 {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    display: inline-flex;
    height: 280px;
}
#section_novaanalise #btok {
    width: 100px;
    padding: 10px;
    margin: 1em auto;
}


/* #### HOME AND DASHBOARDS #### */

#splash {
        background: #e5e5e5;
        padding: 5px 10px;
        margin: 20px 0px;
}
#splash h2 {
        background: none !important;
        padding: 0px !important;
        margin: 0px !important;
}
#splash img {
        float: left;
        margin: 5px 5px 0px 0px;
}

#splash ul {
        margin: 2px;
		padding: 2px;
		margin-left: 120px;
		list-style-image: url('../img/icons/listpoint.png');
		text-align: left;
}
#splash a, .box_1 a, .box_2 a, .boxg_1 a, .boxg_2 a  {
        color: #003366;
        text-decoration: none;
}

#splash a:hover, .box_1 a:hover, .box_2 a:hover, .boxg_1 a:hover, .boxg_2 a:hover {
        color: #FF7519;
		text-decoration: underline;
}

.boxg_1, .boxg_2 {
		background: #fff;
        height: 220px;
        width: 430px;
        padding: 5px 10px;
        margin-bottom: 10px;
        float: left;
}
.boxg_1 img {
        float: left;
        margin: 5px 5px 0px 0px;
}
.boxg_1 ul {
        margin: 2px;
		padding: 2px;
		list-style-image: url('../img/icons/listpoint.png');
		text-align: left;
}
.boxg_1  li {
        margin-left: 120px;
		color: #3366FF;
}
.boxg_2 {
        margin-left: 10px;
}
.boxg_2 img {
        float: right;
        margin: 5px 5px 0px 0px;
}
.boxg_3, .boxg_4 {
		background: #fff;
        height: 380px; /* 750px; */
        width: 430px;
        padding: 5px 10px;
        margin-bottom: 10px;
        float: left;
}
.boxg_3 img {
        float: left;
        margin: 5px 5px 0px 0px;
}
.boxg_3 ul {
        margin: 2px;
		padding: 2px;
		list-style-image: url('../img/icons/listpoint.png');
		text-align: left;
}
.boxg_3  li {
        margin-left: 120px;
		color: #3366FF;
}
.boxg_3 img.nav1 {
        position: absolute;
		top: 350px;
		left: 130px;
		height: 80px;
		width: 80px;
		border: 0px;
		cursor: pointer;
}
.boxg_3 img.nav2 {
        position: absolute;
		top: 350px;
		left: 230px;
		height: 80px;
		width: 80px;
		border: 0px;
		cursor: pointer;
}
.boxg_3 p.nav1txt {
        position: absolute;
		text-align: left;
		color: #FF7519;
		top: 430px;
		left: 130px;
}
.boxg_3 p.nav2txt {
        position: absolute;
		text-align: left;
		color: #FF7519;
		top: 430px;
		left: 230px;
}
.boxg_4 {
        margin-left: 10px;
}
.boxg_4 img {
        float: right;
        margin: 5px 5px 0px 0px;
}
.boxg_4 ul {
        margin: 2px;
		padding: 2px;
		list-style-image: url('../img/icons/listpoint.png');
		text-align: left;
}
.boxg_4  li {
        margin-left: 5px; /* 120px; */
		color: #3366FF;
}
.boxg_4 h3 {
        text-align: center;
}
.boxg_4 label {
        display: block;
        width: 185px;
        float: left;
        text-align: right;
        padding-right: 5px;
}
.boxg_4 label.t1 {
        width: 105px;
}
.boxg_4 label.t2 {
        width: 265px;
}

.boxg_4 p.centro {
		color: #3366FF;
        text-align: center;
}

.boxg_4 textarea {
        height: 100px;
		width: 380px;
}
.boxg_4 #resumo_modelo {
        color: #FF7519;
}

#splash span, .box_1 span, .box_2 span, .box_3 span, .box_4 span, .boxg_1 span, .boxg_2 span, .boxg_3 span, .boxg_4 span {
        color: #FF7519;
		font-size: 10pt;
}
#splash span.alerta, .box_1 span.alerta, .box_2 span.alerta, .box_3 span.alerta, .box_4 span.alerta, .boxg_1 span.alerta, .boxg_2 span.alerta, .boxg_3 span.alerta, .boxg_4 span.alerta {
		color: #FF0000;
		font-size: 10pt;
}
#splash span.destaque1, .box_1 span.destaque1, .box_2 span.destaque1, .box_3 span.destaque1, .box_4 span.destaque1, .boxg_1 span.destaque1, .boxg_2 span.destaque1, .boxg_3 span.destaque1, .boxg_4 span.destaque1 {
		color: #3366FF;
		text-decoration:underline;
		font-size: 10pt;
}
#splash span.destaque2, .box_1 span.destaque2, .box_2 span.destaque2, .box_3 span.destaque2, .box_4 span.destaque2, .boxg_1 span.destaque2, .boxg_2 span.destaque2, .boxg_3 span.destaque2, .boxg_4 span.destaque2 {
		color: #3366FF;
		font-weight: bold;
		font-size: 10pt;
}
.box_1, .box_2 {
        background: #e5e5e5;
        height: 100px;
        width: 430px;
        padding: 5px 10px;
        margin-bottom: 10px;
        float: left;
}
.box_1 p.txtpeq, .box_2 p.txtpeq {
		font-size: 11px;
}
.box_1 img {
        float: left;
        margin: 5px 5px 0px 0px;
}
.box_1 ul {
        margin: 2px;
		padding: 2px;
		list-style-image: url('../img/icons/listpoint.png');
		text-align: left;
}
.box_1  li {
        margin-left: 100px;
		color: #3366FF;
}
.txt h3, p {
        margin: 0px;
}
.box_2 {
        margin-left: 10px;
}
.box_2 img {
        float: right;
        margin: 5px 5px 0px 0px;
}
.box_2 ul {
        margin: 2px;
		padding: 2px;
		list-style-image: url('../img/icons/listpoint.png');
		text-align: left;
}

.box_2  li {
        margin-left: 10px;
		color: #3366FF;
}

.box_3, .box_4 {
        background: #e5e5e5;
        height: 110px;
        width: 430px;
        padding: 5px 10px;
        margin-bottom: 10px;
        float: left;
}
.box_3 p.txtpeq, .box_4 p.txtpeq {
		font-size: 11px;
}
.box_3 img {
        float: left;
        margin: 5px 5px 0px 0px;
}
.box_3 ul {
        margin: 2px;
		padding: 2px;
		list-style-image: url('../img/icons/listpoint.png');
		text-align: left;
}
.box_3  li {
        margin-left: 100px;
		color: #3366FF;
}
.txt h3, p {
        margin: 0px;
}
.box_4 {
        margin-left: 10px;
}
.box_4 img {
        float: right;
        margin: 5px 5px 0px 0px;
}
.box_4 ul {
        margin: 2px;
		padding: 2px;
		list-style-image: url('../img/icons/listpoint.png');
		text-align: left;
}

.box_4  li {
        margin-left: 10px;
		color: #3366FF;
}
.list h3 {
        margin: 8px 0px;
}

/* #### END HOME AND DASHBOARDS #### */

#wrapper {
        width: 70%;
        /* #height: 1000px; */
		margin: 0px auto;
        position: relative;
        background: url('../img/template/bg-wrapper.png') top center no-repeat;
}
#footer {
        width: 100%;
        position: relative;
		text-align: center;
        margin-top: 3em;
}

/* ########## USERS ########## */
/* ########## NAVIGATION ########## */

/* ########## TABS ########## */

/*ul.tab_content li#tab_1 {
    display: block;
}*/

/* ########## END TABS ########## */


/* ########## OPCOES DE FILTRO ########## */



/* ########## END OPCOES DE FILTRO ########## */


.tmp_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.dropdown {
    list-style: none;
    z-index: 99;
}
.dropdown li {
    float: left;
}
.dropdown li a {
    text-decoration: none;
    display: block;
}
.dropdown ul {
    display: none;
    position: absolute;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    list-style: none;
    z-index: 99;
    clear: both;
}
.dropdown li ul li {
    clear: left;
    margin: 0;
    padding: 0;
    background: none !important;
}
.dropdown li ul li a {
    display: block;
    background: none !important;
}
.dropdown li:hover a, .dropdown li a:hover {
    
}
.dropdown li ul li a:hover {
    
}
.dropdown li:hover ul, .dropdown li.over ul {
    display: block;
}

#arm {
	display: none;
}
#emptybox {
	border:1px solid black;
	border-color: #ccc; /* #DDDDDD; */
	background: #f2f2f2;
	font-size: 12pt;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    margin: 1em auto 1.5em auto;
    font-weight: bold;
}

#fechabox {
        position: absolute;
		top: 1px;
		left: 890px;
		cursor: pointer;
}
#iconbox {
        position: absolute;
		left: 0px;
}
#boxdica {
		display:none;
		border:1px solid black;
		border-color: #F2AF1D; /* #DDDDDD; */
		background: #FDF1D5;
		font-size: 10pt;
        text-align: left;
		width: 910px;
		height: 21px;
		text-indent: 25px;
		z-index:2;
		position: absolute;
        /* margin-bottom: 30px; */
}
#boxvazio {
		border:1px solid black;
		border-color: #CCD6F5; /* #DDDDDD; */
		background: #CCD6F5;
		font-size: 12pt;
        text-align: center;
		width: 910px;
        margin-bottom: 30px;
}

/* ########## TABLE DEFAULT ########## */


/* Exibição de Bonus */
#content .bonus_box {
		display: none;
		border:1px solid black;
		border-color: #DDDDDD;
		z-index:2;
		position: absolute;
		background: #FFFFFF;
        text-align: center;
		top: 60px;
		width: 443px;
		margin-left: 25%;
}
#content table.bonus {
        width: 443px;
		height: 233px;
		background: url('../img/site/bonus1.png') center no-repeat;
		border: 0px;
		text-align: left;
		padding: 3px;
		vertical-align: top;
}
#content table.bonus td {
        text-align: left;
		height: 27px;
		vertical-align: top;
		font-weight: bold;
        font-size: 14pt;
		text-indent: 40px;
}

#imgbonus {
		cursor: pointer;
}
#instrucoesbonus {
		margin-left: 10px;
		width: 423px;
		text-align: left;
		color: #FF0000;
}

/* Fim galeria de Fotos */

#btfoot0 {
        width: 80px;
        height: 28px;
        border: 0px;
        color: #fff;
        position: absolute;
        left: 29px;
        cursor: pointer;
        background: url('../img/template/bt-foot.png') no-repeat;
}

#btfoot1 {
        width: 80px;
        height: 28px;
        border: 0px;
        color: #fff;
        position: absolute;
        left: 80px;
        cursor: pointer;
        background: url('../img/template/bt-foot.png') no-repeat;
}

#btfoot2 {
        width: 80px;
        height: 28px;
        border: 0px;
        color: #fff;
        position: absolute;
        left: 170px;
        cursor: pointer;
        background: url('../img/template/bt-foot.png') no-repeat;
}
#btfoot3 {
        width: 80px;
        height: 28px;
        border: 0px;
        color: #fff;
        position: absolute;
        left: 260px;
        cursor: pointer;
        background: url('../img/template/bt-foot.png') no-repeat;
}

#editlist {
        width: 40px;
        height: 28px;
        border: 0px;
        color: #fff;
        /* position: left; */
        right: 20px;
        cursor: pointer;
        background: url('../img/template/bt-editlist.png') no-repeat;
}


#btprn {
        width: 40px;
        height: 28px;
        border: 0px;
        color: #fff;
        position: absolute;
        left: 29px;
        cursor: pointer;
        background: url('../img/template/bt-prn.png') no-repeat;
}
#btpdf {
        width: 40px;
        height: 28px;
        border: 0px;
        color: #fff;
        position: absolute;
        left: 29px;
        cursor: pointer;
        background: url('../img/template/bt-pdf.png') no-repeat;
}
#bttxt {
        width: 40px;
        height: 28px;
        border: 0px;
        color: #fff;
        position: absolute;
        left: 29px;
        cursor: pointer;
        background: url('../img/template/bt-txt.png') no-repeat;
}

form.cadastro label {
        display: block;
        width: 160px;
        float: left;
        text-align: right;
        padding-right: 10px;
}

form.cadastro input.uppercase {
        text-transform: uppercase;
}

/* form.cadastro input, form textarea {
        width: 380px;
} */

form.cadastro textarea {
        height: 200px;
		width: 700px;
}

form.cadastro input.money {
        text-align: right;
}

form.cadastro input.money4 {
        text-align: right;
}

form.cadastro input.phone {
        text-align: left;
}


form.indice_traducao label {
        display: block;
        width: 320px;
        float: left;
        text-align: right;
        padding-right: 10px;
}

form.box label {
        display: block;
        width: 290px;
        float: left;
        text-align: right;
        padding-right: 10px;
}
form.box input, form textarea {
        width: 90px;
}

.btndefault {

        width: 80px;
        height: 23px;
        left: 20px;
        color: #fff;
        text-decoration: none;
        text-align: center;
		padding-right: 10px;
        padding-top: 5px;
        background: url('../img/template/bt-foot.png') no-repeat;
}

/* Mensagens de alerta */

#content ul.bts {
        list-style: none;
        padding: 0px;
        margin: 0px auto !important;
        width: 180px;
        height: 35px;
}
#content ul.bts li {
        float: left;
        margin: 0px 5px;
}
#content .bts a, #content .bts li a {
        display: block;
        padding-top: 5px;
        width: 80px;
        height: 23px;
        color: #fff;
        margin: 0px auto;
        text-decoration: none;
        background: url('../img/template/bt-foot.png') no-repeat;
}
#content .bts a.cancel {
        background: url('../img/template/bt-cl.png') no-repeat;
}

#content .alert {
    min-width: 450px;
    width: 50%;
    margin: 0px auto;
    padding-bottom: 1px;
    display: flex;
    flex-direction: column;
    background-color: #eee;
    border-radius: 10px;
}
#content .alert h2 {
    background: #3f86bd;
    font-size: 14pt;
    padding: 5px 0px;
    text-align: center;
    border-bottom: 3px solid #fff;
    color: #fff;
    margin: 0;
    border-radius: 10px 10px 0px 0px;
}
#content .alert h3 {
    font-size: 10pt;
    padding: 2px 0px;
    text-align: center;
}
#content .alert h3 i {
        font-size: 2em;
        color: #CC0000;
        text-align: center;
}
#content .alert p {
        margin: 10px 10px 10px 60px;
}
#content .alert img {
        float: left;
        margin: 0px 5px;
}
#content .alert .bts {
        text-align: center;
        margin: 10px;
}
#content .warning h2 {
        background: #CC0000 !important;
        color: #fff !important;
}
#content .message {
        background-image: none !important;
}
#content .message p {
        margin: 10px !important;
}
#content .message p.atencao {
        margin: 10px !important;
		color: #FF0000;
}

/* Calendário */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #e5e5e5; /*#FFE5B2; /* ###########c8d0d4 */
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #3366FF;  /* ###############788084 */
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #CCD6F5; /* ###############e8f0f4 */
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #d8e0e4;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #b8c0c4;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #CCD6F5; /* #########e8f4f0 */
}

.calendar tbody .rowhilite td {
  background: #FFE5B2; /* #d8e4e0; */
}

.calendar tbody .rowhilite td.wn {
  background: #FFE5B2;  /* #c8d4d0; */
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
  background: #d8e0e4;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #e8f0f4;
  padding: 1px;
  border: 1px solid #000;
  background: #3366FF;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/***** info popups *****/
a.info {
    position:relative;
    color:black;
}
/* Added to solve the z-order problem of IE */
a.info:hover {
	z-index:2;
}
/* End */
a.info span{
    display: none;
}
a.info:hover span{
	display:block;
	position:absolute;
	z-index:1;
	bottom:2em;
	left:-10em;
	width:25em;
	border:1px solid #F2AF1D; /* #000000; */
	background-color:#FDF1D5; /* #CCD6F5; */
	color:#000;
	text-align:justify;
	font-size:10px;
	font-weight:normal;
	padding:3px;
	line-height:15px;
}

/* Slider */
			  				  
#boxd_slider {
		/* border:1px solid black; */
		width: 440px; 
		margin: 0px auto; 
		/* #position: relative; top: -18px; left: 230px; */
		min-height: 355px;
		background: url('../img/template/bg.png') top center no-repeat;
        padding: 5px 10px;
        margin-bottom: 5px;
        float: right;
}
.floatLeft {
		float: left;
		margin-right: 10px;
}
.floatRight	{
		float: right;
}
.clear { 
		clear: both;
}
.slider-wrap {
		width: 389px;
		position: relative;
		top: 26px;
		left: 26px;
}
.stripViewer .panelContainer .panel ul {
		text-align: left;
		margin: 0 15px 0 30px;
}
.stripViewer {
		position: relative;
		overflow: hidden;
		width: 389px;
		height: 254px;
}
.stripViewer .panelContainer {
		position: relative;
		left: 0; 
		top: 0;
}
.stripViewer .panelContainer .panel	{ 
		float: left;
		height: 100%;
		position: relative;
		width: 389px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {
		border: 1px solid black;
		margin-right: 5px;
		height: 45px;
		width: 60px;
		clip: rect(0px 60px 45px 0px);
}
#movers-row {
		margin: -55px 0 0 62px;
}
#movers-row div { 
		width: 20%;
		float: left;
}
#movers-row div a.cross-link {
		float: right;
}
.photo-meta-data { 
		background: url('../img/template/transpBlack.png');
		padding: 5px;
		height: 35px;
		width: 389px;
		/* margin-top: -100px; /* -87px; */
		top: 209px;
		position: absolute;
		z-index: 9999;
		color: white;
		font-size: 10px;
}
.photo-meta-data span {
		font-size: 13px;
}

.photo-meta-data a {
		color:#FF7519;
}

.cross-link {
		display: block;
		width: 62px;
		margin-top: -11px;
		position: relative;
		padding-top: 15px;
		z-index: 9999;
}
.active-thumb {
		background: transparent url('../img/template/icon-uparrowsmallwhite.png') top center no-repeat;
}
.imgslider { 
		/* #height: 294px; */
		width: 389px;
		clip: rect(0px 389px 294px 0px);
}
