/* Add here all your CSS customizations */
/*
	Buzina color:
	#a6ce39
	rgb(166,206,57)
*/
.bold {
	font-weight: bold;
}
.flex {
	display:flex;
}
.space-between {
	justify-content: space-between;
}
.space-around {
	justify-content: space-around;
}




.logo img{
	margin-top:-60px;
}
.logo-container .logo img{
	margin:0;
}
.body-sign .panel-sign .panel-title-sign .title{
	background-color: #a6ce39;
}
.body-sign .panel-sign .panel-body {
	border-top: 5px solid #a6ce39;
}
body .btn-primary{
	background-color: #a6ce39;
	border-color: #a6ce39;
}
body .btn-primary:hover {
    border-color: rgba(166,206,57,0.7) !important;
    background-color: rgba(166,206,57,0.7);
}
a, .btn-link {
	color: #a6ce39;
}
a:hover, a:focus, .btn-link:hover, .btn-link:focus {
	color: rgba(166,206,57,0.7);
}
.page-header h2 {
    border-bottom-color: #a6ce39;
}
ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 #a6ce39 inset;
}
html .pagination > li.active a, html.dark .pagination > li.active a {
    background-color: #a6ce39;
}
html .pagination > li.active a, html.dark .pagination > li.active a, html .pagination > li.active span, html.dark .pagination > li.active span, html .pagination > li.active a:hover, html.dark .pagination > li.active a:hover, html .pagination > li.active span:hover, html.dark .pagination > li.active span:hover, html .pagination > li.active a:focus, html.dark .pagination > li.active a:focus, html .pagination > li.active span:focus, html.dark .pagination > li.active span:focus {
    background-color: #a6ce39;
    border-color: #a6ce39;
}
body .btn-primary:active, body .btn-primary:focus {
    border-color: rgba(166,206,57,0.7) !important;
    background-color: rgba(166,206,57,0.7);
}
body .btn-primary:active, body .btn-primary:focus {
    border-color: rgba(166,206,57,0.7) !important;
    background-color: rgba(166,206,57,0.7);
}
.pagination > li a {
    color: #a6ce39;
}
.pagination > li a:hover, .pagination > li a:focus {
    color: #a6ce39;
}
.page-header .sidebar-right-toggle:hover {
    color: #a6ce39;
}
html.dark .datepicker.datepicker-primary table tbody tr td.day:hover, .datepicker.datepicker-dark table tbody tr td.day:hover {
    background: #a6ce39;
	border-color: #a6ce39;
}
html.dark .datepicker.datepicker-primary table thead tr th.prev:hover, .datepicker.datepicker-dark table thead tr th.prev:hover, html.dark .datepicker.datepicker-primary table thead tr th.next:hover, .datepicker.datepicker-dark table thead tr th.next:hover {
    background: #a6ce39;
}
html.dark .datepicker.datepicker-primary table tbody tr td.day.active, .datepicker.datepicker-dark table tbody tr td.day.active {
    background: #a6ce39;
}
.datepicker.datepicker-dark table tbody tr td.day.marked:not(.old):not(.new) {
    border: 1px solid #ffb733;
}
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
    color: #a6ce39;
}


