/* CSS Document */
html {
	/*height: 100%;	*/
}





body{
font-family: 'Montserrat', sans-serif;
font-size: 14px;
height: 100%;
color:	#818084;
overflow-x: hidden;
}
s
#backtolog {
	margin-left: 10%; margin-top: 20px; display:block
}

.admin_body {
	background-color: #F8F8F8;
}

.full-height-row  {
	background-color: #F8F8F8;
}

.far {
	font-size:18px;
	color:#df2526;
	text-decoration: inherit;
}

.redi {
	font-size:18px;
	color:#df2526;
	opacity: 0.6;
	text-decoration: inherit;
}

.redi:hover {
	opacity: 1;
}


.bluei {
	font-size:18px;
	color:#009AAA;
	text-decoration: inherit;
	opacity: 0.6;
}

.sbluei {
	font-size:16px;
	color:#009AAA;
	text-decoration: inherit;
	opacity: 0.6;
	margin-right: 3px;
	margin-bottom: 3px;
}

.bluei:hover{
	opacity: 1;
}
.sbluei:hover{
	opacity: 1;
}

.arrow-right {
		-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg)
}

.arrow-left {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg)
}




.roundbutton0{
          display:block;
          height: 60px;
          width: 60px;
          border-radius: 50%;
	  box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.34);
  background-image: linear-gradient(to left, #fad3ce, #f2a9a8);
	 position: fixed;
    bottom: 5%;
    right: 5%; 
	z-index: 1050;
        }



.roundbutton{
          display:block;
          height: 60px;
          width: 60px;
          border-radius: 50%;
	 position: fixed;
    bottom: 5%;
    right: 5%; 
        }




.roundbutton .buttonplus:before,
.roundbutton .buttonplus:after {
    content: '';
    position: absolute;
    top: 25%;
    left:25%;
    right: 25%;
    bottom: 25%;
    background:#ffffff;
}
.roundbutton .buttonplus:before{
    width: 3px;
    margin: 3px auto;
}
.roundbutton .buttonplus:after{
    margin: auto 3px;
    height: 3px;
}





a {
	color:#009aaa;
}

a:hover {
	text-decoration: inherit;
	color:#009aaa;
}

#maincontent {
  width: 100%;
  height: 100%;
}

.column {
  float: left;
  width: 50%;
	min-width: 150px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
	
}


#copy {
	    word-break: break-all;
}

.container-fluid {
	height: 100%;
}

#wrapper {
	height: 100%;
}


#changep {
	width: 100%;
}

/*  NAVIGATION LEFT */
#leftnav {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	width: 13%;
	max-width: 165px;
	min-width: 90px;
	background-color: #fff;
	padding: 0;
	min-height: 100vh;
}

.ham {
	display: none;
}


#leftlogodiv {
	padding: 5%;
    width: auto;
    height: 77px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}



#leftlogo {
	width:  100%;
	height: 100%;
}

#leftnav a {
	text-decoration: inherit;
}

.leftiteminactive {
	height: auto;
	padding-top: 10%;
	padding: 7%;
}

.leftitemactive {
	border: 1px solid #F5F5F5;
	border-left: 6px solid #0caadc;
	background-color: rgba(0,154,170, 0.1);
    height: auto;
	padding-top: 10%;
	padding: 7%;
}

.lefttext {
	padding: 3%;
	color:#818084;
	margin:0;
}

.svginactive {
	filL:#df2526;
}

.svigactive {
	filL:#009aaa;
}

#main_content {
	background-color: #F8F8F8;
	min-height: 100vh;
}

#top_bar_div {
  height: 77px;
  background-image: url("/resources/img/tbar.png");
/*    background-color: rgb(0,154,170, 0.80);*/
  
  
}

#top_bar_menu_div {
	height:77px;
}

a:hover .svginactive {
	opacity: 1.0;
}

a:hover div.leftiteminactive {
	background-color: rgba(223,37,38, 0.08);
}


#IndTitle {
	font-family: 'Raleway',sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
     margin-top: 35px;
    margin-left: 20px;
}


/* TOP BAR */

.topbar {
    height: 77px;
	
    background-color: rgba(0,154,170, 0.75);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  
}

.toptitle {
	padding-top: 65px;
	padding-left:30px;

}

.circlesvg {
	position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}




/* DOCUMENTS VIEW */

#docwaitt {
	margin-top: 25px;
	  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
   color:#df2526;
	display:inline-block;
}



#docverit {
	margin-top: 25px;
	  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
   color:#009AAA;
}

/* EXCHANGE */

#app_info {
	padding-left: 10px;
	max-width: 1000px;
	
}

#app_info_text {
	font-size: 16px;
	color:#818084;
	padding-top: 15px;
}

#app_info_text a {
	 color: rgba(223, 37, 38, 0.8);
	font-weight: 600;
}

#last_blue {
	font-size: 17px;
  font-weight: 500;
  color: #009aaa;
}



*,
*:before,
*:after {
    box-sizing: border-box;
}
.step { position: relative; min-height: 20px ;    margin-top: 35px; }
.step > div:first-child { position: static; top:15px ;height: 0;  }
.step > div:last-child { margin-left: 32px ; padding-left: 16px; }
.circle { 
	background: rgba(0,154,170,0.2);
	width: 20px; 
	height: 20px; 
	line-height: 20px; 
	border-radius: 16px; 
	position: relative; 
	font-size:32px;
	color: #009aaa; 
	text-align: left; 
    font-weight: 600;
	
}

.line { position: absolute; border-left: 1px solid rgba(0,154,170, 0.4); left: 10px; bottom: 10px; top: 42px; }
.step:last-child .line { display: none; }
.step .title { 
	margin-top: -7px;
	line-height: 32px; 
	font-weight: bold; 
    color:#009AAA
}

