﻿/*==================================
 Model popup
==================================*/


/*==================================
   Home page
==================================*/


.btn-group .button {
  float: right;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ffffff; 
  border: 1px solid #134A82;
  border-radius: 5px;
  color: #000000;
  width: 100px;
  padding: 10px 10px 10px 10px; 
  text-align: centre;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
 
}


.btn-group .button:hover {
  background-color: #134A82;
  color: #ffffff;
}

.wrapper {
  margin: 0 auto;
  width: 95%;
}
/*==================================
    TABS - HOMEPAGE
==================================*/


ul.tabs {
  list-style-type: none;
  margin: 0;
    padding: 20px 30px;
}
ul.tabs li {
  padding: 20px 30px;
  border-top-style: none;
            border-right-style: none;
            border-bottom-style: solid;
            border-left-style: none;
            border-color: #134A82;
            border-width: 2px;
   font-weight: bold;
            font-size: 20px;
 
  float: left;

}
ul.tabs li a {
  color: #505962;
  font-weight: bold;
  text-decoration: none;
}

ul.tabs li a:hover {
color: #1B69B9;


}
ul.tabs li.active {

   border-top-style: none;
            border-right-style: none;
            border-bottom-style: solid;
            border-left-style: none;
            border-color: #134A82;
            border-width: 5px;
 
            color: #134A82;
}
ul.tabs li.active a {
  color: #134A82;
}
.clr {
  clear: both;
}
article {
 
  padding: 0 1em;
}




/*==================================
    CARDS - HOMEPAGE
==================================*/



.cards {
  list-style: none;
  margin: 0;
  padding: 10px;
  justify-content: center;

}

.cards li {
  border: 2px solid #134A82;
  border-radius:5px;
  background-color: #f5f5f5;
  color: #000000;
  flex: 1 1 200px;
   transition: box-shadow 0.25s ease-in;
   box-shadow: 5px 5px 10px 0px #dddddd;
}


.cards li:hover {
background-color: #eeeeee;
box-shadow: 5px 5px 10px 0px #999999;
}

.cards h4 {
  background-color: #134A82;
  margin: 0;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: none;
  padding-bottom: 5px;
}

.cards p {
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}


.flex li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 350px;
  margin: 9px;
  height: 135px
}

.grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  /*grid-template-columns: repeat(auto-fill, minmax(200px 1fr));*/
  grid-gap: 20px;
}



/*==================================
    TABS
==================================*/


ul.tabs {
  list-style-type: none;
  margin: 0;
    padding: 20px 30px;
}
ul.tabs li {
  padding: 15px 25px;
  border-top-style: none;
            border-right-style: none;
            border-bottom-style: solid;
            border-left-style: none;
            border-color: #134A82;
            border-width: 2px;
   font-weight: bold;
            font-size: 18px;
 
  float: left;

}
ul.tabs li a {
  color: #505962;
  font-weight: bold;
  text-decoration: none;
}

ul.tabs li a:hover {
color: #1B69B9;
 border-top-style: none;
            border-right-style: none;
            border-bottom-style: solid;
            border-left-style: none;
            border-color: #134A82;
            border-width: 3px;
            border-radius: 4px;
            color: #134A82;


}
ul.tabs li.active {

   border-top-style: none;
            border-right-style: none;
            border-bottom-style: solid;
            border-left-style: none;
            border-color: #134A82;
            border-width: 10px;
            border-radius: 4px;
            color: #134A82;
}
ul.tabs li.active a {
  color: #134A82;
}
.clr {
  clear: both;
}
article {
 
  padding: 0 1em;
}




/*==================================
    CARDS - LANDING PAGES
==================================*/

.landing-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;

}

.landing-cards li {
  border: 2px solid #134A82;
  border-radius:5px;
  background-color: #F7F8FA;
  color: #000000;
  flex: 1 1 200px;
   transition: box-shadow 0.25s ease-in;
   box-shadow: 5px 5px 10px 0px #dddddd;
}