.back-import-row{
    display: flex;
    justify-content: space-between;
	align-items:center;
	margin-bottom:5px;
}
.import-box {
	text-align:center;
}
.import-form {
	text-align:center;
	display: flex;
	align-items: center;
}
.import-form button {
	margin-left:15px;
}
.table-holder{
	background-color: white;
	padding: 30px 50px;
	overflow: auto;
	max-height: 70vh;
}
.table-clients-imported, .table-clients-imported *{
	border-color: #dddddd;
}
.table-clients-imported{
	margin:30px;
}
.table-clients-imported thead th{
	padding: 5px 7px;
	font-weight:bold;
	text-align:center;
}
.table-clients-imported tbody td{
	padding: 5px 7px;
	text-align:center;
}
.export-box .form-control{
	margin: 7px 0;
}
.export-buttons{
	display:flex;
	justify-content:flex-start;
}
.export-buttons *{
	margin-right:15px;
}
.clientes-table-holder, .projects-table-holder{
	margin-top:30px;
	background-color: white;
	overflow: auto;
	max-height: 500px;
	display:none;
}
.clientes-table-holder table thead th, .projects-table-holder table thead th{
	white-space: nowrap;
	padding: 5px 8px;
	text-align: center;
}
.edit-template .template-name{
	margin-bottom: 15px;
}
.success-email-created{
	padding: 30px;
	color: #a6ce39;
	font-size: 18px;
}
.novo-email-btn{
	margin-top:15px;
	float:right;
}
div.dataTables_length{
	clear: both;
}
.datepicker table thead tr th.prev:hover, .datepicker table thead tr th.next:hover {
    background: #a6ce39;
}
.header .toggle-sidebar-left {
    background: #a6ce39;
}
.tab-content {
	overflow-x: auto;
}
.panel-body {
	/*overflow-x: auto;*/
}
.chart-box {
	display:flex;
	flex-wrap: wrap;
}
.chart-item {
	width:46%;
	margin: 50px 2%;
}
.chart-div {
	max-width:100%;
}
.preview-box {
	position: fixed;
	width: 50%;
	max-height: 80vh;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -40vh;
	background-color: white;
	display: none;
	overflow-y: auto;
	padding:50px 100px;
	z-index:10;
}
.preview-box .close-button {
	float:right;
	color: #a6ce39;
	font-size:24px;
	cursor:pointer;
	padding:7px;
}
.preview-box .input-box {
	display: flex;
	margin: 25px 0;
}
.preview-box .input-box .label{
	min-width:150px;
	font-size:16px;
	color: rgb(119, 119, 119);
	font-weight:600;
	text-align: left;
}
.preview-box .input-box .preview-texto-box {
	max-height:350px;
	overflow-y: auto;
}
.table .inner-actions {
	display: flex;
}
.table .inner-actions > *{
	margin: 0 5px;
}
.tag-box {
	margin-right:15px;
	min-height:5px;
	min-width:30px;
	cursor: pointer;
}
.tag-text {
	color:white;
	padding: 2px 5px;
	display:none;
}
.tag-delete {
	background-color: white;
	border-radius: 50px;
	line-height: 15px;
	padding: 0px 5px;
	font-size: 10px;
	float: right;
	margin: 2px 3px 2px 0;
}
.rounded-box-row {
	justify-content:flex-start;
	flex-wrap: wrap;
}
.information-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.progress-bar-outter {
	width: 100% !important;
}
.show-for-small {
	display: none;
}
.user-img {
	width: 40px;
	border-radius: 40px;
	display: none;
}
.content-body {
	padding: 0;
}
.information-row {
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
}
.client-edit-delete a, 
.client-shortcut-btns a {
	font-size:10px;
	margin: 2px;
}
.btn-small {
	font-size:10px;
}
.note-tab {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-bottom-right-radius: 15px;
	padding: 15px;
}
.datepicker table tr td span:hover {
	background: #a6ce39;
}
.datepicker table thead tr:first-child th:hover {
    background: #a6ce39;
}
.picker-switch.accordion-toggle {
	display: flex;
	justify-content: center;
}
.timepicker-picker {
	display: flex; 
	justify-content: center;
}
.timepicker-picker {
	text-align: center;
}
.dhx_cal_select_menu .dhx_body {
	display: none;
}
.dhx_cal_navline {
	position: relative !important;
	right: unset!important;
	left: unset!important;
	top: unset!important;
	bottom: unset!important;
	height: auto !important;
	display: flex;
	justify-content: space-around;
}
.dhx_cal_navline_column {
	display: flex;
}
.dhx_cal_navline div {
	position: relative !important;
	right: unset!important;
	left: unset!important;
	top: unset!important;
	bottom: unset!important;
	height: auto !important;
	margin: 5px 0;
}
.dhx_cal_navline .dhx_cal_date {
	font-size:16px !important;
}
.sidebar-widget {
	position: relative!important;
	margin-top: 30px;
}
.nav-tabs i {
	color: #a6ce39;
	padding: 5px;
	font-size: 18px;
}
.nav-tabs.nav-justified li a {
	white-space: nowrap;
	font-size: 10px;
}
@media only screen and (max-width: 1400px) {
	.chart-box {
		flex-direction: column;								
	}
	.chart-item {
		margin: 50px auto;
	}
}

@media only screen and (max-width: 600px) {
	.popup-box-2 {
		width: 80%;
		margin-left: -40%;
	}
	.popup-box {
		width: 80%;
		margin-left: -40%;
	}
	.dhx_cal_navline {
		flex-direction: column;
		justify-content:flex-start;
		align-items: center;
		background-color: white;
	}
	.dhx_cal_navline div {
		margin: 5px 0;
	}
	.dhx_cal_scale_placeholder {
		position: relative!important;
		top: unset!important;
		left: unset!important;
		right: unset!important;
		bottom: unset!important;
		display: none!important;
	}
	.dhx_cal_header {
		position: relative!important;
		top: unset!important;
		left: unset!important;
		right: unset!important;
		bottom: unset!important;		
		width:100% !important;
		display: flex;
		padding-left: 50px;
	}
	.dhx_scale_bar {		
		position: relative!important;
		top: unset!important;
		left: unset!important;
		right: unset!important;
		bottom: unset!important;		
	}
	.dhx_cal_event .dhx_body {
		position: relative;
	}
	.dhx_cal_event .dhx_body::before {
		content: ' ';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #0288d1;
	}
	.dhx_cal_event .dhx_title {
		position: relative;
	}
	.dhx_cal_event .dhx_title::before {
		content: ' ';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #0288d1;
	}
	.dhx_cal_light {
		width: 93vw !important;
	}
}
@media only screen and (max-width: 900px) {	
	.hide-on-small, .hide-for-small {
		display: none;
	}
	.hide-on-small:first-child {
		display: table-cell;
	}
	.show-for-small {
		display: table-cell;
	}
	.admin-tabs {
		font-size:8px !important;
	}
	.preview-box {
		width: 80vw;
		max-height: 80vh;
		margin-left: -40vw;
		margin-top: -40vh;
		padding: 10px;
	}
	.preview-box .input-box {
		flex-direction: column;
	}
	.table-clients-imported {
		margin:0;
	}
	.chart-item {
		margin: 0;
		width:100%;
	}
	.rounded-box-row {
		flex-direction: column;
		align-items: flex-start !important;
	}
	.rounded-box {
		padding: 15px!important;
	}
	.chat-li {
		padding: 0!important;
	}
	.item-panel {
		padding: 0!important;
	}
	.dhx_cal_navline .dhx_cal_date {
		font-size: 12px !important;
	}
	.dhx_cal_today_button {
		font-size: 12px;
		width: 50px !important;
	}
	.dhx_cal_tab {
		font-size: 12px !important;
		line-height: 24px !important;
		width: 60px !important;
	}
}

