/*MENU */

body {
  background: #558fc6;
  color: #666666;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Pen Title */
.pen-title {
  padding-top: 50px;
  text-align: center;
  letter-spacing: 2px;
}

.pen-title img{
  width:15%;
}
/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 320px;
  width: 100%;
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.form-module .cta {
    width: 100%;;
    box-sizing: border-box;
    color: #666666;
    font-size: 12px;
    text-align: center;
}
.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #33b5e5;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}
.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  display: none;
  padding: 40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;

  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.logoff {
    color: white;
    text-align: center;
    font-size: 8px;
    margin-top: -15px !important;
}

.posLogoff {
    margin-top: 13% !important;
}

.linkSite{
	font-size:22px !important;
	margin-top:4px !important;
	color:white !important;
	text-decoration: none !important;
}

.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #178ab4;
}


.cta:hover {
	cursor:pointer !important;
}

/*  FIM DO MENU   */
@font-face {
  font-family: "OpenSans-Regular";
  src: url('../fonts/OpenSans-Regular.ttf')
}

@font-face {
  font-family: "OpenSans-Light";
  src: url('../fonts/OpenSans-Light.ttf')
}

body{
	font-family:"OpenSans-Regular" !important;
	max-width:100%;
}

td {
    vertical-align: middle !important;
}

header {
	width:100%;
	height:26%;	
	clear:both;
	position:relative;
}

.img_perfil{
	clear:both;
	width:14%;
	height:100%;
	background-color:white;
	border-radius:100%;
	margin-left:1%;
	border:solid;
	border-width: 7px;
	float:left;
	border-color:#D9D9D9;
	background-color:white;
	background-position: center;
	background-size:cover; 
	position:relative;
}


.superior {
	width:100%;
	height:50%;
	background-color:#000000;
	text-align:center;	
}

.inferior {
	width:100%;
	height:50%;
	text-align:center;

}

.nome {
	width:60%;
	height:100%;
	float:left;
	margin-right:1px;
	color:white;
	line-height: 135px;
	vertical-align:text-bottom;
	text-align:left;
	font-family:"OpenSans-Regular";
	font-weight: bold;
	font-size:25px;
	padding-left:2%;
	/*text-shadow:1px 1px 0px black;*/
}


.nav-toggle{
	position:absolute;
	top:30px;
	cursor:pointer;
	right:0%;
	font-size:30px !important;
}

.closeBtn {
 	background-color:#393939;
 	height:13%;
 	background-image: url("imgs/logoMenu.png");
}

.closeBtn a{
	
	width:10% !important;
	height:100% !important;
	font-size:30px !important;
	color:#d9d9d9;
	background-color:#393939;

}

.closeBtn img{
	float: left;
    clear: both;
    margin-top: -75px;
    margin-left: 80px;
    opacity: ;
}


.closeBtn a:hover{
	
	width:10% !important;
	height:100% !important;
	font-size:30px !important;
	margin-left:0;
	color:black;
	text-decoration: none !important;
	background-color:#333333 !important;
}

.closeBtn i{
	font-size:100px !important;
}


nav li{
	list-style: none;

}

.main-navigation{
	position:fixed;
	top:0;
	left:70%;
	width:30%;
	height:100%;
	background:#ECF0F1;
	text-align:center;
	z-index: 99;
	transform:translateX(100%);
	transition:transform 0.5s ease;
}

.main-navigation.open {
	transform:translateX(0);
}

.main-navigation i {
	clear:both;
	width:auto;
	height:auto;
}



.main-navigation ul{
	margin:0;
	padding:0;
	overflow: hidden;
	width: 100%;
	height:auto;

}

.main-navigation ul a {
	padding:20px 30px;
	display:block;
	width:100%;
	font-size: 15px;
}

.main-navigation ul a:hover{
	background:#DADFE1;
	text-decoration: none !important;
}



.superior i {
	margin-right:15px;
	font-size:20px;
}

i#status{
	color:#6aff6a;
	margin-top:0px;
	display:inline;
	font-size:25px;
}

.menu {
	width:100px;
	height:100%;
	float:right;
	border:solid;
	border-color:white;
	margin-right:1px;
}

.conteudo{
	width:100%;
	min-height: 50%;
	height:auto;
	text-align: center;

}

.titulo_rodape{
	width:100%;
	background-color:#333333;
	height:auto;
	color:white;
	padding-left:2%;
	font-size:15px;
	font-weight: ;

}

