body {
    background: #cccccc;
    color: #000; 
    font-family: Arial;
    font-size: 12pt;
    text-shadow: 0 .5px .5px #999999;
    overflow:none;
}


select{
    font-size:12pt;
 width: 180px;
 min-height:30px;
 margin-right: 10px;
 /*border: #9BBAE6;
    border-style: solid;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
*/
}

input{
    font-size: smaller;
    background: #9BBAE6; 
    border-radius:4px; /*этот параметр собственно и отвечает за округление*/
    -moz-border-radius:4px; /* эти два нужны для кросбраузерности*/
    -webkit-border-radius:4px;
}
::-webkit-input-placeholder {color:#ffffff;}
.pickmeup{
z-index:150;    
}   
/*
#promt_value{
    background-image: url(img/human.png);
    background-size: contain;
    background-repeat: no-repeat; /*Убираем повтор изображения
    padding-left: 26px; отступ слева от ввода, чтобы текст не был на картинке(выбирать по размеру картинки)        
}
*/
#sel_storage{
    width: 100px;
}
.hidden{
   visibility:hidden;
}
#arow_top{
    display: none;
    position: fixed;
    background-image: url(img/arowUp64.png); 
    top: 87px;
    left: 15px;
    z-index: 70;
    height: 64px;
    width: 64px;
    opacity: 0.7;
}
#search{
     position: fixed;
    top: 90px;
    right: 50px;
    opacity: 0.1;
    height: auto;
    width: 50px;
    z-index: 60;    
    background-image: url(img/search.png); 
    background-size: contain;
    background-repeat: no-repeat; /*Убираем повтор изображения*/ 
    padding-left: 45px; /*отступ слева от ввода, чтобы текст не был на картинке(выбирать по размеру картинки)*/    
    border: #45638F;
    border-style: solid;
    font-size: x-large;
}
#inpCalcnum,#inpCalcnum_ost{
    width:180px;
    font-size: 20pt;
    background: #e0e69b;
    border: #45638F;
    border-style: solid;
}
#menu_status{
    position: absolute;
    background: #e2ddfa;
    width: 98%;
    height: 20px;
    display: none;
}
#menu_head{
    position: fixed;
    top: 0px;
    left:0px;
    width: 100%;
    height: 19px;
    background: #45638F;
    z-index: 64;
}
#mainMenu{
    position: absolute;
    top: 5px;
    right: 25px;
    
}
#sms{
     position: absolute;
    top: 5px;
    left: 145px;
}
#logo{
    position: absolute;
    top:5px;
    float:left;
    margin-right: 10px;
    color: white;
    font: bold 24px/26px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#body_black{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000;
    /*background-image: url(img/23feb_BIG23.jpg);*/
    opacity: 0.8;
    top:0px;
    left: 0px;
    z-index: 65; 
}
#photo_div{
    display: none;
    position: fixed;
    top:85px;
    right: 10px;
    z-index: 120;  
-webkit-box-shadow: -8px 10px 20px 0px rgba(0,0,0,0.44);
-moz-box-shadow: -8px 10px 20px 0px rgba(0,0,0,0.44);
box-shadow: -8px 10px 20px 0px rgba(0,0,0,0.44);
background-color: white;
 background-size: cover;
}
.show_photo{
    color:blue;
}
.close_photo{
    max-width:400px;
    max-height: 500px;
}
#menu_body2{
    display:none;
    height: auto;
    width: auto;
    position: absolute;
    background: #ffffff;
    top: 45px;
    right: 47px;
    /*margin-bottom: 50px;*/
    left: 2px;
    z-index: 11;
}
#calculator{
    display:none;
    position:fixed;
    top:30px;
    right:0px;
    width:auto;
    height:auto;
    z-index:101;
}
#menu_body{
    display:none;
    height: auto;
    width: auto;
    position: absolute;
    background: #ffffff;
    top: 45px;
    right: 47px;
    /*margin-bottom: 50px;*/
    left: 2px;
    z-index: 10;
}
#menu_prebody{
    background: #9BBAE6;
    position: fixed;
    top: 42px;
    left: 10px;
    right: 10px;
    height: 14px;
    width: auto;
    z-index: 59;
}
#div_search{
    position: absolute;
    left:350px;
    top:1px;
}
#orders_menuhead{
    display: inline-block;
    position: absolute;
    top: 2px;
    left:5px;
    width: auto;
    right: 70px;
    
}

