﻿        input.has-visited.ng-invalid:not(.has-focus) {
            background-color: #ffeeee;
        }

        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            background-color: rgb(57, 114, 181) !important;
        }
        .user-dropdown {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid white;
    border-radius: 50px;
    width: 29px;
    height: 28px;
    padding-top: 6px;
    padding-left: 6px;
    margin-top: -3px;
}

.user-dropdown-div {
    color: white;
    margin-right: 12px;
}

.btn-success {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    border-radius: 2px;
}
/*body { 
   
   position: fixed;
   background-repeat: repeat;
   width:966px;
   height:735px;
   visibility:visible;
   display: block;
}*/

.panel-info>.panel-heading {
    color: white;
    background-color: white;
    border-color: white;
}
.panel-info {
    border-color: white;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: rgb(57, 128, 181); 
}

