*
{
    margin: 0px;
    padding: 0px;
}
body, a, input, textarea, td, button
{
    font-size: 13px;
}
input[type="text"], input[type="password"]
{
    padding: 2px;
}
textarea
{
    overflow: auto;
}
body
{
    line-height: 18px;
    color: rgb(68, 68, 68);
    font-family: Helvetica,Arial,sans-serif;
    margin : 0px;
    padding: 0px;
}
a
{
    color: black;
}
a:link, a:visited {
    text-decoration: none;
    color: black;
}
h1
{
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
}
a:hover {
    text-decoration: underline;
}

/*#top-navigation
{
    position : fixed; 
    margin : 0px; 
    background : #191919;
    color : white; 
    width : 100%; 
    height : 40px;
    z-index: 10000002;
}*/
#left-navigation
{
    position : fixed; 
    top : 40px; 
    width : 188px; 
    background : #F2F7FA; 
    height : 100%;
    box-shadow : -1px 0px 0px rgb(221, 226, 235) inset;
    -moz-box-sizing: border-box; 
    z-index: 10000001;  
}
/*#left-navigation
{
    position : fixed; 
    top : 40px; 
    width : 178px; 
    background : #F2F7FA; 
    height : 95%;
    box-shadow : -1px 0px 0px rgb(221, 226, 235) inset;
    -moz-box-sizing: border-box;
    z-index: 10000;
    overflow-y: scroll;
}*/
#main-content
{
    padding-top : 90px; 
/*    padding-left : 198px; */
    margin-left: 15px;
    background : #FFFFFF; 
    height : auto;
    z-index: -1;   
    /*width: 1160px;*/
}
#sitename
{
    width : 50%;
    float : left;
}
p
{
   padding: 7px 5px 6px 20px; 
}
h3
{
    font-size:12px;
    font-weight:400;
    color:#aab6bd;
    text-transform:uppercase;
    padding:8px 0 0 20px;
    line-height:28px
}
a.logo
{
    
}

a
{
    border: 0;    
}
a.logoutlink
{
    color : white;
    text-decoration: none;
}
a.logoutLink:hover
{
    color : #EDF4FA;
}

div.top-right
{
    padding: 5px 15px 0 0;
}
div.admin_header
{
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    margin: 45px 0px 0px 0px;
/*    padding: 6px 6px 6px 178px;*/
    border-bottom: 1px solid rgb(221, 226, 235); 
    /*z-index: 10000000;*/
    /* change by ankur Ankur */ z-index: 100;
}
/* Start change by ankur Ankur */
.ddsmoothmenu ul li a:hover{
    font-weight: 300;
}
/* End change by ankur Ankur */

div.admin_header h1
{
    float: left;
    padding: 0px 10px 0px 25px;
}
div.admin_header button
{
   /* float: left; */
    /*right: 200px;*/
    /*left : auto; */
    right: 200px;
    margin-top: 5px;
    position: absolute;
}

div.admin_header input[type='button']
{
   /* float: left; */
    /*right: 200px;*/
    /*left : auto; */
    right: 20px;
    margin-top: 5px;
    position: absolute;
}

div.admin_header a.button
{
    right: 200px;
    margin-top: 5px;
    position: absolute;
}

.alert-warning a.close, .alert-message a.close 
{
    display: none;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    border-radius: 4px;
    color: #C09853;
}
.alert h4 {
    margin: 0px;
    font-size: 14px;
    line-height: 16px;
}
.alert p {
    margin: 2px 0px 9px;
    padding: 0px;
}

.alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
 
/*::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button { width: 3px; height: 3px;}
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}

body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
} */