#orders_menuhead_2{
 position: absolute; 
 top:-2px;
 right: -70px;
}
#orders_sel_empl{
    left:5px;
    top: 0px;
}

#orders_selgdsgrp{
    left:260px;
    top: -15px;
}
#orders_coments{
    width: 100px;
}
#orders_view{
    width: 80px;
}
#popup_small{
    position:absolute;
    display:none;
    background:#45638F;
    color:white;
    z-index: 100;
}
a{
    color:white;
}
#order_dialog{
    position: fixed;
    display:none;
    height: auto;
    width: 70%;
    background: #9BBAE6;
    top: 10px;
    left:100px;
    bottom:10px;
    /*margin-bottom: 50px;*/
    z-index: 70;
    //overflow-y:auto;
    overflow-x:hidden;
}

#user_set{
    position: fixed;
    display:none;
    max-width: 400px;
    max-height:200px;
    background: #9BBAE6;
    top: 10px;
    left:32%;
    /*margin-bottom: 50px;*/
    z-index: 70;
    /*overflow-y:auto;*/
    overflow-x:hidden;
}

#inp_coments{
  width: 100%;
}
#menu_updbody{
    display: none;
   position: fixed;
    top: -9px;
    left: 10px;
    height: 25px;
    width: auto;
    background: #9BBAE6; 
    z-index: 60;
}

#up_ord_but_cont{
    display:none;
    position: fixed;
    bottom: 8px;
    left:410px;
    background: white;
    z-index: 11;
    opacity: 0.7;
}

#menu_botbody{
    position: fixed;
    bottom: 8px;
    left: 2px;
    height: 40px;
    width: 320px;
    background: #45638F;
    color: #ffffff;
     -webkit-border-radius: 1em 0em 1em 0em;
    -moz-border-radius: 1em 0em 1em 0em;
    border-radius: 1em 0em 1em 0em;
    z-index:11;
    opacity: 0.7;
}
#menu_botbody_3, #menu_botbody_4{
    position: static;
    height: 15px;
    width: 320px;
    background: #45638F;
    color: #ffffff;
}
#menu_botbody_4{
    margin-top:5px;
}
#menu_botbody_right
{
    display: block;
    color: #ffffff;
    position: fixed;
    bottom: 8px;
    right: 10px;
    height: 40px;
    width: 205px;
    background: #45638F;
     -webkit-border-radius: 1em 0em 1em 0em;
    -moz-border-radius: 1em 0em 1em 0em;
    border-radius: 1em 0em 1em 0em;
    z-index: 71;
    opacity: 0.7;
}
#ad_left{
    width:250px;
    height:261px;
    left:10px;
     position:fixed;
     bottom: 61px;
     background-image: url(img/9may250_261.jpg);          /*левый рекламный блок*/
     z-index: 1;    
}
#ad_right{
    width:200px;
    height:200px;
    right:20px;
     position:fixed;
     bottom: 15px;
     background-image: url(img/star_200.png);          /*правый рекламный блок*/
     z-index: 1;    
}
#tab10{
    vertical-align: central; 
    padding: 0px;
    margin: 0px;
}
#calc_form{
    display: none;
    position: fixed;
    top: 1px;
    right: 3px;
    bottom: 80px;
    z-index: 100;
    width: auto;
    height: auto;
    vertical-align: super;
    z-index: 64;
    overflow-y:scroll;
}

#calc_div{
    display: none;
    opacity:1 !important;
    position: fixed;
    top: 3px;
    right: 3px;
    z-index: 75;
    width: 160px;
    height: auto;
    vertical-align: super;
    overflow-y: visible;
}
#left_sidebar{
    display: none;
    opacity:1 !important;
     /*background: #9BBAE6;*/
    position: fixed;
    top: 3px;
    left: 10px;
    bottom: 3px;
    z-index: 75;
    width: 80px;
    height: auto;
    vertical-align: super;
    overflow-y: visible;
}