.conteudo_rodape {
	width:100%;
	background-color:#000000;
	min-height:26%;
	height:auto;
	color:white;	
	padding-left:3%;	
}

footer li{
	margin:5px;
}

ul.informacoesRodape {
	list-style: none;
	margin-top:0px;
}

section#colunaRodape h1{
	font-weight: bold;
	font-size:15px;
}

section.ilustracao {
	opacity:0.5;
	padding-left:0px;
	margin-left:-50px;
}



.tituloPagina{
	background-color:;
	height:auto;
	display:block;
	margin-bottom:-10px;
	margin-left:15px;
	font-weight: bold;
	font-size:25px;
	color:#333333;
	text-transform: uppercase;
}


.divisor {
	border-color: ;
	width:40%;
	float:left;
	margin-left:15px;
}


/*FORMULARIO*/

#formulario {
	width:100%;
	margin:50px auto;
	text-align:center;
	position:relative;	
}

.prev{
	display:inline-block;
	position:relative;
	float:left;
	clear:both;
	position:relative;
}

.next{
	display:inline-block;
	background-color:#27ae60 !important;
	border-color:#27ae60 !important;
	position:relative;
	clear:;
}

.parabens{
	display:inline-block;
	background-color:rgba(42, 138, 130, 0.76) !important;
	border-color:rgba(42, 138, 130, 0.76) !important;
	position:relative;
	clear:;
}



#formulario fieldset{
	background-color:;
	border:0 none;
	border-radius:5px;
	margin:10px;
	box-sizing: border-box;
	width:auto;
}

#formulario fieldset:not(:first-of-type){
	display:none;
}


#formulario #progress {
	margin-bottom:30px;
	overflow:hidden;
	counter-reset: step;
	width:95%;

}

#formulario #progress li {
    list-style-type: none;
    color: rgba(64, 101, 137, 1);
    float: left;
    width: 33.33%;
    position: relative;
}

#formulario #progress li:before {
	content: counter(step);
	counter-increment: step;
	width:70px;
	height:65px;
	border-radius:100%;
	display:block;
	line-height:50px;
	background-color:white;
	color:rgba(64, 101, 137, 0.3);
	margin:0 auto 10px auto;
	border:solid;
	border-width:8px;
}

#formulario #progress li:after {
	content:'';
	width:100%;
	background:rgba(64, 101, 137, 0.3);
	height:8px;
	position:absolute;
	top:5px;
	left:-50%;
	z-index:-1;
	margin-top:25px;
}

#formulario #progress li:first-child:after {
	content:none;
}

#formulario #progress li.ativo:after {
	background:rgba(64, 101, 137, 1);
}

#formulario #progress li.ativo:before, #formulario #progress li.ativo:first-child:after {

	border-color:rgba(64, 101, 137, 1);
	color:rgba(64, 101, 137, 1);

}

.tituloCampos{
	background-color:;
	height:auto;
	display:block;
	margin-left:50px;
	font-weight: bold;
	font-size:15px;
	color:#333333;
	text-transform: uppercase;
	float:left;
	display:block;
	clear:both;
}

.inputTextoFormulario {
	float:left;
	display:block;
	clear:both;
	margin-left:50px;
	width:80%;
	border-radius:7px;
	border:none;
	height:40px;
	background-color:rgba(211, 211, 211, .4);
	padding:10px;
}

.tituloTextarea{
	background-color:;
	height:auto;
	display:block;
	font-weight: bold;
	font-size:15px;
	color:#333333;
	text-transform: uppercase;
	float:left;
	display:block;
	clear:both;
}

.inputTextAreaFormulario {
	position:relative;
	display:block;
	clear:both;
	width:80%;
	border-radius:7px;
	border:none;
	background-color:rgba(211, 211, 211, .4);
	padding:10px;
	height:130px;
}


.formEsq {
	float:left;
	width:50%;
	height:auto;
	
}

.formDir {
	float:right;
	width:50%;
	height:auto;
	
}

.linkModelosMsgs{
	font-size: 12px;
    cursor: pointer;
    color:#27ae60 !important;
    margin-top: 40px !important;
    width: 10%;
    margin-left: 2%;
        
}

.linkModelosMsgs i{
	font-size: 20px;
       
}

#avancarStep1{
    margin-top: 30px;
    margin-left: 100%;
}
/*FIM FORMULARIO*/

