div.info, div.success, div.warning, div.error, div.validation {
    border: 1px solid black;
    margin: 10px 10px 0px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
}
div.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/info.png);
    /*width : 100% ;*/
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 0;
}
div.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(../images/success.png);
    font-size: 15px;
    width : 700px ;
    margin-left: auto ;
    margin-right: auto ;
}
div.towing-success {
    color: #4F8A10;
    font-size: 15px;
    width : 100% ;
    margin-left: auto ;
    margin-right: auto ;
}
.lblTips
{
    color: #4f8A10;
    background-color: #DFF2BF;
    background-image:url(../images/success.png);
    border: 1px solid black;
    margin: 10px 10px 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
}
div.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(/azerbaijan/images/warning.png);
}
div.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(/azerbaijan/images/error.png);
}
div.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(/azerbaijan/images/error.png);
}
div.message-container {
    width:400px;
	margin-bottom:10px;
}

div.black, div.black strong {
	color:#000;
}

.glyphicon.glyphicon-one-fine-dot {
    line-height: 50px;
    margin-bottom: 0;
    margin-top: -20px;
    overflow: hidden;
}
.glyphicon.glyphicon-one-fine-dot:before {
    content:"\25cf";
  font-size: 55px;
}

@media screen and (min-width: 0) and (max-width: 550px) {

		/* Alert Info */
    div.info {
        color: #00529B;
        background-color: #BDE5F8;
        background-image: url(../images/info.png);
        width : 100% ;
        margin-left: auto ;
        margin-right: auto ;
    }
}
@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 568px)
    and (-webkit-device-pixel-ratio: 2)
	and (orientation : portrait) {
	div.pagebttns {
		float: right !important;
		}
	div.pagebttns .buttonitem {
		margin: 0 0 0 2px !important;
		float: right !important;
		}
    #WebAlertDiv div.info {
        width: 80%;
    }
}