﻿@import url(@.css);

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 1em;
    overflow-y: scroll;
}


ul {
    display: block;
    list-style-type: disc !important;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    /*list-style:disc outside none; margin-left:40px;*/
}


header {
    height: 50px;
    background: #000;
    color: #fff;
    display: block;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    header a {
        color: #fff;
        text-decoration: none;
    }

    header div {
        width: 900px;
        height: 48px;
        margin: 0 auto;
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow:hidden;
    }

    #ibar {
        width: 200px !important;
        height: 48px;
        margin: 0 auto;/**/
        display: block;
        box-sizing: border-box;
        /*overflow:hidden;*/
        border: solid 1px rgba(255,255,255,0);
        margin-right:12px !important;
        float: right;
    }

    header span {
        text-transform: lowercase !important;
        float: right;
    }

main {
    width: 900px;
    margin: 0 auto;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 600px;
}

nav {
    /*display: block;*/
    font-family: sans-serif;
    text-transform: uppercase;
    background: #574740;
    height: 31px !important;
}

nav h1 {
    /*display: block;*/
    font-family: sans-serif;
    text-transform: lowercase;
    background: #574740;
    height: 31px !important;
    line-height: 31px !important;
    color:white !important;
    padding: 0 1em !important;
    margin: 0 !important;
    font-size: 19px !important;
    font-weight:normal !important;
}

nav h1 strong {
    color:orangered !important;
}

    nav div {
        /*height: 46px !important;*/
        width: 900px;
        margin: 0 auto !important;
        display: block;
     height: 31px !important;
       /*background: #579c40;
        box-sizing: border-box;
    padding-top:14px 0 0 3px;*/
    }


footer {
    /*display: block;
    font-family: sans-serif;
    text-transform: uppercase;
    background: #ccc;
    height: 62px !important;
    margin: 4em 0 0 0 !important;*/
}

    footer #barra {
        /*height: 46px !important;
    background: #ddd;*/
        width: 100%;
        display: block;
        border: none;
        height: 31px !important;
        /*border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    background: #ddd;
    box-sizing: border-box;
    box-sizing:padding-box;
    padding-top:14px 0 0 3px;*/
    }

    footer div {
        /*height: 46px !important;*/
        width: 900px;
        margin: 0 auto !important;
        display: block;
        border: none;
        font-size: 13px;
        line-height: 31px;
        height: 31px !important;
        color: #666;
        /*background: #ddd;
    box-sizing: border-box;
    box-sizing:padding-box;
    padding-top:14px 0 0 3px;*/
    }

/*menuitem a {
    display: inline-block;
    background: #888;
    text-transform: lowercase !important;
    color: #bbb;
    text-decoration:none;
    border: solid 0px #aaa;
    padding: 3px 0em;
    padding:0 0.75em;
    font-size: 16px;
    border-radius:4px;
    line-height:25px !important;
    height:25px !important;
}*/

menuitem {
}

menuitem a {
    display: inline-block;
    background: #888;
    background: none;
    text-transform: lowercase !important;
    color: #bbb;
    text-decoration: none;
    border: solid 0px #aaa;
    font-size: 16px;
    border-radius: 4px;
    margin: 2px 1em 0 0;
    /*padding: 3px 0em;
    padding:0 0.75em;*/
    line-height: 25px !important;
    height: 25px !important;
    font-weight: bold;
    letter-spacing: 1px;
}

    menuitem a:hover {
        background: #f00 !important;
        color: #f60 !important;
        background: none !important;
    }

    menuitem a:active {
        background: #f06 !important;
        border: solid 0px #f06;
        color: #f06 !important;
        background: none !important;
    }

.act0 a {
    color: #fff !important;
    background: #000 !important;
    background: none !important;
    border-radius: 0 !important;
    padding-bottom: 0px;
    border-bottom: solid 4px #f60;
}

.act0_r a {
    /*color: #fff !important;
    background: #000 !important;
    background: none !important;
    border-radius: 0 !important;
    padding-bottom: 0px;
    border-bottom: solid 4px #f60;*/
    margin: 2px 0 0 1em !important;
    float:right;
}

.act1 a {
    color: #fff !important;
    background: none !important;
    background: #f00 !important;
}

.act2 a {
    color: #fff !important;
    background: #f00 !important;
}

.act3 a {
    color: #f00 !important;
}

.botao {
    color: #f00 !important;
    text-decoration: none;
    border-radius: 5px;
    background: none !important;
    font-size: 15px !important;
    font-weight:bold;
}

    .botao a {
        font-weight: normal !important;
        color: #fff;
        font-size: 15px !important;
        text-decoration: none;
        padding: 2px 0.8em;
        border-radius: 4px;
        background: #ccc !important;
        margin: 0px 0.5em 0 0 !important;
    }

        .botao a:hover {
            color: #fff;
            background: #f00 !important;
        }

        .botao a:active {
            background: #f09 !important;
        }

