﻿* {
    font-size:12px;
    font-family:Arial;
}

.ver_mais
{
    width:10px !important;
    height:30px !important;
    text-align:-webkit-center !important;
    margin-top:10px !important;
    padding-top: 5px !important;
}

.these
{
    display:none;
}

.notThese{}

a {
    text-decoration:none;
}

body {
    margin: 0px;
    padding:0px;
}



#_body > div:first-child, #_body > div:nth-child(2) {
    display: table;
    height: 50px;
    width: 100%;
}
    #_body > div:first-child > div:first-child {
        width:150px;
        display:table-cell;
        vertical-align:middle;
        text-align:center;
        background-color:#a2bad0;
    }
    #_body > div:first-child > div:nth-child(2) {
        display:table-cell;
        background-color:#1b81e0;
    }
        #_body > div:first-child > div:nth-child(2) > div {
            background-color:#1677d1;
            display:inline-block;
            float:right;
            padding:5px 20px;
            height:50px;
        }
            #_body > div:first-child > div:nth-child(2) > div > span:first-child {
                color:white;
                font-weight:bold;
                font-size:14px
            }
            #_body > div:first-child > div:nth-child(2) > div > span:nth-child(3) {
                color:white;
            }
    #_body > div:nth-child(2) {
        height:600px;
    }
        #_body > div:nth-child(2) > div:first-child { /**/
            width: 150px;
            min-width: 150px;
            display: table-cell;
            background-color: #0a5067;
            
        }
            #_body > div:nth-child(2) > div:first-child > a {
                display:none;
            }

                #_body > div:nth-child(2) > div:first-child > a > div {
                    background-color: #28a5ce;
                }

                #_body > div:nth-child(2) > div:first-child > div[sub] {
                    padding:0px;
                }
                    #_body > div:nth-child(2) > div:first-child > div[sub] > a > div {
                        background-color: #0c6886;
                        padding:5px 5px 5px 20px;
                        border-bottom:solid 1px #0b5d78;
                    }

                        #_body > div:nth-child(2) > div:first-child > div[sub] > div[sub]  {
                            padding:0px;
                        }
                            #_body > div:nth-child(2) > div:first-child > div[sub] > div[sub] > a > div {
                                margin:0px;
                                padding: 5px 5px 5px 35px;
                                border-bottom:solid 1px #073b4b;
                            }

            #_body > div:nth-child(2) > div:first-child div {
                padding:10px;
                color:white;
                font-weight:bold;
                border-bottom:solid 1px white;
                cursor:pointer;
            }

                #_body > div:nth-child(2) > div:first-child div[ativo] {
                    background-color:#ea5b0c
                }

        #_body > div:nth-child(2) > div:nth-child(2) {
            display: table-cell;
            width: 100%;            
            background-color:white;
            padding:10px;
        }

/****************FIM MASTER********************/





/*#endregion */

/*#region Conteudo */
/****************INICIO CONTEUDO********************/


body >  div > div > div > table, fieldset > table{
    margin-left: 0px;
    border-spacing:0;
    border-collapse:collapse;
    width: 100%;
}
body >  div > div > div > table a, fieldset > table a{
    margin:0;
    padding:0;
}
body >  div > div > div > table tr, fieldset > table tr{
    margin-top: 0;
    padding-top: 0;
}
body >  div > div > div > table tr:hover , fieldset > table tr:hover{
    background-color: #edf2f6;
}
    body >  div > div > div > table tr > td:last-child, fieldset > table tr > td:last-child  {
        width: 40px;
        white-space:nowrap;
        text-align: right;
    }
body >  div > div > div > table th, fieldset > table th {
    margin: 0;
    padding-left: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:2px solid;
    border-bottom-color: #969696;
    
    text-align: left;
    text-transform:uppercase;
    font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #a9a9a9;
    /*-moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;*/
}


.table td, .tab-content{
    font-size: 14px;
}