.step p {

  font-size: 14px;
  color: #818084;
}



.setup-content {
    margin: 0;
	color: #818084;
	font-size: 12px;
}

.form-step {
		padding: 5% 15%;
	border-bottom: 1px solid #dee2e6;
	min-height:  330px;
}



#explain {
	font-weight: 400;
}

.setup-content input {
	font-size: 16px;
}

.control-label {
	color:#009aaa;
}

#radio_div {
	padding: 15px 7px;
	
}

.radio_label {
	font-size: 14px;
}

.setup-content #typeinput {
	 font-size: 16px;
  font-weight: 500;
  color: #009aaa;
}

.exchange_radio {
	width: auto;
}

#enrolliv:invalid {
	border-bottom: solid 2px #df2526;

}


#circle_first {
	    padding-left: 3px;
	
}


#apply_column {
	text-align: center;
}

#apply_button {
	  border-radius: 14.5px;
  -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.10);
          box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, right top, left top, from(#fad3ce), to(#eeb0af));
  background-image: -webkit-linear-gradient(right, #fad3ce, #eeb0af);
  background-image: -o-linear-gradient(right, #fad3ce, #eeb0af);
  background-image: linear-gradient(to left, #fad3ce, #eeb0af);
    margin-top: 10%;
    text-align: center;
    height: 100px;
    width: 75%;
	border: none;
	color: #ffffff;
	 font-size: 16px;
  font-weight: bold;
	max-height: 140px;
	max-width: 370px;

}

#apply_plus {
	font-size: 18px;
}



/* Exchange view */

.af_view_cont {
	padding-left: 20px;
}

.af_view_label {
	color: #009AAA;
	font-size: 12px;
	  font-weight: 500;
	margin-bottom: 0px;
}

.af_view_text {
font-size: 16px;
  color: #818084;
}

.underline {
	border-bottom: 1px solid #dee2e6;
	margin: 0;
	padding-bottom: 20px;
}

/* VIEW ME */


#pointcountd {
	text-align: center;
	max-width: 350px;
}

#pointsbig {
	padding-top: 5%;
	margin-bottom: 5px;
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
font-weight: 900;
  line-height: 1.2;
  text-align: center;
  color: #009aaa;
	opacity: 0.7;
}

#pointsp {
	 font-family: 'Montserrat',sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  color: #009aaa;
	opacity: 0.7;
}

#pointsl {
display:block;
  color: #009aaa;
	width: 80%;
	height: 6px;
}

#linep {
	width: 100%;
	 padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.pointsrt {
	margin-bottom: 0px;
	 font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  color: #818084;
}

.pointsrp{
	 font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  color: #009aaa;
}

#usertable {
	display:grid;
}

/* Events div */
.events {
	margin-bottom: 20px;	
}
.event {
	border-left: 6px solid #009aaa;
	margin-top: 20px;
	
	width: 100%;
	  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
	padding: 20px;
		
}




.eventdate {
	font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;

  text-align: left;
  color: #818084;
}

.eventtitle {
	  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.22;
  color: #009aaa;
}

.eventdesc {
	  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.21;
  color: #818084;
	padding-top: 10px;
}


.event:hover {
	border-left: 6px solid #df2526;
}

.event:hover .eventtitle {
   color: #df2526;
}





#calendar {
  width: 100%;
	height: 100%;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;	
}

.pcontent {
  margin:20px;
  
 padding: 15px;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
 
}	

#docwait {
	padding: 0px;
	max-width: 1100px;
}

#docveri {
	padding: 0px;
	max-width: 1100px;
}

/*EVENT VIEW */


#eventvdate {
	 font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  color: #818084;
}

#eventvtitle {
font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
 color:#df2526;
}

#eventvtext {
  font-size: 14px;
  font-weight: 300;
	line-height: 1.21;
  text-align: left;
  color: #818084;
  padding-top:10px;
}

#psignup {
	 font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  text-align: left;
	color:#df2526;
	
}

#signupp {
	font-size: 14px;
	font-weight: 600;
	color:#009aaa;
	padding-top: 20px;
}

#signoffp {
	font-size: 12px;
}

.is-countdown {
    border: none;
	font-size: 14px;
	color:#818084;
    background-color:transparent;
	max-width: 500px;
	padding-bottom: 15px;

}


/* REGISTRATION */



#regaa {
	color:#009aaa;
}

#regai {
	color:#818084;
}



#RegiForm {
	margin-top:30px;
	margin-left:50px;
	
}

#acceptgdpr {
		color: #818084;
		font-weight: 300;
		font-size: 14px;
	display:inline-block;
	}




#regbut {
	width: 85%;
	text-align: center;
}

#notif {
	
	ont-family: 'Montserrat', sans-serif ;
  padding:6px;
  font-weight: 300;
  line-height: 1.19;
  text-align: left;
  color: #818084;
	margin-top: 15px;
  width:100%;
}


/* LOGIN */


#allcontent {
	overflow: hidden;
}

#loglogo {
	height: 70%;
	width: auto;
	margin-top: 20px;
	margin-left:9%;
    max-height: 75px;
}

#loglang {
	
	margin-right: 120px;
	margin-top: 66px;
	font-family: 'Montserrat', sans-serif ;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
    text-align: right;
	float:right;
}

#logreglang {
	margin-top: 40px;
	margin-right: 9%;
	text-align: right;
	float:right;
	font-size: 16px;
    font-weight: 500;
    line-height: 1.19;
}


#logtoreg {
	display: none;
}

#loginformcol {
	display: flex; 
	height: calc(100vh - 190px); 
	min-height: 425px;
}

#loginformwrap {
	margin:auto;
	align-self: center;
}

