body{
    margin: 0;
    padding: 0;
    background-color: #dad6b9;
}

h3 {
    margin: 10px 0 5px 15px;
    padding: 0;
}

h4 {
    margin: 20px 0 10px 20px;
    padding: 0;
}
.clear{clear: both}
#layout-topo {
    width: 100%;
    background-color: #4d4832;
    margin: 0;
    padding: 0;
    background-image: url(/images/cms_images/repeater-topo.png);
    border-bottom: 1px solid #5e6e8f;
}
#layout-topo-container{
    width: 940px;
    height: 80px;
    margin: 0 auto;
}
#layout-topo-container #logo { width: 300px; float: left;}
#layout-topo-container a img {border: 0; margin: 5px 0 0 0;}

#layout-topo-container #login-information { 
    width: 500px;
    height: 80px;
    float: right;
}
#layout-topo-container #login-information p {
    text-align: right;
    margin: 50px 0 0 0;
    font:bold 15px Arial;
    color: #FFFFFF;
    width: 400px;
    float: left;
}
#layout-topo-container #login-information a img {margin: 45px 0 0 10px;font:bold 15px Arial;color: #FFFFFF; }

/*-----------------------------------------------------------------------------------------*/
/*     CONTEUDO       */
#content-top {
    width: 100%;
    margin:20px 0 0 10px;
    padding: 0;
    width: 750px;
    height: 10px;
    background-image: url(/images/cms_images/content-750-top.png);
}
#content-middle{
    background-color: #c7c3a8;
    width: 750px;
    margin: 0 0 0 10px;
    display: block;
    float: left;
}
#content-bottom {
    clear: both;
    width: 100%;
    margin:0 0 0 10px;
    padding: 0;
    width: 750px;
    height: 10px;
    background-image: url(/images/cms_images/content-750-bottom.png);
}
.separator{border-bottom: 1px solid #d4d1be; border-top: 1px solid #b1ac8c; width: 750px; }

#funcionalidades{
    margin: 0;
    padding: 5px 0 5px 0;
    height: 25px;
    width: 750px;
    background-color: #c7c3a8;
}


#funcionalidades ul{
    margin: 0;
    list-style: none;
}
#funcionalidades ul li {
    /*min-width: 120px;*/
    margin: 0;
    padding: 2px;
    padding-right: 5px;
    float: left;
}

#funcionalidades ul li a{
    margin: 0 0 0 30px;
    font: bold 12px Arial;
    color: #4e4935;
    text-decoration: none;
}
#funcionalidades ul li.add{
    background: url(/images/cms_images/add.png) no-repeat left center;
}
#funcionalidades ul li.save{
    background: url(/images/cms_images/save.png) no-repeat left center;
}
#funcionalidades ul li.cancel{
    background: url(/images/cms_images/cancel_2.png) no-repeat left center;
}
#funcionalidades ul li.pdf{
    background: url(/images/cms_images/pdf.png) no-repeat left center;
}
#funcionalidades ul li.back{
    background: url(/images/cms_images/back.png) no-repeat left center;
}
#funcionalidades ul li.edit{
    background: url(/images/cms_images/edit_button.png) no-repeat left center;
}
#funcionalidades ul li.view{
    background: url(/images/cms_images/view.png) no-repeat left center;
}
#funcionalidades ul li.money{
    background: url(/images/cms_images/money.png) no-repeat left center;
}

#funcionalidades ul li:hover {background-color: #b9b59d;}

#funcionalidades ul li input{
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin: 0 0 0 20px;
    font: bold 12px Arial;
    color: #4e4935;
}
/*-----------------------------------------------------------------------------------------*/
#content-middle table{
    width: 100%;
}
#content-middle table th{
    color: #333124;
    font: bold 14px Arial;
}
#content-middle table td{
    color: #333124;
    font: normal 14px Arial;
    text-align: center;
}
#content-middle table a img {border: 0; max-width: 24px; max-height: 24px;}

#content-middle table.list td { height: 25px; width: 50%; text-align: right; padding: 0 5px 0 0;}
#content-middle table.list td.data{ text-align: left;   }

