/*
* Jgwebcom - Soluções Tecnnlógicas (http://www.jgwebcom.com)
* Copyright(c) 2016, Jgwebcom.
* Versão: 1.1.0
*/
/* avisos */
label.error {
  color: #900;
}
input.error {
  border-left: 5px solid #900 !important;
}

/* galeria de fotos jg */
.file {
  float: left;
  width: 25%;
  border: 5px solid #fff;
  margin: 15px 10px 0 15px;
}

.file .file-content {
  background: #f2f2f2;
  display: block;
  position: relative;
}
.file .file-content .order-number {
  position: absolute;
  top: -13px;
  left: -9px;
  z-index: 888;
}
.file .file-content .selection {
  position: absolute;
  top: -13px;
  right: -9px;
  z-index: 888;
  display: none;
}
.file .image {
  overflow: hidden;
  height: 80px;
  border: 1px solid rgba(150, 160, 180, 0.3);
  border-top: none;
  border-bottom: none;
}

.file .doc {
  padding: 10px 0 0 0;
  border: 1px solid rgba(150, 160, 180, 0.3);
  border-top: none;
  border-bottom: none;
}
.file .subtitles input[type="text"] {
  font-size: 12px;
  width: 100%;
  border: none;
  text-align: center;
  background: #f2f2f2;
  padding: 3px 0;
  border: 1px solid rgba(150, 160, 180, 0.3);
  border-top: none;
}
.file .subtitles input[type="text"]:focus {
  background: #fff;
}

.file:hover,
.file-active {
  border-color: #8cbc0a;
}
.file:hover .file-content > .selection {
  display: block;
}
.file-active .file-content .selection {
  display: block;
}

.link-text {
  position: relative;
  display: none;
}
.link-text .text {
  position: absolute;
  background: #fff;
  padding: 7px 5px;
  border: 1px solid #c1c1c1;
  z-index: 1;
  top: 9px;
  font-size: 12px;
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap; /* Opera <7 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
  width: 100%;
  height: 96px;
}
.link-text div.arrow {
  position: absolute;
  height: 14px;
  width: 14px;
  background: #fff;
  top: 0;
  right: 30px;
  border: 1px solid #c1c1c1;
  border-bottom: none;
  border-right: none;
  z-index: 4;
  -ms-transform: rotate(45deg); /* IE 9 */
  -ms-transform-origin: 20% 40%; /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  -webkit-transform-origin: 20% 40%; /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  transform-origin: 20% 40%;
}

/*
#file {
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	width: 145px;
	padding: 0 1px;
	/*height: 120px;*/
/*background: #222;

	margin: 5px;
	text-align: center;
	color: #EAEAEA;
}
#file .verFile{
	width: 100%;
	height: 80px;
	display: block;
	overflow: hidden;
	position: relative;
}
#file input{
	text-align: center;
	width: 100%;
	color: #666;
	font-size: 12px;
}
.gravando_cp{
	background: #fff url(../images/loader_fff.gif) no-repeat right;
}
#file .botoes{
	position: relative;
	text-align: left;
	width: 100%;
}
#file .botoes img{
	width: auto;
}
#file img{
	background: #fff;
	width: 145px;
	border: 0 none;
}

*/
/* ajusta botoes tabela */
.adv-table .btn {
  margin-right: 5px;
}
.table-leads .checkbox {
  margin: 0;
}
.table-leads .checkbox label {
  padding: 0;
}
.table-leads thead tr th:first-child,
.table-leads tbody tr td:first-child {
  text-align: center;
}
.assinc-form-img {
  display: block;
  position: relative;
  float: left;
  left: 0px;
}
.assinc-form-img .input-file {
  -webkit-border-radius: 0;
  color: #89817f;
  border-left: 5px solid #fff;
  position: relative;
  display: block;
  padding: 10px 15px;
  width: 217px;
}
.assinc-form-img i {
  font-size: 16px;
  padding-right: 12px;
  color: #bcb3aa;
}
.assinc-form-img .input-file input {
  position: absolute;
  right: 0;
  z-index: 2;
  height: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  width: 217px;
  margin-top: -40px;
}
.loader-img {
  background: #fff url(../images/loader-img.gif) no-repeat 50% 50%;
  width: 50px;
  height: 18px;
  position: absolute;
  top: 5%;
}
.aviso-int-erro {
  padding: 5px;
  text-align: center;
  background: #900;
  color: #fff;
  font-size: 0.8em;
}

/* status upload*/
.arquivo-status-progress,
.arquivo-status-label {
  font-size: 11px;
}
.arquivo-status-label {
  margin-bottom: 10px;
  font-weight: bold;
  color: #093;
}

.paginacao {
  text-align: center;
}
.inputPaginacao {
  display: inline !important;
}

