/*
*  CTG Template fusion Altair
*  author: Limeo Interactive
*
*/

#sidebar_main .menu_section>ul>li.current_section>a .menu_title,
#sidebar_main .menu_section>ul>li.current_section>a>.menu_icon .material-icons {
    color:#575BAB;
}

.uk-table-hover tbody tr:hover{    
    background: rgba(22, 65, 148,1);
    color:white;
}
.uk-table-hover input.md-input,
.uk-table-hover input.md-input:focus{
    background:white;
}
.sf-toolbar {
    display:none!important;
}
a {
    color:#f7323f;
}
a:active, a:hover {
    color:#0071ce;
}
#header_main {
    background:#FA8072;
}
#sidebar_main .sidebar_main_header {
    background:none;
}
#sidebar_main .sidebar_main_header .sidebar_logo {
    height: 100%;
    line-height: 100%;
    overflow: auto;
}
#sidebar_main .sidebar_main_header {
    height: auto;
    padding-bottom:10px;
}
#sidebar_main .sidebar_main_header .sidebar_logo a {
    margin-left:0;    
}
.sidebar_logo {
    text-align:center;
}

.md-btn-primary, .md-btn-primary.uk-active, .md-btn-primary:active, .md-btn-primary:focus, .md-btn-primary:hover {
    background-color:#0071ce;
}
.dashboardBox .material-icons{
    font-size:40px;
    color:#2196f3;
}
.clndr .clndr_days .clndr_days_grid .day.today>span {
    background:#00953a;
}
select {
    height: 44px;
    line-height: 44px;    
}
.uk-pagination {
    margin-top:10px;
}
.uk-dropdown.uk-dropdown-small {
    width: auto;
}
.uk-table input.md-input {
    border-width: 1px!important;
}
#page_heading {
    min-height:0;
}
form {
    margin-top:15px;
}
.uk-input-group.uk-input-group-danger+.parsley-errors-list {
    margin-left:0;
}
.uk-open>.uk-dropdown, .uk-open>.uk-dropdown-blank {
    text-align:left;
}
.dropdownCategories .uk-open>.uk-dropdown-blank {
    min-width: 250px!important;    
}
.alertBoxStep {
    border: 4px solid #b71c1c;
}

.table-filter::-webkit-input-placeholder {
  text-align: right;
  padding-right: 5px;
  opacity: 0.5;
}
.table-filter::-moz-placeholder {
  text-align: right;
  padding-right: 5px;
  opacity: 0.5;
}
.table-filter:-ms-input-placeholder {
  text-align: right;
  padding-right: 5px;
  opacity: 0.5;
}
.table-filter::placeholder {
  text-align: right;
  padding-right: 5px;
  opacity: 0.5;
}

.countChar .parsley-errors-list {
    margin-top: -24px;
}
#sidebar_main .menu_section>ul>li>a>.menu_icon {
    width:auto;
    margin-right:5px;
}

table .odd {
    background-color: rgba(102,102,102,.085);
}
.check_all_rows {
    vertical-align: middle!important;
}   