/*

Theme name: Guycon Session
Author: NetSuccess Interactive (RHA)



*/
@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Montserrat:wght@300;400;600;700&family=Noto+Sans:wght@400;700&family=Noto+Serif:wght@400;700&display=swap');


@font-face {
  font-family:Advent Sans;
  src: url(/fonts/AdventSans.otf);
  font-weight: 400,600, 700;
}




html
  {
      text-rendering: optimizeLegibility;
      margin:0;
      padding:0;
      line-height: 1.5;
      font-size: 1rem;
      font-family:  'Noto Sans', sans-serif;
      scroll-behavior: smooth;
  
  }
 
body {
	    background-color:#fff;
		width:100%;
		min-height:100%;
		color: #4F5155;
        font-size: 1rem;
        
	}
	


* {

  margin:0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box !important;
}

section{
    display:block;
    width:100vw;
}
.main_wrapper{
    margin:0;
    box-sizing: border-box;
    width:100vw;
    display:block;
    position:relative;
}

h1{
    font-size: 1.5rem;
    color: rgb(25, 25, 25);
}



h2{
    font-size: 1.3rem;
    
}
.wrapper{
    display:block;
    position:relative;
    width:100%;
    padding:0.5rem;
   
    
}

.blue_bg{
    background-color: #0c5adb;
}

#header_wrapper, .hidden{
    height:0;
    visibility: hidden;
}

.content_container{
    width:100vw;
    min-height:100%;
    margin:0 auto;
    background-color: transparent;
    display:flex;
    flex-flow: column wrap;
    justify-content: flex-start;
  
}

.sideBar{
    width:100%;
    display:flex;
    flex-flow:row wrap;
    background-color:#212c32;
    min-height:30px;
    padding:10px;
    color:#ecf0f6;
}

.sideBar a, .sideBar a:hover, .sideBar a:active{
    color:#fff;
    font-weight: 500;
    line-height: 1.5rem;
    border-bottom:1px solid #b2b5bb;


}

.adminContent{
    width:100%;
    display:flex;
    flex-flow:column wrap;
    background-color:#ecf0f6;
    min-height:400px;
    padding:5px;
}

.flex-container{
    display:flex;
    flex-flow:column wrap;
    justify-content: space-evenly;
    min-height:100px;
}




.stats_buttons{
    position: relative;
    width:100%;
    min-height:95px;
    display: flex;
    flex-flow:row wrap;
    justify-content: space-evenly;
    
}

.stats_box{
    
    width:100%;
    border-radius: 5px;
    height:95px;
    padding:5px;
    color: #fff;
    display:flex;
    flex-flow: column wrap;
    justify-content: flex-start;
   
    
} 

.stats_box h1{
    display: block;
    margin:15px 10px 2px 10px;
    font-size: 1.5rem;
    font-weight: bolder;
    color: #fff;

    }
    .stats_box p{
        display:block;
    }
.info_box{
    display:flex;
    flex-direction: row;
    flex-basis: auto;
    height:100%;
    width:25%;
    margin:0 10px 0 10px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    background-color: transparent;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin:15px 0 15px 0;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }


#footer_container{
    min-height: 200px;
    display:flex;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    background-image:url(../graphics/footer-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#footer_container p, #footer_container h3{
    color:#fff;
   
}

.footer_box{
    display:flex;
    flex-direction: column;
    width:100%;
    padding:5px;
    background-color: transparentn;
    margin:0 0 5px 0;
}

.error_message{
    width:100%;
    background-color:#F00;
    opacity:0.7;
    color:#fff;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:13px;
    font-weight:bold;
    text-align:left;
    padding-left:30px;
    margin:0 0 10px 0;
}


li{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:1rem;
    line-height:1.5rem;
    font-weight:400;
    color:rgb(15, 13, 13);
    text-decoration: dotted;
    text-decoration-color: #0c5adb;
    
}
.success_message{
    width:100%;
    background-color:#6F6;
    opacity:0.9;
    color:#fff;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:14px;
    font-weight:bold;
    height:35px;
    display:block;
    text-align:left;
    padding-left:30px;
    margin-bottom:10px;
   
}


#registration_form_wrapper .row{
    min-height:100px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 8px #303030;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;

}



.form-inputs{
    display: flex;
    flex-flow: column wrap;
    justify-content:space-evenly;
    align-items: flex-start;
    width: 100%;
    min-height: 100px;
    background-color:#fff;
    margin:0 10px 10px 0;
    padding:10px;
}

#registrationForm{
    width:100% !important;
   
}
input, select, textarea  {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

  input[type=submit] {
    width: 100%;
    background-color: #0c5adb;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }

/*Form Styles*/


input, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    vertical-align: middle;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default tabs: */
.tab {
  display: none;
}

button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

.admin-dashboard
{
	POSITION:relative;
	padding:0.5rem;
	width:100%;
	min-height:4rem;
	background-color:white;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap: wrap;
	margin:0.5rem auto 1rem auto;
	
}

.icon
{ 
	
	width:48%;
	min-height:10rem;
	background-color: rgba(224, 222, 222,0.6);
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;
	align-items:flex-start;
	justify-content:flex-start;
	text-align:center;
	margin:0 0 0.5rem 0;
	border-radius:10px;
	padding:0.7rem;
    font-weight: 600;
	
}

.icon a {
    font-weight: bold;
    color:#212c32;
}

.icon img
{
	width:70%;
	height:auto;
}


.admin-block2 .admin-dashboard .icon
{
	width:22%;
	min-height:3rem;
	
}


.dashboard .Dash-button
{
	width:98%;
	height:4rem;
	color:blue;
	font-size:1.5rem;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 1rem 0;
	border-radius:10px;
	box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24) ;
	outline: none;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
 

	

	}


   
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {



    .content_container{
        width:100%;
        
    }
    
   

}
	

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
    #header_wrapper,.hidden{
        height:50px;
        visibility: visible;
        margin:auto auto;
    }

	.content_container{
        width:100%;
        flex-flow: row wrap;
        justify-content: space-between;
        
    }
	

    .sideBar{
        width:18%;
        flex-flow:column wrap;
        background-color:#212c32;
        min-height:400px;
    }
    
    .adminContent{
        width:81.5%;
        flex-flow:column wrap;
      
    }
    .flex-container{
        flex-flow:row wrap;
    }
    .stats_box{
        width:23.5%;
        height:120px;
        background-color: #45a049;
        flex-flow: row wrap;
        
    }


    .admin-dashboard
    {
       
        justify-content:left;
       
        
    }


    .icon
{ 
	
	width:17.5%;
	
    margin:8px 7px 5px 7px;
	
}

    #footer_container{

        flex-flow: column wrap;
        justify-content: space-between;
        
    }

    .footer_box{
        
     width:23%;
      
    }

    #footer3{
        width:50%;
    }

    
#registration_form_wrapper .row{
    
    flex-flow: row wrap;
    justify-content: space-evenly;

}
  #form_inputs{
    width:60%;
  } 
  
  #form-instructions{
    width:38%;
  }  
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .content_container{
        width:100%;
        
        
    }
}
  