/**
 * <--- Copyright 2012 de Solis - Cooperativa de Solu��es Livres Ltda.
 *
 * Este arquivo � parte do programa Sagu.
 *
 * O Sagu � um software livre; voc� pode redistribu�-lo e/ou modific�-lo
 * dentro dos termos da Licen�a P�blica Geral GNU como publicada pela Funda��o
 * do Software Livre (FSF); na vers�o 2 da Licen�a.
 *
 * Este programa � distribu�do na esperan�a que possa ser �til, mas SEM
 * NENHUMA GARANTIA; sem uma garantia impl�cita de ADEQUA��O a qualquer MERCADO
 * ou APLICA��O EM PARTICULAR. Veja a Licen�a P�blica Geral GNU/GPL em
 *
 * Voc� deve ter recebido uma c�pia da Licen�a P�blica Geral GNU, sob o t�tulo
 * "LICENCA.txt", junto com este programa, se n�o, acesse o Portal do Software
 * P�blico Brasileiro no endere�o www.softwarepublico.gov.br ou escreva para a
 * Funda��o do Software Livre (FSF) Inc., 51 Franklin St, Fifth Floor, Boston,
 * MA 02110-1301, USA -
 *
 * Tema SModern.
 *
 * @author Daniel Hartmann [daniel@solis.coop.br]
 *
 * \b Maintainers: \n
 * Armando Taffarel Neto [taffarel@solis.coop.br]
 * Daniel Hartmann [daniel@solis.coop.br]
 *
 * @since
 * Class created on 06/01/2012
 */

/*****************************************************************************
 * Theme Structure
 ******************************************************************************/



/*****************************************************************************
 * Mendes
 ******************************************************************************/


 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');





.m-form-outer {
    width: 300px !important;
}

.m-form-body .m-prompt-box .m-prompt-box-text {
    font-family: 'Open Sans', sans-serif;
    float: left;
    text-align: left;
    padding: 0px 5px 5px 35px;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #ddd;
}

#divlogounicv img {
    width: 80px;
    height: auto;
   margin: 0;
}

.m-form-body .m-link:link{
    color: #666;
    font-size: 12px;
    font-weight: 400;
}


#m_autentication {
    max-width: 100%;
    overflow: hidden;
}


#m_autentication .m-text-field {
    padding: 10px;
    background: #fff;
    width: 90%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
}





.m-std-out {
    color: #555;
    font-weight: 700;
    z-index: 100;
    position: absolute;
    top: 0;
    background-color: #FF0;
}

.m-theme-body {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.m-theme-content {
    font-size: 11px;
    color: #333;
    font-weight: 400;
    width: 750px;
    vertical-align: top;
    text-align: center;
}

.m-theme-box {
    background-color: #ddd;
    border: 1px #ccc solid;
}

/* .m-theme-box .title {
    color:#333;
    font-weight:700;
    font-size:11px;
    text-decoration:none;
    height:15px;
    display:block;
} */
/*** -tan hack for ie ***/
* html .m-theme-box .title {
    margin-right: -3px;
}

.m-theme-box .content {
    background-color: #fff;
    font-size: 11px;
    font-weight: 400;
    margin: 1px;
    padding: 5px;
}

.m-theme-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: none;
    overflow: auto;
}

.m-theme-container-top {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    background: blue;
    height: 45px;
    width: 100%;
    background-color: #1f72bf;
    color: #FFF;
    background-image: none;
    background-repeat: repeat-x;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.m-theme-container-module {
    font-size: 11px;
    font-weight: 700;
    text-align: right;
    padding: 2px;
}

.banner {
    background-image: url(index.php/miolo/themes/smodern/images/banner.png);
    background-repeat: no-repeat;
    width: 220px;
    padding-right: 50px;
    height: 100%;
    float: right;
}

.banner .icon {
    position: relative;
    top: 18px;
    left: 10%;
}

.banner .title {
    left: 15%;
    margin-top: 5px;
    color: #1664b2;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    top: 13px;
}

.banner .version {
    left: 15%;
    margin-top: 5px;
    color: #ff6c05;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    top: 13px;
}

.banner .comment-text {
    left: 30%;
    color: #ff6c05;
    font-weight: 700;
    font-family: times;
    position: relative;
    top: 10px;
}

#m-theme-menus {
    position: fixed;
    z-index: 5;
    top: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: 20px;
}

#m-menu-box {
    position: fixed;
    top: 0;
    left: 0;
}

.m-theme-container-menu {
    float: left;
    background: menu;
    width: 150px;
    padding: 0;
}

.m-theme-container-content {
    float: left;
    width: 580px;
    height: auto;
    text-align: left;
    position: relative;
    z-index: 0;
    font: caption;
    font-weight: 400;
    background: window;
    margin: 8px;
}

.m-theme-container-ext {
    text-align: left;
    font: caption;
    font-weight: 400;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    margin: 0;
}

.m-theme-container-content-full {
    margin-top: 50px;
    padding-bottom: 50px;
}

.m-theme-container-content-full-ajax {
    text-align: left;
    font: caption;
    font-weight: 400;
    height: 100%;
    width: 750px;
    z-index: 0;
    margin: auto;
    padding: 0;
}

.m-theme-container-content-popup {
    height: auto;
    text-align: left;
    position: relative;
    z-index: 0;
    font: caption;
    font-weight: 400;
    background: window;
}

.m-theme-container-bottom {
    font: status-bar;
    clear: both;
    text-align: center;
    position: fixed;
    bottom: 0;
    height: 20px;
    width: 100%;
    z-index: 1;
    background: #4790b4 url(index.php/miolo/themes/smodern/images/bg-header.jpg) top repeat-x;
}

.m-theme-container-minbar {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: left;
}

/******************************************************************************
 * Hyperlink
 ******************************************************************************/
.m-link {
    color: #333;
    font-weight: 700;
    font-size: 12px;
    text-decoration: underline;
}

/******************************************************************************
 * Images
 ******************************************************************************/
.m-image-centered {
    text-align: center;
    display: block;
}

.m-image-icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: none;
    margin: 2px;
    padding: 0;
}

.m-image-link {
    text-decoration: none;
}

.m-image-label {
    color: #333;
    font-size: 11px;
    text-align: center;
    display: block;
    margin: 3px;
}

.m-image-link-label {
    color: #333;
    font-weight: 400;
    font-size: 11px;
    text-decoration: none;
}

readonly,
.m-read-only,
.m-read-only:hover,
.m-read-only:focus {
    clear: both;
    color: #666;
    font-size: 11px;
    background-color: #efefef;
}

#toolBar,
#toolbar {
    width: 100%;
    background: #FDFDFD url(index.php/miolo/themes/smodern/images/fundo-menu-principal.png) repeat-x bottom;
    border: 0;
    font-weight: 400;
    display: block;
    height: 53px;
    position: fixed;
    top: 22px;
    left: 0;
    z-index: 2;
    overflow: hidden;
    margin: 0 0 15px 0;
    padding: 6px 0 5px 80px;
    font-family: arial;
}

#m-toolbar {
    height: 43px;
}

.m-toolbar-button {
    width: 60px;
    border: solid 1px transparent;
    text-align: center;
    cursor: pointer;
    margin: auto;
    padding: 2px;
    color: #444;
    padding: 3px 2px 2px 0;
}

.m-toolbar-button:hover {
    color: #444;
    background: #fcfdff url(index.php/miolo/themes/smodern/images/button-hover.png) repeat-x bottom;
    margin-left: 0;
    outline: 0;
    border: solid 1px silver;
    text-decoration: underline;
}

.m-toolbar-button-disabled {
    width: 60px;
    font-weight: 400;
    cursor: default;
    margin: auto;
}

.m-toolbar-button .m-image-label {
    padding: 3px 0 0 0;
    text-align: center !important;
}

.m-toolbar-button .m-image-link-label:hover {
    color: #444;
}

.m-toolbar-button-disabled .m-image-label:hover {
    text-decoration: none;
    color: #444;
}

