@media screen and (max-width: 1024px){
	#topbar .nav>li>a {
		font-size: 15px;
	}
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important; 
    margin-left: 0px !important;
}

.zsiq_theme1.zsiq_floatmain{
    z-index: 600 !important
}
.truncate{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media  screen and (min-width : 367px) and (max-width : 767px) {
    .truncate{
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

.striked_price{
	font-size: 15px;
	/*font-weight: normal;*/
	/*color: #d60c0c;*/
	margin-right:10px;
}

.trial_content{
	font-size: 15px;
	font-weight: normal;
	color: #05820a;
}
.mandatory:after { content:" *"; color: #ff0000; }
.errorInput {
    border: 1px solid #ff0000;
}
.error_msg{
    color: #ff0000;
}