/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-sep-15, 09:52:07
    Author     : HP
*/
#blueTabs {
}

#blueTabs > li > a {
   /*border-color: #ddd;*/
   
   border-bottom-width: 0px;
   min-height: 60px;
   background-color: #505050;
   color:white;
   margin: 0px;
   border-radius: 5px;
   padding: 12px 5px 9px 5px;
   margin-left:3px;
   margin-right:3px;
   display: flex;
   align-items: center;
   justify-content: center;
}

#blueTabs > li:first-child > a {
   margin-left: 0px;
}

#blueTabs > li:last-child > a {
   margin-right: 0px;
}

#blueTabs > li > a.active{
   color: white;
   background-color: #606060;
   border-color: #606060;
}

#blueTabs > li > a{
   color: white;
   background-color: #707070;
   border-color: #707070;
}

#object_tabs > li > a {
   margin: 0px 2px;
}

#object_tabs > li:first-child > a {
   margin-left: 0px;
}

#object_tabs > li:last-child > a {
   margin-right: 0px;
}

.listtabs_sub {
   background-color: #0098d7;
   padding: 4px;
}

#subTabs > li > a{
   color: white;
   border: 1px solid white;
   margin: 0px 2px;
}

#subTabs > li > a:hover, #subTabs > li > a:focus, #subTabs > li > a.active_subtab {
   background-color: white;
   color: #0098d7;
   border: 1px solid white;
}

#bid_history_dataTables td {
   padding: 4px;
}

.table>tbody>tr.mark-user>td, .table>tbody>tr.mark-user>th, .table>tbody>tr>td.mark-user, .table>tbody>tr>th.mark-user, .table>tfoot>tr.mark-user>td, .table>tfoot>tr.mark-user>th, .table>tfoot>tr>td.mark-user, .table>tfoot>tr>th.mark-user, .table>thead>tr.mark-user>td, .table>thead>tr.mark-user>th, .table>thead>tr>td.mark-user, .table>thead>tr>th.mark-user {
   background-color: #fad5b9;
}

.icon{
   position: relative;
}

.icon .badge {
    background-color: #FFA02F;
    color: white;
    position: absolute;
    top: -3px;
    right: -25px;
    z-index: 200;
    padding: 2px 5px 0;
    width: 26px;
}

.name {
    color: #f1f1f1;
    font-size: 12px;
    font-family: PoppinsLight;
    position: relative;
    width: 100%;
    float: left;
}

#changeViewButtonsWrapper {
   display: inline-block;
}

#brandSortingWrapper {
   display: inline-block;
}

@media (max-width: 1199px){
   .icon .badge {
      top: -2px;
      right:-24px;
      font-size: 12px;
   }
   .name{
      font-size: 10px;
   }
}

@media (max-width: 991px){
   .icon .badge {
      top: -2px;
      right:-20px;
      font-size: 10px;
   }
   .name{
      font-size: 14px;
   }
}

@media (max-width: 768px){
   #blueTabs > li > a {
      min-height:85px;
   }
}