/*@font-face {
font-family: 'dotsfont';
src: url('../fonts/dotsfont.eot');
src: url('../fonts/dotsfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dotsfont.woff') format('woff'), url('../fonts/dotsfont.ttf') format('truetype'), url('../fonts/dotsfont.svg#dotsfontregular') format('svg');
}

#txtPass, #txtPass2 {
  font-family: 'dotsfont';
  font-size: 9px;
}*/

body {
	font-size: 13px;
  /* font-family: "ubuntu", "Trebuchet MS", sans-serif; */
  font-family: 'Roboto', sans-serif;
	background: #d9dbe1;
}

a:hover {
	text-decoration: none;
}

.loginContent {
	max-width: 350px;
	margin: 90px auto 30px auto;
	position: relative;
}

.loginPanel {
	margin: 0 auto;
	width: 380px;
	background-color: #fff;
	padding: 20px;
	border-radius: 3px;
	border: 5px solid rgba(0, 125, 180, 0.06);
	-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.loginPanel h1 {
	margin: 0px -20px 22px;
	line-height: 40px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px #1f394c;
	background: #007db4;
	border-bottom: 1px solid #1f394c;
	background-image: -webkit-linear-gradient(top, #007db4, #006fa1);
	background-image: -moz-linear-gradient(top, #007db4, #006fa1);
	background-image: -o-linear-gradient(top, #007db4, #1006fa1);
	background-image: linear-gradient(to bottom, #007db4, #006fa1);
	-webkit-box-shadow: 0 1px whitesmoke;
	box-shadow: 0 1px whitesmoke;
}

.loginLogo {
	width: 100%;
	height: fit-content;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.loginPanel input[type=text],
input[type=password] {
	font-size: 12px;
	color: #313131;
	border: 1px solid;
	border-color: #c4c4c4 #d1d1d1 #d4d4d4;
	/*outline: 5px solid #f4f5f7;*/
	-moz-outline-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	margin-bottom: 25px;
}

.loginPanel input[type=text]:focus,
input[type=password]:focus {
	border-color: #007db4;
	outline-color: #dbe7f1;
	outline-offset: 0;
}

/* .loginPanel .btn,
.loginPanel input[type=submit] {
	text-shadow: 0 1px #000000;
	background: #1f394c;
	border: 1px solid;
	border-color: #1f394c;
	border-radius: 5px;
	outline: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-image: -webkit-linear-gradient(top, #516274, #1f394c);
	background-image: -moz-linear-gradient(top, #516274, #1f394c);
	background-image: -o-linear-gradient(top, #516274, #1f394c);
	background-image: linear-gradient(to bottom, #516274, #1f394c);
	-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px #313131, 0 1px 2px rgba(0, 0, 0, 0.15);
	cursor: pointer;
} */

.loginPanel span {
	font-size: 11px;
}

.container {
	max-width: 800px;
	margin: 0 auto;
}

.content {
	padding-bottom: 80px;
}

.header {
	width: 100%;
	background-color: #fff;
	border-bottom: 5px solid #006aa6;
	overflow: hidden;
	margin-bottom: 60px;
}

.header .container {
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 11px;
	color: #006aa6;
}

.footer {
	font-size: 11px;
	color: #d3d3d3;
	text-align: center;
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0;
	padding: 20px;
	background-color: #f7f7f9;
	border-top: 1px solid #d3d3d3;
}

.list-group-item .fa {
	display: block;
	background-color: #f7f7f9;
	border-right: 1px solid #ddd;
	width: 30px;
	float: left;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 13px 0;
	color: #666;
}

.points {
	font-weight: bold;
	font-size: 56px;
	background-color: #006aa6;
	color: #fff;
	padding-left: 30px;
}

.bottom {
	font-size: 56px;
	background-color: #ddd;
	color: #fff;
	padding-left: 30px;
}

.points span {
	font-size: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 3px 8px 2px 8px;
	background-color: #333;
	color: #fff;
	border-radius: 4px 0 0 0;
}

.details {
	padding-left: 50px;
}

.btn-primary{
	background-color: #337ab7 !important;
	border-color: #2e6da4 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74 !important;
}

em{
	color: #337ab7;
}

em:hover{
	color: #286090;
}

.btn-primary.social {
	display: inline-flex !important;
	color: #fff;
	background-color: #0074a8;
	border-color: #2e6da4;
	align-items: center;
	width: 123px;
	height: 70px;
	border-radius: 10px;
	padding: 5px;
	margin: 25px 1px;
}
  
  .modal-pin {
	margin: 110px auto !important;
	text-align: center !important;
  }

  .modal-content {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	width: 500px;
	width: 100%;
}
    
/* Styles for the steps */
.step {
	font-size: 1.5em;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
}

.step-desc {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 10px;
}

/* Styles for the instruction text */
.instruction {
	text-align: left;
	margin-bottom: 20px;
}

/* Alignment for the modal header and close button */
.modal-header .close {
	margin-top: -20px;
  }

.btn-sm{
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}

.card.bg-info {
	min-height: 20px !important;
	padding: 19px !important;
	margin-bottom: 20px !important;
	background-color: #f5f5f5 !important;
	border: 1px solid #e3e3e3 !important;
	border-radius: 4px !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05) !important;
  }

  .fa, .fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	align-content: center;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.h5, h5{
	font-size: 14px;
  }

  .form-check-input[type=radio]{
	border-color: #212529;
  }

  #pswmeter2{
	border-radius: 10px !important;
  }

.btn-primary.active,
.btn-primary:active,
.btn-group>.btn-check:checked+.btn-primary,
.btn-group>.btn-check:active+.btn-primary,
.show>.btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #286090 !important;
  background-image: none !important;
  border-color: #204D74 !important;
}

.btn-warning, .btn-info {
	color: #fff !important;
}

.btn-warning:hover, .btn-info:hover {
	color: #fff !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity = 65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}
