/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 11/30/2022 6:31:45 PM
    Author     : Cy
*/



@font-face {
    font-family: "Nova";
    src: url("./fonts/Nova.ttf");
} 


body{
  margin: 0;
  padding: 0;
  background-color: #f4f2ee;

}



table{
     table-layout:fixed;
}
th{
  
  border: 1px solid; 
}

td {
  border: 1px solid; 
}


#title
{
    cursor: default;
    font-size: 4em;
    letter-spacing: 4px;
 
}

#title img{
    max-height: 90px;
    max-width: 400px;
    
}


.modal { overflow: visible; }
.modal-body { overflow-y: visible; }


.grid-item-size
{
    
}
.grid-item {
    cursor: default;
letter-spacing: 0.3em;
font-size: 20px;
font-weight: bold;
line-height: 26px;
  overflow: hidden;
  margin: 10px 10px 20px 10px;
  padding: 10px 0px 10px 10px;
  position: relative;
  width: 31.3333%;
  height: 325px;
  background: white;
  color: black;
  
  border: 1px 1px;
  /*box-shadow: 2px 2px 2px 2px rgba(0,0,0,.15);*/
   box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
    0 5px 15px 0 rgba(0,0,0,0.08);
  background-color: #ffffff;
  border-radius: 0.5rem;
  
  border-left: 0 solid #00ff99;
  transition: border-left 300ms ease-in-out, padding-left 300ms ease-in-out;
}



.grid-item:hover {
  padding-left: 0.5rem;
  border-left: 0.5rem solid #00ff99;
}

.grid-item > :first-child {
  margin-top: 0;
}

.grid-item > :last-child {
  margin-bottom: 0;
}



.grid-item-small {
  padding: 1rem;
  /*width: calc(100vw/3 - 90px);*/
  width: 800px;
  max-width: 100%;
}


.grid-item-large{
  padding: 1rem;
  width: 800px;
  height: 600px;
  max-width: 100%;
  overflow: scroll;
}

.grid-item--width2 { width: 160px; }
.grid-item--height2 { height: 140px; }

.grid {
    max-width: 900px;
    
    height: 100%;
}

#titleArea{
    margin-top: 150px;
}

#notes
{
    padding: 10px 0px 0px 40px;
    margin-left: 20px;
}

@media only screen and (max-width: 900px) { /* Screen which has a maximum width of 900px */

    #title img{
    max-height: 50px;
    
    }
    
  .grid-item-small {
    padding: 10px;
    width: 320px;
    max-width: 100%;
  }

  .grid-item-large{
    padding: 1rem;
    width: 320px;
    height: 600px;
    overflow: scroll;
  }

    #titleArea{
        margin-top: 40px;
    }

    #notes
    {
        padding: 10px 0px 0px 10px;
        margin-left: 0px;
    }
}



.hidden{
    display: none;
}

.heading {
  color: #fff;
}


.noteHeader
{
    background-color: #fff4d6;
    border-radius: 10px;
    height: 40px;
    width: 100%;
    padding-right: 5px;  
    cursor: pointer;
}

.noteHeader input
{
    width: 27px;
    height: 27px;
    padding: 7px 6px 0px 0px;
    float: right;

}

.noteHeader span
{
    line-height: 3;
    font-size: 15px;
}

.noteBody
{
    min-height: 200px;
}

.noteHeaderCreateDate{
    font-size: 13px;
    line-height: px;
}


#userSearch
{
    width: 10px;
}

#searchArea
{
    width:400px;
    
    margin:0 auto;
}

#search{
    width: 90%;
}

#searchRefreshBtn
{
    margin-top:3px;
    width: 20px;
    height: 20px;
}




.select2-container:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 40px rgba(102, 175, 233, 0.8);
    transition: box-shadow 0.3s linear;
}


#header
{
    background-color: lightgray;
   height: 50px;
    width: 100%;
}

.customtext
{
    
}

.searchtext
{
    font-size: 25px;
}




#instructArea
{
    height: 10px;
}

.right{
    float: right;
}

.left{
    float: left;
}


































.modal { overflow: visible; }
.modal-body { overflow-y: visible; }

.hidden{
    display: none;
}






@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    16% {
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    16% {
        opacity: 0;
    }
    64% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
body {
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
}


.red{
    background-color: red;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(../css/famfamfam/zoom.png);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 16px !important;
  width: 16px !important;
  margin: auto !important;
  top: 6px !important; 
  left: -5px !important;
  /*display: none; just hide it*/
}





/*custom colors for search box*/
:root {
    --Color1: #3333FF;
    --Color2: #FFFFFF;
    --Color3: #EC2121;
    --Color4: #000000;
    --Color5: #AAAAAA;
    --Color6: #F99320;
}

.js-example-basic-single {
  width: 200px;
}




#contactName
{
    width: 100%; 
}

#contactBody
{
    width: 100%;
    height: 100px;
}

/* Search Box 
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: var(--Color4);
  color: var(--Color2) !important;  
}*/

/* Search Box border 
.select2-search--dropdown{
  background: var(--Color6);
}*/

/* Selected / Initial state input 
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background: var(--Color1);
  color: var(--Color2) !important;  
}
*/
/* Option List Area 
.select2-results__option {
  background: var(--Color1);
  color: var(--Color2) !important;   
}*/

/* Arrow button 
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: var(--Color3);
} */

/* Selectable items highlight 
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--Color3) !important;  
}*/

/* Selected item highlight 
.select2-container--default .select2-results__option--selected {
  background: var(--Color5) !important; 
  color: var(--color4) !important;
}*/

/* Search result message area 
.select2-results__message {
  background: var(--Color6);  
}*/