.curpointer {
    cursor: pointer;
}

.brd-0 {
    border: 0 !important;
}

.bgr-transparent, .bgr-transparent:hover {
    background-color: transparent !important;
}

.text-color-red {
    color: #F00;
}

.width100per {
    width: 100%;
}


.text-fs-10 {
    font-size: 10px;
}
.text-fs-12 {
    font-size: 12px;
}
.text-fs-36 {
    font-size: 36px;
}


.alertMessage, #alertMessage
{
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
    background-image: -webkit-gradient(linear, left top, right bottom,
    color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
    color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
    color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
    to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
    transparent 75%, transparent);
    -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    font-size:13px;
    text-transform:capitalize;
    /*	font-weight:bold;*/
    border: 1px solid!important;
    color: #fff;
    padding: 15px;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    -webkit-animation: animate-bg 5s linear infinite;
    -moz-animation: animate-bg 5s linear infinite;
    margin-bottom: 10px;
}
#alertMessage{
    position:fixed;
    /*	display:none;
    position: absolute;
    opacity:0;
    filter:alpha(opacity=0);*/
    text-transform: none;
    right: -90px;
    top: 15px;
    z-index:1000001;
    cursor:pointer;
    border: 1px solid;
    display: none;
}

.alertMessage.info ,#alertMessage.info
{
    border-color: #3b8eb5!important;
    background-color:#C2E3F0!important;
    color:#34667A!important;
    text-shadow:1px 1px 1px #C8EBFB;
}

.alertMessage.error ,#alertMessage.error
{
    border-color: #c43d3d!important;
    background-color:#fc4a48;
    color:#5A0000 !important;
    text-shadow:1px 1px 1px #E64040;
}
.alertMessage.warning ,#alertMessage.warning
{
    border-color: #d99a36 !important;
    background-color:#fcdb72;
    color:#987402 !important;
    text-shadow:1px 1px 1px #e7b104;
}
.alertMessage.success ,#alertMessage.success
{
    background-color: #61b832;
    border-color: #55a12c !important;
    /*	color:#324e03 !important;*/
    text-shadow:1px 1px 1px #5c9201;
}

.alertMessage h3
{
    margin: 0  !important;
    border:none;
    line-height: 25px !important;
    color:#FFF;
}

#overlay {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:#111;
    /*	opacity:0.1;
    filter:alpha(opacity=10);*/
    z-index:1000;
    display: none;
}

#preloader {
    background: #000000 url(/index/img/preloader.gif) no-repeat 12px 10px;
    font-size: 11px;
    height: 40px;
    left: 50%;
    line-height: 20px;
    margin: -20px 0 0 -45px;
    padding: 10px;
    position: fixed;
    text-align: left;
    text-indent: 36px;
    top: 50%;
    width: 90px;
    z-index: 1209;
    opacity:0.8;
    filter:alpha(opacity=80);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #FFF;
    text-shadow:none;
    display: none;
}



#modalAlertMessage .modal-header .ico {
    margin-top: -12px;
}

#modalAlertMessage.error .modal-content {
    background-color: #ffcecc;
}

#modalAlertMessage.error .modal-content .close {
    border-color: #eebebc;
    color: #eebebc;
}

#modalAlertMessage.info .modal-content {
    background-color: #c4dfff;
}

#modalAlertMessage.info .modal-content .close {
    border-color: #adc3dd;
    color: #adc3dd;
}

#modalAlertMessage.success .modal-content {
    background-color: #e7fff1;
}

#modalAlertMessage.success .modal-content .close {
    border-color: #def5e7;
    color: #def5e7;
}

.has-error {
    color: #F00;
}
.has-error input {
    border-bottom: 1px solid #F00;
}