select.combo{

}

/*-----------------------------------------------------------------------------------------*/

#menu-v-top{
    background-image: url(/images/cms_images/menu-180-top.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 180px;
    height: 10px;
}
#menu-v-bottom{
    background-image: url(/images/cms_images/menu-180-bottom.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 180px;
    height: 10px;
}
#menu-v-middle{
    background-color: #a6a18d;
    width: 180px;
}

#middle { border-top: 1px solid #e9e6d3;  }

#PainelMenu #logo img{
    border: 0;
}

#PainelGeral{
    margin: auto;
    width: 940px;
}
#PainelGeral #PainelMenu{
    width: 180px;
    height: 500px;
    float: left;
}
#PainelGeral #PainelContent{
    width: 760px;
    height: 500px;
    float: right;
}

/*-----------------------------------------------------------------------------------------*/
/*     MENU LATERAL       */
ul.menu-lateral{
    width: 176px;
    padding: 0;
    margin: 0;

    /*    border: 1px solid #0371A4;*/
    padding: 1px;
}
ul.menu-lateral li{
    /*    background-color: #F0F0F0;*/
    list-style: none;
    text-align: left;
    background-image: none;
    border-top: 1px solid #787459;
    border-bottom: 1px solid #c6c3b4;
}
ul.menu-lateral li:hover{background-color: #bbb8ac;}
ul.menu-lateral #selected{background-color: #bbb8ac;}
ul.menu-lateral li.first{
    border-top: 0px;
}
ul.menu-lateral li.last{
    border-bottom: 0px;
}
ul.menu-lateral li { display: flex;}
ul.menu-lateral li img { margin: 0 0 0 5px; width: 24px; max-height: 24px;}
ul.menu-lateral li a {
    margin: 0 0 0 5px;
    font:bold 14px Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    text-decoration: none;
    align-self: center;
}

/*-----------------------------------------------------------------------------------------*/
/*PERMISSSION DENIED*/
#permission-denied{ margin: 20px auto; border: 1px solid #b5b09a; width: 600px; height: 128px; background-color: #c7c3a8;}
#permission-denied img { float: left;}
#permission-denied p { float: right; font: bold 16px Arial; margin: 50px 40px 0 0; text-align: center;}

/*-----------------------------------------------------------------------------------------*/
/*MENU HORIZONTAL*/
.menu-h-600{
    width: 620px;
    margin: 20px auto;
}

.menu-h-600 .box-1{
    border: 1px solid #B5B09A;
    margin: 0 5px 0 0;
    width: 300px;
    height: 72px;
    background-color: #c7c3a8;
    float: left;
}


.menu-h-600 .box-1 img {
    width: 72px;
    max-height: 72px;
    border: 0;
}
.menu-h-600 .box-1 a{

}
.menu-h-600 .box-1 a.text{
    display: block;
    height: 72px;
    width: 224px;
    float: right;
    font: bold 18px Arial;
    color: #FFFFFF;
    text-decoration: none;
}

.menu-h-600 .box-1 a span{
    position:relative;
    top: 30px;
    left: 10px;
}

/*-----------------------------------------------------------------------------------------*/

#Geral  { width:100% }

#header {
    background-color:#FFFFFF;
    height:80px;
    background-image: url(/images/cms_images/repeater_header.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
#top{
    background-color:#dae3e0;
    width:100%;
    height:25px;
}
#center {
    width:100%;
    padding-bottom: 20px;
    padding-top: 20px;
}
#footer {
    clear:both;
    background-color:#347501;
    height:20px;
    width:100%;
    background-image: url(/images/cms_images/repeater_footer.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}
#usuario {
    float: left;
    height:20px;
    padding-top: 5px;
    padding-left: 5px;
    color: #006666;
}
#opcoes {
    float: right;
    height:20px;
    padding-top: 5px;
    padding-right: 5px;
    color: #006666;
}
#opcoes a {
    color: #663300;    
    margin-right: 10px;
    margin-left: 10px;
    letter-spacing: 1px;
    text-decoration: none;
}
#opcoes a:hover { text-decoration: underline; color: #000}
#Interface {
    width:700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    text-align:center;
    font-size: 10px;
}
#Interface_icones {
    float: left;
    width:140px;
    height:100px;
    text-align:center;
}
#Interface_iconesb {
    float:left;
    width:140px;
    height:100px;
    text-align:center;
}
#footercontent {
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 10px;
    color: #FFFFFF;
}

