
body {
    background-image: url('../images/Images/bg.jpg');
}


input[type=text] {
    background-color: #fff;
    /*padding:5px;*/
    border-radius: 5px;
    border: 1px solid #d4d4d4;
}

input[type=password] {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
}

input[type=button] {
    background-color: #e5342e;
    color: #fff;
    min-width: 50px;
    padding: 5px;
    border-radius: 8px;
}

.btnclass {
    background-color: #e5342e;
    color: #fff;
    min-width: 50px;
    padding: 5px;
    border-radius: 8px;
    font-size: 10px;
}

input[type=submit] {
    background-color: #e5342e;
    color: #fff;
    min-width: 50px;
    padding: 5px;
    border-radius: 8px;
}

input[type=button][disabled=disabled], input[type=button]:disabled {
    background-color: #858585;
    color: #fff;
}

.LabelStyle {
    color: black;
    font-size: 14px;
}

h2 {
    color: #ea3e2a;
    font-size: 14px;
}

.fontRed {
    color: #ea3e2a;
    font-size: 12px;
}

.fontGreen {
    color: #6a3;
    font-size: 12px;
}

.allPad {
    padding: 4px 4px 4px 4px;
}

.modules {
    color: #4d8fd1;
    background-color: #fff;
    width: 90%;
    min-height: 20px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.modules a {
    color: #ea3e2a;
    text-decoration: none;
}

.modules a:hover {
    color: #ea3e2a;
    text-decoration: underline;
}

.ModuleTitle {
    color: #2576c7;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 18px;
    padding-top: 2px;
}

.bgModule {
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.bgModule:before {
}

.loginblock {
    min-height: 200px;
    width: 400px;
    background-color: #fff;
    border: 4px;
    border-radius: 6px;
    border: 2px solid #d4d4d4;
}

.button {
    background-color: #ea3e2a !important;
    color: White;
    text-align: center;
    -moz-border-radius: 06px;
    -webkit-border-radius: 06px;
    -khtml-border-radius: 06px;
    -o-border-radius: 06px;
    border-radius: 06px;
    font-size: 10px;
}


/* for bordered fieldset with bootstrap */
fieldset.custom-border {
    border: 1px groove #f00 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    /*margin: 0 0 1.5em 0 !important;*/
    -webkit-box-shadow: 0px 0px 0px 0px #f00;
    box-shadow: 0px 0px 0px 0px #f00;
    border-radius: 6px;
}

legend.custom-border {
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.fa {
    padding-right: 5px;
}

.extra-space {
    padding-top: 5px;
}

.solidbg {
    background-color: #d3d1d1 !important;
}

.dropdown-menu {
    min-width: 100px;
    text-align: left;
    background-color: #ea3e2a;
}

.input-label {
    min-width: 100px;
}

.pagination-sm {
    margin: 0px 0!important;
    padding-top: 5px!important;
}

.options-row {
    background-color: #A3DAFF;
    border-radius: 5px;
    color: white;
    min-height: 45px !important;
    /*border:1px groove #fff;*/
    /*-webkit-box-shadow: 0 2px 2px rgba(100,0,0,0.5);*/
    /*box-shadow: 0 2px 2px rgba(100,0,0,0.5);*/
}

.ui-jqgrid-hdiv {
    background-color: #8f8f8f !important;
    border-bottom: solid 2px #8f8f8f !important;
}

.date-picker {
    background-color: #eee !important;
    cursor: pointer !important;
}

.footrow > td {
    border: none !important;
    background-color: #eee !important;
}

.EmpButton {
    background-color: #5959AB !important;
    margin-left: 50px;
    margin-right: 2px;
}

.error {
    border-color: red !important;
}