.modal-header {
	background-color: #000000;
    color: white;
    line-height: 135px;
    vertical-align: text-bottom;
    text-align: left;
    font-family: "OpenSans-Regular";
    font-weight: bold;
    font-size: 25px;
    padding-left: 2%;
}

.selectMensagens {
	background-color:rgba(211, 211, 211, .4);
	border:none;
	width:50%;
	margin-bottom:5px;
	padding:4px;
}

.textAreaMensagens {
	background-color:rgba(211, 211, 211, .4);
	border:none;
	width:90%;
	height:35%;
}

.saudacaoMensagens{
	background-color:rgba(211, 211, 211, .4);
	border:none;
	width:90%;
	margin-bottom:5px;
	padding:4px;
} 

.btn-info {
	background-color:#27ae60 !important;
	border-color:#27ae60 !important;
}

.containerCriterios {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:5px;
	clear:both;
}

.itensCriterios li {
	list-style-type: none;
	float:left;
	display:block;
	position:relative;
	width:16.6%;
	color:#7f8c8d;
	font-size:15px;
	font-weight: bold;
	cursor:pointer;
	opacity:0.8;
	border-bottom:solid;
	border-color:white;
	margin-top:7px;
	margin-bottom:15px;
}

.iconeCriterio {
	height: 60px;
    margin-top: 25px;
}

.itensCriterios li:hover {
	
	opacity:1;
	background-color:#d9d9d9;
}

.itensCriteriosSelecionado{
	background-color:#d9d9d9;

}



.containerTabela {
	width:100%;
	background-color:;
	height:auto;
	clear:both;
	background-color:;
	padding-left:5%;
	padding-right:5%;
	z-index: 0;
    margin-top: 55px;
    margin-bottom: 50px;
}

.containerTabela table {
	width: 100%;
	text-align:center;
	z-index:0;
	margin-bottom:20px;


}

.containerTabela th {
	text-align:center;
	
	background-color:rgba(64, 101, 137, 0.9);
	color:white;
	font-weight: 100;
	
	font-family:"OpenSans-Light";
}

.containerTabela td {
	
	border-bottom:solid;
	border-width: thin;
	border-color:gray;
	font-size:14px;
}

tr.dif {
	background-color:rgba(211, 211, 211, 0.4) ;
}


/*select checkbox filtro */
  .lblFiltre {
   		float:left; 	
   		clear:both;
    	display:block;  
    	position:relative;
    	margin-left: 15px;
    	margin-right:10px;
    }

.multiselect {
        width: 200px;
        position:relative;
        display:inline-block;
        z-index:100;
        background-color: white;
        vertical-align: top;
    }
    .selectBox {
        position: relative;
    }
    .selectBox select {
        width: 100%;
        font-weight: bold;
    }
    .overSelect {
        position: absolute;
        left: 0; right: 0; top: 0; bottom: 0;
    }
    #checkboxes {
        display: none;
        border: 1px #dadada solid;
    }
    #checkboxes label {
        display: block;
    }
    #checkboxes label:hover {
        background-color: #1e90ff;
    }

/** Status Envio **/

#sendingStatus {
    position: relative;
    width: 80%;
    height: 15px;
    background-color: #d9d9d9;
    margin-top:10px;
    margin-right:10%;
    margin-left:10%;
    margin-top:50px;
}

#myBar {
    position: absolute;
    width: 1%;
    height: 100%;
    background-color: #333333;
}

#numeroEnvios {
    text-align: center; /* If you want to center it */
    line-height: 30px; /* Set the line-height to the same as the height of the progress bar container, to center it vertically */
    color: #333333;
    display:inline;
    font-weight:  bold;
}

#numeroSelecionados	 {
    text-align: center; /* If you want to center it */
    line-height: 30px; /* Set the line-height to the same as the height of the progress bar container, to center it vertically */
    color: #333333;
    display:inline;
    font-weight:  bold;
}
/* checkup envio */
.checkupEnvio {
	width:90%;
	margin-left:5.5%;
	margin-right:2.5%;
	height:250px;
	background-color:rgba(217, 217, 217, 0.4);
	margin-top:2%;
	border-left:solid;
	border-width: 5px;
	border-color:#333333;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 25px;
}

.checkupEsq {
		float:left;
		background-color:;
		width:45%;
		height:100%;
		margin:0px;
		border-right: solid;
	    border-width: thin;
	    border-color: #d9d9d9;
}

.checkupCen {
	float:left;
	background-color:;
	width:25%;
	height:100%;
	margin:0px;
	border-right: solid;
    border-width: thin;
    border-color: #d9d9d9;
    
}

