/* --------- sistemas/educamavi_portal/coisa/assets/css/form.css --------- */
.ttform fieldset {
    padding: 20px;
    margin: 40px 5px;
    border: 1px solid #CCC;
    background: #f7f7f5;
    position: relative;
}

.ttform fieldset.nu {
    padding-top: 0;
}

.ttform fieldset.l2 {
    margin: 20px 1%;
    width: 41%;
}

.ttform fieldset.l3 {
    margin: 20px 1%;
    width: 24.5%;
}

.ttform legend {
    font-weight: 700;
    color: #7a7975;
    padding: 5px 15px;
    background: #DDD;
    position: absolute;
    top: -1px;
    left: -1px;
}

.ttform label {
    margin-top: 25px;
    font-weight: 700;
    float: left;
    display: inline;
}

.ttform label small {
    font-size: .8em;
    font-weight: 100;
    color: #555;
}

.ttform label,.ttform input,
.ttform textarea,.ttform select {
    display: block;
    width: 100%;
    color: #333;
}

.ttform .l2 {
    width: 49%;
}

.ttform .l3 {
    width: 32%;
}

.ttform .l2, .ttform .l3 {
    margin-right: 2%;
    float: left;
}

.ttform .ll {
    margin-right: 0;
}

.ttform input.ld {
    margin-top: 38px;
}

.ttform input, .ttform textarea {
    padding: 7px 0;
    border: 1px solid #CCC;
}

.ttform input[type=text],
.ttform input[type=password],
.ttform textarea {
    background-color: #fff;
    box-shadow: inset 0 1px rgba(50,50,50,.1);
    text-indent: 5px;
    line-height: 1em;
    transition: all .25s linear;
}

.ttform input[type=text][data-icon],
.ttform input[type=password][data-icon] {
    text-indent: 30px;
}

.ttform input[type=text]:focus,
.ttform input[type=password]:focus,
.ttform textarea:focus {
    border-color: #2771EC;
    background-color: #FFF;
    outline: 0;
}

.ttform select {
    padding: 5px;
}

.ttform textarea {
    height: 100px;
    text-indent: 0;
}

.ttform p {
    font-weight: 100;
    clear: left;
    margin: 0 !important;
    line-height: 1.7em !important;
    padding: 0;
}

.ttform div {
    float: left;
    width: 100%;
}

.ttform p.fl, .ttform a.fl {
    float: left;
    padding-right: 10px;
}

.ttform p label {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.ttform p input {
    float: left;
    clear: left;
    border: 0;
    width: auto;
    padding: 2px;
}

.ttform input.h, .ttform input[type=hidden] {
    display: none;
}

.ttform br {
    clear: both;
}


.ttform ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
}

.ttform ul li {
    padding: 2px 0 0 20px !important;
    float: left;
    clear:both;
    cursor: pointer;
}

.ttform ul li input {
    float:left;
    width: auto;
    padding: 0;
    margin: 3px 0 0 -20px;
    border: 0 none;
}

.ttform .confirmar, .ttform .novo,
.ttform .enviar,    .ttform .cancelar,
.ttform .apagar,    .ttform .imprimir,
.ttform .editar,    .ttform .avancar,
.ttform .anterior,  .ttform .proximo,
.ttform .pdf,       .ttform .pesquisar,
.ttform .upload,    .ttform .download {
    padding: 6px 8px 6px 40px;
    margin: 30px 5px 10px 0;
    cursor: pointer;
    color: #333;
    width: auto;
    overflow: visible;
    border: 1px solid rgba(0,0,0,.4);
    float: left;
    font: 700 90%/1 Lato,Arial,Verdana,sans-serif;
    height: 32px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.2);
    text-shadow: 1px 1px rgba(0,0,0,.4);
    background: url('../../../../../sistemas/educamavi_portal/coisa/assets/img/btnm.png') no-repeat;
    color: #fff;
    transition: box-shadow .2s ease-out;
}


.ttform .confirmar:hover, .ttform .novo:hover,
.ttform .enviar:hover,    .ttform .cancelar:hover,
.ttform .apagar:hover,    .ttform .imprimir:hover,
.ttform .editar:hover,    .ttform .avancar:hover,
.ttform .anterior:hover,  .ttform .proximo:hover,
.ttform .pdf:hover,       .ttform .pesquisar:hover,
.ttform .upload:hover,    .ttform .download:hover {
    outline: none;
    box-shadow: 1px 1px 1px rgba(0,0,0,.3),
                inset 0 10px 100px rgba(255,255,255,.4);
}

