/**
 * Defaults
 */
body {
	padding-top: 51px;
	font-size: 14px;
	background: #eaeaea;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

section {
	margin-bottom: 30px;
}

a {
	color: #be1d84;
	text-decoration: none;
}
a:hover {
	color: #a81a75;
}
img {
	border: 0 solid;
}
h1, h2, h3, h4 {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
}

/**
 * Material design icons
 */
.mdi {
	line-height: inherit;
}
.mdi::before {
	font-size: 24px;
	line-height: 14px;
	display: inline;
}
.btn .mdi::before {
	position: relative;
	top: 4px;
}
.btn-xs .mdi::before {
	font-size: 18px;
	top: 3px;
}
.btn-sm .mdi::before {
	font-size: 18px;
	top: 3px;
}
.dropdown-menu .mdi {
	width: 18px;
}
.dropdown-menu .mdi::before {
	position: relative;
	top: 4px;
	left: -8px;
}
.nav .mdi::before {
	position: relative;
	top: 4px;
}
.navbar .navbar-toggle .mdi::before {
	position: relative;
	top: 4px;
	color: #FFF;
}
.breadcrumb .mdi::before {
	position: relative;
	top: 4px;
}
.alert .mdi::before {
	position: relative;
	top: 4px;
	margin-right: 2px;
}
.input-group-addon .mdi::before {
	position: relative;
	top: 3px;
}
.navbar-brand .mdi::before {
	position: relative;
	top: 2px;
	margin-right: 2px;
}
.list-group-item .mdi::before {
	position: relative;
	top: 3px;
	left: -3px
}

/**
 * Sidebar
 */
body {
	overflow-x: hidden;
}

#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrapper.toggled {
	padding-left: 250px;
}

#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 0;
	height: 100%;
	padding-top: 52px;
	margin-left: 0px;
	background: #222d32;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.1);
}
#sidebar-wrapper #sidebar-scroll {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	position: relative;
	padding-right: 40px;
}
#sidebar-wrapper #sidebar-scroll:hover {
	overflow: visible;
}
.toggled #sidebar-wrapper #sidebar-scroll {
	overflow: hidden;
	overflow-y: auto;
}

#wrapper.toggled #sidebar-wrapper {
	width: 250px;
}

#page-content-wrapper {
	width: 100%;
	position: absolute;
	padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -250px;
}


/* Sidebar Styles */

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;
	margin: 0;
	padding: 0px;
	list-style: none;
}

.sidebar-nav > li {
	position: relative;
	padding: 5px;
}
.sidebar-nav > li.search {
	padding: 0px;
}
.sidebar-nav > li.search input {
	background-color: #394247;
	color: #fff;
	border-radius: 0px;
	outline: none !important;
	border: none;
	padding: 0px 15px 0px 0px;
	height: 42px;
	line-height: 42px;
}
.form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.sidebar-nav > li.search .input-group-addon:first-child {
	background-color: #394247;
	border-radius: 0px;
	outline: none;
	border: none;
	color: #999999;
	padding: 11px 10px 12px 20px;
}

.sidebar-nav > li > a {
	display: block;
	text-decoration: none;
	color: #999999;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	width: 50px;
	overflow: hidden;
	white-space: nowrap;
}
.toggled .sidebar-nav > li > a {
	width: 240px;
}
.sidebar-nav > li > a > i, .sidebar-nav li > ul li a > i {
	position: relative;
	top: 3px;
	padding-right: 5px;
}
.sidebar-nav li > ul li a > i {
	top: 1px;
}
.sidebar-nav li > ul li a > i::before {
	font-size: 20px;
}
.sidebar-nav > li > a > span {
	display: none;
}
.sidebar-nav > li:hover > a, .sidebar-nav > li.active > a {
	text-decoration: none;
	color: #fff;
	background: rgba(190, 29, 132, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	top: 0;
}
.sidebar-nav > li:hover > a {
	width: 240px;
}
.sidebar-nav > li.has-sub-items:hover a {
	-webkit-border-radius: 5px 5px 0px 5px;
	-moz-border-radius: 5px 5px 0px 5px;
	border-radius: 5px 5px 0px 5px;
}
.sidebar-nav li > ul {
	display: none;
	width: 182px;
	position: absolute;
	top: 55px;
	left: 63px;
	background: #0e1113;
	padding: 10px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.toggled .sidebar-nav li > ul {
	position: static;
	width: 100%;
}
.sidebar-nav li > ul li {
	display: block;
}
.sidebar-nav li > ul li a {
	display: block;
	color: #999999;
	line-height: 30px;
}
.sidebar-nav li > ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.sidebar-nav > li:hover > ul {
	display: block;
	z-index: 999999;
}
.toggled .sidebar-nav > li:hover > ul {
	display: none;
}
.toggled .sidebar-nav > li.open > ul {
	display: block;
}
.toggled .sidebar-nav li a span, .sidebar-nav > li:hover > a span {
	display: inline;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
	height: 65px;
	font-size: 18px;
	line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
	color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
	color: #fff;
	background: none;
}

@media(min-width:768px) {
	#wrapper {
		padding-left: 60px;
	}
	#wrapper.toggled {
		padding-left: 250px;
	}
	#sidebar-wrapper {
		width: 60px;
	}
	.toggled #sidebar-wrapper {
		width: 250px;
	}
	#page-content-wrapper {
		padding: 0px;
		position: relative;
	}
	#wrapper.toggled #page-content-wrapper {
		position: relative;
		margin-right: 0;
		overflow: visible;
	}
}

