﻿
pre {
    line-height: normal;
    background-color: transparent;
}

.ng-invalid {
    background-color: #ffedf8;
    border-radius: 4px;
}


.search-control.ng-dirty {
    background-color: #ffffff;
    border-radius: 4px;
}

form.ng-invalid {
    background-color: #ffffff;
    border-radius: 6px;
}

form.ng-dirty {
    background-color: #ffffff;
    border-radius: 4px;
}


.modal-header {
    padding-bottom: 0px;
}



scrollable-table-container {
    height: 400px;
    overflow: hidden;
}

.scrollable-table-container {
    max-height: 300px;
    overflow: auto;
    position: relative;
}

.scrollable-table {
    width: 100%;
    border-collapse: collapse;
}

.scrollable-table thead {
     position: sticky;
     top: 25px;
     background-color: #f8f8f8;
     z-index: 1;
}

.sticky-title {
    position: sticky;
    top: 0;
    background-color: #f8f8f8;
    z-index: 2;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.scrollable-table th,
  .scrollable-table td {
      padding: 8px;
      border: 1px solid #ddd;
    }

.scrollable-table tbody tr:nth-child(even) {
      background-color: #f2f2f2;
}

.scrollable {
    width: 100%;
    border-collapse: collapse;
}

.scrollable thead {
        position: sticky;
        top: 0;
        background-color: #f8f8f8;
        z-index: 1;
}


.scrollable th,
.scrollable td {
    padding: 8px;
    border: 1px solid #ddd;
}

.scrollable tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

div.form-control {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(238, 238, 238);
    font-size: 12px;
}


div.form-control-disabled {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    min-height: 28px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(238, 238, 238);
    font-size: 12px;
}


textarea.form-control {
    font-size: 12px;
}


input[type=checkbox].form-control {
    box-shadow: none;
    height: 28px;
    width: 28px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
}



input.form-control.ng-valid-date {
    width: 80px;
}


.typeahead {
    background-image: url(backgrounds/find_text.png);
    background-repeat: no-repeat;
    background-position: center right;
}


.loadingBox {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 1em;
    background: rgba(192,192,192,0.3);
    z-index: 1090;
}

.loadingMessage {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    position: fixed;
    width: 180px;
    height: 60px;
    padding: 1em;
    text-align: center;
    color: #000000;
    font-weight: bold;
    z-index: 1090;
}

.uploading {
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    position: fixed;
    width: 400px;
    height: 60px;
    padding: 1em;
    text-align: center;
    color: #000000;
    font-weight: bold;
    z-index: 1090;
}


#form2, .form2 {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    border-radius: 4px;
    min-height: 400px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #627D82;
}

.search {
    background-color: #EAEEEF;
    padding: 12px;
    margin-bottom: 10px;
    border-radius: 4px;
}

    .search label {
        color: #333;
    }


.navbar {
    min-height: 40px;
    height: 40px;
    margin-bottom: 0px;
}

.navbar-default {
    background-color: #383838;
    border: 0;
    font-size: 14px;
}

    .navbar-default .navbar-nav > li > a {
        color: #FFFFFF;
        padding-top: 10px;
        padding-bottom: 5px;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #FFFFFF;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #FFFFFF;
    }





h3.form-title, h3.modal-title {
    font-size: 24px;
    color: #38aad0;
}

h4.form-title, h4.modal-title {
    font-size: 24px;
    color: #38aad0;
}




input[type="date"].form-control {
    width: 125px;
}



.table {
    margin-bottom: 0px;
}




.btn-oil, .btn-oil:hover {
    background-color: #408080;
    color: #ffffff;
}


input[type=checkbox].form-control-table {
    box-shadow: none;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
}


input[type="file"] {
    display: none;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tr > td {
    vertical-align: middle;
}
.vtop td { 
    vertical-align: top !important;
}


.table th {
    font-size: 13px;
    background-color: #686868;
    color: #ffffff;
}

.table td {
    font-size: 12px;
}
.table > thead > tr > th.success {
    background-color: #dff0d8;
    color: black;
}


label {
    margin-bottom: 1px;
    font-weight: 600;
    font-size: 12px;
    padding-left: 1px;
}

.form-group {
    margin-bottom: 8px;
}

select.form-control {
    padding-left: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 28px;
    border-radius: 4px 4px;
    font-size: 12px;
}

input.form-control {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 28px;
    border-radius: 4px;
    font-size: 12px;
}

input.form-control.search-control {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 33px;
    border-radius: 4px;
    font-size: 12px;
}

div.form-control {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(238, 238, 238);
    font-size: 12px;
}


div.form-control-disabled {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    min-height: 28px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(238, 238, 238);
    font-size: 12px;
}


textarea.form-control {
    font-size: 12px;
}


input[type=checkbox].form-control {
    box-shadow: none;
    height: 20px;
    width: 20px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
}


.approved {
    color: #00C416;
    font-size: 15pt;
}

.rejected {
    color: red;
    font-size: 15pt;
}

.unselected {
    color: lightgray;
    font-size: 15pt;
}

.btn-command {
    margin: 0;
    padding: 5px;
/*    color: #337AB7;
    font-size: 15px; */
}
.PanelSearchResultsTitle {
    height: 25px;
    padding: 3px 5px 7px 10px;
    background-color: #f2f2f2 !important;
    font-size: 0.912em !important;
}

.inline-form {
    display: flex;
    align-items: center;
    gap: 3px; 
}


.btncalendar {
    display: inline-block;   
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}