@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');

@import url('https://fonts.googleapis.com/css?family=DM+Sans&display=swap');

body 
{
background-color:#000000;
color:white;
font-family:'DM Sans', sans-serif;
border:0;
margin:0;

}

a
{
color: #EE3769;
text-decoration:none;
}
  
a:visited 
{
color: #5099b8;
}

.spang
{
color:grey;
}

.spanw
{
color:white;
}

.box 
{
width: 200px;
height: 200px;
object-fit:cover;
border:1px solid black;
}


.fit
{
max-width:100%;
}


.center
{
margin:auto;
text-align:center;
}

.innercont
{
width:96%;
max-width:1000px;
margin:auto;

text-align:left;
}




.next
{
display:inline-block;
vertical-align:top;
text-align:center;
}	
	
	
#header
{

max-width:1000px;
margin:auto;


}



#footer 
{
border-top: 0px solid #f2f2f2;
height:auto;
min-height:200px;
margin:auto;
max-width:1000px;
}










input[type=text]
{
border:3px solid white;
background:black;
border-radius:8px;
color:white;
font-size:20px;
font-family:'DM Sans', sans-serif;
padding:9px;
}

input[type=password]
{
border:3px solid white;
background:black;
border-radius:8px;
color:white;
font-size:20px;
font-family:'DM Sans', sans-serif;
padding:9px;
}

input[type=radio] 
{
border:0px;
width:100%;
height:1em;
}

input[type=submit]
{
background-color: black;
border: none;
color: white;
font-size:22px;
padding:7px;
font-family:'DM Sans', sans-serif;
}













select
{
background-color:black;
color: white;
border: none;

font-size:22px;
padding:7px;
font-family: 'DM Sans', sans-serif;
}

textarea
{
	background:black;
	color:white;
	border:3px solid white;
	border-radius:8px;
width:100%;
min-height:100px;
font-size:22px;
font-family:'DM Sans', sans-serif;
padding:7px;
}

button
{
outline: none;
padding:9px;
font-size:18px;
}




table
{
border-collapse: collapse;
width:100%;
}


td
{
border:1px solid #ccc;
height:100px;
}









.clear
{
clear:both;
}










#save 
{
transition: transform .2s;


display:none;
text-align:center;

position:fixed;
z-index:2;
top:50px;
right:20px;

border-radius:10px;
border:4px solid yellow;

width:100px;
height:50px;

line-height:50px;

background:black; 
}




#save:hover 
{
transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}












.cardimg
{
width:270px;
height:400px;
object-fit:cover;
border:1px solid black;
}

.carddiv
{
width:32%;
height:400px;
display:inline-block;
}



.tdcard
{
	height:40px;
	border-collapse: collapse;
border:0px solid black;
padding:5px;
}












.item
{
display:inline-block;
width:32%;
max-width:200px;
text-align:center;
vertical-align:top;
margin:5px;
}

.add
{
	background:#000;
	width:150px;
	height:40px;
	line-height:40px;
}

.col3
{
display:inline-block;
width:30%;
text-align:center;
vertical-align:top;
}








.blackframe
{
border:4px solid #000000;
max-width:100%;
}

.blackframe:hover
{
filter:brightness(90%);
}




.container 
{
max-width: 45em;
margin: auto;

}

.bluebutton
{
transition: transform .2s;


display:inline-block;
border-radius:15px;
background:blue;
color:white;
padding:15px;
line-height:30px;
height:30px;
text-align:center;
margin:auto;
}

.blackbutton
{
transition: transform .2s;


display:inline-block;
border-radius:15px;
background:#000000;
padding:15px;
line-height:30px;
height:30px;
text-align:center;
margin:auto;
}

