/* Add here all your CSS customizations */
.top-adjust
{
    margin: 0 0 !important;
}

.text-adjust
{
    text-align: left;
}
.text-white
{
    color: #fff;
}

.txt-gray
{
    color:#666666 !important;
}

.txt-gray-2
{
    color:#666666;
}

.txt-size
{
    font-size: 13px;
}

.mt-xl-new {
    margin-top: 20px !important;
}

html .btn-primary-idt {
	color: #ffffff;
	/*background-color: #89b837;*/
        border-width: 2px;
	border-color: #89b837 #89b837 #6c912b;
        
}

html .btn-primary-idt:hover {
	border-color: #96c742 #96c742 #7aa431;
	background-color: #96c742;
}

html .btn-primary-idt:active,
html .btn-primary-idt:focus,
html .btn-primary-idt:active:hover,
html .btn-primary-idt:active:focus {
	border-color: #7aa431 #7aa431 #7aa431;
	background-color: #7aa431;
}

html .btn-primary-idt.dropdown-toggle {
	border-left-color: #7aa431;
}

html .btn-primary-idt[disabled],
html .btn-primary-idt[disabled]:hover,
html .btn-primary-idt[disabled]:active,
html .btn-primary-idt[disabled]:focus {
	border-color: #b7d87d;
	background-color: #b7d87d;
}

html .btn-primary-idt:hover,
html .btn-primary-idt:focus,
html .btn-primary-idt:active:hover,
html .btn-primary-idt:active:focus {
	color: #ffffff;
}