body >  div > div > div > table tr:first-child:hover, fieldset > table tr:first-child:hover{    background-color: white !important;}

    body >  div > div > div > table td, fieldset > table td{
        margin: 0;
        padding-left: 10px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom:1px solid;
        border-bottom-color: #a2bad0;
        font-family: Arial;
	    font-size: 14px;
        
	    color: #333;
        /*white-space:nowrap;*/
    }
    body >  div > div > div > table th:first-child, td:first-child, fieldset > table th:first-child
    {
        /*width: 50px;*/
    }

    body >  div > div > div > table td:last-child, fieldset > table td:last-child
    {
        /*color:transparent;*/
        width: 160px;
    }

    body >  div > div > div > table td > a:last-child, fieldset > table td > a:last-child, td > a:first-child, td > a:nth-child(2), td > a:nth-child(3),td > a:last-child
    {
        display: inline-block;
        width: 40px;
        height: 40px;
        /*color: transparent;*/
    }
    table tr td:nth-last-child(-n+1) a {
        color: transparent!important;
    }
    /*
    td:last-child > a:first-child {background: url(img/btn_edit.png) no-repeat;}
    td:last-child > a:nth-child(2) {background: url(img/btn_detail.png) no-repeat;}
    td:last-child > a:last-child {background: url(img/btn_delete.png) no-repeat;}
    td:last-child > a:first-child:hover {background: url(img/btn_edit_hover.png) no-repeat;}
    td:last-child > a:nth-child(2):hover {background: url(img/btn_detail_hover.png) no-repeat;}
    td:last-child > a:last-child:hover {background: url(img/btn_delete_hover.png) no-repeat;}
        */
    td:last-child > a[href*="/Edit/"], .btn_editar {background: url(img/btn_edit.png) no-repeat;}
    td:last-child > a[href*="/ReembolsoEdit/"] {background: url(img/btn_edit.png) no-repeat;}
    td:last-child > a[href*="/Details/"],td:last-child > a[href*="/Detail/"], .btn_details {background: url(img/btn_detail.png) no-repeat;}
    td:last-child > a[href*="/ReembolsoDetails/"],td:last-child > a[href*="/Detail/"] {background: url(img/btn_detail.png) no-repeat;}
    td:last-child > a[href*="/Delete/"], .btn_delete {background: url(img/btn_delete.png) no-repeat;}
    td:last-child > a[href*="/ReembolsoDelete/"] {background: url(img/btn_delete.png) no-repeat;}
    td:last-child > a[href*="/Delete_Pessoa/"] {background: url(img/btn_delete.png) no-repeat;}
    td:last-child > a[href*="/DeleteGrupo/"] {background: url(img/btn_delete.png) no-repeat;}
    td:last-child > a[href*="/DeleteTeste/"] {background: url(img/btn_delete.png) no-repeat;}
    td:last-child > a[href*="/DeleteSoftware/"] {background: url(img/btn_delete.png) no-repeat;}
    td:last-child > a[href*="/Pagamento/"][adicionar] {background: url(img/btn_pagamento_cinza.png) no-repeat;}
    td:last-child > a[href*="/Pagamento/"][emitido] {background: url(img/btn_pagamento_vermelho.png) no-repeat;}
    td:last-child > a[href*="/Pagamento/"][compensado] {background: url(img/btn_pagamento_verde.png) no-repeat;}
    td:last-child > a[href*="/PrintIndividual/"] {background: url(img/btn_grafico.png) no-repeat;}

    td:last-child > a[href*="/Edit/"]:hover {background: url(img/btn_edit_hover.png) no-repeat;}
    td:last-child > a[href*="/ReembolsoEdit/"]:hover {background: url(img/btn_edit_hover.png) no-repeat;}
    td:last-child > a[href*="/Details/"]:hover,td:last-child > a[href*="/Detail/"]:hover {background: url(img/btn_detail_hover.png) no-repeat;}
    td:last-child > a[href*="/ReembolsoDetails/"]:hover,td:last-child > a[href*="/Detail/"]:hover {background: url(img/btn_detail_hover.png) no-repeat;}
    td:last-child > a[href*="/Delete/"]:hover {background: url(img/btn_delete_hover.png) no-repeat;}
    td:last-child > a[href*="/ReembolsoDelete/"]:hover {background: url(img/btn_delete_hover.png) no-repeat;}
    td:last-child > a[href*="/Delete_Pessoa/"]:hover {background: url(img/btn_delete_hover.png) no-repeat;}
    td:last-child > a[href*="/DeleteGrupo/"]:hover {background: url(img/btn_delete_hover.png) no-repeat;}
    td:last-child > a[href*="/DeleteTeste/"]:hover {background: url(img/btn_delete_hover.png) no-repeat;}
    td:last-child > a[href*="/DeleteSoftware/"]:hover {background: url(img/btn_delete_hover.png) no-repeat;}
/****************FIM CONTEUDO********************/
/*#endregion */

