﻿body {
}

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0px;
}
.navbar-default {
    background-image: linear-gradient(to bottom, #FFF 0%, #F8F8F8 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar {
    background-image: linear-gradient(#FFF, #EEE 50%, #E4E4E4);
    background-repeat: no-repeat;
    filter: none;
    border: 1px solid #D5D5D5;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}
.navbar-default {
    background-color: #EEE;
    border-color: #DDD;
}
.navbar-fixed-top {
    top: 0px;
    border-width: 0px 0px 1px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
}
.navbar {
    border-radius: 4px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

#alertMSG {
            position: fixed;
            top: 2px;
            left:0px;
            right:0px;
            margin:0 auto;
        }


.tooltip-inner {
    min-width: 350px;
    text-align:left;
    padding:10px;
}
.close {
color:#fff;

}