.botao1 a {
    color: #fff;
    text-decoration: none;
    border: solid 1px #ccc;
    padding: 3px 1em;
    border-radius: 5px;
}

    .botao1 a:hover {
        color: #fff;
        background: #f00;
    }

    .botao1 a:active {
    }

.botao2 a {
    display: inline-block;
    text-transform: lowercase !important;
    color: #fff;
    text-decoration: none;
    border: solid 1px #888;
    padding: 3px 1em;
    border-radius: 4px;
    margin: 1.5em 3px 1em 0;
    background: #888;
}

    .botao2 a:hover {
        color: #fff;
        background: #f00;
        border: solid 1px #800;
    }

    .botao2 a:active {
        background: #f06;
        border: solid 1px #804;
    }

#menu_pg {
    background: none;
    border: solid 0px #804;
    border-bottom: solid 2px #eee;
    display: block;
    height: 24px;
    line-height: 24px !important;
}

    #menu_pg menuitem a {
        background: none !important;
        border: none !important;
        padding: 0 !important;
        font-weight: bold !important;
        color: #777;
        line-height: 24px !important;
    }

        #menu_pg menuitem a:hover {
            background: none !important;
            border: none !important;
            padding: 0 !important;
        }

.act_p a {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: #f00 !important;
}


.icones {
    font-family: WebSymbolsRegular !important;
    color: #ccc;
    margin-right: 1px;
    font-size: 1.1em;
}

    .icones a {
        color: #888;
        text-decoration: none !important;
    }

        .icones a:hover {
            color: #f60;
        }

        .icones a:active {
            color: #f06 !important;
        }


input:read-only {
            background: #eee !important;
        }


#form {
    display: block;
    margin: 1.5em 0 0 0;
    padding: 12px;
    color: #000;
    background: #f9f9f9 !important;
    border: solid 6px #e0e0e0 !important;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 530px;
}

    form h1 {
        color: #f00;
    }

    form .ta_short {
        width: 525px !important;
        border: 0 !important;
    }

    form div {
        margin: 1px 0;
    }

    form h2, #h_app h2 {
        margin: 0 0 0.5em 0 !important;
        color: #fff;
        border-radius: 3px;
        font-size: 1em;
        padding: 0.3em;
        background: #aaa;
        width: 650px;
    }


    form label {
        display: inline-block;
        width: 130px;
        color: #888;
        /*background: #eee;*/
        vertical-align: top;
        font-size: 0.8em;
        padding-top: 0.5em;
        padding-left: 4px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

input, input:valid {
    color: #000;
    background: #fff;
    border: solid 1px #ccc !important;
    border-radius: 3px;
}

    input:invalid {
        border: solid 1px #f00 !important;
    }

    input[type="text"]:disabled {
        background: none !important;
        border: none !important;
        font-weight: bold !important;
    }

checkbox {
    display: inline-block;
    /*width: 500px;*/
    color: #000;
    background: #f00;
    border: solid 1px #ccc !important;
    border-radius: 3px !important;
    font-size: 1em;
    padding: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



select {
    display: inline-block;
    color: #000;
    background: #fff;
    border: solid 1px #ccc !important;
    border-radius: 3px;
    font-size: 1em !important;
    padding: 5px;
}

textarea {
    display: inline-block;
    width: 500px;
    color: #000;
    background: #fff;
    border: solid 1px #ccc !important;
    border-radius: 3px;
    font-size: 1em;
    padding: 0.3em;
    font-family: sans-serif !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

input, select {
    /*display: inline-block;
    width: 500px;*/
    color: #000;
    background: #fff;
    border: solid 1px #ccc !important;
    border-radius: 3px;
    font-size: 1em;
    /*padding:6px;*/
    height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

    input[type="radio"] {
        font-weight: bold !important;
        font-size: 15px;
        height: 15px !important;
        margin-top: 5px !important;
        display: inline-block;
    }

    input[type="checkbox"] {
        font-weight: bold !important;
        font-size: 15px;
        height: 15px !important;
        margin-top: 6px !important;
        display: inline-block;
    }



.form_pane {
    position: absolute;
    margin-left: 205px;
    /*background: #fff !important;*/
}

.select_pane {
    display: block;
    margin: 0.75em 0 0 0 !important;
    /*border:solid 1px #f00 !important;*/
}

.d_form {
    display: block;
    border-bottom: solid 1px #bbb !important;
    margin: 0;
    padding: 2px 0;
    min-height: 30px !important;
}


.mce-tinymce {
    border: solid 0px #ddd !important;
    margin-top: 0px !important;
    background: #fff !important;
    z-index:0  !important;
}

div.mce-edit-area {
    margin-top: 0px !important;
    border: solid 1px #ccc !important;
    padding: 5px !important;
    /*padding-left:10px !important;*/
    border-radius: 3px;
    margin-bottom: 0px !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    z-index:0  !important;
}

#mce_fullscreen_container {
    z-index:999999  !important;
}

table#mce_fullscreen_tbl.mceLayout { 
    z-index:999999  !important;
}

.mce-fullscreen{z-index:9999099 !important}
table.mce-fullscreen{z-index:9999099 !important}

.px50 {
    width: 50px !important;
}

.px75 {
    width: 75px !important;
}

.px90 {
    width: 90px !important;
}

.px100 {
    width: 100px !important;
}

.px110 {
    width: 110px !important;
}

.px115 {
    width: 115px !important;
}

.px120 {
    width: 120px !important;
}

.px150 {
    width: 150px !important;
}

.px180 {
    width: 180px !important;
}

.px250 {
    width: 250px !important;
}

.px300 {
    width: 300px !important;
}

.px350 {
    width: 350px !important;
}

.px375 {
    width: 375px !important;
}




#comm_bar {
    display: block;
    margin: 1.25em 0 -1em 1em !important;
    /*width:90px !important;
    border:solid 1px #ddd !important;
    border-radius:3px;*/
}

#selector {
    margin-top: -10px !important;
    display: block;
    width: 190px !important;
    /*margin:-0.25em 0 0.75em 0 !important;
    border:solid 1px #fdd !important;
    padding-right: 3px !important;*/
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #ccc !important;
    padding: 6px !important;
    background: #fff !important;
}

    #selector select {
        width: inherit !important;
        width: 176px !important;
        /*margin:-0.25em 0 0.75em 0 !important;*/
        border-radius: 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: none !important;
        border: none !important;
        padding: 0 !important;
    }