#logintitle {
  font-family: 'Raleway', sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.18;
  text-align: left;
  color: #df2526;
 margin-bottom: 11px;
}


#loginp {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.19;
  color: #818084;
}



#forgotpwform {
	margin-top: 60px;
}


#imagecol {
  position:fixed; 
	left: 40%; 
	height: calc(100% - 190px);
	display: flex;
  align-items: center;
  justify-content: center;
}


#logregimg {
	width: 85%;
}

#backtologdiv {
	display: none;
	position: fixed;
	left: 5%;
	bottom: 5%
}

#regformcol {
	position:absolute; 
	right: -700px; 
	display: flex;
	height: calc(100vh - 95px); 
	
}

#regiform {
	margin:auto;
		align-self: center;
}



#regtitle {
font-family: 'Raleway', sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  color: #df2526;
  width: 100%;
  margin-left: -25px;
}



#regiformwrapper {
	margin-top: 8%;
}


#requestnew {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
  text-align: left;
  color: #df2526;
	margin-bottom: 11px;
}


#logp {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.19;
  text-align: left;
  color: #818084;
}





#loghead {
  height: 120px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.10);

}

#renewtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.18;
  text-align: left;
  color: #df2526;
    margin: auto 20px 11px 20px;
    padding-bottom: 5px;

}


.privacysubtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.18;
  text-align: left;
  color: #df2526;
	margin-bottom: 11px;
}


#reglog {
	text-decoration: inherit;
	color:#009aaa;
}

#logformwrap {
	margin-top: 60px;
}

#logformwrap input {
	width: 100%;
}

#logformwrap input[type='submit'] {
	width: 140px;
	margin-top: 30px;
}



.loginbody {
	overflow-y: hidden;
}



.reset_pw_fluid {
	background-color: #f8f8f8f8;
	min-height: calc(100vh - 120px);
}



/* FORMS */

form {
	
font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.4px;
  text-align: left;
  color: #009aaa;
  


}




input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="file"],
select {
font-family: 'Montserrat', sans-serif ;
  padding:6px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #818084;

  border: 0;
  outline: 0;
  border-bottom: 1px solid #c3c5c8;
	margin-bottom: 15px;
  width:70%;
	

}
input[type="submit"] {
  width: 155px;
  height: 35px;
  opacity: 0.7;
  border-radius: 20px;
	    border: none;
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(242deg, #fed2c7, #df2526);
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  font-weight: 600;
 text-align: center;
  line-height: 1.29;
  letter-spacing: 1px;
  color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left:auto;
    margin-right:auto;

}

textarea {
	
	font-family: 'Montserrat', sans-serif ;
  padding:20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #818084;
  outline: 0;
  border: 1px solid #c3c5c8;
	margin-bottom: 15px;
  height: 150px;
	width: 100%;
	
}

input:focus{
	border-bottom: 1px solid #009aaa;
	color: #818084;
}
  
input[type="submit"]:focus {
    color:#ffffff;
}

input[type="submit"]:hover {
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.25);
}

input[type="submit"]:active {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
	
input::placeholder {
	color: #c3c5c8;
}

input:invalid {
  
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


select {
  padding:6px;
	font-size: 14px;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #c3c5c8;
	color:#818084;
	margin-bottom: 15px;
  width:70%;
	background-color: #ffffff;
	}



input.signup {

	width:60px;

}

.finputpad {
/*	padding-left: 10px;*/
	margin-bottom: 8px;
}

.finput {
	font-weight: 500;
	margin-bottom: 8px;
	color: #009aaa;
}


#renew_form input {
	width: 100%;
}


#renew_form input[type='submit'] {
	width: 140px;
	margin-top: 30px;
}
   



/* ADMIN */

#admin_content {
	background-color: #F8F8F8;
}

.half-center {
	width: 100%;
	max-width: 1100px;

}

.two-thirds {
	max-width: 1400px;

}

.table-center {
	width: auto;
	max-width: 80%;
	min-width: 60%;

}


.quick_menu_wrap {
	margin-top: 5%;
}

.quick_menu_div {
	text-align: center;
}

.quick_menu_item_wrap {
	padding: 5%;
		cursor: pointer;
	
}





.admin_menu_title {

	margin-top: 25px;
	margin-left: 20px;
	 font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
   color:#009aaa;
}

.quick_menu_p {
	font-size: 20px;
  font-weight: bold;
  color:#df2526;
	opacity: 0.7;
}

.quick_menu_a {
	opacity: 0.7;
}



.quick_menu_a:hover {
	opacity: 1;
}

/* MODALS */

.modal_form {
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 5%;
}

.modal_form input {
	width:100%;
	margin-bottom:20px;
}

.modal_form .radioe {
	margin-right: 20px;
	margin-bottom:20px;
	width: auto;
}

.modal_form .finput {
	margin-bottom:5px;
}

