.applyBtn {
  margin-bottom: 10px !important;
}

.noborderplease{
  border:0px !important;
  padding:0px !important;
  height:28px;
  border-radius: 0px !important;
}

.sortdemo {
  min-height: 100px !important;
}

.table-of-contents li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.table-of-contents li a {
  font-size: 16px;
  color: #999;
}

p + p {
  margin: 30px 0 0 0;
}

/* site theme */
/* ---------- */

.title {
  margin: 20px 0 0 0;
  font-size: 64px;
}

.example {
  padding: 30px 0;
}

.example-name {
  margin: 20px 0;
  font-size: 32px;
}

.demo {
  position: relative;
  *z-index: 1;
  margin: 50px 0;
}


.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 100%;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.hexagon {
  position: relative;
  margin: 30px auto;
  width: 70px;
  height: 40px;  
  background-position: center center;
  z-index: 1;
  /* Text styling */
  line-height: 40px;
  text-align: center;
  font-family: sans-serif;
  font-size: 15px;
  color: #fff;
  color: rgba(255,255,255,.5);
  cursor: pointer;
  transition: color 500ms ease, text-shadow 500ms ease;
}
.hexagon:hover {
  color: #fff;
  text-shadow: 0 0 10px white;
}

.hexagon .face1,
.hexagon .face2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: inherit;
  z-index: -1;
  /* Keeps borders smooth in webkit */
  backface-visibility: hidden;
}
.hexagon .face1:before,
.hexagon .face2:before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  background: inherit;
}

.hexagon .face1 { transform: rotate(60deg); }
.hexagon .face1:before {
  left: 0;
  transform-origin: left top;
  transform: rotate(-60deg) translate(-110px, 0);
}

.hexagon .face2 { transform: rotate(-60deg); }
.hexagon .face2:before {
  right: 0;
  transform-origin: right top;
  transform: rotate(60deg) translate(110px, 0);
}

.red1 {
  background-color:#8a2be2 !important ;
  color:white;
}

.red2 {
  background-color:#a52a2a!important ;
  color:white;
}

.red3 {
  background-color:#00008b !important;
  color:white;
}

.red4 {
  background-color:#4169e1!important ;
  color:white;  
}

.red5 {
  background-color:#32cd32!important ;
  color:white;  
}

.red6 {
  background-color:#87ceeb!important ;
  color:white;  
}

.red7 {
  background-color:#006400 !important ;
  color:white;  
}

.red8 {
  background-color:#ffa500 !important ;
  color:white;  
}

.red9 {
  background-color:#ffff00 !important ;
  color:white;  
}

.red10 {
  background-color:#000  !important; 
  color:white; 
}

.red11 {
  background-color:#696969 !important ;
  color:white;
}

.red12 {
  background-color:#ff0000  !important; 
  color:white; 
}

.restaurar-box {
  width: 500px;
  margin: 90px auto 0 auto;
}
.restaurar-box .header {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #3d9970;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}
.restaurar-box .body,
.restaurar-box .footer {
  padding: 10px 20px;
  background: #fff;
  color: #444;
}
.restaurar-box .body > .restaurar-group,
.restaurar-box .footer > .restaurar-group {
  margin-top: 20px;
}
.restaurar-box .body > .restaurar-group > input,
.restaurar-box .footer > .restaurar-group > input {
  border: #fff;
}
.restaurar-box .body > .btn,
.restaurar-box .footer > .btn {
  margin-bottom: 10px;
}
.restaurar-box .footer {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.modaldiscmiembro {
  width: 80% !important; 
  margin: 30px auto;
}



/*Now the CSS*/
* {margin: 0; padding: 0;}

.arbolcss ul {
  padding-top: 20px; position: relative;
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.arbolcss li {
  float: left; text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.arbolcss li::before, .arbolcss li::after{
  content: '';
  position: absolute; top: 0; right: 50%;
  border-top: 1px solid #ccc;
  width: 50%; height: 20px;
}
.arbolcss li::after{
  right: auto; left: 50%;
  border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.arbolcss li:only-child::after, .arbolcss li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.arbolcss li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.arbolcss li:first-child::before, .arbolcss li:last-child::after{
  border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.arbolcss li:last-child::before{
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.arbolcss li:first-child::after{
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.arbolcss ul ul::before{
  content: '';
  position: absolute; top: 0; left: 50%;
  border-left: 1px solid #ccc;
  width: 0; height: 20px;
}

.arbolcss li a{
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.arbolcss li a:hover, .arbolcss li a:hover+ul li a {
  background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}
/*Connector styles on hover*/
.arbolcss li a:hover+ul li::after, 
.arbolcss li a:hover+ul li::before, 
.arbolcss li a:hover+ul::before, 
.arbolcss li a:hover+ul ul::before{
  border-color:  #94a0b4;
}

/*Thats all. I hope you enjoyed it.
Thanks :)*/


.loading{
  text-align: center;
  margin:0 auto;  
}

.logo > img {
  
    width: 65px;
    margin: 3px auto;
    padding: 4px;

}