html,
body {
    height: 100%;
    padding-top: 55px;
    background-color: #d6dad6;
    color: #003040;
}

.rotulo {
    padding: 0 10px;
}

.thumbnail {
    background-color: #d4e3e3;
}

.table {
    /*font-size: 15px;*/
    /*background: #D0D0D0;*/
}

.table thead {
    background: #689595;
    text-transform: uppercase;
}

.table-hover>tbody>tr:hover {
    background-color: #bacdef;
}

.container {
    width: 90% !important;
}

.breadcrumb {
    border: 1px solid #64888e;
    background-color: #e2eaea;
}

.breadcrumb>li+li:before {
    content: "\e080";
    font-family: Glyphicons Halflings;
}

td {
    vertical-align: middle !important;
}

td>p:last-child {
    margin: auto;
}

table .largura_col_btn {
    width: 225px;
}

#wrap {
    height: auto;
    margin: 0 auto -60px;
    min-height: 98%;
    padding: 0 0 60px;
}

legend {
    padding: 0px 25px;
}

/*********************************************************************/
/******************* estilo da barra de navegação ********************/
/*********************************************************************/

b.nome_afetivo_label {
    font-size: 15px;
}

.navbar-header a {
    margin: auto;
}

.barra-responsiva {
    display: none;
}

