body {
    top: 0px !important;
}

.alert {
    margin: 20px 0
}

.table-responsive {
    margin: 20px 0
}

.lista-cursos {
    height: 120px !important;
    border: 1px solid #4c4c4c !important;
    margin-top: 0px !important;
}

.lista-cursos.table > tbody > tr > td, .lista-cursos.table > tbody > tr > th, .lista-cursos.table > tfoot > tr > td, .lista-cursos.table > tfoot > tr > th, .lista-cursos.table > thead > tr > td, .lista-cursos.table > thead > tr > th {
    border-top: #4c4c4c !important;
}

.cursos-selecionados {
    font-weight: bold;
}

.list-unstyled .list-item {
    padding-left: 15px !important;
}

.foto_perfil {
    width: 120px;
    height: 120px
}

.btn-foto .text-center {
    background: #3c8dbc none repeat scroll 0 0;
    color: #fff;
    margin-top: 100px;
    position: absolute;
    width: 120px;
}

.modal-header {
    background-color: #3c8dbc;
    color: #fff;
}

.foto-perfil .modal-body {
    height: 390px;
    overflow: hidden
}

label.label-foto input[type="file"] {
    position: fixed;
    top: -1000px;
}

label.label-foto-min input[type="file"] {
    position: fixed;
    top: -1000px;
}

.btn-outline {
    border: 1px solid #3c8dbc;
    color: #3c8dbc;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    outline: medium none;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-outline:hover {
    background: #3c8dbc none repeat scroll 0 0;
    color: #fff;
}

.jFiler-input-text {
    font-size: 10pt;
}

.label-foto {
    border-radius: 4px;
    display: inline-block;
    height: 350px;
    width: 550px;
    border: 5px dashed #888888;
    color: #888888;
    cursor: pointer;
    font-size: 32px;
    margin: 10px 25px;
    padding: 40px 25px;
    text-align: center;
}

.label-foto :invalid + span {
    color: #A44;
}

.label-foto :valid + span {
    color: #4A4;
}

.label-foto-min {
    border-radius: 4px;
    display: inline-block;
    height: 250px;
    width: 450px;
    border: 5px dashed #888888;
    color: #888888;
    cursor: pointer;
    font-size: 32px;
    margin: 10px 25px;
    padding: 40px 25px;
    text-align: center;
}

.label-foto-min :invalid + span {
    color: #A44;
}

.label-foto-min :valid + span {
    color: #4A4;
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: 100%;
    height: 350px;
}

