a {
    text-decoration: none !important;
}

th, td {
    white-space: nowrap;
}

table {
    counter-reset: rowNumber -1;
}

table tr {
    counter-increment: rowNumber;
}


.add-color-green{
	color: #00b16a !important;
}

.add-color-orange{
	color: #f39801 !important;
}

.add-color-red{
	color: #cf000f !important;
}

.add-color-red2{
	color: #f15a22 !important;
}

.add-margin1{
	margin-top:6px !important;
}

.add-margin2{
	margin-left:13px !important;
}

.add-width1{
	width:10px !important;
}

.card-buttons {
	background-color:#00b16a;
	color:#ffffff;
}

.card-buttons:hover {
	background-color:#ffffff;
	color:#f39801;
}

.card-buttons2 {
	float: right;
	background-color:#f39801;
	color:#ffffff;
}

.card-buttons2:hover {
	background-color:#00b16a;
	color:#ffffff;
}

.card-header-color-dark {
	background-color:#333333 !important;
	color:#ffffff;
}

.card-header-color {
	background-color:#f39801 !important;
	color:#ffffff;
}

.card-header-color a{
	color:#ffffff;
}

.card-header-color a:hover{
	color:#333333;
}

.text-count {
	color: #333333;
	float: right;
	font-size: 12px;
}

@media (max-width: 500px) {
 .responsive-align {
    float: left;
  }
}

@media (min-width: 501px) {
 .responsive-align {
    float: right;
  }
}

@media (max-width: 800px) {
 .add-margin {
    margin-top: 10px;
  }
}

.custom-buttons2 {
	background-color:#f39801;
	color:#ffffff;
}

.custom-buttons2:hover {
	background-color:#00b16a;
	color:#ffffff;
}