/*#region Autocomplete----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default;max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden; }       
.ui-autocomplete-loading { background: white; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
        list-style:none;
        padding: 2px;
        margin: 0;
        display:block;
        background-color:#f3f3f3;
        border: solid 1px #1b81e0;
        border-top:0px;

}

.ui-menu .ui-menu {
        margin-top: -3px;
}
.ui-menu .ui-menu-item {
        margin:0;
        padding: 0;
        width: 100%;
        
}
.ui-menu .ui-menu-item a {
        text-decoration:none;
        display:block;
        padding:.2em .4em;
        line-height:1.5;
        zoom:1;
        cursor:pointer;
        font-size:13px;
}
.ui-menu-item:hover {
        background-color:#28a5ce;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
        margin: -1px;
}
.ui-helper-hidden-accessible {
    display:none;
}
/*#configuracoes{
    display: block !important;
}*/

/*#material, #reservado_link{
    display: block !important;
}*/


.subConfig, #holdSubConfig{
    /*background-color: #0c6886;
    padding:5px 5px 5px 20px;
    border-bottom:solid 1px #0b5d78;*/
    display: none;

}
/*#endregion */

/*#region EDIT */
/****************INICIO CREATE, EDIT, DETAIL, DELETE********************/
div>h2
{
    width: 25%;
    font-size: 16px;
    font-family: Arial;
    /*margin-left: 30px;*/
    color: #414141;
    text-align: left;
    display: inline-block;
}
#txt_pesquisa
{
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 45px;
    border: none;
    background: url(img/simb_pesquisa.png) no-repeat left;
    font-family: Arial;
	font-size: 16px;
    width: 60%;
	height: 40px;
	background-color: #f3f3f3;
	-webkit-box-shadow: inset 0 -2px rgba(207,207,207,.75);
	-moz-box-shadow: inset 0 -2px rgba(207,207,207,.75);
	box-shadow: inset 0 -2px rgba(207,207,207,.75);

}


[class=editor-label]{
    width: 15%;
    display:inline-block;
    margin-top: 10px;
    margin-left: 20px;
    font-family: Arial;
	font-size: 14px !important;
    font-weight: bold;
	color: #9e9e9e;
    text-align: left;
    vertical-align:middle;
}
[class=editor-field]/*, .getSelectBonus*/{display:inline-block;width: 70%;}

 [class=editor-field] div{
    margin-top: 10px;
    padding-left: 5px;
    width: 400px;
    height: 40px;
    background-color: #f3f3f3;
    border-style: none;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    -webkit-box-shadow: inset 0 0px rgba(207,207,207,.75);
    -moz-box-shadow: inset 0 0px rgba(207,207,207,.75);
    box-shadow: inset 0 0px rgba(207,207,207,.75);
    vertical-align: top;
    line-height: 40px;
}

[class=editor-field] input,[class=editor-field] textarea, [class=editor-field] select/*, .getSelectBonus select*/{
    margin-top: 10px;
    padding-left: 5px;
    width: 400px;
    height: 40px;
    background-color: #f3f3f3;
    border-style: none;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    -webkit-box-shadow: inset 0 0px rgba(207,207,207,.75);
    -moz-box-shadow: inset 0 0px rgba(207,207,207,.75);
    box-shadow: inset 0 0px rgba(207,207,207,.75);
    vertical-align: middle;
}
    [class=editor-field] input[type=number] {
            width:100px;
    }
    [class=editor-field] textarea {
            height:150px;
            width: 400px;
    }

[class=editor-field] img{
    
    height: 40px;
    width: 40px;
    margin-top: 10px;
    vertical-align: middle;
}

[class=check-box]{
    width: 10px !important;
    text-align: left !important;
}

fieldset+p{color:transparent;}
input[type=hidden] + p {color: transparent;}
a[href*="mailto:"] {color:black!important;line-height: 40px;}

a[href*="/Edit/"]{
    display: inline-block;
    background: url(img/btn_edit.png) no-repeat;
    color:transparent;
    width: 40px;
    height: 40px;
}
a[href*="/ReembolsoEdit/"]{
    display: inline-block;
    background: url(img/btn_edit.png) no-repeat;
    color:transparent;
    width: 40px;
    height: 40px;
}
a[href*="/Create"]{
    display: none;
}
a[href*="/Edit/"]:hover{background: url(img/btn_edit_hover.png) no-repeat;}
a[href*="/ReembolsoEdit/"]:hover{background: url(img/btn_edit_hover.png) no-repeat;}

[value=Salvar],[value=Criar],[value=Deletar],[value=Adicionar],/*[id=show_fieldset1],[id=show_fieldset2],[id=btn_add_arquivo],[id=btn_add_arquivo],/*[id=show_segunda_data],*/ .botao_azul/*, #addBonus, #removeBonus*/ {
    margin: 10px 0 0 5%;
    background: url(img/btn_bg_save.png) no-repeat;

    font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #fff;

    min-width: 99px;
    height: 40px;
    border: none;
    background-color: #0084ff;
    -webkit-box-shadow: inset 0 -3px #004f99;
    -moz-box-shadow: inset 0 -3px #004f99;
    box-shadow: inset 0 -3px #004f99;

    padding-left:2%;
    cursor: pointer;
}

