﻿.navbar-brand-logoimg {
    float: left;
    padding-left: 15px;
    padding-top: 6px;
}

.ui-th-column {
    text-align: center !important;
}

.JqgridLinkColumnStyle {
    color: blue;
    cursor: pointer;
}

.JqgridLinkColumnStyle1 {
    color: blue;
    cursor: pointer;
}

::-ms-clear {
    display: none;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input, .form-control {
    color: #333;
}

.ui-widget-overlay {
    position: fixed !important;
}

.readonlyColor {
    background-color: #eee;
    opacity: 1;
}

.inputTextRight {
    text-align: right;
}

.glyphicon {
    top: 0px;
}

#GoTopBtn {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: rgba(255, 117, 117, 0.6);
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

    #GoTopBtn:hover {
        background-color: rgba(173, 173, 173, 0.6);
    }

.panel-brown {
    border-color: #cc9966;
}

    .panel-brown > .panel-heading {
        color: #fff;
        background-color: #cc9966;
        border-color: #cc9966;
    }

    .panel-brown > a:hover {
        color: #c68c53;
    }

    .panel-brown > a {
        color: #cc9966;
    }

.panel-gray {
    border-color: #6C6C6C;
}

    .panel-gray > .panel-heading {
        color: #fff;
        background-color: #6C6C6C;
        border-color: #6C6C6C;
    }

    .panel-gray > a:hover {
        color: #4F4F4F;
    }

    .panel-gray > a {
        color: #6C6C6C;
    }
