/*==========================================================
  GUIA DE CORES
============================================================
///////////
TCUIDA COLORS
Lilac: #9966FF
Purple (Fonte menu)  #7361A1
Dark purple (Title) #2C294E
Dark purple (Text) #0E0A19
Light gray Line Table FAF9FC
White: #FFFFFF
Ice: #D5DCE7
Ice2: #FAFBFF
Blue link: #0099CC
////////////
VERDE MEDIO: #00995D;
VERDE CLARO: #B1D34B;
ROXO: #411463;
VIOLETA: #A3238E;
VERMELHO: #EE1551;
LARANJA: #F47820;
AMARELO: #FFCB07;
CINZA ESCURO: #5B5C65;
CINZA: #C4CBD0;
CINZA CLARO: #F4F3F4;
QUASE BRANCO: #FCFCFC;
==========================================================*/

/*==========================================================
  FONTS
==========================================================*/

/** @import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/*==========================================================
  ESTILOS GLOBAIS
==========================================================*/
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0px;
	background-color: #F2F2F2;
	overflow-x: hidden;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-size-adjust: 100%;
}
a {
	color: #0099CC	
}
#main {
	position: relative;
	min-height: 100%;
}
#main:before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#content {
	position: relative;
	padding: 0px 10px 10px 10px;
}
/* Transitions */
body.onload-check .navbar,
body.onload-check .navbar-branding,
body.onload-check #sidebar_left,
body.onload-check #sidebar_right,
body.onload-check #content_wrapper,
body.onload-check #topbar {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
h2 {
	font-weight: 600;
	font-size: 36px;
	display: inline-block;
	padding: 20px 0px 5px 35px;
	margin: 0px -35px 0px -35px;
	color: #2C294E;
}
h3 {
	font-weight: 600;
	font-size: 22px;
	color: #2C294E;
}
h4 {
	font-weight: 600;
	font-size: 18px;
	color: #2C294E;
}
h5 {
	font-weight: 700;
	font-size: 14px;
	color: #2C294E;
}
input[type="text"] {
	border-radius: 2px;
}
textarea {
	border-radius: 2px !important;
}




/*Success*/
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #B1D34B;
}
.has-success .form-control {
    border-color: #B1D34B;
}
.has-success .form-control:focus {
    border-color: #87A13A !important;
}
.has-success .form-control-feedback {
    color: #B1D34B;
}
/*Error*/
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #EE1551;
}
.has-error .form-control {
    border-color: #EE1551;
}
.has-error .form-control:focus {
    border-color: #BA1141;
}
.has-error .form-control-feedback {
    color: #EE1551;
}

.input-group[class*="col-"] {
/*    padding-left: 15px;*/
}

.input-group-addon {
	background-color: #5b5c65 !important;
	color: #fff !important;
	width: 38px;
	padding: 0px 10px;
}

/*h2*/
h2.texto-verde {
	border-bottom: 1px solid #00995D !important;
}
h2.texto-roxo {
	border-bottom: 1px solid #411463 !important;
}
h2.texto-vermelho {
	border-bottom: 1px solid #EE1551 !important;
}
h2.texto-laranja {
	border-bottom: 1px solid #F47820 !important;
}
h2.texto-cinza-escuro {
	border-bottom: 1px solid #5B5C65 !important;
}
h2.texto-cinza {
	border-bottom: 1px solid #5B5C65 !important;
}
h2.texto-branco {
	border-bottom: 1px solid #FCFCFC !important;
}

.texto-roxo {
	color: #411463;
}
.texto-vermelho {
	color: #EE1551; 
}
.texto-laranja {
	color: #F47820;
}
.texto-cinza {
	color: #5B5C65;
}
.texto-branco {
	color: #FCFCFC;
}
.c-darkGray,.texto-cinza-escuro {
	color: #626262;
}
.c-lilac {
	color: #9966FF;
}
.c-purple {
	color: #2C294E; 
}
.c-darkPurple {
	color: #0E0A19;
}
.c-red {
	color: #E6331C;
}
.c-white {
	color: #FFF;
}
.c-black {
	color: #000;
}
.c-success,.c-green {
	color: #00995d;
}