/*[id=show_fieldset1],[id=show_fieldset2],[id=btn_add_arquivo]/*,[id=show_segunda_data]*/ /*Botoes que mostra os fieldsets*/
{
    margin:0;
    margin-bottom: 10px;
    display: inline-block !important;
    width: 240px;

}

.botao_azul {
    padding: 10px;
    background-image:none;
    margin: 0px 10px;
}

[value=Cancelar] {
    margin: 10px 0 0 10px;
    background: url(img/btn_bg_cancel.png) no-repeat;

    font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #5e5e5e;

    width: 99px;
    height: 40px;
    border: none;
    background-color: #ebe8e8;
    -webkit-box-shadow: inset 0 -3px #004f99;
    -moz-box-shadow: inset 0 -3px #004f99;
    box-shadow: inset 0 -3px #004f99;

    padding-left:2%;
    cursor: pointer;
}
[value=Salvar]:hover,[value=Criar]:hover,[value=Cancelar]:hover,[value=Deletar]:hover,[value=Adicionar]:hover
{
    -webkit-box-shadow: 0 0 5px 5px #004f99;
    -moz-box-shadow: 0 0 5px 5px #004f99;
    box-shadow: 0 0 5px 5px #004f99;
}


fieldset>div[class=display-label],fieldset>div[class=display-field] {

    padding: 5px 0 5px 10px;
    margin-bottom: 5px;
    vertical-align: top;
    width: 20%;
    display:inline-block;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: bold;
    border-bottom:groove;
    border-bottom-width:thin;
    min-height: 20px;
}
    fieldset > div[class=display-label] {
        /*background-color:#e4e4e4;*/
    }

fieldset>div[class=display-label]
{
        /*border-left:groove;*/

}

fieldset>div[class=display-field]
{
    font-weight: normal;
    width: 70%;
    min-height: 20px;
    border-bottom: none;
    /*border-right:groove;*/
}

[class=display-field] img{
    
    height: 40px;
    width: 40px;
}

.display-field a[href*="/Edit"]{
    
    float:right;
}
.display-field a{
    
    line-height: 20px!important;
}

/****************FIM EDIT********************/
/*#endregion */

/****************INICIO PARA CLIENTES********************/

/*#region Palestra Clientes */
#id_fieldset {
    padding: 0;
    display: inline-block;   
    border: none;
    margin: 0 auto;
}

#id_fieldset h2 {
    
    margin: 0 auto;
    width: 200px;
    font-size: 16px;
    font-family: Arial;
    color: #414141;
    display: block;
}
#id_fieldset > legend{
    visibility: hidden;
}
    #id_fieldset > .editor-label{
        padding:0;
        text-align: left;
        width: 10% !important;
        display: inline-block;
        margin: 5px 1% 5px 25%;
    }
    #id_fieldset > .editor-field{
        vertical-align: middle;
        padding:0;
        width: 40%;
        display: inline-block ;
        margin: 5px 15% 5px 1%;
    }

    #id_fieldset > .editor-field > textarea{
        
        margin: 5px 15% 5px 0 !important;
        padding-left: 5px;
        background-color: #f3f3f3;
        border-style: none;
        border-right: 1px solid #cfcfcf;
        border-bottom: 1px solid #cfcfcf;
        -webkit-box-shadow: inset 0 0px rgba(207,207,207,.75);
        -moz-box-shadow: inset 0 0px rgba(207,207,207,.75);
        box-shadow: inset 0 0px rgba(207,207,207,.75);
        resize: none;
        width: 78%;
        height: 75px;
        display: inline-block ;
    }

    #id_fieldset > [value=Salvar] p input {
        /*margin: 10px 0 0 5%;*/
        margin: 0 auto;
        background: url(img/btn_bg_save.png) no-repeat;
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        width: 99px;
        height: 40px;
        border: none;
        background-color: #0084ff;
        -webkit-box-shadow: inset 0 -3px #004f99;
        -moz-box-shadow: inset 0 -3px #004f99;
        box-shadow: inset 0 -3px #004f99;
        padding-left: 2%;
        cursor: pointer;
        text-align: center;
    }
        #id_fieldset > [value=Salvar] p input[type=number] {
            width:100px;
        }
/*#endregion */

/****************INICIO PARA Treinamentos********************/




