@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('../fonts/ProximaNova-Sbold.ttf');
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter.ttf');
}

body{
  font-family:'Inter';
  background-size:100%;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    padding:10px;
    transition:all 1s ease-in-out;
    height:auto;
}

.index-img-wrap {
	z-index:999;
}

#header {
	cursor: auto;
	position:fixed;
	top:0;
	left:0;
	right:0;
	height: 20px;
	z-index: 999;
	background: #f1efec;
	border-top: 10px solid #231645;
}

#header img {
	height:70px;
	padding:10px;
}

#footer {
    cursor: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 999;
    background: #f1efec;
    text-align: center;
}

#footer p{
    margin: 1em 0 1em;
}

.btn{
	/* width:100px; */
	height:40px;
	color:#000;
	/* background-color:rgba(255,255,255,0.5); */
  background-color:rgba(255,255,255,0.5);
	border:none;
	transition: all 0.2s ease-in-out;
}

.btn-primary:hover{
	color:#000;
	background-color:rgba(0,0,0,0.1);
	transition: all 0.2s ease-in-out;
}

.btn-primary:focus{
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	border:none;
}

.btn-primary:focus{
	border:none;
}

/******* LOGIN / LOGOUT ********/
#login-active{
	float:right;
	margin-top:15px;
	margin-right:20px;
}

#login-sect{
	position: relative;
	top: 8px;
	right: 10px;
	/* background: #231645; */
	/* padding: 20px; */
	display: inline-block;
	float: right;
	width:500px;
}

#login-sect .form-group{
	margin-bottom: 5px;
}

#login-sect .form-control{
	height: 24px;
	font-size: 12px;
}

.client-select-wrap{
	padding-right:0px;
}

.client-select-wrap .selector{
	max-width:100px;
}

.selector{
	background: transparent;
    width: auto;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 23px;
    font-weight:bold;
}

#logout{
    float: right;
    display: inline-block;
    height: 35px;
    margin: 5px;
    clear:right;
    background: #333;
    color: #fff;
}

#signup{
    float: right;
    display: inline-block;
    font-size: 10px;
    clear: right;
    text-align: center;
    width: 80px;
    cursor:pointer;
}

#login, #relogin {
	height: 45px;
	width:65%;
	display:block;
	margin:auto;
}

#loginwelcome{
	margin: 10px 0px;
	padding-left:20px;
	float:right;
	/* background:url('/static/images/lock.png'); */
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:40px 40px;
}

#loginwelcome span{
	font-weight:bold;
}

#loginwelcome img{
    width: 40px;
    position: absolute;
    height: 40px;
    padding: 0px;
    right: 155px;
    opacity: 0.7;
    z-index: -1;
    top: 5px;
}

#loginerr{
	position: fixed;
	right: 280px;
	top: 25px;
}

#loginerr img{
	width: 40px;
	position: absolute;
	height: 40px;
	padding: 0px;
	/* margin-right: 20px; */
	left: -30px;
	opacity: 0.7;
	z-index: -1;
}

#signupModal .btn{
	width:auto;
}

/********** SETTINGS MODAL **********/
.settingsopt{
	font-size:14px;
	cursor:pointer;
	border-radius:5px;
	padding: 5px;
	transition: all 0.2s ease-in-out;
}

.settingsopt span{
	position: relative;
	top: -1px;
}

.settingsopt:hover{
	background:rgba(0,0,0,0.1);
	transition: all 0.2s ease-in-out;
}

.settingsopt.selected{
	background:rgba(0,0,0,0.1);
}

.settingscont{
	padding:0px 30px;
	margin:20px 0px;
}

.settingscont .btn{
	width:auto;
}

#settingsfileupload{
	padding:0px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    padding: 20px;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    border: 1px dashed #000;
}

.inputfile +label span{
	font-size:10px;
}

.inputfile + label:hover {
    background-color: rgba(200,200,200,0.6);
}

.inputfile:focus + label {
  outline: 1px dashed #000;
  outline: -webkit-focus-ring-color auto 5px;
}

#wordsdb{
	margin-top:5px;
	padding:3px;
	border-radius:5px;
	border: 1px solid #ddd;
}

.previewtable{
	max-height:300px;
	margin-bottom:20px;
}

td, th{
	white-space: nowrap;
}

.small_load{
	opacity:0;
}

.spinner{
	position:relative;
}

/********** TOOLS **********/
#content{
	cursor:auto;
  margin-top:10%;
}

.index-container{
	margin-top:100px;
}

.demobox{
	text-align:center;
	border: 1px solid #eee;
	padding:10px;
	cursor:pointer;
}

.demobox #overlay{
	z-index:998;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	text-align:center;
	padding:15px 0px;
	position:absolute;
	top:0;
	left:0;
	font-family:'Proxima Nova Semibold';
	color:#fff;
	font-size:24px;
	cursor:pointer;
	white-space: nowrap;
	transition: all 0.2s ease-in-out;
}

.demobox.purple #overlay{
	border:0px solid #231645;
	transition: all 0.2s ease-in-out;
}

.demobox.yellow #overlay{
	border:0px solid #f8cd37;
	transition: all 0.2s ease-in-out;
}

.demobox.blue #overlay{
	border:0px solid #33ADFF;
	transition: all 0.2s ease-in-out;
}

.demobox.purple #overlay:hover{
	background:rgba(0,0,0,0.4);
	border:30px solid #231645;
	transition: all 0.2s ease-in-out;
}

.demobox.yellow #overlay:hover{
	background:rgba(0,0,0,0.4);
	border:30px solid #f8cd37;
	transition: all 0.2s ease-in-out;
}

.demobox.blue #overlay:hover{
	background:rgba(0,0,0,0.4);
	border:30px solid #33ADFF;
	transition: all 0.2s ease-in-out;
}

.demobox #overlay span {
  cursor:pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
}

/*CLOCK*/
#rim {
  fill: none;
  stroke: #999;
  stroke-width: 3px;
}

.minute-hand{
  stroke-width:4;
  stroke: #000;
  stroke-linecap:round;
}

.hour-hand{
  stroke-width:6;
  stroke: #000;
  stroke-linecap:round;
}

#cover-overlay .hands-cover{
  stroke-width:2;
  fill:#fff;
  stroke: #000;
}

#face-overlay .hands-cover{
  stroke-width:4;
  fill:#fff;
  stroke: #000;
}

.login-form{
  margin-top: 30%;
}

.input-credential{
  background: #2A1C43;
  padding: 40px;
  border-radius: 5px;
}

.auth_div {
  margin-top: 2%;
}

.auth_message{
  width: 30%;
  margin: auto;
  color: #484E54;
  background:#FFFFFF;
  border: solid 2px #E8EAEE;
  border-radius: 10px;
  padding: 15px;
}

.auth_additional_message{
	display: flex;
	align-items: center;
	justify-content: center;	
}

.dark_prim_btn{
	background-color: #E8EAEE;
	color: #4E5358;
	border-radius: 10px;
}
  
.dark_prim_btn:hover,
.dark_prim_btn:focus,
.dark_prim_btn:active,
.dark_prim_btn:active:focus {
	background: #F4F5F7;
	color: #4E5358;
}

.auth_logo{
  width: 200px;
  display: block;
  margin: auto;
}

.auth_text{
  margin: 15px;
  color: #484E54;
  text-align: center;
}
