﻿@import url("/OutSystemsUIWeb/Theme.BaseTheme.css?121");

@import url(/IconsForEveryone/Theme.FontAwesome5.css?76);

/*Definição do tamanho das fontes do site*/
:root {
    /* Font sizes para Mobile (Default) */
    --font-size-sm: 0.875rem; /* 14px */
    --font-size-md: 1rem;     /* 16px */
    --font-size-lg: 1.25rem;  /* 20px */
    --font-size-xl: 1.5rem;   /* 24px */
    --font-size-xxl: 2rem;    /* 32px */
}

@media (min-width: 768px) {
    /* Font sizes para Tablets */
    :root {
        --font-size-sm: 1rem;    /* 16px */
        --font-size-md: 1.125rem; /* 18px */
        --font-size-lg: 1.5rem;   /* 24px */
        --font-size-xl: 1.75rem;  /* 28px */
        --font-size-xxl: 2.25rem; /* 36px */
    }
}

@media (min-width: 1200px) {
    /* Font sizes para Desktops */
    :root {
        --font-size-sm: 1rem;    /* 16px */
        --font-size-md: 1.25rem; /* 20px */
        --font-size-lg: 1.75rem; /* 28px */
        --font-size-xl: 2rem;    /* 32px */
        --font-size-xxl: 2.5rem; /* 40px */
    }
}

/*
Significados:
    sm = Small (Pequeno):
    Usado para textos ou elementos menores, como legendas ou rodapés.
    md = Medium (Médio):
    O tamanho padrão, geralmente usado para o corpo do texto.
    lg = Large (Grande):
    Usado para títulos secundários ou textos mais importantes.
    xl = Extra Large (Extra Grande):
    Ideal para títulos principais ou destaques.
    xxl = Extra Extra Large (Muito Grande):
    Usado em títulos chamativos ou destaques visuais grandes.

Exemplo Prático de Tamanhos de Fonte:
Aqui está como esses tamanhos poderiam ser aplicados a um layout típico:

    Sigla    Contexto de Uso                 Tamanho (Mobile)    Tamanho (Desktop)
    sm       Legendas, subtítulos menores    0.875rem (14px)     1rem (16px)
    md       Texto do corpo                  1rem (16px)         1.25rem (20px)
    lg       Títulos secundários             1.25rem (20px)      1.5rem (24px)
    xl       Títulos principais              1.5rem (24px)       2rem (32px)
    xxl      Destaques grandes               2rem (32px)         2.5rem (40px)
*/
/*---------------------------------------*/


.bt1n
{
    border: 0;
    border-radius: 8px;
    height: 30px;
    font-weight: bold;
    color: var(--primary);
    min-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    transition: 1s;
    background: #fff;
    margin-left: 15px;
    border-style: solid;
    border-width: 0px;
    border: 1px solid var(--primary);
}

.bt1n:hover
{
    background: var(--primary) !important;
    color: #fff !important;
    cursor: pointer;
}

.bt2n{
    border: 0;
    border-radius: 8px;
    height: 30px;
    font-weight: bold;
    color: var(--text-button) !important;
    min-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    transition: 1s;
    background: var(--primary);
    border-color: var(--primary) !important;
    margin-left: 15px;
    border-style: solid;
    border-width: 0px;
}

.bt2n:hover{
    background: var(--primary) !important;
    border: 1px solid var(--primary);
    color: var(--text-button) !important;
    cursor: pointer;
    opacity: 0.55
}

body + object {display: none;}

@font-face {
    font-family: 'BariolRegular';
    src: url('bariol_regular-webfont.eot'), 
         url('bariol_regular-webfont.eot?#iefix') format('embedded-opentype'), 
         url('./fonts/bariol_regular-webfont.ttf') format('truetype'), 
         url('./fonts/bariol_regular-webfont.woff') format('woff'), 
         url('./fonts/bariol_regular-webfont.woff2') format('woff2'), 
         url('./fonts/bariol_regular-webfont.svg#BariolRegular') format('svg'); 
    font-weight: normal;
    font-style: normal;

    }