.modal_form input[type='file'] {
	border-bottom: none;
		width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	padding-top: 10px;
	padding-left: 15px;
    font-size: 1 em;
    font-weight: 700;
    color: #d3394c;
	opacity: 0.6;
    display: inline-block;
		cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label,
.inputfile + label:hover {
	opacity: 1;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
	opacity: 0.7;
    margin-top: -0.25em;
	
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile + label svg:hover {
	opacity: 1;
    
}

.modal_form select {
	width:100%;
}

.create-button {
	 border-radius: 20px;
    border: none;
    background-image: linear-gradient(242deg, #fed2c7, #df2526);
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.29;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
	width: 100px;
    box-shadow: none;
    opacity: 0.5;
	height: 35px;
}

.create-button:disabled {
	opacity: 0.2;
}


#edescription {
	font-weight: 400;
}

.redlabel {
	color:#df2526;
	opacity: 0.8;
}



/* OVERWRITE */



.gj-datepicker-md [role=right-icon]{
	display: none;
}

.gj-textbox-md {
	
	font-size: 14px;
	color: #818084;
}

.gj-picker div[role=navigator] div {
	font-family: 'Montserrat', sans-serif ;	
}

.gj-picker-md table tr td.selected.gj-cursor-pointer div{
	background: #009aaa;
}

div [role=period] {
	color:#df2526;
}


.gj-picker-md [role=header]{
	background: #00bed1;
	background: rgba(0,154,170, 0.6);
}

.gj-picker-md [role=switch] {
	background: none;
}

.gj-picker-md [role=footer] button.gj-button-md{
	color:#009aaa;
}

.gj-picker-md [role=footer] button.gj-button-md:hover{
	background: rgba(0,154,170, 0.2);
}
.gj-picker-md .arrow-begin, .gj-picker-md [role=body] [role=arrow] {
	background-color: #009aaa;
}

.gj-picker-md .arrow-end {
	border-color: #009aaa;
}

.gj-picker-md div[role=navigator]  {
	color: #df2526;
}


.gj-picker-md table tr td.today div {
    color: #009aaa;
}




.pcontent .table td, .table th {
	border:none;
}

.pcontent .bootstrap-table {
	font-size: 14px;
  line-height: 1.21;

}

.pcontent #table {
	border:none;
}

.pcontent thead {
	border:none;
}

.pcontent thead th {
  color: #df2526;
  border-color: #df2526;
}

.pcontent .table thead th {
	  border-color: #df2526;
}

.pcontent  .table tbody td {
    border-bottom: 1px solid #c3c5c8;
	  color: #818084;
	  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
}

.pcontent .table  {
  color: #818084,
}

.pcontent .table-hover tbody tr:hover {
	background-color: #fff;
}


#usertable thead th {
  color: #009aaa;
  border-color: #df2526;
	font-size: 14px;
  font-weight: 300px;
}

#usertable  .table thead th {
	  border-color: #b2e0e5;
	 border-color: rgba(0,154,170, 0.2);
		  
}



#usertable  .table tbody td {
    border-bottom: 1px solid #c3c5c8;
	  font-size: 14px;
  font-weight: 300;
line-height: 1.21;
  letter-spacing: 0.5px;
  color: #818084;
  text-align: left;

}


#docwait .table thead th {
  color: #df2526;
  border-color: #df2526;
	font-size: 14px;
  font-weight: 600;
}

#docwait  .table thead th {
	  border-color: #f5bdbd;
	 border-color: rgba(223,37,38, 0.2);
		  
}


#docwait  .table tbody td {
    border-bottom: 1px solid #c3c5c8;
	  font-size: 14px;
  font-weight: 300;
line-height: 1.21;
  letter-spacing: 0.5px;
  color: #818084;
  text-align: left;

}


#docveri .table thead th {
  color: #009aaa;
  border-color: #009aaa;
	font-size: 14px;
  font-weight: 600;
}

#docveri  .table thead th {
	  border-color: #b2e0e5;
	 border-color: rgba(0,154,170, 0.2);
		  
}


#docveri  .table tbody td {
    border-bottom: 1px solid #c3c5c8;
	  font-size: 14px;
  font-weight: 300;
line-height: 1.21;
  letter-spacing: 0.5px;
  color: #818084;
  text-align: left;

}



#usertable  .table tbody td {
    border-bottom: 1px solid #c3c5c8;
	  font-size: 14px;
  font-weight: 300;
line-height: 1.21;
  letter-spacing: 0.5px;
  color: #818084;
  text-align: left;

}


.bootstrap-table .fixed-table-container .table thead th .both {
	background-image: none;
}

.bootstrap-table .fixed-table-container .table .loading-text  {
	font-size: 1rem !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
	height: auto;
}


.bootstrap-table .fixed-table-container .table tbody tr.selected td {
	background-color: #b2e0e5;
	background-color: rgba(0,154,170, 0.05);
}

.select2-selection__choice li {
	background-color: #fff !important;
	border: none !important;
}

.select2-container--default li {
		background-color: #fff !important;
	border: none !important;
}


/* Calendar */

#calendar {
	padding: 15px;
	max-width: 350px;
	margin-top: 20px;
	margin-left: 5%;
}

.calendar-month-header {
	
	font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #df2526;
}

	

.calendar-dow-header {
	 font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #818084;
}

div.zabuto_calendar .table tr.calendar-month-header td {
	background-color: #fff;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
	background-color: #fff;
	width: 26px;
  height: 17px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #c3c5c8;
	
}

div.zabuto_calendar .table tr td div.day {
	font-size:14px;
	
}

.zabuto_calendar .table td, .table th {
	border:none;
}
div.zabuto_calendar .table tr:last-child {
		border:none;
}

div.zabuto_calendar .table tr th, div.zabuto_calendar .table tr td {box-shadow: none;}

div.zabuto_calendar .table tr td.event div.day, div.zabuto_calendar ul.legend li.event {
	/*background-image: linear-gradient(269deg, #fed2c7, #df2526);*/
    background-image:url("/resources/img/dot.png");
	background-color: #FFFFFF;
    opacity: 1.0;
    /*box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.16);
    border-radius: 17px;
    color: white;*/
	
}

div.zabuto_calendar .table tr .event {background-image:url("/resources/img/dot.png");
	background-color: none;
    opacity: 1.0;} 



#top_bar_menu_div .nav {
	  background-image: url("/resources/img/tbar.png");
  /*  background-color: rgb(0,154,170, 0.75);*/
	width: 100%;
	font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
  color: #009aaa;
	text-align: center;

}