.m-toolbar-button-disabled:hover {
    text-decoration: none;
    background: none !important;
    border: solid 1px transparent;
}

.m-toolbar-button-disabled span {
    font-weight: 400;
}

#mToolbarSpacer {
    width: 100%;
    height: 25px;
}

/******************************************************************************
 * TextTable
 ******************************************************************************/
.m-text-table {
    border-bottom: 1px solid threedshadow;
    border-top: 1px solid threedshadow;
    border-left: 1px solid threedshadow;
    border-right: 1px solid threedhighlight;
    font-size: 11px;
}

.m-text-table .head tr {
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    height: 15px;
}

.m-text-table .head tr th span.col-title {
    background-color: threedface;
    border-top: 1px solid threedhighlight;
    border-right: 1px solid threedshadow;
    border-left: 1px solid threedhighlight;
    border-bottom: 1px solid threedshadow;
    font-weight: 400;
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    overflow: hidden;
}

.m-text-table tr th {
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    height: 15px;
    padding: 0;
}

.m-text-table tr th.select {
    border-left: 1px solid #666;
    width: 10px;
}

.m-text-table .scroll {
    background-color: #FFF;
    overflow: scroll;
    overflow-x: hidden;
    font-weight: 400;
}

.m-text-table .scroll .row0 {
    background-color: #fff;
    color: #333;
    cursor: default;
}

.m-text-table .scroll .row1 {
    background-color: #ddd;
    color: #333;
    cursor: default;
}

.m-text-table .scroll .hover {
    background-color: highlight;
    color: highlighttext;
    cursor: default;
}

.m-text-table .scroll table tr {
    height: 15px;
    background-color: #666;
}

.m-text-table .scroll table tr

/**
 * <--- Copyright 2012 de Solis - Cooperativa de Solu��es Livres Ltda.
 *
 * Este arquivo � parte do programa Sagu.
 *
 * O Sagu � um software livre; voc� pode redistribu�-lo e/ou modific�-lo
 * dentro dos termos da Licen�a P�blica Geral GNU como publicada pela Funda��o
 * do Software Livre (FSF); na vers�o 2 da Licen�a.
 *
 * Este programa � distribu�do na esperan�a que possa ser �til, mas SEM
 * NENHUMA GARANTIA; sem uma garantia impl�cita de ADEQUA��O a qualquer MERCADO
 * ou APLICA��O EM PARTICULAR. Veja a Licen�a P�blica Geral GNU/GPL em
 *
 * Voc� deve ter recebido uma c�pia da Licen�a P�blica Geral GNU, sob o t�tulo
 * "LICENCA.txt", junto com este programa, se n�o, acesse o Portal do Software
 * P�blico Brasileiro no endere�o www.softwarepublico.gov.br ou escreva para a
 * Funda��o do Software Livre (FSF) Inc., 51 Franklin St, Fifth Floor, Boston,
 * MA 02110-1301, USA -
 *
 * Tema SModern.
 *
 * @author Daniel Hartmann [daniel@solis.coop.br]
 *
 * \b Maintainers: \n
 * Armando Taffarel Neto [taffarel@solis.coop.br]
 * Daniel Hartmann [daniel@solis.coop.br]
 *
 * @since
 * Class created on 06/01/2012
 *
 */
@media print {

    .m-topmenu-link:active,
    .m-topmenu-link:hover,
    .m-topmenu-link:link,
    .m-topmenu-link:visited,
    .m-topmenu-link,
    .m-topmenu-current,
    .m-topmenu-box:hover ul:hover li:hover .m-menu-link:hover,
    .m-topmenu-box ul li .m-menu-link,
    .m-topmenu-box ul li,
    .m-topmenu-box ul,
    .m-topmenu-box li,
    .m-topmenu-box {
        color: #333 !important;
    }
}

/******************************************************************************
 * gtkTheme - theme.css
 *****************************************************************************
*****************************************************************************
 * topMenu
 ******************************************************************************/
.m-topmenu-box {
    background-color: #992829;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin: 0;
    padding: 2px;
}

.m-topmenu-box li {
    padding-left: 5px;
    color: #2B92CE;
}

.m-topmenu-box ul {
    list-style: none;
    color: #2B92CE;
    margin: 0;
    padding: 0;
}

.m-topmenu-box ul li {
    display: inline;
    color: #2B92CE;
}

.m-topmenu-current {
    font-size: 15px;
    font-weight: 700;
    padding: 0 6px;
}

.m-topmenu-link {
    text-decoration: none;
    color: #2B92CE;
}

.m-topmenu-link:link,
.m-topmenu-link:visited {
    color: #2B92CE;
}

/******************************************************************************
 * Menu e submenu
 ******************************************************************************/
.m-menu-box {
    background-color: #eee;
    width: 100%;
    font: menu;
    margin: 0;
    padding: 3px 0;
}

