@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
*,
*:before,
*:after{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	box-sizing:border-box;
}

body,html{
  width:100%;
  height: 100%;
  background-color: #FFF;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.divInfo{
  position: relative;
  width: 100%;
  padding: 0.1em;
  z-index: 1;
  text-align: center;
  box-shadow:0px 2px 1px 0px rgba(0, 0, 0, 0.5);
}

.clock{
  position: absolute;
  width: 59px;
  height: 63px;
  right:0;
  bottom:0;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
  background-image: url('../images/clock.png');
}

.clock p{
  position: absolute;
  left:21px;
  top:11px;
  font-size: 1.9em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
input[type="date"]
{
    display:block;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    font-size: 1.3em;
    min-height: 1.6em; 
    background-color: #FFF;
    height: 42px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  
}

input[type="time"]
{
    display:block;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    font-size: 1.3em;
    min-height: 1.6em; 
    background-color: #FFF;
    height: 42px;
  
}

.button{
  width: 100%;
  padding: 0.6em;
  text-align: center;
  font-size: 1.2em;
  border-radius: 0.2em;
}


.checkbox label,
.form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  text-align: left;
  color: #525252;
  display: block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  
}



.checkbox input,
.form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.checkbox {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.checkbox .helper {
  color: #999;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1rem;
  height: 1rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}
.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #337ab7;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}
.checkbox .helper::before {
  top: 0.65rem;
  left: 0.38rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}
.checkbox .helper::after {
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.checkbox label:hover .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper {
  color: #337ab7;
}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}
.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}
.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}

.flex-header{
  display: flex;
  position: relative;
  width:100%;
  padding: 0;
  z-index: 999;
  
}

.flex-header .iosback{
  display: inline-flex;
  width: 48px;
  text-align: center;
  align-items: center;
  margin:0 auto;
}

.flex-header .iosback a{
  color:white;
  margin:0 auto;
}

.flex-header .titulo{
  display: inline-flex;
  flex-grow:1;
  color: white;  
  
}

.flex-header .titulo p{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 40px;
}
.flex-header .bolinhas{
  display: inline-flex;
  width: 48px;
  font-size: 32px;
  text-align: center;
  align-items: center;
  margin:0 auto;
  color:white;
}
.flex-header .bolinhas a{
  color:white;
  margin:0 auto;
}
.flex-header .bolinhas i{
  color:white;
  margin:0 auto;
  cursor: pointer;
}

.flex-header .sair a{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color:white;
  margin:0 auto;
  line-height: 42px;
  margin-right: 0.4em;
}


.flex-lista{	
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;  
  justify-content:space-between;
}
.flex-lista > .icon{	
	width:48px;
  height: 24px;;
	text-align:center;
  font-size: 1.1em;
}
.flex-lista > .resposta{	
	flex-grow:1;
	text-align:center;
  font-size: 1.1em;
  text-align: left;
}


.flex-menus{	
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;  
  justify-content:space-between;
}
.flex-menus > div{	
	width:100%;
	text-align:center;
  font-size: 1.1em;
}
.flex-menus > a{	
	width:32%;
	text-align:center;
  font-size: 1.1em;
  margin:0.1em;
  color:rgb(48, 48, 48);
  background-color: #ffffff;
  border:1px solid rgb(230, 230, 230);
  border-radius: 0.2em;
  padding-top: 0.4em;
  padding-bottom: 0.4em; 
}
.flex-menus > a:active{
  color: rgb(48, 48, 48);
}
.flex-menus > a:visited{
  color: rgb(48, 48, 48);
}

.flex-menus > a:hover{
  color: rgb(0, 4, 255);
}
.flex-menus > a i{	

    font-size: 48px;
    color:rgb(122, 122, 122);

}

.flex-submenus{	
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;  
  justify-content:flex-start;
}
.flex-submenus > div{	
	width:100%;
	text-align:center;
  font-size: 1.1em;
}
.flex-submenus > a{	
	width:32%;
  max-width: 200px;
	text-align:center;
  font-size: 1.1em;
  margin:0.1em;
  color:rgb(48, 48, 48);
  background-color: #ffffff;
  border:1px solid rgb(230, 230, 230);
  border-radius: 0.2em;
  padding-top: 0.4em;
  padding-bottom: 0.4em; 
}
.flex-submenus > a:active{
  color: rgb(48, 48, 48);
}
.flex-submenus > a:visited{
  color: rgb(48, 48, 48);
}