#top_bar_menu_div .nav-item {
	    display: flex; 
    justify-content: center; 
    flex-direction: column; 
	height: 100%;
}

#top_bar_menu_div .nav a {
	 display: flex; 
    justify-content: center; 
    flex-direction: column; 
	height: 100%;
}

#top_bar_menu_div .nav-tabs {
	border:none;
	height: 77px;
	border-bottom: none;
}

#top_bar_menu_div .nav-tabs .nav-item {
	margin-left: 4%;

	height: 100%;
	border: none;
	
}

#top_bar_menu_div .nav .nav-link {
	color:#ffffff;
	border: none;
	padding-top:20px;
}

#top_bar_menu_div .nav-link:hover {
	border: none;
	color:#ffffff;
}

#top_bar_menu_div .nav-link:hover p {
	border-bottom: solid 3px rgba(255, 255, 255, 0.6);
	margin-bottom:-3px;
}

#top_bar_menu_div .nav .nav-link.active {
	background-color: #f8f8f9;
	color: #009aaa;
	box-shadow: none;
	border:none;
	border-bottom: none;
}



#langmenum {
	position: absolute;
	right: 5%;
	top: 30px;
	color: #fff;
	font-size: 16px;
}

#tlangi {
  color: #fff;
	font-weight: 300;
	opacity: 0.7;
}

#tlanga {
  color: #fff;
font-weight: 500;
}


.topnavlp {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}

#usertable .nav-tabs a {
	color:inherit;
	text-decoration: inherit;
	border-left: none;
	border-top:none;
	border-right: none;
	border-color: #b2e0e5;
	border-color: rgba(0,154,170, 0.5);
	padding-left: 3%;
	padding-right: 3%;
}

#usertable .nav-link.active {
	border: 1px solid transparent;
	color: #009aaa;
	font-weight: bold;
	border-color: #b2e0e5 #b2e0e5 #fff;
   border-color: rgba(0,154,170, 0.5) rgba(0,154,170, 0.5) #fff;
}




/* MODALS */


.loading-text {
	font-size: 1rem;
}

.modal-title {
	    margin: 0 auto;
	  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #009aaa;
}

.modal-footer-wrap {
	   margin: 0 auto;
	text-align: center;
}

#exchange-footer {
	   margin: 0 auto;
	padding: 3% 0;
	text-align: center;
}

.modal-footer-wrap input[type='submit'] {
	width: 100px;
	box-shadow: none;
	opacity: 0.5;
}

.modal-footer-wrap .btn-secondary {
	width: auto;
	background-color: #ffffff;
	 font-weight: bold;
	color:#df2526;
	border:none;
	opacity: 0.5;
	margin-right: 25px;
}

.modal-footer-wrap .btn-secondary:hover {
	background-color: #ffffff;
	color:#df2526;
	border:none;
	opacity: 0.8;
}

.modal-footer-wrap .btn-secondary:active {
	background-color: #ffffff;
	color:#df2526;
	border:none;
	opacity: 0.8;
}

.modal-footer-wrap .btn-secondary:focus {
	background-color: #ffffff;
	color:#df2526;
	border:none;
	opacity: 0.8;
}

#event_create_body {
	
}


/* BREAK POINT */
.pcontent .btn-secondary {
	width: auto;
	background-color: #ffffff;
	 font-weight: bold;
	color:#df2526;
	border:none;
	opacity: 0.5;
	margin-right: 25px;
}

.pcontent .btn-secondary:hover {
	background-color: #ffffff;
	color:#df2526;
	border:none;
	opacity: 0.8;
}

.pcontent .btn-secondary:active {
	background-color: #ffffff;
	color:#df2526;
	border:none;
	opacity: 0.8;
}

.pcontent .btn-secondary:focus {
	background-color: #ffffff;
	color:#df2526;
	border:none;
	opacity: 0.8;
}



.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):focus {
	background-color: #ffffff;
	color:#df2526;
	border:none;
	opacity: 0.8;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):focus {
	background-color: #ffffff;
	color:#df2526;
	border:none;
	outline:none;
	box-shadow: none;
	opacity: 0.8;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
	background-color: #ffffff;
	color:#df2526;
	border:none;
	outline:none;
	box-shadow: none;
	opacity: 0.8;
}


.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}



.btn-help-modal {
	margin-left: 5%;
	padding: 0px;
	background-color: inherit;
	color:#df2526;
	border:none;
	opacity: 0.7;
	
	  font-weight: bold;

	

}

div.zabuto_calendar div.calendar-month-navigation {
	padding-top: 0;
}

/* ACCORDION */

	#accordionExample {
		max-width: 1100px;
	}


#pointsacc {
	padding: 0;
}

.accordion .card {
	border:none;
}

.accordion .card-header {
	cursor:pointer;
	text-decoration: inherit;
	background-color: #ffffff;
	padding-left:12px;
	border:none;
}

.accordion .card-header .btn-link {
	text-decoration: inherit;
	font-size: 16px;
  font-weight: bold;
	padding-left: 0;
  color: #009aaa;
}

.accordion .card-body {
	border-top: solid 1px rgba(0, 0, 0, 0.125);
	padding: 0px;
}

.accordion .table {
	
}

.accordion .table thead th {
  color: #009aaa;
  border-color: #009aaa;
	font-size: 14px;
  font-weight: 600;
}

.accordion   .table thead th {
	 border-color: #b2e0e5;
	 border-color: rgba(0,154,170, 0.2);
		  
}


.accordion  .table tbody td {
    border-bottom: 1px solid #c3c5c8;
	  font-size: 14px;
  font-weight: 300;
line-height: 1.21;
  letter-spacing: 0.5px;
  color: #818084;
  text-align: left;

}


.accordion .card-header .btn-link:hover {
 background-color: #fff;
	color: #009aaa;
}


