table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table, td, tr ,th{
    text-align: center;
    border-collapse: collapse;
    font-size:14px;
    border: 1px solid #A9A9A9;
    padding:10px 5px;
    border-style: solid;
    overflow:hidden;
    word-break:normal;
    border-color: #A9A9A9;
}

#lado2{
    border-left: 1px solid #A9A9A9;
}


#corpo{
    width: 100%;
    
}

.nowrap{white-space: nowrap;}

    .btn-file {
		  position: relative;
		  overflow: hidden;
		}
		
		.btn-file input[type=file] {
		  position: absolute;
		  top: 0;
		  right: 0;
		  min-width: 100%;
		  min-height: 100%;
		  font-size: 100px;
		  text-align: right;
		  filter: alpha(opacity=0);
		  opacity: 0;
		  outline: none;
		  background: white;
		  cursor: inherit;
		}
.formulario{
	margin: 0 auto;
	width: 80%;
	border:1px red solid;
}
.formulario input, select{
	float: right;
}

@import url(http://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  /*max-width: 350px;*/
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.cd-admin-create-modal-btn {
 margin: 0 1vw;
 font-size: 1,9vw;
 width: 45%;
 float:left;
 font-weight: bold;
 white-space:normal;  
 overflow: hidden;
}

.loginmodal-container input[type=text], input[type=password],select,input[type=email] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover,select,input[type=email]:hover, select:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

#direita{
  width: 49%;
  float: right;
  
}
#esquerda{
  width: 49%;
  
}
#centralizado{
  width: 100%;
  text-align: center;
  
}

.direitaDuelo{
  width: 32%;
  float:left;
   padding: 1px;
  text-align: center;
  min-width: 50px;
}
.esquerdaDuelo{
  width: 32%;
   padding: 1px;
  text-align: center;
  float:left;
  
  min-width: 50px;
}
.centralizadoDuelo{
  width: 32%;
  text-align: center;
  padding: 1px;
  float:left;
  
  min-width: 50px;
}

.jumbotron2{
  padding-bottom: 0.05px ;
  padding-top:  0.05px;
  margin-top:10px;
  margin-bottom:10px;
  clear: both;
}

.texto {
  display: block;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.textoDuelo {
  font-size: 3vw;
  display: block;
   overflow: hidden;
   
  text-overflow: ellipsis;
}

* {
    box-sizing: border-box;
}

.circulo{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	transition: 0.3s ease;
}

.circulo:hover{
	transform: rotateY(180deg);
}

.circulo-pequeno {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 10px;
	float: left;
	animation: circulo 1s linear infinite;
}

.circulo-pequeno.lime {
	animation: circulo-inverno 1s linear infinite;
}
.centralizadoMain{
  width: 100%;
  
}

@keyframes circulo {
	from {
		transform: rotate(0deg) translateX(30px);
	} to {
		transform: rotate(360deg) translateX(30px);
	}
}

@keyframes circulo-inverno {
	from {
		transform: rotate(0deg) translateX(30px);
	} to {
		transform: rotate(-360deg) translateX(30px);
	}
}

.img-fluid{
  max-width: 100%; 
  height: auto;
}
		


.padding {
  padding: 3rem !important
}

.user-card-full {
  overflow: hidden
}

.card {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  box-shadow: 0 1px 20px 0 rgba(69, 90, 100, 0.08);
  border: none;
  margin-bottom: 30px
}

.m-r-0 {
  margin-right: 0px
}

.m-l-0 {
  margin-left: 0px
}

.user-card-full .user-profile {
  border-radius: 5px 0 0 5px
}

.bg-c-lite-green {
  background: -webkit-gradient(linear, left top, right top, from(#ddd), to(#dfdfff));
  background: linear-gradient(to right, #dfdfff, #ddd)
}

.user-profile {
  padding: 20px 0
}

.card-block {
  padding: 1.25rem
}

.m-b-25 {
  margin-bottom: 25px
}

.img-radius {
  border-radius: 5px
}

h6 {
  font-size: 14px
}

.card .card-block p {
  line-height: 25px
}

@media only screen and (min-width: 1400px) {
  p {
      font-size: 14px
  }
}

.card-block {
  padding: 1.25rem
}

.b-b-default {
  border-bottom: 1px solid #e0e0e0
}

.m-b-20 {
  margin-bottom: 20px
}

.p-b-5 {
  padding-bottom: 5px !important
}

.card .card-block p {
  line-height: 25px
}

.m-b-10 {
  margin-bottom: 10px
}

.text-muted {
  color: #919aa3 !important
}

.b-b-default {
  border-bottom: 1px solid #e0e0e0
}

.f-w-600 {
  font-weight: 600
}

.m-b-20 {
  margin-bottom: 20px
}

.m-t-40 {
  margin-top: 20px
}

.p-b-5 {
  padding-bottom: 5px !important
}

.m-b-10 {
  margin-bottom: 10px
}

.m-t-40 {
  margin-top: 20px
}

.user-card-full .social-link li {
  display: inline-block
}

.user-card-full .social-link li a {
  font-size: 20px;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}