@charset "utf-8";
#loading {
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:74px;
    background: #000 url(../../../../assets/img/load.gif) no-repeat center;
    z-index:1037;
  }
  @media only screen and (max-width: 992px) {
    #loading{
      left:0px !important;
    }
  }

/* CSS Document */
.topbar ul.dropdown-user{
	padding: 0px;
    width: 270px;
}
.topbar ul.dropdown-user li{
	list-style: none;
    padding: 0px;
    margin: 0px;
}
.topbar ul.dropdown-user li.divider{
	height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(120, 130, 140, 0.13);
}
.topbar ul.dropdown-user li a{
	    padding: 9px 15px;
    display: block;
    color: #99abb4;
}


/*MODAL DIALOG*/
.modal-dialog.modal-lg > .modal-content > form > .card{
	margin:0 !important;
}

input.error{
	border-color:#dc3545 !important;
}
label.error{
	color:#dc3545;
	font-weight:normal !important;
	display: block;
    clear: both;
    width: 100%;
}
.login-box{
	max-width: 450px;
    margin: 0 auto;
     border: none;
    background-color: #000;
    padding: 1em;
    padding: 1em 2em;
    border-radius: 5px;
}

.login-box .btn-primary{
	background-color: #ab9423;
    border:none;
}
.login-box .btn-primary:hover{
	background-color: #c7ad2a;
}
.login-box label{
	color:#CCC;
}

/*fieldset - estilo*/
fieldset.relatorio legend{
	max-width:150px;
}
fieldset.relatorio label{
	font-weight:normal !important;
}

/*UPLOAD FIELD*/
.custom-file-label span{
	display: inline-block;
    height: 35px;
    background-color: #FFFFFF;
    margin-top: -5px;
    padding-right: 0;
    line-height: 33px;
    position: absolute;
    width: 122px;
}
#fileInput-dtanexos{
	padding-left:.55em;
}
.custom-file-label{
	background-color:transparent !important;
	padding-left: .5em;
}
.input-group-append,.custom-file-label{
	cursor:pointer;
}
.input-group-append:hover span,.custom-file-label:hover::after{
	background-color:#f7f7f7;
}

/*mensagem comum post*/
.callout .mensagem-comum-wrap{
	padding: .5em;
    background-color: #eee;
    margin-left: -.5rem;
    margin-right: -1rem;
    margin-bottom: -.5rem;
    border-bottom-right-radius: .25rem;
}
.callout .mensagem-comum-wrap .btn-primary{
	    color: #555;
		background-color: #f4f4f4;
		border-color: #ced4da;
}
.mensagem-tipos-wrap hr{
	margin-bottom: 0;
}
.mensagem-tipos-wrap input[type="radio"]{
	display:none;
}
.mensagem-tipos-wrap label{
	color: #555;
    display: inline-block;
    padding: .5em;
    margin: .2em;
    text-decoration: none;
	font-weight: normal !important;
	cursor:pointer;
}
.mensagem-tipos-wrap label.selected{
	    text-decoration: underline;
}
.mensagem-tipos-wrap label:hover{
	color: #555;
    background-color: #f9f8f8;
}
/*feed eventos*/
.card-comments{
	background-color:transparent;
}
.lb-novo{
	/*display: inline-block;
    background-color: red;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 3px;*/
	font-size: small;
    position: absolute;
    right: 25px;
}
.timeline-badge{
	width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 30px;
    position: absolute;
}
.text-muted   a.link-siape-detalhe{
	color:#007bff !important;
	text-decoration:none!important;
}
.card-comments .text-muted{
	margin-bottom: 0.6em;
    display: inline-block;
    font-size: 13px;
}
.msg-layoute .comment-text{
	border: 1px solid #dcdcdc;
    padding: 1em 1.5em;
    background-color: #FFF;
    margin-bottom: .5em;
    b-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
}
.card-comments .card-comment{
	position:relative
}