.fz11 {
	font-size: 11px !important;
}
.fz12 {
	font-size: 12px !important;
}
.fz13 {
	font-size: 13px !important;
}
.fz14 {
	font-size: 14px !important;
}
.fz15 {
	font-size: 15px !important;
}
.fw4,.fw400 {
	font-weight: 400 !important;
}
.fw5,.fw500 {
	font-weight: 600 !important;
}
.fw6,.fw600 {
	font-weight: 600 !important;
}
.fw7,.fw700 {
	font-weight: 700 !important;
}

/*==========================================================
  NAVBAR
============================================================*/
.navbar-brand {
	padding: 10px 15px;
}

@media(min-width:1200px){
	.navbar-brand {
		margin-right: 50px !important;
		margin-left: 5px !important;
	}
}

@media(min-width: 768px) and (max-width:1199px){
	.navbar-brand {
		margin-left: -20px !important;
	}
	.nav>li>a {
		padding: 15px 10px;
	}
}

.navbar-default {
	border: 0px;
	z-index: 100;
	background-color: #9966FF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
/*	font-weight: 800;
	TODO: DEIXAR O MENU NEGRITO SEM INTERFERIR NO POSICIONAMENTO DOS DEMAIS ELEMENTOS*/
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
   background-color:#3E3D52
}

.icone-pendencia {
	text-align: left;
	width: 46px;
}

@media(min-width:1200px){
	.icone-pendencia {
		text-align: left;
		width: 56px;
	}
}

.icone-pendencia>a,
.icone-pendencia>a:hover,
.icone-pendencia>a:focus {
    background-color: #00995D !important;
    color: #fcfcfc !important;
}

.navbar-default .navbar-toggle {
    background-color: #e1e5e7;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FCFCFC;
}
.navbar-user{
	float: left;
	margin-top: -6px;
	font-size: 12px;
	line-height: 140%;
}

.navbar-avatar {
	float: left;
	margin-top: -5px;
	margin-left: 10px;
	max-height: 30px;
	border-radius: 50%;
}

/*==========================================================
  NAVBAR - SEARCH
============================================================*/
.navbar-form {
	margin-top: 12px;
}

.navbar-form.navbar-search input {
	height: 26px;
	padding: 0 12px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	box-shadow: none;
	border-color: #00995D;
	background-color: #00995D;
	color: #F47820;
}

@media(max-width:767px) {
	.navbar-form.navbar-search input {
		display: initial;
		width: 91%;
	}
}
@media(min-width:1200px) {
	.navbar-form.navbar-search input {
		width: 128px;
	}
}

.navbar-form.navbar-search input:focus {
	background-color: #FCFCFC;
	border-color: #00995D;
}

.navbar-avatar-caret {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

#main-search::-webkit-input-placeholder {
	color: #FCFCFC !important;
	font-style: normal !important;
}

#main-search:-moz-placeholder { /* Firefox 18- */
	color: #FCFCFC !important;
	font-style: normal !important;
}

#main-search::-moz-placeholder {  /* Firefox 19+ */
	color: #FCFCFC !important;
	font-style: normal !important;
}

#main-search:-ms-input-placeholder {
	color: #FCFCFC !important;
	font-style: normal !important;
}

/*==========================================================
  ABAS
============================================================*/
.tab-content {
	background-color: #FCFCFC;
	margin: 0px -10px 0px -10px;
	padding: 0px 20px 0px 20px;
}

