﻿html {
  
    margin: 0;
    padding: 0;
}

body {
    background-color: white;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

header, footer, hgroup,
nav, section {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #1a88af;
    margin-bottom: 0;
    padding-bottom: 0;
   
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1200px;
}

#body {
 
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        position:relative;
        padding: 10px;
        min-height:400px;
        background-color:#e4e4e4;

    }
header {
    min-height:100px;
}

footer {
    border-top:10px solid #dedede;
    clear: both;
    background-color: #2b2e31;
    font-size: .8em;
    height: 200px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    text-align: right;
    padding-top:5px;
}

    #login a {
        
        margin-left: 5px;

        padding: 5px 8px;
        text-decoration: none;
        
        font-family:Arial;
        font-size:15px;
        font-weight:bold;

   
        color:#00598d;

        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition:all 0.2s ease-in-out;

    }
        #login a:hover {
        
            color:#5dcaff;
        }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        color:black;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 30px 0px 5px 0px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/*Item Menu Restrito*/
.itemMenuRestrito {
    float:left;
    margin:2px;
    text-decoration:none;
    color:white;
    font-family:'Trebuchet MS';

    
}
    .itemMenuRestrito > div {
        background-color:#1a88af;
        padding:0px 5px;
        width:170px;
        height:85px;
        text-align:center;
        position:relative;

        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition:all 0.2s ease-in-out;

        padding-bottom:10px;

        /* Internet Explorer 10 */
        display:-ms-flexbox;
        -ms-flex-pack:center;
        -ms-flex-align:center;

        /* Firefox */
        display:-moz-box;
        -moz-box-pack:center;
        -moz-box-align:center;

        /* Safari, Opera, and Chrome */
        display:-webkit-box;
        -webkit-box-pack:center;
        -webkit-box-align:center;

        /* W3C */
        display:box;
        box-pack:center;
        box-align:center;


    }
        .itemMenuRestrito div:hover {
            background-color:#2897bf;
        }
    .itemMenuRestrito > div .DetRespostas {
        padding:0;
        margin:0;
        position:absolute;
        bottom:0;
        left:0px;
        height:20px;
        width:100%;
        text-align:center;
        background-color:rgba(0,0,0,0.3);
    }
    .itemMenuRestrito.Redigita div {
        background-color:#9e7e00;
    }
/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #bfbfbf;
}

    .featured .content-wrapper {
   

        color: #ca6532;
        padding: 10px 10px 10px 10px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #ca6532;
        }

        .featured p {
            font-size: 1.1em;
        }