/*summary - constatação listagem*/
ul.summary{
	list-style: none;
    border-left: solid 1px #eee;
    padding-left: 1em;
    margin-left: 1em;
}
ul.summary .prazo-value .btn-secondary{
	background-color:#FFF !important;
	border-color:#FFF !important;
	color:#15273e !important;
}
ul.summary li.prazo{
	text-align: center;
    padding: 1em;
    display: block;
    margin-bottom: .5em;
}
ul.summary li.prazo > span:not(.time-info){
	text-align: center;
    display: block;
    font-size: 1.5em;
}
ul.summary li.prazo span.time-info{
	color: #999;
    font-size: 13px;
	padding:.25em;
	display:inline-block;
	margin-bottom:.5em
}
ul.summary li.visualizacao{
	border-bottom: 1px solid #eee;
    padding-bottom: .5em;
    margin-bottom: .5em;
}
ul.summary li:not(.prazo) span{
	width: 50%;
    text-align: right;
    display: block;
}



a.logotipo span {
    color: transparent;
}

/*GERENCIADOR DE USUÁRIOS*/
.box.detalhe .form-group strong{
	display:inline-block;
	width:120px;
}

/*DATATABLES*/
/*fix sort*/
table.dataTable thead .sorting_asc:after{
    content: "\2193" !important;
    color:#FFF;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193" !important;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
    opacity: 1;
    color: #FFF;
}
table.dataTable .sorting_asc,  table.dataTable .sorting_desc{
    background-color:transparent !important;
}
/*end sort fix*/
.dataTable.dt-responsive{
	width:100% !important;
}
.dataTable.dt-responsive .dtr-details{
	width:100% !important;
}
.hidden-element {
  display: none;
}