.nav-tabs {
	padding: 0 25px;
}
@media (max-width: 1200px) {
	.nav-tabs {
		padding: 0 5px;
	}
	.tab-content {
		padding: 0 20px 0 0;
	}
}
.nav-tabs > li > a {
	font-weight: bold;
	color: #777777;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
    border-top: 3px solid #F47820;
}
.nav-verde > li.active > a,
.nav-verde > li.active > a:focus,
.nav-verde > li.active > a:hover{
    border-top: 3px solid #00995D !important;
}

/*Abas Internas*/
.nav-tabs-internas {
    border-bottom: 2px solid #ddd;
}

.nav-tabs-internas > li.active > a,
.nav-tabs-internas > li.active > a:focus,
.nav-tabs-internas > li.active > a:hover {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
    border-bottom: 4px solid #F47820;
}

.nav-tabs-internas > li > a {
    color: #999999;
	font-weight: semibold;
	font-size: 12px;
}

/*==========================================================
  COMBOBOX
============================================================*/
.select2-container--bootstrap .select2-selection {
	border-radius: 2px !important;
	border-color: #CCC !important;
}

.select2-selection__arrow {
	border-left: 1px solid #CCC;
	width: 18px !important;
	margin-top: 5px;
	height: 25px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
	left: 14px !important;
}

rap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
	border-color: #999999 !important;
}

.select2-container--bootstrap .select2-dropdown {
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
    border-color: #999999 !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #999999 !important;
    color: #FCFCFC !important;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #D5D8DB !important;
	color: #B9C0C8 !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-color: #999999 !important;
}

/*==========================================================
  BADGES
============================================================*/
.badge.badge-menu{
	position: relative;
    top: -12px;
    margin-left: -7px;
    padding: 2px 5px;
    font-size: 11px;
	background-color: #EE1551;
}

/*==========================================================
  BOTÃ•ES
============================================================*/
/*ConfiguraÃ§Ãµes Globais*/
.btn {
	border:1px solid transparent !important;
	background:none !important;
	width: 204px;
	height: 36px !important;
	font-weight: bold !important;
	font-size: 13px !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
}
.btn.icon{
    padding: 0px 10px !important;
    width: auto !important;
    height: auto !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
     outline: inherit !important;
    /* outline: 5px auto -webkit-focus-ring-color; */
    /* outline-offset: -2px; */
}
/*btn-primary*/
.btn-primary {
	color: #FFFFFF !important;
	background-color: #9966FF !important;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-roxo {
	color: #FCFCFC !important;
	background-color: #3A1658 !important;
}
/*btn-roxo-secundary*/
.btn-secondary {
	color: #9966FF !important;
	background-color: #FFFFFF !important;
	border-color: #9966FF !important;
	text-transform: uppercase;	
}
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
	color: #3A1658 !important;
	background-color: #FCFCFC !important;
}
/*btn-primary- green*/
.btn-primary-alt {
	color: #FFF !important;
	background-color: #62B47F !important;
}
.btn-primary-alt:focus,
.btn-primary-alt.focus,
.btn-primary-alt:hover,
.btn-primary-alt:active,
.btn-primary-alt.active,
.open > .dropdown-toggle.btn-primary-alt {
	color: #FCFCFC !important;
	background-color: #138955 !important;
}
/*btn-verde-secundario*/
.btn-secondary-alt {
	color: #00995D !important;
	background-color: #FCFCFC !important;
	border-color: #62B47F !important;
}

.btn-secondary-alt:focus,
.btn-secondary-alt.focus,
.btn-secondary-alt:hover,
.btn-secondary-alt:active,
.btn-secondary-alt.active,
.open > .dropdown-toggle.btn-secondary-alt {
	color: #138955 !important;
	background-color: #FCFCFC !important;
}

.btn-danger {
	color: #FFFFFF !important;
	background-color: #F6583E !important;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-roxo {
	color: #FCFCFC !important;
	background-color: #751406 !important;
}

.btn-neutral {
	color: #7361a1 !important;
	background-color: #f2ecfb !important;
}