.TopoContent {
    background-color:#01a2ff;
    height:30px;
}
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.smallLabel {
    font-size:10px;
    position:absolute;
    left:5px;
    top:-12px;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button, .botao {
        background-color: #f1bf53;

        background-image: -ms-linear-gradient(top, #f1bf53 0%, #d49207 100%);
        background-image: -moz-linear-gradient(top, #f1bf53 0%, #d49207 100%);
        background-image: -o-linear-gradient(top, #f1bf53 0%, #d49207 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1bf53), color-stop(1, #d49207));
        background-image: -webkit-linear-gradient(top, #f1bf53 0%, #d49207 100%);
        background-image: linear-gradient(top, #f1bf53 0%, #d49207 100%);

        -moz-box-shadow: 0px 1px 2px 0px #787878;
        -webkit-box-shadow: 0px 1px 2px 0px #787878;
        box-shadow: 0px 1px 2px 0px #787878;

        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;

        border:0;
        margin:0;

        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px 12px;
        width: auto;
    }

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover, .botao:hover {
        background-color: #fcd47d;

        background-image: -ms-linear-gradient(top, #fcd47d 0%, #e4af3f 100%);
        background-image: -moz-linear-gradient(top, #fcd47d 0%, #e4af3f 100%);
        background-image: -o-linear-gradient(top, #fcd47d 0%, #e4af3f 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcd47d), color-stop(1, #e4af3f));
        background-image: -webkit-linear-gradient(top, #fcd47d 0%, #e4af3f 100%);
        background-image: linear-gradient(top, #fcd47d 0%, #e4af3f 100%);

    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-spacing: 0;
    margin-top: 0.75em;
}
    table tr td {
        position:relative;
    }


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* MessageBox */
#boxAviso
{
    background-color:#0bb0df;
    text-align:center; position:fixed;right:10px;bottom:0px; display:none; max-width:300px; width:200px;
    
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    color:#4e0909;
    
    -moz-box-shadow: 0px 0px 3px 1px #343434;
    -webkit-box-shadow: 0px 0px 3px 1px #343434;
    box-shadow: 0px 0px 3px 1px #343434;
}
#boxAviso .titulo
{
    font-size:20px;
    background-color:#0881a4;
    color:White;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    padding-bottom:5px;
    border-bottom:1px solid #066580;
}
#boxAviso .mensagem
{
     padding:20px;
     font-size:16px;
}
.TituloPagina
{
  font-size:24px;
  line-height:35px;
  height:35px;
  color:#073247;
  font-family:Franklin Gothic Medium Cond;

  background-color:#0da3ce;
  padding:5px 10px;
  
  background-image: -ms-linear-gradient(left, #0da3ce 0%, #a9d9e7 100%);
    background-image: -moz-linear-gradient(left, #0da3ce 0%, #a9d9e7 100%);
    background-image: -o-linear-gradient(left, #0da3ce 0%, #a9d9e7 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0da3ce), color-stop(1, #a9d9e7));
    background-image: -webkit-linear-gradient(left, #0da3ce 0%, #a9d9e7 100%);
    background-image: linear-gradient(left, #0da3ce 0%, #a9d9e7 100%);
}
.TituloPagina a
{
    color:Black;
    font-size:14px;
    font-family:Trebuchet MS;
    font-weight:bold;
    text-decoration:none;
    cursor:pointer;
}
.TituloPagina a:hover
{
    color:#d35900;
    font-size:14px;
    font-family:Trebuchet MS;
    font-weight:bold;
    text-decoration:none;
}
.LinkPadrao1
{
    color:Black;
    font-size:14px;
    font-family:Trebuchet MS;
    font-weight:bold;
    text-decoration:none;
    cursor:pointer;
}
.LinkPadrao1:hover
{
    color:#d35900;
    font-size:14px;
    font-family:Trebuchet MS;
    font-weight:bold;
    text-decoration:none;
}
.LinkPadrao2
{
    color:#2f932f;
    font-size:14px;
    font-family:Trebuchet MS;
    font-weight:bold;
    text-decoration:none;
    cursor:pointer;
}
.LinkPadrao2:hover
{
    color:#50ab50;
    font-size:14px;
    font-family:Trebuchet MS;
    font-weight:bold;
    text-decoration:none;
}
.Tabela1 {
   border-spacing:0px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    
    -moz-box-shadow: 0px 1px 2px 0px #b0b0b0;
    -webkit-box-shadow: 0px 1px 2px 0px #b0b0b0;
    box-shadow: 0px 1px 2px 0px #b0b0b0;

    border: solid 2px #dadada;
}

.Tabela1 tbody td {
    padding: 1px 5px;
    border-top: solid 1px #edf3f8;
    border-bottom: solid 1px #c7d8e8;
}
.Tabela1 tbody tr:nth-child(even) {
    background-color:#c9ddec;
}
.Tabela1 tbody tr:nth-child(odd) {
    background-color:#dce8f4;
}
.Tabela1 thead tr th {
    padding: 10px 5px;
    text-align: center;
    background-color: #2a2b2a;
    color:White;
}
    .Tabela1 thead tr th:first-child {
        border-radius: 5px 0px 0px 0px;
        -webkit-border-radius: 5px 0px 0px 0px;
        -moz-border-radius: 5px 0px 0px 0px;
    }
    .Tabela1 thead tr th:last-child {
        border-radius: 0px 5px 0px 0px;
        -webkit-border-radius: 0px 5px 0px 0px;
        -moz-border-radius: 0px 5px 0px 0px;
    }
    .Tabela1 tbody tr:last-child td:first-child {
        border-radius: 0px 0px 0px 5px;
        -webkit-border-radius: 0px 0px 0px 5px;
        -moz-border-radius: 0px 0px 0px 5px;
    }
    .Tabela1 tbody tr:last-child td:last-child {
        border-radius: 0px 0px 5px 0px;
        -webkit-border-radius: 0px 0px 5px 0px;
        -moz-border-radius: 0px 0px 5px 0px;
    }
.ctr-inp
{

}
.ctr-item {
    display: none;
    left: 230px;
    bottom: 35px;
    padding: 5px;
    width: 400px;
    background-color: #fffdcb;
    border: 5px solid black;
    position: absolute;
    z-index: 1000;
    font-weight:bold;
}
.ctr-inp:focus ~ .ctr-item {
    display: block;
}
.FundoFormulario {
    background-color:white;
}
.divItemGrupo {


    /*-moz-box-shadow: 0px 1px 2px 0px #b0b0b0;
    -webkit-box-shadow: 0px 1px 2px 0px #b0b0b0;
    box-shadow: 0px 1px 2px 0px #b0b0b0;*/

    position:relative;
    padding:5px;
    clear:both;

    margin-top:10px;

}
    .divItemGrupo > .Titulo {
        border-bottom:1px solid #5a5a5a;
        background-color:#6a6a6a;
        color:white;
        font-size:14px;
        font-weight:bold;
        font-family:'Trebuchet MS';
        padding:2PX 5PX;
    }
.divItemGrupo:before,
.divItemGrupo:after {
    content:"";
    display:table;
}
.divItemGrupo:after {
    clear:both;
}
.divItemGrupo .ItemGrupo{
    
}
.divItemGrupo > .ItemGrupo ~ .ItemGrupo  {
    border-top:1px dashed #cdcbcb;
}

.ItemGrupo {
 
    padding:5px 0px;

}
    .ItemGrupo ol {
        margin:10px;
     
        position:relative;
     
    }

.ItemGrupo > .Titulo {
    /*max-width:400px;
    width:400px;
    float:left;*/
    margin-top:3px;
    line-height:19px;
}
.ItemGrupo > .corpo {
    /*max-width:500px;

    float:left;*/
    margin-top:3px;
    margin-right:5px;
}

.ItemFormulario
{
    float:left;
    /*min-height:86px;*/


    position:relative;
}
    .ItemFormulario > .corpo {
        padding:5px;

    }
.ItemFormulario > .Titulo,.ItemGrupo > .Titulo
{
    
    color:#646464;
    font-size:14px;
    padding:2px 5px;
    font-weight:bold;
    font-family:'Trebuchet MS';
}
    .ItemFormulario > .Titulo {
        /*height:50px;*/
    }
    .chkbox > .corpo {
        float:left;
        height:44px; margin:0px 5px;
        line-height:44px;
        text-align:center;
    }
.ItemFormulario .itemchk .corpo,.ItemGrupo .corpo .itemchk .corpo {
    float:left;
}
.ItemFormulario .itemchk,.ItemGrupo .corpo .itemchk {
    float:left; margin:2px;
    padding:2px 5px 2px 2px;
    text-align:center;
}
.ItemFormulario .itemchk .Titulo,.ItemGrupo .corpo .itemchk .Titulo {
    float:right;
    font-size:10px;
    line-height:20px;
    text-align:center;
}
.ItemFormulario select {
    padding:2px;
}
.ItemFormulario input,.ItemFormulario select
{
    border:1px solid #a2d2e0;
    margin:4px 8px;
   
    font-weight:bold;
    color:green;
}
.textarea {
    height:80px;
    width:98%; margin:5px 8px;
}
.tam1, .tam1 .corpo, .tam1 .Titulo {width:100%;} .tam1 input[type='text']{width:98%; margin:5px 8px;}
/*.tam1{width:910px;}.ItemFormulario.tam1 input {width:900px;}.tam1 input[type='checkbox'],.tam1 input[type='radio'] {width:auto; border-collapse:collapse;margin:3px 2px;padding:0;}
.tam2{width:450px;}.ItemFormulario.tam2 input {width:440px;}.tam2 input[type='checkbox'],.tam2 input[type='radio']{width:auto; border-collapse:collapse;margin:3px 2px;padding:0;}
.tam3{width:670px;}.ItemFormulario.tam3 input {width:660px;}.tam3 input[type='checkbox'],.tam3 input[type='radio']{width:auto; border-collapse:collapse;margin:3px 2px;padding:0;}
.tam4{width:220px;}.ItemFormulario.tam4 input {width:210px;}.tam4 input[type='checkbox'],.tam4 input[type='radio']{width:auto; border-collapse:collapse;margin:3px 2px;padding:0;}
.tam8{width:105px;}.ItemFormulario.tam8 input {width:95px;}.tam8 input[type='checkbox'],.tam8 input[type='radio']{width:auto; border-collapse:collapse;margin:3px 2px;padding:0;}
.ItemGrupo.tam1 input[type='text'],.ItemGrupo.tam2 input[type='text'],.ItemGrupo.tam3 input[type='text'],.ItemGrupo.tam4 input[type='text'],.ItemGrupo.tam8 input[type='text'] {
    width:400px;
    margin:0px;
}*/

.divEditPergunta {
    padding:3px; background-color:gray; margin:3px 0px;position:relative;
}
.divEditPergunta:before,
.divEditPergunta:after, .clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.divEditPergunta:after, .clearfix:after {
    clear:both;
}

.divEditPergunta > div {
    float:left;
}
.divEditPergunta .grupo {
    padding:10px; margin:0;
    background-color:red;
}
#bdyPerguntas li {
    
}
.DelLink {
    position:absolute;right:0px;top:0px;font-size:11px;font-weight:normal;background-color:#e89f9f;color:white;
}
.DelLink:hover {
    font-size:11px;color:#d04d4e;font-weight:normal;
}
.OpenDetailsLink {
    position:absolute;right:7px;top:30px;text-decoration:none;font-size:11px;cursor:pointer;z-index:100;
    padding:0px 5px;
    font-family:Trebuchet MS;
    background-color:#d4d4d4;color:#7e7e7e;
}
.DuplicarLink {
    position:absolute;right:15px;top:0px;text-decoration:none;font-size:11px;cursor:pointer;z-index:100;
    padding:0px 5px;
    font-family:Trebuchet MS;
    background-color:#f5be96;color:#c28558;
}
    .OpenDetailsLink:hover,.DuplicarLink:hover {
        font-size:11px;
        font-weight:normal;
        font-family:Trebuchet MS;
        color:white;
    }
.MoverLink {
    position:absolute;right:75px;top:0px;text-decoration:none;font-size:10px;cursor:pointer;z-index:100;
    padding:0px;
    height:16px;
    font-family:Trebuchet MS;
    background-color:#d4d4d4;color:#7e7e7e;
}
ol.sortable, ol.sortable ol {
			margin: 0 0 0 10px;
			padding: 0;
			list-style-type: none;
		}

		ol.sortable {
			margin: 4em 0;
		}

		.sortable li {
			margin: 5px 0 0 0;
			padding: 0;
		}

		.sortable li > div  {
			border: 1px solid #d4d4d4;

			border-color: #D4D4D4 #D4D4D4 #BCBCBC;
			padding: 6px;
			margin: 0;
			cursor: move;
			background: #f6f6f6;

		}

		.sortable li.mjs-nestedSortable-branch > div {
			background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
			background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);
		}

		.sortable li.mjs-nestedSortable-leaf > div {
			background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
			background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);
		}

		li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering > div {
			border-color: #999;
			background: #fafafa;
		}

		.disclose {
			cursor: pointer;
			width: 10px;
			display: none;
		}

		.sortable li.mjs-nestedSortable-collapsed > ol {
			display: none;
		}

		.sortable li.mjs-nestedSortable-branch > div > .disclose {
			display: inline-block;
		}

		.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
			content: '+ ';
		}

		.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
			content: '- ';
		}


		.placeholder {
			outline: 1px dashed #4183C4;
			/*-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin: -1px;*/
            background-color:#cbedf8;
		}
		.mjs-nestedSortable-error {
			background: #fbe3e4;
			border-color: transparent;
		}


body {height:100%; margin:0;}
h3 {color:#5f87ae; font-size:1.6em; padding:0; margin:0;}
#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;background:url(/addons/modalpopup/img/basic/overlay.png) repeat;
    -moz-box-shadow: 0px 0px 5px 2px #202000;
    -webkit-box-shadow: 0px 0px 5px 2px #202000;
    box-shadow: 0px 0px 5px 2px #202000;
}

/* Container */
#simplemodal-container 
{
    background-color:rgba(32,32,0,0.8);
    color:#bbb;
    padding:12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:8px;}

.Menu1 {
    display: block;
    font-size: .85em;
    text-align: left;
}

    .Menu1 a {
        margin-right: 1px;
        padding: 5px 8px;
        text-decoration: none;
        
        font-family:Tahoma;

        background-color: #1663b9;
        color:white;

        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition:all 0.2s ease-in-out;

    }
        .Menu1 a:hover {
            background-color: #378be9;
            color:#d0e3f8;
        }
#MenuLateral
{
    float:left;
    width:175px;
}
#MenuLateral ul
{
    margin:0px;padding:0px;
}
#MenuLateral ul li
{
    list-style:none;
    margin-bottom:2px;
}
#MenuLateral ul li a
{
    display:block;
    width:100%;
    background-color:#0086d0;
    padding:5px;
    text-decoration:none;
    font-size:11px;
    color:white;
    font-family:Cambria;
    font-weight:lighter;
    letter-spacing:0px;
}
#MenuLateral ul li a:hover,#MenuLateral ul li a.selected
{
    background-color:#363432;
}
#MenuLateral .submenu
{
    margin-top:20px;
}
#MenuLateral .submenu li a
{
    background-color:#dfa553;
}
.PoolRegras
{

}
    .PoolRegras a {
        color:#00a3dc;
        font-size:11px;
        cursor:pointer;
        font-family:Tahoma;
        text-decoration:none;
    }
    .PoolRegras a:hover
    {
        color:#26bcf0;
    }
.GrupoRegras
{
    border:0px;
    background-color:white;
    width:190px;
    min-height:80px;
    padding:7px;
    float:left;
    margin:5px;
}
.GrupoRegras a
{
    
}
.GrupoRegras .ItemRegra select
{
    width:110px;
    font-size:11px;
}
.GrupoRegras .ItemRegra input[type=text]
{
    width:60px;
    font-size:11px;
}
.flex-conteiner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px;
}

    .flex-conteiner > div {
        margin: 3px 10px;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 2px;
    }

        .flex-conteiner > div.trfase input {
            background-color: #fffbbc;
            max-width: 110px;
            padding: 0px 5px;
        }

        .flex-conteiner > div.trfase div:nth-child(1) {
            float: left;
            margin-right: 5px;
        }

        .flex-conteiner > div.trfase div:nth-child(2) {
            float: right;
        }

        .flex-conteiner > div.trfase div:nth-child(3) {
            float: right;
        }
.VeryBigProfileImage, .BigProfileImage {
    box-shadow: 0 0 2px rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .8);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .8);
    border: 2px solid #dedede;
    overflow: hidden;
    position: relative;
}

    .VeryBigProfileImage > img, .BigProfileImage > img {
        text-align: center;
        padding: 0;
        margin: 0;
        display: block;
    }

.VeryBigProfileImage {
    width: 240px;
    height: 240px;
}

    .VeryBigProfileImage > img {
        width: 240px;
        height: 240px;
    }

.BigProfileImage {
    width: 120px;
    height: 120px;
}

    .BigProfileImage > img {
        width: 120px;
        height: 120px;
    }

.inputfile, .inputfilemultiplo {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label, .inputfilemultiplo + label {
        font-size: 1.25em;
        font-weight: 700;
        display: inline-block;
        padding: 5px 10px;
        min-width: 150px;
        text-align: center;
        background-color: #145c8e;
        color: white;
    }

        .inputfile:focus + label, .inputfilemultiplo + label:hover {
            background-color: #4191c8;
        }

        .inputfile + label > span, .inputfilemultiplo + label > span {
            padding-left: 10px;
        }

    .inputfile + label, .inputfilemultiplo + label {
        cursor: pointer; /* "hand" cursor */
    }

    .inputfile:focus + label, .inputfilemultiplo:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label *, .inputfilemultiplo + label * {
        pointer-events: none;
    }
.itemRespEdit {
    padding: 6px 6px;
    color: white;
    margin: 5px;
}

    .itemRespEdit .img-option, .img-option-review {
        width: 50px;
        height: 50px;
        padding: 5px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
        -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
        -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
        cursor: pointer;
    }

        .itemRespEdit .img-option img, .img-option-review img {
            max-width: 50px;
            max-height: 50px;
        }

.img-option-review {
    background-color: white;
}
.img-option img {
    max-width: 50px;
    max-height: 50px;
}
.itemRespEdit .valor
{
    width:340px !important;
}
.itemRespEdit .delete {
    padding:0px 10px;
}
.itemRespEdit .imagem, .itemRespEdit .valor, .itemRespEdit .delete {
    display: inline-block;
    vertical-align:middle;
}