@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900&display=swap');

body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	border: none;
	font-family: 'Poppins', sans-serif;
	
}

.toggle-group .btn-default {
	background-color: #F0F0F0;
}

.btn-group-xs .btn {
	margin: 3px;
	font-size: 12px;
}

.btn-radius {
	border-radius: 7px;	
}

#loader {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	z-index: 99999; 
	background-color: rgba(0,0,0,0.9); 
	color: #DDDDDD; 
	align-items: center;
  	justify-content: center; 
	display: flex;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

@media (min-width: 768px) {
	header {
		height: 110px;
	}
}

section {
	position: fixed;
	top: 70px;
	width: 100%;
	height: -moz-calc(100% - 70);
	height: -webkit-calc(100% - 70);
	height: -o-calc(100% - 70);
	height: calc(100% - 70px);
	/*overflow: hidden; /*Alteracao importante*/	 
	margin: 0;
	padding: 10px 0;
}

@media (min-width: 768px) {
	section {
		top: 110px;
		height: -moz-calc(100% - 110);
		height: -webkit-calc(100% - 110);
		height: -o-calc(100% - 110);
		height: calc(100% - 110px);
	}
}

footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 50px;
	overflow: hidden;	
	margin: 0;
	padding: 0;	
}

.container-custom {
	height: 100%;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	position: relative;
	min-height: 100px !important;
}

.table-header {
	margin-top: 10px;
}

.table-header tbody tr td {
	border: none;
	vertical-align: middle;
}

.table-header  tbody tr .td-logo {
    width: 60px;
	padding: 0px 8px;
}

@media (min-width: 768px) {
	.table-header  tbody tr .td-logo {
		width: 70px;
		padding: 8px;
	}
}

.table-header tbody tr .td-logo img {
	border-radius: 60px;
	margin-right: 5px;
	margin-left: -8px;
}

.table-header .td-logo img {
	width: 60px;
	height: 60px;
}

@media (min-width: 768px) {
	.table-header .td-logo img {
		width: 70px;
		height: 70px;
	}
}

.table-header h3 {
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.05rem;
}

.table-header p {
	font-size: 11px;
	overflow: hidden;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.table-header h3 {
		font-size: 22px;
	}

	.table-header p {
		font-size: 13px;
	}
}

@media (min-width: 992px) {
	.table-header h3 {
		font-size: 30px;
	}
	.table-header p {
		font-size: 15px;
	}
}

.table-group {
	background-color: #BCBCBC !important;
	font-weight: 700;
	font-size: 18px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;	
}

.jumbotron-custom {
	height: 100%;
	padding: 0 !important;
	line-height: 1.428571429 !important;
	background-color: #FFF;
}
@media (min-width: 992px) {
	.jumbotron-custom {
		padding: 0px !important;
	}
}

.jumbotron-custom .displayUser {
	display: flex;	
	height: 78%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden; 
	/*margin-bottom: 0;*/
	/*background-color: #D8D8D8;*/
	background-color: #EFEFEF;
	border-radius: 7px; 
}

.jumbotron-custom .displayUser.bg-success {
	background-color: #3fb618;
}
.jumbotron-custom .displayUser.bg-success i,
.jumbotron-custom .displayUser.bg-success h2 {
	color: #fff;
}

.jumbotron-custom .displayUser .formbox {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: left;
	background-color: #EFEFEF !important;
}


.jumbotron-custom .displayUser .formbox .form-group-lg label {
	font-size: 18px;
	color: #7B7B7B;
}

.jumbotron-custom .displayUser .formbox .label-sm {
	font-size: 16px;
	color: #7B7B7B;
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.jumbotron-custom .displayUser .formbox .form-group-lg label {
		font-size: 32px;
	}
	
	.jumbotron-custom .displayUser .formbox  .label-sm {
		font-size: 18px;
	}
}

.jumbotron-custom .displayUser .formbox .form-group-lg .input-lg {
	font-size: 16px;
	font-weight: 700;
	line-height: 46px;
	height: 46px;
	border-radius: 15px;
	padding: 10px 10px;
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.jumbotron-custom .displayUser .formbox .form-group-lg .input-lg {
		font-size: 24px;
		line-height: 66px;
		height: 66px;
		padding: 18px 30px;
	}	
}

.jumbotron-custom .displayUser .info {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
}

.jumbotron-custom .displayUser .info .inner {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	display: block;
}
	
.jumbotron-custom .displayUser .info .inner .profileimg {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: solid 3px #fff;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.jumbotron-custom .displayUser .info .inner .profileimg {
		width: 150px;
		height: 150px;
		border-radius: 75px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		border: solid 4px #fff;
		margin-left: auto;
		margin-right: auto;
	}	
}

/**************LIST******************/