.m-menu-box li a.m-menu-link {
    color: #000;
    font-weight: 400;
    font-size: 10px;
    padding-left: 14px;
    background-image: url(../../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: .5em .5em;
    text-decoration: none;
}

.m-menu-box li div.m-menu-title {
    color: #000;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    background-color: #D0D0D0;
    border-top: 2px solid #999;
    padding: 2px;
}

.m-menu-box li div.hr {
    background-color: #999;
}

.m-menu-box ul li {
    width: 100%;
    margin: 1px 0;
}

.m-menu-box li

/*a.m-menu-link:hover*/
    {
    color: #000;
    font-weight: 400;
    font-size: 10px;
    text-decoration: underline;
}

.m-menu-box li

/*a.m-menu-link:active*/
    {
    color: #4052ff;
    font-weight: 400;
    font-size: 10px;
    text-decoration: underline;
}

.m-submenu-box {
    margin-left: 15px;
    background-color: #eee;
    padding: 0;
}

.m-submenu-box li a.m-menu-link {
    padding-left: 10px;
    background-image: url(index.php/miolo/themes/smodern/images/seta.jpg);
    background-repeat: no-repeat;
    background-position: 0 .3em;
}

.m-submenu-title {
    color: #333;
    font-weight: 700;
    font-size: 9px;
    text-decoration: none;
    text-align: center;
    background-color: #ccc;
    vertical-align: top;
}

.m-submenu-text {
    color: #000;
    font-weight: 400;
    font-size: 10px;
    text-decoration: none;
    margin-left: 16px;
}

/******************************************************************************
 * statusBar
 ******************************************************************************/
.m-statusbar {
    background: #992829 url(index.php/miolo/themes/smodern/images/formheader-background.png) repeat-x;
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 5px 0;
    font-family: arial;
}

.m-statusbar li {
    border: #67b0d4 solid 1px;
    text-align: left;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    cursor: default;
    margin: 0;
    padding: 2px 20px 4px 2%;
}

.m-statusbar ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.m-bookmark-image {
    background-image: url(index.php/miolo/themes/smodern/images/bookmarks.png);
    width: 16px;
    height: 16px;
}

.m-bookmark-add-remove {
    background-image: url(index.php/miolo/themes/smodern/images/bookmarks-add-remove.png);
    width: 16px;
    height: 16px;
}

.m-bookmark-statusbar {
    background: url(index.php/miolo/themes/smodern/images/bookmarks.png) 7px 7px no-repeat;
    color: #fff;
    position: relative;
    float: left;
    line-height: 30px;
    padding: 0 10px 0 30px;
}

.m-mostaccessed-statusbar {
    background: url(index.php/miolo/themes/smodern/images/mostAccessed.png) 7px 7px no-repeat;
    color: #fff;
    position: relative;
    float: left;
    line-height: 30px;
    padding: 0 10px 0 30px;
}

.m-mostaccessed-statusbar:hover,
.m-bookmark-statusbar:hover {
    background-color: #FFFFFF;
    cursor: hand;
    cursor: pointer;
    color: #992829;
}

.m-statusbar .dijitArrowButtonInner {
    display: none;
}

.m-statusbar {
    position: absolute;
    height: 30px;
    left: 0;
    bottom: 0;
}

.m-statusbar-left .dijitDropDownButton {
    position: relative;
    top: -5px;
}

.m-statusbar-left .dijitDropDownButton:hover,
.m-statusbar span span {
    border: none;
}

.m-statusbar-left {
    width: 32%;
    float: left;
    text-align: left;
}

.m-statusbar-left span {
    font-size: 12px;
    border: 1px solid #C0C0C0;
}

.m-statusbar-left span:hover {
    font-size: 12px;
    color: black;
    cursor: pointer;
    text-decoration: none;
}

.m-statusbar-right {
    background: url(index.php/miolo/themes/smodern/images/logo.png) no-repeat 98% 10%;
    color: #fff;
    width: 60%;
    float: right;
    text-align: right;
    padding: 0 50px 0 5px;
    margin: 0;
}

.m-statusbar-right span {
    color: #fff !important;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
}

.m-statusbar-right a {
    color: #fff !important;
}

.m-statusbar-right a:hover {
    background: none;
}

.m-statusbar-spacer {
    width: 10px;
}

/******************************************************************************
 * module-header
 ******************************************************************************/
.m-module-header {
    background-color: #f2f3ff;
    text-align: right;
    color: #333;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
}

/******************************************************************************
 * content-header
 ******************************************************************************/
.m-content-header {
    background-color: #fff;
    color: #333;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    margin: 2px 0 5px;
}

/******************************************************************************
 * Theme
 ******************************************************************************/
.m-theme-body {
    font-size: 12px;
    padding: 0;
    margin-top: 12%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background: #eee;
}

.m-theme-content

/**
 * <--- Copyright 2012 de Solis - Cooperativa de Solu��es Livres Ltda.
 *
 * Este arquivo � parte do programa Sagu.
 *
 * O Sagu � um software livre; voc� pode redistribu�-lo e/ou modific�-lo
 * dentro dos termos da Licen�a P�blica Geral GNU como publicada pela Funda��o
 * do Software Livre (FSF); na vers�o 2 da Licen�a.
 *
 * Este programa � distribu�do na esperan�a que possa ser �til, mas SEM
 * NENHUMA GARANTIA; sem uma garantia impl�cita de ADEQUA��O a qualquer MERCADO
 * ou APLICA��O EM PARTICULAR. Veja a Licen�a P�blica Geral GNU/GPL em
 *
 * Voc� deve ter recebido uma c�pia da Licen�a P�blica Geral GNU, sob o t�tulo
 * "LICENCA.txt", junto com este programa, se n�o, acesse o Portal do Software
 * P�blico Brasileiro no endere�o www.softwarepublico.gov.br ou escreva para a
 * Funda��o do Software Livre (FSF) Inc., 51 Franklin St, Fifth Floor, Boston,
 * MA 02110-1301, USA -
 *
 * Tema SModern.
 *
 * @author Daniel Hartmann [daniel@solis.coop.br]
 *
 * \b Maintainers: \n
 * Armando Taffarel Neto [taffarel@solis.coop.br]
 * Daniel Hartmann [daniel@solis.coop.br]
 *
 * @since
 * Class created on 06/01/2012
 *
*/
@media print {
    .m-button {
        font-size: 8px !important;
        border: 1px solid #666 !important;
    }

    .m-text-field,
    .m-combo {
        font-size: 8px !important;
        border: 1px solid #666 !important;
        margin: 0 !important;
    }

    .m-table-raw-title {
        background-color: #FFF !important;
        color: #333 !important;
        font-weight: 700 !important;
        font-size: 10px !important;
        text-decoration: none !important;
        text-align: center !important;
        border: solid 1px #666 !important;
    }

    .m-table-raw-column-title {
        background: #FFF !important;
        color: #333 !important;
        font-weight: 700 !important;
        font-size: 10px !important;
        text-decoration: none !important;
        border: solid 1px #666 !important;
    }
}

/******************************************************************************
 * hr
 ******************************************************************************/
.m-hr {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    margin: 0;
}

/******************************************************************************
 * separator
 ******************************************************************************/
.m-separator {
    width: 95%;
    font-size: 11px;
    vertical-align: top;
    font-weight: 400;
    border: none !important;
    margin: 0;
}

/******************************************************************************
 * htmlArea
 ******************************************************************************/
#m-htmlarea {
    width: 90%;
    margin: 15px;
}

.m-hint {
    padding: 2px 3px;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background-color: #f2f5f7;
    font-size: 10px;
    border: solid #93bcd9 1px;
    color: #287eb0;
    display: inline-block;
}

.formBaseLabel {
    height: 15px;
}

.m-label {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    margin: 2px;
}

.m-caption {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    margin: 2px;
}

.m-label-text {
    color: #333;
    font-size: 11px;
    font-weight: 700;
    margin: 2px;
}

.m-text {
    font-family: arial;
    font-size: 12px;
    font-weight: 400;
}

.m-text-field {
    font-family: arial;
    font-size: 11px;
    font-weight: 400;
    background: #fff url(index.php/miolo/themes/smodern/images/validation-input-bg.png);
    outline: none;
    border: 2px solid #ffffff;
    height: 14px;
    margin: 2px 2px 2px 1px;
}

.m-text-user-field {
    font-family: arial;
    font-size: 11px;
    font-weight: 400;
    outline: none;
    border: 1px solid #E8DFE1;
    height: 14px;
    padding-left: 18px;
    background: url(index.php/miolo/themes/smodern/images/user-pass.png) no-repeat #FFF;
    margin: 2px 2px 2px 1px;
}

.m-text-passwd-field {
    font-family: arial;
    font-size: 11px;
    font-weight: 400;
    outline: none;
    border: 1px solid #E8DFE1;
    height: 14px;
    padding-left: 18px;
    background: url(index.php/miolo/themes/smodern/images/login-pass.png) no-repeat #FFF;
    margin: 2px 2px 2px 1px;
}

.m-button {
    font-size: 12px;
    font-weight: 400;
    background-color: #fafafa;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-image: url(index.php/miolo/themes/smodern/images/button-background.png);
    color: #333;
    min-height: 22px;
    background-repeat: no-repeat;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 2px;
    margin-bottom: 0px;
    padding: 0px 15px;
}

.m-button:hover {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    color: #992829;
    cursor: pointer;
}