.btn-neutral:focus,
.btn-neutral.focus,
.btn-neutral:hover,
.btn-neutral:active,
.btn-neutral.active,
.open > .dropdown-toggle.btn-roxo {
	color: white !important;
	background-color: #9966ff !important;
}

/*btn-verde*/
.btn-verde {
	color: #FCFCFC !important;
	background-color: #00995D !important;
}

.btn-verde:focus,
.btn-verde.focus,
.btn-verde:hover,
.btn-verde:active,
.btn-verde.active,
.open > .dropdown-toggle.btn-verde {
	color: #FCFCFC !important;
	background-color: #138955 !important;
}

/*btn-verde-secundario*/
.btn-verde-secundario {
	color: #00995D !important;
	background-color: #FCFCFC !important;
	border-color: #00995D !important;
}

.btn-verde-secundario:focus,
.btn-verde-secundario.focus,
.btn-verde-secundario:hover,
.btn-verde-secundario:active,
.btn-verde-secundario.active,
.open > .dropdown-toggle.btn-verde-secundario {
	color: #138955 !important;
	background-color: #FCFCFC !important;
}

/*btn-vermelho*/
.btn-vermelho {
	color: #FCFCFC !important;
	background-color: #EE1551 !important;
}
.btn-vermelho:focus,
.btn-vermelho.focus,
.btn-vermelho:hover,
.btn-vermelho:active,
.btn-vermelho.active,
.open > .dropdown-toggle.vermelho {
	color: #FCFCFC !important;
	background-color: #D21B4B !important;
}
/*btn-vermelho-secundario*/
.btn-vermelho-secundario {
	color: #EE1551 !important;
	background-color: #FCFCFC !important;
	border-color: #EE1551 !important;
}
.btn-vermelho-secundario:focus,
.btn-vermelho-secundario.focus,
.btn-vermelho-secundario:hover,
.btn-vermelho-secundario:active,
.btn-vermelho-secundario.active,
.open > .dropdown-toggle.btn-vermelho-secundario {
	color: #D21B4B !important;
	background-color: #FCFCFC !important;
}

/*btn-laranja*/
.btn-laranja {
	color: #FCFCFC !important;
	background-color: #F47820 !important;
}
.btn-laranja:focus,
.btn-laranja.focus,
.btn-laranja:hover,
.btn-laranja:active,
.btn-laranja.active,
.open > .dropdown-toggle.laranja {
	color: #FCFCFC !important;
	background-color: #D96D2B !important;
}
/*btn-laranja-secundario*/
.btn-laranja-secundario {
	color: #F47820 !important;
	background-color: #FCFCFC !important;
	border-color: #F47820 !important;
}
.btn-laranja-secundario:focus,
.btn-laranja-secundario.focus,
.btn-laranja-secundario:hover,
.btn-laranja-secundario:active,
.btn-laranja-secundario.active,
.open > .dropdown-toggle.btn-laranja-secundario {
	color: #D96D2B !important;
	background-color: #FCFCFC !important;
}
/*btn-rosa*/
.btn-rosa {
	color: #E6331C !important;
	background-color: #E5CBC7 !important;
	border-color: #E5CBC7 !important;
}
.btn-rosa:focus,
.btn-rosa.focus,
.btn-rosa:hover,
.btn-rosa:active,
.btn-rosa.active,
.open > .dropdown-toggle.btn-rosa {
	color: #E6331C !important;
	background-color: #C7A49F !important;
	border-color: #C7A49F !important;
}


/*==========================================================
  DROPDOWN MENU
============================================================*/
.dropdown-menu.dropdown-sm {
  min-width: 120px;
}
.dropdown-menu.dropdown-sm li {
  margin-bottom: 0;
}
.dropdown-menu.dropdown-sm li a {
  font-size: 13px;
  padding: 2px 12px;
}
.dropdown-menu {
	top: 98%;
	font-size: 13px;
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175) !important;
	min-width: 580px;
	padding: 0px 0px 15px 0px;
	left: -215px;
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		background-color: #FCFCFC;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #666666;
	}
}
.dropdown-menu > li > a, .dropdown-menu > div > li > a {
	display: block;
	padding: 10px 15px 10px 15px;
	clear: both;
	color: #666666;
	font-weight: normal;
	line-height: 1.49;
	white-space: nowrap;
	margin: 0px 10px 0px 10px;
	border-top: 1px solid #E5E5E5;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #595959;
	background-color: #f5f5f5;
}