.bt-apagar-com {
  font-size: 0.7em;
  padding: 3px;
  color: #666;
}
.bt-apagar-com:hover {
  font-size: 0.7em;
  padding: 3px;
  color: #fff;
  background: #c00;
  text-decoration: none;
}
.box-app {
  display: block;
}
.box-app div {
  margin: 5px 0px 5px;
  background: #38922a;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  color: #fff;
}
.box-app div:hover {
  background: #78cd51;
}
.box-app span {
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  display: block;
  font-weight: 300;
}

.directory-info-row .thumb {
  height: 175px;
  width: auto;
  max-width: 175px;
}

/* autocomplete */
#autocomplete {
  position: relative;
}
.ui-autocomplete {
  font-size: 0.9em;
  overflow-y: auto;
  max-height: 240px;
}
.ui-state-focus {
  border-color: #060 !important;
  background: #060 !important;
  color: #fff !important;
  cursor: pointer !important;
}
.dropdown-menu > li > a {
  white-space: normal;
}

/* upload */
.ajax-file-upload-statusbar {
  font-size: 12px;
  background-color: #f2f2f2;
  border: 0px none !important;
}
.note-dialog .modal-content {
  padding: 10px;
  font-size: 13px;
}
.badge {
  font-size: 9px;
}
.note-dialog .modal-content .note-group-select-from-files {
  display: none !important;
}

/* tagsinput */
.tagsinput {
  border: 1px solid #e3e6ed;
  border-radius: 6px;
  height: 100px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}
.tagsinput .tag {
  border-radius: 4px;
  background-color: #41cac0;
  color: #ffffff;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 15px;
  padding: 6px 13px 8px 19px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.14s linear;
  -moz-transition: 0.14s linear;
  -o-transition: 0.14s linear;
  transition: 0.14s linear;
  -webkit-backface-visibility: hidden;
}
.tagsinput .tag:hover {
  background-color: #39b1a8;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 20px;
}
.tagsinput .tag:hover .tagsinput-remove-link {
  color: #ffffff;
  opacity: 1;
  display: block\9;
}
.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 12px;
}
.tagsinput-remove-link {
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 7px 7px 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none\9;
}
.tagsinput-remove-link:before {
  color: #ffffff;
  content: "\f00d";
  font-family: "FontAwesome";
}
.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tagsinput-add {
  background-color: #d6dbdf;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 6px 9px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
  background-color: #3bb8af;
}
.tagsinput-add:before {
  content: "\f067";
  font-family: "FontAwesome";
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.btn-preference,
.label-preference {
  color: #fff !important;
  background-color: #594f8d;
  border-color: #594f8d;
}
.btn-preference:hover,
.btn-preference:focus,
.btn-preference:active {
  color: #fff !important;
  background-color: #484073;
  border-color: #403966;
}

/* new  notification */
.dropdown-menu.extended.notification {
  width: 320px !important;
  max-width: 320px !important;
  min-width: 160px !important;
}
ul.new-notifications {
  max-height: 430px;
  overflow-y: auto;
}
ul.new-notifications li {
  display: table;
  width: 100%;
}
ul.new-notifications li a {
  display: table-row;
}
ul.new-notifications li .photo img {
  height: 40px;
  width: 40px;
  border-radius: 4px;
}
ul.new-notifications li .photo,
ul.new-notifications li .subject {
  display: table-cell;
  vertical-align: middle;
}
ul.new-notifications li .subject .from {
  display: block;
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
}
ul.new-notifications li .subject .time {
  display: block;
  font-size: 10px;
  margin-left: 10px;
}
.dropdown-menu.extended ul.new-notifications li a {
  padding: 10px 10px !important;
  color: #9c9c9c;
}
ul.new-notifications li a .message {
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #7d7d7d;
}
.badge-notification {
  display: none;
}
td.day.disabled {
  color: #d6d6d6;
}
td.fc-today {
  background: #ffffc8;
}
a.fc-event:hover,
a.fc-event:active {
  transform: scale(1.01) !important;
  font-size: 12px;
}

th.clear {
  background-color: #dddddd;
  border-color: #dddddd;
  color: #797979;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.limiter {
  max-height: 365px;
  overflow-y: auto;
  overflow-x: hidden;
}
.limiter::-webkit-scrollbar {
  width: 8px;
}
.limiter::-webkit-scrollbar-thumb {
  background-color: #789a1b;
}
.attendants {
  height: 50px;
}
.attendant {
  cursor: pointer;
  transition: all 0.1s linear;
  margin: 5px 0;
  display: inline-block;
  vertical-align: top;
}
.attendant.attendant-select {
  padding: 10px 20px;
  font-size: 12px;
}
#dados-complementares .form-group {
  margin-bottom: 5px !important;
}
.form-a .modal-footer-c {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding-bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.06);
}
.form-a .modal-footer-space {
  height: 60px;
}
.form-space {
  margin-bottom: 10px;
}
.modal-body {
  overflow: overlay;
}