img-crop {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

img-crop canvas {
    display: block;
    left: 50%;
    outline: 0 none;
    position: absolute;
    top: 50%;
}

.progress {
    height: 8px;
    border-radius: 0px;
    background: #E4E4E4;
}

.btn-foto img {
    height: 120px;
    width: 120px
}

.form-lat-foto {
    padding-top: 37px
}

.form-foto {
    padding-left: 20px
}

.sucesso {
    padding: 80px
}

.sucesso p {
    font-size: 2em;
    font-weight: bold;
}

.msg-foto {
    background: #3c8dbc;
    color: #fff;
    position: absolute;
    width: 120px;
    margin-top: 100px
}

.user-footer {
    background: #3c8dbc !important
}

.loading td {
    text-align: center;
    height: 120px;
}

.loading td i {
    margin-top: 25px
}

.loading td:hover {
    background: #fff
}

.control-sidebar-heading {
    color: #b8c7ce !important;
}

.control-sidebar-menu > li > a > .control-sidebar-subheading {
    margin-bottom: 5px;
}

.control-sidebar-menu > li > a {
    color: #b8c7ce !important;
}

.sidebar-usuarios li a {
    font-size: 14px;
}

.sidebar-usuarios li a hr {
    border-bottom: 1px solid #b8c7ce;
    border-top: none;
    padding: 0;
    margin: 6px 0 0;
}

.displaySucesso, .displayErros {
    position: fixed;
    z-index: 9999;
    width: 80%;
    margin: 0px !important;
    text-align: center;
    top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.grid-item--width50 {
    width: 50%
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.campo-whatsapp {
    background: #00a98f !important;
}

.campo-whatsapp button {
    color: #fff !important;
    text-decoration: none !important;
}

.cadastro-loading {
    text-align: center;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5000;
    width: 100%;
    left: 0px;
    top: 0px;
    padding-top: 50vh;

}

.cadastro-loading i {
    margin-top: 25px
}

.list-group li:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

/*label {
    width: 100%;
    height: 100%
}*/

label.no-bold {
    font-weight: normal !important
}

label.margin10 {
    padding: 10px 15px
}

label.margin10 input {
    margin-right: 10px;
}

.list-group-item-nopadding {
    padding: 0px
}

.table-intrutor {
    font-size: 10pt
}

.table-intrutor .fa-2x {
    font-size: 1.5em
}

.modal-no-bg {
    background: none !important
}

.form-check-label {
    float: left;
    width: 50%
}

.calendarioTurmas {
    background: #03A9F4 !important;
    border: 1px solid #03A9F4 !important;
}

.calendarioAulas {
    background: #CDDC39 !important;
    /*background: #c7c78f !important;*/
    border: 1px solid #CDDC39 !important;
    color: #2f3942 !important;
}

.btn-selected {
    background: #18C0DF !important;
}

/*.popover  {
    width:350px !important;
	height:150px;
    border:1px solid red
}*/

.instrutorSituacao0 {
    background: #F44336;
    color: #fff;
}

.instrutorSituacao1 {
    background: #3F51B5;
    color: #fff;
}

.instrutorSituacao2 {
    background: #4CAF50;
    color: #fff;
}

.turmaSituacao0 {
    background: #F44336;
    color: #fff;
}

.turmaSituacao1 {
    background: #3F51B5;
    color: #fff;
}

.turmaSituacao2 {
    background: #4CAF50;
    color: #fff;
}

.turmaSituacao3 {
    background: #FFC107;
}

.label-tipo .label {
    width: 100%;
    text-align: center;
    float: left;
}

.campo120 {
    width: 120px;
}

.campo150 {
    width: 150px;
}

.nopadding {
    padding: 0px;
}

.table-avaliacao .nopadding {
    padding: 0px !important;
}

.table-avaliacao .aval-icon {
    color: #FFF !important;
    text-align: center;
    width: 100%;
    float: left;
    padding: 8px 15px;
}

.table-avaliacao .aval-icon img {
    height: 20px;
}

.table-avaliacao .aval-icon.text-danger {
    background: #F44336 !important;
}

.table-avaliacao .aval-icon.text-warning {
    background: #FFC107 !important;
}

.table-avaliacao .aval-icon.text-primary {
    background: #3F51B5 !important;
}

.table-avaliacao .aval-icon.text-success {
    background: #4CAF50 !important;
}

.table-avaliacao .aval-icon.text-default {
    background: #FF5722 !important;
}

.table-legenda td {
    padding: 0px 8px;
    text-align: right;
}

.tableAvaliacaoDiaria {

}

.tableAvaliacaoDiaria .linhaAvaliacao td {
    background-color: #FFCDD2;
}

.tableAvaliacaoDiaria .linhaObservacao td {
    font-weight: bold;
}

/**
 * Nestable Draggable Handles
 */

.dd-list {
    list-style: none;
}

.dd-content {
    display: block;
    height: 30px;
    margin: 0 0 5px;
    padding: 5px 10px 5px 5px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none !important;
    max-width: 348px;
    position: relative;
}

.dd-content {
    color: #4083a9 !important;
}

.dd-dragel > .dd-item > .dd-content {
    margin: 0;
}

.dd-item > button {
    margin-left: 30px;
}

.dd-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
    width: 300px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0 none;
    background: none;
    z-index: 1;
}

.\dd-handle:before {
    content: '=';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #333;
    font-size: 20px;
    font-weight: normal;
}

.\dd-handle:hover {
    background: #ddd;
}

.jumbotron {
    background-color: #f5f5f5;
}

.dd-empty {
    width: 100%;
}

b {
    font-weight: 600 !important;
}

strong {
    font-weight: 900 !important;
}

label.input-group-addon {
    cursor: hand;
    cursor: pointer;
}

.dd .filtro-collapse {
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0 none;
    margin-top: -5px;
    padding: 8px;
    width: 348px;
}

.dd .filtro-collapse.collapse.in {
    margin-bottom: 5px;
}

.dd-item {
    position: relative;
}

.dd-item .fa-chevron-down, .dd-item .fa-chevron-up {
    color: #666;
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    z-index: 3;
    cursor: hand;
    cursor: pointer;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: none;
}

.select2-container--bootstrap .select2-selection, .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
}

.select2-search__field {
    width: 100% !important;
}

.dd-empty {
    border: 2px dashed #bbb;
    min-height: 100px;
    background-color: transparent;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}
.resultadosBi .angular-ui-tree {
    border: none !important;
    height: auto !important;
    background-color: transparent !important;
    overflow-y: auto !important;
}
.angular-ui-tree {
    border: 2px dashed #bbb !important;
    height: 200px !important;
    background-color: transparent !important;
    overflow-y: scroll;
}

.angular-ui-tree-empty {
    /*border: 2px dashed #bbb !important;
    height: 290px !important;
    overflow-y: scroll;*/
    background-color: transparent !important;
}

.tree-node-content {
    padding: 6px 10px;
    margin: 10px;
}

.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;
}

