﻿
.content-header > h1 {
    margin: 0;
    font-size: 24px;
}

.content-header > h2 {
    margin: 0;
    font-size: 22px;
}

.content-header > h3 {
    margin: 0;
    font-size: 20px;
}

.content-header > h4 {
    margin: 0;
    font-size: 18px;
}

.content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 2px;
}

/*.k-grid .k-alt {
    color: rgb(33, 37, 41);
    background-color: rgba(33, 37, 41, 0.03);
}*/
.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
    background-color: #f5f5f5;
}
k-widget{
    border-radius:10px;
}
/*.k-grid tbody .k-grid-cancel {
    background-color: red;
}*/
.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
    /*text-wrap:normal;*/
}

.custom-input-control {
    width: 200px;
}

.box {
    border-radius: 10px;
}

.custom-styled-box {
    margin-bottom: 10px;
    border-radius: 10px;
}

.custom-bold-header {
    font-weight: bold;
    font-size: 13px;
}

.custom-centered-bold-label {
    font-weight: bold;
    border-top: 2px outset #f0f1f4;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.skin-green .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #403e62;
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    box-shadow: 0px 3px 5px #888888;
}

/*.k-grid tbody .k-grid-edit {
    background-color: #3f51b5;
    color: white;
}

.k-grid tbody .k-grid-delete {
    background-color: red;
    color: white;
}

a.k-button.k-button-icontext.k-grid-delete {
    background-color: red;
    color: white;
}*/

/* bootstrap table row custom styles*/
.table-striped-custom-danger > tbody > tr:nth-of-type(odd) {
    background-color: #ffb3b3;
}

.table-striped-custom-danger > tbody > tr:nth-of-type(even) {
    background-color: #ffcccc;
}

.table-striped-custom-danger > tbody > tr:hover {
    background-color: #e6e6e6;
}



/* command buttons*/

/* */
