﻿@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

body {
    color: rgb(25, 40, 110);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    /*color: rgb(25, 40, 110);*/
}
h3 {
    font-weight: normal;
    font-size: 20px;
}
h3 .disciplinaSelecionada {
    font-weight: bold;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.skin-blue .main-header .navbar {
    background-color: rgb(25, 40, 110);
}
.content-wrapper, .right-side {
    background-color: #fff;
}
.breadcrumb {
    display: none;
}
.form-control {
    font-size: 15px !important;
    padding: 6px;
}
.form-group.has-error .form-control {
    /*border-color: #dd4b39;*/
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.btn-default {
    background-color: rgb(0, 120, 190);
    border: none;
    color: white;
}
.btn-primary {
    background-color: rgb(0, 120, 190);
    border: none;
}
.btn-success {
    background-color: rgb(147, 200, 61);
    border-color: rgb(147, 200, 61);
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #dd4b39;
}
/* Popover styles */
.popover-title span {
    cursor: pointer;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 5px;
}
.popover-title span::before {
    content: "\e014"; /* remove icon */
}
.navbar-header {
    width: 100%;
}
.main-header {
    height: 140px;
}
.navbar-brand {
    height: 100px;
    width: 190px;
}
.main-header > .navbar {
    height: 100px;
}
.container {
    width: 1170px; 
}
.main-header .navbar-custom-menu, .main-header .navbar-right {
    position: relative;
    top: 36px;
}
.skin-blue .main-header .navbar .nav>li>a:hover, .skin-blue .main-header .navbar .nav>li>a:active, .skin-blue .main-header .navbar .nav>li>a:focus, .skin-blue .main-header .navbar .nav .open>a, .skin-blue .main-header .navbar .nav .open>a:hover, .skin-blue .main-header .navbar .nav .open>a:focus, .skin-blue .main-header .navbar .nav>.active>a {
    background: none;
}
.navbar-nav .open .dropdown-menu {
    background-color: #fff;
    float: none;
    margin-top: 0;
    position: absolute;
    width: auto;
}
#main-menu {
    position: relative;
    top: 14px;
}
#main-menu .dropdown-menu {
    left: -60px;
    font-size: 36px;
    padding: 10px;
    min-width: 180px;
    box-shadow: 1px 3px 7px rgb(25, 40, 110);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#main-menu .dropdown-menu img {
    height: 24px;
    width: 20px;
    margin-right: 4px;
}
#main-menu .dropdown .dropdown-menu::before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    right: 78px;
    top: -10px;
    z-index: 10;
}
.icon-submenu {
    text-align: center;
    margin: 0;
    padding: 0;
}
.icon-submenu a {
    display: block;
    color: rgb(25, 40, 110);
    padding: 10px;
}
.icon-submenu a:hover {
    background: rgb(147, 200, 61);
    color: rgb(25, 40, 110);
}
.icon-submenu .glyphicon {
    top: 10px;
}
.titulo-item-menu {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 1.1em;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    color: #ffffff;
}
.icon-menu .glyphicon {
    font-size: 36px;
}
.user-menu {

}
.user-message {
    font-size: 14px;
    border-bottom: 1px solid rgb(25, 40, 110);
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.user-menu .dropdown-menu {
    left: -115px !important;
}
#main-menu.user-menu .dropdown .dropdown-menu::before {
    right: 22px !important;
}
.titulo-site {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    position: relative;
    top: 25px;

}
/* Step Process */
.stepwizard-step p {
    margin-top: 10px;    
}
.process-row {
    display: table-row;
}
.process {
    display: table;     
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.process-row:before {
    top: 21px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;    
}
.process-step {    
    display: table-cell;
    text-align: center;
    position: relative;
}
.process-step p {
    margin-top:10px; 
}
.btn-circle {
  width: 150px;
  text-align: center;
  border-radius: 15px;
}
button.close {
    font-size: 36px;
}
.table {
    font-size: 14px;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
}
/*--------- daTables ---------*/
.dataTables_wrapper {
    margin-top: 15px;
}
.dataTables_wrapper .align-center {
    text-align: center;
}
.form-inline {
    margin-bottom: 10px;
}
/*.form-inline .form-control {
    width: 100%;
}*/
.modal600px .modal-dialog {
    width: 100%;
    max-width: 600px;
}
/*.modal-dialog {
    width: 95%;
    max-width: 1170px;
}*/
.modal .content {
    padding: 0;
}
.modal-aviso .modal-body {
    font-size: 22px;
}
.bootbox .modal-body {
    font-size: 22px;
}
.glyphicon:hover {
    cursor: pointer;
}
ul.ui-widget-content li {
    padding: 5px 10px !important;
    font-size: 16px;
}
ul.ui-widget-content li:hover {
    cursor: pointer;
    background-color: #efefef;
}
.img-responsive{
    width:100%;
}
.img-upload {
    width: 100%;
    height: 300px;
    border-right: 1px solid #ddd;
    text-align: center;
}
.img-upload img{
    max-width: 300px;
    max-height: 300px;
    border: 1px solid #ccc;
}
.v-align {
    vertical-align: middle !important;
}
.v-align.center {
    text-align: center;
}
.v-align-bottom {
    vertical-align: bottom;
}
input[type="file"] {
    font-size: 13px;
    margin-bottom: 20px;
}
.table-img-dados {
    width: 100%;
}
.table-img-dados tr {
    background: white;
    border-bottom: 2px solid #f4f4f4;
}
pre.url {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
    background: none;
    border: 0px;
    border-radius: 0px;
    color: inherit;
    display:inherit;
    font-size: inherit;
    line-height: 1.42857;
    margin: 0;
    padding: 0px;
    word-break: break-all;
    word-wrap: break-word;
}
.th-icon {
    width: 5%;
    text-align: center;
}
.busca {
    background: #f0f0f0;
    padding: 5px;
    margin: 10px 0;
    border: 1px solid #ddd;
}
.campo-busca {
    /*width: 70.2467% !important;*/
    width: 250px !important;
}
.no-label {
    width: 100%;
    display: block;
}
.alert {
    /*margin-top: 10px;*/
}
.highlight {
    background-color: #f39c12;
    padding: 0.2em 0;
}
.no-results {
    background-color: #fff !important;
    font-weight: bold;
    color: #f39c12 !important;
}
.modal-alert .modal-dialog {
    max-width: 600px;
}
.tab-content {
    background: #fff;
    padding: 0px 15px;
}
.panel-title {
    font-weight: normal;
}
a:hover, a:focus, a:active {
    color: #3c8dbc;
}
hr {
    border-color: rgb(25, 40, 110);
}
hr.deg {
    border-color: #eee;
}
.box-inicio .content {
    border: 1px solid #ccc;
    padding: 5px;
}
.box-inicio .btn-navigation {
    position: relative;
    top: 0;
    padding: 0;
    right: 0;
}
.fileinput {
    margin: 0px !important;
}
.fileinput .btn {
    margin-bottom: 0;
}
.fileinput-preview.thumbnail img {
    width: 100%;
}
.no-label {
    display: block;
    height: 28px;
}
.coruja-tutorial {
    position:absolute;
    top: -77px;
    right: 0;
}
.tab-pane .carregando {
    width: 36px;
    font-size: 36px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*----------------- Planejador de Aulas --------------------*/
.planejador {
    position: relative;
}
.planejador-left-side.centraliza {
    margin: auto;
    float: none;
}
.planejador h3 {
    margin: 10px 0;
}
.planejador h4 {
    color: #777;
}
.planejador .btn-xs {
    margin: 6px 20px 0 30px;
}
.planejador-left-side {
    width: 49.25%;
    margin: 0 0 0 .25%;
    padding: 0 .25% 5px .25%;
}
.planejador-right-side {
    width: 49.25%;
    margin: 0 0 0 .25%;
    padding: 0 .25%;
}
.menu-tab {
    border-bottom: 2px solid rgb(25, 40, 110);
}
#btnNovo {
}
.conteudo {
}
.conteudo .tab-content {
    /*height: 555px;*/
    padding: 0;
}
.conteudo .tab-pane {
    border: 1px solid #ccc;
    height: 515px;
    padding: 5px;
    overflow-y:auto;
    overflow-x: hidden;
}
.conteudo #tab-inicio.tab-pane {
    height: initial;
    overflow-y: initial;
    overflow-x: initial;
}
.planejamento {
    border: 1px solid #ccc;
    height: 555px;
    padding: 5px 20px 5px 5px;
    overflow-y:auto;
    overflow-x: hidden;
}
input.form-control, select.form-control, textarea.form-control {
    background: #eee;
    border: none;
    color: black;
}
.buttons {
    margin: 10px 0;
}
.btn-navigation {
    text-align: right;
    padding: 10px 0;
    position: absolute;
    bottom: -45px;
    right: 17px;
}
.conteudo #tab-inicio .btn-navigation {
    bottom: 0;
    position: relative;
    right: 10px;
}
.daterangepicker {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(150,150,150,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(150,150,150,1);
box-shadow: 0px 0px 5px 0px rgba(150,150,150,1);
}
.seta {
}
.seta .glyphicon {
    position:relative;
    top: 10px;
}
.nav-pills > li >  a {
    padding: 6px 10px 7px 10px;
    border-top: 0px;
    color:  rgb(140, 147, 182);
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: rgb(25, 40, 110);
}
.nav-pills > li.active > a {
    border-radius: 0;
    border-top: 0px;
    font-weight: normal;
}
.nav-pills.menu-tab > li > a {
    background: #ccc;
    min-width: 200px;
    text-align: center;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: rgb(25, 40, 110);
    padding: 12px 0;
    font-weight: bold;
    margin: 0 1px;
}
.nav-pills.menu-tab > li.active > a, .nav-pills.menu-tab > li.active > a:focus, .nav-pills.menu-tab > li.active > a:hover {
    background-color: rgb(25, 40, 110);
    color: white;
}
.nav-pills.nav-wizard > li .nav-arrow {
    border-width: 17px 0 17px 13px !important;
}
.nav-pills.nav-wizard > li .nav-wedge {
    border-width: 17px 0 17px 13px !important;
}
.nav-pills.nav-wizard > li {
}
.nav-pills > li + li {
    margin-left: 0;
}
.steps {
    background-color: #eee;
}
.nav-wizard {
    width: auto;
    margin-bottom: 0px;
    display: inline;
}
.panel-default {
    border-color: none;
}
.panel-default > .panel-heading a {
    color: white;
}
.conteudo .list-group-item {
    border: none;
    color: black;
}
.fa-calendar {
    bottom: 10px;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: auto;
}

/*.periodo input{
  width:100%;
  height:40px;
}
.periodo input:before{
  content:"\e109";
  font-family:"Glyphicons Halflings";
  line-height:1;
  display:inline-block;
}
.periodo input {
    padding-left: 25px !important;
}*/
.planejador .list-group-item {
    padding: 5px 0px;
    font-size: 14px;
}
.planejamento .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.planejamento h4.list-group-title {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #555;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    padding: 5px;
    border: 1px solid #ddd;
    border-bottom: 0px;
}
.tab-unidade .panel-default {
    border-color: rgb(155, 50, 150);
}
.tab-unidade .panel-default > .panel-heading {
    background-color: rgb(155, 50, 150);
}
.tab-unidade .list-group-item.active, .tab-unidade .list-group-item.active:focus, .tab-unidade .list-group-item.active:hover {
    background: none;
    border: none;
    color: rgb(155, 50, 150);
    font-weight: bold;
}
.tab-capitulo .panel-default {
    border-color: rgb(155, 50, 150);
}
.tab-capitulo .panel-default > .panel-heading {
    background-color: rgb(155, 50, 150);
}
.tab-capitulo .list-group-item.active, .tab-capitulo .list-group-item.active:focus, .tab-capitulo .list-group-item.active:hover {
    background: none;
    border: none;
    color: rgb(155, 50, 150);
    font-weight: bold;
}
.tab-conteudo .panel-default {
    border-color: rgb(0, 179, 167);
}
.tab-conteudo .panel-default > .panel-heading {
    background-color: rgb(0, 179, 167);
}
.tab-conteudo h5 {
    color: rgb(0, 179, 167);
}
.tab-conteudo .list-group-item.active, .tab-conteudo .list-group-item.active:focus, .tab-conteudo .list-group-item.active:hover {
    background: none;
    border: none;
    color: #999;
    font-weight: bold;
}
.tab-estrategia .panel-default {
    border-color: rgb(250, 140, 30);
}
.tab-estrategia .panel-default > .panel-heading {
    background-color: rgb(250, 140, 30);
}
.tab-estrategia ul {
    margin: 0;
    padding: 0;
}
.tab-avaliacao .panel-default {
    border-color: rgb(0, 120, 190);
}
.tab-avaliacao .panel-default > .panel-heading {
    background-color: rgb(0, 120, 190);
}
.tab-avaliacao ul {
    margin: 0;
    padding: 0;
}
.etapa-finalizar {
    width: 100%;
}
.etapa-finalizar h3 {
    text-align: center;
}
.tab-finalizar {
    border: 0 !important;
    text-align: center;
    width: 100%;
}
.tab-finalizar .btn {
    font-size: 24px;
    margin-bottom: 15px;
}
.btn-success.btn-finalizar {
    font-size: 20px;
    position: relative;
    top: 5px;
}
.visualizacao .list-group-item {
    padding: 5px;
}
.visualizacao-unidade h4.list-group-title {
    background: rgb(155, 50, 150);
    border: none;
}
.visualizacao-capitulo .panel-heading {
    background: rgb(155, 50, 150) !important;
    border: none !important;
}
.visualizacao-capitulo .panel-default {
    border-color: rgb(155, 50, 150) !important;
}
.visualizacao-capitulo h4.list-group-title {
    background: rgb(155, 50, 150);
    border: none;
}

.divImpresso h4, .divDigital h4 {
    color: rgb(0, 179, 167);
}
.divImpresso .list-group-title, .divDigital .list-group-title {
    background: rgb(0, 179, 167) !important;
    border: medium none !important;
    color: white;
}
.divEstrategia h3 {
    color: rgb(250, 140, 30);
}
.divEditarEstrategia h3 {
    color: rgb(250, 140, 30);
}
.divAvaliacao h3 {
    color: rgb(0, 120, 190);
}

/* Para Chrome e Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*.nav-pills > li >  a {
        font-size: 16px !important;
        padding: 6px 10px !important;
    }*/
    .nav-pills.nav-wizard > li {
      border-right: 11px solid rgb(0, 179, 167) !important;
      border-left: 11px solid rgb(0, 179, 167) !important;
    }
    .nav-pills.nav-wizard > li .nav-arrow {
        border-width: 17px 0 16px 13px !important;
    }
    .nav-pills.nav-wizard > li .nav-wedge {
        border-width: 17px 0 16px 13px !important;
    }
    .nav-pills.nav-wizard > li .nav-arrow {
        right: -13px !important;
    }
    .nav-pills.nav-wizard > li .nav-wedge {
        left: -13px !important;
    }
}