/****************INICIO PARA imprensa********************/
#rdb_1, #rdb_2 {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 10px;
    

}


body > div#_body > div > div > fieldset#fieldset_add_pessoa{
    
}

.field-validation-error{
    color:#DF0000!important;
    font-weight:bold;
}
.input-validation-error {
    border: 1px solid #ff0000!important;
    background-color: #FFF2F3!important;
}

.lista_atencao td{
    color:red;
}

/* Alterçoes */
input[type=date] { line-height: 17px; }

.btn_custom {
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
}

.container, container-fluid {
    margin-bottom: 25px;
}

.container-row-no_border .row{
    border: 0;
}

.row {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.gridLeft {
    font-weight: bold;
    font-size: 14px;
}

p a[href*="/Create"] {
    display: inline-block;
    margin: 10px 0;
}

textarea {
    height: 104px !important;
    resize: none;
}

.checkCorporativo {
    width: 15px;
    height: 15px;
    margin-top: 7px;
}

#file {
    display: inline;
    margin-left: 10px;
}

.form-horizontal{ max-width: 1040px;}

.labelPeriodo {
    width: 4%;
    padding: 15px 0 0 0 !important;
    text-align: center !important;
}

#show_fieldset1, #show_fieldset2{ margin: 0;}

#show_segunda_data{ margin-left: 70px; }

input[type=number] {
  width: 100px;
}

.tab-content{
    margin-top:20px;
}

.btn_instrutor{ margin: 0; }

.icon-holder-participante{
    display: flex;
}

.printIndividualIcon{
    width: 32px;
    height: 32px;
    background: url(img/btn_grafico.png) no-repeat;
}

.printIndividual_completo{
    width: 32px;
    height: 32px;
    background: url(img/btn_grafico_verde.png) no-repeat;
}

.detailsIcon{
    background: url(img/btn_detail.png) no-repeat;
}
.detailsIcon:hover{
    background: url(img/btn_detail_hover.png) no-repeat;
}

.deletarIcon{
    background: url(img/btn_delete.png) no-repeat;
}

.deletarIcon:hover{
    background: url(img/btn_delete_hover.png) no-repeat;
}

.moverIcon{
    width: 32px;
    height: 29px;
    background: url(img/mover.png) no-repeat;
    display: inline-block;
    border: 0;
    font-size: 0;
    cursor: pointer;
    padding-top: 10px;
}

.certificadoIndividualIcon{
    width: 32px;
    height: 32px;
    background: url(img/certificado-icone-adm.png) no-repeat;
    background-size: cover;
    display: inline-block;
    border: 0;
    font-size: 0;
    cursor: pointer;
    padding-top: 10px;
}

.avaliacaoIcon{
    width: 36px;
    height: 36px;
    background: url(img/avaliacao.png) no-repeat;
    display: block;
    border: 0;        
}

.formAvaliacao{
    width: 40px;
    height: 40px;
    display: inline-block;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
}

.btnEnviarEmail{
    margin: 0;
}

/* #region Produto */
#hold_link_produtos{ margin-top: 10px; }
.rem-link-produto{ margin-top: 22px; }
/* #endregion */

/* #region Triad Academy */
    .alert{ padding: 15px; text-align: center; }
    .alert:empty{ padding: 0; display: none; }

    .comboCNPJ{ margin-bottom: 15px}
    .comboCNPJ:after{ clear: both; content: " "; display: table; }
    .comboCNPJ .form-control{
        float: left;
        width: 70%;
    }
    .comboCNPJ .btn{ 
        max-width: 40px; 
        width: 18%; 
        margin-left: 15px; 
        float: left
    }

    .comboCNPJ .cnpj_ativo
    {
        width: 10%;
        float: left;
        margin-left: 3%;
        margin-right: 1%;
    }

    .comboCNPJ.cnpjInativo{
        display: none;
    }

    .comboCNPJ .cnpj_ativo label{ display: block; }
    .comboCNPJ .cnpj_ativo .checkbox{ display: block; margin: -10px auto 0 auto; }

    .naoRemover .btn{ display: none }

    .estadoText{ display: none;}


    .btn-cnpj{float: left; margin-right: 20px; margin-top: 0;}

    .datePeriodo label{ text-align: center; }
    .datePeriodo .txtIntervalo{ margin: 30px 10px 0 10px; }
    .datePeriodo .dateFloat{float: left;}
    .datePeriodo .dateFloat .form-control{ max-width: 175px; }
    .datePeriodo .btn{ margin: 25px 0 0 22px; }
/* #endregion */

.modal-header .close{
    margin-top: -22px;
}

.modal-header .close span{
    font-size: 28px;
}