.checkupDir {
	float:left;
	background-color:;
	width:30%;
	height:100%;
	margin:0px;

}

.tituloCheckupEnvio {
	background-color:;
	height:auto;
	display:block;
	margin-left:30px;
	font-weight: bold;
	font-size:13px;
	color:#333333;
	text-transform: uppercase;
	float:left;
	display:block;
	clear:both;
}

.mensagemCheckupEnvio {
	margin-left:30px;
	max-height:200px;
	width:100%;
	float:left;
	text-align:justify;
	display:block;
	position:relative;
	background-color:rgba(217, 217, 217, 0);
	border:thin;
	outline:none;
	overflow:auto;
	font-weight: normal;
	padding-right:10%;

}

.checkupCriterio{
	width:100%;
	height:50%;
	position:relative;
	clear:both;
	background-color:; 
	
}

.checkupCriterio span {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    vertical-align: bottom;
    margin-top: 60px;
}

.containerCheckupImagem {
    position: absolute;
    clear: both;
    height: 70px;
    text-align: center;
    width: 100%;
   margin-top: -5px;
}

.checkupPlataforma{
	width:100%;
	height:50%;
	position:relative;
	background-color:; 
}

.tituloCheckupEnvioPlat {
    background-color: ;
    height: auto;
    display: block;
    margin-left: 30px;
    font-weight: bold;
    font-size: 13px;
    color: #333333;
    text-transform: uppercase;
    float: left;
    display: block;
    clear: both;
    margin-top: -35;
}

.checkupPlataforma span {
    position: relative;
    text-align: center;
    float: left;
    width: 100%;
    vertical-align: bottom;
    margin-top: 55px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 38px;
}

.iconePlataforma {
	margin-top: 35px;
    height: 50px;
	
}

nav ul{
	height:180px; 
	width:95%; 
	overflow:hidden; 
	overflow-y:scroll;
	list-style: none;
	text-align:left;
}

.enviar {
	margin-top:20px;
}

div#niverModal .modal-body{
	min-height: 300px !important; 
	background: url('../imgs/aniversario.png');
	background-repeat: no-repeat;
	background-position: right;
	background: #fef8de;

}



div#niverModal .modal-body li{
	font-size:18px;
	text-shadow:1px;
	list-style: none;
	text-align:center;
	float: left;
    margin-left: 20px;	
    margin-top: 15px;
}

div#niverModal .modal-body li i{
	font-size:35px;
	color:#000000;
	
}

/* Data Tables */

.dataTables_filter input[type="search"] {
	border: solid !important;
	border-width: 1px !important;
	border-radius:3px !important;
	border-color:gray !important;
}

.dataTables_wrapper label {
	font-weight: normal !important;
}

.tituloCamposHome {
    background-color: ;
    height: auto;
    display: block;
    margin-left: 50px;
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    text-transform: uppercase;
    float: left;
    display: block;
    clear: both;   
}


#homeAniversariantes{
	height:auto;
	display:block;
	clear:both;
	margin-bottom:20px;
}

.tituloLicenca {
   margin-left: 0px;
}

ul.minhasPlataformas {
    padding-left: 50px;
}

.minhasPlataformas li{
	
	list-style-type: none;
    float: left;
    display: block;
    position: relative;
    align-content: center;
    width:auto;
    margin-right:50px;
    font-size:12px;
     
}

.minhasPlataformasIndisp{
	
    filter: grayscale(); 
    opacity:0.4;
}

.minhasPlataformas img{
	
	width:35px;
		
}

.avisoTag {
    font-weight: normal;
    font-size: 12px;
    margin-left: 50px;
    float: left;
    width: 80%;
    margin-top: 5px;
    text-align: left;
}

.avisoModal{
	width:100%;
	color:rgb(165, 2, 2);
	margin-left:20px;

}

.avisoTag b{
	font-weight: bold;
}

.crud {
    height: 25px;
    font-size: 11px !important;
    margin-right: 5px;
    padding: 5px !important;
    padding-top: 4px !important;
}

/*dataTables */

.dataTables_length {
    float: left;
}

.dataTables_filter {
    float: right;
}

.dataTables_paginate  {
    float: right;
}

.paginate_button {
    background: none !important;
    margin-left: 10px;
    cursor: pointer;
    color: #333333 !important;
}

.dataTables_info {
    float: left;
}

