﻿/* 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;*/
}

.ui-autocomplete {
    width: 400px !important;
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height, we use height instead, but this forces the menu to always be this tall */
* html .ui-autocomplete {
    height: 400px;
}

ul.ui-autocomplete {
    list-style: none;
    list-style-type: none;
    padding: 0 10px;
}

.chart {
    /*width: 100%;*/
    /*min-height: 500px;*/
}

.debugData {
    font-size: x-small;
}

.wrap-word {
    word-wrap: break-word;
    word-break: break-all;
}

.h7 {
    font-size: 0.75rem;
}

.h8 {
    font-size: 0.625rem;
}

.dt-column-title-sm {
    font-size: 0.75rem;
}

.dt-column-title-xs {
    font-size: 0.625rem;
}

.btn-xs {
    padding: 0.2rem 0.3rem;
    font-size: 0.75rem;
    line-height: 1.0;
    vertical-align: text-bottom;
}

thead {
    word-wrap: break-word;
}

.card-header {
    background-color: #fff;
}

table.dataTable.nowrap th {
    white-space: normal;
    vertical-align: text-top !important;
}

.text-decoration-underline {
    text-decoration: underline;
}

@media (min-width: 1000px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1340px;
    }
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}

/*
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1540px;
    }
}

@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1740px;
    }
}

@media (min-width: 2000px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1940px;
    }
}
*/

/* Table */
.table-sm > :not(caption) > * > * {
    padding: .2rem .5rem;
}

/* Accordion */
.accordion .card {
    border: none;
    margin-bottom: 2px;
    border-radius: 0;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.accordion .card .card-header {
    background: #6245dd;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0;
}

.accordion .card-header h2 {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.accordion img {
    width: 150px;
}

.accordion .card-header h2 span {
    float: left;
    margin-top: 10px;
}

.accordion .card-header .btn {
    font-weight: 500;
}

.accordion .card-header i {
    color: #fff;
    font-size: 1.3rem;
    margin: 0 6px 0 -10px;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.accordion .card-header button:hover {
    color: #23384e;
}

.accordion .card-body {
    color: #666;
}

.btn-link, .btn:hover {
    color: #fff !important;
    text-decoration: none;
}
