﻿.text-logo {
    font-size: 24px;
}

/*Normal size for MS Icons*/
.ms-Icon-ns {
    font-size: 20px !important;
}

.ms-Icon-ns-plus1 {
    font-size: 22px !important;
}

.ms-Icon-ns-plus2 {
    font-size: 24px !important;
}

/*Για τα Grids ================================================*/
.e-gridcontent .e-rowcell.e-focus.e-focused{
    box-shadow: none !important;
}

/*Για το custom Search toolbar*/
.gridSearchToolbar {
    background: none !important;
    box-shadow: none !important;
}

.gridSearchToolbar > div {
    box-shadow: none;
    border: none;
    border-width: 0px;
}

/*Για τα buttons==========================================*/
.pressed-button {
    background-color: #e6e66a !important;
}