.m-button:active {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.m-button-find {
    background-image: url(index.php/miolo/themes/smodern/images/button_select.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin: 2px 0 0;
}

.m-button-find:hover,
.m-button-find:active {
    background-color: #cecece;
}

.m-button-close-up {
    color: #000;
    background-image: url(images/button_close_up.gif);
    background-repeat: no-repeat;
    font: message-box;
    background: url(index.php/miolo/themes/smodern/images/button_close.png) no-repeat top left;
    background-position: 0 -30px;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin: 2px;
}

.m-button-close-down {
    color: #000;
    background-image: url(images/button_close_down.gif);
    background-repeat: no-repeat;
    font: message-box;
    background: url(index.php/miolo/themes/smodern/images/button_close.png) no-repeat top left;
    background-position: 0 -74px;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin: 2px;
}

.m-button-minimize-up {
    background-image: url(images/button_minimize_up.gif);
    background-repeat: no-repeat;
    text-align: center;
    font: message-box;
    background: url(index.php/miolo/themes/smodern/images/button_minimize.png) no-repeat top left;
    background-position: 0 -30px;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin: 2px;
}

.m-button-minimize-down {
    background-image: url(images/button_minimize_down.gif);
    background-repeat: no-repeat;
    text-align: center;
    font: message-box;
    background: url(index.php/miolo/themes/smodern/images/button_minimize.png) no-repeat top left;
    background-position: 0 -74px;
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin: 2px;
}

.m-button-help-up {
    cursor: hand;
    font: message-box;
    background-image: url(index.php/miolo/themes/smodern/images/button_help_up.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    text-align: center;
    vertical-align: top;
    margin: 2px;
}

.m-button-help-down {
    font: message-box;
    background-image: url(index.php/miolo/themes/smodern/images/button_help_down.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    text-align: center;
    vertical-align: top;
    margin: 2px;
}

.formField {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    vertical-align: top;
    background-color: #FFF;
    border: #4052ff solid 1px;
    outline: 1px solid #4052ff;
    margin: 2px;
}

.m-multiline-field {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    border: 2px solid #BFBABB;
    vertical-align: top;
    background: #fff url(index.php/miolo/themes/smodern/images/validation-input-bg.png) repeat-x;
    outline: none;
}

.formFieldErr {
    color: red;
    font-size: 11px;
    font-weight: 400;
    border: 1px solid #D4CFD0;
}

input[type=text],
input[type=password] {
    border: 1px solid #D4CFD0;
}

input[type=file] {
    font-size: 11px;
    font-weight: 400;
    background-color: #FFF;
    border: 2px solid #992829;
    height: 20px;
    margin: 0 2px 0 1px;
}

input[readonly],
input[readonly]:hover,
input[readonly]:focus {
    clear: both;
    color: #666;
    font-size: 11px;
    background-color: #efefef;
}

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

legend {
    font-weight: 700;
    font-size: 11px;
}

iframe {
    border-top: 2px solid #4052ff;
    border-left: 2px solid #4052ff;
    border-right: 2px solid #4052ff;
    border-bottom: 2px solid #4052ff;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
}

select {
    font-size: 11px;
    font-weight: 400;
    background-color: #FFF;
    border: 1px solid #4052ff;
    border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    margin: 2px;
}

.m-combo {
    cursor: pointer;
    font-size: 11px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #d4cfd0;
    margin: 2px 2px 2px 1px;
}

.m-combo option {
    cursor: pointer !important;
}

.m-radiobutton-group {
    vertical-align: 20%;
    color: #333;
    font-size: 11px;
    font-weight: 400;
    margin-top: 1px;
    margin-bottom: 1px;
}

.m-checkbox-group {
    color: #333;
    font-size: 11px;
    font-weight: 400;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: -4px;
    vertical-align: 50%;
}

.formErrors {
    background-color: #4052ff;
    border: 1px solid #000;
    color: #fff;
    padding: 6px;
}

.m-scrollable-label {
    color: #333;
    font-size: 11px;
    font-weight: 400;
}

.m-scrollable-field {
    border-top: solid #4052ff 1px;
    border-left: solid #4052ff 1px;
    border-right: solid #4052ff 1px;
    border-bottom: solid #4052ff 1px;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    background-color: #ededed;
    border: solid silver 1px;
    overflow: auto;
}

.m-multitext-field {
    background-color: #EDEDED;
}

.m-multitext-field .select {
    width: 180px;
    font-size: 11px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #93bcd9;
    margin: 2px;
}

.m-multitext-field .label {
    color: #333;
    font-size: 9px;
    margin-top: 1px;
    margin-bottom: 1px;
    vertical-align: top;
}

.m-multitext-field .button {
    background-color: #EDEDED;
    border: 1px solid #CCC;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    font-size: 11px;
    font-weight: 400;
    width: 70px;
    text-align: center;
    vertical-align: top;
    margin: 0 5px 5px 0;
}

.m-multitext-field .selection {
    float: left;
    width: 280px;
}

.m-multitext-field fieldset {
    border: 1px solid #ccc;
    padding: 10px;
}

/******************************************************************************
 * TableRaw
 ******************************************************************************/
.m-tableraw {
    background-color: #359;
    padding: 4px;
}

.m-tableraw-title {
    background-image: url(index.php/miolo/themes/smodern/images/formheader-background.png);
    background-repeat: repeat-x;
    background-color: #1F72BF;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    margin: 0;
}

.m-tableraw-column-title {
    background: #858182;
    color: #FFF;
    font-weight: 700;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
}

.m-tableraw-row-0:hover {
    background: #92beff url(index.php/miolo/themes/smodern/images/formheader-background.png) repeat-x;
    color: #000;
    height: 15px;
}

.m-tableraw-row-1 {
    font-weight: 400;
    font-size: 11px;
    text-decoration: none;
    background-color: #DFEFFF;
    color: #000;
    height: 15px;
    border: 1px solid #fff;
}

.m-tableraw-row-1:hover {
    background: #92beff url(index.php/miolo/themes/smodern/images/formheader-background.png) repeat-x;
    color: #000;
    height: 15px;
    border: 1px solid #fff;
}

.m-tableraw-group-column-curricularcomp {
    vertical-align: top;
}

.m-tableraw-group-column-vacancy {
    width: 5%;
    vertical-align: top;
}

/******************************************************************************
 * pageNavigator
 ******************************************************************************/
.m-pagenavigator {
    background-color: silver;
    border: 1px solid silver;
    padding: 2px;
}

.m-pagenavigator-text {
    color: #000;
    font-weight: 400;
    font-size: 11px;
    vertical-align: top;
}

.m-pagenavigator-image {
    border: 0;
    vertical-align: middle;
    width: 17px;
    display: inline;
}

.m-pagenavigator-selected {
    color: #4052ff;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
    margin-left: 5px;
    vertical-align: top;
}

.m-pagenavigator-link {
    color: #000;
    font-weight: 400;
    font-size: 11px;
    text-decoration: underline;
    margin-left: 5px;
    vertical-align: top;
}

.m-pagenavigator-link:link,
.m-pagenavigator-link:visited
/**
 * <--- Copyright 2012 de Solis - Cooperativa de Solu��es Livres Ltda.
 *
 * Este arquivo � parte do programa Sagu.
 *
 * O Sagu � um software livre; voc� pode redistribu�-lo e/ou modific�-lo
 * dentro dos termos da Licen�a P�blica Geral GNU como publicada pela Funda��o
 * do Software Livre (FSF); na vers�o 2 da Licen�a.
 *
 * Este programa � distribu�do na esperan�a que possa ser �til, mas SEM
 * NENHUMA GARANTIA; sem uma garantia impl�cita de ADEQUA��O a qualquer MERCADO
 * ou APLICA��O EM PARTICULAR. Veja a Licen�a P�blica Geral GNU/GPL em
 *
 * Voc� deve ter recebido uma c�pia da Licen�a P�blica Geral GNU, sob o t�tulo
 * "LICENCA.txt", junto com este programa, se n�o, acesse o Portal do Software
 * P�blico Brasileiro no endere�o www.softwarepublico.gov.br ou escreva para a
 * Funda��o do Software Livre (FSF) Inc., 51 Franklin St, Fifth Floor, Boston,
 * MA 02110-1301, USA -
 *
 * Tema SModern.
 *
 * @author Daniel Hartmann [daniel@solis.coop.br]
 *
 * \b Maintainers: \n
 * Armando Taffarel Neto [taffarel@solis.coop.br]
 * Daniel Hartmann [daniel@solis.coop.br]
 *
 * @since
 * Class created on 06/01/2012
 *
*/

/******************************************************************************
 * gtkTheme - theme.css
 ******************************************************************************/

/******************************************************************************
 * form
 ******************************************************************************/
.m-form-box {
    width: 100%;
    text-align: center;
    border-right: 0 none;
}

.m-form-title {
    background-color: silver;
    color: #333;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    padding: 2px;
}

.m-form-body {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    border: solid 1px #eee;
    background: #fff;
    margin: 0 0 24px;
    padding: 15px 15px 0 15px;
}

.m-form-css {
    background-color: #ededed;
    -moz-border-radius: 0.3em;
    font-size: 11px;
    font-weight: 400;
}

.fieldset {
    border: 1px solid silver;
}

.m-form-row {
    padding-top:0;
    clear: both;
    margin-top: 0;
    margin-bottom: 10px;
    width: 100%;
}

.m-form-row-0 {
    clear: both;
    padding-top: 3px;
    width: 100%;
    background-color: #8b8b8b;
}

.m-form-row span.horizontal {
    float: left;
    padding-right: 5px;
}

.m-form-row .label .m-caption,
.m-form-row div .m-caption,
.m-form-row span.label {
    float: left;
    padding-right: 5px;
    width: 140px;
    vertical-align: middle;
    text-align: right;
}

fieldset div span.m-label,
fieldset div span.m-caption,
fieldset div span.m-text {
    width: 100% !important;
    text-align: right !important;
    display: block;
}

.m-left-text {
    width: 100% !important;
    text-align: left !important;
    display: block;
}

.m-form-row div .m-text {
    float: left;
    vertical-align: middle;
    text-align: left;
    margin-top: 5px;
    font-size: 10px;
    letter-spacing: 0.2px;
    width: 100%;
    font-weight: 300;
    color: #999;
}

.fix-field-align-container .m-form-row span.label {
    width: 140px;
}

.m-form-row span.field {
    float: left;
    padding-left: 2px;
}

.m-form-field-box {
    padding: 2px;
}

.m-form-button-box {
    clear: left;
    padding: 3px;
}

.m-form-button-box ul {
    list-style: none;
    margin: 0;
    padding: 2px 0 0;
}

.m-form-button-box ul li {
    display: inline;
}

.m-caption-required:after {
    content: '*';
    color: #c61217;
}

/******************************************************************************
 * StepByStepForm
 ******************************************************************************/
.m-step-num {
    font-size: 42px;
    font-family: Trebuchet MS;
    font-weight: 700;
    width: 15%;
    float: left;
    text-align: right;
    margin-top: 15px;
    margin-left: 5%;
}

.m-step-hide {
    font-size: 30px;
    float: left;
    margin-top: 10px;
}

.m-step-status-label {
    font-size: 8px;
    display: none;
    text-align: center;
}

.m-step-label {
    font-size: 15px;
    font-family: Trebuchet MS;
    text-align: left;
    margin-top: 5px;
    margin-left: 25%;
    width: 45%;
    margin-top: 10px;
}

.m-step-icon {
    width: 24px;
    height: 24px;
    display: none;
}

.m-step-icon-next {
    background-position: 0;
    display: none;
}

.m-step-icon-previous {
    background-position: -48px;
    display: none;
}

.m-step {
    border: 1px transparent solid;
    text-align: center;
    width: 170px;
    min-height: 55px;
    line-height: 15px;
    float: left;
    padding: 2px;
    color: gray;
    margin: 0px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

.m-step-current {
    color: #000;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
}

.m-step-enabled .m-step-label {
    color: #000;
}

.m-step-enabled:hover {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    cursor: pointer;
    opacity: 0.8;
    cursor: pointer;
}

.m-step-button {
    float: left;
}

.m-step-button input,
.m-step-button input:hover {
    background: transparent;
    border: none;
}

.m-stepbystep-buttons,
.m-stepbystep-buttons-img {
    text-align: center;
}

.m-stepbystep-buttons-img button {
    height: 23px !important;
    padding: 2px !important;
}

/******************************************************************************
 * Tabbed Form
 ******************************************************************************/
.m-tab-form {
    background-color: #fff;
    width: 95%;
    padding: 1px;
}

.m-tab-form-body {
    border-left: solid #666 1pt;
    border-right: solid #666 3pt;
    border-bottom: solid #666 3pt;
    font-size: 11px;
    font-weight: 400;
    background-color: #ededed;
    text-align: left;
    background-image: url(index.php/miolo/themes/smodern/images/form-background.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 4px;
}

.m-tab-form-text {
    color: #333;
    font-size: 11px;
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: top;
}

.m-tab-form-title {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 2px;
    vertical-align: top;
}

.m-tab-form-color0 {
    background-color: #fff;
}

.m-tab-form-color1 {
    background-color: #ccc;
}

.m-tab-form-color3 {
    background-color: threedface;
}

/*
javascript*/
.m-collapsible {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.m-tab-form-panel-group {
    position: relative;
    overflow: hidden;
    margin: 10px;
    padding: 0;
}

.m-tab-form-panel {
    position: absolute;
    overflow: auto;
    overflow-x: hidden;
    font-size: 11px;
    font-weight: 400;
    background-color: #ededed;
    text-align: left;
    background-image: url(index.php/miolo/themes/smodern/images/form-background.png);
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0;
    padding: 4px;
}

.m-tab-form-group {
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.m-tab-form-span {
    display: block;
    height: 100%;
    border-top: 1px solid threedshadow;
    border-right: 1px solid threedshadow;
    border-left: 1px solid threedshadow;
    padding: 2px;
}

.m-tab-form-default {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid threedhighlight;
    background: threedface;
    font: message-box;
    margin: 0;
    padding: 0;
}

.m-tab-form-selected {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    z-index: 5;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid threedface;
    color: #333;
    background: threedface;
    font: message-box;
    margin: 0;
    padding: 0;
}

/**************** REVISAR *******************
*****************************************************************************
 * Form
 ******************************************************************************/
.m-form {
    width: 100% !important;
    text-align: center;
    border-right: 0 none;
    background: transparent;
    height: 100%;
    margin-bottom: 20px;
}

.m-form-row span.hint {
    float: left;
    padding-left: 2px;
    padding-top: 4px;
}

.m-form-row div.clear {
    display: box;
    clear: both;
    line-height: 0;
    background-color: transparent;
    height: 0;
}

/* hack for ie/-win */
.m-form-button-box div.m-hr {
    height: 5px;
}

.m-form-button-box li button {
    margin: 2px 2px 2px 0;
    padding: 8px;
    width: 100%;
    border: none;
    background: #666;
    color: #fff;
    letter-spacing: .5px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 400;
    transition: all .2s ease;
}

.m-form-button-box li button:hover{
    background: #666 !important;
    border: none;
}

.m-form-row-1
/**
 * <--- Copyright 2012 de Solis - Cooperativa de Solu��es Livres Ltda.
 *
 * Este arquivo � parte do programa Sagu.
 *
 * O Sagu � um software livre; voc� pode redistribu�-lo e/ou modific�-lo
 * dentro dos termos da Licen�a P�blica Geral GNU como publicada pela Funda��o
 * do Software Livre (FSF); na vers�o 2 da Licen�a.
 *
 * Este programa � distribu�do na esperan�a que possa ser �til, mas SEM
 * NENHUMA GARANTIA; sem uma garantia impl�cita de ADEQUA��O a qualquer MERCADO
 * ou APLICA��O EM PARTICULAR. Veja a Licen�a P�blica Geral GNU/GPL em
 *
 * Voc� deve ter recebido uma c�pia da Licen�a P�blica Geral GNU, sob o t�tulo
 * "LICENCA.txt", junto com este programa, se n�o, acesse o Portal do Software
 * P�blico Brasileiro no endere�o www.softwarepublico.gov.br ou escreva para a
 * Funda��o do Software Livre (FSF) Inc., 51 Franklin St, Fifth Floor, Boston,
 * MA 02110-1301, USA -
 *
 * Tema SModern.
 *
 * @author Daniel Hartmann [daniel@solis.coop.br]
 *
 * \b Maintainers: \n
 * Armando Taffarel Neto [taffarel@solis.coop.br]
 * Daniel Hartmann [daniel@solis.coop.br]
 *
 * @since
 * Class created on 06/01/2012
 *
 */

/******************************************************************************
 * spacer div
 ******************************************************************************/
.m-spacer {
    clear: both;
    line-height: 0px;
    background-color: transparent;
}

/******************************************************************************
 * Box
 ******************************************************************************/
.m-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
}

@media print {
    .m-box {
        width: 100% !important;
        padding-bottom: 0px !important;
    }
}

.m-box-box {
    margin: 10px;
    margin-bottom: auto;
    /*border: 1px solid #aaa;*/
    /* background-color: #fff; */
    -moz-border-radius: 0.3em;
}

.m-box-outer {
    padding: 0px;
    margin: auto;
}

* html .m-box-box {
    height: 1%;
}

.m-box-title {
    background-color: #4052ff;
    background-image: url(index.php/miolo/themes/sblue/images/shadow.png);
    background-repeat: repeat-x;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    height: 20px;
    vertical-align: top;
    margin: 0px 0px 5px 0px;
    -moz-border-radius-top: 0.3em;
}

.m-box-title .caption {
    text-align: left;
    padding-top: 2px;
    float: left;
    width: 80%;
}

.m-box-title .icon {
    float: left;
    padding-top: 2px;
    padding-left: 20px;
    width: 15px;
    margin: 3px;
}

.m-box-title .button {
    float: left;
    padding-top: 2px;
    padding-right: 0px;
    width: 20px;
    text-align: left;
}

.m-box-content {
    background-color: #ededed;
    font: caption;
    padding: 8px;
    -moz-border-radius: 1.3em;
}

/******************************************************************************
 * Panel
 ******************************************************************************/

/* Tan hack for IE/Win */
* html .m-panel-body {
    height: 1%;
}

.m-panel-body {
    padding: 3px;
    background-color: #d9dcff;
    -moz-border-radius-bottom: 0.3em;
    /*-moz-border-radius-bottomleft: 0.3em;
-moz-border-radius-bottomright: 0.3em;*/
}

.m-panelcontrol-box {
    margin: 2px 2px 2px 2px;
}

/******************************************************************************
 * promptBox
 ******************************************************************************/
.m-prompt-box {
    /*width: 50%;*/
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 0 none;
}

.m-prompt-box-box {
    width: 100%
        /*310px*/
    ;
    margin-left: auto;
    margin-right: auto;
}

.m-prompt-box-button {
    clear: left;
    text-align: left;
}

.m-prompt-box-button li button {
    font-size: 11px;
    font-weight: normal;
    min-width: 80px;
}

.m-prompt-box-button ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.m-prompt-box-button ul li {
    display: inline;
}

.m-prompt-box-text {
    /*float:left;*/
    text-align: left;
    padding: 5px 5px 5px 40px;
    font-size: 11px;
    font-weight: bold;
}

.m-prompt-box-text li {
    background-image: url(images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 0.5em;
    margin-left: .7em;
    padding-left: 10px;
}

.m-prompt-box-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.m-prompt-box-title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    vertical-align: top;
    height: 20px;
    margin: 0;
}

.m-prompt-box-title .caption {
    text-align: left;
    padding-top: 2px;
    float: left;
    min-width: 280px;
}

.m-prompt-box-title .icon {
    float: left;
    padding-top: 2px;
    padding-left: 2px;
    width: 20px;
}

.m-prompt-box-title .button {
    float: left;
    padding-top: 2px;
    padding-right: 2px;
    width: 20px;
    text-align: center;
}

.m-prompt-box-title-error {
    background-color: #d42428;
    background-image: url(index.php/miolo/themes/sblue/images/shadow.png);
    -moz-border-radius-top: 0.3em;
    /*-moz-border-radius-topleft: 0.3em;
-moz-border-radius-topright: 0.3em;*/
}

.m-prompt-box-error {
    background-color: #FFFFFF;
    background-image: url(images/error.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.m-prompt-box-title-information {
    background-color: #0000ff;
    background-image: url(index.php/miolo/themes/sblue/images/shadow.png);
    -moz-border-radius-top: 0.3em;
}

.m-prompt-box-information {
    background-color: #FFFFFF;
    width: 100%;
    background-image: url(images/information.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.m-prompt-box-title-alert {
    background-color: #F6FA00;
    background-image: url(index.php/miolo/themes/sblue/images/shadow.png);
    color: #333;
}

.m-prompt-box-alert {
    background-color: #FFFFFF;
    width: 100%;
    background-image: url(images/alert.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.m-prompt-box-title-confirmation {
    background-color: #006633;
}

.m-prompt-box-title-confirmation {
    background-color: #006633;
    -moz-border-radius-top: 0.3em;
}

.m-prompt-box-confirmation {
    background-color: #FFFFFF;
    width: 100%;
    background-image: url(images/question.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.m-prompt-box-title-question {
    background-color: #c1b746;
    background-image: url(index.php/miolo/themes/sblue/images/shadow.png);
    -moz-border-radius-top: 0.3em;
}

.m-prompt-box-question {
    background-color: #FFFFFF;
    width: 100%;
    background-image: url(images/question.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

/**
 * Revisar
*/

/******************************************************************************
 * Box
 ******************************************************************************/
* html .m-box-inner {
    height: 1%;
}

.m-box-inner {
    border: 0;
    background: none;
    margin: 54px 0 0 0;
    padding-left: 10px;
    padding-right: 10px;
}

.m-prompt-box .m-box-inner {
    padding: 0;
}

@media print {
    .m-box-inner {
        border: none !important;
        background-color: white !important;
        margin: 0px !important;
    }
}

.m-box-title {
    background: #992829 url(index.php/miolo/themes/smodern/images/formheader-background.png) repeat-x;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 2;
    height: 26px;
    line-height: 22px;
}

.m-box-title-caption {
    text-align: left;
    /*padding: 4px 0;
    height: 20px;*/
    line-height: 26px;
    float: left;
    font-size: 15px;
}

.m-box-title-icon {
    float: left;
    width: 17px;
    height: 17px;
    padding: 1px;
    display: block;
}

.m-box-title-button {
    float: right;
    padding-top: 0px;
    padding-right: 0px;
    width: 20px;
    text-align: right;
}

.m-box-content {
    background: threedface;
    font: caption;
    padding: 8px;
}

.m-container-content-full,
.m-container-content-full-ajax,
.m-theme-container-content-full-ajax {
    text-align: left;
    height: 100%;
    margin: 0;
}

.m-theme-container-content-full-ajax {
    width: 100% !important;
    margin-top: 50px;
    padding-bottom: 20px;
}

/******************************************************************************
 * Panel
 ******************************************************************************/

/* Tan hack for IE/Win */
* html .m-panel-body {
    height: 1%;
    padding-top: 65px;
}

.m-panel-body {
    overflow: hidden;
    background-color: #fff;
    background-image: url(index.php/miolo/themes/smodern/images/bg-conteudo.png);
    background-repeat: repeat-x;
    margin-top: 0;
    border: solid 1px #c0c0c0;
    padding-bottom: 10px;
}

.m-panel-body .m-panel-cell-box {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    outline: solid 1px transparent;
    text-decoration: none;
    display: block;
}

.m-panel-body .m-panel-cell-left {
    float: left;
}

.m-panel-body .m-panel-cell-clear {
    clear: both;
}

.m-panel-body .m-panel-cell-large {
    width: 70px;
    height: 68px;
}

.m-panel-body .m-panel-cell-small {
    width: 125px;
    height: 30px;
}

.m-panel-body .m-panel-cell-box:hover,
.m-panel-cell-box:active {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}

/******************************************************************************
 * prompt
 ******************************************************************************/
.m-prompt

/**
 * <--- Copyright 2012 de Solis - Cooperativa de Solu��es Livres Ltda.
 *
 * Este arquivo � parte do programa Sagu.
 *
 * O Sagu � um software livre; voc� pode redistribu�-lo e/ou modific�-lo
 * dentro dos termos da Licen�a P�blica Geral GNU como publicada pela Funda��o
 * do Software Livre (FSF); na vers�o 2 da Licen�a.
 *
 * Este programa � distribu�do na esperan�a que possa ser �til, mas SEM
 * NENHUMA GARANTIA; sem uma garantia impl�cita de ADEQUA��O a qualquer MERCADO
 * ou APLICA��O EM PARTICULAR. Veja a Licen�a P�blica Geral GNU/GPL em
 *
 * Voc� deve ter recebido uma c�pia da Licen�a P�blica Geral GNU, sob o t�tulo
 * "LICENCA.txt", junto com este programa, se n�o, acesse o Portal do Software
 * P�blico Brasileiro no endere�o www.softwarepublico.gov.br ou escreva para a
 * Funda��o do Software Livre (FSF) Inc., 51 Franklin St, Fifth Floor, Boston,
 * MA 02110-1301, USA -
 *
 * Tema SModern.
 *
 * @author Daniel Hartmann [daniel@solis.coop.br]
 *
 * \b Maintainers: \n
 * Armando Taffarel Neto [taffarel@solis.coop.br]
 * Daniel Hartmann [daniel@solis.coop.br]
 *
 * @since
 * Class created on 06/01/2012
 *
 
*****************************************************************************
 * gtkTheme - theme.css
 *****************************************************************************
*****************************************************************************
 * Containers
 ******************************************************************************/
body {
    background color: #FFFFFF;
    font-family: verdana, helvetica, arial, geneva, tahoma, sans-serif;
    font-size: 70%;
    color: #333;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0 none;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
}

h2 {
    font-size: 11px;
    font-weight: 700;
    color: #333;
    margin: 0 0 0 15px;
}

h3 {
    font-size: 11px;
    font-weight: 400;
    color: #900;
    display: inline;
    margin: 0 0 0 35px;
}

h4 {
    font-size: 10px;
    font-weight: 400;
    color: #333;
    display: inline;
    margin: 0 0 0 45px;
    padding: 0;
}

fieldset {
    background: #fdfdfd url(index.php/miolo/themes/smodern/images/bg-conteudo.png) repeat-x top;
    border-bottom: 5px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 5px solid #ccc;
    border-top: 1px solid #ccc;
    display: block;
    font-size: 11px;
    font-weight: 400;
    margin: 10px;
    padding: 10px 20px 20px;
}

.inlineTable table {
    display: inline;
}

#m-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#m-container-top {
    height: 40px;
    margin: 0;
    padding: 0;
    margin-bottom: 22px;
}

#m-container-top .logo {
    float: left;
    margin: 0;
    padding: 28px 10px;
    cursor: hand;
    cursor: pointer;
}

#m-container-top .text {
    float: right;
    width: 685px;
    background: #FFF;
    text-align: right;
    margin: 0;
    padding: 0;
}

#m-container-top .text h1 {
    font-size: 14px;
    font-weight: 700;
    color: #40bbfb;
    margin: 0;
}

#m-container-top .text h2 {
    font-size: 12px;
    font-weight: 700;
    color: #8ad6fd;
    margin: 0;
}

#m-container-module {
    background-color: #FFF;
    font-size: 11px;
    font-weight: 700;
    text-align: right;
    padding: 2px;
}

#m-container-topmenu {
    float: left;
    z-index: 0;
    height: 25px;
}

#m-container-dhtmlmenu

/* estilo para o mainmenuContainer -> deve ser criado */
    {
    top: 0;
    position: relative;
    z-index: 1;
    background-color: highlight;
    width: 100%;
    height: 25px;
    padding: 0;
}

#m-container-menu {
    float: left;
    background: #FFF;
    width: 150px;
    padding: 0;
}

#m-container-content {
    float: left;
    width: 750px;
    height: auto;
    text-align: left;
    position: relative;
    z-index: 0;
    margin: 8px;
}

#m-container-content-full {
    height: auto;
    text-align: left;
    z-index: 0;
    margin: 3px 1px 5px;
}

#m-container-bottom {
    clear: both;
    text-align: center;
}

/******************************************************************************
 * ???
 ******************************************************************************/
.currentPageNumber {
    color: red;
    font-weight: 700;
}

div.statistics {
    position: absolute;
    width: 500px;
    left: 10px;
    overflow: scroll;
    height: 200px;
}

div.statistics .image {
    text-align: right;
}

div.statistics .text {
    background-color: #FFF;
    border-top: solid #555 1pt;
    border-bottom: solid #fff 1pt;
    border-left: solid #555 1pt;
    border-right: solid #fff 1pt;
    vertical-align: top;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #005;
    padding: 4pt;
}

#m-loading-message-bg {
    background: rgba(0, 0, 0, 0.3);
    filter: alpha(opacity=10);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 998;
    width: 100%;
    height: 100%;
    display: none;
    border: none;
}

#m-loading-message {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    border: none;
    display: none;
}

#m-loading-message-image {
    width: 10%;
    left: 45%;
    top: 35%;
    height: 65px;
    position: absolute;
    border: 2px solid silver;
    background-color: #FFF;
    background-image: url("images/loading_solis1.gif");
    background-repeat: no-repeat;
    background-position: center 8px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#m-loading-message-text {
    font-size: 12px;
    padding-top: 40px;
    margin-left: 0;
    text-align: center;
    width: 100%;
}

#divSaguMessagesContent {
    position: relative;
    top: 25%;
}

#divSaguMessages {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

/*****************************************************************************
 * HTML Tags
 ******************************************************************************/
div {
    background: none;
    margin: auto;
}

fieldset fieldset {
    font-size: 11px;
    font-weight: 400;
    display: block;
    border-color: #DDD;
    margin: 0;
    padding: 10px 20px 20px;
    clear: both;
}

legend {
    border-bottom: #992829 dashed 1px;
    color: #575153;
    display: block;
    font-family: arial;
    font-size: 15pt;
    font-weight: 700;
    width: 100%;
    text-align: left;
    float: left;
    margin: 0 50px 10px 0;
    padding: 0 0 10px;
}

fieldset fieldset legend {
    font-family: arial;
    font-size: 12pt;
    font-weight: 700;
    width: 100%;
    text-align: left;
    display: inline;
    float: left;
    padding-top: 4px;
    margin: 0 0 8px 0;
    padding-bottom: 6px;
}

fieldset div span {
    width: auto !important;
    text-align: left !important;
}

code {
    font-size: 11px;
    font-weight: 400;
    padding: 5px;
}

hr {
    height: 1px;
    color: #ccc;
}

/**
 * Main menu
 */
.m-main-menu {
    height: 25px;
    background: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    text-decoration: none;
}

.m-main-menu .logo {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
}

.m-main-menu-spacer {
    height: 50px;
    width: 100%;
}

.dijitPopup {
    position: fixed;
    background-color: transparent;
    margin: 0;
    border: 0;
    padding: 0;
    max-height: 98%;
    overflow-y: auto;
}

.dijitMenuItem {
    font-family: arial;
    font-size: 12px;
    cursor: pointer;
    min-width: 135px;
    min-height: 30px;
}

.m-main-menu-navbar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #992829;
    z-index: 3;
    float: left;
    padding-left: 50px;
    height: 25px;
}

.m-main-menu-navbar-separator,
.m-main-menu-navbar-item {
    height: 19px;
    font-family: arial;
    font-size: 12px;
    float: left;
    border: solid 1px transparent;
    padding: 4px 4px 0 4px;
    background-color: #FDFDFD;
    color: #992829;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.m-main-menu-navbar-separator,
.m-main-menu-navbar-item-clickable {
    background-color: #992829;
    color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.m-main-menu-navbar-item-clickable:hover,
.m-main-menu-navbar-item-focused {
    cursor: hand;
    cursor: pointer;
    background: #fcfdff url("index.php/miolo/themes/smodern/images/button-hover.png") repeat-x bottom;
    color: #992829;
    border: solid 1px #c0c0c0;
}

.dijitBackgroundIframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 0;
    padding: 0;
    margin: 0;
}

.m-main-menu-quickaccess {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    height: 24px;
}

.m-main-menu-quickaccess .m-label {
    color: #FFF;
    padding: 2px 4px 0 4px;
    font-weight: bold;
}

.m-main-menu-quickaccess span {
    float: left;
    vertical-align: middle;
    line-height: 18px;
    margin-left: 4px;
    margin-right: 4px;
}

.xdebug-var-dump {
    text-align: left;
    margin-top: 100px;
}

.site #m-container-top {
    display: none;
}

.site #extBottom {
    display: none;
}

