/*cores
	Azul: #0044ac
	Azul Escuro: #03193b
  linear-gradient(180deg,rgba(0,68,172,.83),#03193b)
*/

/** DIVERSAS PERSONALIZAÇÕES BASE ================================ **/
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
	background-color: #827ca1;
	border-radius: 4px;
}

.container {
	width: 90%;
}

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

.animate,
.animate-inverse {
	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);
}

.animate-inverse:hover {
	transition-duration: 0.3s;
	transform: scale(0.9);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(0.9);
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

*::-moz-selection {
	background: #0044ac;
	color: #fff;
}

*::selection {
	background: #0044ac;
	color: #fff;
}

.rb-0 {
  margin-bottom: 0;
}


/**
** 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 #03193b;
    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 #03193b;
    -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 #03193b;
}

textarea {
	height: 100px;
}

/* 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)
}
.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: #03193b;
}

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

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

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

.switch label input[type=checkbox]:checked+.lever {
    background-color: #06242e;
}
.switch label input[type=checkbox]:checked+.lever:after {
	background-color: #03193b;
}

/* 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: #0044ac;
}
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
	color: #0044ac;
}
.datepicker-table td.is-selected {
	background-color: #0044ac;
}
.datepicker-table td.is-today {
	color: #0044ac;
}
.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;
}

.dropify-wrapper {
	height: 120px;
}

/* BUTTOM */
form.destroy {
	float: left;
	margin-left: 5px;
}
.btn-acao {
	background-color: transparent;
	border-radius: 10em;
	box-shadow: none;
	border: 1px solid #0044ac;
	color: #0044ac;
	font-size: small;
	height: 30px;
	line-height: 28px;
	padding: 0 15px;
	float: left;
}
.btn-acao:hover {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.btn-acao:focus {
    background: #ffffff;
}
.btn-excluir {
	border: 1px solid #ff0000;
	color: #ff0000;
}
.btn-print {
	border: 1px solid #03193b;
	color: #03193b;
	margin-left: 5px;
	margin-right: 5px;
}
.btn-pay {
	border: 1px solid green;
	color: green;
	margin-right: 5px;
}
.btn-anos {
	border: 1px solid #ffffff;
	color: #ffffff;
}
.btn-anos:hover {
	color: #03193b;
	border: none;
	box-shadow: none;
}

.btn-custom {
    background: #0044ac;
	padding: 7px 20px;
	height: auto;
}
.btn-search {
	background: #0044ac;
}
.btn-search:FOCUS,
.btn-search:HOVER,
.btn-custom:FOCUS,
.btn-custom:HOVER {
	background: #03193b;
}

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

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

.row.row-bottom-0 {
	margin-bottom: 0;
}

label {
    width: 100%;
}

.help-block {
	color: red;
}

#showPassword {
	color: #06242e;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 45%;
}

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

/** AUTH ======================================== **/
.auth {
	background: url('../images/bg_body.jpg') 0 0 rgba(255,255,255, 1);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.auth .login {
	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;
	min-height: 100%;
	padding-bottom: 20px;
	transition: all 0.3s ease;
}
.auth .login:hover {
	box-shadow: 0 0 10px 16px rgba(31,45,61,.1);
}
.auth .login .login-header {
	text-align: center;
	overflow: hidden;
	padding: 40px 0;
    display: block;
}
.auth .login .login-header img {
	max-width: 250px;
	max-height: 100px;
	margin-bottom: 20px;
}
.auth .login .login-header small {
	font-size: 14px;
    font-weight: 500;
    text-align: left;
	color: #827ca1;
}
.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="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%;
	background: #03193b;
}
.auth .login form button:hover {
	background: #0044ac;
}
.auth .login .login-footer {
	margin: 20px 0;
	text-align: center;
}
.auth .login .login-footer a {
	text-decoration: none;
	color: #03193b;
}
.auth .login .login-footer a:HOVER {
	color: #0044ac;
}
.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 {
	position: relative;
	z-index: 2;
}
header .brand-logo {
	height: 70px;
}
header .brand-logo img {
	width: 100px;
	margin: 22px 0 0 45px;
}
header nav {
	padding: 0 20px;
	background-color: #ffffff;
	background: url('../images/bg_body.jpg') 0 0 rgba(255,255,255, 1);
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
	height: 70px;
	line-height: 70px;
}
header nav ul a {
	color: #03193b;
}
header nav ul a:hover {
	background-color: rgba(0, 0, 0, 0);
}

header nav .nav-wrapper i {
	height: 70px;
	line-height: 70px;
	color: #03193b;
}
header img.avatar {
	float: left;
	margin: 20px 10px 15px 0;
}
header .active.logout {
	background: #0044ac;
}
header nav .nav-wrapper .active.logout i {
	color: #ffffff;
}

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

    -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: #8296a4 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: #8296a4 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: #8296a4 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);
}