.flex-submenus > a:hover{
  color: rgb(0, 4, 255);
}
.flex-submenus > a i{	

    font-size: 48px;
    color:rgb(122, 122, 122);

}


.flex-tab{	
	width:95%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;  
  justify-content:space-between;
  margin:0 auto;
}
.flex-tab > div{	
	width:50%;
	text-align:center;
  font-size: 1.1em;
}
.flex-tab .tabline{	
	width:98%;
  background-color: #1565C0;
  height: 2px;
	text-align:center;
  font-size: 1.1em;
  margin-bottom:1em;
}

.forms{
  width:100%;
  font-size: 1.2em;
  padding: 0.3em;
  border:1px solid #e7e7e7;
  border-radius: 0.2em;
  color: rgb(48, 48, 48); 
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.forms:focus{
  outline: 0;
  border:1px solid #10a3f8;
}

.formsTreino{
  width:100%;
  font-size: 1.5em;
  padding: 0.2em;
  border:1px solid #e7e7e7;
  border-radius: 0.2em;
  color: rgb(48, 48, 48); 
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.formsTreino:focus{
  outline: 0;
  border:1px solid #10a3f8;
}

.formsQuiz{
  width:100%;
  font-size: 1.0em;
  padding: 0.6em;
  border:1px solid #e7e7e7;
  border-radius: 0.2em;
  color: rgb(48, 48, 48); 
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.formsQuiz:focus{
  outline: 0;
  border:1px solid #10a3f8;
}

.colorVerde500{
  color:#4CAF50;
}

.colorVerde800{
  color:#2E7D32;
}

.colorVermelho700{
  color:#D32F2F;
}

.fundoAzulClaro{
  background-color: #1E88E5;
  color:white;
}
.fundoAzulEscuro{
  background-color: #1565C0;
  color:white;
}
.fundoIndigoLight{
  background-color: #1976D2;
  color:white;
}
.fundoRedDark{
  background-color: #a71b22;
  color:white;
}

.fundoVerde500{
  background-color: #4CAF50;
  color:white;
}

.fundoVerde700{
  background-color: #388E3C;
  color:white;
}

.fundoVerde800{
  background-color: #2E7D32;
  color:white;
}

.fundoVermelho700{
  background-color: #D32F2F;
  color:white;
}

.fundoVermelho800{
  background-color: #aa2020;
  color:white;
}

.fundoVermelho900{
  background-color: #B71C1C;
  color:white;
}

.fundoCinza{
  background-color: #CCC;
}

.fundoDisabled{
  background-color: rgb(233, 233, 233);
  color:#CCC;
}

.input-field{
  position:relative;
  display: block;
  width: 100%;
  height: 48px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom:0.4em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.input-field select{
  font-family: 'Open Sans';
  background-color: #FFF;
}

.input-field select option{
  background-color: #FFF;
}

.input-field label{
  position: absolute;
  top:-9px;
  left:9px;
  font-size: 0.9em;
  color:#464646;
  background-color: #FFF;
  border-radius: 0.3em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.loader{
	pointer-events: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border:3px solid transparent;
	border-top-color:#FFF;
	margin:0 auto;
	animation: an1 1s ease infinite;
}
.loader-black{
	pointer-events: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border:3px solid transparent;
	border-top-color:#000;
	margin:0 auto;
	animation: an1 1s ease infinite;
}

@keyframes an1{
  0%{
    transform: rotate(0turn);
  }
  100%{
    transform: rotate(1turn);
  }
}

.modal{
  display: none;
  position: fixed;
  width: 90%;
  max-width: 440px;
  left: 0;
  right: 0;
  top:25%;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  box-shadow: 2px 2px 2px #CCCCCC;
  background-color: #FFF;
  border: 1px solid #dfdfdf;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  border-radius: 0.4em;
  text-align: center;

}

.modal hr{
  border: 1px solid rgb(236, 236, 236);
  width: 98%;
  margin:0 auto;
}


.modal:focus {
  outline: none;
}

.modal-content{
  display: inline-block;
  width:100%;
  height: auto;
  padding: 0.9em;
}


.modal-content h1,h2,h3,h4,h5,h6{
  margin-bottom: 0.4em;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.modal .modal-footer {
  background-color: #ffffff;
  padding: 0.4em;
  height: 48px;
  width: 100%;
  line-height: 32px;
  text-align: right;
}

.modal .modal-footer a{
  color:black;
}
.modal  .modal-footer ul li{
  display: inline-block;
  cursor: pointer;
  margin-left:0.6em;
  margin-right:0.6em;

}


.no-border{
  border:0;
}

.padding-title{
  padding-left: 0.4em;
}
.left-align{
  text-align: left;
}
.center-align{
  text-align: center;
}
.right-align{
  text-align: right;
}

.radio {
  display: block;
  
  
}
.radio .helper {
  position: absolute;
  top: -0.1em;
  left: 0;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #999;
}

.radio .helper::before, .radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}
.radio .helper::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #337ab7;
  border-color: #337ab7;
}
.radio label:hover .helper {
  color: #337ab7;
}
.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.radio input:checked ~ .helper::before {
  color: #337ab7;
}

.row {
  display: flex;
  flex-direction: row;
	flex-wrap: wrap; 
}

.row .col.s1 {
width: 8.3333333333%;
}

.row .col.s2 {
width: 16.6666666667%;
}

.row .col.s3 {
width: 25%;
}

.row .col.s4 {
width: 33.3333333333%;
}

.row .col.s5 {
width: 41.6666666667%;
}

.row .col.s6 {
width: 50%;
}

.row .col.s7 {
width: 58.3333333333%;
}

.row .col.s8 {
width: 66.6666666667%;
}

.row .col.s9 {
width: 75%;
}

.row .col.s10 {
width: 83.3333333333%;
}

.row .col.s11 {
width: 91.6666666667%;

}

.row .col.s12 {
width: 100%;
}


.setAsClick{
  cursor: pointer;
}

.tableShowInfo{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border-collapse:collapse;
  margin:0 auto;
  
  
}
.tableShowInfo tr td{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border:1px solid #ebebeb;
  padding:3px 7px 2px 7px;
}

.tableShowInfo th{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding:0.4em;
  background-color: rgb(248, 248, 248);
  color:black;
  border:1px solid #ebebeb;
}

.tableShowInfo p{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color:rgb(155, 155, 155);
  font-weight: bold;
  text-align: right;
  
}

.tableForms{
  width: 100%;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border-collapse:collapse;
  margin:0 auto;
  
  
}
.tableForms tr td{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border:1px solid #ebebeb;
  padding:3px 7px 2px 7px;
  background-color: white;
}

.tableForms th{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding:0.4em;
  background-color: rgb(248, 248, 248);
  color:black;
  border:1px solid #ebebeb;
}

.tableTreino{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border-collapse:collapse;
  margin:0 auto;
  background-color: white;
  
  
}
.tableTreino tr td{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  
  padding:3px 7px 2px 7px;
  background-color: white;
}

.tableTreino th{
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  padding:0.4em;
  background-color: rgb(248, 248, 248);
  color:black;
  border:1px solid #ebebeb;
}



.window{
  width: 80%;
  margin:0 auto;
}

@media screen and (max-width: 480px) {


  .window{
    width:95%;
  }  

  .modal{
    display: none;
    position: fixed;
    width: 90%;
    max-width: 90%;
    left: 0;
    right: 0;
    top:25%;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    box-shadow: 2px 2px 2px #CCCCCC;
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    font-family: Roboto,Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    border-radius: 0.4em;

  }


}
@media only screen and (min-width: 601px) {

  .container{
    width:97%;
    margin:0 auto;
  }

  .row .col.m1 {
    width: 8.3333333333%;
  }
  .row .col.m2 {
    width: 16.6666666667%;
  }
  .row .col.m3 {
    width: 25%;
  }
  .row .col.m4 {
    width: 33.3333333333%;
  }
  .row .col.m5 {
    width: 41.6666666667%;
  }
  .row .col.m6 {
    width: 50%;
  }
  .row .col.m7 {
    width: 58.3333333333%;
  }
  .row .col.m8 {
    width: 66.6666666667%;
  }
  .row .col.m9 {
    width: 75%;
  }
  .row .col.m10 {
    width: 83.3333333333%;
  }
  .row .col.m11 {
    width: 91.6666666667%;
  }
  .row .col.m12 {
    width: 100%;
  }

}

.sprite {
  background-image: url(../images/spritesheet.png);
  background-repeat: no-repeat;
  display: block;
}

.sprite-centralizar{
  margin:0 auto;
}

.sprite-Calender {
  width: 48px;
  height: 48px;
  background-position: -5px -5px;
}

.sprite-Delete-48x48 {
  width: 48px;
  height: 48px;
  background-position: -63px -5px;
}

.sprite-Statistics {
  width: 48px;
  height: 48px;
  background-position: -121px -5px;
}

.sprite-bntEdit {
  width: 24px;
  height: 24px;
  background-position: -179px -5px;
}

.sprite-bntLacre {
  width: 24px;
  height: 24px;
  background-position: -213px -5px;
}

.sprite-bntPlus {
  width: 24px;
  height: 24px;
  background-position: -247px -5px;
}

.sprite-bntPrint {
  width: 24px;
  height: 24px;
  background-position: -179px -39px;
}

.sprite-bntPrint2 {
  width: 24px;
  height: 24px;
  background-position: -213px -39px;
}

.sprite-bntProcura {
  width: 24px;
  height: 24px;
  background-position: -247px -39px;
}

.sprite-bntRemove {
  width: 24px;
  height: 24px;
  background-position: -5px -73px;
}

.sprite-bntRemoveNo {
  width: 24px;
  height: 24px;
  background-position: -39px -73px;
}

.sprite-bntTick2 {
  width: 24px;
  height: 24px;
  background-position: -73px -73px;
}

.sprite-bntTick2B {
  width: 24px;
  height: 24px;
  background-position: -107px -73px;
}

.sprite-bntTickB {
  width: 24px;
  height: 24px;
  background-position: -141px -73px;
}

.sprite-bntZerar {
  width: 24px;
  height: 24px;
  background-position: -175px -73px;
}

.sprite-categoria {
  width: 48px;
  height: 48px;
  background-position: -209px -73px;
}

.sprite-categorias {
  width: 48px;
  height: 48px;
  background-position: -5px -131px;
}

.sprite-contas {
  width: 48px;
  height: 48px;
  background-position: -63px -131px;
}

.sprite-exit {
  width: 48px;
  height: 48px;
  background-position: -121px -131px;
}

.sprite-flash-icon48x48 {
  width: 48px;
  height: 48px;
  background-position: -179px -131px;
}

.sprite-locais {
  width: 48px;
  height: 48px;
  background-position: -237px -131px;
}

.sprite-msg_iconalert {
  width: 64px;
  height: 64px;
  background-position: -5px -189px;
}

.sprite-msg_iconerro {
  width: 64px;
  height: 64px;
  background-position: -79px -189px;
}

.sprite-msg_iconinfo {
  width: 64px;
  height: 64px;
  background-position: -153px -189px;
}

.sprite-msg_iconquestion {
  width: 64px;
  height: 64px;
  background-position: -281px -5px;
}

.sprite-msg_iconsuccess {
  width: 64px;
  height: 64px;
  background-position: -295px -79px;
}

.sprite-plus {
  width: 48px;
  height: 48px;
  background-position: -295px -153px;
}

.sprite-subcategoria {
  width: 48px;
  height: 48px;
  background-position: -227px -211px;
}

.sprite-voltar2 {
  width: 48px;
  height: 48px;
  background-position: -285px -211px;
}

.sprite-voltarThin {
  width: 42px;
  height: 42px;
  background-position: -5px -269px;
}