@media (max-width: 1199px) {
	.dropdown-menu.dropdown-custom:after {
		right: 99px !important;
	}
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #595959;
	background-color: #f5f5f5;
}
@media(min-width:1200px){
	.dropdown-menu li.item:nth-child(2) > a,
	.dropdown-menu li.item:nth-child(3) > a,
	.dropdown-menu li.item-pendencia:nth-child(2) > a{
		border-top: 0px solid;
	}
}
@media (max-width: 1199px) {
	.dropdown-menu li:nth-child(2) > a,
	.dropdown-menu li.item-pendencia:nth-child(2) > a {
		/* border-top: 0px solid; */
	}
	.dropdown-menu {
		min-width: 250px;
		left: -80px;
	}
}
@media screen and (max-width: 1199px) and (max-height: 800px) {
	.dropdown-menu {
		max-width: 1024px;
	}
	
	.custom-submenu {
		overflow: hidden;
		overflow-y: auto;
		max-height: 200px;
	}
}
.dropdown-menu li.item:nth-child(2),
.dropdown-menu li.item:nth-child(4),
.dropdown-menu li.item:nth-child(6),
.dropdown-menu li.item:nth-child(8),
.dropdown-menu li.item:nth-child(10),
.dropdown-menu li.item:nth-child(12) {
	border-right: 1px solid #E5E5E5;
}

li .item:hover {
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	color: #595959;
	background-color: #f5f5f5;
}
.dropdown-menu .titulo-menu  {
	color: #F47820;
	border-bottom: 1px solid #F47820;
	margin-left: 10px;
	width: 96%;
	font-size: 16px;
	font-weight: 800;
	padding: 10px 15px 10px 15px;
	margin-bottom: 15px;
}
.dropdown-menu .log-off  {
	padding-top: 15px;
	border-right: 0px !important;
}
.dropdown-menu .log-off > a {
	border: 0px;
    border-top: 1px solid #E5E5E5;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0px;
    margin-bottom: -15px;
    padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #E5E5E5;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.btn-group > .dropdown-menu > li > a {
	white-space: normal !important;
	padding: 10px 10px 10px 10px;
    margin: 0px 10px 0px 10px;
}
.btn-group > .dropdown-menu li:nth-child(1) > a {
    border-top: 0px solid;
}
@media (max-width: 1199px) {
	.btn-group > .dropdown-menu li:nth-child(2) > a {
    	border-top: 1px solid #E5E5E5;
	}
}
.btn-group > .dropdown-menu {
	min-width: 203px;
	left: 0px;
	top: 33px;
	border-color: transparent #00995D #00995D #00995D;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.btn-group > .btn.btn-dropdown {
	width: 174px !important;
}
.btn-group > .btn.dropdown-toggle {
	width: 30px !important;
	border-left: 1px solid #FCFCFC;
}
.btn-group > ul > li:hover {
	background-color: #f5f5f5 !important;
}