#Interface_icones img{text-decoration: none; border: 0px;}
#Interface_iconesb img{text-decoration: none; border: 0px;}

#duvida{
    background-image: url(/images/cms_images/botao_info.jpg);
    background-repeat: no-repeat;
    width: 60px;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 1.0em;
}

/*-----------------------------------------------------------------------------------------*/
/* FORMULARIO*/

.form_inputs{
    margin: 15px 0 0 0;
}
.form_inputs div{ clear: both}
.form_inputs div p{
    width: 180px;
    text-align: right;
    display: block;
    float: left;
    margin: 5px 10px 5px;
    font: normal 14px Arial;
    color: #333124;
}
.form_inputs div span{
    text-align: left;
    display: block;
    float: left;
    margin: 5px 0 0 0;
    font: normal 14px Arial;
    color: #333124;
}
.form_inputs div textarea{ width: 560px;}
.form_inputs div input, .form_inputs div select{
    clear: both;
    width: 250px;
}

.error-list {
    color: red;
}

/*-----------------------------------------------------------------------------------------*/
/* CMS INDEX MESAGE*/
#content-middle .titulo{
    font: normal 22px Arial;
    color: #47453E;
    padding: 0;
    margin: 0 0 0 15px;
}
#content-middle .autor{
    font: normal 16px Arial;
    color: #F2F1EF;
    padding: 0;
    margin: 0 0 0 15px;
}
#content-middle .mensagem{
    font: normal 16px Arial;
    line-height: 15px;
    color: #47453E;
    margin:0 0 0 15px;
    padding: 0;
}

#content-middle .mensagem p { padding: 0; margin: 10px 0 0 0;}


/*

#content-middle .mesage{
    font: normal 16px Arial;
    line-height: 15px;
    color: #47453E;
    margin: 20px 0 0 15px;
    padding: 0;
}

#content-middle .message-repeater{
    width: 720px;
    height: 60px;
    margin: 0 0 0 15px ;
}
*/
/*-----------------------------------------------------------------------------------------*/


/*IMAGE LIST*/

.album-content{
    margin: 0 0 10px 0;
    float: left;
}
.album-content .excluir{
    height: 25px;
    width: 100%;
    clear: both;
    margin: 0 0 10px 10px;
}
.album-slot{
    background: url("/images/cms_images/bg_album_slot.png") no-repeat scroll center center transparent;
    border-color: #F9F9F9;
    border-style: solid;
    border-width: thin;
    margin: 10px 0 5px 10px;
    float: left;
    padding: 1px;
}

#curso_banner_queue .uploadifyQueueItem, #curso_promocao_queue .uploadifyQueueItem{
    width: 300px !important;
    margin: 5px auto;
}

.curso_banner{
    width: 275px;
    height: 130px;
}

.curso_promocao{
    width: 220px;
    height: 90px;
}

.banner_unidade{
    width: 200px;
    height: 200px;
}

.album-slot-2 a {
    color: #FFFFFF;
}

/* FIM IMAGE LIST*/


div#publicidade-checkbox{
    margin: 20px 10px  0 20px;
    width: 20px;
    float: left;
}
div#publicidade-termos{
    width: 700px;
    margin: 20px 0 0 0;
    float: right;
    color: #7A7A7A;
}
div#publicidade-rules{
    margin: 10px auto;
    color: #7A7A7A;
    text-align: center;
}

/*PLATAFORMA DE ENSINO*/
div.plataforma-ensino-box{
    background-color: #f0f0f0;
    width: 340px;
    margin: 0 5px 20px 20px;
    float: left;
    min-height: 250px;
}