button.btn.btn-info.add {
    margin-bottom: 10px !important;
    padding-top: 2 !important;
    padding-bottom: 2 !important;
    float: right;
    margin-left: 10px;
}

button.btn.btn-info.import {
    margin-bottom: 10px !important;
    padding-top: 2 !important;
    padding-bottom: 2 !important;
    float: right;
    margin-left: 10px;
}

.modalCrud{
	    margin-bottom: -20px;
	    clear:both;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    text-align: left;
}

.alert-danger {
  
    text-align: left;
}

span.glyphicon {
    margin-right: 5px;
}

.cadastrarMensagem {
    height: 150px !important;
}

.odd td {
    width: 250px;
}

#containerEnvios {

}

.checkupUltimosEnvios {
    width: 80%;
    margin-left: 150px;
    margin-right: 2.5%;
    height: 250px;
    background-color: rgba(217, 217, 217, 0.4);
    margin-top: 2%;
    border-left: solid;
    border-width: 5px;
    border-color: #333333;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 25px;
}

.checkupEnviosEsq {
	float:left;
	background-color:;
	width:45%;
	height:100%;
	margin:0px;
	border-right: solid;
    border-width: thin;
    border-color: #d9d9d9;
}

.checkupEnviosDir {
	float:left;
	background-color:;
	width:30%;
	height:100%;
	margin:0px;
}

.txtContent{
	font-weight: normal;
	color: black;
}

.numeroEnvio {
   	width: 45px;
    height: 250px !important;
    background-color: #333333;
    clear: both;
    float: left;
    margin-top: -24px !important;
    margin-left: 50px;
}

#numeroEnvio {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    float: left;
    height: 250px;
    padding-top: 110px;
    width: 60px;
    max-width: 60px;
    margin-left: 3.5%;
}

.firstNumeroEnvio {
 margin-left: 0.2% !important;
}

.data {
    
    text-transform: lowercase;
    margin-bottom: 0px;
}

h1.descEsqueciSenha {
    font-size: 15px;
}


i.fa.fa-power-off.logoffBtn {
    margin-right: 73px !important;
    position:absolute;
	top:30px;
	cursor:pointer;
	right:2%;
	font-size:30px !important;
}

div#erro {
    width: 50%;
    margin-left: 25%;
    margin-top: 2%;
}

i.fa.fa-birthday-cake.aniversariantesBtn {
    margin-right: 173px !important;
    position:absolute;
	top:30px;
	cursor:pointer;
	right:2%;
	font-size:30px !important;
}

i.fa.fa-home.homeBtn {
    margin-right: 273px !important;
    position:absolute;
	top:30px;
	cursor:pointer;
	right:2%;
	font-size:30px !important;
}

i.fa.fa-cog.configuracoesBtn {
    margin-right: 173px !important;
    position:absolute;
	top:30px;
	cursor:pointer;
	right:2%;
	font-size:30px !important;
}


.configuracoesContainer {
    width: 100%;
    float: left;
    height: auto;
    background-color: white;
}

.meuPerfil {
	width:50%;
	height:auto;
	float:left;
	position:relative;
	margin:0;
	padding-left: 40px;
	
}

.minhaConta {
	width:50%;
	height:auto;
	float:left;
	position:relative;
	margin:0;
	border-left:solid;
	border-width: 1px;
	border-color:#D9D9D9;
	padding-left: 40px;
}

.tituloConfig{
	background-color:;
	width: 70%;	
}

.tituloConfig i{
	font-size:50px;
	margin-bottom: 10px;
}

.tituloCamposConfig {
    width: 80%;
    background-color: ;
    height: auto;
    display: block;
    margin-left: 50px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #565656;
    float: left;
    display: block;
    clear: both;
    text-align: left;
}

.inputConfig {
    width: 50% !important;
    margin-left: 7.5%;
}

.dadosLicencaConfig{
	display:block;
	clear:both;
	text-align: left;
	margin-left: 55px;
}

.btnAtualizarInformacoes{
	margin-top: 35px;
    margin-bottom: 20px !important
}

section.inferior i {
    color:#5D9FDE;
    padding: 28px;
    margin-top: -30px;
    width:100px;
    border-right:solid;
    border-width:1px;
    border-color:#b1b1b1;
}


#balao{
	width:60px;
}

span#nomeAniv {
    border: solid;
    border-width: 2px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    color: #3ec0b6;
    border-color: #3ec0b6;
}

.ftNiver {
	background-color:#fef8de;
	clear: both;
}