#selector2 {
    display: inline-block !important;
    width: 525px !important;
    margin-left: -4px;
    /*margin:-0.25em 0 0.75em 0 !important;
    border:solid 1px #fdd !important;
    border-radius:3px;*/
}

    #selector2 select {
        width: inherit !important;
        /*font-family:monospace !important;
    font-size:0.8em !important;

    margin:-0.25em 0 0.75em 0 !important;
    border:solid 1px #fdd !important;
    border-radius:3px;*/
    }

#selector h1 {
    margin: 2px !important;
    margin: 0 0 6px 0 !important;
    font-size: 0.9em;
    display: block;
    width: inherit !important;
    width: 176px !important;
    /*margin:-0.25em 0 0.75em 0 !important;
    background:#aaa !important;
    border:solid 1px #fdd !important;
    border-radius:3px;*/
    color: #888 !important;
    border-bottom: solid 3px #888 !important;
    padding: 0 0 0 0;
}

#nav_bar {
    margin-left: 60px;
    margin-top: -20px;
}

    #nav_bar a {
        text-decoration: none;
        color: white;
        background: #888;
        padding: 0 1em;
        margin-right: 5px;
        height: 19px !important;
        line-height: 19px !important;
        border-radius: 9px;
        font-size: 13px;
        font-weight: bold;
        display: inline-block !important;
    }

        #nav_bar a:hover {
            color: white;
            background: #f60 !important;
        }

        #nav_bar a:active {
            color: white;
            background: #f06 !important;
        }

.li_main ul {
    padding: 0 !important;
    margin: 0.15em 1em !important;
    list-style-type: disc !important;
}

.li_main li {
    padding: 0 !important;
    margin: 0.15em 1em !important;
    line-height: 100% !important;
}

article p {
    padding: 0;
    margin: 0 0 0.5em 0 !important;
    display: block;
    margin: 0.1em 0;
}

article li {
    padding: 0;
    margin: 0;
    display: block;
    margin: 0.1em 0;
}


    article li a {
        text-decoration: none;
        font-size: 1.25em;
        line-height: 150% !important;
        color: #000;
    }

        article li a:hover {
            color: #f60 !important;
        }

        article li a:active, .listicon a:active {
            color: #f06 !important;
        }

.listicon {
    margin-left: -2.5em !important;
    margin-top: 5px !important;
    /*position:absolute;*/
    float: left;
    display: inline-block;
        border: solid 1px #f33;
}

        .listicon span.flat {
            margin-left: -3.5em !important;
            margin-right:  3.5em !important;
        font-family="Flaticon";
        }


    .listicon a {
        font-family: Flaticon;
        text-decoration: none;
        background: #eee;
        background: none;
        font-size: 1em;
        line-height: 150% !important;
        color: #000 !important;
        line-height: 1.25em !important;
        /*margin-left:-2em !important;
        width: 1.25em !important;
        height: 1.25em !important;
    margin-top:5px !important;*/
        /*position:absolute;*/
        /*float:left;*/
        border: solid 0px #33f;
        text-align: center;
        border-radius: 3px;
        display: inline-block;
        margin-right: 3px !important;


            width:30px !important;
            text-align:left !important;
            overflow:hidden !important;
        border: solid 1px #333;
    }

        .listicon a:hover {
            color: #f60 !important;
        }


        .listicon a:active {
            color: #f06 !important;
        }



