.response-success
{
	color:#0BB7A5;
}

.response-error
{
	color:red;
}

label.error
{
	color:red;
}

.ez-checkbox > .error
{
	position: absolute;
    margin-top: 21px;
    margin-left: -6px;
}

.hideLoading, .hidediv
{
	display: none;
}

#mypagination li a
{
	background-color: transparent;
    border: 0;
    border-radius: 3px;
    color: #666666;
    font-weight: 600;
    margin: 0 5px;
    padding: 8px 15px;
    transition: all .15s linear;
}

#mypagination li a:hover
{
	background-color: rgba(0, 0, 0, 0.05);
    color: #666666;
    text-decoration: none;
}

.myactive
{
	background-color: #0BB7A5 !important;
	color: #fff !important;
}

.mypagelink a
{
    background-color: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    width: 37px;
}

#myhoverpagelink a:hover
{
    background-color: #4E4A4A !important;
    color: #fff !important;
}

.max-width-my
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 60%;
}

.hideDialog
{
    display: none;
}