.headerNiver{
	background-color:rgba(42, 138, 130, 0.76) !important;
}

.bgNiver{
	background-color:#fef8de !important;
}

.aniversariantesSup{
	height:auto !important;
	width:100%;
	
}

.aniv {
    background: rgb(255, 255, 255);
    border: solid;
    border-width: 1px;
    border-color: #5ca498;
    width: 400px;
}

.tituloAniv{
	color:#5ca498;
}


.esq {
    width: 45%;
    float: left;
    clear: both;
    margin-left: -20px !important;
    margin-right: 90px;
    margin-top: 25px;
}
.dir{
	float: left;
    width: 45%;
    margin-top: 25px;
}

#retornoNiver{
	text-align:center;
}

select#turma {
    float: left;
    position: relative;
    clear: both;
    width:220px;
}

.containerCursos{
background-color: gray;
width:100%;
height: auto;
    clear: both;
    position: relative;
    float: left;
    background-color:gray;
}

.containerCursos:after{content:""; display:block; clear:both}


.turmaSel{
	width: auto;
    height: auto;
    float: left;
    clear: both;
    position: relative;
    border:solid;
   	border-color: #31708f !important;
    border-width: 2px !important;
    padding: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.turmaSel span{
	margin-right: 10px !important;
}

.containerHome{
	background-color:white;
	float:left;
	clear:both;
	width:100%;
	height:10px;
	padding-left: 50px;
}

.conteudoHomeEsq{
	float:left;
	clear:both;
	display:block;
	width:32%;
	height:100%;
	position:relative;
	align-content: center;
	text-align: center !important;
	height:300px;
	
}

.conteudoHomeCen{
	float:left;
	display:block;
	width:32%;
	height:100%;
	position:relative;
	align-content: center;
	text-align: center;
	padding-left: 80px;
	height:300px;

}

ul#ulaniversariantes {
    text-align: left;
    margin-left: 8px;
}

.conteudoHomeDir{
	float:left;
	display:block;
	width:25%;
	height:100%;
	position:relative;
	align-content: center;
	text-align: center;
	padding-left: 40px;
    margin-left: 70px;
}

.msgr {
    margin-left: -12px !important;
    margin-top: 15px;
}

.smsstl {
    margin-top: 17px;
    margin-left: -3px !important;
}

.dashAniversariantes{
	width: 100px;
	background-position: center;
	clear:both;
	position:relative;
	float:left;
	margin-left: 105px;
	margin-top:20px;
	margin-bottom: 15px;
}

.dadosLicenca{
	text-align:left;
}
.dashLicenca{
	
	width: 100px;
	background-position: center;
	clear:both;
	position:relative;
	float:left;
	margin-left: 65px;
	margin-top:25px;
    margin-bottom: 10px;
}

ul#ulaniversariantes li {
    margin-left: 40px;
}

.dashPlataformas{
	
	width: 100px;
	background-position: center;
	clear:both;
	position:relative;
	float:left;
	margin-left:70px;
	margin-top:25px;
    margin-bottom: 10px;


}

.informacoesRodape a{
	color:white;
}

.informacoesRodape a:hover{
	color:white;
}

.informacoesRodape a:visited{
	color:white;
}

.mp{
	margin-left:30px;
}

.dataNascimentoRow {
    margin-left: 15px;
}

.addTurma{
	margin-top:-10px;
	float:left;
}

.comboTurma{
    float: left;
    margin-left: 5px;
    height: 34px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.dtNascRow{
	clear:both;
	margin-left:0px;
}

.row.pull-left.dtNascRow {
    margin-left: 10px;
}

.row.pull-left.dtNascRowEdit{
	margin-left:15px;
}

label.col-2.col-form-label.pull-left.dataNascimentoRow {
    margin-left: 0px;
}

input#dataNasc {
	width: 165px;
    margin-left: 0px;
    margin-bottom: 15px;
}

.responsavelRow{
	margin-right: 50px !important;
    margin-top: 2px;
}

.dadosResponsavel{
	clear:both;
}

.dadosResponsavelEdit{
	clear:both;
}

.chkResp{
	margin-left: 15px;
}

.chkRespEdit{
	margin-left: 15px;
}

.addTurmaEdtAl{
	clear:both;
}

.comboTurmaEdit{
	width: 100%;
    padding-left:10px;
    float: left;
    margin-left: 5px;
    height: 34px;
    margin-top: -10px;
    margin-bottom: 15px
}


.containerTurmasEdit{
	margin-top: 15px;
}