.bt_calc {
    width: 15px;
    height: 50px;
    outline: none;
    cursor: pointer;
    
    text-align: center;
    text-decoration: none;
    font: 15pt/100% Arial, Helvetica, sans-serif;
    padding: .2em .2em .2em;
     -webkit-border-radius: 1em 0em 1em 0em;
    -moz-border-radius: 1em 0em 1em 0em;
    border-radius: 1em 0em 1em 0em;
    margin-bottom: 2px;
    margin-right: 5px;
    -moz-box-shadow:3px 3px 5px 0px #000000; /* Для Firefox */
    -webkit-box-shadow:3px  3px 5px 0px #000000; /* Для Safari и Chrome */
    box-shadow:3px 3px 5px 0px #000000; /* Параметры тени */
    padding: 10px;
}
.bt_calc_old,.bt_calc_old_big,.bt_left_sidebar {
    width: 50px;
    height: 42px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 19pt/100% Arial, Helvetica, sans-serif;
    padding: .2em .2em .2em;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    margin-bottom: 2px;
    margin-right: 0px;
    -moz-box-shadow:3px 3px 5px 0px #000000; /* Для Firefox */
    -webkit-box-shadow:3px  3px 5px 0px #000000; /* Для Safari и Chrome */
    box-shadow:3px 3px 5px 0px #000000; /* Параметры тени */
    padding: 10px;
    -webkit-user-select: none;        
  user-select: none;
}
#bt_left_exit{
   /* margin-top:200px;*/
}
.bt_calc_old_big{
    width: 135px;
-webkit-user-select: none;        
  user-select: none;
}
.journCheckB{
    position: relative;
    width: 117px;
    right: 0px;
    
}
#onoff{
    position:absolute ;
    width: 70px;
    left: 425px;
    top: 4px;
}
#onoff2{
    position:absolute ;
    width: 70px;
    left: 540px;
    top: 4px;
}
/*зимняяя тема*/
/*#santahat{
width:64px;
    height:64px;
    right:220px;
     position:fixed;
     bottom: 15px;
     background-image: url(img/Santahat.png);          
     z-index: 72;    
}
#snowman{
    width:64px;
    height:64px;
    left:10px;
     position:fixed;
     bottom: 50px;
     background-image: url(img/Snowman.png); 
     z-index: 100;
}                             
*/

#tree{
   /* width:512px;
    height:512px;*/
   width:200px;
    height:500px; 
   left:50%;
     position:fixed;
     bottom: 10%;
     /*background-image: url(img/Tree.png); */
     /*background-image: url(img/UA.jpg); */
     z-index: 1;
}
/*
#sani{
    width:128px;
    height:128px;
    left:-50px;
     position:fixed;
     bottom: 150px;
     background-image: url(img/sani128.png); 
     z-index: 100;
}

#ded{
    width:128px;
    height:128px;
     right: -200px;
     position:fixed;
     bottom: 150px;
     background-image: url(img/ded128.png); 
     z-index: 100;
}
*/
/*зимняяя тема*/
#digit1 {
    position: absolute;
    top:2px;               /* select разряд1 */
    right: 160px;
    width: 70px;
    font-size: x-large;
}
#digit2{
    position: absolute;
    top:2px;               /* select разряд2 */
    right: 100px;
    width: 65px;
    font-size: x-large;
}

#sel_order_journ{
    position: absolute;
    right:60px;          /* блок селектов  заказа*/
    width: 119px;
    top: 125px;
    height:40px;
    z-index: 3;
}
#save_debetCnt{
    position: absolute;
    width: 138px;
    right:3px;      /* кнопка сохранить в дебеторке*/
    top: 80px;
    height:40px;
    
}
#paid_debetAll{
    position: absolute;
    width: 138px;
    right:3px;      /* кнопка сохранить в дебеторке*/
    top: 130px;
    height:30px;
}
#opacity_order{
    position: absolute;
    width: 1px;
    right:10px;
    top: 120px;           /* надпись сохранить в заказе*/
    height:1px;
    z-index: 2;
    color: white;
    
    -moz-transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    -o-transform: rotate(90deg);

    writing-mode: tb-rl;

}

