﻿
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --body-bg-rgb: 234, 237, 247;
    --primary-rgb: 98, 89, 202;
    --secondary-rgb: 241, 56, 139;
    --warning-rgb: 255, 155, 33;
    --info-rgb: 1, 184, 255;
    --success-rgb: 25, 177, 89;
    --danger-rgb: 253, 96, 116;
    --light-rgb: 234, 237, 247;
    --dark-rgb: 59, 72, 99;
    --orange-rgb: 253, 126, 20;
    --pink-rgb: 255, 117, 173;
    --teal-rgb: 0, 204, 204;
    --purple-rgb: 111, 66, 193;
    --default-body-bg-color: rgb(var(--body-bg-rgb));
    --default-font-family: "Noto Sans", sans-serif;
    --default-font-weight: 400;
    --default-text-color: #1d212f;
    --default-border: #e8e8f7;
    --default-background: #eaedf7;
    --white: #fff;
    --black: #000;
    --border-color: hsla(0,0%,100%,.1);
    --header-height: 91px;
    --primary005: rgba(var(--primary-rgb), 0.05);
}
*{
    transition: color 400ms ease;
}
body {
    padding-top: calc(var(--header-height) + 20px);
    padding-bottom: 20px;
    background: rgb(var(--body-bg-rgb));
    font-family: var(--default-font-family);
    font-weight: var(--default-font-weight);
    line-height: 1.5;
    min-height: 100vh;
    color: var(--default-text-color);
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.container .container{
    width: unset !important;
    padding: 0 0 !important;
}

/* 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;
}

th{
    background-color:lightblue;
    padding-left: 2px;
    padding-right: 2px;
}
td{
    padding-left: 5px;
    padding-right: 2px;
}
.italicRed{
    color:red;
    font-style: italic;
    float:left;
}
.WkUnitTableHead th{
    text-align:center;
}

.nav nav-tabs active{
    background-color: lightblue;
}

*{
    /*SET FONT FOR ALL SCREENS*/
    font-family: 'Noto Sans', 'Noto Sans CJK', 'Segoe UI', Georgia, serif;
}
.addLightBlueBackround{
    background-color: yellow;
}

.myFont{
    font-size:15px;
}
@media print{
    .no-print{
        display: none;
    }
}

.btn-success{
    float:right;
}

/*@media print {
     footer {page-break-after: always;}
}*/

footer{
  page-break-after: always;
}

.cssTable td{
    text-align:center; vertical-align:middle;
}
.contractBold{
    font-size: large;
    font-weight:bold;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

.boldUnderline{
    font-size:x-large; 
    font-weight:bold; 
    padding:25px;
    text-decoration: underline;
}

header{
    padding-bottom:25px;
}

footer{
    width: 750px;
    padding-bottom:10px;
    border-bottom: solid 2px;
}
#resvTable td{
    border: 1px solid black;
}
.rcorners{
    border-radius:10px;
}

/*Individual*/
.color1 { 
    background-color:red;
}

/*Interval Purchase*/
.color2{
    background-color:lightblue;
}

/*Tour Operator*/
.color3{
    background-color:green;
}

/*Interval Exchange*/
.color4{
    background-color:cyan;
}

/*Timeshare Customer*/
.color5{
    background-color:cyan;
}

/*Travel Agency*/
.color6{
    background-color:orange;
}

/*Complimentary*/
.color7{
    background-color:azure;
}

/*Inhouse*/
.color8{
    background-color:coral;
}

/*Maintenance*/
.color9{
    background-color:chocolate;
}

/*(To Be Assigned 1)*/
.color10{
    background-color:seagreen;
}

/*(To Be Assigned 1)*/
.color11{
    background-color:indianred;
}

/*Airline*/
.color12{
    background-color:indigo;
}

/*Company*/
.color13{
    background-color:indigo;
}

/*Government*/
.color14{
    background-color:indigo;
}



.narrowTextBox{
    width: 50px;
}

.solid{
    border-style: solid ;
}
#changeFontSize{
    font-size:0.95vw;
}

.bigger{
    font-size:150%;
    font-weight:bold;
}

.navbar-inverse{
    background: #0e0e23;
    border-color:#0e0e23;
    padding: 20px 0;
    /* background: url(https://nextjs.spruko.com/bootstrap/page/spruha-js/preview/_next/static/media/media-66.d277efc1.png) rgb(var(--primary-rgb));
    background-position: 100%;
    background-size: auto;
    background-repeat: no-repeat */
}

