@import url( "../fonts/ico-moon/style.css" );

/*cores
		   Verde: #63873d
	 Verde:Hover: #557333
		 Sidebar: #61808c
		   Cinza: #827ca1
*/

/** DIVERSAS PERSONALIZAÇÕES BASE ================================ **/
.container {
	width: 90%;
}

*, a, a:LINK, a:HOVER, a:VISITED, a:ACTIVE {
	text-decoration: none;
	outline: none;
}

/* ANIMATE */
.animate {
	transition-duration: 0.3s;
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(1);
}
.animate:hover {
	transition-duration: 0.3s;
	transform: scale(1.1);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(1.1);
}
	
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

*::-moz-selection {
	background: #63873d;
	color: #fff;
}

*::selection {
	background: #63873d;
	color: #fff;
}

/* Barra de Rolagem */
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-thumb {
	background-color: #827ca1;
	border-radius: 4px;
}

/** 
** FORM
***************************************/
/* Style Placeholders */
::-webkit-input-placeholder {
    color: #d1d1d1;
}
::-moz-placeholder {
    color: #d1d1d1;
}
:-ms-input-placeholder {
    color: #d1d1d1;
}
::-ms-input-placeholder {
    color: #d1d1d1;
}
::placeholder {
    color: #d1d1d1;
}
/* Text inputs */
input:not([type]), 
input[type=text]:not(.browser-default), 
input[type=password]:not(.browser-default), 
input[type=email]:not(.browser-default), 
input[type=url]:not(.browser-default), 
input[type=time]:not(.browser-default), 
input[type=date]:not(.browser-default), 
input[type=datetime]:not(.browser-default), 
input[type=datetime-local]:not(.browser-default), 
input[type=tel]:not(.browser-default), 
input[type=number]:not(.browser-default), 
input[type=search]:not(.browser-default), 
textarea.materialize-textarea {
    /* background-color: #ffffff; */
    border: 1px solid #557333;
    border-radius: 2px;
    height: 2.9rem;
    width: calc(100% - 16px);
    padding: 0 8px;
    font-weight: 400;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Focus Inputs */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border: 1px solid #557333;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
           box-shadow: none;
}

/* Valid Inputs */
input.valid:not([type]), 
input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus, 
.select-wrapper.valid > input.select-dropdown {
	border: 1px solid black;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

/* Invalid Inputs */
input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border: 1px solid #F44336;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
		  box-shadow: none;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: black;
}
.select-wrapper input.select-dropdown:focus {
    border: 1px solid #557333;
}
textarea {
	height: 100px;
}

/** SWITCH  **/
.box,
.switch-switch {
    border: 1px solid #61808c;
	padding: 15px 5px;
	text-align: left;
	margin: 5px 0;
    border-radius: 6px;
}
.switch-switch label {
	width: 100%;
}
.switch-switch span.lever {
	float: right;
	margin-top: 4px;
}

.box-in-form {
	border: 1px solid #557333;
	padding: 10px 5px;
	margin: 0 0 8px;
}

@media (max-width: 992px) {
	.box-in-form {
		border: 1px solid #557333;
		padding: 7px 5px;
		margin: 0 0 8px;
	}
}

/* DROPDOWN SELECT*/
.dropdown-content.select-dropdown {
    position: absolute;
    top: -38px;
    background: none;
    padding-top: 7px;
    border-radius: 0.375rem;
    border: 0 solid rgba(31,45,61,0);
	box-shadow: 0 10px 30px 0 rgba(31,45,61,.1);
	max-height: 270px !important;
   	overflow-y: auto !important;
	backface-visibility: hidden !important;
}
.dropdown-content.select-dropdown:BEFORE {
    position: absolute;
	content: " ";
  	display: inline-block;
  	vertical-align: middle;
  	margin-right: 0px;
  	width: 0; 
  	height: 0; 
	top: 0px;
	right: 5px;
	z-index: 999;
 
  	border-left: 7px solid transparent;
  	border-right: 7px solid transparent;
  	border-bottom: 7px solid white; 
}
.select-dropdown li {
    background-color: #ffffff;
}
.select-dropdown li:first-child {
    display: none;
}
.select-dropdown.dropdown-content li.selected,
.select-dropdown.dropdown-content li:hover {
    background-color: #eeeeee;
}
.dropdown-content li>a, .dropdown-content li>span {
    color: #557333;
}