/* STEPPER */

.stepwizard-step {
	width:33%;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}

.stepwizard p {
	  font-size: 12px;
  font-weight: 600;
  color: #009aaa;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
	padding: 5px 20px;
	border-bottom: 1px solid #dee2e6;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;

	
}


.btn-circle:before {
    top: 14px;
    bottom: 0;
	left:70%;
    position: absolute;
    content: " ";
    width: 60%;
    height: 1px;
	background-color: #b2e0e5;
    background-color: rgba(0,154,170, 0.2);
  
}


.stepwizard .btn-primary {
	 background-color: rgba(0,154,170);
	 color: #ffffff;
	font-size: 14px;
	border: none;
}



#btn-three:before {
    content: none;
}




.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
	
}
.btn-circle {
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 2px 2px;
    line-height: 1.428571429;
    border-radius: 15px;
	background-color: #b2e0e5;
	 background-color: rgba(0,154,170, 0.2);
	 color:#009AAA;
	-webkit-appearance: none;
		font-weight: 600;
	font-size: 14px;
}

.btn-circle:active {
	 background-color: #009aaa;
	 color: #ffffff;
}


.btn-circle:focus {
 box-shadow: none;	
}
.btn:hover{
		 color: #ffffff;
	background-color: #b2e0e5;
	background-color: rgba(0,154,170, 0.6);
}

.stepwizard .btn-primary:hover {
	 color: #ffffff;
	background-color: #b2e0e5;
	background-color: rgba(0,154,170, 0.6);
	border:none;
}

.stepwizard .btn-primary:active {
	 background-color: #009aaa;
	 color: #ffffff;
	font-size: 14px;
	border: none;
}

#exchangeModal .modal-body {
	padding: 0;
}
#exchangeModal .modal_form {
	padding: 0;
}


.has-error input[type="text"] {
	border-bottom: solid 2px #df2526;
}

#apply_submit {
	width: 120px;
	box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.16);
}



.alert {
	margin-top: 10px;
}



#radio_div input[type="radio"] {
	width: auto;
}

#apply_edit_nm {
	padding: 0;
}

#delete_submit {
	margin-left: 20px;
}

#delete_btn_form {
	display: inline;
}


/* Admin navbar */

.navbar {
	background-color: #009aaa !important;
	color: #ffffff !important;
	font-size: 16px;
	font-weight: 600;
}


.navbar-expand-lg .navbar-nav .nav-link{
	margin-left: 20px;
	margin-top: 20px;
}

.navbar-dark .navbar-nav .nav-link {
	opacity: 1 !important;
	color: #ffffff;
}

.dropdown-item  {
	color:#818084!important;
}

.dropdown-item:active {
	background-color: #fff !important;
	color:#000000!important;
}



.admin-table .btn-secondary {
	color:#b2e0e5;
	color: rgba(0,154,170, 0.7);
    background-color: #fff!important;
    border:none;
	opacity: 1;
	margin-right: inherit;
}

.fixed-table-toolbar  .btn-secondary:not(:disabled):not(.disabled):hover {
	opacity: 1;
	color: #009aaa;
}
.fixed-table-toolbar  .btn-secondary:not(:disabled):not(.disabled):active {
	opacity: 1;
	color: #009aaa;
}
.fixed-table-toolbar  .btn-secondary:not(:disabled):not(.disabled):focus {
	opacity: 1;
	color: #009aaa;
}
.fixed-table-toolbar  .btn-secondary:not(:disabled):not(.disabled):focus-within {
	opacity: 1;
	color: #009aaa;
} 


.fixed-table-toolbar  .btn-secondary.dropdown-toggle {
	color: rgba(0,154,170, 0.7);
}

.admin-table .dropdown-item.active {
	 background-color:  inherit;
}

.admin-table .dropdown-item.active, .dropdown-item:active{
	 background-color: inherit;
}

.admin-table .page-item.active .page-link{
    background: #009AAA;
	color: #fff;
	border-color: #009AAA;
}

.page-link:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 154, 170,0.25);
}

.admin-table {
	padding: 0;
}

.admin-table .page-link{
	color: #009aaa;
}

.admin-table .table thead th {
  color: #009aaa;
border-color:#BDE4E9;
border-color: rgba(0,154,170, 0.2);
	font-size: 14px;
  font-weight: 500;
   
}


.admin-table  .table tbody td {
    border-bottom: 1px solid #c3c5c8;
	  font-size: 14px;
  font-weight: 300;
line-height: 1.21;
  color: #818084;
  text-align: left;

}

.admin-table .form-control {
	margin-bottom: 2px;
}

.pagination-info {
	margin-left: 8px;
}
.pagination {
	margin-right: 8px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #b2e0e5 !important;
	background-color: rgba(0,154,170, 0.8) !important;
}

.pcontent .table tbody td {
letter-spacing: 0.5px;
}


#project_change {
	color: #009aaa;
    background-color: #f8f8f8f8;
    border: none;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
	width: auto;
}



#newEventModal .modal-footer {
	padding: 0;
}
#newEventModal .modal_form {
	margin-top: 0;
}

#newEventModal textarea {
	height: auto;
}

.appactionr {
	color: #818084;
	margin-left: 10px;
}


.tooltip-inner {
	background-color:#009aaa;

	color:#fff;
}
.arrow::before {
   border-top-color: #009aaa;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	border-top-color: #009aaa;
}


.renew_form_wrap input {
	width: 100%;
}

.renew_form_wrap input[type="radio"] {
	width: auto;
	margin-left: 30px;
	margin-bottom: 10px;
}

.renew_form_wrap .form-step {
	width: 100%;
	font-weight: 500;
}


#loginform input {
    width: 100%;
}

