/* here you can put your own css to customize and override the theme */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li a.new {
    background-image: none;
    background-color: #f5f5f5;
    color: #000;
    filter: none;
}
/*Dashboard widget*/
.dashboard-stat .visual {
    height: 150px;
}

.dashboard-stat.blue-madison {
    background-color: #3d3d3d;
}

.dashboard-stat .visual > i {
    margin-left: -10px;
    font-size: 80px;
    line-height: 200px;
}

.dashboard-stat .details .number {
    padding-top: 5px;
    margin-bottom: 5px;
}

.dashboard-stat.blue-madison .more {
    background-color: #777777;
}


/*Icons sizes*/
.icon-size {
    font-size: 20px;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    float: none;
    margin-left: 0px;
}
/** New style**/
.form-horizontal .radio
{
    padding-top:0px;
}
.caret {
    border: none;
    vertical-align: top;
    width: inherit;
}


.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table {
    width: 100%;
    max-width: 100%;
}

.mt-3 {
    margin-top: 30px;
}