a.button
{
    font-family: "Lucida Grande",Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px; 
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;  
    border: 1px solid #D3D3D3;
    background: url('../images/ui-bg_glass_75_e6e6e6_1x400.png') repeat-x scroll 50% 50% #E6E6E6;
    font-weight: normal;
    color: #555;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

a.button span.ui_text
{
    padding: 0.4em 1em;
    display: block;
    line-height: normal;
}
a.button:hover
{
    border:1px solid #999;
    background:#dadada url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight:normal;
    color:#212121
}

table.product_details
{
    width: 100%;    
    font-size: 11px;
    border : 1px solid #C0C0C0;
}
table.product_details tr
{
    border : 1px solid #C0C0C0;
}
table.product_details th
{
    background: lightgrey;
    font-size: 11px;
    padding: 5px;
    margin: 0px
}
table.product_details td
{
    padding: 5px;
    margin: 0px;
}
table.product_details tfoot
{
    background: #e3e3e3;
    font-weight: bold;
}
select
{
    padding: 2px;
}

/*-----------------------------MENU--------------------------------*/
ul#sidemenu li
{
    list-style: none inside none;
}

ul#sidemenu li a
{
    text-decoration: none;
    display:block;
    padding: 0px 0px 0px 10px;
    line-height: 30px;
    color:#042333;
    /*border-top:1px solid #cbd9e0;*/
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box 
}

ul#sidemenu li a.active
{
    /*border-top:1px solid #cbd9e0;
    border-bottom :1px solid #cbd9e0;*/
    background: #DEE6EA;
}

ul#sidemenu li a:hover
{
    text-decoration : none;
    color:#042333;
    text-decoration:none;
    border-left:0!important; 
    background: #DEE6EA;  
}

ul.hide
{
    display: none;
}
ul.show
{
    display: block;
}

ul#sidemenu li a.havesubchild
{
    background: url('../images/sup_close.png') no-repeat scroll 95% center;
}
ul#sidemenu li a.open, ul#sidemenu li a.active .havesubchild
{
    background: url('../images/sup.png') no-repeat scroll 95% center;
}
.subnav
{
    display: none;
}
ul.subnav li
{
    display: inline !important;
    list-style: square inside none !important;
} 

ul.subnav li a
{
    padding: 0px 0px 0px 25px !important;
    line-height: 30px;
    border-top:1px solid transparent !important;
}
ul.subnav li a.active
{
  
}
/*-------------------------------------------------------------*/

input[type="button"]:focus, input[type="submit"]:focus, button:focus, #colorbox, a:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
  outline: 0;
}

h2
{
    font-size: 15px;
    font-weight: bold;
}

#loading_layout, #loading_layout1
{
    background: white;
    position:absolute;
    width:100%;
    height:100%;
    text-align: center;
    top : 0px;
    left: 0px;
    opacity : 0.6;
    text-align: center;
    z-index: 200000;
    display: none;
}
#loading_layout1 
{
    display: block;
}
#loading_layout img
{
    vertical-align: middle;
    opacity: 1;
    display: block;
    margin: 20% auto;
    z-index: 200100;
}

.table-bordered {
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
    border-color: #DDD #DDD #DDD #DDD;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-collapse: separate;
    border-radius: 4px;
    width: 100%;
}

.table-bordered tbody tr:nth-child(2n+1) td, .table-bordered tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #DDD;
}
.table-bordered th, .table-bordered td {
    padding: 5px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #DDD;
}
.table-bordered th
{
    font-size: 14px;
    background: white;
}
.table-bordered {
    border-collapse: collapse;
}

table.no-border tr td
{
    border : none;
    padding : 2px;
} 
div.floatHeader
{
    z-index: 10000000;
}

/*************************************TOP HEADER*************************************/
.navbar{
    background: #0180BF;
    min-height:45px;
    filter:none;
    top:0;
    right:0;
    left:0;
    z-index:1030;
    margin-bottom:0;
    padding-left:0;
    padding-right:0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.navbar-fixed-top,.navbar-fixed-bottom{
    position:fixed;
    right:0;
    left:0;
    z-index: 10000001;
}
.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after{
    content:" ";
    display:table
}
.nav:after,.navbar:after,.navbar-header:after,.pager:after{
    clear:both
}

/* Start Changes by Ankur Dubey */

/*************************************LOGO*************************************/
/*div#twolevelmenu {
    background-position: 3px 5px;
    height: 36px;
}

/********************************My account**********************************/
/*.user-info {
    position: absolute;
    right: 10px;
    top: 0;
}*/

/*************************************LOGO*************************************/
div#twolevelmenu {
    background-position: 3px 5px;
    height: 45px;
    background-color: #0180BF;
    width: 100%;
    /* Start Changes Made By Ankur */
    position: fixed;
    z-index: 10000;
    /* End Changes Made By Ankur */
}

/* Start Changes made by Ankur */
.ddsmoothmenu ul li{
    line-height: 15px;    
}
/* End Changes made by Ankur */

/********************************My account**********************************/
.user-info {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10000;
    position: fixed;
}

/* End Changes by Ankur Dubey */