.site {
    background-image: none;
}

.site #m-loading-message-bg,
.site #mPopupBackground {
    background: rgba(255, 255, 255, 0.3);
}

/**
 * <--- Copyright 2012 de Solis - Cooperativa de Solu��es Livres Ltda.
 *
 * Este arquivo � parte do programa Sagu.
 *
 * O Sagu � um software livre; voc� pode redistribu�-lo e/ou modific�-lo
 * dentro dos termos da Licen�a P�blica Geral GNU como publicada pela Funda��o
 * do Software Livre (FSF); na vers�o 2 da Licen�a.
 *
 * Este programa � distribu�do na esperan�a que possa ser �til, mas SEM
 * NENHUMA GARANTIA; sem uma garantia impl�cita de ADEQUA��O a qualquer MERCADO
 * ou APLICA��O EM PARTICULAR. Veja a Licen�a P�blica Geral GNU/GPL em
 *
 * Voc� deve ter recebido uma c�pia da Licen�a P�blica Geral GNU, sob o t�tulo
 * "LICENCA.txt", junto com este programa, se n�o, acesse o Portal do Software
 * P�blico Brasileiro no endere�o www.softwarepublico.gov.br ou escreva para a
 * Funda��o do Software Livre (FSF) Inc., 51 Franklin St, Fifth Floor, Boston,
 * MA 02110-1301, USA -
 *
 * Tema SModern.
 *
 * @author Daniel Hartmann [daniel@solis.coop.br]
 *
 * \b Maintainers: \n
 * Armando Taffarel Neto [taffarel@solis.coop.br]
 * Daniel Hartmann [daniel@solis.coop.br]
 *
 * @since
 * Class created on 06/01/2012
 */

