﻿.row {
    margin-top: 10px !important;
}

.btmDivAlert {
    z-index: 9999;
    position: fixed;
    text-align: center;
    line-height: 35px;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    color: White !important;
    overflow: hidden;
    right: 0px;
    background-color: Red;
    font-size: 16px;
}

.btmDivMsg {
    z-index: 9999;
    position: fixed;
    text-align: center;
    line-height: 35px;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    color: #333;
    overflow: hidden;
    right: 0px;
    background-color: #f4ad07;
    font-size: 16px;
}

.btmDiv {
    z-index: 9999;
    position: fixed;
    text-align: center;
    line-height: 35px;
    width: 100%;
    bottom: 0px;
    margin-bottom: 0px;
    color: #333;
    overflow: hidden;
    right: 0px;
    background-color: #77AE53;
    font-size: 16px;
}

.text-wrap {
    white-space: normal;
}

.width-200 {
    width: 600px;
}