﻿


.k-grid td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container {
    padding-right: 105px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

/*.nav-tabs{
  background-color:floralwhite;
  
}*/


/*.nav-tabs 
{ 
    border-bottom: 2px solid #DDD; 

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover 
{ 
   border-width: 0; 
}
.nav-tabs > li > a 
{ 
    border: none; color: #666; 
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover 
{ 
      border: none; color: #4285F4 !important; background: transparent; 

}
.nav-tabs > li > a::after 
{ 
    content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); 
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after 
{ 
    transform: scale(1); 
}
.tab-nav > li > a::after 
{ 
    background: #21527d none repeat scroll 0% 0%; color: #fff; 
}*/
.tab-pane 
{ 
    padding: 15px 0; 
}
.tab-content
{
    padding:20px
}



.panel-success > .panel-footer {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-heading > .table, .panel-heading > .table th {
    margin:0px;
    background-color:red;
    border: 0px;
}

.tooltip.top .tooltip-inner {
    background-color:red;
}
.tooltip.top .tooltip-arrow {
      border-top-color: red;
}