/**
 * Navbar
 */
.navbar-default {
	color: #fff;
	background-color: rgba(190, 29, 132, 1);
    border-width: 0px;
    border-radius: 0px;
	z-index: 1031;
	-webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active {
    color: rgba(255, 255, 255, 1);
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.navbar-form .select2-container {
	min-width: 150px;
	width: auto !important;
}
.navbar-form .select2-container--default .select2-selection--single {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	background: none;
	border: none;
	outline: none;
}
.navbar-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	padding-left: 0px;
}
.navbar-form .select2-container--default .select2-selection--single .select2-selection__arrow::before {
	position: relative;
	top: 5px;
	display: inline;
	content: "\F142";
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 14px;
}
.navbar-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::before {
	content: "\F140";
}
.navbar-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.navbar-form .select2-container--open .select2-dropdown--below {
	width: auto !important;
	margin-top: 11px;
	margin-left: -15px;
}
#dropdown-messages {
	position: relative;
}
.zmdi-star {
	font-size: 14px;
	color: #f7fb4b;
	position: absolute;
	top: 9px;
	right: 11px;
}
.navbar-nav {
	padding: 0px;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:visited {
	color: rgba(255, 255, 255, 0.8);
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active{
	color: rgba(255, 255, 255, 1);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: #222d32;
	color: rgba(255, 255, 255, 1);
}
.navbar-nav>li>.dropdown-menu {
	border: none;
}
.navbar-nav>li>.dropdown-menu>li>a {
	padding: 0px 20px;
	line-height: 28px;
}
.navbar-nav>li>.dropdown-menu .divider {
	background: rgba(0, 0, 0, 0.1);
}
.ui-autocomplete.ui-widget-content {
	border: none;
	background: #222d32;
	color: #fff;
	margin-top: 51px;
	z-index: 99999;
}
.ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-state-focus {
	background: #be1d84;
	border: none;
	color: #fff;
	font-weight: normal;
}
.ui-menu .ui-menu-item {
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-form {
	margin-top: 12px;
	padding-left: 0px;
}
.navbar-form input[type=text].form-control {
	height: 28px;
	padding: 3px 7px;
}

/**
 * Page title
 */
.page-title {
	background: #fff;
	-webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.1);
	padding: 20px 30px;
	margin-bottom: 15px;
}

/**
 * Breadcrumbs
 */
.breadcrumb {
	background: transparent;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #be1d84;
}
.breadcrumb li a {
	color: #333;
}
.breadcrumb>li+li:before {
	content: "\F142";
	font: normal normal normal 24px/1 "Material Design Icons";
	position: relative;
	top: 3px;
}

/**
 * Pagination
 */
.form-pagination {
	margin: 20px 0px;
}

/**
 * Pills
 */
.nav-pills>li>a {
    color: rgba(255, 255, 255, 1);
    border: 1px solid #222d32;
    background-color: #222d32;
}
.nav-pills>li.active>a,
.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
    color: #222d32;
    background-color: #fff;
}
.nav-pills .nav-pills {
	padding: 2px 0px 0px 0px;
}
.nav-pills .nav-pills>li>a {
	color: #222d32;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	font-size: .9em;
}
.nav-pills .nav-pills>li.active>a,
.nav-pills .nav-pills>li>a:hover,
.nav-pills .nav-pills>li>a:focus {
	color: rgba(255, 255, 255, 1);
	border: 1px solid #222d32;
	background-color: #222d32;
}

/**
 * Tabs
 */
.tabs-container {
	margin: 15px 0px;
}
.nav-tabs>li>a,
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #333;
}
.tab-content {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

/**
 * Line
 */
hr {
	border-top: 1px solid #fff;
}

/**
 * Tables
 */
table.table td p:last-of-type {
	margin-bottom: 0px;
}

/**
 * Forms
 */
.control-label.text-left {
	text-align: left !important;
}
.help-block {
	margin-bottom: 0px;
}

/**
 * Footer
 */
footer {
	border: 1px solid transparent;
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 16px;
	-webkit-box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.1), 0 1.5px 6px rgba(0, 0, 0, 0.1);
}
footer, footer a, footer a:hover, footer a:visited, footer a:focus {
	color: #8c8c8c;
	text-decoration: none;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
#input {
	border: 2px solid #EC0F67;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	color: #be1d84;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 3px;
	font-weight: bold;
}
h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 3px;
}
h4 {
	font-size: 2em;
	color: #EC0F67;
	margin-bottom: 3px;
}
ul {
	margin: 0px;
	padding: 2px 20px 0px 20px;
}
ul > ul {
	margin: 0px;
	padding: 2px 20px 10px 15px;
}
ul.fixIE {
	_margin-top: -9px;
}
/*li {
	list-style-image: url("./images/bullet.gif");
	line-height: 1.5em;
}*/
p {
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
}
p .partner a, p .partner a:visited, p .partner a:active {
	color: #202020;
	text-decoration: none;
	font-size: 0.8em;
}
p .partner a:hover {
	color: #EC0F67;
	text-decoration: underline;
	background-color: #D2D2D2;
}
div.success {
	background-color: #E3FFE3;
	padding: 3px 5px;
	margin-bottom: 10px;
}
div.error {
	background-color: #F6D6D8;
	padding: 3px 5px;
	margin-bottom: 10px;
}
div.subMenuTop {
	width: 174px;
	height: 3px;
	background: url("./images/sub-menu-top.gif") repeat-x top center;
}
div.subMenuBottom {
	font-size: .1em;
	width: 174px;
	height: 1px;
	background: #415e73;
	margin: 5px 0px 10px 0px;
}
.btn-icon {
	display: inline-block;
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}
.btn-icon:hover {
	cursor: pointer;
}
.btn-icon-danger {
	color: #8F2D2D;
}
.btn-success {
	border: 1px solid #008000;
	color: #fff;
}
.btn-success:hover {
	background: #008000;
	color: #ffffff;
}
input.checkboxExtraSpace {
	margin-top: 5px;
}
select {
	width: 212px;
	background: #fff;
}
table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
td {
	margin: 0px;
	padding: 3px 0px;
	border-bottom: 1px dashed #dddddd;
}
td a {
	text-decoration: underline;
}
td a:hover, td a.btn {
	text-decoration: none;
}
tr.header td {
	width: 335px;
	font-weight: bold;
	color: #415e73;
	border-bottom: 1px solid #dddddd;
}
tr.canceled {
	background-color: #F6D6D8;
}
tr.succes {
	background-color: #E3FFE3;
}
.clearWidth {
	width: auto;
}
textarea {
	background: #fff;
	margin-top: 3px;
	padding: 0px 3px;
	border: double #415e73;
	width: 400px;
	height: 150px;
}
.pageNumbers {
	margin: 10px 0px;
}
.pageNumbers span {
	border: 1px solid #415e73;
	text-decoration: underline;
	padding: 0px 4px;
}
.pageNumbers a span {
	border: 1px solid #202020;
	padding: 0px 4px;
	text-decoration: none;
}
.pageNumbers a:hover span {
	border: 1px solid #415e73;
	text-decoration: underline;
}
.noLabel {
	margin-left: 150px;
}
div.label {
	padding-top: 5px;
	width: 150px;
	float: left;

    display: block;
    padding: 0px;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    color: #202020;
    text-align: left;
    white-space: normal;
    vertical-align: baseline;
    border-radius: 0em;
}
.help {
cursor: help;
}

.fa.text-warning {
	color: #ff6e00;
}
.fa.text-incasso {
	color: #000000;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.datepicker-dropdown, .dropdown-menu {
	z-index: 99999 !important;
}


@media print {
	nav, footer, .hide-print {
		display: none;
	}

	body {
		padding-top: 30px;
	}
}

.sigWrapper {
	height: 57px !important;
}

.input-group-addon.btn-success {
	background-color: #5cb85c;
}
.input-group-addon.btn-success:hover {
	background: #008000;
}