.dual_select{
    width: 100px;
}
/* store_check*/
#store_main{
    position: absolute;
    right:10px;
    width: auto;           /* главный блок меню остатка в заказе */
    height: auto;
    top:170px;
}
#price_main{
    position: absolute;
    right:10px;
    width: auto;           /* главный блок меню остатка в заказе */
    height: auto;
    top:85px;
}
#store_input{
    position: absolute;
    right:10px;
    width: auto;           /*поле ввода остатка в заказе */
    height: auto;
    top:2px;
    z-index: 3;
}
#store_sel{
   position: absolute;
    right:0px;
    width: auto;           /*блок селектов остатка в заказе */
    height: 30px;
    top:65px;
    padding: 0px;
}
#store_digit1 {
    position: absolute;
    top:2px;                /*select разряд1 остатка в заказе */
    right: 60px;
    width: 70px;
    font-size: x-large;
}
#store_digit2{
    position: absolute;
    top:2px;                /*select разряд2 остатка в заказе */
    right: 0px;
    width: 65px;
    font-size: x-large;
}
#fon_input1{
   position: absolute;
   color:black;
    right:10px;             /*фоновая надпись 'остаток' остатка в заказе */
    width: auto;
    height: auto;
    top:5px;
    z-index: 2; 
}
#separator{
    position: absolute;
    background: #45638F;
    width: 160px;
    height: 2px;
    right: 25px;
    top: 170px;
}
/* store_check*/

/* меню заказа/дебеторки */
#d1{                    
    position: absolute;
    background: #45638F;
    text-align: center;
    color: #FFF;
    right:1px;
    left: 1px;
    top: 1px;
    width: auto;
    height: 10px;
    padding-right: 5px;
    padding-bottom: 15px;
    z-index: 2;
}
#d2{
    position: absolute;
    right:20px;
    width: auto;
    height: auto;
    top:40px; 
    z-index: 3;
    
}
#d2_debet{                      /* блок с полем для ввода и кнопкой сохранить в дебеторке*/
     position: absolute;
    right:5px;
    width: auto;
    height: auto;
    top:40px; 
    z-index: 3;                    
}
#debet_gds_group{
    position: absolute;
    left:5px;
    right: 180px;
    height: 510px;
    top:34px; 
    overflow-y: auto;
    z-index: 1;
    
}
#fon_input2,#fon_input3{
   position: absolute;
   color:black;
    right:10px;         /*фоновая надпись 'заказ'  в меню заказа */
    width: auto;
    height: auto;
    top:5px;
    z-index: 2; 
}
#cnt_div,#price_div{
    position: absolute;
    top: 5px;
    right:5px;
    background: white;
    width:140px;
    height:40px;
    padding-top: 20px;
    
    font-size: 24pt;
    color:red;
    z-index: 1;
    overflow: hidden;
}
#rest_div{
    position: absolute;
    top: 5px;
    right:5px;
    background: white;
    width:140px;
    height:50px;
    z-index: 1;
     padding-top: 10px;
    font-size: 24pt;
    color:red;
    z-index: 1;
    overflow: hidden;
}
#paid_div{
    position: absolute;
    top: 5px;
    right:5px;
    background: white;
    width:140px;
    height:40px;
    padding-top: 20px;
    
    font-size: 24pt;
    color:red;
    z-index: 1;
    overflow: hidden;
}

