* {
    font-family: "Signika Negative";
    font-size: 14px;
    outline: none !important;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.navbar-nav>li>a{
	text-transform: uppercase;
	font-size: 12px;
	margin-right:20px;
	color: #fff;
}
.navbar-toggler {
    padding: .20rem .50rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid white;
}

.nav-link{
	color: #fff !important;
}

.wrapper{
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: #000;
    clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 71% 100%);
    transition: 1s all;
}

.navbar-brand{
  color:#fff;
  font-family: 'Allerta Stencil', sans-serif;
  margin-bottom: 4px;
  font-size: 27px;
}

.navbar-red:hover .wrapper{
  clip-path: polygon(81% 0, 100% 0, 100% 50%, 100% 100%, 65% 100%);
}

.navbar-brand:hover{
  color:#fff;  
}

.navbar-red{
  background-color: cornflowerblue;
  color: #fff;
}

.all-show{
  z-index: 10;
}
  

.back-img{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	opacity: .3;
}

.main-wrapper {
	margin: auto;
	padding-top: 20px;
	height: calculate(100%-80px);
}

.hidden {
    display: none;
}

.ucase {
    text-transform: uppercase;
}

.radio-lg {
    transform: scale(1.5); 
    cursor: pointer;
}

.radio-lg-txt {
    font-size: 16px;
}

.hrshort {
	margin-bottom: 15px;
	display:block;
	width: 70px;
	border-bottom: 2px #F00 solid;
}
.hrlong {
	margin-bottom: 15px;
	display:inline-block;
	width: 150px;
	border-bottom: 2px #F00 solid;
}

.spinner {
	background: #000;
	opacity: .8;
	z-index: 2000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  }

  .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
  }

  #step1 {
	-webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
  }

  #step2 {
	-webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
  }

  #step3 {
	-webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
  }

  

  .hiddenwithspace {
    visibility: hidden;
  }

  .pe-lg {
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }
  .pe-2x {
    font-size: 2em;
  }
  .pe-3x {
    font-size: 3em;
  }
  .pe-4x {
    font-size: 4em;
  }
  .pe-5x {
    font-size: 5em;
  }

  .input-group-text {
    background:  #0c94d8;
    color: #FFF;
  }

.filerow {
    background: #EAEAEA;
    padding: 10px;
    border-bottom: 2px #FFF solid;
}

.no-file {
    width: 100px;
    height: 100px;
}

.no-file-lg {
    width: 100%;
    height: 150px;
}

.w-100 {
    width: 100% !important;
}
.no-padding {
    padding: 0 !important;
}

.loginLogo {
    width: 100%;
}

.loginLogo-sm {
    width: 300px;
    margin: 0 auto;
    display: block;
}

.dashLogo {
    width: 350px;
    height: 170px;
    margin: auto;
}

.ppoDiv {
    width: 100%;
}

.redOutLine {
  border: 2px #F00 solid;
}

.widget {
	background: #EAEAEA;
	margin: 5px;
}
.widget-body {
	padding: 10px;
}
.widget h2 {
	color: #000;
}
.widget-head {
	margin: 0;
	font-size: 15px;
  color: #000;
}
.widget-foot {
	margin: 0;
	font-size: 12px;
	color: #000;
}
.widget-icon {
	width: 4em;
	height: 4em;
	background: #14380A;
	border-radius: 50%;
	padding: 1em;
	margin-top: -1.2em;
	
}
.widget-white {
	color: #FFF;
} 

.pointer {
  cursor: pointer;
}

.table {
	
}
.table th, td {
    text-transform: uppercase;
	font-size: 13px;
	word-wrap: break-word;
}

@media (max-width: 575.98px) {
.table {
	table-layout: auto !important;
}
.table th, td {
    text-transform: uppercase;
	font-size: 13px;
}
}

@media (max-width: 767.98px) {
.table {
	table-layout: auto !important;
}
.table th, td {
    text-transform: uppercase;
	font-size: 13px;
}
}



