
/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	min-height: 100vh;
	position: relative;
}
img{
	max-width: 100%
}
footer.main{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 12px;
    background: #fff;
}



.date-control{
	position: relative;
	padding: 0;
    margin-left: 15px;
}
.date-control .datepickerMYChange{
	position: absolute;
	max-width: 100%;
	top: 0;
	opacity: 0;
	cursor: pointer;
	padding: 0;
}
.date-control .dateShow{
}

.img-circle{
	display: none;
}
.page-container .sidebar-menu, 
.login-page {
	/* background: #032652; */
	min-height: 100vh;
}
.login-page .login-form .form-group .input-group .form-control{
	color: #000;
}
.login-page .login-form .form-group .btn-login{
			background-color: #56acde;
}
.login-page .login-form .form-group .input-group{
	background: #E4EDFE;
}
.page-container .sidebar-menu #main-menu li a{
	color: #fff;
}
.page-container .sidebar-menu #main-menu li{
	border-bottom-color: #01417b;
}
.page-container .sidebar-menu #main-menu li ul > li > a{
	background: #0c4378;
}
.page-container .sidebar-menu #main-menu li ul > li > a:hover{
	background: #184e8a;
}
.page-container .sidebar-menu .logo-env > div.sidebar-collapse a, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a{
	border-color: #8c8c8c;
}
.page-container .sidebar-menu .logo-env > div > a{
	color: #fff;
}
.page-container .sidebar-menu #main-menu li.active > a{
	background: #02162f;
}
.navbar-inverse{
	background-color: #032651;
	border-color: #032651;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	background-color: #03152f;
}

.navbar-nav > li:hover > ul{
	display: inline-block !important;
}


.login-container #form_error ul{
	padding-left: 10px;
	text-align: left;
}

#table-1_processing{
	text-align: center;
}

.icon-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
}

#modulos .modulo{
	float: left;
	width: 245px;
	margin: 0 1% 25px;
	position: relative;
}
.tile-stats{
	background: #eee;
}
.tile-stats h3 {
	color: #373e4a;
}
.tile-stats:hover h3 {
	color: #fff;
}
#modulos .modulo .info-modulo{
	float: left;
	width: 120px;
}
#modulos .modulo .tile-header{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
#modulos .modulo img{
	float: left;
	margin-right: 10px;
}
#modulos .modulo .todo-list{
	float: left;
	width: 100%;
}
.todo-list > li{
	/*padding-left: 80px;*/
}
.tile-stats:hover a{
	color: #fff;
}

.dataTables_wrapper .dataTables_paginate{
	border: none;
	text-align: right;
}
div.dataTables_paginate li.next a::after{
	content: none;
}
div.dataTables_paginate li.next > a{
	padding-right: 10px;
}

.dataTables_wrapper .dataTables_filter {
	border-left: 0;
	padding-top: 13px;
	-webkit-border-radius: 0px 3px 0px 0px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0px 3px 0px 0px;
	-moz-background-clip: padding;
	border-radius: 0px 3px 0px 0px;
	background-clip: padding-box;
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.dataTables_wrapper .dataTables_filter > label {
	float: right;
	display: block;
	white-space: nowrap;
}
.dataTables_wrapper .dataTables_filter > label input {
	display: block;
	width: 100%;
	height: 31px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	display: inline-block;
	width: 150px;
	margin-left: 5px;
}
.dataTables_wrapper .dataTables_filter > label input:focus {
	border-color: #c8cdd7;
	outline: 0;
	-webkit-box-shadow:  0px 2px 1px rgba(203, 208, 217, 0.08);
	-moz-box-shadow:  0px 2px 1px rgba(203, 208, 217, 0.08);
	box-shadow:  0px 2px 1px rgba(203, 208, 217, 0.08);
	-webkit-box-shadow:  0 2px 1px rgba(203, 208, 217, 0.08);
	box-shadow:  0 2px 1px rgba(203, 208, 217, 0.08);
}
.dataTables_wrapper .dataTables_filter > label input::-webkit-input-placeholder {
	color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input:-moz-placeholder {
	color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input::-moz-placeholder {
	color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input:-ms-input-placeholder {
	color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input:-moz-placeholder {
	color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input::-moz-placeholder {
	color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input:-ms-input-placeholder {
	color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input::-webkit-input-placeholder {
	color: #aaaaaa;
}
.dataTables_wrapper .dataTables_filter > label input[disabled],
.dataTables_wrapper .dataTables_filter > label input[readonly],
fieldset[disabled] .dataTables_wrapper .dataTables_filter > label input {
	cursor: not-allowed;
	background-color: #eeeeee;
}

.pac-container {
	z-index: 5000;
}

.custom-select {
	height: calc(3rem + 1px);
}

.table{
	color: #393A3D;
	font-size: 12px;
}

.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
	vertical-align: middle;
}

.table .item-list:hover{
	background: #f7f7f7;
}


.account_plan_item_1,
.account_plan_item_2,
.account_plan_item_3{
	font-weight: bold;
	margin: 10px 0;
}

.select2{
	visibility: visible;
}
.select2-container--default .select2-selection--single{
	border:  1px solid #ebebeb !important;
	color:  #555555 !important;
	border-radius: 3px !important;
    height: 31px !important;
    font-size: 12px !important;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{
	border: none !important;
	background: #fff !important;
}


.pt_show{
	display: none;
}
