.to-upercase {
  text-transform: uppercase!important;
}
.modal {
  overflow-y: scroll;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table .exibePonto td:before{
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 768px) {
	.rwd-table .exibePonto td:before {
		display: none;
	}
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 768px) {
	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}
	.rwd-table th:first-child, .rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child, .rwd-table td:last-child {
		padding-right: 0;
	}
}

.rwd-table {
  	overflow: hidden;
}
.rwd-table tr {
  	/*border-color: #46637f;*/
}
.rwd-table th, .rwd-table td {
  	margin: .5em 1em;
}
@media (min-width: 768px) {
  .rwd-table th, .rwd-table td {
	padding: 1em !important;
  }
}

@media (max-width: 768px) {
	.rwd-table > thead > tr > td, .rwd-table>tbody>tr>td {
		border-top:none; 
	}
	.exibePonto{
		border-bottom: 1px dotted #ddd;
	}
	
	.rwd-table th, .rwd-table td {
		margin: 0 1em 1em 0;
	}
	
}

.rwd-table .fa {
  font-size:larger!important;
  margin-left: 4px;
}	

/*.rwd-table th, .rwd-table td:before {
	color: #989898;
	text-transform: uppercase;
	font-size: 14px;
}*/






/**
* jQuery Loader Plugin.
*
* @author Rémi Goyard (https://www.mimiz.fr/)
* @version 2.1.1
* @license MIT 
* @license GPLv2 
* @date 2013-07-21
**/
/*@CHARSET "UTF-8";*/
#jquery-loader{border:2px #000 solid;padding-top:35px;background-color:#fff;text-align:center}
#jquery-loader-background{background-color:silver}
#jquery-loader.blue-with-image{border:2px #008587 solid;padding-top:35px;background-color:#fff;text-align:center;background-image:url(images/ajax-loader.gif);background-position:center center;background-repeat:no-repeat}
#jquery-loader.blue-with-image-2{border:0;padding-top:35px;background-color:transparent;text-align:center;background-image:url(../img/ajax-loader.gif);background-position:center center;background-repeat:no-repeat}
#jquery-loader.blue-with-image-3{border:0;padding-top:35px;background-color:transparent;text-align:center;background-image:url(../img/ajax-loader-lista.gif);background-position:center center;background-repeat:no-repeat}



/*UPLOAD DE ARQUIVOS*/
.plupload .plupload_container {
  padding: 0;
}
.plupload .plupload_container .plupload_filelist_header {
  display: none;
}
.plupload .plupload_container .plupload_filelist {
  background: #fff;
}
.plupload .plupload_container .plupload_filelist > li {
  background: #fff;
}
.plupload .plupload_container .plupload_filelist_footer {
  height: 30px;
  background: #fff;
}
.plupload .plupload_container .plupload_filelist_footer .pl_add {
  margin-right: 5px;
}

.plupload.pl-sidebar .plupload_filelist_footer {
  border-top: 0;
  height: auto;
  padding: 0;
}
.plupload.pl-sidebar .plupload_filelist_footer .plupload_add {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 4px;
  margin: 0;
  text-align: center;
  background: #ddd;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.plupload.pl-sidebar .plupload_filelist_footer .plupload_add:hover {
  background: #bbb;
}
.plupload.pl-sidebar .plupload_filelist_footer .plupload_file_name {
  float: none;
}
.plupload.pl-sidebar .plupload_filelist_footer .plupload_total_status, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_status, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_action, .plupload.pl-sidebar .plupload_filelist_footer .plupload_progress, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_size {
  display: none;
}
.plupload.pl-sidebar .plupload_content .plupload_filelist {
  overflow-y: auto;
  border: 1px solid #ccc;
}
.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_status, .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_status {
  display: none;
}
.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_name, .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_name {
  width: 100px;
  line-height: 18px;
  font-size: 11px;
}
.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_size, .plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_size {
  display: none;
}
.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext {
  position: relative;
  color: #333;
}
.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext span {
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}
.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext:after {
  content: "\f0ee";
  font-size: 128px;
  color: #e6e6e6;
  position: absolute;
  font-family: "FontAwesome";
  top: 10px;
  z-index: 98;
  left: 13px;
}

/*UPLOAD DE ARQUIVOS CUSTOM*/
.pluploadCustom .plupload_container {
  padding: 0;
}
.pluploadCustom .plupload_container .plupload_filelist_header {
  display: none;
}
.pluploadCustom .plupload_container .plupload_filelist {
  background: #fff;
}
.pluploadCustom .plupload_container .plupload_filelist > li {
  background: #fff;
}
.pluploadCustom .plupload_container .plupload_filelist_footer {
  height: 30px;
  background: #fff;
}
.pluploadCustom .plupload_container .plupload_filelist_footer .pl_add {
  margin-right: 5px;
}

