﻿/* DEFAULTS
----------------------------------------------------------*/
:root {
    --ancd-red: #AD1E26;
    --ancd-oldred: #D8252F;
/*    --color-primary: #CC2F52;
    --color-secondary: #244050;
*/
    /*Referencia Site Ancoradouro*/
    --e-global-color-primary: #CC2F52;
    --e-global-color-secondary: #244050;
    --e-global-color-text: #8C8C8C;
    --e-global-color-accent: #5C374E;
    --e-global-color-04410f4: #FFFFFF;
    --e-global-color-3b34c10: #B02B4B;
    --e-global-color-79d5876: #DFDADA;
    --e-global-color-c5ffabd: #666666;
    --e-global-color-0ff6175: #D6D6D6;
}

html {
    height: 100%;	
}

body {
	/*background: #b6b7bc;*/
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #333;
	/*min-width: 800px;*/
	font-size: .80rem;
}

    body * {
        font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
        /*text-transform: uppercase;*/
    }

.uppercase {
    text-transform: uppercase
}

.link_tc:link, .link_tc:visited, .link_tc:active {
    color: white;
}

.link_tc:active {
    text-decoration: none;
    color: #1d60ff;
}

a:link, a:visited, a:active {
    color: #1d60ff;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.superscript {
    position: relative;
    top: -0.6em;
    font-size: 65%;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #333;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#Form1{
    height: 100%
}

.page {
    width: 100%;
    height: 100%;
    background-color: #fff;
    
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    /*grid-template-columns: 100%;*/
    align-content: start;
}

.header {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 81px;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

    .header img {
        margin: 5px;
    }

#LogoPanelImage, #ImagemConsolidador {
	max-height: 50px;
	min-height: 35px;
}

.main {
	/*padding: 0px 12px;
	margin: 0px 8px 8px 8px;*/
	margin: 8px 0;
	/*min-height: 420px;*/
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    /*font-size: 0.7em;*/
    /*background: #b6b7bc;*/
    /*border-top: 1px solid gray;*/
    font-size: 0.7rem;
    color: #4e5766;
    padding: 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    width: 100%;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #eee;
    width: 100%;
    margin-left: 0px;
}

.menuPrincipalItem, .menu a {
    /*padding: 5px;*/
    margin: 3px;
    /*border-radius: 10px;*/
    text-transform: uppercase;
    /*background: lightgray;*/
    transition: background-color 0.0s;
}

    /*.menu a.contracts, menu i.contracts {*/
        /*background: darkred;*/
        /*font-weight: bold;
        color: var(--color-primary);
    }*/

/*    .menu i.contract {
        color: var(--color-primary);
    }
*/
.botaoMenuPrincipalItem, .menu li {
    display: inline-block;
    padding: 0px;
    border: 10px solid transparent;
    transition: background-color .6s ease-in-out;
    text-decoration: none;
    color: white;
}

    .botaoMenuPrincipalItem a, .menu li a {
        text-decoration: none;
        color: #24303b;        
        /*border-bottom: 1px dotted gray;*/
    }

	.botaoMenuPrincipalItem:hover, .menu li:hover {
		background-color: #cccccc;
		cursor: pointer;
		color: white;
	}

.menuItem {
	display: block;
	padding: 2px;
}

.botaoMenuItem {
	/*background-color: #d0d0d0;
	color: #24303b;*/
	display: inline-block;
	margin: 2px;
	border: 10px solid transparent;
}

	.botaoMenuItem a {
		text-decoration: none;
		display: inline-block;
		color: #24303b;
	}

	.botaoMenuItem:hover {
		background-color: #c0c0c0;
		cursor: pointer;
    }

/*div.menu {
    padding: 4px;
    margin-top: 0px;
    *margin-top: -12px;
}

div.menu2 {
    padding: 4px;
    margin-top: 4px;
    *margin-top: 4px;
}

    div.menu ul, div.menu2 ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited, div.menu2 ul li a, div.menu2 ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px;
            margin: 2px;
            text-decoration: none;
            white-space: nowrap;
        }*/

/*div.menuSelecionado {
    background-color: red;
}*/

/*div.menu ul li a:hover, div.menu2 ul li a:hover {
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active, div.menu2 ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    /*width: 320px;*/
    border: 1px solid #ccc;
}

input.passwordEntry {
    /*width: 320px;*/
    border: 1px solid #ccc;
}

input.passwordEntry2 {
    /*width: 320px;*/
    border: 1px solid #ccc;
    visibility: hidden;
}

div.accountInfo {
    width: 100%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

    .title img {
        border: 0px;
    }

.loginDisplay {
    font-size: 1.1em;
    /*display: block;*/
    justify-content: flex-end;
    text-align: right;
    /*color: White;*/
}
/*
    .loginDisplay a:link,
    .loginDisplay a:visited,
    .loginDisplay a:hover {
        color: white;
    }


.loginDisplay2,
.loginDisplay2 a:link,
.loginDisplay2 a:visited,
.loginDisplay2 a:hover {
    color: var(--color-primary);
}*/

.menu-mobile {
    height: 45px;
    width: 100%;
    justify-content: space-between;*/
}

    .menu-mobile button{
        font-size: 1.5rem;
    }

.failureNotification {
    font-weight: bold;
    color: Red;
}

.successNotification {
    font-weight: bold;
    color: Green;
}

	.successNotification table {
		font-size: small;
	}

.messageNotification {
    color: black;
    /*font-weight: bold;*/
    
}

    .messageNotification div {
        margin: 20px;
        margin-right: 100px;
        padding: 5px 10px;
        border: 1px solid #e44;
        background-color: #ffa;
        border-radius: 10px;
        font-variant: normal;
    }

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    /*padding-right: 10px;*/
}