.barra_top_nav {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00314c', endColorstr='#005555') !important;
    /* IE */
    background: -moz-linear-gradient(top, #00314c, #005555) !important;
    background: -webkit-gradient(linear, center top, center bottom, from(#005555), to(#00314c)) !important;
    z-index: 1;
    /* Adicionada para não ficar sobre dialog (JQuery UI) */
}

.navbar-nav {
    margin: 19.5px 0 !important;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.active>a {
    color: white !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: none;
}

.dropdown_menu_top {
    background: #005065 !important;
}

.dropdown_menu_top>li>a {
    color: white;
}

.dropdown_menu_top>li>a:hover {
    color: white;
    background: #126290;
}

.menu-responsivo {
    background: none;
    color: white;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 0;
}

.btn.dropdown-toggle.btn-default {
    height: 100%;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: #4272fc;
    color: #efefef;
}

/************************************************************************/
/****************** estilo aplicacado a caixa de alerta *****************/
/************************************************************************/

.close-alert-msg {
    top: 6px !important;
    right: 10px !important;
}

.alert-msg {
    background: rgb(236, 246, 246);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWFhYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(236, 246, 246, 1) 0%, rgba(190, 198, 190, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(236, 246, 246, 1)), color-stop(100%, rgba(190, 198, 190, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(236, 246, 246, 1) 0%, rgba(190, 198, 190, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(236, 246, 246, 1) 0%, rgba(190, 198, 190, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(236, 246, 246, 1) 0%, rgba(190, 198, 190, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgb(236, 246, 246) 0%, rgb(190, 198, 190) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#aaaaaa', GradientType=0);
    /* IE6-8 */
    border: none !important;
}

/************* estilo da caixa com botões dos lançamentos **************/

.well-lancamentos {
    margin-top: 5%;
}

.table>thead>tr>.success-lancamentos,
.table>tbody>tr>.success-lancamentos,
.table>tfoot>tr>.success-lancamentos,
.table>thead>.success-lancamentos>td,
.table>tbody>.success-lancamentos>td,
.table>tfoot>.success-lancamentos>td,
.table>thead>.success-lancamentos>th,
.table>tbody>.success-lancamentos>th,
.table>tfoot>.success-lancamentos>th {
    background-color: #DFF0D8 !important;
}

.row-thumdnail {
    margin: 3% 0 0% 0;
}

.row-thumdnail .portfolio-item h4 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.portfolio-item,
.portfolio-item-hidden {
    border: 1px solid #64888e;
    border-radius: 10px;
    padding: 5px;
    margin: 2% 4.12%;
}

.portfolio-item-hidden {
    border: none;
    display: none;
}

.row-thumdnail .thumbnail {
    border: 1px solid #64888e;
    border-radius: 10px;
}

.portfolio-item:hover {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.portfolio-item .thumbnail {
    padding: 8px !important;
    margin-bottom: 0px !important;
    border-radius: 5px !important;
}

.portfolio-item .thumbnail img {
    max-width: 128px !important;
}

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*******************  Conteudo ***********************/

/*
.btn_group_margin{
    margin-bottom: 1%;
}
*/

.form-btn-cancelar-hidden {
    display: none;
}

/************************************************************************/
/************** estilo da caixa selecão das disciplina inicial **********/
/************************************************************************/

.panel-escola,
.panel-turma,
.panel-serie,
.panel-turma-aee {
    color: #FFFFFF;
}

.panel-escola>.panel-heading {
    background-color: #005565;
    border: 1px solid #005565;
}

.panel-escola>.panel-collapse {
    border: 1px solid #005565;
}

.panel-turma>.panel-heading,
.panel-turma-aee>.panel-heading {
    background-color: #308392;
    border: 1px solid #308392;
}

.panel-turma>.panel-collapse,
.panel-turma-aee>.panel-collapse {
    border: 1px solid #308392;
}

.panel-serie>.panel-heading {
    background-color: #6DC0EF;
    border: 1px solid #6DC0EF;
}

.panel-serie>.panel-collapse {
    border: 1px solid #6DC0EF;
}

/************************************************************************/
/************** estilo do formulario de login e troca de senha **********/
/************************************************************************/

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.form-signin {
    max-width: 400px;
    padding: 15px;
    margin: 5% auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 15px;
    text-align: center
}

.account-wall {
    margin-top: 15px;
    padding: 40px 0px 5px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 2%;
    -webkit-border-radius: 2%;
    border-radius: 5px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.box-login {
    margin: auto;
    width: 40%;
}

.profile-img {
    width: 235px;
    height: 95px;
    margin: 0 auto 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00314c', endColorstr='#005555') !important;
    /* IE */
    background: -moz-linear-gradient(top, #00314c, #005555) !important;
    background: -webkit-gradient(linear, center top, center bottom, from(#005555), to(#00314c)) !important;
    display: block;
    -moz-border-radius: 3%;
    -webkit-border-radius: 3%;
    border-radius: 3%;
}

.profile-img img {
    width: 100%;
}

.form-signin input[type="text"] {
    /*
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
}

.form-signin input[type="password"] {
    /*
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}

/********************************************************************/
/*******************  Estilo do rodapé  *****************************/
/********************************************************************/

#footer {
    background-color: #e2eaea;
}

.bs-footer {
    border-top: 1px solid #E5E5E5;
    color: #777777;
    padding-bottom: 2%;
    padding-top: 2%;
    text-align: center;
}

/************************************************/
/************************************************/
/************************************************/

.btn.dropdown-toggle.btn-default {
    z-index: 0;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 2.5em
}

.jq-toast-wrap {
    width: 350px !important;
}

input[readonly],
input[disabled] {
    background: #e7e7e7;
    border: inherit;
}

/*
 *
 */
.dataTables_filter>label>input {
    border: 1px solid #64888e;
    border-radius: 2px;
}

.well {
    background-color: #dbe1e1;
    background-image: none;
    box-shadow: none;
    border: 1px solid #97b0b5;
}

.btn.btn-default,
.form-control {
    border-color: #83B3C3 !important;
    color: #003040;
}

.form-control {
    background-color: #f1f4f4;
}

.modal-header {
    border-bottom: 1px solid #97b0b5;
}

.modal-footer {
    border-top: 1px solid #97b0b5;
}

.close {
    color: #003040;
    opacity: 0.7;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #B9C3C6;
}

.table-bordered,
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td {
    border: 1px solid #97b0b5;
}

.table-condensed>tbody>tr>td {
    border-top: 1px solid #97b0b5;
}

.modal-content {
    background-color: #ebeeee;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #369aa8 0, #075864 100%);
    background-image: -o-linear-gradient(top, #369aa8 0, #075864 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#369aa8), to(#075864));
    background-image: linear-gradient(to bottom, #369aa8 0, #075864 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff369aa8', endColorstr='#ff075864', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #175862;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #075864;
}

.dropdown-menu>li>a {
    color: #003040;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #ebf1f1 !important;
    opacity: 1;
    border: 1px solid #83b3c3 !important;
}

.input-group-addon {
    color: #003040;
    border-top: 1px solid #83B3C3 !important;
    border-left: 1px solid #83B3C3 !important;
    border-bottom: 1px solid #83B3C3 !important;
}

.sweet-alert button.cancel {
    background-color: #565656 !important;
}

.sweet-alert button.cancel:hover {
    background-color: #999999 !important;
}

.navbar .dropdown-menu>li>a {
    color: white;
}

/********************************************************************/
/*******************  Estilo do boletim  *****************************/
/********************************************************************/
.boletim {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.boletim:hover {}

.boletim th {
    background-color: #005585 !important;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    border-left: solid 1px;
    border-bottom: solid 1px;

}

.boletim th.bim_ini {
    width: 80px;
}

.boletim th.bim_fin {
    width: 55px;
}

.boletim th.disc {
    width: 200px;

}

.boletim th.rodape {
    width: 200px;
    color: #000;

}

.boletim td {
    text-align: justify;
    vertical-align: middle;
}

.boletim tr.faltas td,
.boletim tr.faltas th {
    border-top: solid 1px;
    font-weight: bold;
}

/* fim boletim */

.panel-boletim a {
    text-decoration: none;
    color: #00314c;
    background-color: #E5E5E5;
    border: 1px solid #E5E5E5;
}

/********************************************************************/
/*******************  Estilo do horario  *****************************/
/********************************************************************/

.horario {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 70%;

}

.horario th {
    background-color: #005585 !important;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    font-weight: bold;
}

.horario td {
    text-align: center;
    vertical-align: middle;
    height: 20px;
    width: 180px;
    padding: 10px;
    font-size: 12px;
}

.horario td.dir {
    background-color: #005585 !important;
    color: #FFF;
    font-weight: bold;
}

.horario th#dir {
    border-radius: 0 2px 0 0;
}

.horario th#esq {
    border-radius: 2px 0 0 0;
    width: 100px;
    text-align: center;
}

/*fim horario*/


/********************************************************************/
/*******************  Estilo do meusdados  *****************************/
/********************************************************************/
.meusdados {
    height: 80%;
}

.meusdados th {
    background-color: #005585 !important;
    color: #FFF;
    text-align: left;
    vertical-align: middle;
    height: 45px;
    font-weight: bold;
}

.meusdados td {
    text-align: left;
    vertical-align: middle;
    height: 20px;
    width: 180px;
    padding: 10px;
    font-size: 12px;
}

.meusdados td.dir {
    background-color: #005585 !important;
    color: #FFF;
    font-weight: bold;
}

.meusdados th#dir {
    border-radius: 0 2px 0 0;
}

.meusdados th#esq {
    border-radius: 2px 0 0 0;
    width: 100px;
}

/********************************************************************/
/*******************  Estilo Avaliação  *****************************/
/********************************************************************/

#notas,
#faltas {
    text-align: center;
}

#notas.nota-vermelha {
    color: red;
}