#loginform input[type="submit"] {
    width: 140px;
	margin-top: 30px;
}



#forgotpwform input {
	width: 100%;
}

#forgotpwform input[type="submit"] {
    width: 140px;
	margin-top: 30px;
}



@media (max-width: 767px) {
	
	

	
	
	#wrapper {
		padding: 10px;
		height:auto;
	}
	
	#mobile_all_wrap {
		padding: 10px;
	
	}
	
	
	/* LOGIN */

	#allcontent {
		overflow: unset;
	}
	
	
	#logregtop {
		    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
		    padding: 10px;
		margin-bottom: 20px;
	}
	
	.finput {
		padding-left: 10px;
	}
	
#logo {
	height: 100%;
    text-align: center;
	}

#logreglang {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.19;
    margin-right: auto;
    text-align: center;
    float: none;
	margin-top: 20px;

	}
	
	#loginformcol {
		height: auto;
	}	

	#logintitle {
		font-size: 40px;
	}
	
	
	#loginp {
		font-size: 14px;
	}
	
	#regflog {
	display: none;
}

#logtoreg {
	display: inline;
}
	
	#loginformwrap {
    padding: 15px;
    width: 100%;
    margin: 10px 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);

	}
	
	
	
	
#imagecol {
		display: none;
	}

	
	
	#regtitle {
		margin-left: 0px;
		font-size: 25px;
	}
	
	
		
	#regformcol {
	padding: 15px;
    width: 100%;
    margin: 10px 0;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	height: auto;
	}
	
	#gdprcheck {
		margin-left: 5px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
#loghead {
  height: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
	padding:10px;
	text-align: center;
	
 
}

#loglogo {
	height: auto;
	width: 75%;
	margin-top: 0;
	margin-left: auto;
	margin-right:auto;
	max-height: 100%;

}

#loglang {
	font-family: 'Montserrat', sans-serif ;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.19;
	margin-right: auto;
	margin-top:25px;
	text-align: center;
	float:none

}

	#logp{
		font-size: 14px;
	}
	
#logformwrap {
    margin-top: 13%;
}
	
#logimg {
	
display:none;
}	
	
	.logbut {
		width: 100%;
		text-align: center;
	}

	#logright {
		margin:auto;
	}
	
	
	#rest_password_col {
		width: 100%;
	}
	
	.reset_pw_fluid {
		margin-top: 20px;
		background-color: #fff;
		min-height: 100%;
	}
	

	#regloghead{
		  height: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
	padding: 10px;
	}
	
	
	
	.column {
		margin-top: 0px !important;
	}
	
	
	.row {
		margin:0;
	}
		
	
	
#RegiForm {
	
    margin-right:auto;
	margin-top:20px;
	  height: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
	padding:20px;
	padding-top: 20px;
	margin-left: 0;
	
}
	
	#notif {
		
		width: 100%;
	}
	
#regbut {
	width: 100%;
	text-align: center;
}
	
form {
  font-size: 14px;
}
	
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="file"],
textarea,
select {
font-size: 18px;
  width:100%;

}	
	

.column {
	width: 100%;
	margin-top: 15px;
	}
	

#leftnav {
    width: 100%;
	max-width: none;
    height: auto;
	min-height: 0;
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 10px;									 
	text-align:inherit;
	
  }
	
#leftnav a {float: none;}
	
 div.content {margin-left: 0;}

.ham {
		display: inline-block;
	padding: .25rem .75rem;
	padding-top: 40px;
	padding-right: 5px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
	box-shadow: none;		
	}	

#leftnav p {
		margin: 0;
	}	
#leftnav svg {
	display:none;
}

	.navtext {
		color: #818084;
		text-decoration: inherit;
		text-align: right;
		font-size: 19px;
	}
	
	.navtext:hover{
			color: #818084;
		text-decoration: inherit
			
	}


#calendar {
	display:none
}

#main {
	margin:0;
}
	
	#main_content {
		margin-top: 15px;
		background-color: #ffffff;
		padding: 0;
		min-height: 0;
	}
	
	
	.event {
		width:100%;
		padding: 10px;
		margin:0;
		margin-top:10px;
	}

#leftlogodiv {
	width: 100%;
	height: auto;
	padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
	box-shadow: none;
	border-bottom: none;	
	width: auto;
	
}
	
	
#leftlogo {
height: 75px; 
	width: auto

}
	
.leftpanel {
		display:none;
	width: 100%;
		text-align: center;
		margin-top: 10px;
		
	}

	.leftpanel div {
		padding: 5px 0px;
	}

#top_bar_div {
	display:none;
}
	
	
.pcontent {
	margin:0;
	width: 100%;
	
}	
#signup {
	margin-top:20px;

}
	
#signup {
	margin-top:20px;

	}

	#changep {
		margin-top: 20px;
	}


	#top_bar_menu_div {
		height: auto;
			display:block;
		 box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff
	}	

#top_bar_menu_div .nav {
	background-image: none;
	width: 100%;
	font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.19;
  color: #009aaa;
text-align: center;
	
	}
	
#top_bar_menu_div .nav-tabs {
    width: 100%;
	max-width: none;
    max-height: 50px;
    position: relative;
	display:block;
}
		

	
#top_bar_menu_div .nav a {float: none;}
	
#top_bar_menu_div .nav li {
	float: left;
	padding: 5px;
	}



#top_bar_menu_div .nav-item {
	  display: block; 
    justify-content: center; 
    flex-direction: column; 
	max-height: 50px;
	margin:0;
	margin-left: 0;
}

#top_bar_menu_div .nav a {
	 display: block; 
    justify-content: center; 
    flex-direction: column; 
	height: 100%;
}

#top_bar_menu_div .nav-tabs {
	border:none;

	border-bottom: none;
}