.languageMenu {
	width: 25px;
	position: relative;
	display: inline-grid;
    justify-items: end;
}

/* Cores dos contratos */

.telaAcoes {
    /*background-color: #f0f0f0;*/
    margin-bottom: 15px;
}

    .telaAcoes div {
        padding-top: 5px;
        padding-bottom: 5px;
    }

.tabela {
    width: 80%;
}

    .tabela td {
        text-align: left;
    }

.geral {
    text-transform: uppercase;
}

.frase {
    font-size: xx-large;
    text-align: center;
    margin: 50px;
    color: Red;
    font-weight: bold;
}

.creditofrase {
    text-align: right;
    margin-bottom: 25px;
    font-weight: bold;
    font-style: italic;
}

.comentariofrase {
    text-align: left;
    margin-bottom: 25px;
}

.aguarde {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-left: 0px;
    background-repeat: repeat;
}

	.aguarde div {
		min-height: 40px;
		height: auto;
		font-size: 20px;
		font-style: italic;
		font-weight: bold;
		text-align: left;
		margin: 60px auto 0 auto;
		vertical-align: middle;
		text-align: center;
		border-radius: .2rem;
	}

.contatoTableItens {
    border-spacing: 0;
    vertical-align: top;
    border: 1px solid lightgrey;
    border-collapse: separate;
    width: 100%;
}

.contatoTitulo {
    padding: 5px; 
    background: lightgrey; 
    font-weight: bold; 
    border: 1px solid lightgrey; 
    border-bottom: 0; 
    border-radius: 10px 10px 0 0;
}

.contatoItens {
    width: 20%;
    font-weight: bold;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.contatoDados {
    padding-left: 5px;
    padding-right: 5px;
    width: 80%;
    border: 0;
    vertical-align: top;
}

.g8 {
    background-color: #e0e0e0;
    border-radius: 5px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.hotelaria {
    width: 100%;
    border-collapse: collapse;
}

    .hotelaria th {
        border: 1px solid gray;
        background-color: lightgray;
        text-align: center;
    }

    .hotelaria td {
        border: 1px solid gray;
        text-align: center;
    }

.fornecedoresrodoviarios {
    width: 100%;
    border-collapse: collapse;
}

    .fornecedoresrodoviarios th {
        border: 1px solid gray;
        background-color: lightgray;
        text-align: center;
    }

    .fornecedoresrodoviarios td {
        border: 1px solid gray;
        text-align: center;
    }

input.rebate, input.adicionalUnidade {
    border: 1px solid gray;
    border-radius: 2px;
    text-align: center;
}

input.rebateIgual, input.rebateIgualData, input.adicionalUnidadeIgual, input.adicionalUnidadeIgualData {
    background-color: #fff;
}

input.rebateAlterado, input.rebateAlteradoData, input.adicionalUnidadeAlterado, input.adicionalUnidadeAlteradoData {
    background-color: #bbf;
}

input.rebateIgual, input.rebateAlterado, input.adicionalUnidadeIgual, input.adicionalUnidadeAlterado {
    width: 55px;
}

input.rebateIgualData, input.rebateAlteradoData, input.adicionalUnidadeIgualData, input.adicionalUnidadeAlteradoData {
    width: 90px;
}

.tabelasSubtitulo {
    font-weight: bold;
}

.tabelasCabecalhos {
    background-color: #ddd;
}

    .tabelasCabecalhos td {
        font-style: italic;
        font-weight: bold;
        font-size: smaller;
        border: 1px solid #ccc;
    }

.tabelasConteudoLinhasPares {
    background-color: #eee;
}

.tabelasConteudoLinhasImpares {
    background-color: #fff;
}

.tabelasConteudoLinhasPares td {
    border: 1px solid #ccc;
}

.tabelasConteudoLinhasImpares td {
    border: 1px solid #ccc;
}

.erroCaminho {
    font-size: smaller;
    display: none;
    font-weight: normal;
    color: none;
}

/* New */
#newLogin {
/*	border: 1px solid var(--color-primary);
*/	max-width: 500px;
	max-height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#newLoginLogo {
	height: 70px;
	padding: 10px;
}

    #newLoginLogo img {
        max-width: 150px;
        max-height: 50px;
		background: none;
		border: none;
    }

        #newLoginLogo img:first-child {
            position: relative;
            float: left;
            top: 50%;
            transform: translateY(-50%); 
        }

        #newLoginLogo img:last-child {
            position: relative;
            float: right;
            top: 50%;
            transform: translateY(-50%);
        }

#newLoginBody {
	text-align: center;
/*	color: var(--color-primary);
*/	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

    #newLoginBody  {
        position: relative;
        top: 30%;
        transform: translateY(-25%);
}

.newUppercase {
    text-transform: uppercase;
}
