﻿.modal.fade .modal-dialog {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.list-group-item.active a {
    color: #fff;
}

.list-group-item.tasklist-item {
    position: relative;
    padding-right:40px;
}

.list-group-item.subitem {
    padding-left: 1.5em;
}


.bg-primary {
    background-color: #094FA3 !important;
    border-color: #094FA3 !important;
}

.list-group-item.active {
    background-color: #cdcdcd !important;
    border-color: #cdcdcd !important;
    color: black;
}

.list-group-item.active a {
    color: black;
}

.list-group-item span.stepcomplete:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 38px;
    padding-top:10px;
    text-align: center;
    display: inline-block;
    background-color: green;
    color: white;
}


body, .btn {
    /*font-size: 0.8rem;*/
}

.dataTables_length select {
    height: auto !important;
}

/*input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], select, textarea {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-radius: 2px;
  padding: 0px;
  box-shadow: inset 0 0 5px 0 #ccc;
  background: #fff;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  color: #666;
}
*/
#viewLot .goBtn {
    color: #fff;
    line-height: 2;
}

    #viewLot .goBtn:hover {
        color: #000;
    }

.btn-secondary {
    margin-right: 4px;
}

.container-fluid {
    padding: 0;
}

.popover, .popover-header {
    font-size: 1.2rem;
}

@media (max-width: 576px) {
    .btn-group, .btn-group-vertical {
        flex-direction: column;
    }

        .btn-group-vertical > .btn, .btn-group > .btn {
            margin: 5px 0;
        }

    .dropdown-menu {
        width: 100%;
    }
}

@media (min-width: 576px) {
    body, .btn {
        /*font-size: 0.8rem;*/
    }
}

@media (min-width: 768px) {
    body, .btn {
        /*font-size: 0.85rem;*/
    }
}

@media (min-width: 992px) {
    body, .btn {
        /*font-size: 0.9rem;*/
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}


/*.container-fluid {
    width:600px;
}*/

th {
    background: #094fa3;
    color: #fff;
    padding: 8px;
    border-right: 3px solid #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

td {
    padding: 8px;
    border-right: 3px solid #fff;
}

.form-control {
    font-size: 1.4rem;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.bg-light {
    background-color: #dddddd !important;
}