


.form-control{
    width:auto;
    display:inline-block;
}

.col-md-4{
    width:33.33%;
}

.row {
    margin-top:10px;

}

.rowTurnos {
    margin-top:1px;
	margin-left:0px;
	margin-right:0px;
	min-height:40px;
	
}

.textCabTurnos{
  vertical-align:middle;
	
	
}


.article{
    font-size:12px;
    color:#969696;
}

span.bold {
  font-size: 20px;
  font-weight: 700;
}
/*
a {
  color: blue;
  font-family: helvetica;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  text-decoration: underline;
}



a.linkbotao {
    color: #ffffff;
    decorator:none;
}
*/

.linhaTurno {
	margin-left: 20px;
	list-style: none;
}

.help-inline{
    color: red;
}


.morada{
    width:auto;
    display:inline-block;

}


.myCheckbox{
    display:inline-block; 
    height:30px; 
    width:300px; 
    vertical-align: middle;
    font-size:14px;
}


/* chefe de loja*/

.chefeloja2 {
	color: green;
}

 .chefeloja {
        color: #00FF00;
        animation: blinker 1s infinite;
    }
      
@keyframes blinker {
        from { opacity: 1.0; }
        50% { opacity: 0.5; }
        to { opacity: 1.0; }
    }




/* checkbox autoregisto*/

.checkbox {
	display: inline-flex;
	cursor: pointer;
	position: relative;
}

.checkbox>span {
	color: #000000;
	padding: 0.5rem 0.25rem;
}

.checkbox>input {
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 2px solid #1632ff;
	border-radius: 4px;
	outline: none;
	transition-duration: 0.3s;
	background-color: #FFFFFF;
	cursor: pointer;
	        margin-left: -27px;
        margin-top: 9px;
	
}

.checkbox>input:checked {
	border: 1px solid #1632ff;
	background-color: #FFFFFF;
}

.checkbox>input:checked+span::before {
	content: '\2713';
	display: block;
	text-align: center;
	color: #1632ff;
	position: absolute;
	left: -1.5rem;
}

.checkbox>input:active {
	border: 2px solid #1632ff;
}

/* Large rounded green border */
hr.new5 {
	border: 2px solid #0068c3;
	border-radius: 5px;
}

.linhaTurno {
	margin-left: 20px;
}


label{
    margin-left:20px;
}

/* ---- */
.spaceban {
	height: 220px;
	width: 220px;
	float: left;
	border: 2px solid #3264ff;
	background-color: #3264ff;
	margin: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

.fontbanlabelbox {
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	font-size: 20px;
	text-align: center;
	display: block;
	color: #fff;
}

.fontbannumberbox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	font-size: 5em;
	display: block;
	color: #fff;
}

.spacebantotais {
	float: center;
	border: 2px solid #1632ff;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	padding: 20px 20px 20px 20px;
	margin-left: auto;
	margin-right: auto;
}

.fontbanlabelboxtotais {
	
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px;
	font-size: 20px;
	text-align: center;
	display: block;
	color: #000000;
}

.fontbannumberboxtotais {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	font-size: 4em;
	display: block;
	color: #000000;
}

.qrcode {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	float: center;
}

.fontbanlinkbutton {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	font-size: 20px;
	text-align: center;
	display: block;
	color: #FFFFFF;
}

.columntable {
	text-align: center;
	vertical-align: middle;
	width: 350px;
}


.columntable1 {
	text-align: center;
	vertical-align: middle;
	width: 50%;
}

.columntable2 {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin: 2px;
	line-height:1.5;
}
.table1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: center;
	width: 700px;
}


.table2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: center;
	/*width: 70%;*/
}

.table3 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: center;
	width: 700px;
}
.spacebancolumn {
	float: center;
	border: 1px solid #1632ff;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
}

#inner {
	display: table;
	margin: 0 auto;
}
#inner2 {
	display: table;
	margin: 0 auto;
}

#outer {
	width: 100%
}

/* --------- */


/* Popup container */
.popup {
    position: relative;
    /*display: inline-block;*/
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}


.erroEmail {
	color: red;
}

.rowhighlight > td 
{ background: green;}

.myborder {
  border-style: solid;
  border-color: LightGray; /* red top, green right, blue bottom and yellow left */
  border-width: 1px 0px 0px 0px; /* 25px top, 10px right, 4px bottom and 35px left */}

.container {
	width: 100%;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
    
}


.form-check {


    display: inline-block;
    vertical-align: middle;
}

label {  

    display: inline-block;
    vertical-align: middle;
    margin-bottom:0px;
}


