/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

*{
    font-family: 'Montserrat', sans-serif;
    /*color: #434343;*/
}

.test {
    border: 1px solid black !important;
}

.form-control-xs {
    height: calc(2em + .375rem + 2px) !important;
    font-size: .75rem !important;
    line-height: 1.5;
    border-radius: .2rem;
    /*font-weight: normal !important;*/
}

.form-label-xs {
    padding: .125rem .25rem !important;
}

.form-control-xs::placeholder {
    font-weight: normal !important;
    color: silver !important;
}

input[type="checkbox"].form-control-xs {
    height: calc(1.5em + .375rem + 2px) !important;
}

textarea.form-control-xs {
    height: auto !important;
}

.template-padding {
    padding: .5rem .5rem;
}

.bg-company-1 {
    background: #f7f7f7;
}

.bg-company-2 {
    background: #FF0000;
    color: white;
}

.bg-company-3, .bg-company-4, .bg-company-5 {
    background: #57a6dc;
}

.bg-VRS {
    background-color: #0000FF !important;
    color: white;
}

.bg-VTS {
    background-color: #E78D8D !important;
}

.bg-NFL {
    background-color: #1ABC9C !important;
}

.bg-HMC {
    background-color: #BCE78D !important;
}

.bg-STGB {
    background-color: #57a6dc !important;
}

.bg-STGU {
    background-color: #57a6dc !important;
}

.bg-STGV{
    background-color: #57a6dc !important;
}

.bg-KOBE {
    background-color: #FF0000 !important;
    color: white;
}

.bg-IMSI {
    background-color: #C2ACDA !important;
}

.bg-OSMC {
    background-color: #E78D8D !important;
}

.bg-SINO {
    background-color: #FDEDA1 !important;
}

.bg-SSSI {
    background-color: #B2FDA1 !important;
}

.bg-FIL {
    background-color: #F4F4F4 !important;
}

.text-small {
    font-size: small;
}

.text-smaller {
    font-size: smaller !important;
}

.text-smallest {
    font-size: x-small;
}

.bg-silver {
    background-color: silver !important;
}

.bg-yellow {
    background-color: yellow !important;
}

.bg-lightsilver {
    background-color: #E0DED7 !important;
}

.bg-lightgreen {
    background-color: #D2E9AF !important;
}

.bg-lightred {
    background-color: #FFCCCB !important;
}

.bg-disabled {
    background-color: #e9ecef !important;
}

.index-layout {
    min-height: 645px;
}

.w-10p {
    width: 10% !important;
}

.w-8p {
    width: 8% !important;
}

.w-90p {
    width: 90% !important;
}

.w-100p {
    width: 100% !important;
}

.master-content {
    float: right;
}

.h-100p {
    height: 583px;
}

.side-nav {
    float: left;
}

.btn-xs {
    font-size: .65rem !important;
    padding: 2px 4px !important;
    font-weight: bolder !important;
}

.table-template-1 > thead > tr > th,
.table-template-1 > tbody > tr > td {
    padding: 3px 2px !important;
    vertical-align: middle;
}

.table-template-1 > thead {
    background: lightgray;
    text-align: center !important;
}

.table-template-1 > tbody > tr > td {
    text-align: left;
}

.sticky-header > thead > tr > th {
    background: lightgray;
    position: sticky;
    top: 0;
}

.sticky-header-head > thead {
    background: lightgray;
    position: sticky;
    top: 0;
    border-top: 0;
}

.inactive {
    background: #FFCCCC;
}

.bg-lightblue {
    background: #c3e4e8 !important;
    border-color: #c3e4e8 !important;
}

.bg-table-hover {
    background-color: rgba(0, 0, 0, 0.075) !important;
}

.col-actions {
    width: 160px !important;
}

.form-display {
    border: none !important;
    background-color: transparent !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    /*border-bottom: 1px solid black !important;*/
}

.form-display-edit {
    border: none !important;
    background-color: transparent !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    border-bottom: 1px solid black !important;
}

.form-display-border {
    background-color: transparent !important;
    font-weight: normal !important;
}

.form-display-border.inactive {
    background-color: #FFCCCC !important;
}

.form-display.inactive {
    background-color: #FFCCCC !important;
}

.h-1x {
    height: 20px !important;
}

.highlight-input {
    border: 1px solid blue !important;
}

.has-error {
    color: #a94442 ;
}
.has-error .form-control,
tr.has-error {
    border-color: #a94442 ;
}

.nav-link.active {
    background-color: silver;
}

.modal-lgr {
    padding: 30px;
    margin: auto !important;
}

.modal-xxl {
    max-width: 100% !important;
}

.modal-full-height {
    height: 80% !important;
}

.full-height {
    height: 600px;
}

.full-modal-body-height {
    height: 700px;
}

.col-index-md {
    width: 50px;
    word-wrap: break-word;
}

.col-code {
    width: 75px;
    word-wrap: break-word;
}

.table-layout-fixed {
    table-layout: fixed;
}

.col-index {
    width: 25px !important;
    text-align: right;
}

