﻿
.panel-default > .panel-heading {
    background-color: rgba(50,50,50,.7);
}

.panel {
    background-color: transparent;
}

.panel-body {
    background-color: rgba(127,126,126,.6);
}

.input-group-addon, .input-group-btn {
    width: 12%;
}

.btn-ddl-clear {
    color: red;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active {
    background-color: #fff !important;
    color: black !important;
}

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active:hover {
        background-color: white !important;
    }

.bootstrap-select {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.dropdown-menu .inner > li > a > span:hover {
    color: white;
}

.text:hover {
    color: black !important;
}

.bootstrap-select.btn-group .no-results {
    background-color: #f2dede !important;
}


.table-striped > tbody > tr:nth-of-type(odd)
{
    background-color: rgba( 0,0,0,.5);
}

.table-striped > tbody > tr:nth-of-type(even)
{
    background-color: rgba(150,150,150,.7)
}

.table-striped > thead > tr
{
    background-color: rgba(0,0,0,.9)
}

    .table-striped > tbody > tr:nth-of-type(odd):hover {
        background-color: white;
        color: black;
    }

    .table-striped > tbody > tr:nth-of-type(even):hover {
        background-color: white;
        color: black;
    }

    .dataTables_info {
        color: white;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #303030;
}

.active {
    /*background-color:white !important;*/
    color: black !important;
}

.navbar-brand
{
    padding-top: 10px;
}

.tab-content{
    background-color:rgba(80,80,80,.6);
}


.nav-tabs.nav-justified > li > a
{
    background-color: rgb(110,110,110);
    color: white;
    border-color: black;
    border-bottom-color:black
}

.nav-tabs.nav-justified > li > a:hover
{
    background-color: black;
    color: white;
    border-color: greenyellow;   
}

.nav-tabs.nav-justified > li.active > a
{
    background-color: white;
    color: black;
    border-color: white;
    border-bottom-color:greenyellow
}

.nav-tabs.nav-justified > li.active > a:hover
{
    background-color: white;
    color: black;
    border-color: greenyellow;
}

.nav-tabs.nav-justified > li.active > a:focus
{
    background-color: white;
    color: black;
    border-color: white;
    border-bottom-color:greenyellow;
}

.nav-tabs.nav-justified > li.active > a:focus:hover
{
    background-color: white;
    color: black;
    border-color: greenyellow;    
}


