.chipAtivo {
  background-color: #32CB25;
  color: #fff;
}

.chipInativo {
  background-color: #E41D1D;
  color: #fff;
}

#btnInativar {
  border-radius: 21px;
}

td {
  color: #707683 !important;
  vertical-align: middle !important;
}

td>a {
  color: #707683;
}

.table-responsive {
  background-color: #fff;
}

.tableStatus {
  text-align: center;
  border-radius: 100px;
  cursor: default !important;
}

.semBorda {
  border-top: none;
  border-left: none;
  border-right: none;
  width: 88%;
  max-width: 990px !important;
}

.semBorda:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cursor-default {
  cursor: default !important;
}

.tableTitle {
  font-style: normal;
  font-weight: bolder;
  font-size: 19px;
  line-height: 27px;
  /* identical to box height */
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: #323C47;
}

.material-icons {
  color: #0053A2;
}

#corBtn {
  background-color: #6BAD80 !important;
  border: none !important;
}

.corBtn{
  background-color: #6BAD80 !important;
  border: none !important;
}

/*
---------------------------------------------------------------------------------------------------------------------------------------  */

.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: rgb(141, 22, 22);
  text-align: center;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  font-size: 16px;
  color: black !important;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid rgb(41, 7, 7) !important;
  outline: none;
  background: transparent;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: black !important;
  pointer-events: none;
  transition: .5s;
}

.login-box .user-box input:focus~label, .login-box .user-box input:valid~label {
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 12px;
}

.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
}

.login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}

.login-box .user-box input:focus~label, .login-box .user-box input:valid~label {
  top: -20px;
  left: 0;
  color: #03e9f4;
  font-size: 12px;
}

/* Style Correct */

/* form starting stylings ------------------------------- */

.group-input {
  position: relative;
  margin-bottom: 45px;
}

.group-input input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #757575;
}

.group-input input:read-only{
  color: rgb(159, 159, 159);
}

/* LABEL ======================================= */

.label-form {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  white-space: nowrap;
}

.label-form-top {
  color: #5264AE;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: -20px;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  white-space: nowrap;
}

/* BOTTOM BARS ================================= */

.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */

input:focus~.bar:before, input:focus~.bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */

.highlight {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */

input:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

/*---------------------------- INÍCIO - SELECT MATERIAL UI -----------------------------*/

/* select starting stylings ------------------------------*/
.select {
  font-family:
    'Roboto','Helvetica','Arial',sans-serif;
	position: relative;
  width: 100%;
  margin-bottom: 45px;
}

.select-text {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 10px 10px 0;
	font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.12);
}

/* Remove focus */
.select-text:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

	/* Use custom arrow */
.select .select-text {
	appearance: none;
	-webkit-appearance:none
}

.select:after {
	position: absolute;
	top: 18px;
	right: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.12);
	pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
	color: rgba(0,0,0, 0.26);
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label, .label-disabled  {
	color: #2F80ED;
	top: -20px;
	transition: 0.2s ease all;
	font-size: 14px;
}


/* BOTTOM BARS ================================= */
.select-bar {
	position: relative;
	display: block;
	width: 100%;
}

.select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #2F80ED;
	transition: 0.2s ease all;
}

.select-bar:before {
	left: 50%;
}

.select-bar:after {
	right: 50%;
}

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

/*---------------------------- FIM - SELECT MATERIAL UI --------------------------------*/

/*---------------------------- INÍCIO - TOGGLE MATERIAL UI --------------------------------*/

.material-toggle {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  height: 22px;
  width: 40px;
}

.material-toggle input:empty {
	margin-left: -9999px;
}

.material-toggle input:empty ~ label {
	position: relative;
	float: left;
	width: 150px;
	cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.material-toggle input:empty ~ label:before,
.material-toggle input:empty ~ label:after {
  position: absolute;
	display: block;
  content: ' ';
  -webkit-transition: all 250ms cubic-bezier(.4,0,.2,1);
  transition: all 250ms cubic-bezier(.4,0,.2,1);
}

.material-toggle input:empty ~ label:before {
    top: 3px;
    left: 0px;
    width: 32px;
    height: 13px;
    border-radius: 12px;
    background-color: rgb(68, 201, 154);
}

input.switch:empty ~ label:after {
    top: -1px;
    left: -9px;
    width: 1.4em;
    height: 8px;
    bottom: 0.1em;
    margin-left: 0.1em;
    background-color: rgb(27, 159, 112);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: solid 2px;
    border-color: rgb(27, 159, 112);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}

.material-toggle input:checked ~ label:before {
	background-color: #1e88e5;
}

.material-toggle input:checked ~ label:after {
	left: 15px;
  background-color: #1565c0;
  border-color: #1565c0;
}

/* Exemplo

<div class="material-toggle">
    <input type="checkbox" id="toggle" name="toggle" class="switch" onchange="setPessoaTipo(this.checked);"/>
    <label for="toggle" class=""></label>
</div>

*/

/*---------------------------- FIM - TOGGLE MATERIAL UI --------------------------------*/

.p-container{
  padding: 0 30px 30px 0 30px !important;
}

.p-container-form{
  padding-left: 70px !important;
}