.p_label {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 10px;
    border-bottom: solid 1px #aaa;
    margin-bottom: 5px;
    margin-top: 3em;
}

    .p_label span {
        padding: 1px 5px;
        background: #aaa;
        display: inline-block;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #fff;
    }

#p_title {
    padding: 0;
    margin: 0.25em 0 2em 0;
}

    #p_title h1, #p_title p {
        padding: 0;
        margin: 0;
    }


#main_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    #main_list li {
        padding: 0;
        margin-bottom: 1.5em;
    }

    #main_list h3 {
        padding: 0;
        margin: 0.5em 0 0 0;
        margin: 0;
        font-size: 1.5em;
    }

    #main_list h4 {
        padding: 0;
        margin: 0 0 0.5em 0;
        display: inline-block;
        width: 2em;
        height: 2em;
        float: left;
        margin-left: -2.5em;
        background: #eee;
        border-radius: 3px;
        text-align: center;
        line-height: 2em;
    }

    #main_list .li_main {
        padding: 0;
        margin: 0 0 0 2.5em;
        /*border:solid 1px red;*/
        display: inline-block;
    }

#p_body {
    padding: 0;
    margin: 1em 0;
}

    #p_body h1, #p_body p {
        padding: 0;
        margin: 0;
    }



/*  COLORS CLASSES START ********************************************************************************************/


.c_red {
    color: #f00 !important;
}

.b_red {
    background: #f00 !important;
}


/*  COLORS CLASSES END   ********************************************************************************************/


header span {
    font-family: Flaticon;
    float:right;
    font-size: 20px;
    display:inline-block;
    width: 28px !important;
    height: 28px !important;
    text-align:center !important;
    font-weight:bold !important;
    vertical-align:top !important;
}

.ui {
    color: #888;
}

    .ui a {
        color: #bbb;
        text-decoration: none;
        display: block;
        box-sizing: border-box !important;
        width: 28px !important;
        height: 28px !important;
    }

        .ui a:hover {
            color: #f60 !important;
        }

        .ui a:active {
            color: #f06 !important;
        }

.uiact a {
    color: #ff9977 !important;
}

    .uiact a:hover {
        color: #f60 !important;
    }

    .uiact a:active {
        color: #f06 !important;
    }



#admin table {
    /*background:#eed !important;*/
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    border-collapse: collapse;
}

#admin tr {
    /*background:#eed !important;*/
    margin: 0 !important;
    padding: 0 !important;
    /*border-bottom: solid 1px #333;*/
    width: 100%;
}

    #admin tr:nth-child(even) {
        background-color: #f2f2f2;
    }

#admin td {
    margin: 0 !important;
    /*display:inline-block !important;*/
    padding: 2px 0 2px 0 !important;
    /*box-sizing:border-box;*/
    overflow: hidden;
    height: 24px;
    line-height: 24px;
}


#admin .thead {
    /*background:#eee !important;*/
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: solid 2px #333;
}

#admin .tfoot {
    /*background:#eee !important;*/
    margin: 0 !important;
    padding: 0 !important;
    border-top: solid 2px #333;
    border-bottom: none !important;
    font-weight: bold !important;
    background: none !important;
}

#admin .tspace {
    /*background:#eee !important;*/
    margin: 0 !important;
    padding: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
}

#admin .trow {
    /*background:#eed !important;*/
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: solid 1px #333;
    width: 100%;
}

#admin .tab {
    margin: 0 !important;
    display: inline-block !important;
    padding: 2px 0 2px 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 1.5em;
}

.tright {
    text-align: right !important;
}




.orange {
    color: #f60 !important;
}

.gray {
    color: #999 !important;
}


.red {
    color: #f00 !important;
}

.lightgray {
    color: #ccc !important;
}

.h40 {
    height: 40px !important;
    padding-top: 20px !important;
}

.pc10 {
    width: 10% !important;
}

.pc11 {
    width: 11% !important;
}

.pc20 {
    width: 20% !important;
}

.pc25 {
    width: 25% !important;
}

.pc30 {
    width: 30% !important;
}


/**************************************************************************************************************/
#pg_nav, #form_tools {
    background: #f6f6f6;
    background: none;
    height: 30px;
    display:block;
}

    #pg_nav span a {
        background: #bbb;
        line-height: 24px;
        display: inline-block;
        margin: 3px 3px 3px 0;
        text-decoration: none;
        color: #fff;
        padding: 0 11px !important;
        font-size: 13px;
        border-radius: 3px;
        border-radius: 0px;
        font-weight: bold;
    }

        #pg_nav span a:hover {
            background: #f60;
        }

        #pg_nav span a:active {
            background: #f09;
        }

    #pg_nav .act a {
        background: #f00 !important;
    }

