﻿body
{
    background-color: #FFFFFF;
    
    color: #333;
    font-size: 11px !important;
    font-family: "Verdana" , Helvetica, Sans-Serif !important; /* font-family: Sans-Serif;*/
    margin: 0;
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
}
label, input, button, select, textarea
{
    /*font-size: 12px;*/
    font-weight: normal;
    line-height: 10px;
}

/* added by Shraddha on 04 JULY 2017 TO solve application font issue Start */
.dropdown-menu
{
    /*width: 20%;*/
    width: auto; /* Commented and added new width by Rajas on 30 JAN 2017 */ /* height: 16px;*/
    font-size: 11px;
}


label, input, button, select, textarea
{
    font-size: 11px !important;
}

.h1, .h2, .h3, h1, h2, h3
{
    font-size: 16px !important;
}


.navbar-nav  li  ul  li  a : hover
{
    color: White !important;
}
/* added by Shraddha on 04 JULY 2017 TO solve application font issue end */
.btn
{
    width: 100%;
}

.table input
{
    width: 73PX; /*height: 16px;*/
}

input
{
    width: 310px; /*height: 16px;*/
}

select
{
    width: 150px;
    margin-top: 0px;
    width: auto;
}

tblHearerCell
{
    text-align: center !important;
}


tblColumn
{
    text-align: center !important;
}


.ui-autocomplete
{
    max-height: 500px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button
{
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
    color: #555555;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 1px 1px;
    vertical-align: 0;
    min-height: 20px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button
{
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

tdeven
{
    width: 500px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
     /*  background-color: #ffffff;  */
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; /* width: 190px;*/
}
.row-fluid .span12
{
    width: 100%;
}
h1, h2, h3, h4, h5, h6
{
    color: inherit; /*font-family: inherit;*/
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}
textarea
{
    min-width: 100px;
    min-height: 15px;
}
table
{
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 20px;
    margin-left: 0;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container
{
    /* width: 973px;       MODIFIED BY GNG ON 17 OCT 2015*/
    width: 95%; /*MODIFIED BY GNG ON 07 nov 2015*/
}
.navbar-inner
{
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #0e238b, #23ebeb);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    font-size: 11px;
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}
.navbar .nav > li > a
{
    text-shadow: none;
    color: White;
}

.navbar .nav  li  a:hover
{
    text-shadow: none;
    color: White;
}
input, textarea, .uneditable-input
{
    margin-left: 0;
    margin-top: 0px;
}
input, textarea, .uneditable-input
{
    margin-left: 0px; /*MODIFIED BY GNG ON 23 OCT 2015*/
    margin-top: 0px; /*MODIFIED BY GNG ON 23 OCT 2015*/
}
input[type="submit"] input[type="button"]
{
    height: 30px;
}

.element.style
{
    width: 800px;
}

hr
{
    border-bottom: 1px solid #08c;
}

legend
{
    margin-bottom: 0px !important;
    border-bottom: 1px solid #08c;
}


input, button, select, textarea
{
    font-size: 11px;
    font-family: "Verdana" , Helvetica, Sans-Serif;
}