/* 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: #03193b;
	background: #fff;
}
header .dropdown-content a i {
	height: initial;
	line-height: initial;
	color: #03193b;
}
header .dropdown-content li:HOVER,
header .dropdown-content a:HOVER {
	color: #03193b;
	background: #fff;
}

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

@media (max-width: 992px) {
	header .menu-options {
		display: none;
	}
	header .brand-logo img {
		margin: 22px 0 0 -45px;
	}
}

/** 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: #ffffff;
    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:#ffffff;
    box-shadow: 0;
    border: 0;
}
.sidebar::-webkit-scrollbar-thumb {
    background:#ffffff;
}
.sidebar:HOVER::-webkit-scrollbar-thumb {
	border-radius: 10px;
	margin-right: 5px;
    background:#827ca1;
}
.sidebar hr {
	margin-right: 20px;
	margin-left: 20px;
	border-top: 1px solid #eeeeee;
}

.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: #827ca1;
    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: #f2f4f8;
	color: #000;
}

.sidebar ul li a:HOVER {
    background: #f2f4f8;
	color: #514d6a;
}
.sidebar ul li a i {
	margin-right: 15px;
	font-size: 20px;
	color: #827ca1;
}
.sidebar ul ul {
	display: none;
	background: #f2f4f8;
	margin: 0;
}
.sidebar ul ul a {
	padding: 10px 60px 0;
}
.sidebar ul ul li:LAST-CHILD a {
	padding: 10px 60px;
}

/** 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;
}
.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;
}

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

/** 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%;
}

/** TABLE ======================================== **/
table .acao1 {
	width: 150px;
}
table .acao2 {
	width: 220px;
}
table .acao3 {
	width: 320px;
}
table .acao4 {
	width: 440px;
}

table a.link {
	display: inline-flex;
	align-items: center;
	color: #03193b;
}

table a.link i {
	margin-left: 10px;
	font-size: 18px;
}

table a.link:hover {
	color: #0044ac;
}

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;
	overflow: auto;
	overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 500px;
}
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;
	}
	td, th {
		max-width: 992px;
	}
	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;
	}
}

/** FUNCIONALIDADES SOLUÇÕES ======================================== **/
.funcionalidade {
  position: relative;
  padding: 20px;
  margin: 8px 0;
  border-radius: 10px;
  background: #e4e9f0;
}

.funcionalidade input[type=text] {
  background: #fff;
}

.funcionalidade a.removeFuncionalidade {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #514d6a;
  cursor: pointer;
  transition: all .3s;
}

.funcionalidade a.removeFuncionalidade:hover {
	transform: scale(0.9);
}

@media (max-width: 992px) {
	.funcionalidade.even,
	.funcionalidade.odd {
		margin-inline: 0;
	}
}

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

/** FOOTER ======================================== **/
footer {
	padding-bottom: 20px;
	font-weight: 500;
	font-size: small;
}

