﻿body{
    padding-top: 70px;
    padding-bottom: 15px;
}
h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.grid-view-table{
    min-width: 768px;
}
.grid-view-table th{
    background-color: #212529;
}
.grid-view-table th, .grid-view-table td {
    text-align: center;
}
.grid-view-table th, .grid-view-table th a, .grid-view-table th a:hover {
    color: white;
    text-decoration: none;
    font-weight: normal;
}
.grid-view-table td.grid-view-table-cell-left,
.grid-view-table th.grid-view-table-cell-left {
    text-align: left;
}
.grid-view-table td.grid-view-table-cell-left-wrap {
    text-align: left;
    white-space: normal;
}
.grid-view-table td.grid-view-table-cell-right, 
.grid-view-table th.grid-view-table-cell-right{
    text-align: right;
}
.grid-view-table-cell-max-width-250 {
    max-width: 200px;
}
.grid-view-table-cell-max-width-150 {
    max-width: 200px;
}
.grid-view-table tbody > tr > td {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid-view-table-fixed tbody > tr > td {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid-view-table-nofixed tbody > tr > td {
  vertical-align: middle;
}
.grid-view-table-fixed {
    table-layout: fixed;
}
.grid-view-table-nofixed {
    word-wrap: break-word;
}
.grid-view-table-cell-commands {

}
.grid-view-table-cell-commands button {
    border-radius: 0px;
}
.form-error {
    color: #d9534f;
}

.detail-lable {
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
}
.detail-value {
    padding-bottom: 4px;
    min-height: 20px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.nav-tabs {
    margin-bottom: 0;
}
button i.material-icons {
    font-size: 24px;
    margin-right: 3px;
}
a.btn-sm i.material-icons {
    font-size: 18px;
    margin-right: 3px;
}
.material-icons {
    vertical-align: middle !important;
}
.material-icons.md-14 {
    font-size: 14px;
}
.material-icons.md-16 { 
    font-size: 16px; 
}
.material-icons.md-18 { 
    font-size: 18px; 
}
label {
    font-weight: bold;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}

button.btn.btn-mytoogle.active {
    background-color: green;
    color: white;
}
a.disabled {
    /* Make the disabled links grayish*/
    color: gray;
    /* And disable the pointer events */
    pointer-events: none;
}
.custom-file label {
    font-weight: normal;
}
div.ui-datepicker {
    z-index: 5600 !important; /* has to be larger than 1050 */
}
div.ui-timepicker-standard {
    z-index: 5600 !important; /* has to be larger than 1050 */
}