.col-date {
    width: 75px !important;
    word-wrap: break-spaces;
}

.col-date-time {
    width: 110px !important;
    word-wrap: break-spaces;
}

.col-name {
    width: 150px;
    word-wrap: break-spaces;
}

.col-doc-actions {
    width: 17%;
}

.hr-color {
    border-color: black;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-selected {
    background-color: lightblue;
}


/* ****** SIDE BAR TEMPLATE */

/*#sidebar-wrapper {*/
/*    min-height: 100vh;*/
/*    margin-left: -15rem;*/
/*    -webkit-transition: margin .25s ease-out;*/
/*    -moz-transition: margin .25s ease-out;*/
/*    -o-transition: margin .25s ease-out;*/
/*    transition: margin .25s ease-out;*/
/*}*/

/*#page-content-wrapper {*/
/*    min-height: 100vh;*/
/*    margin-left: -15rem;*/
/*    -webkit-transition: margin .25s ease-out;*/
/*    -moz-transition: margin .25s ease-out;*/
/*    -o-transition: margin .25s ease-out;*/
/*    transition: margin .25s ease-out;*/
/*}*/

/*#sidebar-wrapper .sidebar-heading {*/
/*    padding: 0.875rem 1.25rem;*/
/*    font-size: 1.2rem;*/
/*}*/

/*#sidebar-wrapper .list-group {*/
/*    width: 15rem;*/
/*}*/

/*#page-content-wrapper {*/
/*    min-width: 100vw;*/
/*}*/

/*#wrapper.toggled #sidebar-wrapper {*/
/*    margin-left: 0;*/
/*}*/

/*@media (min-width: 768px) {*/
/*    #sidebar-wrapper {*/
/*        margin-left: 0;*/
/*    }*/

/*    #page-content-wrapper {*/
/*        min-width: 0;*/
/*        width: 100%;*/
/*    }*/

/*    #wrapper.toggled #sidebar-wrapper {*/
/*        margin-left: -15rem;*/
/*    }*/

/*    #wrapper.toggled #sidebar-wrapper {*/
/*        margin-left: -15rem;*/
/*    }*/
/*}*/

/* INITIAL CUSTOM CSS FILE 10 Aug 2020 */
/* Old Style Column divisible by 10 */
.cus-row {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.cus-col {
    float: left;
    box-sizing: border-box;
}
.cus-col-1p {
    width: 10%;
    display: inline-block;
    box-sizing: border-box;
}
.cus-col-2p {
    width: 20%;
    display: inline-block;
    box-sizing: border-box;
}
.cus-col-3p {
    width: 30%;
    display: inline-block;
    box-sizing: border-box;
}
.cus-col-4p {
    width: 40%;
    display: inline-block;
    box-sizing: border-box;
}
.cus-col-5p {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}
.cus-col-6p {
    width: 60%;
    display: inline-block;
    box-sizing: border-box;
}
.cus-col-7p {
    width: 70%;
    display: inline-block;
    box-sizing: border-box;
}
.cus-col-8p {
    width: 80%;
    display: inline-block;
    box-sizing: border-box;
}
.cus-col-9p {
    width: 90%;
    display: inline-block;
    box-sizing: border-box;
}
.cus-col-10 {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.cus-row:after {
    content: "";
    clear: both;
}

/* borders */
.cus-border {
    border: 1px solid #999999;
}
.cus-border-shadow {
    border: 1px solid #999999;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

/* Text Styles */
.cus-h1 {
    font-family: inherit;
    font-size: 36px;
    font-weight: bold;
}
.cus-h2 {
    font-family: inherit;
    font-size: 32px;
    font-weight: bold;
}
.cus-h3 {
    font-family: inherit;
    font-size: 28px;
    font-weight: bold;
}
.cus-h4 {
    font-family: inherit;
    font-size: 24px;
    font-weight: bold;
}
.cus-h5 {
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
}
.cus-h6 {
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
}
.cus-bold {
    font-family: inherit;
    font-weight: bold;
}
.cus-center-tx{
    text-align: center;
}

/* spaces */
.cus-p1 {
    padding: 10px;
}
.cus-p1-x {
    padding: 0 10px;
}
.cus-p1-y {
    padding: 10px 0;
}
.cus-p1-top {
    padding-top: 10px;
}
.cus-p1-right {
    padding-right: 10px;
}
.cus-p1-bottom {
    padding-bottom: 10px;
}
.cus-p1-left {
    padding-left: 10px;
}

/* color */
.cus-bg-gray-5p {
    background: #c4c4c4;
}

.swal-wide{
    width:850px !important;
}

.hover-link:hover {
    color: blue !important;
    font-weight: bolder;
}

.loading-gif {
    object-fit: cover;
    object-position: 68% 50%;
    width: 300px;
    height: 73px;
}

.text-yellow {
    color: #ffff66;
}

.custom-select:invalid:required,
.form-control:invalid:required,
select:invalid:required {
    border: 1px solid red !important;
}


.cancel-size {
    width: 117.25px !important;
}
