/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
html,
body {
	height: 100%;
}

.container {
    padding-left: 0px;
    padding-right: 0px;        
}
    
#site-content {
	padding-top: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 10 auto -50px;
}

#user-content {
	padding-top: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
}

#asistente-content {
	padding-top: 10px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;      
}

#push,
#footer {
    height: 50px;
}
#footer {
    background-color: #000;
}

.small {
  font-size: 10px;
}

.black {
	color: black;
}

.error {
  color: red;
  font-size: 1.25rem;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.nowrap {
 white-space: nowrap;  
}

.link {
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.loginpanel {
	border: 2px solid #c0c0c0;
}

.user-profile {
  padding-top: 0px;
  min-height: 100%;
  margin-left: 10px;
}

.user-profile h4, .user-form h4   {
  // border-bottom: 1px solid #D1D1D1;
}

.aside {
  float: left;
  width: 25%;
}

.user-profile h1 h2 {
  margin-top: 0;
}

div.jHtmlArea .ToolBar ul li a.h1 { margin-top: 0;}
div.jHtmlArea .ToolBar ul li a.h2 { margin-top: 0;}
div.jHtmlArea .ToolBar ul li a.h3 { margin-top: 0;}
div.jHtmlArea .ToolBar ul li a.h4 { margin-top: 0;}
div.jHtmlArea .ToolBar ul li a.h5 { margin-top: 0;}
div.jHtmlArea .ToolBar ul li a.h6 { margin-top: 0;}

.user-menu ul li a {
  border-bottom: 1px solid #D1D1D1;
  color: #333;
  padding: 15px;
  font-size: 13px;
}

.btn-black {
  color: #fff;
  background-color: #333;
}

.btn-black:hover {
  color: #ccc;
  background-color: #333;
}

.btn.sharp {
  border-radius:0;
}

#myModal1>div{
overflow-y: hidden;
overflow-x: hidden;
}


fieldset.custom-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.custom-border {
    font-size: 1.3em !important;    
    text-align: left !important;
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
	margin-bottom:0;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 1000;
  line-height: 1.1;
  color: black;
}


.-jumbotron {
    position: relative;
    background: #000 url("../images/c12.jpg") center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.-jumbotron h1{
  color: #fff;
}


.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
  cursor: pointer;
}
.flag-icon:before {
  content: "\00a0";
}

.flag-icon-ar {
  background-image: url(../images/ar.svg);
}
.flag-icon-us {
  background-image: url(../images/us.svg);
}

.popupevaluador > .jHtmlArea {
    width: 500px !important;
}
.popupevaluador > .jHtmlArea > .ToolBar{
    width: 500px !important;
}

.popupevaluador > .jHtmlArea > div > iframe{
    width: 500px !important;
    height: 200px !important;
}

.admin-form {
    margin-top: 20px;
    margin-left: 20px;
}

.aicon {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.iconClass{
  position: relative;
}
.iconClass span{
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
}

.fa-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.line_separator {
    border-bottom: 1px solid #D1D1D1;
}

.registro_line {
    background-color: #162c48;
}