div.plataforma-ensino-box h3 {
    font-size: 1.1em;
    color: #777777;
    padding: 0;
    margin: 5px 0 10px 10px;
    width: 310px;
    float: left;
}

div.plataforma-ensino-box .check{
    margin: 5px 0 0 0px;
    width: 20px;
    height: 20px;
    float: right;
}

div.plataforma-ensino-box p{
    color: #272727;
    font-size: 0.95em;
    line-height: 20px;
    margin: 0 10px 0 10px;
    text-align: justify;
}
div.plataforma-ensino-box input {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}

/* TURMA */
div.plataforma-ensino-box.turma{  
    width: 340px;
}

div.plataforma-ensino-box.turma h3 {
    width: 310px;
}

/*COMBO MATERIAL MODULO*/
#comboMaterialModulo{
    clear: both;
    float: left;
    display: block;
}

/*MOSTRA MATERIAL MODULO*/

div#material-modulo{
    margin: 0 0 0 20px;
    padding: 0 0 10px 0;
    width: 500px;
    background-color: #B9B59D;
    min-height: 130px;
    float: left;
}

div#material-modulo .modulo-box{
    width: 500px;
    display: block;
    float: left;
}



div#material-modulo h2 {
    font:bold 14px Tahoma;
    padding: 0;
    margin: 10px 0 10px 10px;
    border: 0;
    color: #350000;
}
div#material-modulo h3 {
    font:normal 16px Tahoma;
    padding: 0;
    margin: 10px 0 10px 10px;
}

div#material-modulo p{font: normal 12px Arial;}
div#material-modulo p strong{font: bold 14px Arial;}
div#material-modulo p.nome{
    float: left;
    width: 150px;
}
div#material-modulo p.value{
    float: left;
    width: 200px;
}

/*CHECKOUT*/
table.checkout{
    margin: 10px 10px 20px 10px;
    width: 730px !important;
    float: left;

}
table.checkout tr{ height: 30px;}
table.checkout th {
    font-weight: normal;
    background-color: #F0F0F0;
    text-align: left;
    padding: 0 0 0 15px;
}
table.checkout td{
    padding: 0 0 0 15px;
    text-align: left !important;
}

table#formasPagto{
    margin: 10px 10px 20px 10px;
    width: 700px;
}
p#pagamento{
    margin: 0 0 0 10px;
}

.pagamento_ativo {
    background-color: #BBB8AC;
}

.titulo_pagamento{
    font: bold 16px Arial;
}

/*CALENDARIO*/
.box-calendario{
    padding: 10px;
}

/*NAVEGAÇÃO DO CADASTRO DO CURSO*/
.nav_curso{
    width: 100%;
    padding: 0 0 10px 0;
    margin: 5px 0 20px 20px;
    display: block;
}