#feedback {
    display:block;
    color:red;
    /*margin:0 0 1em 200px;
    width:100%;
    background:yellow;*/
    box-sizing:border-box;
    padding:0 0 0 130px;
    font-weight:bold;
    line-height: 30px;

}
#inline-feedback {
    color:red;
 font-family:sans-serif;
        /*margin:0 0 1em 200px;
    display:block;
    width:100%;
    line-height: 30px;
    background:yellow;*/
    box-sizing:border-box;
    padding:0 0 0 1em;
    font-weight:bold;
    line-height: 100%;

}
/**************************************************************************************************************/

#pg_pannel {
    margin: 1em 0 !important;
    /*border:solid 2px #8d0c93;*/
}

    #pg_pannel h2 {
        border: solid 0px red;
        background: none !important;
        color: black !important;
        padding: 0;
        margin: 1em 0 !important;
    }



#db_pannel {
    margin-bottom: 4em !important;
    /*border:solid 1px red;*/
    display: block !important;
}

    #db_pannel ul {
        margin: 0;
        padding: 0;
        list-style-type: none !important;
    }

    #db_pannel, #db_pannel table, #db_pannel ul {
        font-size: 17px !important;
        line-height: 120% !important;
    }

        #db_pannel .head {
            width: 100%;
            display: block !important;
            font-size: 17px !important;
            line-height: 200% !important;
            background: none !important;
        }

        #db_pannel .li_heading {
            /*background: yellow !important; 
            width: 100%;*/
            display: block !important;
            font-size: 17px !important;
            line-height: 200% !important;
            background: none !important;
            padding-top: 1em !important;
            font-weight: bold !important;
            color: #666 !important;
        }

        #db_pannel td {
            background: none;
            border-bottom: solid 1px #888 !important;
        }

        #db_pannel .op {
            width: 90px;
            color: #888;
            padding: 3px !important;
            background: none;
        }

        #db_pannel .ot {
            text-decoration: none !important;
            background: none !important;
        }


.ask h3 {
    text-decoration:none !important;
    font-size: 17px !important;
    background:#ddd !important;
    margin:0 !important;
    padding:0 !important;
    border:solid 1px blue !important;
}

.ask ul {
    text-decoration:none !important;
    margin:0 !important;
    padding:0 !important;
    margin-top:1em !important;
}


#db_pannel li {
    text-decoration:none !important;
    font-size: 15px !important;
    /*background:none !important;*/
    display:block !important;
    font-size: 17px !important;
    line-height:150% !important;
    /*white-space:nowrap !important;*/
}

#db_pannel li a {
    text-decoration:none !important;
    font-size: 17px !important;
    /*font-weight:bold !important;
    display:inline-block !important;*/
}

#db_pannel a {
    text-decoration:none !important;
    font-size: 17px !important;
    /*font-weight:bold !important;
    display:inline-block !important;*/
    color:#000;
}

#db_pannel li .label {
    width:170px !important;
    display:inline-block !important;
    font-size: 17px !important;
    /*font-weight:bold !important;*/
    color:#666 !important;
}

p.label {
    display:block !important;
    font-size: 13px !important;
    font-weight:bold !important;
    color:#aaa !important;
}


.ot a {
    text-decoration:none !important;
    display:block !important;
    color:#000 !important;
    padding:3px !important;
    /*font-size: 17px !important;*/
    font-size: 15px !important;
}

.ot a:hover {
    background:#eee;
}


.ot a:active {
    background:#f00 !important;
    color:#fff !important;
}
li.listas {
    border-bottom:solid 1px #888 !important;
    /*background:rgba(0,200,0,0.05) !important;*/
}

li.listas a {
    display:block !important;
}

.li_label a:hover {
    background:rgba(0,0,0,0.05) !important;
    color:rgba(255,0,0,1) !important;
}

#db_pannel li.listas a:hover {
    background:rgba(0,0,0,0.05) !important;
    color:rgba(255,0,0,1) !important;
}

li.listas a:active {
    background:rgba(0,0,0,0.05) !important;
    color:rgba(255,0,96,1) !important;
}



#db_menu {
    /*border:solid 2px red !important;*/
    float:left;
    width:150px;
    margin: 0 25px 0 0;
    padding: 0;
}

    #db_menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none !important;
    }

    #db_menu li {
        margin: 0;
        padding: 0;
        margin: 0 !important;
    }

        #db_menu li a, #db_menu p {
            margin: 0;
            padding: 0;
            font-size: 17px !important;
            line-height: 150% !important;
            display: block;
        }

            #db_menu li a:hover {
                background: #eee !important;
            }

            #db_menu li a:active {
                color: #f09 !important;
            }

    #db_menu .act2 a {
        margin: 0;
        padding: 0;
        color: red !important;
        background: none !important;
    }