.tree-icon {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.dd-item .ui-select-container {
    width: 350px;
    margin-bottom: 10px;
}

.md-datepicker-calendar-pane {
    z-index: 1200 !important;
}

#link-curto {
    text-align: center !important;
}

.btn-cidade {
    cursor: pointer;
}

.text-default {
    color: #2f3942;
}

div.loading {
    text-align: center;
    min-height: 100px;
}

.table-cliente-cursos th, .table-cliente-cursos td {
    font-size: 11px;
}

/** Avaliações finais */
.formacoes {
    background-color: #000000;
    border-color: #FFFFFF;
    text-align: center;
    color: #FFF;
}

.formacoes2 {
    background-color: #000066;
    text-align: center;
    color: #FFF;
}

.topico2 {
    background: #CCCCCC;
}

.nota_menor_3 {
    background-color: #FFCC00;
}

.nota_maior_3 {
    background-color: #00CCFF;
}

.nota_maior_4 {
    color: #ffffff;
    background-color: Green;
}

.tabela-avaliacoes > thead > tr > th, .tabela-avaliacoes > tbody > tr > td {
    border: 1px solid #4d4d4d;
}

.md-dialog-container {
    z-index: 1100 !important;
}

.md-scroll-mask {
    background: rgba(0, 0, 0, 0.3) !important;
    z-index: 1099 !important;
}

.mouse-pointer {
    cursor: pointer;
}

.lista-composicao {
    height: 300px !important;
    /*border: 1px solid #4c4c4c !important;*/
    margin-top: 0px !important;
    overflow-y: scroll;
}

.table-responsive .open > .dropdown-menu {
    /*margin-left: -120px;*/
}

.table-responsive .dropdown, .table-responsive .dropup {
    /*position: absolute !important;*/
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 1200px;
    }
}

.foto-instrutor {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 150px;
    height: 150px;
}

.divisor-form {
    width: 1px;
    border: 1px solid #adadad;
    height: 700px;
    float: left;
    margin: 20px 10px;
}

.form-personalizado .form-group {
    margin-bottom: 0px;
}

.form-personalizado label {
    width: 30%;
    float: left;
    text-align: right;
    padding: 6px 12px;
    margin-bottom: 0px;
}

.form-personalizado .checkbox, .form-personalizado .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-control-inline {
    width: 70%;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-inline:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.btnNotificacaoTopo {
    position: relative;
    right: 10px;
    top: 5px;
}

.ui-select-container .ui-select-placeholder, .ui-select-container .ui-select-match-text {
    float: left !important;
    line-height: 31px;
}

.ui-select-container .form-control {
    padding: 0px 12px;
}
.table-curso-pacote .ui-select-match, .table-curso-pacote .ui-select-choices {
    min-width:250px;
}
.table-curso-pacote .col-md-12 {
    margin-bottom: 12px;
}
.loadingFull{
    background: rgba(255,255,255,0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    z-index:1040;
    text-align: center;
    line-height: 60;
}
.loadingFull .loading {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

table tr.disabled, table td.disabled {
    text-decoration: line-through;
}
table tr.danger td ,table tr.warning td{
    color: #333 !important;
}

.table-center-td td {
    vertical-align: middle !important;
}