.dropdown-content::-webkit-scrollbar {
	background-color: #fff;
	width: 6px;
}
.dropdown-content::-webkit-scrollbar-thumb {
	background-color: #827ca1;
	border-radius: 4px;
}

[type="radio"]:checked+span:after, 
[type="radio"].with-gap:checked+span:after {
    background-color: #557333;
}

[type="radio"]:checked+span:after, 
[type="radio"].with-gap:checked+span:before, 
[type="radio"].with-gap:checked+span:after {
    border: 2px solid #557333;
}

[type="checkbox"]:checked+span:not(.lever):before {
	border-right: 2px solid #557333;
	border-bottom: 2px solid #557333;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #61808c;
}
.switch label input[type=checkbox]:checked+.lever:after {
	background-color: #557333;
}

/* DATEPICKER */
.datepicker-controls .select-month input {
	border: none !important;
	padding: 0;
	width: 70px;
}

.datepicker-controls .select-year input {
	border: none !important;
	padding: 0;
	width: 50px;
}
.datepicker-date-display {
	background: #63873d;
}
.datepicker-cancel, 
.datepicker-clear, 
.datepicker-today, 
.datepicker-done {
	color: #63873d;
}
.datepicker-table td.is-selected {
	background-color: #63873d;
}
.datepicker-table td.is-today {
	color: #63873d;
}
.datepicker-table thead > tr > th:first-child,
.datepicker-table tbody > tr > td:first-child {
	padding-left: 0;
}
.datepicker-table tbody > tr > td:last-child {
	padding-right: 0;
}

/* BUTTOM */
.btn-custom {
    background: #63873d;
	padding: 7px 20px;
	height: auto;
}
.btn-search {
	background: #63873d;
}
.btn-search:FOCUS,
.btn-search:HOVER,
.btn-custom:FOCUS,
.btn-custom:HOVER {
	background: #557333;
}

@media (max-width: 992px) {
	.btn-custom {
		width: 100%;
	}
}

form.form-crud {
    padding: 20px 20px 0;
}

label {
    width: 100%;
}

#uf,
.uppercase {
	text-transform: uppercase;
}

.help-block {
	color: red;
	font-size: small;
}

/** HTML, BODY ======================================== **/
html, body {
    letter-spacing: 0.3px;
	background-color: #e8edf2;
	/* background: url(../images/bg_body.jpg) 0 0; */
    position: relative;
	overflow-x: hidden;
    color: #557333;
	height: 100%;
	width: 100%;
}
.loadie {
	transition: width 0.5s ease-out;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	background-color: #63873d;
	position: absolute;
	z-index: 99999;
	height: 3px;
	width: 0;
	left: 0;
	top: 0;
}

/** AUTH ======================================== **/
.auth {
	background-image: url('../images/login_bg.jpg');
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.auth .login {
	background: rgba(255,255,255, .9);
	/* background: url('../images/bg_body.jpg') 0 0 rgba(255,255,255, 1); */
	box-shadow: 0 0 5px 8px rgba(31,45,61,.1);
	position: relative;
    width: 500px;
    margin: 0 auto;
	height: 100%;
	transition: all 0.3s ease;
}
.auth .login:hover {
	box-shadow: 0 0 10px 16px rgba(31,45,61,.1);
}
.auth .login .login-header {
	padding: 10px 0 10px;
	height: 180px;
	text-align: center;
	position: relative;
    display: block;
}
.auth .login .login-header img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 300px;;
    max-height: 150px;
    width: auto;
    height: auto;
}
.auth .login small {
	text-align: center;
	font-size: 16px;	
    font-weight: 500;
	color: rgb(131, 125, 161);	
}
.auth .login form {
	padding: 0 50px 10px;
}
.auth .login form input[name="nome"] {
	background: url('../images/input_lab.png') 0 2px no-repeat #fff;
	padding-left: 50px;
	width: calc(100% - 58px);
}
.auth .login form input[name="email"] {
	background: url('../images/input_user.png') 0 2px no-repeat #fff;
	padding-left: 50px;
	width: calc(100% - 58px);
}
.auth .login form input[name="cnpj"] {
	background: url('../images/input_lab.png') 0 2px no-repeat #fff;
	padding-left: 50px;
	width: calc(100% - 58px);
}
.auth .login form input[name="password"],
.auth .login form input[name="password_confirmation"] {
	background: url('../images/input_password.png') 0 2px no-repeat #fff;
	padding-left: 50px;
	width: calc(100% - 58px);
}
.auth .login form button {
	margin-top: 20px;
	width: 100%;
}
.auth .login .login-footer {
	margin: 20px 0;
	text-align: center;
}
.auth .login .login-footer a {
	text-decoration: none;	
	color: #557333;
}
.auth .login .login-footer a:HOVER {
	color: #63873d;
}
.copy {
	text-align: center;
	margin-top: 30px;	
	color: #444;
}
@media (max-width: 992px) {
	.auth .login {
		width: 100%;
		max-width: 500px;
		float: none;
		margin: 0 auto;
	}
}

