﻿ 
    
        
/*  head tabs*/
    .head-tab {
        background-color: transparent !important;
        width: 130px;
    }

    .btn.default.btn-lg.head-tab:hover {
        background-color: transparent !important;
        text-decoration: underline;
        color: black;
   
    }

   .btn.default.btn-lg.head-tab.active {
        background-color: #eeeeee !important;
   
    }

   .borderBlack {
       border: 3px solid black !important;
       font-weight: bolder;
   }

/*list*/
     .ui-effects-transfer
        {
            border: 2px dotted red;
        }
    

     @media (min-width: 1000px) AND (max-width: 2000px)  {  

	/*pos*/
.list-group-item {
 
padding: 5px 15px !important;
 
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
padding: 2px 5px !important;
}

.label {
font-size: 13px !important;
font-weight: bold !important;
padding: 1px 5px !important;
}

}