#top_bar_menu_div .nav-tabs .nav-item {
	padding: 3%;
	margin-left:0;
	width: 100%;
	border: none;
	
}

#top_bar_menu_div .nav .nav-link {
	color:#818084;
	border: none;
	padding-top:inherit;
}

#top_bar_menu_div .nav-link:hover {
	border: none;
	color:#818084;
}



#top_bar_menu_div .nav .nav-link.active {
	background-color: #ffffff;
	color: #009aaa;
	box-shadow: none;
	border:none;
	border-bottom: none;
}

.topnavlp {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}	
	
	
	
#usertable {
	margin-top:20px;
	padding: 0;
	display:block;

}
	
#pointcountd{
		margin-top:20px;
	max-width: 100%
	}

	#accordionExample {
		margin-top:20px;
	}
	

	#usertable {
		margin-bottom: 20px;
	}
	#usertable .nav {
		margin-bottom: 10px;
	}	
	
	
#usertable .nav-tabs a {
	color:#818084;
	text-decoration: inherit;
	border:none;
}

#usertable .nav-link.active {
	border: none;
	color: #009aaa;
}
	
	

.accordion .card-header {
	text-align: center;
	}

#fulltitle {
		display:none;
}
	
	.accordion .table {
		   table-layout: fixed;
    width: 100%;
	}
	
.accordion .table tbody td {
	font-size: 12px;
	}
	
	#pointsacc {
		padding: 0;
	}
	
.eventtitle  {
		  font-size: 18px;
	}
.eventdate  {
		  font-size: 12px;
	}
.eventdesc  {
		  font-size: 12px;
	}
	
	.col {
		padding: 0px;
	}
	
	.col-md-7 {
		padding: 0px;
	}	
	.col-md-4 {
		padding: 0px;
	}
	
	.col-sm-4 {
		padding: 0px;
	}
	.col-md-6 {
		padding: 0px;
	}	
	.col-md-5 {
		padding: 0px;
	}
	.col-md-3 {
		padding: 0px;
	}	
	.col-md-2 {
		padding: 0px;
	}	
	.col-md-8 {
		padding: 0px;
	}
	.col-sm-8 {
		padding: 0px;
	}
	
	.col-md-12 {
		padding: 0px;
	}	
	

	.container-fluid {
		padding: 0px;
		margin-bottom: 100px;
	}

#apply_button {
    margin-top: 10%;
    text-align: center;
    height: 20%;
    width: 75%;
	min-height: 50px;
	margin-left: auto;
	margin-right: auto;
}
	
.quick_menu_wrap {
		margin-top: 6%;
	}	
	
#quick_menu_title  {
	display:flex;
}
	
	.admin_menu_title {
		margin-left: 0;
		margin-top: 15;
	}


	.quick_menu_p {
		font-size:16px;
	}
	
.quick_menu_img {
	width: 30%;
}	
	
	
	#admin_content {
	
			padding: 10px;
		margin-bottom: 120px;
	}

.table-center {
	width: 100%;
	min-width: 0;
	max-width: 100%;

}	
	
.pagination-info {
   display:inline-block;
}	
	
	.second-panel {
		margin-top: 30px;
	}
	#backtolog {
		display: none;
	}	

	#col_change_p {
		width: 100%;
	}
	
	
	
}





@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
.md-7-tablet {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 100%;
}
	
	#calendar {
		display: none;
	}	

.af_view_text {
  word-wrap:   break-word;

	}
	
.md-8-tablet {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	
.md-7-tablet2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}	
	
.md-4-tablet {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
	
.md-4-tablet2 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
	
	#fulltitle {
		display: none;
	}

	.appeal-tablet {
		    flex: 0 0 75%;
    max-width: 75%;
	}	
	
	.table-center {
    max-width: 90%;
}
	
	#admin_content {
    margin-bottom: 100px;
}
	
	#RegiForm {
    margin-top: 50px;
    margin-left: 0px;
}
	

#logimg {
    position:absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	height: auto;
	}
	
	#top_bar_menu_div .nav-tabs .nav-item {
		margin-left: 0px;
	}	
	#top_bar_menu_div .nav-tabs .nav-item:first-of-type{
		margin-left: 4%;
	}	
	
	
	#main_content {
		padding-bottom: 100px;
	}
	
	#loginformcol {
		width: 100%;
    max-width: 100%;
    margin: auto;
	}
	
	#regformcol {
		max-width: 100%;
	}
	
	#imagecol {
		display: none;
	}
	
	#regflog {
	display: inline;
	}

	#logtoreg {
	display: none;
	}
	
	#backtologdiv{
		display:none;
	}
	
	
	.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
	
	#loginformwrap {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
		margin: auto;
		max-width: 300px;
		
}
	

	
}


@media only screen and (min-device-width : 768px) and (max-device-width : 960px) and (orientation : landscape) {
	#imagecol {
		display: none;
	}
	#regformcol {
	right: auto;
    display: flex;
    margin: auto;
    position: relative;
	width: 80%;
	}
	
	#loginformcol {
		width: 100%;
    max-width: 100%;
    margin: auto;
	}
	
	#backtologdiv {
		display: none;
	}
	#regflog {
	display: none;
	}

	#logtoreg {
	display: inline;
	}
	
	
	#backtologdiv{
		display:none;
	}
	
	#allcontent {
	overflow: unset;
	}

	
}

@media only screen and (min-device-width : 960px) and (max-device-width : 1024px) and (orientation : landscape) {
#regformcol {
	max-width:  46%;
	width: 46%;
	}
	#backtologdiv{
		display:none;
	}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	#settingsf {
		width: 600px;
	}

	.modal-footer-wrap {
		margin: 0;
	}
	
}




