﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    font-weight: 300 !important;
    font-size: .825em;
}

/* 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;
}

table td {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.container {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

.loginGoogle {
    background-color: red !important;
}

.btn-google {
    border-radius: .25rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500;
    padding: .75rem;
    display: inline-flex;
    align-content: space-between;
    align-items: stretch;
    background-color: #fff;
    color: #4a5568
}

.btn-google-logo {
    width: 18px;
    height: 18px;
    margin-right: 24px
}

.btn-google:hover {
    background-color: #edf2f7
}

.btn-google:active {
    box-shadow: none
}

.btn-google:focus {
    outline: 3px solid rgba(66,133,244,.4)
}

.sub-menu-drodown {
    top: 43px;
    box-shadow: 0px 3px 4px grey;
}

.breadcrumb {
    background-color: white !important;
}

.card-header-cust {
    padding: 6px 20px 3px 10px;
    background-color: #e9e9e9 !important;
}

.card-header-title {
    font-size: 1.1em;
    font-weight: 300;
    color: rgb(75,83,90);
}

.modal-header-title {
    background-color: #c8c8c8;
    margin: 0px;
    padding: 7px;
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(75,83,90);
}

.input-text {
    max-width: 100% !important;
}

.form-control {
    border: 1px solid #ddd;
    max-width: 100%;
    padding: 5px;
    height: 38px;
}

.text-field {
    max-width: 100% !important;
}

.text-area {
    height: 80px !important;
    max-width: 100% !important;
}

.btn-short {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

th-center {
    text-align: center;
}

.thead-bg {
    background-color: rgb(186,203,224);
}

.row-click {
    cursor: pointer;
}

    .row-click:hover {
        background-color: rgb(218,228,239) !important;
    }

.form-control-white {
    background-color: white !important;
}

.col-data {
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: rgb(248,245,240);
    font-weight: 500;
}

.col-LotHeat {
    font-size: 1.05em;
}

.det-subtable {
    border: 2px solid white;
    overflow-y: scroll;
    max-height: 240px;
}

.file-control {
    border: 1px solid #ccc;
    max-width: 100% !important;
    padding: 10px;
}

a {
    color: rgb(245,124,85);
}

    a:hover {
        color: rgb(215,83,12);
    }

.core-block {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 12px 12px;
    border: solid 1px #d3cdcd;
}

.core-bg {
    background-color: #E7E5EB !important;
}

.core-bg-nav {
    background-color: #FFF !important;
}

.main-block {
    min-height: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 12px 12px;
}

.text-bold {
    font-weight: 600
}