
::-webkit-clear-button
{
    display: none; /* Hide the button */
    -webkit-appearance: none; /* turn off default browser styling */
}
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
::-webkit-search-cancel-button { display: none }
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
input::-ms-clear {
  display: none;
}
::-webkit-clear-button {
    display: none;
}
::-ms-clear {
    display: none;
}
input::-ms-clear {
    width: 0;
    height: 0;
}
::-ms-clear {
    display: none;
}

/* Hide the cancel button */
::-webkit-search-cancel-button { 
    -webkit-appearance: none; 
}

/* Hide the magnifying glass */
::-webkit-search-results-button {
     -webkit-appearance: none; 
}

/* Remove the rounded corners */
input[type=date] { 
    -webkit-appearance: none; 
}
.db-body {
	padding: 25px 10px 10px 8%;
}

.parents-block-s5s {
	width: 61.5%;
}

.parents-block-projects {
	width: 95%;
}

.db-s5s-container-1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.db-title {
	font-family: Arial;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 30px;
	font-weight: 700;
	line-height: 15px;
	margin-bottom: 15px;
}

.db-item-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.db-s5s-content {
	display: block;
	border-radius: 3px;
	border: 1px solid #cacaca;
	box-sizing: border-box;
	background-color:  #ffffff;
	box-shadow: 1px 3px 4px 0px rgba(121, 121, 121, 0.65);
	padding: 34px 38px 36px 56px;
	width: 47%;
}

.db-item-number {
	font-family: Arial Bold;
    color: rgba(0, 0, 0, 0.55);
    font-size: 110px;
    font-weight: 700;
    line-height: 90px;
    margin-left: 148px;
}

.db-item-2 {
	font-family: Arial Regular;
    color: #d94446;
    font-size: 28px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    padding-top: 16px;
}

.db-item-number-bigger {
	font-family: Arial Bold;
	color: #f1a008;
	font-size: 160px;
	font-weight: 700;
	line-height: 90px;
}

.db-item-text {
	font-family: Arial;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 37px;
	font-weight: 400;
	margin-left: 46px;
	line-height: 45px;
}

.db-additional-padding {
	padding: 37px 29px 34px;
	/*margin-left: 109px;*/
}

.db-btn-container-1 {
	width: 61.5%;
    text-align: right;
}

.db-btn-container-2 {
	width: 100%;
	text-align: right;
}

.db-projects .db-btn-container-2 {
	width: 95%;
	text-align: right;
}

.db-projects .db-btn-container-3 {
	width: 100%;
	text-align: right;
}

.db-btn {
	font-family: Arial Regular;
	color:  #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	background-color:  #3897d7;
	box-shadow: 1px 3px 4px 0px rgba(121, 121, 121, 0.65);
	padding: 1px 95px;
	text-transform: uppercase;
	margin-top: 31px;
	margin-bottom: 27px;
	border: none;
}

.db-item-3 {
	font-family: Arial Regular;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-top: 19px;
}

.db-group {
	margin-right: 106px;
}

.db-finish {
	margin-right: 151px;
}

.db-total {
	margin-right: 68px;
}

.db-item-number-3 {
	margin-left: 0;
}

.parents-block-projects .db-s5s-content {
	padding-top: 9px;
	padding-bottom: 9px;
	width: 32%;
}

.chart {
  width: 100%; 
}

.db-chartists {
	display: flex;
	flex-wrap: wrap;
}

.db-chartist-item {
	width: 50%;
	position: relative;
}

.db-bi {
	width: 90%;
}

.db-chartists, .bi-db-chartists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bi-db-chartists .db-chartist-item {
	width: 25%;
	position: relative;
	background-color: #fff;
	padding: 15px;
}

.bi-chart-sm-title {
	text-align: right;
	font-family: Arial;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 19.66px;
	font-weight: 700;
}

.bi-chart-value {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40%;
	font-family: Arial;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 36px;
	font-weight: 700;
}

.bi-chart-title {
	text-align: center;
	font-family: Arial;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 26.55px;
	font-weight: 700;
	margin-top: 10px;
}

