﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.group-header-row-odd {
    background-color: #e9e9e9;
}

.group-header-row-even {
    background-color: #d9d9d9;
}
.subgroup-header-row-odd {
    background-color: #b9b9b9;
}

.subgroup-header-row-even {
    background-color: #a9a9a9;
}
.password-row-odd {
    background-color: #f9f9f9;
}
.password-row-even {
    background-color: #ffffff;
}
.tickett-table-hover > tbody > tr:hover {
    background-color: #c9c9c9;
}
.indent {
    background-color: #ffffff;
    width:3%;
}
/* Start of custom slider checkbox style 
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.switch input {
    display: none;
}
.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);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
 End of custom slider checkbox style */

.accordion-toggle {
    cursor: pointer;
}