#tab7,#tab6{
   
    height: 90px;
    overflow-y: auto;
}
#d3{ 
    /* 
    position: absolute;
     */
    margin-left:0px;
    width: auto;
    height: auto;
    margin-top:25px; 
    float:left;
}
#d4{
    /*
    position: absolute;
    left:310px;
    */
    width: auto;
    height: auto;
    float:left;
    margin-left:5px;
    margin-top:25px;
}
#d5{
    position: absolute;
    background: #45638F;
    width: auto;
    height: 3px;
    clear:both;
    left:5px;
    right: 5px;
    bottom: 2px;
}
#menu_cnt{
    position: absolute;
    left:5px;
    right: 5px;
    bottom: 10px;
}
#gps{
    position: absolute;
    left:190px;
    width: auto;
    height: 22px;
    left:5px;
    bottom:10px;
}
/* меню заказа */
#debet_journal{
    position: absolute;
    top:3px;
    right:5px;
}
#but_back{
    position:inherit;
     height:32px;
     width:32px;
     left:0px;
     top: 0px; 
     background-image: url(img/Back_Button_32.png); 
     z-index:120;      
}
.but_basket{
    position:inherit;
     height:32px;
     width:32px;
     left:0px;
     top: 0px; 
     background-image: url(img/Trash_32.png); 
     z-index:120;      
}
.but_lock{
    position:inherit;
     height:32px;
     width:32px;
     left:0px;
     top: 0px; 
     background-image: url(img/Lock_32.png); 
     z-index:120;      
}
#menu_journal{
    position: absolute;
    right:1px;
    left: 1px;
    top: 1px;
    width: auto;
    height: 23px;
    
    
}

#journal_body{
    position: absolute;
    right:1px;
    left: 1px;
    top: 40px;
    width: auto;
    height: auto;
    bottom: 60px;
    overflow-y: auto;
}
/*----------------меню инфо------------------*/
#maincont{
  position: absolute;
  top: 40px;  
  width:100%;
  bottom: 75px;
  overflow-y:scroll;
z-index: 10;
}
#info_body{
    position: absolute;
    right:1px;
    margin-left:0px;
    margin-right:13px;
    left: 1px;
    top: 60px;
    width: auto;
    height: auto;
    overflow-y: auto;
    background:white;
    z-index: 15;
}
#ver_info{
    position: absolute;
    right:1px;
    left: 1px;
    margin-left:0px;
    margin-right:13px;
    margin-top:0px;
    top: 260px;
    width: auto;
    height: auto;
    
    background:white;
}
#idacont{
    position: absolute;
    top: 43px;
    left:10px; 
    width: auto;
    height: auto;
    overflow-y: auto;
    background:white;
    padding: 5px;
    z-index: 15;
}
#cont_checkbox{
    position: absolute;
    right:10px;
    top: 43px;
    width: auto;
    height: 30px;
    overflow-y: auto;
    background:white;
    z-index: 15;
}
#ida_inp,#host_inp{
    height:21px;
    font-size:12pt;
   /*
   неоновая подсветка
    -webkit-box-shadow : 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 0 10px
               rgba(90, 153, 232, 0.9) !important ;
        -moz-box-shadow : 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 0 10px
               rgba(90, 153, 232, 0.9) !important ;
        box-shadow : 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 0 10px
               rgba(90, 153, 232, 0.9) !important ;

*/
}
#tosrv_frame{
  position:fixed;
  display:none;
  width:auto;
  height:auto;
  z-index: 200;
  top: 35px;
  right:0px;
left:0px;
bottom:0px;
background-color:gray;
}
#cont_idas_but{
    position: absolute;
    top: 43px;
    left:380px;
    background: white;
    z-index: 15;
}
/*----------------меню инфо------------------*/
#journal_bottom,#journal_bottom_right{
    position: absolute;
    left:1px;
    bottom: 10px;
    width: auto;
    height: 40px;
     -webkit-border-radius: 1em 0em 1em 0em;
    -moz-border-radius: 1em 0em 1em 0em;
    border-radius: 1em 0em 1em 0em;
}
#journal_bottom_right{
    left:auto;
    right: 1px;
}
/* Sortable tables */
table.sortable{
    width: 100%;
    margin-right: 50px;
}


th.headerSortDown { 
    background-image: url(img/desc.gif); 
     background-repeat: no-repeat;
    background-position: center right;
	cursor: pointer;
    
    background-color: #64991e; 
} 

th.headerSortUp { 
    background-image: url(img/asc.gif); 
    background-repeat: no-repeat;
    background-position: center right;
	cursor: pointer;
    
    background-color: #64991e; 
} 

table.sortable thead
{
    background-repeat: no-repeat;
    background-position: center right;
	cursor: pointer;
    background-image: url(img/bg.gif);
    background-color: dimgray;
    color: #ffffff;
    font-size: x-small;
}
table.sortable tfoot
{
    background-color: #436b00c;
    color: #ffffff;
    font-size: x-small;
}

