#lp-toast{

    position: fixed;

    left: 0;

    z-index: 1000000;

    width: 40%;

    margin-left: 30%;

    text-align: center;

    border-radius: 0px;

    background-color: #00adef;

    color: white;

    min-height: 50px;

    height: auto;

    padding: 8px;

    -webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

}



#toast-head{

    height: 30px;

    line-height: 30px;

}



#toast-title{

    font-size: 18px;

    font-weight: bold;

}



#toast-body{

    min-height: 30px;

    line-height: 23px;

}



#lp-toast .actAsPara{

	display: inherit!important;

}



#lp-toast.success-toast{

	background-color: #4a8a4a;

}



#lp-toast.error-toast{

	background-color: #b75252;

}



#lp-toast.alert-toast{

	background-color: #00adef;

}



.label-validator{

    font-weight: bold;

}



@media screen and (max-width: 560px) {

    #lp-toast {

        width: 70%;

        margin-left: 15%;

    }

}