.landing-cards li:hover {
background-color: #eeeeee;
box-shadow: 5px 5px 10px 0px #999999;
}

.landing-cards h3 {
  background-color: #134A82;
  margin: 0;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: none;
  padding-bottom: 5px;
}

.landing-cards p {
  margin-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.landing-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.landing-flex li {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 300px;
  margin: 10px;
  height: 150px
}

.landing-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  /*grid-template-columns: repeat(auto-fill, minmax(200px 1fr));*/
  grid-gap: 20px;
}




/*==================================
    In app search DIV container
==================================*/

div.inapp {
  position: relative;
  align: centre;
  left: 00px;
}

/*==================================
    In app search
==================================*/

#namanyay-search-btn {
background:#134A82;
border: 1px solid #24303B; 
transition: background-color .3s;
color:white;
padding:10px 20px;
border-radius:0 5px 5px 0;
-moz-border-radius:0 5px 5px 0;
-webkit-border-radius:0 5px 5px 0;
-o-border-radius:0 5px 5px 0;
}
#namanyay-search-btn:hover {
  background-color: #000000; 
  color: white;
  transition: background-color .3s;
}
 
#namanyay-search-box {
background: #ffffff;
padding:10px;
 border-radius:5px 0 0 5px;
-moz-border-radius:5px 0 0 5px;
-webkit-border-radius:5px 0 0 5px;
-o-border-radius:5px 0 0 5px;
  border: 1px solid #24303B; 
  transition: background-color .3s;
width 300px;
 }

/*==================================
    No Glossary
==================================*/
.NoGloss
 {
  all: unset;
}

/*==================================
    Sticky
==================================*/
.sticky-sidebar
{
	position: -webkit-sticky;
	/* Safari */
	float: right;
	position: sticky;
	top:0;
	width: 300px;
    height: 100px;
	box-shadow: 2px 2px 10px #D3D6D8;
	border-radius: 6px;
	border: #gggggg;
	border-width: 1px;
	background-color: #EEEEEE;
	padding-top: 0.7rem;
	padding-bottom: 0.3rem;
	padding-left: 1rem;
	padding-right: 1rem;
}




.sticky-bottom
{
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	bottom: 0;
    box-shadow: 2px 2px 10px #D3D6D8;
	border-radius: 6px;
	border: #gggggg;
	border-width: 1px;
	background-color: #EEEEEE;
	padding-top: 1rem;
	padding-bottom: 0.8rem;
	padding-left: 2.5rem;
	padding-right: 3rem;
}

.sticky-top-az
{
	position: -webkit-sticky;
	/* Safari */
	position: sticky;
	top: 0;
	background-color: #fffff;
	margin-top: -10px;
	padding: 10px;
}


/*==================================
    info
==================================*/


.info-goodtoknow {
  background-color: #E8F0F8;
  color: #1B69B9;
  border-bottom: 2px solid #1B69B9 ;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
}
  
.info-example {
  background-color: #FFF4E6;
  color: #24303B;
  border-bottom: 2px solid #24303B;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.info-workingonit {
  background-color: #E9D6E8;
  color: #242424;
  border-bottom: 2px solid #242424;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.info-search {
  background-color: #E8F4FC;
  color: #1869B9;
  border-bottom: 2px solid #1869B9;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
}


/*==================================
    Ideas - 
==================================*/
.info-ideas {
  background-color: #E8F4FC;
  color: #1869B9;
  border-bottom: 2px solid #1869B9;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
}



/*==================================
   pagination
==================================*/
.pagination {
 display: inline-block;
 text-align: center;
 margin: auto;

}

.pagination a {
  background-color: #ffffff;
  color: black;
  padding: 5px 8px;
  text-decoration: none;
  border: 1px solid #24303B; 
  transition: background-color .3s;
}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pagination a.active {
  background-color: #24303B;
  color: white;
}

