/*
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 : 16 Apr 2020, 5:23:33 AM
    Author     : hoffmam
*/
#myNav {
    background-color:black;
}

#crgTilesMenu>div>div.card {
    background-color:black;
}


.card-title-xs {
    color: whitesmoke;
    text-align: center;
}


div.crgJsonContainer {
    /*padding-top: 3vh;*/
}

div.crgJsonForm {
/*    font-size: initial;*/
    text-align: initial;
    background-color: ghostwhite;
    width: 90%;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    margin-right: auto;
    margin-left: auto;
    /*max-height: 90vh;*/
}


/* Reset ul styles */

.topTab {
    position: fixed;
    z-index: 10000;
    min-width: 100vw;
    width: 100vw;
    /*position: absolute;*/
    margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}

.topTab ul {
 
    z-index: 5;
     width: 20vmax;
    margin: auto;
    padding: 0px;
    max-height: 2vh;
}
.topTab ul li {
    color: grey;
  /*  background: #fefefe;*/
    /*padding: 0px 24px 10px;*/
    /*margin: 0px -6px 0 10px;*/
    position: relative;
    /*float: left;*/
    text-align: center;
    z-index: 1;
}
.topTab ul li::before {
    float: left;
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 50%;
    height: 1.5rem;
    border-style: solid;
    border-color: grey;
    border-width: 1px 0px 1px 1px;
    border-radius: 0 0 0 12px;
    -webkit-transform: skewX(20deg);
       -moz-transform: skewX(20deg);
         -o-transform: skewX(20deg);
            transform: skewX(20deg);
   /* background-color: inherit;*/
    z-index: -1;
}
.topTab ul li::after {
    float: right;
    content: '';
    display: block;
    position: absolute;
    top: 0; right: 0;
    width: 50%;
    height: 1.5rem;
    border-style: solid;
    border-color: grey;
    border-width: 1px 1px 1px 0;
    border-radius: 0px 0px 12px 0;
    -webkit-transform: skewX(-20deg);
       -moz-transform: skewX(-20deg);
         -o-transform: skewX(-20deg);
            transform: skewX(-20deg);
   /* background-color: inherit;*/
    z-index: -1;
}
.topTab ul li.active {
    color: grey;
    z-index: 10;
}
.topTab ul li.active::before,
.topTab ul li.active::after {
   /* background-color: #fff;*/
    border-top-color: transparent;
}
.topTab ul li:not([class='active']):hover::before,
.topTab ul li:not([class='active']):hover::after {
    background-color: #efefef; 
}


.crgOverlay {
    
    margin: 0 auto;
  right: 0vw;
  left: 0vw;
  height: 0px;
  top: 2.5vh;
  /*padding-top: 3vh;*/
  max-height: 85vh;
  width: 92vw;
  position: absolute;
  z-index: 110;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  overflow-y: hidden;
  transition: 0.5s;
}

.crgOverlay .closebtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 60px;
    z-index: 120;
    padding-top: 0;
    color: whitesmoke;
}


.crgNavContainer {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

/* .......................OVERRIDING STYLES FOR APPLICATION FACELIFT....................... */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');

#myNav{
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Poppins', sans-serif;
    background-image: url("../img/survey3.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}


.crgNavContainer {
    height: 80%;
    padding-left: 30px;
    transition: 0.5 all ease;
}

#fl-app-header{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 10%;
   display: flex;
   align-items: center;
   justify-content: center;
   color: black;
   font-weight: bolder;
}

.fl-icon-box{
    padding: 5px;
    border-radius: 100%;
    display: block;
}

.fl-icon-box .fl-img{
    height: 90px;
    width: 90px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* background-color: #00bbd3; */
    background-color: #ffff;
    display: inline-block;
    background-position: center;
    background-size: cover;
}


.fl-tile{
    text-align: center;
}

.fl-tile:hover{
    transform: scale(1.05);
    cursor: pointer;
}


.fl-title-box{
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.fl-description-box{
    font-size: 12px;
}


.fl-description-box p{
    height: 20px;
    overflow:auto;
    color: gray;
}

.fl-description-box p::-webkit-scrollbar {
    display: none;
}

#crgTilesMenu{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 10px;
}

.crgOverlay .closebtn, .fl-searchbtn{
    position: absolute;
    z-index: 120;
    color: black;
    /* background-color: rgba(0,0,0, 0.7);     */
    border-radius: 100%;    
    cursor: pointer;
    line-height: 1;
    padding: 5px;    
    font-size: 30px;    
    padding-left: 8px;
    padding-right: 8px;
}

.crgOverlay .closebtn {
    top: 10px;
    right: 20px;
}

.crgOverlay .fl-searchbtn {
    top: 10px;
    right: 70px;
}

.closebtn:hover, .fl-searchbtn:hover, #chevrons i:hover{
    transform: scale(1.2);
    transition: 0.3s all;
}

#chevrons{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 30px;
    width: 100%;
    text-align: center;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
    margin-bottom: 5px;
}

#chevrons i{
    padding: 5px;
    color: black;
    border-radius: 100%;
    padding-left: 8px;
    padding-right: 8px;
    /* background-color: rgba(0,0,0, 0.7);   */
    margin: 10px;
}

#fa-search-input{
    background-color: lightgray;
    border-style: solid;
    border-left-width: 5px;
    border-left-color: #00bbd3;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 12px 12px;
    font-size: 16px;
    border-radius: 5px;
    width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}


/* Tablets */
@media screen and  (min-width: 501px) and (max-width: 800px){
    #myNav{
        background-position: 70%;
    }
    #crgTilesMenu{
        grid-template-columns: 1fr 1fr 1fr;
    }
    #chevrons{
        justify-content: center;
        padding-right: 0px;
        padding-bottom: 10px;
    }
    .fl-icon-box img{
        height: 80px;
        width: 80px;
        padding: 5px;
    }

    .fl-title-box h6{
        font-size: 20px;
    } 

    .fl-description-box p{
        font-size: 12px;
    }

}

@media screen and  (min-width: 801px) and (max-width: 1024px){
    #myNav{
        background-position: 70%;
    }
    #crgTilesMenu{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    #chevrons{
        justify-content: center;
        text-align: center;
        padding-right: 0px;
    }
    .fl-title-box h6{
        font-size: 24px;
    } 

    .fl-description-box p{
        font-size: 14px;
    }
}

/* Mobile Phones */
@media screen and (max-width: 500px){

    #myNav{
        background-position: 70%;
    }

    #crgTilesMenu{
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 5px;
    }
    .fl-tile{
        padding: 0px;
        text-align: center;
    }

    .fl-tile h5{
        font-size: 16px;
    }


    .fl-description-box p{
        display: none;
    }

    #chevrons{
        justify-content: center;
        text-align: center;
        padding-right: 0px;
        padding-bottom: 10px;
    }
    #fa-search-input{
        width: 220px;
    }
    .fl-icon-box img{
        height: 70px;
        width: 70px;
    }

    #fa-search-btn{
        display: none;
    }

}

/* 1080 */
@media screen and (min-width: 1920px){
    #crgTilesMenu{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 15px;
        padding: 15px;
    }
    .crgOverlay .closebtn {
        top: 25px;
        right: 40px;
        font-size: 40px;
    }
    #fa-search-input{
        width: 500px;
        height: 60px;
        margin-right: 10px;
    }
    #myNav{
        font-size: 25px;
    }
    .fl-description-box p{
        font-size: 15px;
    }
}



