/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}


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

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

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


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


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

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

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


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

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

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

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.form-control,
.btn,
.dropdown-menu{
	border-radius: 0.1rem;
}

.navbar-brand img {
    height: 30px;
}

*.disabled{
  cursor: default;
  pointer-events: none;
}

.navbar.bg-dark{
    background-color: #262a2fc9 !important;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
footer { background-color:#0c1a1e; min-height:350px; font-family: 'Open Sans', sans-serif; }
.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}
.logofooter img{
    width: 60%;
    margin-bottom: 10px;
}
.footerleft p { color:#fff; font-size:12px !important; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}


.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; font-size:12px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
.icon-ul li { line-height:75px; width:100%; float:left;}
.icon { float:left; margin-right:5px;}


.copyright { min-height:40px; background-color:#000000;}
.copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
.heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
.post p { font-size:12px; color:#FFF; line-height:20px;}
.post p span { display:block; color:#8f8f8f;}
.bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
.bottom_ul li { float:left; line-height:40px;}
.bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
.bottom_ul li a { color:#FFF;  font-size:12px;}


.panel-fondo-syscount{
  position: relative;
  background: url("../img/productos/header-bg.jpg") 50% 0 no-repeat;
  overflow: hidden;
}


.panel-fondo-syscount .seccion-inicial{
    padding-top: 155px;
    padding-bottom: 280px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
}

.panel-fondo-syscount .img-prin-seccion-inicial{
    background-image: url(../img/productos/main-img.png);
    background-position: 0 100%;
    width: 800px;
    height: 250px;
    position: absolute;
    left: 50%;
    margin-left: -389px;
    bottom: 0;
}

.seccion-gen-padding {
    background-color: #fff;
    padding: 40px 0;
}

.seccion-gray{
    background-color: #f1f1f1; 
}

.icon-modulos-descripcion-sys{
    float: left;
    width: 50px;
    height: auto;
    margin: 0 15px 0 0px;
}

.list-group-item-text {
    margin-left: 80px;
    margin-top: 10px;
}



.carousel-control-prev {
    background-image: -webkit-linear-gradient(left, #00000080 0%, #0000 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#00000080), to(#0000));
    background-image: linear-gradient(to right, #00000080 0%, #0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control-next {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, #0000 0%, #00000080 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#0000), to(#00000080));
    background-image: linear-gradient(to right, #0000 0%, #00000080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

#carousel-syscount .carousel-caption{
    bottom: 3rem;
    z-index: 10;
    background-color: #000000c2;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    moz-transition: all 200ms;
}

#carousel-syscount .carousel-caption:hover{
  opacity: 0;
}


/* The toast - position it at the bottom and in the middle of the screen */
.toast {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    /*background-color: #333; /* Black background color */
    /*color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 9999; /* Add a z-index if needed */
    left: 50%; /* Center the toast */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the toast when clicking on a button (class added with JavaScript) */
.toast.show {
    visibility: visible; /* Show the toast */

/* Add animation: Take 0.5 seconds to fade in and out the toast. 
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the toast in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.loader{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/ajax-loader.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #ffffff75;
    z-index: 999;
}

/*----------- DASHBOARD ----------*/

html,
.dashboard-login,
.dashboard-login main{
  position: relative;
  width: 100%;
  height: 100%;
}

.dashboard-login main{
    padding-top: 60px;
    padding-bottom: 45px;
    background-color: #4c4c4c;
}

.dashboard-login main .copyright{
    position: absolute;
    bottom: 0;
    width: 100%;
}


.dashboard-login .login-page {
    width: 100%;
    height: 100%;
}
.dashboard-login .form {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    background: #fff;
    width: 360px;
    padding: 200px 15px 15px 15px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    transform: translate(-50%, -50%);
}

.dashboard-login .form .img-login{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 185px;
    background-image: url(../img/productos/header-bg.jpg);
    background-size: 150% 150%;
    background-position: 50% 0;
}

.dashboard-login .login-form{
  position: relative;
}

.dashboard-login .form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #eaeaea;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.dashboard-login .form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.dashboard-login .form button:hover,
.dashboard-login .form button:active,
.dashboard-login .form button:focus {
  background: #43A047;
}
.dashboard-login .form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
  display: none;
}
.dashboard-login .form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.dashboard-login .form .register-form {
  display: none;
}