﻿#regMessage, #loginAlert {
    color: red;
}


a {
    color: white;
}

a:hover {
    color: white;
    text-decoration: underline;
}

.modal-content {
    border-radius:0px !important;
}

.modal-footer {
    border-top:none !important;
}

.modal-header {
    background: url('../images/bg-sm.png');
    color: white;
}

.modal-header button {
    color:white;
    opacity:0.8;
}

.cname {
    height:38px;
}

.cdescription {
    height: 40px;
}

.pinkColor {
    cursor:pointer;
}
/*
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9490196078431372);
    text-align:center;
    z-index: 999999;
}

    .loader .center {
        transform: translate(-50%,-50%);
        position: absolute;
        top: 50%;
        left: 50%;
    }*/