.pluploadCustom.pl-sidebar .plupload_filelist_footer {
  border-top: 0;
  height: auto;
  padding: 0;
}
.pluploadCustom.pl-sidebar .plupload_filelist_footer .plupload_add {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 4px;
  margin: 0;
  text-align: center;
  background: #ddd;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pluploadCustom.pl-sidebar .plupload_filelist_footer .plupload_add:hover {
  background: #bbb;
}
.pluploadCustom.pl-sidebar .plupload_filelist_footer .plupload_file_name {
  float: none;
}
.pluploadCustom.pl-sidebar .plupload_filelist_footer .plupload_total_status, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_status, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_action, .pluploadCustom.pl-sidebar .plupload_filelist_footer .plupload_progress, .pluploadCustom.pl-sidebar .plupload_filelist_footer .plupload_file_size {
  display: none;
}
.pluploadCustom.pl-sidebar .plupload_content .plupload_filelist {
  overflow-y: auto;
  border: 1px solid #ccc;
}
.pluploadCustom.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_status, .pluploadCustom.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_status {
  display: none;
}
.pluploadCustom.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_name, .pluploadCustom.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_name {
  width: 100px;
  line-height: 18px;
  font-size: 11px;
}
.pluploadCustom.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_size, .pluploadCustom.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_size {
  display: none;
}
.pluploadCustom.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext {
  position: relative;
  color: #333;
}
.pluploadCustom.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext span {
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}
.pluploadCustom.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext:after {
  content: "\f0ee";
  font-size: 128px;
  color: #e6e6e6;
  position: absolute;
  font-family: "FontAwesome";
  top: 10px;
  z-index: 98;
  left: 13px;
}


/**/
/*UPLOAD DE ARQUIVOS CUSTOM LUTI*/
.pluploadCustomLuti .plupload_container {
  padding: 0;
}
.pluploadCustomLuti .plupload_container .plupload_filelist_header {
  display: none;
}
.pluploadCustomLuti .plupload_container .plupload_filelist {
  background: #fff;
}
.pluploadCustomLuti .plupload_container .plupload_filelist > li {
  background: #fff;
}
.pluploadCustomLuti .plupload_container .plupload_filelist_footer {
  height: 30px;
  background: #fff;
}
.pluploadCustomLuti .plupload_container .plupload_filelist_footer .pl_add {
  margin-right: 5px;
}

.pluploadCustomLuti.pl-sidebar .plupload_filelist_footer {
  border-top: 0;
  height: auto;
  padding: 0;
}
.pluploadCustomLuti.pl-sidebar .plupload_filelist_footer .plupload_add {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 4px;
  margin: 0;
  text-align: center;
  background: #ddd;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pluploadCustomLuti.pl-sidebar .plupload_filelist_footer .plupload_add:hover {
  background: #bbb;
}
.pluploadCustomLuti.pl-sidebar .plupload_filelist_footer .plupload_file_name {
  float: none;
}
.pluploadCustomLuti.pl-sidebar .plupload_filelist_footer .plupload_total_status, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_status, .plupload.pl-sidebar .plupload_filelist_footer .plupload_file_action, .pluploadCustomLuti.pl-sidebar .plupload_filelist_footer .plupload_progress, .pluploadCustomLuti.pl-sidebar .plupload_filelist_footer .plupload_file_size {
  display: none;
}
.pluploadCustomLuti.pl-sidebar .plupload_content .plupload_filelist {
  overflow-y: auto;
  border: 1px solid #ccc;
}
.pluploadCustomLuti.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_status, .pluploadCustomLuti.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_status {
  display: none;
}
.pluploadCustomLuti.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_name, .pluploadCustomLuti.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_name {
  width: 100px;
  line-height: 18px;
  font-size: 11px;
}
.pluploadCustomLuti.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_size, .pluploadCustomLuti.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_size {
  display: none;
}
.pluploadCustomLuti.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext {
  position: relative;
  color: #333;
}
.pluploadCustomLuti.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext span {
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
}
.pluploadCustomLuti.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext:after {
  content: "\f0ee";
  font-size: 128px;
  color: #e6e6e6;
  position: absolute;
  font-family: "FontAwesome";
  top: 10px;
  z-index: 98;
  left: 13px;
}
textarea.form-control {
	overflow-x:hidden!important;	
}







