.text-green {
	color: #00aa50;
}

.form-select {
	outline: 0 !important;
	display: block;
	width: 100%;
	height: auto !important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-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;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	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,
		-webkit-box-shadow ease-in-out .15s;
}

@media ( max-width : 991px) {
	.top-menu {
		right: 50px;
	}
}

@media ( max-width : 991px) {
	.top-menu {
		right: 50px !important;
	}
}

.list-group-item-action {
	background-color: #2e7731;
}

.page-content-background {
	background-image: url(/lib/assets/layouts/layout/img/background.jpg);
}

.list-group-item {
	color: #87d08a;
	background-color: #2e7731;
	font-size: 14px;
}

.list-group-item-action:hover {
	color: #bbe4bc;
	background-color: #348537;
}

.list-group-head {
	color: #c7fbc9;
	font-weight: 400;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn {
	font-size: 14px;
}

.dot {
	height: 25px;
	width: 25px;
	background-color: #bbb;
	border-radius: 50% !important;
	display: inline-block;
}

.menu-relatorio {
	max-height: 90vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary
	{
	color: #fff;
	background-color: #286090;
	background-image: none;
	border-color: #204d74;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.close {
	display: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.dropdown-menu:after {
	content: none !important;
}
.dropdown-menu:before {
	content: none !important;
}
.datepicker-dropdown:before {
	content: '' !important;
}
.datepicker-dropdown:after {
    content: '' !important;
    display: inline-block !important;
}
.nav-brand {
	width: 120px;
}
.btn-link {
	color: #337ab7;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.btn .caret {
    margin-left: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.multiselect-item {
	font-size: 14px;
}
.multiselect-search {
	font-size: 14px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:hover,.btn-default:active,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.multiselect-filter {
	padding-right: 10px !important;
}
.btn {
	background-color: buttonface;
	color: inherit;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.text-primary {
    color: #337ab7 !important;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-success {
    color: #fff;
    background-color: #36c6d3;
    border-color: #2bb8c4;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,.btn-info:active,.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,.btn-warning:active,.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.form-control {
	height: 34px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown {
   	height: auto;
}
.top-menu {
	background-color: #205222;
}
.dropdown-user {
	background-color: #205222;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
   	box-shadow: none;
}
.navbar-toggler-icon>i:after {
	color: white;
}
.navbar-toggler-icon>i:before {
	color: white;
	border: none;
}
.hor-menu {
    background-color: #205222;
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    text-decoration: underline;
    background-color: transparent;
}
.Sortable a{
	text-decoration: none;
}
.Sortable a:hover{
	text-decoration: underline;
}
.multiselect {
	background: white;
}
.input-group:nth-of-type(1) .chosen-container .chosen-choices {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(:nth-of-type(1)) .chosen-container .chosen-choices {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group:not(:nth-of-type(1)) .input-group-prepend .input-group-text {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group .chosen-container {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
}

.input-group .chosen-choices .search-field {
    min-height: calc(1.5em + 0.75rem); /* Adjust height for alignment */
}
.bg-primary {
    color: #fff;
    background-color: #337ab7 !important;
}
a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    color: #337ab7;
    text-decoration: underline;
}

a.nav-link:hover {
	 text-decoration: none;
}

.page-header.navbar .hor-menu .navbar-nav>li .dropdown-menu li>a {
    color: #87d08a !important;
}

.external {
	background-color: #eaedf2 !important;
}

#notificationsTopoUL > .list-group-item {
	background-color: white;
}

#notificationsTopoUL > .list-group-item:hover{
	background-color: #f8f9fa !important;
	text-decoration: none;
}

#notificationsTopoUL > .list-group-item > a:hover{
	text-decoration: none !important;
}

#notificationsTopoULCortesInvalidos > .list-group-item{
	background-color: white;
}

#notificationsTopoULCortesInvalidos > .list-group-item:hover{
	background-color: #f8f9fa !important;
	text-decoration: none;
}

#notificationsTopoULCortesInvalidos > .list-group-item > a:hover{
	text-decoration: none !important;
}
.linkOpenNot,.linkOpenNotCortes {
	cursor: pointer;
}
.linksair {
	color: #555 !important;
}
.linksair.active, .linksair:active, .linksair:hover, .linksair:focus {
	background-color: #c9cdcc !important;
	color: #555 !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus, .list-group-item.active, .list-group-item:active, .list-group-item:hover, .list-group-item:focus {
	background-color: #348537;
	color: #87d08a;
}