.tac {
    text-align: center;
}

.header {
    background-color: #2f4154;
    border-bottom: 1px solid #000;
    box-shadow: 0 0 0px #000;
}

.header .navbar-nav .dropdown-toggle:hover, .header .navbar-nav .dropdown.open .dropdown-toggle {
    background-color: #333 !important;
}

.header .search-form .form-control, .page-sidebar-menu .search-form .form-control {
    /*     background-color: #3C3874;
        border-color: #576492; */
    color: #eee;
}

.header .search-form .input-icon > i, .page-sidebar-menu .search-form .input-icon > i {
    color: #999;
    margin-top: 7px;
}

/* Look & feel Changed 8th May 2014 */

.page-content {
    background-color: #fff;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #00ac9c;
    background-image: none;
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}

#uiMessages {
    border-radius: 4px;
}

#uiMessages.alert {
    font: 12px Arial, Open Sans, Lato, Times New Roman, Sans-serif;
}

.form-control {
    border-radius: 0;
    border: 1px solid #ccc;
}

.form-control:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px rgba(102, 175, 233, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 2px rgba(102, 175, 233, .6) !important;
}

.input-sm {
    font-size: 13px !important;
}
