.logo-size {
    display: block;
    font-size: 12px;
    text-align: center;
}
.fileinput {
    margin-top: 5px;
}
.fileinput-preview {
    /*height: 120px;*/
}
.fileinput img {
    max-height: 108px;
}
.fileinput .btn {
    font-size: 12px;
    padding: 4px 8px;
    margin-bottom: 5px;
}
.disciplina {
    font-weight: bold;
}
.visualizacao {
    border-top: 1px solid #ccc; 
}
.planejador .modal-dialog {
    width : 93%;
}
iframe {
    width: 100%;
    height: 400px;
}
.visualizacao span.titulo {
    display: block;
    width: 95%;
}
.checkbox, .radio {
    margin: 0;
}
.ui-state-highlight {
    border: 2px dashed #faebcc;
    background-color: #fcf8e3;
    height: 2em;
    line-height: 2em;
    list-style: none;
}
.ui-state-highlight2 {
    border: 2px dashed #faebcc;
    background-color: #fcf8e3;
    height: 2.5em;
    margin: 2px 0;
}
.sortable li:hover, .sortable-capitulo, .sortable-capitulo li:hover {
    cursor:move;
}
.visualizacao-avaliacao {
    margin-bottom: 20px;
}
.visualizacao-estrategia {
    margin-bottom: 20px;
}

