
a {
	color: #0079bf;
}

label small {
	display: block;
	font-weight: normal;
}

.user-panel > .info {
    position: relative;
    left: 0;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
}

.sidebar-menu .treeview-menu > li > a > .fas {
	width: 20px;
}

.sidebar-menu .treeview-menu > li {
    padding: 4px;
}

.navbar-nav > .user-menu > .dropdown-menu {
    width: 230px;
}

.well {
    background-color: #ffffff;
}

span.label {
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Adicionado por Henderson */
/* Os radios button logos abaixo do label estavam ficando muito longe e afastados... */
label + .radio {
    margin-top: 0px;
}
.dropdown-menu > li > hr {
    margin: 5px;
}

#div-recuperar-senha {
    display: none;
}

#div-recuperar-senha form{
    display: flex;
}

#bt-recuperar-senha, #bt-voltar-login{
    display: block;
    margin-top: 10px;
    text-align: right;
}

.small-box a{
    color: #fff;
}

.box-efeito-alerta {
    animation-name: glow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
a#voltar-pagina {
    display:none
}
a#voltar-pagina::after {
    content: "Voltar";
    margin-left: 8px;
}
@keyframes glow {
  from { box-shadow: 0 4px 4px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(255, 0, 0, 0.9) }
  50% { box-shadow: 0 4px 4px rgba(0, 0, 0, 0.075) inset, 0 0 20px rgba(255, 0, 0, 0.9) }
  to { box-shadow: 0 4px 4px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(255, 0, 0, 0.9) }
}


.btn-file {
	display: block;
}
.btn-file input[type=file] {
	display: none !important;
}

/* Colocado por Henderson */
td.min,
th.min{
    width: 1%;
    white-space: nowrap;
    position: relative;
}
.breadcrumb>li{
    text-transform: capitalize;
}
.dropdown-menu > li > a{
    color:#777 !important;
}
.expirado-label{
    top: -1px;
    position: relative;
}
.mce-panel{
    max-width: initial !important;
}
.input-group-addon label{
    font-weight: normal;
}
.input-group-addon input{
    vertical-align: bottom;
}
input[type="file"]{
    border: none;
    outline: 0 none !important;
}
input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
input[type="file"]::before {
    content: 'Escolher arquivo';
    display: inline-block;
    background: #f39c12;
    border: 1px solid #e08e0b;
    border-radius: 3px;
    padding: 2px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #fff;
    font-size: 10pt;
}
input[type="file"]:hover::before {
    opacity: 0.7;
}
.box-tutorial.box p{
    cursor: pointer;
}
.box-tutorial.box p:hover{
	opacity: 0.7
}
#newsletter-opcoes .item-newsletter{
	transition: all 0.3s;
}

/* Colocado por Henderson */



/* 
 * Seletor de tema 
 *
 */
#tema{
    width: 220px;
}
#tema>li {
    float:left;
    width: 33.33333%;
    padding: 5px;
}
#tema>li>a {
    display: block;
    box-shadow: 0 0 1px rgba(0,0,0,0.4);
    padding: 3px 5px;
}
#tema span.tema-menu-dark {
    display:block;
    width: 20%;
    float: left;
    height: 20px;
    background: #222d32;
}
#tema span.tema-menu-light {
    display:block;
    width: 20%;
    float: left;
    height: 20px;
    background: #f9fafc;
}
#tema span.tema-body {
    display:block;
    width: 80%;
    float: left;
    height: 20px;
    background: #f4f5f7;
}
#tema span.tema-topo{
    display:block; width: 100%; float: left; height: 7px;
}

#tema p {
    font-size: 11px;
}
/* fim seletor de tema */




/* 
 * Específico para páginas/views
 * Todas as páginas do painel possuem uma section específica 
*/
/*
section[id^="view-"] a {
    color:inherit;
}
*/
section[id^="view-"] h2{
    font-size:20px;
    margin:0 0 15px 0;
}
section[id^="view-"] h3{
    font-size:17px;
    margin:0 0 15px 0;
}
section[id^="view-"] .small-box h3{
    font-size:29px;
}
section[id^="view-"] .btn-cadastro{
    margin:0 0 10px 0;
}
section[id^="view-"] .div-cadastro{
    display:none;
    /*padding:15px;*/
}
section[id^="view-"] .btn-inline{
    margin:25px 0 0 0;
}
/* Comentado por Henderson 
section[id^="view-"] .div-edicao{
    padding:15px;
}
*/
section[id^="view-"] .div-cadastro label, section[id^="view-"] .div-edicao label{
    /*margin:0 0 0 0;*/
}
section[id^="view-"] .div-cadastro .descricao, section[id^="view-"] .div-edicao .descricao{
    font-size:12px;
    color:#757575;
    margin:0 0 0 0;
}
section[id^="view-"] .table{
    margin-bottom:0;
}
/* Comentado por Henderson 
section[id^="view-"] .box-header{
    padding:15px 15px 0 15px;
}
*/
/* Comentado por Henderson 
section[id^="view-"] .box-body{
    padding:15px;
}
*/
/* Comentado por Henderson 
section[id^="view-"] .box:last-child{
    margin-bottom:0;
}*/

/*
section[id^="view-"] .table a.preview{
    color: #fff;
    font-size:13px;
    font-weight:700;
    text-align: center;
    background-color: #428bca;
    padding:2px 5px 3px 5px;
    line-height: 1;
    border-radius:3px;
	white-space: nowrap;
}
*/
section[id^="view-"] .table a.preview{
	white-space: nowrap;
}

/* 
 * Fim Específico para páginas/views
*/




/* media queries */
@media (max-width: 1600px) and (min-width: 768px) {
    .small-box h3 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width:750px;
        max-width:100%;
    }
}