﻿
.btn-search {
    text-transform: initial;
    color: white;
    background-color: #00a65a;
    width: 100px;
    border-style: solid;
}

.btn-create {
    text-transform: initial;
    font-weight: normal;
    text-decoration: none;
    color: white;
    background-color: #00a65a;
    border-color: #51b286;
}

.btn-update {
    text-transform: initial;
    font-weight: normal;
    text-decoration: none;
    color: white;
    background-color: #337ab7;
    border-color: #6295c1;
}

.btn-book {
    text-transform: initial;
    font-weight: normal;
    text-decoration: none;
    color: white;
    background-color: #00c0ef;
    border-color: #6dd6ef;
}

.btn-delete {
    text-transform: initial;
    font-weight: normal;
    text-decoration: none;
    color: white;
    background-color: #d9534f;
    border-color: #db8582;
}

.btn-refresh {
    text-transform: initial;
    font-weight: normal;
    text-decoration: none;
    color: darkblue;
    background-color: #ffffff;
}

.btn-export {
    text-transform: initial;
    font-weight: normal;
    text-decoration: none;
    color: white;
    background-color: #00a65a;
    border-color: #51b286;
}

.k-widget {
    width: 100%;
}

.k-dialog {
    width: 400px;
}


.k-header {
    background-color: lightskyblue;
    color: darkblue;
    font-weight: bold;
    padding-bottom: 10px;
    align-items: stretch;
}
.k-header-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #87cefa;
    z-index: 9999;
    font-size: 20px;
}

tr[role="columnheader"] {
    text-align: center;
    vertical-align: middle;
}

.k-grid-content {
    font-weight: normal;
}

.k-grouping-row td {
    background-color: #c8eaff;
    color: darkblue;
}

.k-grouping-row td {
    background-color: #c8eaff;
    color: darkblue;
}

tr[role="row"] {
    height: 33px;
}

.panel-heading {
    text-transform: uppercase;
    width: 100%;
    z-index: 9999;
    background-color: #87cefa;
}
.panel-body {
    position:   relative;
    width: 100%;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.Online {
    color: darkblue;
}

.Offline {
    color: #a1a1a1;
}

.Waiting {
    color: #51b286;
}

.Playing {
    color: #337ab7;
}

.Pausing {
    color: #ffea00;
}

.Offline {
    color: #a1a1a1;
}

.Stopping {
    color: #db8582;
}

.Stopped {
    color: #d9534f;
}

.Deleting {
    color: #db8582;
}

.Deleted {
    color: red;
}

.PostedSAP {
    color: dodgerblue;
    align-items: stretch;
}
.NotPostSAP {
    color: black;
}


.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}