.ttform .confirmar:active, .ttform .novo:active,
.ttform .enviar:active, .ttform .cancelar:active,
.ttform .apagar:active, .ttform .imprimir:active,
.ttform .editar:active, .ttform .avancar:active,
.ttform .anterior:active, .ttform .proximo:active,
.ttform .pdf:active, .ttform .pesquisar:active,
.ttform .upload:active, .ttform .download:active, 
.ttform .upload.click {
    transition: none;
    outline: none;
    box-shadow: inset 0 0 3px rgba(0,0,0,.4),
                inset 0 10px 100px rgba(0,0,0,.2);
    color: rgba(255,255,255,.9);
    text-shadow: none;
}

.ttform .ti {
    text-indent: -9999px;
    width: 35px;
    padding-left: 25px;
}

.ttform .confirmar, .ttform .enviar {
    background-color: #699A00;
    background-position: 0 -374px;
}

.ttform .novo {
    background-color: #178bc4;
    background-position: 0 -194px;
}

.ttform .cancelar, .ttform .apagar {
    background-color: #c33801;
    background-position: 0 -338px;
}

.ttform .imprimir {
    background-color: #525252;
    background-position: 0 -230px;
}

.ttform .editar {
    background-color: #F5D51B;
    background-position: 0 -87px;
    color: #5F5300;
    text-shadow: 1px 1px rgba(255,255,255,.5);
}

.ttform .avancar {
    background-color: #98a600;
    background-position: 0 -51px;
}

.ttform .anterior {
    background-color: #825508;
    background-position: 0 -14px;
}

.ttform .proximo {
    background-color: #825508;
    background-position: 0 -265px;
}

.ttform .pdf {
    background-color: #777;
    background-position: 0 -160px;
}

.ttform .pesquisar {
    background-color: #813ccd;
    background-position: 0 -123px;
}

.ttform .download {
    background-color: #525252;
    background-position: 0 -159px;
}


.ttform .upload {
    background-color: #C01958;
    background-position: 0 -517px;
}



.ttform .editar:hover {
    color: rgba(0,0,0,.7);
}

.ttform input[type=text][disabled] {
    background-color: #eee;
    color: #999;
}

.ttform .dis, .ttform button[disabled]
.ttform input[type=submit][disabled] {
    background-color: #777;
    background-position: 0 -301px;
}

.ttform input.button[class] {
    width: auto;
}

.ttform input.v,.ttform textarea.v {
    border: 1px solid #D37D68;
}

.ttform .ss, .ttform .er {
    font-weight: 700;
    font-size: .8em;
    float: none;
    margin: -5px 0 0 10px;
    padding: 3px 10px;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,.3);
    position: absolute;
    z-index: 99;
}

.ttform .ss {
    background: #4D6C33;
}

.ttform .er {
    background: #be6851;
}

.ttform .er span, .ttform .ss span {
    display: block;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #be6851 transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 5px;
}

.ttform .ss span {
    border-top-color: #4D6C33;
}

.ttform .er span.cr,.ttform .ss span.cr {
    border-width: 7px;
    left: -14px;
    bottom: 3px;
    border-color: transparent #be6851 transparent transparent;
}

.ttform .ss span.cr {
    border-right-color: #4D6C33;
}

.ttform .ast {
    padding: 0 8px;
    background: transparent url('../../../../../sistemas/educamavi_portal/coisa/assets/img/btnm.png') no-repeat -10px -457px;
}

.ttform .sus {
    padding: 0 10px;
    background: transparent url('../../../../../sistemas/educamavi_portal/coisa/assets/img/btnm.png') no-repeat -8px -485px;
}

.ttform .ghost {
    position: absolute;
    z-index: 90;
    font-size: 22px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    left: -70px;
    cursor: pointer;
    width: 220px;
    line-height: 0;
    letter-spacing: 7px;
}


.ttform .gap {
    padding-top: 20px !important;
}

.ttform .gapm {
    margin-top: 20px !important;
}

.ttform .gap2 {
    padding-top: 40px !important;
}

.ttform .gap3 {
    padding-top: 60px !important;
}


.ttform .right {
    float: right;
}


.ttform button.upl {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    z-index: 10;
}

.ttform span.upltxt {
    display: block;
    margin-left: 150px;
    padding: 5px;
    font-weight: normal;
    height: 10px;
    font-style: italic;
    color: #666;
    z-index: 99;
    position: absolute;
    height: 26px;
}