#mpanel {
    border: solid 2px red !important;
    float: left;
    width: 280px;
}
#mpanel ul {
    margin:0;
    padding:0;
    width:280px;
    list-style-type:none !important;
    /*font-size: 17px !important;*/
}
#mpanel li {
    margin:0;
    padding:0;
    width:280px;
    font-size: 15px !important;
    line-height:120% !important;
    margin-bottom:0.5em !important;
}
li {
}
#mpanel li a {
    margin:0;
    padding:0;
    width:280px;
    font-size: 15px !important;
    line-height:120% !important;
    display:block;
}
#mpanel li a:hover {
    background:#eee !important;
}
#mpanel .act2 a {
    margin:0;
    padding:0;
    width:280px;
    font-size: 15px !important;
    color:red !important;
    background:none !important;
}


#opanel {
    /*background:yellow;*/
    float:right;
    width:600px;
    /*font-size: 17px !important;*/
    margin-bottom:3em;
    border:solid 2px blue;
}
#opanel a {
    text-decoration:none !important;
    color: black;
}
#opanel a:hover {
    text-decoration:none !important;
    color: red;
}

#opanel label {
    text-decoration:none !important;
    color: #999;
    font-size:12px;
    display:block;
    margin-bottom:0.25em;
}


p small {
    color:#888;
    font-weight:bold;
}

#searchwrapper {
    margin:0 !important;
    width:100% !important;
    box-sizing:border-box !important;
    border:0px solid blue !important;
    display:block;
    height:70px;
}

#searchbox {
    background:#eee !important;
    padding:0 0 8px 20px !important;
    margin:0 0 130px 0 !important;
    width:900px !important;
    box-sizing:border-box !important;
    border:0px solid blue !important;
    display:block;
}
/**************************************************************************************************************/
.listpane {
    /*border-top:solid 1px #000 !important;*/
    background:rgba(0,0,0,0.05);
    padding:10px;
    margin:5px 0 15px 167px;
    /*border-bottom:1px solid orange !important;
    position:absolute;
    display:block;*/
    display:none;
}

/**************************************************************************************************************/
.fstate {
    color:orange !important;
}

/**************************************************************************************************************/
#r_header {
    background:#eee;
    padding:5px;
    margin:0;
    border-bottom:1px solid orange !important;
    /*position:absolute;*/
    display:block;
}

.bbrowse {
}

.bbrowse a {
    display:inline-block;
    text-decoration: none !important;
    color:#000;
    padding:0 2px;
}

.bbrowse a:hover {
    color:#F60;
}

.bbrowse a:active {
    color:#F09;
}

.bact a {
    color:#F00 !important;
}

/**************************************************************************************************************/



#complete_pane {
    /*background: #fff;
    overflow: hidden;
    width: 900px !important;
        padding: 10px !important;
        border-top: solid 1px gray !important;*/
        display:block;
        box-sizing:border-box !important;
}

    #complete_pane iframe {
        /*background: #fff;
    overflow: hidden;
    width: 900px !important;
        padding: 10px !important;
        border-top: solid 1px gray !important;*/
        display: block;
        box-sizing: border-box !important;
        border: 0;
        width: 600px;
        height: 25px;
    }


/**************************************************************************************************************/



#tl_wrapper {
    background: #fff;
    /*overflow: hidden;*/
    width: 900px !important;
        padding: 10px !important;
        border: solid 1px gray !important;
        box-sizing:border-box !important;
}

#timeline ul {
    width: initial !important;
    /*border-collapse: collapse;
        margin: 0 !important;
    white-space: nowrap;*/
        display: block !important;
    padding: 0px !important;
    margin: 1em 0;
}

#timeline li {
    width: initial !important;
    margin: 0 !important;
    padding: 0 !important;
    /*border-collapse: collapse;
    line-height: 20px !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
    display: block !important;*/
    border-bottom: solid 1px #bbb !important;
    white-space: nowrap;
    border-spacing: 0 !important;
    height: 20px !important;
    font-size: 13px !important;
    line-height: 20px !important;
    border-left: solid 6px #bbb;
    border-right: solid 6px #bbb;
    display:grid !important;
}

    .timeline th {
        padding: 0 !important;
        margin: 0 !important;
        height: 20px !important;
        line-height: 20px !important;
        /*border-bottom: solid 1px gray;*/
        white-space: nowrap;
        font-size: 13px !important;
        background:red !important;
        line-height: 20px !important;
        /*display:table-row;
        width:100% !important;*/
        display: block !important;
    }

    #timeline span {
        /*overflow:hidden !important;
        margin-bottom:-10px;
        padding: 0 !important;
        position:absolute;
        margin: 0 !important;
        line-height: 20px !important;*/
    }

    #timeline span.id_bar {
        height: 20px !important;
        line-height: 20px !important;
        box-sizing:border-box !important;
        display: inline-block;
        padding: 0 6px 0 6px !important;
        background: none;
        width: 200px;
        overflow: hidden;
        /*margin-bottom:-10px;*/
        border: solid 1px white !important;
        border-right: solid 1px #bbb !important;
    height: 20px !important;
    font-size: 13px !important;
    line-height: 20px !important;

    }


     #timeline .duration {
        height: 20px !important;
        line-height: 20px !important;
        background: blue;
        display: inline-block;
        box-sizing:border-box !important
        /*padding: 0 !important;
        margin-top:-25px !important;
        border: solid 1px gray !important;
        display:table-cell;
        margin-bottom:-15px;
        margin: 0 !important;*/
        /*height: 20px !important;
        line-height: 20px !important;*/
   }