.db-chartist-big {
	background-color: #fff;
	width: 63%;
	padding: 0 80px 45px;
	margin-bottom: 18px; 
}

.db-s5s-date {
	font-family: Arial Regular;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 25px;
	font-weight: 400;
	line-height: 40px;
	padding-left: 15px;
}

.db-s5s-dropdown {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.db-s5s-dropdown button {
	font-family: Arial Regular;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 19px;
	font-weight: 600;
	line-height: 22px;
	padding: 5px 20px;
	background: #cacaca;
}

.db-calendar {
	text-align: right;
}

.db-calendar select {
	border: 1px solid #cacaca;
    background: #cacaca;
    font-size: 12px;
}

.bi-db-collapse {
	background-color: #fff;
	padding-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.collapse-title {
	font-family: Arial Regular;
	color:  #ffffff;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
	width: 30%;
    text-align: center;
}

.background-green {
	background-color:  #17e942;
}

.background-blue {
	background-color: #3897d7;
}

.background-red {
	background-color: #d94446;
}

.period-form {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-family: Arial Regular;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 16px;
	font-weight: 400;
}
.period-form-column.period-form {
	display: block;
	text-align: right;
	margin-bottom: 20px;
}

/*.period-form-title.period-form {
	font-size: 16px;
	justify-content: flex-end;
	text-transform: uppercase;
	margin-top: 20px;
}*/

.period-form-column input {
	max-width: 150px;
}

.period-form div {
	width: 100%;
	text-align: right;
	padding-right: 15px;
	margin-top: 20px;
}

.db-period {
	width: 65%;
}

.period-form input {
	border: 1px solid #cacaca;
	background-color: #cacaca;
	margin-top: 20px;
}

.chartists-title {
	font-family: Arial Regular;
	color:  rgba(0, 0, 0, 0.55);
	font-size: 22px;
	font-weight: 400;
	line-height: 23px;
	position: absolute;
    z-index: 1;
}

.db-projects .chartists-title {
	left: 65%;
    top: 60%;
}

.db-bi .chartists-title {
	left: 68%;
    top: 66%;
}

.db-bi .db-period {
	width: 81%;
}

.period-form-input {
	margin-right: 140px;
}

.add-border {
	padding: 15px 0;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
}

.add-padding-bottom {
	padding-bottom: 15px;
}

.add-padding-top {
	padding-top: 15px;
}

.db-chartist-big::before, .bi-db-collapse::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 22px solid #eeeeee;
	position: absolute;
    top: -2px;
    right: 80px;
}

.db-chartist-big, .bi-db-collapse{
	position: relative;
}

.hide-btn {
	font-family: Arial Regular;
	color:  #cacaca;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	border: 1px solid #cacaca;
	border-radius: 10px;
	background-color:  #ffffff;
	margin-bottom: 0;
	margin-top: 18px;
    padding: 1px 26px;
    text-transform: uppercase;
}

.db-bi .hide-btn {
	margin-right: 30px;
}

.column-width {
	width: 100%;
}

.period-form-column.period-form {
	text-align: center;
}

.column-width br {
	display: none;
}

/*for FireFox*/
button[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {   
    border : 0px;
} 
/*for IE8 */
button[type="submit"]:focus, input[type="button"]:focus {     
    outline : none; 
}



@media (max-width: 1650px) {
	.bi-db-chartists .db-chartist-item {
		width: 30%;
	}
	.bi-chart-sm-title {
		font-size: 14px;
	}

	.bi-chart-value {
		top: 40%;
		font-size: 28px;
	}

	.bi-chart-title {
		font-size: 17px;
	}

	.db-title {
		font-size: 21px
	}

	.db-item-number {
		margin-left: 0;
		font-size: 85px;
	}

	.db-s5s-content {
		padding: 10px 20px;
	}

	.db-item-1 img {
		width: 30%;
	}

	.db-item-2 {
		font-size: 17px;
		padding-top: 5px;
	}

	.db-item-number-bigger {
		font-size: 90px;
	}

	.db-additional-padding {
		padding: 24px 12px;
	}

	.db-item-text {
		font-size: 22px;
		margin-left: 32px;
		line-height: 27px;
	}

	.db-btn {
		line-height: 21px;
		padding: 1px 55px;
		font-size: 16px;
	}

	.parents-block-projects .db-group {
		margin-right: 0;
		width: 40%;
	}

	.parents-block-projects .db-total {
		width: 35%;
		margin-right: 0;
	}

	.parents-block-projects .db-finish {
		margin-right: 0;
	}

	.db-item-3 {
		font-size: 16px;
		margin-top: 12px;
	}

	.db-s5s-date {
		font-size: 16px;
		padding-left: 0;
	}

	.db-calendar input {
		line-height: 20px;
	}

	.db-s5s-dropdown button {
		font-size: 14px;
		line-height: 11px;
	}

	.db-chartist-big {
		padding: 0 28px 28px;
	}

	.collapse-title {
		font-size: 18px;
		width: 25%;
		line-height: 30px;
	}

	.period-form {
		font-size: 12px;
	}

	.db-bi .db-period {
		width: 100%;
		padding-right: 11px;
	}

	.db-chartist-item .chartists-title {
		font-size: 16px;
		right: -6%;
		bottom: 17%;
		left: auto;
    	top: auto;
	}
	.hide-btn {
		margin-bottom: 0;
		margin-top: 18px;
		line-height: 20px;
	    padding: 1px 26px;
	    font-size: 14px;
	}

	.db-bi .hide-btn, .db-projects .hide-btn {
		margin-right: 10px;
	}

	.period-form-column input {
		max-width: 100px;
	}

	.column-width br {
		display: none;
	}

	.db-projects .db-period {
		width: 100%;
	}
}


@media (max-width: 1100px) {
	.parents-block-s5s, .db-btn-container-1 {
		width: 90%;
	}
}


@media (max-width: 767px) {
	.db-bi {
		width: 100%;
	}

	.bi-db-chartists .db-chartist-item {
		width: 100%;
	}
	
	.db-chartist-item {
		width: 100%;
	}

	.parents-block-s5s, .db-btn-container-1 {
		width: 100%;
	}

	.db-title {
		font-size: 18px;
	}

	.db-item-number {
		font-size: 70px;
	}

	.db-item-2 {
		font-size: 16px;
	}

	.db-item-number-bigger {
		font-size: 80px;
	}

	.db-item-text {
		font-size: 19px;
	}

	.parents-block-projects, .db-projects .db-btn-container-2 {
		width: 100%;
	}

	.parents-block-projects .db-s5s-content {
		width: 100%;
		margin-bottom: 10px;
	}

	.db-item-3 {
		font-size: 20px;
	}

	.parents-block-projects .db-item-number {
		font-size: 120px;
	}

	.db-projects .db-btn {
		margin-top: 15px;
	}

	.db-chartist-item .chartists-title {
		padding: 5px;
		text-align: left;
		right: 14%;
	}

	.db-s5s-dropdown button {
		margin-bottom: 5px;
	}

	.period-form-column.period-form {
		padding: 5px;
		text-align: center;
	}

	.column-width br {
		display: none;
	}

	.db-chartist-big {
		width: 100%;
	}

	.db-chartist-item {
		border-bottom: 1px solid #cacaca;
		padding: 7px 0;
	}

	.db-chartist-item:last-child {
		border: none;
	}
}

@media (max-width: 480px) {
	.db-s5s-content {
		width: 100%;
	}

	.db-additional-padding {
		margin-top: 10px;
	}

	.db-chartist-big {
		width: 100%;
	}

	.collapse-title {
		width: 50%;
	}

	.column-width br {
		display: block;
	}

	.db-period {
		margin-bottom: 38px;
	}

	.db-chartists .chartists-title {
		font-size: 14px;
		right: 0;
		bottom: 59%;
		line-height: 18px;
	}

	.collapse-title {
		font-size: 14px;
	}
}