﻿.fixedGrid tr th:last-child {
    width: 75px !important;
}

.searchIconSet {
    position: absolute;
    right: 0px;
    top: 3px;
}

.errormsg1 {
    background-color: red !important;
    color: white !important;
    border-color: #0a7c71 !important;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    padding: 9px 19px 9px 15px;
    border-radius: 3px;
    font-size: 13px;
    border-width: 0;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    margin: 0px 15px 5px 15px;
    position: fixed;
    width: 100%;
    top: 50px;
    left: 36px;
    z-index: 999;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}

.errormsg1:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
    content: "\f00c";
}