#rest_zero
{
  color: #d81b21;
}

.red{
    background-color: #d81b21;
    color:white !important;
    
}
tbody .odd
{
    background-color: #CCC;
}
tbody .even
{
    background-color:#CCC;
}
tbody .sel
{/*#0066ff*/
    background-color: #ff5526;
    font-size: 12;
}
.grp{
    font-size: x-large;
}
.greentext{
    color: green;
    font-size: 12pt;
}
.redtext{
    color: red;
    font-size: 12pt;
}
.smaltext {
    font-size: 8pt;
    color: blue;
}
.money{
    font-size: 12pt;
    color: mediumblue;
    text-align: right;
}

/* Стиль выгруженной на сервер заявки*/
.upd{
    background: #66FF66;
}

.pr{
    background: #ff5526;
}



#btUPDt{
    font: 10pt;
    color: #0117f7;
    display: none;
}


.total{ /*итоговые суммы*/
    font-weight: bold;
    text-align: right;
    border:0;
    padding: 0px;
}
#tab2{ 
    margin-bottom: 0px;
    margin-top: 0px;
    position: absolute;
    left:0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
#popup_form{
    overflow: auto;
    padding: 0px;
    position: absolute;
    z-index: 100;
    width: 200px;
    height: 110px;
    display: none;
    background: #ffffff;
    font-size: 8pt;
    border: #9BBAE6;
    border-style: solid;
}

#popup_calc_form
{
    position:absolute;
    z-index: 65;
    top: 75px;
    width: auto;
    right: 85px;
    height: auto;
    display: none;
}
#menu_topbody{
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 100;
    width: auto;
    height: auto;
    display: none;
    background: #ffffff;
    font-size: 8pt;
    border: #ff5526;
    border-style: solid;
}

.gradient{
    
background: #ffffff -webkit-gradient(linear,left top,left bottom, from(red), to(white));
}
.tfoot_tr{
    font-weight: bold;
}
.darkblue_apex{
    background: #45638F;
    color: #ffffff;
}
.blue_apex{
  background: #9BBAE6;
}
.olive_apex{
  background: #e0e69b;  
}

.shadow {
    -moz-box-shadow:3px 3px 5px 0px #000000; /* Для Firefox */
    -webkit-box-shadow:3px  3px 5px 0px #000000; /* Для Safari и Chrome */
    box-shadow:3px 3px 5px 0px #000000; /* Параметры тени */
    padding: 10px;
    
}
.radius{
    border-radius:4px; /* этот параметр собственно и отвечает за округление*/
    -moz-border-radius:4px; /* эти два нужны для кросбраузерности*/
    -webkit-border-radius:4px;
}
#promt_ida{
    position: absolute;
    top: 2px;
    left: 200px;
    z-index: 100;
    width: auto;
    height: auto;
    display: none;
}

#menu_botbody_1{
    margin-top: 7px;
    float:left;
   
}

#menu_botbody_2{
   
   float:left;
}

#btmenu {
    visibility: hidden;
}

#sel_order{
    width: 62px;
    margin-right: 0px;
}




table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 12pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
        text-shadow: 0 1px 1px lightgray;	
        background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	padding-bottom: 10px;
        padding-top: 10px;
        background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
        font-size: 12pt;
}

table.tablesorter tbody tr td.red1 {
	color:red !important;
}
table.tablesorter tbody tr.sel td {
background-color: #9BBAE6 !important;
    font-size: 12pt;
}
table.tablesorter tbody tr td.changed {
        font-weight: 900;
}
table.tablesorter tbody tr.even td {
     background-color:white;
     font-size: 12pt;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(img/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

/*search tablesorter*/
table.tablesorter thead tr.filters input { 
    width: 95%; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
} 
table.tablesorter thead tr.filters, table.tablesorter thead tr.filters td { 
    text-align: center; 
    background: #fff; 
} 
/* optional disabled input styling */ 
table.tablesorter thead tr.filters input.disabled { 
    opacity: 0.5; 
    filter: alpha(opacity=50); 
}
/*search tablesorter*/