.pagination a.complete {
  background-color: #4CAF50;
  color: white;
 }
 .pagination a.space {
 background-color: #EEEEEE;
 margin: 0 8px; /* 0 is for top and bottom. Feel free to change it */
  }
  
 .pagination a.space2 {
 background-color: #EEEEEE;
 margin: 0 -6px; /* 0 is for top and bottom. Feel free to change it */
  }
  
   .bottomright {
  float: right;
  }
  
 
.pagination a:hover:not(.active) {background-color: #ddd;}


/*==================================
    BUTTON Start Again
==================================*/

a.acbutton/*,
div.container*/
{
	float: left;
	text-align: center;
	font-size: 1.0rem;
}

a.acbutton
{
	background-color: #24303B;
	width: 150px;
	color: #fff;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

a.acbutton:hover
{
	background-color: #505A62;
	color: #000000;
}

/*==================================
    BUTTON Next
==================================*/

a.acbutton1/*,div.container*/
{
	float: right;
	text-align: center;
	font-size: 1.0rem;
}

a.acbutton1
{
	background-color: #587590;
	width: 150px;
	color: #fff;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

a.acbutton1:hover
{
	background-color: # #24303b;
	color: #000000;
}

img.tablearrow
{
	
}

/*==================================
    HOMEPAGE Boxes
==================================*/

/** {
  transition: all 0.3s ease-out;
}*/


.container {
  width: calc(100vw - 2%);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}


.container-othercards {
 width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #1B69B9;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card1 {
 	display: flex;
  	position: relative;
  	height: 180px;
  	width: 230px;
  	max-width: 230px;
  	background-color: #F3F3F3;
  	text-align: left;
  	border-radius: 4px;
  	padding: 12px 14px;
  	margin: 12px;
  	text-decoration: none;
  	z-index: 0;
  	overflow: hidden;
  	border: 1px solid #dfdfdf;
  	box-shadow: 2px 2px 10px #D3D6D8;
}
.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #ffffff;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
  }

.card1:hover:before {
    transform: scale(21);
  }

.card1:hover.p {  
  	transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
.card1:hover.h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }


.card2 {
  	display: block;
  	top: 0px;
  	position: relative;
  	background-color: #F3F3F3;
  	text-align: left;
  	border-radius: 4px;
   	padding: 0.5em 0.5em;
  	margin: 0.5em;
  	text-decoration: none;
  	z-index: 0;
  	overflow: hidden !important;
  	border: 1px solid #dfdfdf;
	max-height: 170px;
  	max-width: 280px;
  	/*width: 21vw;*/
	/*height: 16vh;*/
}

.card2:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
}

.card2:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(2);
    transform-origin: 50% 50%;
    transition: transform 0.15s ease-out;
}

.card2:hover:before {
    transform: scale(2.15);
  }

.card3 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 275px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 12px 14px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #f2f8f9;
}  
.card3.go-corner {
    opacity: 0.7;
  }

.card3:hover {
    border: 1px solid #E8F0F8;
    box-shadow: 0px 0px 999px 999px rgba(255, 255, 255, 0.5);
    z-index: 500;
  }


.card3.p:hover {
  color: #00838d;
}

.card3.go-corner:hover {
    transition: opactiy 0.3s linear;
    opacity: 1;
	}

.card4 {
  display: block;
  top: 0px;
  position: relative;
  max-width: 275px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 12px 14px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #cccccc;
  }
  
.card4.go-corner {
    background-color: #00838d;
    height: 100%;
    width: 16px;
    padding-right: 9px;
    border-radius: 0;
    transform: skew(6deg);
    margin-right: -36px;
    align-items: start;
    background-image: linear-gradient(-45deg, #8F479A 1%, #DC2A74 100%);
  }
  
.card4.go-arrow {
    transform: skew(-6deg);
    margin-left: -2px;
    margin-top: 9px;
    opacity: 0;
  }

.card4:hover {
    border: 1px solid #CD3D73;
  }
  
.card4.h3 {
	margin-top: 8px;
}

.card4.go-corner:hover {
    margin-right: -12px;
  }
  
.card4.go-arrow {
    opacity: 1;
  }

  