/* itens md-skin*/
.md-shadow{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.navbar-fixed-top, .navbar-static-top {
    -webkit-box-shadow: 0px 1px 3px 0px rgb(191, 191, 191);
    -moz-box-shadow: 0px 1px 3px 0px rgb(191, 191, 191);
    box-shadow: 0px 1px 3px 0px rgb(191, 191, 191);
}
#page-wrapper{
	-webkit-box-shadow: inset 1px 0px 2px 0px rgb(191, 191, 191);
	-moz-box-shadow: inset 1px 0px 2px 0px rgb(191, 191, 191);
	box-shadow: inset 1px 0px 2px 0px rgb(191, 191, 191);
}
.ibox {
    clear: both;
    margin-bottom: 25px;
	margin-top: 15px;
    padding: 0;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn,
.pagination{
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.pagination>.disabled>a{
	background-color: #f7f7f7;
	color:#777
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #00BCD4;
    border-color: #00BCD4;
    color: #FFF;
    cursor: default;
    z-index: 2;
}

/* \.itens md-skin*/




label {
    margin-bottom: 1px;
}

/* mult-list */
.content-list{
	border: 1px solid #e4e4e4;
    background-color: #fdfdfd;
    float: left;
    width: 100%;
}

.header-list{
	font-weight:bold;
	margin-top:10px
}

.sortable-list li{
	float:left;width:100%
}
.agile-list li{
	padding:0px;
}
.agile-list .btn-remover{
	margin-bottom: 3px!important;
    padding: 2px;
    width: 100%;
}
.agile-list li div{
	height: 30px;
    line-height: 30px;
}
.agile-list li {
    margin: 0 0 5px 0;
}

.content-itens{
	border: 1px solid #e4e4e4;
    background-color: #fdfdfd;
    float: left;
    width: 100%;
}
.header-categorias{
	font-weight:bold;
	margin-top:10px
}
.sortable-list li{
	float:left;width:100%
}
.agile-list li{
	padding:0px;
    margin: 0 0 5px 0;
}
.agile-list li div{
	height: 30px;
    line-height: 30px;
}
.mult-list #btn-add{
    margin-top: 16px;
    display: block;
    width: 100%;
    font-size: 35px;
    font-weight: bold;
    line-height: 20px;
}

hr.quebra-lista{
	margin-top: 0px;
	margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
	float:left;
    width: 100%;
}

/* mult-list */


.viewUnique .form-control[readonly],
.viewUnique fieldset[readonly] .form-control {
    background-color: transparent;
    opacity: 1;
    border-top-color: transparent;
    border-right-color: transparent;
}

.form-control[readonly],
fieldset[readonly] .form-control {
    background-color: #FAFAFA;
}

/* datatables */
.table{
	border-top:0px;
	border-right:0px;
	border-left:0px;
}
div.dataTables_wrapper div.dataTables_paginate {
   margin-top: -22px;
}
.table > thead > tr.campos-pesquisa > th {
    padding: 0px;
	height:45px;
	border: 0!important
}
.table > thead > tr:first-child{
}
table.table-bordered.dataTable tr td:first-child,
.table > thead > tr:last-child > th:first-child{
	border-left:1px solid #DDD;
}
table.table-bordered.dataTable tr td:last-child,
.table > thead > tr:last-child > th:last-child{
	border-right:1px solid #DDD;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-left: 2px solid #00BCD4;
    border-radius: 25px;
    color: #000000;
    line-height: 11px;
    padding: 7px 20px 6px 7px;
    margin-top: 3px;
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    height: 11px;
    right: 5px;
    top: 3px;
    font-size: 16px;
    background: none;
    color: #E22;
}.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover{
	color:#CCC
}

.chosen-container-multi .chosen-choices .search-choice .search-choice-close:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	content: "\f00d";
}

table.table-bordered.dataTable tbody td {
    max-width: 100px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    vertical-align: middle;
}

table.table-bordered.dataTable tbody td:last-child {
    min-width: 96px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: normal;
    padding: 2px;
}

/* btns actions */
.rwd-table .fa, table th .btn, table th .btn  {
	display: inline!important;
}
table tr td i{    
	margin: 2px!important;
    float: left;
    height: 20px;
    width: 24px;
    text-align: center;
}
table tr td i, .rwd-table .fa {
    font-size: 14px!important;
    line-height: 13px;
    background-color: #ddd;
    color: #525151;
    padding: 4px 6px;
    margin: 0px;
    margin-top: -4px;
    margin-bottom: -4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 2px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
	
}/* \.btns actions */
table tr td i:hover, .rwd-table .fa:hover{
    background-color: #FFF;
	color:#000;
}
.dataTable tr:hover>td{
	background-color:#00BCD4!important;
	color:#FFF;
}
.dataTable th.sorting:hover{
	background-color:#00BCD4!important;
	color:#FFF;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after{
	opacity:1
}
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after{
	font: normal normal normal 14px/1 FontAwesome;
}
table.dataTable thead .sorting_asc:after{
	content:"\f15d"
}
table.dataTable thead .sorting_desc:after{
	content:"\f15e"
}




