﻿
/* STYLES FOR PAGES USING KENDO GRIDS AND OBJECTS */
.k-textbox {
    padding: 1px;
    margin: 1px;
}

.k-overlay {
    opacity: 0 !important;
}

.k-grid-content td {
    height: 20px;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.k-selected:hover {
    color: white !important;
}

.k-calendar .k-selected {
    background: #0d47a1;
    color: white !important;
}

.k-calendar .k-hover {
    background: #0d47a1;
    color: white !important;
}

.k-dropdowngrid-popup .k-hover.k-item {
    color: white !important;
}

.k-grid .k-column-title {

    white-space: normal;
    padding: 4px;

}

.k-grid td {
    white-space: normal;
}
    /* ----------------------------------------------- */


    #middle-pane {
    background-color: rgba(60, 70, 80, 0.10);
}

#bottom-pane, #top-pane {
    background-color: rgba(60, 70, 80, 0.15);
}

#left-pane, #center-pane, #right-pane {
    background-color: rgba(70, 70, 80, 0.05);
}

.pane-content {
    padding: 0 10px;
}

.alert-box {
    color: #555;
    border-radius: 8px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    padding: 7px 10px;
    /*margin: 10px;*/
}

    .alert-box span {
        font-weight: bold;
        text-transform: uppercase;
    }


td {
    margin: 3px;
    padding: 3px;
    border: 3px;
    vertical-align: baseline;
}

table {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
}