/**
 * m_common.css
 */
body {
    background color: #FFFFFF;
    repeat scroll 0 0 transparent;
}

#m-loading-message-image {
    background-image: url(../../images/loading_solis1.gif);
}

fieldset {
    /** background-image: url(images/bg-conteudo.png);**/
    background: #FFFFFF;
}

.m-main-menu-navbar-item-clickable:hover,
.m-main-menu-navbar-item-focused {
    background: #fff;
}

/**
 * m_boxes.css
 */
.m-box-title {
    background-color: 992829;
}

.m-prompt-box-title-error,
.m-prompt-box-title-information,
.m-prompt-box-title-alert,
.m-prompt-box-title-question {
    background-image: url(images/shadow.png);
}

.m-prompt-box-text li {
    background-image: url(../../images/bullet.gif);
}

.m-prompt-box-error {
    background-image: url(../../images/error.png);
}

.m-prompt-box-information {
    background-image: url(../../images/information.png);
}

.m-prompt-box-alert {
    background-image: url(../../images/alert.png);
}

.m-prompt-box-confirmation,
.m-prompt-box-question {
    background-image: url(../../images/question.png);
}

.m-panel-body {
    /** background-image: url(images/bg-conteudo.png);**/
    background: #FFFFFF;
}

/**
 * m_controls.css
 */
