﻿/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
* {
 margin: 0;
 padding: 0;
 font-family:  'Roboto', 'Trebuchet MS', sans-serif;
 font-size: 15px;
}

body { 
	margin-top: 0;
	color: #000000;
	background: transparent;
	
}

.login_div {
	width: 35%;
	top: 35%;
	margin-left: 30%;
	position: absolute;	
}

.login_title {		
	border: 1px solid #d6d5d5;
	width: 75%;
	display: block;
	height: auto;
	background-color: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.login_details {
	font-size: 12px;
	width: 85%;
	padding-top: 20px;
	padding-bottom: 10px;	
}
.clientheader {
	font-size: 18px;
}

.clientnm_title {		
	font-size: 16px;
	width: 99%;
	height: 30px;	
	background-color: #0197D6;	
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	margin-top: 2px;
}

label {
	font-size: 15px;
	color: #000;
	line-height: 14px;
	margin-top: 0px;		
}

input:focus {
   /*-moz-box-shadow: 0 0 5px rgba(255, 173, 52, 1);
   -webkit-box-shadow: 0 0 5px rgba(255, 173, 52, 1);
   -o-box-shadow: 0 0 5px rgba(255, 173, 52, 1);
    box-shadow: 0 0 5px rgba(255, 173, 52, 1);*/
}

input {
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #888;
	border-bottom-width: 1px;
	font-size: 11px;
	font-weight: normal;
	background: transparent;
}

input[type=button]:focus {
	outline-width: 1px;
    outline-style: solid;
    outline-color: #f99808;
    border-radius: 5px;
}

input[type=text] {
	color: #434040;
    font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(230, 230, 230);
}

.textinputs {
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

input#login_btn {
	width: 90px;
	height: 25px;	
}

.orangebutton {
	border: 0px;
    font-size: 15px;
    color: #000;
    background-color: #FFBC58;
    text-align: center;
    cursor: default;
    letter-spacing: 1px;
	width: 170px;
	height: 30px;
	border-radius: 5px;
}

.orangebutton:hover {
	background-color: #0197D6;
	color: #FFF !important;
	text-shadow:1px 1px 1px #000;
}
	
.footer{
	font-style: italic;
	font-size: 10px;
	padding: 5px;
}	

.black_overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
}

/* Loader text style */
#overlay_div {
	position: fixed;
	display: none;
	width: 100%; height: 100%;
	top: 0;	left: 0; right: 0;	bottom: 0;
	background-color: rgba(13, 12, 12, 0.5);
	z-index: 147473646;
	cursor: pointer;
	text-align: center;
	justify-content: center;
}
#overlay_container {
	width: auto;
	text-align: center;
	top: 45%;
	position: relative;
}
#loader_text{
	position: relative;
	float: left;
	/*top: 47%; left: 47%;		*/
	font-size: 25px;
	color: white;
	/*
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	*/
	z-index: 147483646;
}

/*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/ */
.spinner {
	/*margin: 100px auto 0;*/
	width: 70px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	position: relative;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #c7c7c7;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
	-webkit-transform: scale(0);
	transform: scale(0);
  } 40% { 
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
  }
}
/* Loader text style */


/* Dialog window styles */
.ui-widget {
	font-family:  'Roboto', 'Trebuchet MS', sans-serif;
	font-size: 15px;
}
.ui-dialog-titlebar {
	/* background: #f4f4f4; */
	background-image: linear-gradient(to bottom, #c2e4fd, #b2ddfc, #a2d6fc, #91cefb, #7fc7fb);
}
.ui-dialog {
	padding: 0 0 0 0;
}
.ui-dialog .ui-dialog-titlebar {
	height: 25px; padding: 2px;
}
.ui-dialog-title {
	padding-left: 5px;
}
.ui-dialog-titlebar-close {
	visibility: hidden;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	text-align: center; float: inherit;
}
.ui-dialog-buttonset {
	float: none;
}
.ui-dialog .ui-dialog-buttonpane {
	border: 0; padding: 0;
}
.ui-dialog-content .ui-widget-content {
	min-height: 10px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active {
	border: 1px solid #aaa;
    background: #efefef;
    color: #000;
}
.ui-button.ui-state-active:hover {
	border-color: #999;
    background: #e8e8e8;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons {
	z-index: 147473646;
}
.ui-widget-overlay.ui-front {
	z-index: 147473640;
}
/* Dialog window styles */

@media only screen and (max-width: 620px) {
  /* For mobile phones: */	
	.login_div {
		width: 100%; margin-left: 0;
	}
}