.notice {
  padding: 15px;
  background-color: #fafafa;
  border-left: 15px solid #7f7f84;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
          box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
  padding: 10px;
  font-size: 80%;
}
.notice-lg {
  padding: 35px;
  font-size: large;
}
.notice-success {
  border-color: #80D651;
}
.notice-success>strong {
  color: #80D651;
}
.notice-info {
  border-color: #007bff;
}
.notice-info>strong {
  color: #007bff;
}
.notice-warning {
  border-color: #FEAF20;
}
.notice-warning>strong {
  color: #FEAF20;
}
.notice-danger {
  border-color: #d73814;
}
.notice-danger>strong {
  color: #d73814;
}

.box{
  padding:60px 0px;
}

.box-part{
  background:#eee;
  border-radius:0;
  padding:60px 10px;
  margin:30px 0px;
}

/*Dashboard*/
.icon {
width: 3rem;
height: 3rem;
}

.icon-shape {
display: inline-flex;
padding: 12px;
text-align: center;
border-radius: 50%;
align-items: center;
justify-content: center;
}

.bg-info {
background-color: #007bff !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #0da5c0 !important;
}

.bg-sucess {
background-color: #28a745 !important;
}

a.bg-sucess:hover,
a.bg-sucess:focus,
button.bg-sucess:hover,
button.bg-sucess:focus {
background-color: #fa3a0e !important;
}

.bg-danger {
background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #ec0c38 !important;
}

.bg-default {
background-color: #172b4d !important;
}

a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
background-color: #0b1526 !important;
}

.rounded-circle {
border-radius: 50% !important;
}

.shadow {
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.mb-0 {
margin-bottom: 0 !important;
}

.mr-2 {
margin-right: .5rem !important;
}

.mt-3 {
margin-top: 1rem !important;
}

.mb-4 {
margin-bottom: 1.5rem !important;
}

.mb-5 {
margin-bottom: 3rem !important;
}

.card-stats .card-body {
padding: 1rem 1.5rem;
}

.bg-yellow {
background-color: #ffd600 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
background-color: #ccab00 !important;
}

.text-nowrap {
white-space: nowrap !important;
}

.text-center {
text-align: center !important;
}

.text-uppercase {
text-transform: uppercase !important;
}

.font-weight-bold {
font-weight: 600 !important;
}

.text-white {
color: #fff !important;
}

.text-success {
color: #2dce89 !important;
}

a.text-success:hover,
a.text-success:focus {
color: #24a46d !important;
}

.text-warning {
color: #fb6340 !important;
}

a.text-warning:hover,
a.text-warning:focus {
color: #fa3a0e !important;
}

.text-danger {
color: #f5365c !important;
}

a.text-danger:hover,
a.text-danger:focus {
color: #ec0c38 !important;
}

.text-white {
color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
color: #e6e6e6 !important;
}

.text-muted {
color: #6c757d !important;
}


/* Remove o icone do dropdown dos grids da coluna de editar */
.dropdown-toggle::after {
    display:none;
}

/* Table ordenacao e icones de ordenacao */
th.sortable {
	cursor: pointer;
}
th.sortable:hover {
	background: #EEE;
}
.caret-blank {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.caret-up {
	border-bottom: 8px solid #333;
}
.caret-down {
	border-top: 8px solid #333;
}


/* Icones em Inputs */
.left-inner-addon {
    position: relative;
}

.left-inner-addon input {
    padding-left: 30px;
}

.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.fa-exclamation-circle {
	float: right;
	margin-top: -24px;
	margin-right: 8px;
}

/* Validação */
.ng-invalid.ng-dirty:not(.pesquisa){
  border-color: red;
}

.ng-valid.ng-dirty:not(.pesquisa){
  border-color: #337ab7;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

select:valid ,input:valid, textarea:valid {  }

select:invalid, input:invalid, textarea:invalid {
	background-color: #f0dddd;
}

#loading {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #C12E2A;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media print {
	.no-print {
		display: none;
	}
}