.m-text-field {
    background-image: url("images/validation-input-bg.png");
}

.m-text-user-field {
    background-image: url(../../images/user.png);
}

.m-text-passwd-field {
    background-image: url(../../images/keys.png);
}

.m-button,
.m-button:hover,
.m-button:active {
    background: #777;
    color: #fff;
}

.m-button-find,
.m-button-find:hover,
.m-button-find:active {
    background-image: url(../../images/button_select.png);
}

.m-button-close-up {
    background-image: url(../../images/button_close_up.gif);
}

.m-button-close-down {
    background-image: url(../../images/button_close_down.gif);
}

.m-button-minimize-up {
    background-image: url(../../images/button_minimize_up.gif);
}

.m-button-help-up {
    background-image: url(../../images/button_help_up.png);
}

.m-button-help-down {
    background-image: url(../../images/button_help_down.png);
}

.m-tableraw-title {
    background-image: url(images/shadow.png);
}

.m-tableraw-column-title,
.m-tableraw-row-0:hover,
.m-tableraw-row-1:hover {
    background-image: url(images/formheader-background.png);
}

.m-popup-close {
    background-image: url(../../images/spriteRoundedIconsSmall.png);
}

/**
 * m_dhtmlmenu2_office2003.css
 */
.ThemeOffice2003SubMenu {
    background: #d9dcff url(../../images/menubg.gif) repeat-y scroll 0%;
}

