/* Geral */

*{
	font-family: Futura, sans-serif;
}

body{	
	color: #555555;
	font-size: 12px;
}

br {
	clear: left;
}

img{
	border: 0px;
}

select[readonly] {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}

/*
 * Ajustes para o bootstrap
 */

.glyphicon-2x {
	font-size: 16px;	
}

.glyphicon-3x {
	font-size: 20px;	
}

.required {
	background-color: #fff9d0;;
}

.form-control-full {
	width: 100%;
}

table, th {
	align: center;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 350px;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  width: 100%;
}

.input-group-addon:last-child {
  border-left: 0;
  width: 10px;
}

.form-control[readonly] {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}

/*
 * Janela. Utilizando em JanelaFiltro, JanelaResultados, JanelaEntrada
 */

.window {
	width: 100%;
	background-color: #FFFFFF;
	padding: 4px;
}

.resultWindow {
	background-color: white;
	padding: 0px;
}

/*
 * Utilizados em PanelGrids que sao tabelas de entrada de dados.
 */

.propertyColumn {
	text-align: left;
}

/**
 * Detalhe
 */
 
.detailBlock {
	background-color: white;
}

.selectedRow {
	background-color: #BEECBB;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.mouseOnRow {
	background-color: #DEF4DD;
}

.listagemHeader {
	background-color: #3193c0;
	color: #FFFFFF;
}

/*
 * Utilizados para fazer o botao de spin rotacionar
 */


.fa-spin-custom, .glyphicon-spin {
    -webkit-animation: spin 2000ms infinite linear;
    animation: spin 2000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* ESTILOS UTILIZADOS NA FUNCIONALIDADE DO QUADRO DE MENSAGENS */
.icon_msgs {
	color: #808080;
}

.icon_msgs:hover {
	cursor: pointer;
}

.qtdeNovasMensagens {
	top: -12px;
    left: -10px;
    position: relative;
    background-color: red;
    font-size: 10px !important;
}

div.nao-lida {
	background-color: #fff !important;
}

div.nao-lida a {
	font-weight: bold;
}

div.lida {
	background-color: #f5f5f5 !important;
}

div.lida a {
	font-weight: normal;
}

.ellipsis {
	position: relative;
	top: 5px;
}

.fa-1_4x {
	font-size: 1.4em;
}

.loadersmall {
  border: 5px solid #c6c6c6;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal;
    padding: 4px 20px 4px 4px;
}
.tablesorter-headerAsc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter-headerDesc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter .sorter-false {
    background-image: none;
    cursor: default;
    padding: 4px;
}

.info-label:hover {
	cursor: help !important;
}

/* Estilos para manter o FullCalendar com tema do Bootstrap 3 */
.fc .fc-button-primary {
  	border: 1px solid;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}

.fc .fc-button-primary:disabled {
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	color: #333;
	background-color: #e6e6e6;
	background-image: none;
    opacity: .65;
    box-shadow: none;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: currentColor;
}

.fc .fc-button-primary:hover {
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: currentColor;
	color: #333;
	background-color: #e6e6e6;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.modalNotificacao {
	z-index: 99999999;
}

.modalNotificacao.modal.left .modal-dialog {
	position: fixed;	
	bottom: 20;
	right: 20;	
	width: auto;
	height: auto;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modalNotificacao.modal.left .modal-content {
	overflow-y: auto;
	background: none;
	box-shadow: 0 0px 0px rgba(0, 0, 0, .5);
    border: 0;
}

.modalNotificacao.modal.left .modal-content .modal-body{
	padding: 0px !important;
	display: inline-grid;
}

.modalNotificacao.modal.left .modal-content .modal-body .close{
	background-color: transparent !important;
    background-repeat: no-repeat !important;
    border: none !important;
    cursor: pointer !important;
    overflow: hidden !important;
    outline: none !important;
    font-size: 40px !important;
    font-weight: inherit !important;
    padding-left: 90%;
    color: #fff;
    opacity: 0.8;
}