.navbar-inverse .navbar-nav > li > a{
    transition: all 400ms ease;
    border-start-start-radius: 0;
    border-start-end-radius: 30px;
    border-end-end-radius: 0;
    border-end-start-radius: 30px;
    color: var(--white);
}
.navbar-inverse .navbar-nav:not(.navbar-right) > li > a {
    font-weight: 700;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: var(--white);
    background: rgb(var(--primary-rgb));
    background: url(https://nextjs.spruko.com/bootstrap/page/spruha-js/preview/_next/static/media/media-66.d277efc1.png) rgb(var(--primary-rgb));
    background-position: 100%;
    background-size: auto;
    background-repeat: no-repeat;
}
.navbar-brand{
    position: relative;
    margin-right: 30px;
}
.navbar-brand:before{
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 1px;
    height: 100%;
    display: inline-block;
    background: var(--border-color);
}

h1, h2{
    margin-bottom: 4rem;
    margin-top:0;
}

.d-flex{
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-start{
    justify-content: flex-start;
}
.justify-content-end{
    justify-content: flex-end;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items:center;
}
.align-items-start{
    align-items:flex-start;
}
.align-items-end{
    align-items:flex-end;
}
.gap-5{
    gap: 5px;
}
.gap-10{
    gap: 10px;
}
.gap-15{
    gap: 15px;
}
.gap-20{
    gap: 20px;
}
.gap-25{
    gap: 25px;
}
.gap-30{
    gap: 30px;
}
.gap-35{
    gap: 35px;
}

.mb-10{
    margin-bottom: 10px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-35{
    margin-bottom: 35px;
}
/**/
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.mt-20{
    margin-top: 20px;
}
.mt-25{
    margin-top: 25px;
}
.mt-30{
    margin-top: 30px;
}
.mt-35{
    margin-top: 35px;
}

.btn-primary{
    background-color: rgb(var(--primary-rgb));
    border-color: rgb(var(--primary-rgb));
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background-color: rgba(var(--primary-rgb), 0.9) !important;
    border-color: rgb(var(--primary-rgb)) !important;
}
.body-content{
    background-color: var(--white);
    box-shadow: 0 10px 30px 0 var(--primary005);
    border-radius: .688rem;
    margin: 30px auto;
    padding: 30px 30px;
}

th{
    background:rgb(var(--light-rgb));
}

.form-horizontal{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
}

.form-group{
    margin-bottom: 30px;
}

.dl-horizontal{
    margin: 30px 0;
}
.dl-horizontal dt{
    padding-bottom: 20px;
}
.dl-horizontal dd{
    padding-bottom: 0;
}
.nav-tabs{
    margin: 30px 0 0;
}

#SearchString{
    max-width: 100%;
}
.form-horizontal-single{
    grid-template-columns: 1fr;
}

.text-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.table-fixed{
    table-layout:fixed;
}

.table{
    width: calc(100% - 50px);
}

hr{
    margin-top:0 !important;
    margin-bottom:0 !important;
    display:none !important;
}

.table > tbody > tr > td{
    border-top:none 0;
}

.pagination > .active > a{
    background-color: rgb(var(--primary-rgb)) !important;
    border-color: rgb(var(--primary-rgb)) !important;
}

.flex-wrap{
    flex-wrap:wrap;
}

.admin-links{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:30px 15px;
    margin-bottom: 40px;
}
.admin-links-item{

}
.admin-links-item a{
    position:relative;
    transition: all 400ms ease;
    border-start-start-radius: 0;
    border-start-end-radius: 30px;
    border-end-end-radius: 0;
    border-end-start-radius: 30px;
    color: var(--white);
    background: url(https://nextjs.spruko.com/bootstrap/page/spruha-js/preview/_next/static/media/media-66.d277efc1.png) rgb(var(--primary-rgb));
    background-position: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 20px;
    display: block;
    text-decoration:none;
}

.admin-links-item a:hover{
    background: url(https://nextjs.spruko.com/bootstrap/page/spruha-js/preview/_next/static/media/media-66.d277efc1.png) rgb(var(--secondary-rgb));
    background-position: 50%;
}


