.my-input-small{ width:125px; height:26px;padding:2px;!important}
.my-input-medium{ width:155px; height:26px;padding: 2px;!important}
.my-input-large{ width:185px; height:26px;padding: 2px;!important}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	padding: 3px;!important
}

.my-button-medium{
	 width:56px; height:26px;padding:2px;background-color:#D0D0D0;color:black;font-weight: 550;!important
}
.my-button-large{
	height:26px;padding:2px;background-color:#D0D0D0;font-weight:550; color:black;!important
}

.my-panel-heading{height:30px;padding:5px;color:white;font-size: 13px;!important}
.my-panel{background-color: #585858;}
body{
font-family:arial;
font-size: 12px;
}

/* .my-thead{ */
/* background-color:gray; */
/* color:white; */
/* font-size:12px; */
/* font-weight:550;!important */
/* } */

.input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0px;
    white-space: nowrap;
    vertical-align: middle;
}

#login span.add-on {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px;
    color: #828283;
    text-shadow: none;
}

.control-wrap {
    width: 266px;
    display: inline-block;
    margin-bottom: 15px;
}
.my-table{
	width: 100%;!important
}

 .my-table tr { 
 background-color:gray;  
 color:black; 
 font-size:12px; 
 font-weight:300;!important 
 } 

 .my-thead{ 
 background-color:gray; 
 color:white; 
 font-size:12px; 
 font-weight:600;!important 
} 

.my-table tr hover { 
 	background-color: #CFDDE9;
 } 

.my-table tr:nth-child(odd) {  
	font-size:12px;
    background-color: #FFFFFF;
    font-weight:300;!important
}

.my-table thead>tr:nth-child(odd) {
   font-size:12px;
   background-color: #FFFFFF;
   color:white;
   font-weight:300;!important
}
.lablel_css
{
margin-top:10px; margin-left:50px; color:#996600; text-transform:uppercase; font-style:italic; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:17px;
}

.my-table tr:nth-child(even) {
   font-size: 12px;
   background-color: #E0E9F5;
   font-weight: 300;!important	
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid rgba(255,255,255,0);
    background-clip: content-box;
    background-color: #bfbfbf;
}
::-webkit-scrollbar-corner {
    background-color: #e6e6e6;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    background-color: #f0f0f0;
}


/* ::-webkit-scrollbar { */
/*     width: 0.5em; */
/*     height: 2em */
/* } */
/* /* ::-webkit-scrollbar-button { */ */
/* /*     background: green; */ */
/* /*    background:  url('resouces/assets/img/sort_desc_disabled.png') no-repeat center right; */ */
/* /* } */ */
/* ::-webkit-scrollbar-track-piece { */
/*     background: white; */
/* } */
/* ::-webkit-scrollbar-thumb { */
/*     background: gray */
/* }​ */