.ThemeOffice2003MenuItemHover,
.ThemeOffice2003MenuItemActive {
    background-image: url(../../images/menubg.gif) repeat-y scroll 0%;
}

.ThemeOffice2003MainFolderLeft,
.ThemeOffice2003MainItemLeft,
.ThemeOffice2003MainFolderText,
.ThemeOffice2003MainItemText,
.ThemeOffice2003MainFolderRight,
.ThemeOffice2003MainItemRight,
.ThemeOffice2003MainItem {
    background-image: url(images/shadow.png);
}

/**
 * m_forms.css
 */
.m-step-icon {
    background-image: url(../../images/button_steps.png);
}

.m-form-body {
    /** background-image: url(images/bg-conteudo.png);**/
    border: 1px solid #ddd;
}

/**
 * m_grids.css
 */
.m-grid-column-heading {
    background: #858182;
}

.m-grid-row-1:hover,
.m-grid-row-2:hover {
    background: #DED9DB;
}

.m-grid-action-icon-edit-on {
    background-image: url(../../images/button_edit.png);
}

.m-grid-action-icon-delete-on {
    background-image: url(../../images/button_drop.png);
}

.m-grid-action-icon-select-on {
    background-image: url(../../images/button_select.png);
}

.m-grid-action-icon-find-on {
    background-image: url(../../images/find.png);
}

.m-grid-action-icon-print-on {
    background-image: url(../../images/print.png);
}

.m-grid-action-icon-close-on {
    background-image: url(../../images/close.png);
}

.m-grid-action-icon-gradesTyping-on {
    background-image: url(../../images/gradesTyping-on.png);
}

.m-grid-action-icon-frequency-off {
    background-image: url(../../images/frequency-off.png);
}

.m-grid-action-icon-evaluationDefinition-on {
    background-image: url(../../images/evaluationDefinition-on.png);
}

.m-grid-action-icon-evaluationDefinition-off {
    background-image: url(../../images/evaluationDefinition-off.png);
}

.m-grid-action-icon-sendemail-on {
    background-image: url(../../images/button_sendemail.png);
}

.m-grid-action-icon-sendemail-off {
    background-image: url(../../images/button_sendemail_disable.png);
}

.m-grid-action-icon-enroll-on {
    background-image: url(../../images/enroll-22x22.png);
}

.m-grid-action-icon-enrollAdjust-on {
    background-image: url(../../images/enrollAdjust-22x22.png);
}

.m-grid-action-icon-grades-on {
    background-image: url(../../images/register-16x16.png);
}

.m-grid-action-icon-grades-off {
    background-image: url(../../images/register-16x16_disable.png);
}

.m-grid-action-icon-default-on {
    background-image: url(../../images/default-16x16.png);
}

.m-grid-action-icon-default-off {
    background-image: url(../../images/default-16x16_disable.png);
}

/**
 * m_help.css
 */
#header {
    background-image: url("../../images/help_top_midlle.png");
}

/**
 * m_themeelement.css
 */
.m-menu-box li a.m-menu-link {
    background-image: url(../../images/bullet.gif);
}

.m-submenu-box li a.m-menu-link {
    background-image: url(../../images/seta.jpg);
}

/* .m-statusbar {
    background-image: url(images/formheader-background.png);
} */
.m-bookmark-image,
.m-bookmark-statusbar {
    background-image: url(images/bookmarks.png);
}

.m-statusbar-right {}

.m-mostaccessed-statusbar {
    background-image: url(images/mostAccessed.png);
}

/**
 * s_calendar.css
 */
.s-calendar-title,
.s-calendar-column-title,
.s-calendar-row-0:hover,
.s-calendar-row-1:hover