.card {
  background-color: #fff;
  margin-bottom: 15px;
}

.card.card-border {
  border: 1px solid #E0E0E0;
}

.card.card-radius {
  border-radius: 5px;
}

.card .card-body {
  padding: 15px;
}

.card.bg-primary:hover {
  background: #ccc;
  transition: 0.3s;
  color: #555;
}

.card.pad-30 {
  padding: 30px 15px;
}

.vFull {
  height: 100%;
}

.h100 {
  height: 100px;
}

.h120 {
  height: 120px;
}

.bg-primary {
  background-color: #555;
}

.bg-primary-light {
  background-color: #777;
  color: #fff;
}

.bg-secundary {
  background-color: #ccc;
}

.bg-white {
  background-color: #fff;
}

.color-primary {
  color: initial;
}

.white {
  color: #fff;
}

.icon-muted {
  color: #8e8e8e;
}

.icon-muted:hover {
  color: #5e5e5e;
  transition: 0.3s;
}

.text-danger {
  color: #a94442 !important;
}

.flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	display: box;
}

.flexbox.pad-lr-15 > .box {
	padding: 0 15px;
}

.flexbox-stretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.box {
	-webkit-align-self: center;
	align-self: center;
}

.flexbox.left-0 .box {
  padding-left: 0px !important;
}

.box-flex-end {
  -webkit-align-self: flex-end;
  align-self: flex-end;;
}

.flexbox-v-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flexbox-h-center {
  -webkit-align-items: center;
  align-items: center;
}

.flexbox-right {
  justify-content: flex-end;
}

.grow-2 {
	-webkit-flex-grow: 2;
	flex-grow: 2;
}

.inherit {
	display: inherit;
}

.space-between {
	justify-content: space-between;
}

.flexbox.flex-pad-15 .box {
	padding: 15px;
}

.flex-wrap {
	flex-wrap: wrap;
}

.input-min-3 {
  width: 30%;
}

/*FORMATAÇÃO DE LISTA*/

.list-group {
	margin: 0;
	list-style: none;
	padding: 0px;
}

.list-group .list-item {
	position: relative;
	display: table;
	width: 100%;
	padding: 15px 0;
}

.list-group .list-no-items {
	position: relative;
	display: table;
	width: 100%;
	padding: 15px 0;
	text-align: center;
}

.list-item.pad-30 {
	padding: 15px 30px;
}

.list-item.pad-15 {
	padding: 15px;
}

.list-group.list-card .list-item {
	outline: 1px solid #888;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.list-group.list-divider .list-item {
	border-bottom: 1px solid #ccc;
}

.list-group.list-divider li:nth-last-of-type(1) {
	border-bottom: 0px;
	border-radius: 4px;
}

.list-group .list-item .item-full {
	width: 100%;
}

.list-item .item-full.pad {
  padding: 15px;
}

.list-group .list-item .item-image {
	width: 70px;
	float:left;
  padding: 15px;
}

.list-group .list-item .item-secundary {
	width: calc(100% - 70px);
	float:left;
  padding: 15px;
}

.list-group .list-item .item-status {
	position: absolute;
	top: 5px;
	right: 0px;
}

.list-inline > div, .list-inline > li {
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;;
}

.list-inline.not-pad > div, .list-inline.not-pad > li {
	padding-right: 20px;
	padding-left: 0;
	display: inline-block;
	vertical-align: middle;;
}

.list-inline.icons > div:last-child, .list-inline.icons > li:last-child {
	padding-right: 0px;
}

.inline-center {
  vertical-align: middle;
}

.tags .label {
  margin-right: 5px;
}

.icon-action-hover {
	display: none;
}

.list-item:hover .icon-action-hover {
	display: block;
}

.list-group > .list-item:hover {
	background-color: #eaeaea;
}

.list-item.active {
	background-color: #555;
	color: #fff;
}

.list-maxsize-md {
	overflow: auto;
	max-height: 350px;
}

.selected {
	background-color: #CCC;
}

.dropdown-divider {
  height: 0;
  margin: 3px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.login-container {
  width: 100%;
  height: 100%;
}

html, body {
  height: 100%;
}

.login-card-box {
  width: 400px;
}

.brand {
	height: 220px;
}

.fill-height {
	height: 100%;
}

.fill-width {
	width: 100%;
}

.container-right {
	height: 100%;
	overflow-x: auto;
	padding: 15px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 15px 0px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.badge-md {
	border-radius: 6px;
}

.ck {
	cursor: pointer;
}

.margin-0 {
	margin: 0 !important;
}

.margin-5 {
	margin: 5px;
}

.table tr.active > td {
	background-color: #555 !important;
}

tr.active > td,
tr.active > td .icon {
	color: #fff !important;
}

.a-middle td,
.a-middle th {
	vertical-align: middle !important;
}

.gb-table tr {
	height: 45px;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline>li {
	vertical-align: middle;
}

.separator-right {
	border-right: 1px solid #ccc;
}

.pad-none {
	padding: 0px !important;
}

.full {
	width: 100%;
}


/*SWITCH*/
.switch {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.switch + label {
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
	margin: 0px 5px 0px 0px;
}

.switch--shadow + label {
  padding: 2px;
  width: 38px;
  height: 20px;
  background-color: #dddddd;
  border-radius: 10px;
}

.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 10px;
  transition: all 0.4s;
}
.switch--shadow + label:after {
  width: 18px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}

.switch--shadow:checked + label:before {
  background-color: #5cb85c;
  border-color: #60b36a;
}
.switch--shadow:checked + label:after {
	border-color: #60b36a;
  transform: translateX(18px);
}

/*SIDEMENU*/

.side-menu {
	height: calc(100% - 220px);
}

.side-menu a {
	text-decoration: none;
	color: #fff;
}

.side-menu .side-item {
	padding: 15px;
	height: 100%;
	width: 100%;
}

.side-menu .side-item:hover {
	background-color: #999;
}

.side-menu .side-item.active {
	background-color: #555;
}

.side-menu li.list-item {
	padding: 0px;
}

.side-menu a .icon {
	display: none;
}

.side-menu a.active .icon {
	display: block;
}

.side-menu .side-menu-secundary a {
	padding: 15px 15px 15px 45px;
	height: 100%;
	width: 100%;
}

.no-border {
	background-color: #fff;
	outline: 0
}
.no-border:not([readonly]){
	border: 1px solid #eee;
}
.no-border:read-only {
	border: 0;
}
.no-border:-moz-read-only {
	border: 0;
}

.photo-cortina {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}
.photo-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0;
}
.photo-content {
  padding: 50px;
  width: 100%;
  height: 100%;
  position: relative;
}
.photo-content img {
  max-width: 100%;
  max-height: 100%;
}
.photo-modal-close {
  cursor: pointer;
  position: relative;
  bottom: 50px;
  color: #fff;
  font-weight: 600;
}
.photo-modal-close i {
  font-size: 30px;
  color: #fff;
}

.text-xl {
  font-size: 2.0em
}

.text-lg {
  font-size: 1.6em;
}

.text-md {
  font-size: 1.3em;
}

.text-sm {
  font-size: 0.9em;
}

.text-xs {
  font-size: 0.8em;
}

.text-upper {
  text-transform: uppercase;
}

.text-medium {
  font-weight: 600
}

.text-bold {
  font-weight: bold;
}

.text-light {
  font-weight: lighter;
}

.text-normal {
  font-weight: normal;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
  text-align: right;
}

.z-depth-1 {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-2 {
	-webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
	-webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 {
	-webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
	box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
	-webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
	box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

/*# sourceMappingURL=all.min.css.map */