.blackbutton:hover 
{
transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.yellowbutton
{
	color:white;
display: inline-block;
top:40%;
border-radius:15px;
border:4px solid yellow;
width:200px;
line-height:40px;
height:40px;
text-align:center;
}

.whitebutton:hover
{
opacity:0.5;
filter:alpha(opacity=50);
}

.whitebutton
{
	color:white;
display: inline-block;
top:40%;
border-radius:15px;
border:4px solid white;
width:200px;
line-height:40px;
height:40px;
text-align:center;
}

.whitebutton:hover
{
opacity:0.5;
filter:alpha(opacity=50);
}


.resend
{
display:inline-block;
border:1px solid white; 
padding:9px; 
text-align:center;
background:#008000;
}


.flag
{
transition: transform .2s;
}

.flag:hover 
{
transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}




#icon
{
width:75px;
height:75px;
object-fit:cover;
border-radius:50%;
}

#iconsmall
{
width:30px;
height:30px;
object-fit:cover;
border-radius:50%;
}
































.pink
{
color:#FF40FF;
}

.cyan
{
color:#00C0C0;
}

.pg
{
/*color:#00C0C0;*/
color:pink;
}
 


.btn 
{
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 0 rgba(0, 0, 0, 0.2), inset 0 1.15em 0 0 rgba(255, 255, 255, 0.1);
}
  
.btn:active 
{
    transform: translateY(2px);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2); 
}


	
::selection 
{
background-color: #27AAE1;
color: #eee; }

::-moz-selection 
{
background-color: #27AAE1;
color: #eee; 
}

  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
.btn-primary {
  background-color: #00c000;
  color: #eee; }
  .btn-primary:hover {
    background-color: #34afe3; }
  .btn-primary:active {
    background-color: #1ea3da; }

.btn-secondary {
  background-color: #008000;
  color: #eee; }
.btn-secondary:hover {
    background-color: #ef4574; }
.btn-secondary:active {
    background-color: #ed295e; }



	




  
 
.proimgdiv
{
height:100px;
width:100px;
margin-bottom:23px;
display:inline-block;
vertical-align:top;
}

.ofc
{
height:100px;
width:100px;
object-fit:cover;
}






#uploading
{
position: fixed;
z-index:3;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
background:#000000;
color:#ffffff;
padding:10px;
}

#uploadingmask
{
position:fixed;
z-index:2;
width:100%; 
height:100%; 
top:0; 
left:0;
right: 0;
bottom: 0;

background:rgba(0,0,0,0.6);
}








#loader 
{
position:fixed;
left:50%;
top:50%;

border:12px solid #000000;
border-radius:50%;
border-top:12px solid #3498db;
border-bottom:12px solid #3498db;
  
width:60px;
height:60px;

-webkit-animation:spin 2s linear infinite; /* Safari */
animation:spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin
{
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin
{
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}












#msg
{
	display:none;
	
	z-index:2;
position:fixed;
top:20px;
right:20px;
padding:5px;
background:green;
height:40px;
line-height:40px;
text-align:center;
border:1px solid white;
border-radius:5px;
}




















#loading img
{
position: fixed;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%,-50%);
background-repeat:no-repeat;
background-position: center center;
}

#loading
{
position:fixed;

width:100%; 
height:100%; 
top:0; 
left:0;
right: 0;
bottom: 0;

background:rgba(0,0,0,0.6);
}




.meas
{
display:inline-block;
padding:5px;
max-width:50px;
}




hr.grey
{
	    border-style: solid;
		border-color:#606060;
background-color:#606060;	
	border-top: 1px solid #606060;
}





.h122 
{
font-size: 22px;
font-family: 'DM Sans', sans-serif;
}


h1 {

font-size: 28px;
color: #000000;
font-weight: bold;

padding: 0px;
margin: 0px;

display: inline;
}
h2 {

font-size: 16px;
color: #000000;
font-weight: normal;

padding: 0px;
margin: 0px;

display: inline;
}
h3 {

font-size: 12px;
color: #000000;
font-weight: normal;

padding: 0px;
margin: 0px;

display: inline;
}

.h1w
{
color:white;
}
.h2w
{
color:white;
}
.h3w
{
color:white;
}
.h1g
{
color:#606060;
}
.h2g
{
color:#606060;
}
.h3g
{
color:#606060;
}






.sidenav 
{
height:100%;
width:0px;
position:fixed;
z-index:2;
top:0;
left:0;
background-color: #0575BE;
overflow-x: hidden;
padding-top: 60px;

transition: 0.3s;

}

.sidenav a ,.dropdown-btn
{
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #fff;
display: block;
transition: 0.3s;
}

.sidenav a:hover, .dropdown-btn:hover
{
color: #fff;
}

.sidenav .closebtn 
{
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

/* Dropdown container (hidden by default) */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}


@media screen and (max-height: 450px) 
{
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}