.nav_curso li{
    list-style: none;
    text-align: left;
    background-image: none;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 15px 0 0;
    background: url("/images/site_images/cadastro_geral_bullet_10x10.png") no-repeat scroll center right transparent;
}
.nav_curso li.last{
    background-image: none;
}
.nav_curso li:hover{background-color: #bbb8ac;}

.recuperacao{background-color: #FFAAAA}

.recuperacao-lancada{background-color: #DFDFDF}

/*ABAS*/
.abas {
    list-style:none; 
    padding-left:10px;
}
.abas li{
    float:left; 
    border:1px solid #ccc; 
    border-bottom:0; 
    margin-right:10px; 
    padding:10px; 
    border-top-left-radius:5px; 
    border-top-right-radius:5px; 
    -moz-border-radius-topleft:5px; 
    -moz-border-radius-topright:5px; 
    -webkit-border-radius-topleft:5px; 
    -webkit-border-radius-topright:5px; 
    background-color: #87B6D9;
}
.abas li a{
    color: #ffffff;
    text-decoration: none;
}
.abas li:hover{
    box-shadow:0 -2px 3px #DFDFDF; 
    -moz-box-shadow:0 -2px 3px #DFDFDF; 
    -webkit-box-shadow:0 -2px 3px #DFDFDF; 
    font-weight:bold; 
    border-color:#c0c0c0;
    background-color: #6FA7D1;
}
.abas li.ativo{
    background-color: #2071D1;
}
.ativo{
    background:#ccc; 
    border-color:#333;
}

.ativo a{
    color:#fff; 
    font-weight:bold; 
    text-shadow:0 0 5px #999;
}

#conteudo-aba{
    position:relative; 
    width:718px; 
    height:auto; 
    padding:10px; 
    clear:both; 
    border:1px solid #ccc; 
    -moz-box-shadow:0 -1px 3px #ccc;
    background-color: #ECECEC;
}

.credito{
    font-size:1.1em; 
    position:absolute; 
    right:0; 
    bottom:-40px; 
    margin-top:15px;
}

.credito a{
    font-size:1.1em;
}

/**
* Usado em Relatório pedagógico 
*/
.overlay{
    visibility: hidden;
    z-index:10000;
    /*background-color:#333;*/
    background-image: url("/images/cms_images/fundo_overlay.png");
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    /*        width: 2500px;
            height: 2500px;*/
    *text-align: center;
}
.overlay .container{
    width: 720px;
    height: 580px;
    float: left;
    display: block;
}
.overlay .container .bg{
    width: 720px;
    height: 560px;
    background:  url("/images/saladeaula_images/box_principal.png") no-repeat transparent;
    float: left;
    display: block;
    z-index: 0;
}
.overlay .container .close{
    width: 36px;
    height: 36px;
    display:block;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 0;
    margin: 0 0 -15px 700px;
}
.overlay .container .close img{
    z-index: 99999;
}


/* RELATORIO PEDAGOGICO*/
.relatorio-overlay{
    margin: 15px 0 0 0;
    padding: 10px;
    overflow: auto;
    height: 510px;
}
.relatorio-overlay span{
    font-size: 1.1em;
    color: #2f2f2f;
}

/* ANIMACAO AJAX */
.loading {
    text-align: center;
}

.noTitleStuff {
    /*background-color: transparent !important;*/
    background: transparent !important;
    border: 0 !important;
}

.noTitleStuff .ui-dialog-titlebar {
    display:none
}


/* Drag and Drop do certificado gerenciar notas */
.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*width: 60%;*/
}

.sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 0.98em;
    height: auto;
}

.sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

/* Posicionamento na pagina certificado gerenciar notas */
.certificado-col1 {
    width: 50%;
    float: left;
}

.certificado-col2 {
    width: 50%;
    float: right;
}

/* ESTILO DO TOOLTIP DA PÁGINA LANÇAR NOTAS */
.tooltip, .tooltip.top, .arrow:after {
    background: black !important;
    border: 2px solid white !important;
}
.tooltip, .tooltip.top {
    padding: 10px 20px !important;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

/* ESTILO DA COLUCA RECUPERAÇÃO DA PÁGINA LANÇAR NOTAS */
.img-recuperacao{
    cursor: pointer;
}

.key-words {
    text-align: center;
    margin-top: 10px;
}

.key-words span.destacada {
    background-color: #A6A18D;
    cursor: pointer;
}

.ui-menu .ui-menu-item a {
    font-size: 11px !important;
}

.ui-autocomplete-loading {
    background: white url(http://jqueryui.com/resources/demos/autocomplete/images/ui-anim_basic_16x16.gif) right center no-repeat;
}

/* TITULOS */
.titulo-medio {
    font-family: arial;
    font-size: 14px;
}

.selecao-valor-curso { 
    margin: 1em 0 0 0;
    padding: 0;    
}

.selecao-valor-curso label{ 
    margin-left: 1em;
}

.selecao-valor-curso-unidade { 
    margin: 1em;
    padding: 1em;
    border-radius: 5px;
}

.selecao-valor-curso-unidade #lista_polos {
    width: 70%;
    padding: 3px;
    display: block;
}

.selecao-valor-curso-unidade button {
    display: block;
    margin: 1.1em 0 0 auto;
}

.destaca-formulario {
    background-color: #fccaca;
    border: 1px solid #fcb5b5;
}

.cursor {
    cursor: pointer;
}

#ui-datepicker-div {
    display: none;
}