[class*=sidebar-dark] .brand-link {
    border-bottom: none;
}



 /*Novo Layout*/
 /*icone menu bar*/
 @keyframes animacao-menu {
    0%   {width:0%;}
    100% {width:100%}
  }

  /*animação menu quando está aberto*/
  .sidebar-mini.layout-fixed:not(.sidebar-collapse) .nav-link .bar.second{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sidebar-mini.layout-fixed:not(.sidebar-collapse) .nav-link .bar.third{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    top:11px;
  }
  .sidebar-mini.layout-fixed:not(.sidebar-collapse) .nav-link .bar.first{
        display: none;
  }
  .nav-link:hover .bar{

    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running

  }
 .nav-link .bars{
    position: relative;
    display: inline-block;
    height: 26px;
    width: 25px;
 }
 .nav-link .bar{
    background-color: rgb(255, 255, 255) !important;
    height:4px;
    display: inline-block;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    animation-play-state: paused;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .nav-link .bar.first{
    width:40%;
    top:3px;
    animation-duration: 0.5s;
  }
  .nav-link .bar.second{
    width:100%;
    top:11px;
    background-color: #eccd78 !important;
    animation-duration: 0.6s;

  }
  .nav-link .bar.third{
    width:80%;
    top: 19px;
    animation-duration: 0.7s;

  }
  .navbar-expand .navbar-nav .nav-link{
      padding-left: 1em;;
  }

  /*Main Menu Nav*/
  .main-header.navbar{
    background-color: #222;
    border-bottom:none;
  }
  /*body*/
  .content-wrapper{
      background-color: #0f0f0f;
  }
  /*MENU VERTICAL ESQUERDO*/
  .sidebar-dark-primary{
    background-color:#292929;
  }
  .layout-fixed .brand-link{
    width: 250px;
    height: 209px;
  }
  .sidebar nav .nav-item.active > a{
        color:#FFF;
        background: #eccd78;
        background: -moz-linear-gradient(90deg, rgba(179,127,25,1) 0%, #eccd78 99%);
        background: -webkit-linear-gradient(90deg, rgba(179,127,25,1) 0%, #eccd78 99%);
        background: linear-gradient(90deg, rgba(179,127,25,1) 0%, #eccd78 99%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b37f19",endColorstr="#eccd78",GradientType=1);
        margin-right: 10px;

        -webkit-border-top-right-radius: 5px !important;
        -webkit-border-bottom-right-radius: 5px !important;
        -moz-border-radius-topright: 5px !important;
        -moz-border-radius-bottomright: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
  }
  /*logo*/
a.logotipo, .main-sidebar:hover a.logotipo {
    /*background-color: #000;*/
    background-image: url(../../../../novo_design/assets/img/new_oftreview_logo.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 180px;

}
@media (min-width: 992px){

	.sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:not(:hover) .brand-link {
		-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 209px;
        height: 209px;
        background-position: center 150px;
	}
}
/*Corpo - Títulos*/
h1.text-dark{
    color:#969696!important;
}

/*Cards*/
.card{
    /*background-color:#353535;*/
    background-color:#1F1F1F;
    color:#CCC;
}
.card .page-item.disabled .page-link{
    color: #bbbbbb;
    pointer-events: none;
    cursor: auto;
    background-color: #212121;
    border-color: #080808;
}
.page-item.active .page-link{
    z-index: 3;
    color: #a88f1a;
    font-weight: bold;
    background-color: #0a0a0a;
    border-color: #000000;
}
.page-item:not(.active) .page-link{
    color: #000000;
    background-color: #8e8e8e;
    border: 1px solid #060606;
}
.card .form-control{
    background-color: #5d5d5d;
    color:#ccc;
    border: 1px solid #292929;
}

.card .table-dark{
    background-color: #1d1d1d;
}
.card .table-dark td, .card .table-dark th, .card .table-dark thead th{
    border-color: #151515;
}
.card .btn-tool{
    color: #CCC !important;
}
.card .lista-quizzes{
    border: none;
    border-radius: 50px;
    height: 32px;
    padding: 0;
    display: inline-block;
    width: 32px;
}
.card .lista-quizzes span{
    font-size: 1.1em;
    font-weight: bold;
    color: 545454 !important;
    display: block;
    padding-left: 8px;
    text-align: center;
}
.card .note-btn-group .note-btn {
    background-color: #1b1b1b;
    color: #999;
}
.card .note-editor.note-frame .note-editing-area .note-editable,
.card .note-editor.note-airframe .note-editing-area .note-editable{
    background-color: #5d5d5d;
}
.card .note-editor.note-frame .note-status-output,
.card .note-editor.note-airframe .note-status-output{
    background-color: #5d5d5d !important;
    border:none
}
.card .nav-tabs.flex-column.nav-tabs-right .nav-item.show .nav-link,
.card .nav-tabs.flex-column.nav-tabs-right .nav-link.active{
    border-color: #000000 #000 #000 transparent;
}
.card .nav-tabs.flex-column.nav-tabs-right{
    border-left: 1px solid #000;
}
.card .nav-tabs .nav-item.show .nav-link,
.card .nav-tabs .nav-link.active{
    color:#999;
    background-color:#1b1b1b;
}

a.bt-resultado{
    color: #fff;
}
a.bt-resultado:hover{
    color: #ddbe03;
}

/*Select 2*/
/*categorias keywords*/
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	color: #999 !important;
}

.card .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #1b1b1b;
    border: 1px solid #000;
}
.card .select2-container--default .select2-selection--single,
.card .select2-container--default .select2-selection--multiple{
    background-color: #5d5d5d;
}
.card .select2-container--default .select2-selection--multiple{
    border:1px solid #292929;

}
.card .select2-container--default .select2-results>.select2-results__options{
    background-color: #1b1b1b;
}

.select2-results__options{
    background-color: #1b1b1b !important;
    color:#999 !important;
}
.select2-container--default .select2-dropdown{
    border: 1px solid #000;
    background-color: #101010;

}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #383838;
    color: white;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover{
    background-color: #000;
}
.select2-container--default .select2-selection--single{
    border:1px solid #292929;
    min-height:36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#CCC;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field::placeholder{
    color:rgb(179, 179, 179) !important;
}

/*barra de menu principal*/
.main-footer {
    background: #1b1b1b;
    border-top: 1px solid #000000;
}
footer.main-footer .btn-app {
    color: #ccc!important;
    background-color: transparent !important;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #4c4c4c;
    margin: 0 0 10px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    border-radius: 0px;
}
footer.main-footer .btn-app:hover {
    background-color: none;
    color: #ab9423!important;
}

.btn-secondary {
    color: #CCC;
    background-color: #1b1b1b;
    border-color: #000000;
    box-shadow: none;
    padding: .5rem 1.5rem
}
.btn-secondary:hover,
.btn-secondary:focus{
    background-color: #242424 !important;
    border-color: #000000;
}

/*Módulos*/
.dtr-control > span.btn.btn-tool{
    display: inline-block;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 780px) {
    #tb-modulos_wrapper #tb-modulos_length,
    #tb-modulos_wrapper #tb-modulos_filter
    {
        display:none
    }
}
@media only screen and (max-width: 480px) {
    .dtr-control .acoes-admin{
        display:block;
        padding-top:5px
    }
    #tb-modulos td.open.with-admin-tools{
        padding-top: 1.5em;
    }
}

  #resultadoModal .card.card-widget.widget-user{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
  }
  #resultadoModal .nota{
      font-size:2.2em;
      color:#fff;
  }
  .swal2-popup.swal2-icon-warning{
        background-color:#171717;
  }

    /*Navegação Layout Fixo*/
     .layout-footer-fixed .main-footer a.proxima-questao,
     .layout-footer-fixed .main-footer a.questao-anterior{
        color:#FFF;
        background-color: #333333;
        text-align:center
    }
    .layout-footer-fixed .main-footer a.proxima-questao:hover,
    .layout-footer-fixed .main-footer a.questao-anterior:hover{
        background-color:#a88f1a;
    }
    .layout-footer-fixed .main-footer{
        color:#ccc;
      }
      .layout-footer-fixed .main-footer a.show-gabarito{
        color:#fff
      }
      .layout-footer-fixed .main-footer a.show-gabarito:hover{
        background-color: #565656;
      }
      .layout-footer-fixed .main-footer .col{
        padding:0;
      }

      /*switch componente*/
      .custom-control-input:checked~.custom-control-label::before{
        border-color: #e7b327 !important;
        background-color: #272622 !important;
      }

      .dark .card h3.card-title{
		color: #656565 !important;
    	font-weight: bold !important;
	}
	.dark{
		position:relative
	}

	.dark::before{
		left: -3px;
    	top: -3px;
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		border-top-left-radius: 10px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(234,194,9,0.59);
	}
	.dark > div::before{
		bottom:-3px;
		right:-3px;
		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
	}
	.dark::before, .dark > div::before{
		content: '';
		display: block;
		position: absolute;
		background-color:#eccd78;
		height: 42px;
		z-index: 0;
		width: 42px;
		box-shadow: 0px 0px 10px 0px rgba(234,194,9,0.35);
	}
	.dark .card{
		background-color: #1f1f1f !important;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: 1px solid #2f2f2f;
	}

	.dark .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field{
		color:#fff
	}
	.dark .card .select2-container--default .select2-selection--single,
	.dark .card .select2-container--default .select2-selection--multiple {
		background-color: #101010;
	}

    .meusfiltros-wrap{
        border-bottom: 1px solid #333;
        padding-bottom: 1rem;
    }

    #modalMeusFiltros .modal-content{
        background-color:#353535
    }
    #modalMeusFiltros .modal-footer{
        border-top:none
    }
    #modalMeusFiltros .modal-header{
        border-bottom:none !important
    }
    #modalMeusFiltros .fa-exclamation-circle{
        font-size: 2rem;
    }
    #modalMeusFiltros .close, #modalMeusFiltros .mailbox-attachment-close{
        color:#CCC;
        font-size: 3rem;
        font-weight: lighter;
        line-height: 0;
        color: #ccc;
        text-shadow: 0 0px 0 #fff;
    }
    #modalMeusFiltros .modal-header .close,
    #modalMeusFiltros .modal-header .mailbox-attachment-close{
        padding:1.5rem 1rem
    }
    #modalMeusFiltros .form-control{
        background-color: transparent;
        color: #ccc;
        border-bottom: 1px solid #c3c3c3;
        border-top: none;
        border-right: none;
        border-left: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    /*Notificações*/
    .notificacoes.dropdown-menu-lg{
        max-width: none !important;
    }

   /*modal*/
   .modal-header {
      border-bottom: 1px solid #363636 !important
   }

   .nav-tabs .nav-item.show .nav-link,
   .nav-tabs .nav-link.active {
      border-color: #515151 #515151 transparent !important
   }

   .card .nav-tabs .nav-item.show .nav-link,
   .card .nav-tabs .nav-link.active {
      background-color: #212121 !important;
   }

   .nav-tabs {
      border-bottom: 1px solid #515151 !important;
   }

   .modal-footer {
      border-top: 1px solid #515151 !important
   }
   .modal-content{
      background-color: #212121 !important;
      color:#CCC;
   }