/*------- CSS for Firefox ---------- */
/*@-moz-document url-prefix() { 
    .nav-pills.nav-wizard > li {
        padding: 0px !important;
        margin: 0px !important;
    }
    .nav-pills.nav-wizard > li .nav-arrow {
        right: -12px !important;
    }
    .nav-pills.nav-wizard > li .nav-arrow {
        border-width: 19px 0 17px 13px !important;
    }
    .nav-pills.nav-wizard > li .nav-wedge {
        left: -12px !important;
    }
    .nav-pills.nav-wizard > li .nav-wedge {
        border-width: 19px 0 17px 13px !important;
    }
    .nav-pills.nav-wizard > li {
        border-left: 13px solid rgb(0, 179, 167) !important;
        border-right: 13px solid rgb(0, 179, 167) !important;
    }
}*/

/* Somente para Chrome e Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*.coruja-tutorial {
        top: -75px !important;
    }*/
}
#finalizar {
    text-align: center;
    padding-top: 40px;
}
#finalizar .btn {
    font-size:28px;
    padding: 10px 30px;
}
/* Date picker*/
.ui-datepicker {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 7px #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 9999999 !important;
}
.ui-datepicker-prev.ui-datepicker-prev-hover {
    cursor: pointer;
}
.ui-datepicker-prev:before{
  content:"\e079";
  font-family:"Glyphicons Halflings";
  line-height:1;
  display:inline-block;
}
.ui-datepicker-next:hover {
    cursor: pointer;
}
.ui-datepicker-next:before{
  content:"\e080";
  font-family:"Glyphicons Halflings";
  line-height:1;
  display:inline-block;
}
.ui-datepicker .ui-state-highlight {
    border: none;
    padding: 0;
    padding-right: 2px;
    background: #ddd;
    height: 1.7em;
    line-height: 1.9em;
    font-weight: bold;
}
.ui-datepicker table .ui-state-hover {
    background: rgb(147, 200, 61);
}
.ui-datepicker td {
    padding: 0;
}
table.ui-datepicker-calendar {
    border-collapse: collapse;
}

table.ui-datepicker-calendar, table.ui-datepicker-calendar th, table.ui-datepicker-calendar td {
    border: 1px solid #ccc;
}

.planejador .fileinput .thumbnail>img {
    max-height: 120px;
    max-width: 120px;
}

/* ícone atualizar */
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
  cursor:progress;
}

.has-spinner.active .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}

.has-spinner.btn-mini.active .spinner {
    width: 10px;
}

.has-spinner.btn-small.active .spinner {
    width: 13px;
}

.has-spinner.btn.active .spinner {
    width: 16px;
}

.has-spinner.btn-large.active .spinner {
    width: 19px;
}

.modal-ajuda {
    width: 40%;
    margin: 10% auto;
}

.modal-ajuda .modal-content{
    border-radius: 10px;
}

.btn-duvidas {
    float: right;
    margin: 14px auto;
}

.redes-sociais .row {
    display: flex;
    margin: 0px;
}

    .redes-sociais .row .col {
        margin-right: 5px;
    }

header {
    height: 520px !important;
    max-height: 513px !IMPORTANT;
}

.box-estrutura {
    margin-top: -19%;
}

