.text-white
{
    color: #fff!important;
}
body,html
{
    font-family: 'Work Sans', sans-serif;
    color: #303030;
    /*background-color: #f3f4fa!important;*/

}

.table-primary thead tr,.navbar.navbar-default.navbar-fixed-top.navbar-top,.voyager, .side-menu.sidebar-inverse .navbar li.active>a
{
background-color: #2568ef!important
}


.voyager .side-menu.sidebar-inverse
{
    background: #fff!important;
}
table.dataTable thead>tr>th
{
    padding-left: 8px;
}
.app-container
{
    background-color: #f3f4fa!important;

}
.card .card-header
{
    padding: 10px;
}
.stretch-card {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.stretch-card > .card {
    width: 100%;
    min-width: 100%;

}
.card
{
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.02);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: visible!important;
}

.solid_card ion-icon
{
    font-size: 3em;
}
.solid_card h3
{
    height: 50px;
    font-size: 1.5em!important;
}
.solid_card
{
    height: 300px;
    padding: 20px;
}

.bg-cadet-blue
{
    background-color: cadetblue;
}
.bg-primary
{
    background-color: #2196f3 !important;
}
.bg-danger
{
    background-color: #ff0017 !important;
}

.bg-light {
    background-color: #fbfbfb !important;
}
.bg-dark
{
    background-color: #252c46 !important;
}
.bg-success{
    background-color: #19d895 !important;
}
.btn-light {
    color: #212529;
    background-color: #fbfbfb;
    border-color: #fbfbfb;
}
.fa-large
{
    font-size: 2em;
}
.table thead>tr>th a  .voyager-angle-down.pull-right,
.table thead>tr>th a  .voyager-angle-up.pull-right
{
    float: none!important;
}
.table thead>tr>th a{
    color: #000!important;

}
.table thead>tr>th {
    padding-left: 10px;
    white-space: nowrap;
    font-weight: 600;
    color: #000!important;
}

.bg-warning{
    background-color: #ffaf00 !important;
}

.delete, .edit, .restore
{
    margin-left: 0;
}
.bread-actions > .btn.btn-sm.pull-right
{
    float: none!important;
    margin: 5px;
    padding: 5px 7px !important;
    line-height: 10px!important;
}
.bread-actions
{
    width: 150px;
}

.row>[class*=col-]
{
    margin-bottom: 0px;
}

.padding
{
   padding: 10px
}
.custom_list .list-group-item
{
    border: dotted 1px #d6d6d6;
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
}

.custom_list .list-group-item a i
{
    margin-right: 20px;
}
.custom_list .list-group-item .counter
{
    float: right;
    color: red;
}
.custom_list .list-group-item a
{
    color: #000;
    font-size: 1rem;
    display: block;
}

.custom_list .list-group-item a:hover
{
    color: #0c83e2;

}
.text-gray
{
    color:  #595d6e!important;
}