.jumbotron-custom .displayUser .list h2 {
	font-size: 18px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.jumbotron-custom .displayUser .list h2 small {
	font-size: 14px !important;
}

@media (min-width: 992px) {
	.jumbotron-custom .displayUser .list h2 {
		font-size: 28px !important;
	}
}

.jumbotron-custom .displayUser .list {
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 300px;
	overflow-y: scroll; 
}

.jumbotron-custom .displayUser .list table {
	background-color: #E8E8E8;
}

.jumbotron-custom .displayUser .list table tr th,
.jumbotron-custom .displayUser .list table tr td {
	padding-bottom: 15px;
	padding-top: 15px;
	vertical-align: middle;
}

.jumbotron-custom .displayUser .list table tr th {
	font-size: 14px;
	padding-bottom: 8px;
	padding-top: 8px;
}

@media (min-width: 992px) {
	.jumbotron-custom .displayUser .list table tr th {
		font-size: 18px;
	}
}

@media (max-width: 768px) {
	.jumbotron-custom .displayUser .list table tr td .btn {
	  	padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.jumbotron-custom .displayUser .list table tr td .label {
		font-size: 10px !important;
	}
}

.jumbotron-custom .displayUser .list table tr .table-group {
	font-size: 16px !important;
}

.btn-lg-rounded {
	border-radius: 5px !important;	
}

.jumbotron-custom .displayUser .list table tr td .btn {
	border-radius: 5px !important;
}

.jumbotron-custom .displayUser .list table tr td {
	font-size: 12px;
}
@media (min-width: 992px) {
	.jumbotron-custom .displayUser .list table tr td {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.jumbotron-custom .displayUser .list table tr td {
		font-size: 11px !important;
	}
}


.jumbotron-custom .displayUser .list table tr td .label {
	display: inline-block;
	margin-bottom: 2px;
	margin-top: 2px;
	font-size: 11px;
	border-radius: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
}



/**************DISPLAY USER******************/

.jumbotron-custom .displayUser h1 {
	font-size: 21px;
	font-weight: 900;
	margin-top: 0px;
	margin-bottom: 5px;
	white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}
.jumbotron-custom .displayUser h2 {
	font-size: 17px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 5px;
	white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.jumbotron-custom .displayUser h3 {
	font-size: 14px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 5px;
	white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.jumbotron-custom .displayUser p {
	font-size: 11px;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 5px;
}

.jumbotron-custom .displayUser .info i {
	font-size: 60px;
}


@media (min-width: 768px) {
	.jumbotron-custom .displayUser .info .inner .profileimg {
		width: 200px;
		height: 200px;
		border-radius: 105px;
		border: solid 8px #fff;
	}

	.jumbotron-custom .displayUser h1 {
		font-size: 35px;
	}
	.jumbotron-custom .displayUser h2 {
		font-size: 28px;
	}
	.jumbotron-custom .displayUser .info i {
		font-size: 150px;
	}
}

@media (min-width: 992px) {
	.jumbotron-custom .displayUser .info .inner .profileimg {
		width: 200px;
		height: 200px;
		border-radius: 105px;
		border: solid 8px #fff;
	}

	.jumbotron-custom .displayUser h1 {
		font-size: 40px;
	}
	.jumbotron-custom .displayUser h2 {
		font-size: 28px;
	}
	.jumbotron-custom .displayUser .info i {
		font-size: 180px;
	}
}



.jumbotron-custom .display {
	display: flex;	
	height: 18%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden; 
	/*margin-bottom: 0;*/
	background-color: #F4F4F4;
	border-radius: 7px; 
	border: 2px solid #E8E8E8;
}

.jumbotron-custom .display .digits {
	margin-top: auto;
	margin-bottom: auto;
    text-align: center;
	width: 100%;
	letter-spacing: 2.5vw;
	font-weight: bold;
	font-size: 31px; 
	
}

@media (min-width: 768px) {
	.jumbotron-custom .display .digits {	
		font-size: 45px;
		letter-spacing: 3.2vw; 
	}
}

@media (min-width: 992px) {
	.jumbotron-custom .display .digits {	
		font-size: 55px; 
		letter-spacing: 3.6vw; 
	}
}

/******************************************************/
/********************keyboard**************************/
/******************************************************/

.jumbotron-custom .keyboard {
	display: block;
	/*height: auto;*/
	height: 80%;
}

@media (min-width: 768px) {
	.jumbotron-custom .keyboard {
		height: 80%;
	}
}


.jumbotron-custom .keyboard .btn-lg {
	/*padding: 0px 30px;*/ /*Alinhar ao centro*/
	font-size: 19px;
	line-height: 1.33;
	border-radius: 0;
}

@media (min-width: 768px) {
	.jumbotron-custom .keyboard .btn-lg {
		padding: 18px 30px;
		font-size: 19px;
		line-height: 1.33;
		border-radius: 0;
	}
}

.jumbotron-custom .keyboard .row {
	height: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (min-width: 768px) {
	.jumbotron-custom .keyboard .row {
		height: 25%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.jumbotron-custom .keyboard .row .heigth-100 {
	height: 100%;
}

.jumbotron-custom .keyboard .btn {
	border-radius: 7px;
	font-weight: 700;
	font-size: 21px;
}

@media (min-width: 768px) {
	.jumbotron-custom .keyboard .btn {
		font-weight: 700;
		font-size: 37px;
	}
}

@media (min-width: 992px) {
	.jumbotron-custom .keyboard .btn {
		font-weight: 700;
		font-size: 47px;
	}
}

/******************************************************/
/*******************keyboard-ccusto********************/
/******************************************************/


.jumbotron-custom .keyboard-ccusto {
	display: block;
	height: 100%;
}
.jumbotron-custom .keyboard-ccusto .row {
	height: 25%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.jumbotron-custom .keyboard-ccusto .row .heigth-100 {
	height: 100%;
}

.jumbotron-custom .keyboard-ccusto .btn {
	border-radius: 7px;
	font-weight: 400;
	font-size: 21px;
}

@media (min-width: 768px) {
	.jumbotron-custom .keyboard-ccusto .btn {
		font-weight: 700;
		font-size: 37px;
	}
}

@media (min-width: 992px) {
	.jumbotron-custom .keyboard-ccusto .btn {
		font-weight: 700;
		font-size: 47px;
	}
}

.jumbotron-custom .keyboard-ccusto .btn-ccusto {
	font-weight: 700;
	overflow: hidden; 
	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
	font-size: 19px;
}

@media (min-width: 768px) {
	.jumbotron-custom .keyboard-ccusto .btn-ccusto {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.jumbotron-custom .keyboard-ccusto .btn-ccusto {
		font-size: 36px;
	}
}

.jumbotron-custom .keyboard-ccusto .btn-ccusto-sm {
	font-weight: 700;
	overflow: hidden; 
	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
}

@media (min-width: 768px) {
	.jumbotron-custom .keyboard-ccusto .btn-ccusto-sm {
		font-size: 19px;
		padding-top: 22px;
		padding-bottom: 22px;
	}
}

@media (min-width: 992px) {
	.jumbotron-custom .keyboard-ccusto .btn-ccusto-sm {
		font-size: 28px;
		padding-top: 26px;
		padding-bottom: 26px;
	}
}


/******************************************************/
/******************************************************/
/******************************************************/


.text-darkgey {
	color: #828282 !important;
}

.alert {
	margin-bottom: 0;
	padding: 4px 8px;
	font-size: 14px;
}

@media (min-width: 992px) {
	.alert {
		padding: 15px;
		font-size: 19px;
	}
}
.p-customtext-form {
	font-size: 16px !important;
	line-height: 39px !important;
	color: #5F5F5F;
}

/******************************************************/
/*********************html5-qrcode*********************/
/******************************************************/

#scanapp {
	margin-left: auto;
	margin-right: auto;
	width: 270px;
	font-size: 16px !important;
	color: #5F5F5F;
}

@media (min-width: 768px) {
	#scanapp {
		width: 300px;	
	}
}

@media (min-width: 992px) {
	#scanapp {
		width: 400px;
	}
}

#scanapp #reader {
	border: 0px !important;
}

#scanapp #reader__scan_region {
	max-height: 280px !important;
	overflow: hidden;
}

#scanapp #reader__scan_region video {
	max-height: 280px !important;
	background-color: #000;
}

#scanapp #reader__scan_region img {
	opacity: 0.6 !important;
}

#scanapp #reader__camera_permission_button,
#scanapp button {
	display: inline-block;
	padding: 10px 18px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #00aeef;
	border-color: #00aeef;
	border-radius: 7px;
	margin-bottom: 0;
}
	
#scanapp #reader__camera_permission_button:hover,
#scanapp #reader__camera_permission_button:focus,
#scanapp #reader__camera_permission_button:active 
#scanapp button:hover,
#scanapp button:focus,
#scanapp button:active 
{
	color: #fff;
	background-color: #006bd6;
	border-color: #0061c2;
}

#scanapp #reader__dashboard_section_swaplink {
	display: none;
}

#scanapp #reader__scan_region {
	/*max-height: 280px;
	height: 280px;*/
}

#scanapp select {
	display: block;
	width: 100%;
	height: 43px;
	padding: 10px 18px;
	font-size: 15px;
	line-height: 1.428571429;
	color: #333;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 7px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom: 10px;
}

.formbox .input-group {
	border-radius: 15px;
}

.formbox .input-group .input-group-addon {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 10px 10px;
}
