/*!
 * froala_editor v1.2.5 (http://editor.froala.com)
 * License http://editor.froala.com/license
 * Copyright 2014-2015 Froala Labs
 */
a[href="http://editor.froala.com"]{ /* remove licença */
    display:none !important;
}
.froala-view{line-height:140%}.froala-view ul,.froala-view ol,ul.fr-tag,ol.fr-tag{padding-left:25px}.froala-view p,p.fr-tag{margin:0 0 10px}.froala-view h1,h1.fr-tag{font-size:36px;line-height:1.1;font-weight:400;margin-top:20px;margin-bottom:10px}.froala-view h2,h2.fr-tag{font-size:30px;line-height:1.1;font-weight:400;margin-top:20px;margin-bottom:10px}.froala-view h3,h3.fr-tag{font-size:24px;line-height:1.1;font-weight:400;margin-top:20px;margin-bottom:10px}.froala-view h4,h4.fr-tag{font-size:18px;line-height:1.1;font-weight:400;margin-top:10px;margin-bottom:10px}.froala-view h5,h5.fr-tag{font-size:14px;line-height:1.1;font-weight:400;margin-top:10px;margin-bottom:10px}.froala-view h6,h6.fr-tag{font-size:12px;line-height:1.1;font-weight:400;margin-top:10px;margin-bottom:10px}

/*
    Estilo que remove formatação do editor
*/
.no-style-editor thead td{
    text-transform: uppercase !important;
}
.no-style-editor p{
    margin: 0px !important;
    padding: 0px !important;
}
.no-style-editor .fr-tag:not(p){
    margin: 0px !important;
    padding: 15px !important;
}


/* ESTILO TABELA */
.td-5 td{
    padding: 5px;
}
.td-10 td{
    padding: 10px;
}
.td-15 td{
    padding: 15px;
}
.td-20 td{
    padding: 20px;
}

.zebrada-y tr td:first-child:not(.no-zebra){
    background-color: #1E1E5E;
    color: #F7F7F7;
    border-bottom: 1px #34316C solid;
}


.zebrada-y tr{
    
}

.zebrada-y tr:nth-child(odd):not(.no-zebra){
    background-color: #f6f6f6;
}

.no-padding{
    padding: 0px !important;
}

.no-padding-left{
    padding-left: 0px !important; 
}
.no-padding-top{
    padding-top: 0px !important; 
}

.table-block{
    width: 100%;
}

.line-height-150{
    line-height: 150%;
}

.zebrada-x{
    width: 100%;
}
.zebrada-x thead tr{
    background-color: #1E1E5E;
    color: #F1EBD4;
    font-weight: 700;
    text-align: left;
}
.zebrada-x tbody tr:nth-child(odd):not(.no-zebra){
    background-color: #f6f6f6;
}

.td-border tbody td{
   border-left: 1px #f1f1f1 solid;
   border-bottom: 1px #f1f1f1 solid;
}

.tabel-responsive{
    width: 100%;
    overflow-x: auto;
}