table.dataTable thead th.sorting, 
table.dataTable thead th.sorting_desc, 
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_asc_disabled, 
table.dataTable thead th.sorting_desc_disabled {
    background: #F5F5F5;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.dataTable thead th.sorting_desc, 
table.dataTable thead th.sorting_asc{
	background: #DDD;
}



.modalPesquisaDefault .modal-body {
	background-color:#FFF!important;
	padding: 10px;
}

.modalPesquisaDefault .modal-body table tr:hover{
	cursor:pointer
}

/* \.datatables */


.col-no-padding{
	padding-right: 0px!important;
    padding-left: 0px!important;
}

/* Select2 */
.chosen-container .chosen-drop {
    z-index: 1061;
}
.select2-container{
  font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 31px;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
  border: 1px solid #d7d7d7;
}
.select2-container--default:hover .select2-selection--single:hover, .select2-container--default:hover .select2-selection--multiple:hover{
  border: 1px solid #03A9F4
}
.select2-container--default, .select2-selection--single{
 border: none;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border: 1px solid #d7d7d7;
    height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    padding-left: 4px;
    font-size: 24px;
    line-height: 19px;
    background: none;
    color: #E22;
    font-weight: bold;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color:#CCC;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fbfbfb;
    border: 1px solid #b9b9b9;
    border-radius: 20px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    padding: 4px 5px;
    border-left: 2px solid #FF5722;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    min-height: 32px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color:#03A9F4;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: block;
}
/* \.Select2 */


/* IHC */
body label {
  text-transform: uppercase!important;
}
.internet-error {
    cursor: help;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    background-color: #F44336;
    color:#FFF;
    position: absolute;
    top: 8px;
    right: 15px;
    padding: 0px 15px;
    border-radius: 8px;
    z-index: 9999;
}
.internet-error span.warning {
    width: 20px;
    height: 24px;
    float: left;
}

.ibox-title {
  text-transform: uppercase;
}
textarea{
  min-height: 34px; /* Iguala a altura dos input text */
}
.form-control,
.single-line,
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices{
  border: 1px solid #d7d7d7;
}

.viewUnique .btn-add,
.viewUnique .btn-remover,
.viewUnique a.remover-arquivo,
.viewUnique .mult-list-inputs,
.viewUnique .chosen-disabled .chosen-single div{
	display:none
}


.viewUnique .form-control[disabled], 
.viewUnique fieldset[disabled] .form-control,
.viewUnique .chosen-disabled,
.viewUnique .chosen-disabled .chosen-single,
.viewUnique .chosen-disabled .chosen-choices{
	cursor:default;
	border-top-color:transparent!important;
	border-right-color:transparent!important;
	background-color:transparent!important
}

.icheckbox_square-green.checked,
.icheckbox_square-green,
.viewUnique .icheckbox_square-green.checked.disabled,
.viewUnique .icheckbox_square-green.disabled,
.iradio_square-green.checked,
.iradio_square-green{
	background:none;
}

.icheckbox_square-green.checked:after,
.icheckbox_square-green:after,
.viewUnique .icheckbox_square-green.checked.disabled:after,
.viewUnique .icheckbox_square-green.disabled:after,
.iradio_square-green.checked:after,
.iradio_square-green:after{
	font:normal normal normal 14px/1 FontAwesome;
	font-size: 36px;
}
/*
.viewUnique .icheckbox_square-green.checked.disabled:after{
	content:"\f00c";
	color: #80ce25;
}
.viewUnique .icheckbox_square-green.disabled:after{
	content:"\f00d";
	color: #ef2516;
}*/


/*Check Radio*/
.icheckbox_square-green, .iradio_square-green {
    width: 31px;
    height: 34px;
}
.icheckbox_square-green.checked:after, .iradio_square-green.checked:after{
	/*content:"\f14a"; /* simbolo apenas*/
	content:"\f046"; /* quadro */
	/*content: "\f205"; /* interruptor */
	color: #29c32f;
}
.icheckbox_square-green:after, .iradio_square-green:after{
	/*content:"\f00d";*/
	content: "\f096";
	/*content: "\f204";*/
	color: #d7d7d7;
}.icheckbox_square-green:hover:after, .iradio_square-green:hover:after{
	color: #00BCD4;
}

.form-control.error {
    border: 1px solid #E22;
}

.has-success .control-label{
    color: #29c32f;
}

.has-success .form-control, 
.has-success .single-line, 
.has-success .chosen-container-single .chosen-single, 
.has-success .chosen-container-multi .chosen-choices,
.has-success .input-simple-search.form-control[readonly]{
	border-color:#29c32f
}
table.has-success{
    border: 1px solid #29c32f;
    border-collapse: inherit;
}

.has-error .form-control, 
.has-error .single-line, 
.has-error .chosen-container-single .chosen-single, 
.has-error .chosen-container-multi .chosen-choices,
.has-error .input-simple-search.form-control[readonly]{
	border-color:#ed5565
}
table.has-error{
    border: 1px solid #ed5565;
    border-collapse: inherit;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* auto-file*/
.auto-files,
.file-area,
.file-area .content-img,
.content-img-img,
.fileinput.fileinput-new.input-group{
	float:left;
}
.file-area .fileinput.input-group {
    margin-left: -1px;
    margin-right: -1px;
}
.file-area{
	width:100%;
	border: 1px solid #d7d7d7;
	min-height:34px;
}
.file-area:hover{
	border: 1px solid #00BCD4;
}
.file-area .content-img{
	/*height: 160px;*/
    margin-bottom: 5px;
    margin-top: 15px;
	overflow:hidden;
	min-width:200px
}
.file-area .fileinput {
    margin-bottom: 0px;
}
.file-area .content-img i{
	font-size:110px
}
.file-area img{
	max-width:100%;
	position: relative;
    transform: translateY(-50%);
}
.content-img-img{
	border:1px solid #F5F5F5;
	min-height:110px;
	margin-top: 1px;
	width:100%;
}
.content-img-img:hover{
	box-shadow: 0px 10px 5px 2px rgba(0, 0, 0, 0.14), 0 5px 9px 1px rgba(0, 0, 0, 0.2), 0 7px 12px 0 rgba(0, 0, 0, 0.12);
}
.file-area .fileinput-new.input-group .btn-file, 
.file-area .fileinput-new .input-group .btn-file {
    border-radius: 0 0px 4px 0;
}
.file-area .content-name-file{
	width:100%;
	height:15px;
	text-align:center
}
.auto-files{
	float: left;
	margin-left: 25%;
    bottom: 0;
    position: absolute;
}
.container-file-area .file-area .content-img .remover-item {
    display: none;
    margin: 5px;
    position: absolute;
    font-size: 36px;
    color: #E44;
}
.btn-file-remove:hover{
	background-color:#E33!important;
	color:#FFF
}
/* \.auto-file*/

.negative{
    filter: invert(100%);
}
.blur{
	filter: blur(4px);
}

.btn.btn-black,
.btn-black{
    background: #474545;
    border-color: #474545;
    color: #FFF
}
.btn.btn-black:hover,
.btn-black:hover{
    background: #615d5d;
    border-color: #615d5d;
    color: #FFF
}
.btn.btn-red,
.btn-red{
    background: #F44336;
    border-color: #F44336;
    color: #FFF
}
.btn.btn-red:hover,
.btn-red:hover{
    background: #f8584c;
    border-color: #f8584c;
    color: #FFF
}
.btn.btn-green,
.btn-green{
    background: #4CAF50;
    border-color: #4CAF50;
    color: #FFF
}
.btn.btn-green:hover,
.btn-green:hover{
    background: #57ca5c;
    border-color: #57ca5c;
    color:#FFF;
}

.btn.btn-purple,
.btn-purple{
    background: #8400FF;
    border-color: #8400FF;
    color: #FFF
}
.btn.btn-purple:hover,
.btn-purple:hover{
    background: #B25EFF;
    border-color: #B25EFF;
    color:#FFF;
}

.btn.btn-orange,
.btn-orange{
    background: #FF9800;
    border-color: #FF9800;
    color: #FFF;
}
.btn.btn-orange:hover,
.btn-orange:hover{
    background: #ffa92b;
    border-color: #ffa92b;
    color:#FFF;
}

.no-float{
  float: none!important;
}

.table-input-hover>tbody>tr:hover {
    background-color: #03A9F4;
}

table tbody > tr > td.inputCell{
    padding: 0;
    margin: 0;
    border:none;
}
table tbody > tr > td.inputCell > .form-control{
  padding: 0px;
  margin:0px;
  height: 37px;
  padding-left: 4px;
  padding-right: 4px
}
.input-shadown,
.form-control,
.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices{
  -webkit-box-shadow: inset 0px 0px 2px 0px rgba(230,230,230,1);
  -moz-box-shadow: inset 0px 0px 2px 0px rgba(230,230,230,1);
  box-shadow: inset 0px 0px 2px 0px rgba(230,230,230,1);
}
.chosen-container-single .chosen-search input[type="text"]{
  color: #000!important;
}

table tr td i.btn-verdocs{
  min-width: 85px;
  font-size: 14px!important;
  height: 31px;
  line-height: 23px;
  white-space: nowrap;
}
table tr td i.btn-verdocs span{
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px!important;
}
table th.acoes-verdocs{
  min-width: 271px;
}
span.status-nota{
  background-color: #474545;
  color: #FFF;
  border-radius: 25px;
  padding: 8px 10px;
  font-weight: bold;
  width: 100%;
  float: left;
  text-align: center;
}
span.status-nota.pendente{
  background-color: #FF9800;
}
span.status-nota.aceita{
  background-color: #4CAF50;
}
span.status-nota.recusada{
  background-color: #F44336;
}
i.ico-ncs{
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 24px!important;
  line-height: 16px;
  margin-right: 7px!important;
  color: #ecbf36;
  text-shadow: 0px 0px 8px #b5b5b5;
}i.ico-ncs:hover{
  background-color: transparent;
  color: #edbf38;
}
table.table-content-nc tr:hover > td{
  background-color: #03A9F4;
}
table.table-content-nc{
  background-color: #EEE;
  border-bottom: 2px solid #ff5722;
  border-left: 2px solid #ff5722;
}
table.table-content-nc th,
#contentNotas td.active{
  background-color: #e7eaec!important;
}
#contentNotas td.active{
  border-left: 2px solid #ff5722;
}
.td-icone-nc.active:hover{
    padding-bottom: 0px!important;
    padding-left: 0px!important;
}
.td-icone-nc:hover{
    cursor: pointer;
    -webkit-filter: brightness(1.2);
   -moz-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
     -o-filter: brightness(1.2);
    filter: brightness(1.2)
    padding-bottom: 4px!important;
    padding-left: 4px!important;
}