#timeline.container {
    background: #fff;
    overflow-x: auto;
    /*width: 878px;*/
        padding: 0px !important;
        border: solid 0px gray !important;
        box-sizing:border-box !important;
}


iframe.tl {
    background: #fff;
    overflow-x:no-display;
    overflow-y:no-display;
    /*width: 878px;*/
        padding: 0px !important;
        border: solid 0px gray !important;
        /*box-sizing:border-box !important;*/
        height:450px !important;
        width:900px;
        margin-left:-40px;
        margin-top:-18px;
}

/**************************************************************************************************************/

iframe#help {
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 493px;
    border: 0;
}

colortest {
    color: aqua;
}



#mce_fullscreen_container {
    background: none;
    background: rgba(0, 0, 0, 0.6);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    -ms-zoom: 1;
    zoom: 1;
}

table#mce_fullscreen_tbl.mceLayout {
    margin: 200px !important;
}





#chartContainer {
    height: 350px;
    max-width: 100%;
}

/***************************************************************************************************/
.fhelp a {
    float:right !important;
    color:orange !important;

    float:right !important;
    color:orange !important;
    background: #777 !important;
    width:20px;
    height:20px;
    line-height:22px !important;
    text-align:center;
    vertical-align:middle;
    border-radius: 10px;
    margin-top: 7px;
    margin-right: -5px;
}

.fhelp a:hover {
    float:right !important;
    color:#000 !important;
    background: orange !important;
}

#help_pane {
    position:absolute;
    margin-left:200px !important;
    width:670px;
    height:495px;
    background:white !important;
    border:solid 6px orange !important;
    margin:15px 0 0 0;
    box-sizing: border-box !important;
    z-index:999999 !important; 
    padding:0 10px 10px 10px !important;
    color:black !important;
    border-radius: 4px;
    font-weight:normal !important;
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.75);
}

#help_pane div {
    /*border:solid 1px orange !important;*/
    width:640px;
    height:430px;
    margin:45px 0 0 0 !important;
    padding:0 !important;
    z-index:999999 !important; 
    box-sizing: border-box !important;
    overflow-y:auto;
    color:black !important;
    font-weight:normal !important;
    line-height: 135% !important;
    /*background:#ddd !important;
    border:solid 0px red !important;*/
}

#help_pane div ul {
    list-style-type:none !important;
    /*padding:1em !important;
    margin:1em !important;
    list-style-position:hanging !important;
    list-style-position:initial !important;*/
}


/*#help_pane div ul {
    list-style-type:disc !important;
    padding:1em !important;
    margin:1em !important;
    list-style-position:hanging !important;
    list-style-position:initial !important;
}
#help_pane div li {
    list-style-type:disc !important;
    padding:1em !important;
    margin:1em !important;
    list-style-position:initial !important;
}*/

#help_pane div li:before {
    content: "► ";
    color: red; /* or whatever color you prefer */
}

#help_pane h2 {
    position:absolute;
    margin-left:-10px !important;
    color:orange !important;
    color:black !important;
    width:670px;
    width:100%;
    box-sizing: border-box !important;
    background: #c92 !important;
    background: orange !important;
}

#help_pane h2 a {
    float:right !important;
    color:orange !important;
    background: #777 !important;
    width:20px;
    height:20px;
    line-height:22px !important;
    text-align:center;
    vertical-align:middle;
    border-radius: 10px;
    margin-top: 7px;
    margin-right: -5px;
}

#help_pane h2 a:hover {
    float:right !important;
    background:#000 !important;
    color: orange !important;
}

#help_context {
    display:block;
}

#help_content {
    display:none;
}

#help_content iframe {
    border: 0 !important;
    height:427px;
    position:absolute;
    width:640px !important;
}


/*#main_help {
    float:right;
    color:orange !important;
    background: #777 !important;
    padding:0 0.75em 3px 0.75em;
    border-radius: 10px;
    height:20px !important;
    /*margin:-38px 0 0 475px;*/
    /*margin:10px 5px 0 0 !important;
    font-size:14px !important;
    line-height:10px !important;
    font-weight:bold;
    width:initial !important;
}*/

#main_help a {
    float:right;
    color:orange !important;
    background: #666 !important;
    padding:0 0.75em 0px 0.75em !important;
    border-radius: 10px;
    height:20px !important;
    /*margin:-38px 0 0 475px;*/
    margin:10px 5px 0 0 !important;
    font-size:13px !important;
    line-height:1px !important;
    font-weight:bold;
    width:initial !important;
    margin:7px 5px 0 0 !important;
}