/*==========================================================
  HELPERS
============================================================*/
.mr0 {
	margin-right: 0px !important;
}
.mr-15 {
	margin-right: -15px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.ml-15 {
	margin-left: -15px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt-5 {
	margin-top: -5px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mh30 {
	max-height: 30px !important;
}
.h50 {
	height: 50px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.min-w-50px {
	min-width: 50px !important;
}
.min-w-100px {
	min-width: 100px !important;
}
.min-w-150px {
	min-width: 150px !important;
}
.min-w-175px {
	min-width: 175px !important;
}
.min-w-200px {
	min-width: 200px !important;
}
.min-w-250px {
	min-width: 250px !important;
}
.min-w-300px {
	min-width: 300px !important;
}

/*==========================================================
  AWESOME CHECKBOX E RADIOBOX
============================================================*/
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
	outline: none;
	outline: none;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
	font-family: "FontAwesome";
	content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox input[type="checkbox"]:indeterminate + label::after {
	font-family: "FontAwesome";
	content: "\f068";
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}

.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="checkbox"]:indeterminate + label::before,
.checkbox input[type="radio"]:checked + label::before {
	background-color: #00995D;
	border-color: #00995D;
}

.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
	color: #FCFCFC;
}

.checkbox input[type="checkbox"]:indeterminate + label::after {
	color: #FCFCFC;
	text-align: center;
	left: -1px;
	top: 1px;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: none;
  outline: none;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio input[type="radio"] + label::after {
  background-color: #00995D;
}
.radio input[type="radio"]:checked + label::before {
  border-color: #00995D;
}
.radio input[type="radio"]:checked + label::after {
  background-color: #00995D;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

/*==========================================================
  TOOLTIP
============================================================*/
.tooltip.left .tooltip-arrow {
	border-left-color: #5B5C65;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #5B5C65;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #5B5C65;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #5B5C65;
}
.tooltip-inner {
	color: #FCFCFC;
	background-color: #5B5C65;
	border-radius: 2px;
}

/*==========================================================
  TOOLTIP
============================================================*/
 .top-right {
	position: fixed;
	top: 10em;
	right: 2em;
}

/*==========================================================
  ALERT
============================================================*/
.alert{
	width: 500px;
}
.alert-vermelho {
    background-color: #F08490;
    border-color: #F08490;
    color: #BC5C66;
}
.alert-verde {
	background-color: #C1D682;
	border-color: #C1D682;
	color: #00A572;
}



/*==========================================================
  TABLE
============================================================*/
th {
	background-color:  #E4E4E4 !important;
	border-bottom: 1px solid #A4A4A8 !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color:  #F5F5F5;
}

.table.dataTable {
    margin-top: 0px !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #A3238E;
    border-color: #A3238E;
    border-top-color: #A3238E;
    border-right-color: #A3238E;
    border-bottom-color: #A3238E;
    border-left-color: #A3238E;
    cursor: default;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #A3238E;
}
.pagination>li>a,
.pagination>li>span {
    color: #A3238E;
}

.pagination {
    margin-right: 10px !important;
}

a:focus {
    outline: none !important;
    outline: none !important;
    outline-offset: -2px;
}

/*==========================================================
  BREADCRUMB
============================================================*/
.breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
    list-style: none;
    background-color: transparent !important;
}
.breadcrumb-darkPurple > li > a {
	color: #2C294E !important;
}
.breadcrumb-link {
	color: #0099CC !important;
}
/*==========================================================
  HR
============================================================*/
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #2C294E;
}
hr.verde{
	border-color: #00995D;
}
/*==========================================================
  LABEL
============================================================*/
label {
	font-family: segoe ui, Arial, sans-serif;
	font-weight: semibold;
	font-size: 13px;
	color: #7F7F7F;
}
/*==========================================================
  PLACEHOLDER
============================================================*/
.select2 {
	font-style: italic;
}
input::-webkit-input-placeholder {
	font-style: italic;
}
input:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
}
input::-moz-placeholder {  /* Firefox 19+ */
	font-style: italic;
}
input:-ms-input-placeholder {
	font-style: italic;
}

/*==========================================================
  MODAL
============================================================*/
.modal-header {
    border-top: 2px solid #F47820;
	background-color: #F6F7F7;
	border-bottom: 0px;
}
.modal-footer {
    border-top: 2px solid #F47820;
}

.tab-content {
	height:100% !important;
	padding-bottom: 15px;
}

legend {
	display: block;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