@font-face {
    font-family: 'BariolItalic';
    src: url('./fonts/bariol_regular_italic-webfont.eot'),
         url('./fonts/bariol_regular_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/bariol_regular_italic-webfont.ttf') format('truetype'),
         url('./fonts/bariol_regular_italic-webfont.woff') format('woff'),
         url('./fonts/bariol_regular_italic-webfont.woff2') format('woff2'),
         url('./fonts/bariol_regular_italic-webfont.svg#BariolItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'BariolLight';
    src: url('./fonts/bariol_light-webfont.eot'),
         url('./fonts/bariol_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/bariol_light-webfont.ttf') format('truetype'),
         url('./fonts/bariol_light-webfont.woff') format('woff'),
         url('./fonts/bariol_light-webfont.woff2') format('woff2'),
         url('./fonts/bariol_light-webfont.svg#BariolLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Nunito';
    src: url('nunito_regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoBlack';
    src: url('nunito_black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoBold';
    src: url('nunito_bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoItalic';
    src: url('nunito_italic.ttf');
    font-weight: normal;
    font-style: italic;
}

html,
body,
a,
select,
fieldset,
input,
button,
select,
textarea,
optgroup,
option {
    font-family: 'Trebuchet MS';
}



textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

select, .Form select.ReadOnly
{
 font-size:16px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    padding: 0px 12px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    border-radius: 10px;
    
}

a label,
a:link label
{
    cursor:pointer;
}

a, a:link,
a:visited
{
    color:var(--primary);
}

/* force padding to center vertically on Firefox */
select {
    padding: 4px 12px;
    height: 35px;
    line-height: 35px;
}

textarea {
    padding: 10px 12px;
}

input, textarea {
    margin: 0px;
}

/*input[type=radio],*/
input[type=checkbox] 
{
    padding: 2px;
    width:13px;
    z-index: -1;
}

input[type=file] {
    vertical-align: bottom;
}

.Form textarea.ReadOnly[readonly="readonly"], 
.Form input.ReadOnly[readonly="readonly"], 
textarea[readonly="readonly"], 
input[readonly="readonly"]
input[disabled="disabled"],
select[disabled="disabled"] {    
    color: #999;
    background-image: none; /* remove the background image from the dropdowns */
    background-color:#dddddd;
    cursor:not-allowed;
}

select { 
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none; 
    -moz-appearance: none;
    line-height: 1.43;
    text-indent: 0.01px;
    text-overflow: '';    
    padding-right:0\0; /* IE8, IE9 */
}

select:focus {
    border: 1px solid #505050;
}

select::-ms-expand {
    display: none;
}

#element {
    color: green \0/; /* IE8+9  */
}

textarea {
    overflow: auto;
}


.PopUp
{
    background:#fff;
    border:0px solid #aaa;
}

.Application_Title
{
    height:150px;
}


.Application_Title .Logo 
{
    padding-top:30px;
    color:#fff;
    font-size:22px;
}

.Title
{
    font-size:24px;
    color:#797979;
    padding-left:20px;
    background-image: url('/Theme/img/ico_seta_titulo.png?368');
    background-repeat:no-repeat;
    background-position: 0px 11px;
}

.SearchInput
{
    width:340px;
    background-color: #d6d6d6 !important;
    color: #fff !important;
    font-size: 18px;
    padding:5px;
    border: none !important;
}


.SearchInput[placeholder]
{
    color: #f4f4f4 !important;
}

.SearchInput::-webkit-input-placeholder {
   color: #f4f4f4 !important;
}

.SearchInput:-moz-placeholder {
   color: #f4f4f4 !important;
}

.SearchInput::-moz-placeholder {
   color: #f4f4f4 !important;
}

.SearchInput:-ms-input-placeholder {  
   color: #f4f4f4 !important;
}

.LogOffHeader
{
    margin-top:51px;
    margin-left: 16px;
    height:20px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    padding:13px;
}

.LogOffHeader .LogMenu
{
    visibility: hidden;
    z-index:1000;
}

.LogOffHeaderHello
{
    font-family:Verdana;
    font-size:12px;
    color:#878786;
    white-space:nowrap;
    font-weight: normal;
}

.LogOffHeaderName
{
    font-family:Verdana;
    font-size:12px;
    color:#878786;
    white-space:nowrap;
    font-weight: bold;
}

.LogMenu,
.LogMenu a,
.LogMenu a:link,
.LogMenu a:visited
{
    font-family:Verdana;
    font-size:12px;
    color:#878786;
    font-weight: normal;
}
.LogOffHeader:hover
{
    height:auto;
    border: 1px solid #878786;
   -moz-border-radius: 15px;
    -webkit-border-radius:15px;
    border-radius: 15px;    
    white-space:nowrap;
    padding:13px;
    margin-top:50px;
    margin-left:15px;
    background-color:#fff;
    position:relative;
    z-index:10;
}

.LogOffHeader:hover .LogMenu
{
    visibility: visible;
    z-index:1000;
}

.CarrinhoHeader
{
    float:right;
    font-family: Verdana;
    font-size: 10px;
    color:#fff;
    margin-top:50px;
}

.circle 
{
    border-radius: 50%;
     -moz-border-radius: 50%;
    -webkit-border-radius:50%;
    width: 22px;
    height: 22px; 
    background-color: var(--primary);
    z-index:10;
    margin-left: -10px;
    margin-top: 12px;
    text-align:center;
}

.TotalCarrinho
{
    border-radius: 50px;
     -moz-border-radius: 50px;
    -webkit-border-radius:50px;
    background-color:#797979;
    padding:7px;
    margin-top: 8px;
    margin-left: 5px;
    color:#fff;
    font-family:Verdana;
}

.circle  .Badge
{
    margin-top:2px;
    margin-left: -2px;
    color:#fff;
    font-family:Verdana;
}

.TitleFotter
{
    font-size: 20px;    
    color:#000;
    font-weight: normal;
    white-space:nowrap;
}

.SubTitleFotter
{
    font-size: 20px;    
    color:#000;
    white-space:nowrap;
}

.TitleLinkFooter
{
    font-size: 12px;    
    color:var(--primary);
    font-weight: bold;
    font-family:Verdana;
    white-space:nowrap;
}

.SubTitleLinkFooter,
.SubTitleLinkFooter a,
.SubTitleLinkFooter a:link, 
.SubTitleLinkFooter a:visited
{
    font-size: 12px;    
    color:var(--primary);
    font-weight: normal;
    font-family:Verdana;
    white-space:nowrap;
}

.LineBlueFooter
{
    Height:30px;
    background-color:var(--tertinary);
    font-family:verdana;
    font-size:10px;
    color:#fff;
    white-space:nowrap;
    padding-top:8px;
}

.LineGrayFooter
{
    background-color:#f2eee7;
    height:205px;
}

.Filters_Wrapper {
    line-height: 49px;
    background-color:transparent !important;
    border:hidden;
    margin-top:35px;
}

.Pesquisar
{
    width:  51px;
    height: 49px;
    background-image: url('/Theme/img/bot_pesquisar.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Pesquisar:hover
{
    background-image: url('/Theme/img/bot_perquisar_mouseover.png?368');
    cursor:pointer;
}

.Button, .Button.ButtonDefault, .Button.Is_Default
{
    border: 0;
    border-radius: 8px;
    height: 30px;
    font-weight: bold;
    color: var(--text-button) !important;
    min-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    transition: 1s;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    opacity: 1;
    margin-left: 15px;
    border-style: solid;
    border-width: 0px;
    
}

.checkboxFour {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius:100%;
    position:relative;
}

.checkboxFour label {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius:100%;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    top: 4px;
    left: 4px;
    z-index: 100;
    background: #fff;
    position:absolute;
    z-index:1;
}

.checkboxFour input[type=checkbox]:checked  + label{
    background: var(--primary);
}

div.os-internal-Popup .os-internal-ui-dialog, 
div.os-internal-Popup.os-internal-ui-dialog
{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
}

.EscolhaArea
{
    font-size:26px;
    color:#000;
    text-decoration:none;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius:100%;
    width:185px;
    height:186px;
    border: 1px solid #cfcfcf;
    padding-top:11px;
}

.EscolhaArea:hover, 
.EscolhaArea:visited 
{
    border: 1px solid var(--tertinary);
    color:var(--tertinary);
    cursor:pointer;
}

.Enviar
{
    border: 0;
    border-radius: 8px;
    height: 30px;
    font-weight: bold;
    color: var(--text-button) !important;
    min-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    transition: 1s;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    opacity: 1;
    margin-left: 15px;
    border-style: solid;
    border-width: 0px;
}

.Enviar:hover
{
    background: var(--primary) !important;
    border: 1px solid var(--primary);
    color: var(--text-button) !important;
    cursor: pointer;
}

.Confirmar
{
    border: 0;
    border-radius: 8px;
    height: 30px;
    font-weight: bold;
    color: var(--text-button) !important;
    min-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    transition: 1s;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    opacity: 1;
    margin-left: 15px;
    border-style: solid;
    border-width: 0px;
}

.Confirmar:hover
{
    background: var(--primary) !important;
    border: 1px solid var(--primary);
    color: var(--text-button) !important;
    cursor: pointer;
}

.MandatoryCaption:after
{
    color:transparent;
    content:"";
}

.SelectRamo 
{
    font-size:22px;
    position:relative;
    color:#cfcfcf;
    background: url('/Theme/img/ico_seta_dropdown_home.png?368') no-repeat;
    background-position:450px 10px;
    height:55px;
}
.SelectRamo select 
{
   appearance:none;
   -moz-appearance:none; /* Firefox */
   -webkit-appearance:none; /* Safari and Chrome */
   position: absolute;
   left: 0;
   top: 0;
}

.ProximoPasso
{
    border: 0;
    border-radius: 8px;
    height: 30px;
    font-weight: bold;
    color: var(--text-button) !important;
    min-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
    transition: 1s;
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    opacity: 1;
    margin-left: 15px;
    border-style: solid;
    border-width: 0px; 

}

.ProximoPasso:hover
{
    background: var(--primary) !important;
    border: 1px solid var(--primary);
    color: var(--text-button) !important;
    cursor: pointer;   
}

.Voltar
{
    width:  142px;
    height: 31px;
    color: var(--text-button) !important;

}

.Voltar:hover
{
    color: var(--text-button) !important;
    opacity: 0.5;
    cursor: pointer; 
}

.UtilizarCEP
{
    width:  130px;
    height: 37px;
    background-image: url('/Theme/img/bot_utilizarCep.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.UtilizarCEP:hover
{
    background-image: url('/Theme/img/bot_utilizarCep_MouseOver.png?368');
    cursor:pointer;
}


.UtilizarCEP:disabled
{
    background-image: url('/Theme/img/bot_utilizarCep_Inativo.png?368');
    cursor:no-drop;
    background-color:transparent;
}

.EntrarModal
{
    width:  130px;
    height: 37px;
    background-image: url('/Theme/img/bot_entrarModal.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.EntrarModal:hover
{
    background-image: url('/Theme/img/bot_entrarModal_MouseOver.png?368');
    cursor:pointer;
}


.EntrarModal:disabled
{
    background-image: url('/Theme/img/bot_entrarModal_Inativo.png?368');
    cursor:no-drop;
    background-color:transparent;
}

.Buscar
{
    width:  88px;
    height: 37px;
    background-image: url('/Theme/img/bot_buscar_CEP.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Buscar:hover
{
    background-image: url('/Theme/img/bot_buscar_CEP_mouseOver.png?368');
    cursor:pointer;
}


.EnviarCadastro
{
    width:  142px;
    height: 29px;
    background-image: url('/Theme/img/bot_enviar_cadastro.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.EnviarCadastro:hover
{
    background-image: url('/Theme/img/bot_enviar_cadastro.png?368');
    cursor:pointer;
}

.Form label.MandatoryLabel:after
{
    color:transparent;
    content:"";
    
}

.Cancelar
{
    width:  115px;
    height: 37px;
    background-image: url('/Theme/img/bot_cancelar_admin.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Cancelar:hover
{
    background-image: url('/Theme/img/bot_cancelar_admin_mouseOver.png?368');
    cursor:pointer;
}

.Excluir
{
    width:  33px;
    height: 32px;
    background-image: url('/Theme/img/bot_acao_excluir.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Excluir:hover
{
    background-image: url('/Theme/img/bot_acao_mouseover.png?368');
    cursor:pointer;
}

.Excluir:disabled
{
    background-image: url('/Theme/img/bot_acao_excluir.png?368');
    cursor:not-allowed;
    background-color:transparent;
}

.Tabs_Wrapper
{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius:15px;
    border: 1px solid #cfcfcf; 
}

a.Tabs_TabOn, a.Tabs_TabOn:link, a.Tabs_TabOn:visited, a.Tabs_TabOn:hover, span.Tabs_TabOn
{
    color:var(--primary);
    font-size:18px;
    text-transform: uppercase;
}

.Tabs_TabOff, li.Tabs_TabOff, a.Tabs_TabOff, a.Tabs_TabOff:link, a.Tabs_TabOff:visited
{
    background: transparent;
}

div.Tabs_TabOff, li.Tabs_TabOff
{
    font-size:18px;
    text-transform: uppercase;
    color:#000000;
    border-top:transparent;
    border-right:transparent;
    border-bottom:transparent;
    border-left: 1px solid #ccc;
}

.Tabs_TabOn, li.Tabs_TabOn
{
    background: transparent;
    border-top:transparent;
    border-right:transparent;
    border-bottom:transparent;
}

.Tabs_TabBody
{
    border-bottom:transparent;
    border-left:transparent;
    border-right:transparent;
}

ul.Tabs_Header
{
    line-height:5px;
    margin-top:9px;
    margin-left:-1px;
}



.TableRecords_Header {
    color: var(--primary);
    text-transform: uppercase;
    padding: 5px 0px 10px 10px;
    font-family:Verdana;
    font-weight: bold;
    font-size:12px;
    border:none;
}

.TableRecords_Header a,
.TableRecords_Header a:link,
.TableRecords_Header a:visited {
    text-decoration:none;
    border:none;
}

.TableRecords>tbody>tr:hover {
    background: #f0f0f0;
}

.TableRecords {
    background: transparent;
    border:none;
    border-collapse: separate; 
}

.TableRecords>tbody>tr:hover
{
   -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    border-radius: 20px;
    background-color:#f0f0f0;
}

.TableRecords  tr  td a,
.TableRecords  tr  td a:link,
.TableRecords  tr  td a:visited
{
    font-family:Verdana;
    font-size:12px;
    text-decoration:none;
    color: #000;
}

.TableRecords_OddLine, .TableRecords_EvenLine {
    padding: 7px 0 7px 10px;
    font-family:Verdana;
    font-size:12px;
    color:#000;
}

.TableRecords>tbody>tr:hover 
 { 
    background-color:#f0f0f0;
}

.TableRecords>tbody>tr:hover  td:first-child
{
    -moz-border-radius:20px 0 0 20px;
    -webkit-border-radius:20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}
.TableRecords>tbody>tr:hover  td:last-child
{
    -moz-border-radius:0 20px 20px 0;
    -webkit-border-radius:0 20px 20px 0;
    border-radius: 0 20px 20px 0;
}

.TableRecords_OddLine a, 
.TableRecords_OddLine a:link, 
.TableRecords_OddLine a:visited, 
.TableRecords_EvenLine a, 
.TableRecords_EvenLine a:link, 
.TableRecords_EvenLine a:visited
{
   font-family:Verdana;
    font-weight: bold;
    font-size:12px;
    text-decoration:none;
    color: #000;
    font-weight: normal;
}

.TableRecords_OddLine:first-child,
.TableRecords_EvenLine:first-child,    
.TableRecords_Header:first-child {
    padding-left: 20px;
}

.TableRecords_OddLine:last-child,
.TableRecords_EvenLine:last-child,    
.TableRecords_Header:last-child {
    padding-right: 20px;
}

.TableRecords_TopNavigation {
    padding: 5px 0px;   
}

.TableRecords_BottomNavigation {
    margin-top: 15px;   
}

.TableRecords_TopNavigation {
    margin-bottom: 15px;   
}

.RecordPicture {
    max-width: 100%;
    border: 1px solid #eaeaea;
}

.RecordPicture_Wrapper {
    max-width: 100%;
}

.RecordPicture_Wrapper .RecordPicture {
    display: block;
}

.TableRecords .RecordPicture {
    max-height: 40px;
}

.SortColumns_Sortable {
    cursor:pointer;
}

.SortColumns_Sortable:hover {
    text-decoration:none;
}    

.SortColumns_Sorted {
    cursor:pointer;
}

.SortColumns_Sorted:hover {
    text-decoration:none;
}


.Form label
{
    font-family: 'Trebuchet MS';
    color:#000;
}

.Form label.MandatoryLabel:after
{
    color:transparent;
    content:"";
}


.Form select.ReadOnly, select
{
    background-image: url('/Theme/img/ico_seta_dropdown_label.png?368');
    background-position: 98% center;
    background-repeat: no-repeat;
    
}

input[type="radio"]:after
{
    background:var(--primary);
    border: 2px solid var(--primary);
}


.btnUpload
{
    width:  29px;
    height: 30px;
    background-image: url('/Theme/img/bot_upload.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
    cursor:pointer;
}

.botao1
{  display:inline-block;
    padding:0.3em 1.2em;
    margin:0 0.3em 0.3em 0;
    border-radius:2em;
    box-sizing:border-box;
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    font-weight:300;
    color:#FFFFFF;
    background-color:var(--primary);
    text-align:center;
    transition:all 0.2s;
}

.botao-add-quantidade{
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--primary);
    color: var(--primary);
    cursor: pointer;
    font-size: 2em;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0px;
    padding: 0px;    
    font-family:'Roboto',sans-serif;
}

.botao-sub-quantidade{
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--primary);
    color: var(--primary);
    cursor: pointer;
    font-size: 1.5em;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0px;
    padding: 0px;    
    font-family:'Roboto',sans-serif;
}

.botao1:hover
{
 background-color:var(--tertinary);
}

.Adicionar
{
    width:  81px;
    height: 30px;
    background-image: url('/Theme/img/bot_adicionar.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Adicionar:hover
{
    background-image: url('/Theme/img/bot_adicionar_MouseOver.png?368');
    cursor:pointer;
}

.VerPreco
{
    width:  81px;
    height: 30px;
    background-image: url('/Theme/img/bot_verpreco.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.VerPreco:hover
{
    background-image: url('/Theme/img/bot_verpreco_MouseOver.png?368');
    cursor:pointer;
}

.UmClique
{
    width:  121px;
    height: 31px;
    background-image: url('/Theme/img/bot_um_clique.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.UmClique:hover
{
    background-image: url('/Theme/img/bot_um_cliqueMouseOver.png?368');
    cursor:pointer;
}
@media (max-width: 780px) 
{
    .Produto    {width: 48%; margin-left: 2%}
}

.Produto
{
    width:24%;
    padding:10px;
    border: 1px solid transparent;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius: 20px;
    margin-left: 1%
}

.Produto:hover
{
    padding:10px;
    border: 1px solid var(--primary);
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius: 20px;
    
}

.ProdutoAddCarrinho
{
    width: 228px;
    height: 37px;
    background-image: url('/Theme/img/bot_add_carrinho_produto.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.ProdutoAddCarrinho:hover
{
    background-image: url('/Theme/img/bot_add_carrinho_produto_MouseOver.png?368');
    cursor:pointer;
}

.ProdutoComprarClique
{
    width: 235px;
    height: 37px;
    background-image: url('/Theme/img/bot_umClique_carrinho_produto.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.ProdutoComprarClique:hover
{
    background-image: url('/Theme/img/bot_umClique_carrinho_produto_MouseOver.png?368');
    cursor:pointer;
}

.Form input.SmartInput_Changed.ReadOnly + a.SmartInput_Undo, .Form textarea.SmartInput_Changed.ReadOnly + a.SmartInput_Undo, .Form select.SmartInput_Changed.ReadOnly + a.SmartInput_Undo
{
    display:none;
}

.RemoverSelecionados
{
    width: 179px;
    height: 28px;
    background-image: url('/Theme/img/bot_removerSelecionados.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.RemoverSelecionados:hover
{
    background-image: url('/Theme/img/bot_removerSelecionados_mouseOver.png?368');
    cursor:pointer;
}

.SalvarListaPersonalizada
{
    width: 268px;
    height: 37px;
    background-image: url('/Theme/img/bot_salvarLista.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.SalvarListaPersonalizada:hover
{
    background-image: url('/Theme/img/bot_salvarListaMouseOver.png?368');
    cursor:pointer;
}

.ContinuarComprando
{
    width: 230px;
    height: 37px;
    background-image: url('/Theme/img/bot_continuarComprando.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.ContinuarComprando:hover
{
    background-image: url('/Theme/img/bot_continuarComprando_mouseOver.png?368');
    cursor:pointer;
}

.ContinuarOrcamento
{
    width: 230px;
    height: 37px;
    background-image: url('/Theme/img/bot_continuarOrcamento.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.ContinuarOrcamento:hover
{
    background-image: url('/Theme/img/bot_continuarOrcamento_mouseOver.png?368');
    cursor:pointer;
}

.FinalizarCompra
{
    width: 181px;
    height: 37px;
    background-image: url('/Theme/img/bot_finalizarCompra.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.FinalizarCompra:hover
{
    background-image: url('/Theme/img/bot_finalizarCompra_mouseOver.png?368');
    cursor:pointer;
}

.FinalizarCompra:disabled
{
    background-image: url('/Theme/img/bot_finalizarCompra_disabled.png?368');
    cursor:no-drop;
}


.EnviarOrcamento
{
    width: 181px;
    height: 37px;
    background-image: url('/Theme/img/bot_enviarOrcamento.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.EnviarOrcamento:hover
{
    background-image: url('/Theme/img/bot_enviarOrcamento_mouseOver.png?368');
    cursor:pointer;
}

.EnviarOrcamento:disabled
{
    background-image: url('/Theme/img/bot_enviarOrcamento_disabled.png?368');
    cursor:no-drop;
}

.Comprar
{
    width: 106px;
    height: 37px;
    background-image: url('/Theme/img/bot_comprar.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Comprar:hover
{
    background-image: url('/Theme/img/bot_comprar_mouseOver.png?368');
    cursor:pointer;
}

.EsvaziarCarrinho
{
    width: 154px;
    height: 28px;
    background-image: url('/Theme/img/bot_esvaziarCarrinho.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.EsvaziarCarrinho:hover
{
    background-image: url('/Theme/img/bot_esvaziarCarrinho_mouseOver.png?368');
    cursor:pointer;
}

.ListRecords input[type=checkbox] {
    display:none;
}
.ListRecords input[type=checkbox] + label {
    position:relative;
    cursor:pointer;
    display:flex;
    width:auto;
    
}
.ListRecords input[type=checkbox] + label:before,
.checkbox-replacement {
    content: '';
    display: inline-table;
    visibility: visible;
    width:15px;
    height:15px;
    border:1px solid var(--primary);
    border-radius:5px;
    margin-right:10px;
}
.ListRecords input[type=checkbox]:checked + label:before {
    background-image: url('/Theme/img/ico_checkbox_selecionado.png?368');
    background-repeat:no-repeat;
    background-position: center center;
    border:1px solid var(--primary);
    border-radius:5px;
    margin-right:10px;
}

.LinhaProd
{
    border-top: 1px solid #cfcfcf;
    height:1px;
    margin-left:12%;
}


.ProdutoCarrinho
{
    padding-top:10px;
    padding-bottom:10px;
    font-family:Verdana;
    font-size:12px;
}

a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    
    background-color:#fff;
    font-family:verdana;
    color: #000;
    -moz-border-radius: 50%;
    -webkit-border-radius:50%;
    border-radius: 50%;    
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.8;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    filter: none;
    -webkit-appearance:none;
    -moz-appearance:none;
    text-decoration:none;
    
    /* Add Touch States to Your Buttons: Remove the tap highlight color, we want to use active state css instead */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}
    
/* Pagination **************************/
a.ListNavigation_PageNumber:link,
span.ListNavigation_CurrentPageNumber,
span.ListNavigation_Ellipsis {
    margin: 0 0 0 5px;
    padding: 5px 12px;
}


/* Responsive Context **************************/
.phone a.ListNavigation_PageNumber:link,
.phone span.ListNavigation_CurrentPageNumber,
.phone span.ListNavigation_Ellipsis,
.tablet a.ListNavigation_PageNumber:link,
.tablet span.ListNavigation_CurrentPageNumber,
.tablet span.ListNavigation_Ellipsis {
    display: none;
}

span.ListNavigation_CurrentPageNumber {
    background: var(--secondary);
    border-color: var(--secondary);
    color:#fff;
    text-decoration:none;
}

a.ListNavigation_Previous:link,
a.ListNavigation_Next:link,
span.ListNavigation_DisabledNext,
span.ListNavigation_DisabledPrevious {
    font-size: 12px;
    margin: 0 0 0 5px;
    padding: 10px 10px 10px 15px;
    letter-spacing:-3.7px;
}

span.ListNavigation_DisabledNext,
span.ListNavigation_DisabledPrevious {
    display: none;
}

a.ListNavigation_Previous
{
    background-image: url('/Theme/img/bot_paginador_anterior.png?368');
    background-repeat:no-repeat;
     line-height: 0; 
    font-size: 0;
    color: transparent !important; 
}

a.ListNavigation_Next
{
    background-image: url('/Theme/img/bot_paginador_proximo.png?368');
    background-repeat:no-repeat;
     line-height: 0; 
    font-size: 0;
    color: transparent !important; 
}

.ListNavigation_Previous:before,
.ListNavigation_DisabledPrevious:before {
    margin-right: 0px;
}

.ListNavigation_Next:after,
.ListNavigation_DisabledNext:after {
    margin-left: 0px;
}

#confirm_1
{
    padding-bottom:80px;
}


.ConfirmarModal
{
    width:  102px;
    height: 30px;
    background-image: url('/Theme/img/bot_confirmar_modal.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.ConfirmarModal:hover
{
    background-image: url('/Theme/img/bot_confirmar_modal_MouseOver.png?368');
    cursor:pointer;
}

.CancelarModal
{
    width:  102px;
    height: 30px;
    background-image: url('/Theme/img/bot_cancelar_modal.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.CancelarModal:hover
{
    background-image: url('/Theme/img/bot_cancelar_modal_MouseOver.png?368');
    cursor:pointer;
}

.Editar
{
    width:  33px;
    height: 32px;
    background-image: url('/Theme/img/bot_acao_editar.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Editar:hover
{
    background-image: url('/Theme/img/bot_acao_editar_mouseover.png?368');
    cursor:pointer;
}

.Editar:disabled
{
    background-image: url('/Theme/img/bot_acao_editar.png?368');
    cursor:not-allowed;
    background-color:transparent;
}

.Entrar
{
    width:  88px;
    height: 37px;
    background-image: url('/Theme/img/bot_entrar_azul.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Entrar:hover
{
    background-image: url('/Theme/img/bot_entrar.png?368');
    cursor:pointer;
}

.Cadastrese
{
    width:  136px;
    height: 37px;
    background-image: url('/Theme/img/bot_cadastrese_azul.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Cadastrese:hover
{
    background-image: url('/Theme/img/bot_cadastrese.png?368');
    cursor:pointer;
}

.Duvidas
{
    width:  87px;
    height: 87px;
    background-image: url('/Theme/img/ico_rodape_duvidas.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Duvidas:hover
{
    background-image: url('/Theme/img/ico_rodape_duvidas_MouseOver.png?368');
    cursor:pointer;
}

.Parceiros
{
    width:  87px;
    height: 87px;
    background-image: url('/Theme/img/ico_rodape_parceiro.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Parceiros:hover
{
    background-image: url('/Theme/img/ico_rodape_parceiro_MouseOver.png?368');
    cursor:pointer;
}



.ProdutoAdiocionado
{
    width:  150px;
    height: 30px;
    background-image: url('/Theme/img/bot_produto_adicionado.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.ProdutoAdiocionado:hover
{
    background-image: url('/Theme/img/bot_produto_adicionado_mouseOver.png?368');
    cursor:pointer;
}



.Space
{
    height:11px;
}

.Categoria a
{
    color:#797979;
    text-decoration: none;
    font-size: 14px;
    font-weight:bold;
}

.Categoria:hover a
{
    color:#797979;
    text-decoration: underline;
    font-size: 14px;
    font-weight:bold;
}

.Categoria .SubCategoria
{
    padding:10px;
    display: inline-block;
}

.Categoria .SubCategoria:hover
{
    background: var(--secondary);
}

.Categoria .SubCategoria a
{
    color:#797979;
    text-decoration: none;
    font-size: 12px;
}

.Categoria .SubCategoria:hover a
{
    color:#fff;
    text-decoration: none;
}


.ConfirmarCompra
{
    width: 190px;
    height: 37px;
    background-image: url('/Theme/img/bot_confirmarCompra.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.ConfirmarCompra:hover
{
    background-image: url('/Theme/img/bot_confirmarCompra_mouseOver.png?368');
    cursor:pointer;
}

.ProdutoDetAdicionado
{
    width: 228px;
    height: 37px;
    background-image: url('/Theme/img/bot_produto_adicionado_interno.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.ProdutoDetAdicionado:hover
{
    background-image: url('/Theme/img/bot_produto_adicionado_interno_mouseOver.png?368');
    cursor:pointer;
    background-color:transparent;
}

.Imprimir
{
    width:  97px;
    height: 37px;
    background-image: url('/Theme/img/bot_imprimir.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Imprimir:hover
{
    background-image: url('/Theme/img/bot_imprimir_mouseOver.png?368');
    cursor:pointer;
}

.Pagamento
{
    width: 198px;
    height: 37px;
    background-image: url('/Theme/img/bot_pagamento.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Pagamento:hover
{
    background-image: url('/Theme/img/bot_pagamento_mouseOver.png?368');
    cursor:pointer;
}

.Pagamento:disabled
{
    background-image: url('/Theme/img/bot_pagamento_inativo.png?368');
    cursor:no-drop;
}

.IrHome
{
    width: 158px;
    height: 37px;
    background-image: url('/Theme/img/bot_ir_home.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.IrHome:hover
{
    background-image: url('/Theme/img/bot_ir_home_mouseOver.png?368');
    cursor:pointer;
}

.Sair
{
    width: 74px;
    height: 37px;
    background-image: url('/Theme/img/bot_sair.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.Sair:hover
{
    background-image: url('/Theme/img/bot_sair_mouseOver.png?368');
    cursor:pointer;
}

.InserirCnae
{
    width: 100px;
    height: 37px;
    background-image: url('/Theme/img/bot_inserir_cnae.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.InserirCnae:hover
{
    background-image: url('/Theme/img/bot_inserir_cnae_mouseOver.png?368');
    cursor:pointer;
}

.BuscarCnae
{
    width: 30px;
    height: 30px;
    background-image: url('/Theme/img/bot_ico_lupa.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.PagarCartaoCredito
{
    width: 286px;
    height: 37px;
    background-image: url('/Theme/img/bot_pagar_cartao.png?368');
    background-repeat:no-repeat;
    border:none;
    background-color:transparent;
}

.PagarCartaoCredito:hover
{
    background-image: url('/Theme/img/bot_pagar_cartao_mouseOver.png?368');
    cursor:pointer;
}

.PagarCartaoCredito:disabled
{
    background-image: url('/Theme/img/bot_pagar_cartao_inativo.png?368');
    cursor:no-drop;
}


/* Wizard **************************/
.WizardParent {
    border: 1px solid #e2e2e2;
    display: table;
    overflow: hidden;
    width: 100%;
}

.WizardStep {
    background: #d6d6d6;
    display: table-cell;
    font-weight: 600;
    line-height: 38px;
    padding-right: 20px;
    position: relative;
    text-align: center;
    width: 1%;
}

.WizardStep.ActiveStep {
    background: var(--secondary);
    color: #fff;
    font-weight: bold;
}

.WizardStep.Past {
    background: var(--tertinary);
}

.WizardStep a,
.WizardStep a:link {
    display: block;
    line-height: 38px;
    text-align: center;
}

.WizardStep a,
.WizardStep a:link,
.WizardStep a[disabled="disabled"],
.WizardStep a[disabled="disabled"]:hover {
    color: #fff !important;
}

/* after: right arrow on wizard step **************************/
.WizardStep:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 38px;
    position: absolute;
    right: 8px;
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 38px;
    z-index: 1;
}

.WizardStep:last-of-type:after {
    background: none;
}

/* before: left "inverted" arrow on wizard step **************************/
.WizardStep:before {
    border-bottom: 20px solid #d6d6d6;
    border-left: 20px solid transparent;
    border-top: 20px solid #d6d6d6;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 0;
    width: 0;
}

.WizardStep:first-of-type:before {
    border: none;
    margin-left: 0;
}

.WizardStep.Past:before {
    border-bottom-color: var(--tertinary);
    border-top-color: var(--tertinary);
}

.WizardStep.ActiveStep:before {
    border-bottom-color: var(--secondary);
    border-top-color: var(--secondary);
}

.WizardStep.LastStep:after,
.WizardStep.ActiveStep:after,
.WizardStep.HideArrow:after,
.WizardStep:last-of-type:after {
    border: 0;
    content: "";
}

/* !important needed to override in all themes **************************/
.ie7 .WizardStep:after,
.ie8 .WizardStep:after {
    right: 0 !important;
    width: 0 !important;
}

.ie7 .WizardStep:before,
.ie8 .WizardStep:before {
    content: none !important;
}


/* iugu cartão de credito */

.only_credit_card
{
    margin-left:auto;
    margin-right:auto;
}

.only_credit_card input[type=text]
{
    padding-left:36px;
}

.only_credit_card .cc_error
{
    display:none;
}

.only_credit_card.has-error .cc_error
{
    display:block;
}

.only_credit_card .form-group
{
    position:relative;
}

.only_credit_card .form-group .icon
{
    position:absolute;
    left:7px;
    top:5px;
    width:22px;
    height:22px;
    z-index:1000;
    -webkit-transition:background-position 0.2s ease-in;
    -moz-transition:background-position 0.2s ease-in;
    -o-transition:background-position 0.2s ease-in;
    transition:background-position 0.2s ease-in;
}

.only_credit_card .credit_card_name_type
{
    background:url('/Theme/img/ccicname.png?368');
}

.only_credit_card .credit_card_expiration_type
{
    background:url('/Theme/img/ccicexp.png?368');
}

.only_credit_card .credit_card_type
{
    background:url('/Theme/img/ccicbrands.png?368');
}

.only_credit_card.visa .credit_card_type
{
    background-position:0px -22px;
}

.only_credit_card.mastercard .credit_card_type
{
    background-position:0px -66px;
}

.only_credit_card.amex .credit_card_type
{
    background-position:0px -110px;
}

.only_credit_card.diners .credit_card_type
{
    background-position:0px -88px;
}

.only_credit_card .credit_card_cvv_type
{
    background:url('/Theme/img/cciccvv.png?368');
}

.only_credit_card.amex .credit_card_cvv_type
{
    background-position:0px -22px;
}

/* Menu fixo */

.fix-search {
    position: fixed;
    width: 1240px;
    background:#fff;
    padding:20px;
    top:0;
    margin-left:-20px;
    z-index:1;
  }
  

/* diminui o tamanho do alert para o responsivo*/  
@media (max-width: 780px)
{
    div.Feedback_Message_Error, 
    div.Feedback_Message_Success, 
    div.Feedback_Message_Warning, 
    div.Feedback_Message_Info
    {
        min-width:280px !important;
        max-width:320px !important;
        padding: 10px !important;
        font-size: 20px !important;
    }
    .Mobile_Close{display: none;}
}

@media (min-width: 781px) 
{
    .Web_Close{display: none;}
}


/* Botão fechar do filtro lateral dos produtos */
  
 .close {
  position: absolute;
  right: 32px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.close:before, .close:after {
  position: absolute;
  left: 20px;
  content: ' ';
  height: 22px;
  width: 3px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}



.btnFiltroLateral
{
    background-color: var(--secondary);
    padding: 15px 50px;
    color: #fff;
    font-size: 16px;
    transform: rotate(90deg);
    position: fixed;
    left: -60px;
    text-transform: uppercase;
    top: 330px;
    border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    -webkit-border-radius: 20px 20px 0px 0px;
    
}

.btnFiltroLateral:hover
{
    background-color: var(--tertinary);
    cursor:pointer;
}

.FiltroLateral
{
    border:1px solid #cfcfcf;
    border-radius: 0px 20px 20px 0px;
    -webkit-border-radius:0px 20px 20px 0px;
    -moz-border-radius:0px 20px 20px 0px;
    padding:0px 20px 28px 20px;
    position: fixed;
    left:-220px;
    width: 220px;
    background-color: #fff;
    height:62%;
}

@media (max-width: 780px)
{
    .FiltroLateral{top: 110px;}
}

@media (min-width: 781px) 
{
    .FiltroLateral{top: 265px;}
}


.ListaCategoria
{
    overflow-y:auto;
    margin:-10px -20px 0px 0px;
    height:100%;
}

.Relative{
    position: relative;
}

.Align_center_bottom_absolute {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 10px;
}

.Button[disabled], .Button:disabled, .Button.Is_Default[disabled], .Button.ButtonDefault[disabled], .Button.Is_Default:disabled, .Button.ButtonDefault:disabled, .Button.Danger[disabled], .Button.Danger:disabled, .Button.Success[disabled], .Button.Success:disabled {
    background-color: #ccc !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #999 !important;
    pointer-events: none !important;
}

.generic-box-div{
    border: 1px solid #ebebeb !important;
    box-shadow: 2.4127px 2.4127px 4.8254px rgb(206 206 206 / 45%) !important;
    border-radius: 7px !important;
}

/* Flex Containers */
.flex {
    display: flex;
}

.flex-inline {
    display: inline-flex;
}

/* Flex Directions */
.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column {
    flex-direction: column;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

/* Flex Wrap */
.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

/* Justify Content */
.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

/* Align Items */
.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-stretch {
    align-items: stretch;
}

/* Align Content */
.content-start {
    align-content: flex-start;
}

.content-end {
    align-content: flex-end;
}

.content-center {
    align-content: center;
}

.content-between {
    align-content: space-between;
}

.content-around {
    align-content: space-around;
}

.content-stretch {
    align-content: stretch;
}

/* Align Self */
.self-auto {
    align-self: auto;
}

.self-start {
    align-self: flex-start;
}

.self-end {
    align-self: flex-end;
}

.self-center {
    align-self: center;
}

.self-baseline {
    align-self: baseline;
}

.self-stretch {
    align-self: stretch;
}

/*------------*/