#main_help a:hover {
    background:#000 !important;
    color: orange !important;
    height:20px !important;
}

#ui_form {
background: #ffd !important;
background: #fff !important;
border: 0 !important;
border-radius: 0px !important;
height: initial !important;
box-sizing: border-box !important;
padding: 0 !important;
}
#ui_form h2 {
box-sizing: border-box !important;
background: #000 !important;
border: 0 !important;
border-radius: 0px !important;
height: initial !important;
padding: 0 10px !important;
}

article, #ui_pannel {
    box-sizing: border-box !important;
    display: block !important;
    /*background: red !important;
    border: solid 1px gray !important;*/
    margin: 1em 0 6em 0 !important;
}

article {
    box-sizing: border-box !important;
    display: block !important;
    /*background: red !important;
    border: solid 1px gray !important;*/
    margin: 0 0 6em 0 !important;
}

article h2, #ui_pannel h2 {
    font-size:30px !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
color: #000 !important;
}

article h2 {
    font-size:30px !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
color: #000 !important;
    margin: 0.75em 0 0 0 !important;
}

article h3, #ui_pannel h3 {
    font-size:22px !important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
color: #444 !important;
}

article h4, #ui_pannel h4 {
    font-size:17px !important;
    background: none !important;
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
color: #888 !important;
}

article a {
    font-weight: bold !important;
    color: #333 !important;
}

article a:hover {
    color: #f00 !important;
}

article a:active {
    color: #f06 !important;
}

.p_menu a {
    font-weight: bold !important;
    color: #940 !important;
    margin-right:0.5em;
}

.p_menu a:hover {
    color: #f00 !important;
}

.p_menu a:active {
    color: #f06 !important;
}
/***************************************************************************************************/
section table {
width:100%;
border:solid 0px red;
margin:1.5em 0 0 0;
padding:0;
border-collapse:collapse;
border-bottom:solid 2px black;
line-height:135%;
}
section .tottable {
width:100%;
border:solid 0px red;
margin:1.5em 0 0 0;
padding:0;
border-collapse:collapse;
border-bottom:solid 0px black !important;
line-height:135%;
}
section table tr:nth-child(even) {background: #f5f5f5}
section table tr:nth-child(odd) {background: #FFF}

section table td {
border-bottom:solid 1px black;
border-left:solid 1px black;
border-right:solid 1px black;
border-left:solid 1px #bbb !important;
border-right:solid 1px #bbb !important;
margin:0;
padding:2px;
vertical-align:top;
}

section table td a {
font-weight:bold;
color: black;
display:block;
}

section table td a:hover {
font-weight:bold;
color: red;
}

section table th {
padding:2px;
background:#aaa;
color: #fff;
border-bottom:solid 2px black;
border-left:solid 1px #bbb !important;
border-right:solid 1px #bbb !important;
margin:0;
font-style:italic;
text-align:left;
font-weight:600;
font-size:15px;
}

section table .subtotal {
background:#e5e5e5 !important;
font-weight:bold;
border-top:solid 2px black;
border-left:solid 1px #e5e5e5 !important;
border-right:solid 1px #e5e5e5 !important;
}

section table .data {
/*background:yellow;*/
width:90px;
font-weight:bold;
}

section table .nome {
/*background:yellow;*/
width:200px;
font-weight:bold;
}

section table .hora {
/*background:yellow;
font-weight:bold;*/
width:50px;
}

/*section table .task,*/
section table .area {
width:200px !important;
/*background:red;*/
}

/*section table .cell150,*/
section table .cell150 {
width:150px !important;
/*background:red;*/
}

section table .item {
width:350px !important;
/*background:yellow;*/
}

section table .valor {
text-align:right !important;
font-weight:bold;
width:100px;
/*background:yellow;*/
padding-right:10px;
}

section table .valor::after {
content: " €";

}

section table .heading {
border-left:solid 0px black !important;
border-right:solid 0px black !important;
border-bottom:solid 0px black !important;
font-weight:bold;
/*width:250px;*/
background:white !important;
line-height:200% !important;
}

section table .task {
/*background:yellow;*/
width:400px;
}

section table .desc {
/*background:yellow;*/
display:none;
}

section cite {
margin-left: 2em !important;
/*background:yellow;*/
border:solid 0px black;
display:block;
}

/***************************************************************************************************/

.ar {
    text-align:right !important;
}

.cap {
    font-weight:bold !important;
    line-height:250% !important;
}

/***************************************************************************************************/
div#qTip
{
    padding: 3px 13px !important;
 display: none;
 text-align: left;
 position: absolute;
 z-index: 1000000;
    border-radius: 4px !important;
    background:rgba(196,0,32,0.9);
    color:white;
    font-size:13px !important;
    max-width: 250px;
}