/** HEADER ======================================== **/
header {
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
	position: relative;
	z-index: 2;
}

header .menu-options {
    position: relative;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    cursor: pointer;
	float: left;
	top: 20px;
	left: 240px;
    height: 25px;
    width: 25px;
    color: #000;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}

header .menu-action {
    position: absolute;
    height: 12px;
    width: 14px;
    top: 50%;
    left: 0;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .menu-action::after {
    background: #d3d7db none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    left: 0;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    width: 100%;
}
header .menu-options.active .menu-action::after {
    bottom: 6px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .menu-action::before {
    background: #d3d7db none repeat scroll 0 0;
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    top: 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    width: 100%;
}
header .menu-options.active .menu-action::before {
    top: 4px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .menu-action > i {
    position: absolute;
    height: 3px;
    top: 50%;
    left: 0;
    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    width: 20px;
}
header .menu-action > i::before {
    background: #d3d7db none repeat scroll 0 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    top: 34px;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
    width: 100%;
}

header .menu-options.active .menu-action > i::before {
    opacity: 0;

    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

header nav {
	padding: 0;
	background-color: #ffffff;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
	height: 70px;
	line-height: 70px;
}
header .brand-logo {
	display: block;
	height: 70px;
	padding-left: 30px;
    min-width: 280px;
    background: #63873d;
}
header .brand-logo img {
	height: 30px;
	line-height: 70px;
}

header .logo-cliente {
	padding: 10px 0 10px;
	height: 70px;
	text-align: center;
	position: absolute;
	left: 320px;
    display: block;
}
header .logo-cliente img {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 200px;;
    max-height: 50px;
    width: auto;
    height: auto;
}

header nav .nav-wrapper i {
	height: 70px;
	line-height: 70px;
}
header nav ul a {
	color: rgba(0,0,0,0.87);
}
header nav li.active {
	background-color: #981b1b;
}
header nav .logout i,
header nav .logout i:hover {
	color: #fff;
}
header img.avatar {
	float: left;
	margin: 20px 10px 15px 0;
}

/* DORPDOWN */
header .dropdown-content {
    position: absolute;
    top: -58px;
    background: none;
    min-width: 185px;
	padding-top: 7px;
	border-radius: 0.375rem;
	border: 0 solid rgba(31,45,61,0);
	
	box-shadow: 0 10px 30px 0 rgba(31,45,61,.1)
}
header .dropdown-content:BEFORE {
    position: absolute;
	content: " ";
  	display: inline-block;
  	vertical-align: middle;
  	margin-right: 0px;
  	width: 0; 
  	height: 0; 
	top: 0px;
	right: 20px;
	z-index: 999;
 
  	border-left: 7px solid transparent;
  	border-right: 7px solid transparent;
  	border-bottom: 7px solid white; 
}
header .dropdown-content li:first-child {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
header .dropdown-content li:last-child {
	border-radius: 0 0 3px 3px;
}
header .dropdown-content a {
	color: #666;
	background: #fff;
}
header .dropdown-content a i {
	height: initial;
	line-height: initial;
}
header .dropdown-content li:HOVER,
header .dropdown-content a:HOVER {
	color: #000;
	background: #fff;
}

.sidenav .user-view img.avatar {
	padding: 2px;
	border: 2px solid #6a98ca;
}

@media (max-width: 992px) {
	nav .brand-logo {
		left: 0;
		transform: none;
		-webkit-transform: none;

	}
	nav a.sidenav-trigger, 
	nav a.sidenav-trigger i {
		height: 70px;
		line-height: 70px;
		color: #63873d;
		margin-left: 105px;
	}

}

@media screen and (max-width: 600px) {
	header .brand-logo {
		padding-left: 20px;
		min-width: 50%;
	}
	header .menu-options {
		left: calc(50% - 30px);
	}
	nav a.sidenav-trigger, nav a.sidenav-trigger i {
		position: absolute;
		margin-left: 0;
		left: calc(50% - 15px);
	}
	header .logo-cliente {
		left: 50%;
	}
}

/** SIDEBAR ==================================== **/
.sidebar {
    -webkit-box-shadow: 0px 0px 50px rgba(36, 34, 47, 0.3);
    box-shadow: 0px 0px 50px rgba(36, 34, 47, 0.3);
	background: #61808c;
    position: fixed;
    height: 100%;
    width: 280px;
    z-index: 1;
	white-space: nowrap;
	overflow-y: scroll;
	overflow-x: hidden;
    padding-top: 75px;
    top: 0;
    left: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	transition: all 0.3s ease;

	display: flex;
	flex-direction: column;
}

.sidebar ul:first-child {
	flex-grow: 1;
}
.sidebar::-webkit-scrollbar {
    width: 5px;
}
.sidebar::-webkit-scrollbar-button {
	width: 8px;
}
.sidebar::-webkit-scrollbar-track {
    border-radius: 0;
    background:#61808c;
    box-shadow: 0;
    border: 0;
}
.sidebar::-webkit-scrollbar-thumb {
    background:#61808c;
}
.sidebar:HOVER::-webkit-scrollbar-thumb {
	border-radius: 10px;
	margin-right: 5px;
    background:#55717c;
}
.sidebar hr {
	margin-right: 20px; 
	margin-left: 20px; 
	border-top: 1px solid #55717c;
}

.sidebar ul {
	margin: 20px 0 0;
	list-style: none;
	width: 100%;
	padding: 0;
}
.sidebar ul li {
	display: block;
}
.sidebar ul li a {
    padding: 10px 25px;
    font-weight: 600;
    display: block;
    color: #fff;
    outline: none;
	position: relative;
	border-radius: 0 4px 4px 0;
    overflow: hidden;
    
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.sidebar ul li.sub-menu > a:AFTER  {
	transition: all 0.1s ease-in-out;
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #d2d9e5;
    border-style: solid;
    position: absolute;
    top: 17px;
    right: 20px;
}

.submenu-ativo {
	background: #839ea9;
}
.sidebar li.sub-menu ul {
	margin: -2px 0 0;
	display: none;
	background: #839ea9;
	border-top: 1px solid #61808c;
}
.sidebar li.sub-menu ul li a {
	padding-left: 30px;
}
.sidebar li.sub-menu ul > li > a > i {
	margin: 0 12px 0 0;
}

/** EFEITO SIDEBAR ======================================== **/
.main-container {
	padding: 0 0 0 280px;
	float: left;
	width: 100%;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sidebar-toggle {
	left: -280px;
}
.main-toggle {
    padding: 0;
}

@media (max-width: 992px) {
	.sidebar {
		display: none;
	}
	.sidebar-toggle {
		left: 0;
	}
	.main-container {
		padding: 0;
	}
}

/** PANEL ======================================== **/
.panel {
	background-color: #ffffff;
	margin-bottom: 20px;

	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
}
.panel > .panel-header {
	padding: 20px 30px;
	border-bottom: 1px solid #ddd
}
.panel > .panel-header > h2 {
	font-size: 20px;
	text-align: center;
	margin: 0;
}
.panel > .panel-body {
	padding: 20px 20px 1px;
}

@media (max-width: 992px) {
	.panel > .panel-heading h2 {
		font-size: 16px;
	}
}

/** BTN ACAO ======================================== **/
.btn-acao {
	background-color: transparent;
	border-radius: 10em;
	box-shadow: none;
	border: 1px solid #827ca1;
	color: #827ca1;
	font-size: small;
	height: 30px;
	line-height: 28px;
	padding: 0 15px;
	margin-right: 5px;
	float: left;
}
.btn-acao:hover {
    background: #ffffff;	
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.btn-acao:focus {
    background: #ffffff;	
}
.btn-azul {
	border: 1px solid #508cd6;
	color: #508cd6;
}
.btn-excluir {
	border: 1px solid #ff0000;
	color: #ff0000;
}

/** FILTROS ======================================== **/
.filtros {
	float: left;
	width: 100%;
	padding: 20px 20px 20px;
	margin: 0 0 10px;
	background: #f2f4f8;
}
.filtros .row {
	margin-bottom: 0;
}
.filtros input[name="like"] {
    background: url('../images/input_sharting.png') 0 2px no-repeat;
	padding-left: 50px;
    width: calc(100% - 58px);
}
.filtros button.btn {
    padding: 5px 20px 0;
    width: 100%;
}

/** MODAL FORMULÁRIO ======================================== **/
.modal-form {
	background-color: #fff;
	overflow-y: unset;
}
.modal-form h4 {
	font-size: 1.5rem;
	color: #827ca1;
}

.modal-form input.datepicker {
	background: url('../images/input_calendario.png') right 2px no-repeat #fff;
}

@media (max-width: 992px) {
	.modal-form {
		overflow-y: scroll;
	}
	.modal-form .btn-acao {
		width: 100%;
	}
}

/** TABLE ======================================== **/
table .acao1 {
	width: 150px;
}
table .acao2 {
	width: 230px;
}
table .acao3 {
	width: 330px;
}
table .acao4 {
	width: 440px;
}
table .foto {
	width: 60px;
}
table .foto img {
	margin: auto;
}
table.bordered > thead > tr {
	background: #f2f4f8;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
    border-bottom: 1px solid #e4e9f0;
}
td, th {
	padding: 10px 20px;
}
table > thead > tr > th:first-child,
table > tbody > tr > td:first-child {
    padding-left: 30px;
}
table > tbody > tr > td:last-child {
	padding-right: 30px;
}
table span.badge {
	margin-left: 0;
}

@media screen and (max-width: 992px) {
	table.table-responsive > thead {
		display: none;
	}
	table.table-responsive > tbody > tr {
		background-color: #fff;
		display: block;
		margin: 0 0 10px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
	}
	table.table-responsive > tbody > tr > td:first-child,
	table.table-responsive > tbody > tr > td:last-child {
		padding-left: 10px;
		padding-right: 10px;
	}
	table.table-responsive > tbody > tr > td {
		border-bottom: 1px solid #e4e9f0;
		display: block;
		padding: 10px;
		width: auto;
	}
	table.table-responsive > tbody > tr > td:before {
		content: attr(data-label);
		font-weight: 600;
		margin-bottom: 5px;
		display: block;
	}
	table.table-responsive > tbody > tr > td:last-child {
        border-bottom: 0;
    }
	table.table-responsive > tbody > tr > td form,
	table.table-responsive > tbody > tr > td .btn-acao {
		float: none;
		display: inline-block;
	}
}

.parceiro-unidades-coletas {
	margin: 0 0 10px 30px;
	line-height: 24px;
}
.parceiro-unidades-coletas i {
	margin-right: 10px;
	color: #827ca1;
}

/** badge ======================================== **/
.badge-cinza {
	background-color: #827ca1 !important;
}
.badge-chumbo {
	background-color: #61808c !important;
}
.badge-verde {
	background-color: #63873d !important;
}
.badge-azul {
	background-color: #508cd6 !important;
}
.badge-vermelho {
	background-color: #c00 !important;
} 
.badge-laranja {
	background-color: #ff8b00 !important;
}

/** PAGINAÇÃO ======================================== **/
.paginacao {
	padding: 20px 30px 0;
	margin: 0;
}
.paginacao ul.pagination {
	margin: 0;
}
.paginacao .pagination li.active {
    background-color: #e8edf2;
}

/** DROPIFY FOTO USUÁRIO ======================================== **/
.drop-box-foto {
    width: 80%;
	height: 230px;
	border-radius: 8px;
	border: 2px dashed #ccc;
	background: url(../images/cloud.png) center no-repeat;
}

/** PAINEL ======================================== **/
.painel {
	background-color: #61808c;
	padding: 20px 20px 0;
	color: #ffffff;
}

.painel a,
.painel form button {
	border: 1px solid #fff;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	min-height: 60px;
	color: #ffffff;
	width: 100%;

	display: -moz-inline-grid;
	display: -ms-inline-grid;
	display: inline-grid;
	-webkit-box-align: center;
	align-items: center;
	background-color: transparent;
}
.painel a:hover,
.painel form button:hover {
    color: #61808c;
	background: #ffffff;	
}

/** FOOTER ======================================== **/
footer {
    padding-bottom: 20px;
}
footer a {
	color: #63873d;
}
footer a:hover {
	color: #6a98ca;
}