.modal.fade.modal-generic-simple-search.in{
    background: rgba(5, 5, 5, 0.23);
}
.btn-close {
    background-color: #FF5722;
    color: #FFF;
    border-color: #FF5722;
}
.btn-close:hover {
    background-color: #ff6e41;
    color: #FFF;
    border-color: #ff6e41;
}

#contentNotas tr th.width-status,
table.table-content-nc tr th.width-status{
  width:130px!important;
}

.ibox-title span.info-status-form{
    font-size: 14px;
    padding: 14px;
    margin: -16px;
    height: 42px;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
.ibox-title span.info-status-form.error{
    background-color: #F00;
    border-bottom: 1px solid #F00;
}
.ibox-title span.info-status-form.success{
    background-color: #4CAF50;
    border-bottom: 1px solid #4CAF50;
}
.input-readonly{
    background-color: transparent!important;
    border-top: none;
    border-right: none;
    box-shadow: none;
}

.inputTableSearchModal{

}
.inputTableSearchModal .itm_texto:hover{
  cursor: pointer
}
.dinamic-modal .modal-body{
  background-color: #FFF;
  overflow-y: auto;
  min-height: 300px;
  max-height: 500px;
}
.dinamic-modal .modal-header{
  border-bottom: none;
}
.dinamic-modal .results .row-results{
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-top: -1px;
    font-size: 13px;
}
.dinamic-modal .results .row-results:hover,
.dinamic-modal .results .row-results.active:hover{
    background-color: #03A9F4;
    color:#FFF;
    cursor: pointer;
}
.dinamic-modal .results .row-results.active{
  background-color: #EEE;
}
.dinamic-modal .results div.celula{
    padding: 3px!important;
    height: 1cm;
    line-height: 0.8cm;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.dinamic-modal .modal-footer .pag{
  float: left;
  margin-bottom: -35px;
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
.dinamic-modal .modal-footer .pag .pagination{
  margin:0px
}

@media (max-width: 767px){
  .dinamic-modal .results div.celula{
    height: 0.6cm;
    line-height: 0.6cm;
  }
  .dinamic-modal .modal-footer .pag{
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

.chosen-container-active.chosen-with-drop .chosen-single{
    z-index: 1100
}
.chosen-drop,
.chosen-container-active.chosen-with-drop,
.select2-dropdown.select2-dropdown--below,
.select2-container--open{
    box-shadow: 0px 2px 5px 0px rgb(135, 135, 135);
}
.form-control {
    height: 35px;
}

/* Modal com a ficha de impressão pequena */
.small-ficha-de-agendamento{
    zoom:130%;
    text-transform: uppercase;
}
img.img-topo-small-ficha {
    height: 60px;
    margin-top: 0px;
    margin-bottom: -45px;
}
img.img-rodape-small-ficha {
    float: right;
    height: 30px;
    margin-top: -8px;
}
/* \.Modal com a ficha de impressão pequena */

/* sweet alert */
.sweet-alert .sa-button-container button.cancel {
    background-color: #FFF!important;
    color: #000!important;
    border-color: #F8F8F8!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15)!important;
}.sweet-alert .sa-button-container button.confirm {
    background-color: #03A9F4!important;
    color: #FFF!important;
    border: 1px solid #d2d2d2!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15)!important;
}
/* \.sweet alert */

/* \.IHC */


/* dropzone */

.pdf{
	
}

.dropzone {
    border: 1px solid #e5e6e7
}
.dropzone .dz-message{
    text-align: center;
    margin: 10px;
	width:100%;
	float:left
}
.dropzone.dz-clickable:hover{
	border-color:#00BCD4
}
.dropzone.dz-clickable .btn:hover{
	cursor:pointer;
}
.dropzone .dz-message span{
	float: left;
    height: 100%;
	width: 100%;
    margin-top: 6%;
}
.drop-preview-arquivo{
	/*background-color: #f5f5f5;*/
	background-color: #FFF;
    height: 41px;
	margin-right: 1%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden
}
.preview{
	width: 100%;
    float: left;
    text-align: center;
	height:170px;
}
.dropzone .dz-preview {
    display: block;
}
.preview a:hover,
.preview i:hover,
.preview img:hover{
	cursor:pointer
}
.preview i{
	font-size: 120px;
    line-height: 160px;
    color: #9E9E9E;
}
.preview i.fa-file-pdf-o,
.file-area i.fa-file-pdf-o{
	color:#C33
}
.preview i.fa-file-word-o,
.file-area i.fa-file-word-o{
	color:#06F
}
.preview i.fa-file-excel-o,
.file-area i.fa-file-excel-o{
	color:#393
}

.dropzone .dz-preview {
	min-height: 30px;
}
.drop-preview-arquivo{
    height: 160px;
}
.drop-preview-arquivo, .drop-nome, .drop-size, .drop-bar{
	float:left;
	width: 100%;
}

.dz-item-content,
.drop-preview-arquivo .preview a{
	height:100%;
	width:100%;
	float:left
}
.dz-item-content{
	margin-bottom:10px;
}

.drop-nome{
	text-align:center;
	height: 15px;
	float:left;
}
.drop-nome p{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drop-size{
	width: 18%;
    margin-left: 1%;
    text-align: right;
}

.drop-bar .progress{
	margin-bottom:0px;
	height: 5px;
}
.drop-content-size-bar{
	width:100%;
	float:left;
}
a.dz-remove{
	color:#E44;
	width: 100%;
    margin-right: -20%;
    float: left;
}
a.dz-remove:hover{
	background-color:#E44;
	color:#FFF
}

.dropzone.dz-clickable {
    cursor: pointer;
    padding: 5px;
}
.dropzone .dz-preview{
	margin:0px;
}
.dropzone {
	min-height: 225px!important;
	float:left;
	width:100%
}

.dz-progress{
	width:100%;
}
.drop-bar{
	margin-bottom: -1px;
}
.progress-bar.progress-bar-success{
	background-color:#74d800;
}


.remover .remover-item{
    display:block;
}
.remover-item{
    display:none;
    position:absolute;
    font-size:36px;
    color:#E44;
}
.remover img{
    filter: blur(8px);
    filter: invert(100%);
}
.sweet-alert p{
    text-align:left;
    text-transform: none
}
.anexos .content-img-load{
    width:100%;
    float:left
}
.anexos .content-img-load img{
    float: initial;
    height:185px;
    width: auto;
    max-width: 100%;
    position: unset;
}
.anexos .content-img-load img:hover, .anexos a.dz-remove:hover{
    cursor:pointer
}
/* \.dropzone */



/* QLD */
.btTipoNotificacao{
	font-size: 12px;
    height: 50px;
    white-space: pre-wrap;
    vertical-align: middle;
	color:#bfbfbf;
	background-color: #eaeaea;
}
.btTipoNotificacao.selected{
	background-color: #00BCD4;
    color: #fff;
    font-weight: bold;
	outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.cortinaSelectTipo{
	display:none;
}
/* \.QLD */

/* WOF */
.center{
	text-align:center
}
.dataTables_wrapper {
	padding-bottom: 8px;
}
/* E = Em Aprovaçao , P = Em Aprovaçao com Atraso, A = Em Adequacao, R = Reprovada, F = Finalizada */
.legenda-status{
	border:1px solid #d7d7d7;
	padding: 8px;
}
div.ico-status{
	display: inline-block;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.35);
	border-radius: 30px;
	height: 20px;
	width: 20px;
	text-align: center;
	margin-bottom: -5px;
	margin-top: -5px;
}
div.ico-status i{
	color:#FFF;
	font-size: 16px;
	line-height: 19px;
}
div.ico-status.st-aprovada i{
	font-size: 15px;
}

div.ico-status.em-aprovacao{
	background:#2196f3;
}
div.ico-status.em-aprovacao-com-atraso{
	background:#ff9800;
}
div.ico-status.em-adequacao{
	background:#ffeb3b;
}
div.ico-status.reprovada{
	background:#f72818;
}
div.ico-status.finalizada{
	background:#4caf50;
}

div.ico-status.st-aprovada{
	background:#4caf50;
}
div.ico-status.st-reprovada{
	background:#f72818;
}

.tblEvidencias .titulo{
	text-align:center;
	font-size:14px;
}
.content-tblEvidencias.has-error{
	border:1px solid #F00;
}
/* \.WOF */



.table > tbody > tr > th,
.table > tbody > tr > td {
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}



/* mobile */
@media (max-width: 768px) {
	.ibox-content {
		padding: 10px 0px 0px 0px;
		border-color: #FFF;
		border: 0px;
	}
	#page-wrapper {
    	padding: 0px;
	}.ibox {
    	margin-top: -1px;
	}
}

@media print {
  .small-ficha-de-agendamento{
        zoom:80%!important;
        max-width: 12cm;
        margin: 10px;
    }
    .modal {
      overflow-y: visible;
    }

  	.ibox-title{
  		background-color:transparent;
  		border:none;
  	}
  	.ibox-content{
  		border:none;
  		zoom:80%;
  	}
  	.row{
  		border:none!important;
  	}
  	.footer{
  		display:none!important;
  	}
  	.no-print{
  		display:none!important
  	}
}

.sweet-alert{
	max-height:450px;
    overflow-y: auto;
}

/* generic-simple-search */
.generic-simple-search.modal-header{
}
.generic-simple-search.modal-body{
  padding: 0px 15px;
  margin-top: -1px;
  overflow-y: auto;
  max-height: 400px
}
.generic-simple-search.modal-body .table > tbody > tr > td {
    vertical-align: middle;
    font-size: 13px;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
}
.table-generic-simple-search{
  margin-bottom: 0px
}
.table-generic-simple-search > tbody > tr:hover{
  background-color: #2196F3;
  color:#FFF;
  cursor: pointer
}
.table-generic-simple-search > tbody > tr.selected{
  background-color: #DDD
}
.generic-simple-search-info-results{
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: -34px;
    line-height: 34px;
    font-size: 14px;
}
.group-simple-search{
    margin-bottom: -1px
}

.input-simple-search.form-control[readonly]{
    border: 1px solid #d7d7d7;
}
/* \.generic-simple-search */


/* generic-select-buttons */
.generic-select-buttons{
    min-height: 115px;
    float: left;
}
.generic-select-buttons label{
    margin-bottom: -15px
}
.generic-select-buttons-container{
    height: 100%;
    width: 100%;
    float: left;
    overflow-y: auto;
}
.generic-select-buttons-container .col-sm-2{
    float: left;
}
@media (max-width: 1366px){
    .generic-select-buttons-container .col-sm-2 {
        width: 25%;
    }
}
@media (max-width: 1000px){
    .generic-select-buttons-container .col-sm-2 {
        width: 33.33333333%;
    }
}
@media (max-width: 780px){
    .generic-select-buttons-container .col-sm-2 {
        width: 50%;
    }
}
.generic-select-buttons-container .button{
    text-align: center;
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 15px;
}
.generic-select-buttons-container .btn{
    height: 80px;
    width: 100%;
    padding: 0px;
    text-align: center;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
/* \.generic-select-buttons*/


/* efeitos de formulários */
.form-group.indisponivel{
  opacity: 0.5;
}
/* \.efeitos de formulários */

.modal-dialog.modal-xl {
    width: 90%;
}
@media (min-width: 768px){
  .modal-dialog.modal-xl {
      width: 90%;
  }
}
@media (max-width: 700px){
  .modal-dialog.modal-xl {
      width: 100%;
  }
}



/* Personalizações --refatorar */
.form-control:focus,
.single-line:focus {
  border-color: #00BCD4 !important;
}
.form-control:hover,
.single-line:hover,

.chosen-single:hover,
.chosen-choices:hover,

.form-group:hover > .form-control,
.form-group:hover > .chosen-container.chosen-container-multi .chosen-choices{
  border-color: #00BCD4;
}

/* sweet-alert */
.sweet-alert.showSweetAlert p {
  text-align: center;
}
/* \.Personalizações */




/* chosen select */
.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices{
  border-radius:0;
}
.chosen-container-single .chosen-single{
  height: 34px;
}
.chosen-container.chosen-container-single {
  height: 35px;
}
.chosen-choices {
  min-height: 35px;
}
.chosen-container .chosen-drop{
  border: 1px solid #00BCD4!important;
  border-radius:0;
}
.chosen-container-multi .chosen-choices li.search-choice{
  margin: 3px 0 3px 5px;
}
.chosen-container .chosen-drop{
  border: 1px solid #00BCD4!important;
  border-top: 0px!important;
}
.chosen-container-single .chosen-search input[type="text"]:focus{
  box-shadow: 0 0 0 0;
    outline: 0;
    border: 1px solid #00BCD4!important;
}
.chosen-container-single .chosen-search input[type="text"]{
  border-radius:0px;
   border: 1px solid #CCC!important;
}
.chosen-disabled {
    opacity: 1 !important;
  background-color:#eee
}


.chosen-container-single .chosen-single{
  background:transparent;
  background-color:transparent
}

/* \.chosen select */



/* componentes core */
td.td_tmp_tab_n-n{
  text-align:center;
}
/* \. componentes core */

/* Menu vertical */
.navbar-default.navbar-static-side i{
  font-size:14px;
}

/* \.Menu vertical */

.input-group.date,
.input-group.clockpicker {
/*  margin-bottom: -1px; */
}

.actions-form-footer button.btn {
  min-width: 200px;
  margin-left: 3px;
  margin-right: 3px
}

/** implemento widget grid **/

.widget-grid-t-5 {
  width: 17.99%;
}
.widget-grid-t-7 {
  width: 12.28%;
}
/** \.implemento widget grid **/


/** media **/
@media (max-width: 1366px) {
}

span.marcaTexto {
  background-color: #ff9800
}

@media (max-width: 768px) {
  .btn-primary, .btn-white{
    width:100%;
    display:inline-block!important;
  }

  [class*="col-"] .chosen-select {
    width:100%!important;
    z-index:999!important;
    position: inherit!important;
  }
}
/** media **/