﻿body {
    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;
}

/*mystyle*/
.dropdown-item .fa, .dropdown-item .fas {
    font-size: 14px;
    width: 14px;
    height: 14px;
}
.w_full {
    max-width: none !important;
    width: 100% !important;
}
.max-w-38 {
    max-width: 38px;
}
.max-w-25 {
    max-width: 25px;
}
.mvc-grid-title {
    white-space: nowrap;
}
.pointer {
    cursor: pointer;
}
.input_common {
    border: none;
    border: none;
    border-radius: 0.25rem;
    font-size: .875rem;
    min-height: 38px;
    outline: none;
}
.min-w-150 {
    min-width: 150px;
}
.report_form .select2 {
    min-width: 137px;
}
.bg-input {
    background-color: #ECEFF2;
    border: 1px solid rgba(34,36,38,0.2);
}

.notset {
    font-style: italic;
    color: #aaa;
}

.text-black {
    color: black !important;
}

.chart_style {
    width: 100%;
    height: 500px;
}
.highcharts-credits {
    display: none !important;
}

.bg-7dd07d {
    background-color: #7dd07d;
}
.bg-dc8400 {
    background-color: #dc8400;
}

.min-h-272 {
    min-height: 272px;
}

/*input toggle*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.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%;
}



@media screen and (max-width: 400px) {
    .wrap-400 {
        flex-wrap: wrap;
        margin-right: 0 !important;
        width: 100%;
    }
    .input_common {
        max-width: 100% !important;
    }
    .select2 {
        width: 100% !important;
    }
    .mr-0-400 {
        margin-right: 0 !important;
    }
}

.webgrid-table {
    font-size: 1.2em;
    width: 80%;
    display: table;
    border-collapse: collapse;
    border: solid 1px black;
}

.webgrid-table td, .webgrid-table th {
    padding: 5px;
    border: solid 1px black;
    border: solid 1px black;
}
#qnmb {
    display: none !important;
}
.select2 {
    width: 100% !important;
}
.input_date {
    max-width: 150px !important;
}