﻿body {
    margin: 0px;
    font-family: Futura,Arial,Helvetica,sans-serif;
    color: #072541;
}

.flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 170px;
}

.input-flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80vw;
    height: 100px;
    max-width: 1000px;
    position: relative;
    z-index: 0;
    flex-direction:row;
}

.input {
    width: 25px;
    height: 25px;
    background-color: red;
    position: relative;
    border-radius: 50%;
}

    .input:hover {
        cursor: pointer;
    }

    .input::before, .input::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        background-color: red;
        width: 11vw;
        height: 5px;
        max-width: 900px;
    }

    .input::before {
        left: calc(-4vw + 12.5px);
    }

    .input::after {
        right: calc(-4vw + 12.5px);
    }

    .input.active {
        background-color: red;
    }

        .input.active::before {
            background-color: #BAB8B8;
        }

        .input.active::after {
            background-color: red;
        }

        .input.active span {
            font-weight: 700;
        }

            .input.active span::before {
                font-size: 13px;
            }

            .input.active span::after {
                font-size: 14px;
            }

        .input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
            background-color: #BAB8B8;
        }

    .input span {
        width: 1px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        visibility: hidden;
    }

        .input span::before, .input span::after {
            visibility: visible;
            position: absolute;
            left: 45%;
        }

        .input span::after {
            content: attr(data-year);
            top: 25px;
            transform: translateX(-50%);
            font-size: 14px;
            text-wrap: nowrap;
        }

        .input span::before {
            content: attr(data-info);
            top: -75px;
            width:88px;
            height:40px;
            transform: translateX(-5px) rotateZ(-45deg);
            font-size: 12px;
            text-indent: -10px;
        }


/*header{
	height: 50px;
	background-color: #0476c2;
	position: fixed;
	width: 100%;
	box-shadow:  0 2px 5px rgba(0, 0, 0, 0.26);
}*/

header {
    background-color: #72b9ff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    position: fixed;
    width: 100%;
    z-index: 1040;
    height: 60px;
}

.userMenu a
{
    line-height:30px !important;
}


header.navbar-brand {
            padding: 5px 20px 0px 0px;
    }

.Logo{
	padding: 10px 0px 5px 10px;
}

.logo_desc{
	color:#FFF;
	font-weight: bold;
	font-size: 20px;
    margin-top: 15px;
	/*vertical-align: bottom;*/
	padding-left: 20px;
	/*-webkit-text-fill-color: #333;
	-webkit-text-stroke: 0.5px #FFF;*/
}

.vertical_nav a:hover,.vertical_nav a:link,.vertical_nav a:visited,.vertical_nav a:active {
	text-decoration: none;
	color: black;
} 


.wrapper {
  padding: 65px 30px 15px 30px;
  transition: all 0.3s ease-out;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ImgLogo {
  height: 50px;
  width: 130px;
  text-align: center;
  float: none;
}

.navbar-login
{
    width: 250px;
    padding: 5px 10px 5px 10px;
}

.icon-size
{
    font-size: 87px;
}

header .nav > li > a {
    color: #FFF;
    background-color: #072541 !important;
}

    header .nav > li > a:focus, header .nav > li > a:hover {
        background-color: #de3743 !important;
        color: #FFF;
    }

.no-seleccionable { 
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#bar{
  height: 5px;
}

 .finish a  {
  background-color: #5cb85c !important;
}

.finish a:hover {
  background-color: #449d44 !important;
}

#DatePag{
  text-align: center;
}

#MonthPag{
  text-align: center;
}

.table th, td{
  text-align: center;
}

.select .list-group li{
  cursor:pointer;
}

.deSelect .list-group li{
  cursor:pointer;
}

.selected-JJ{
  color: #fff !important;
  background-color: #2D8A9A !important;
}

.vertical_nav {
    position: fixed !important;
}



/*Lang Bar*/

.ImgFlag{
  width: 35px;
  height: 24px;
  cursor: pointer;
}

.banderas .col-md-4{
  text-align: center;
}


/* Botones Metro
============================*/

.shortcut-button {
  padding: 0 1rem;
  vertical-align: middle;
  border: 1px #d9d9d9 solid;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  outline: none;
  font-size: 3.4rem;
  line-height: 0.8 !important;
  margin: .15625rem 0;
  position: relative;
  width: 9.5rem;
  height: 9.5rem;
  text-align: center;


  border-collapse: collapse;

  text-rendering: auto;

  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;

  background: #3DACD4 !important;
}


.shortcut-button:hover {
  border:1px solid #333; 
}

.shortcut-button .title{
  font-size: 1.2rem;
}


/* Mini devices 
==========================*/
@media (max-width: 240px) {

  .ImgLogo {
    height: 38px;
    width:207px;
    text-align: left;
    margin-top: 5px;
    float: none;
  }

}

/* Small devices (tablets)
==========================*/
@media (max-width: 768px) {
    .navbar-header{float: none !important;}

    .input-flex-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 80vw;
        height: 350px;
        max-width: 1000px;
        position: relative;
        z-index: 0;
        flex-direction: column;
    }

    .flex-parent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 450px;
    }

    .input::before, .input::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        right: 40%;
        transform: translateY(-50%);
        background-color: red;
        width: 5px;
        height: 11vh;
        max-width: 900px;
    }

    .input::before {
        top: calc(12.5px);
        left:auto;
    }

    .input::after {
        bottom: calc(12.5px);
        left:auto;
    }

    .input span::before {
        transform: translateX(50%);
        text-indent: 0px;
        text-wrap: nowrap;
        top:-9px;
    }
        
    .input span::after {
        transform: translateX(-150%);
        text-wrap: nowrap;
        top:-9px;
    }

    .input.active span::before {
        font-size: 12px;
        transform: translateX(50%);
        text-indent:0px;
        text-wrap:no-wrap;
    }

    .input.active span::after {
        font-size: 12px;
        transform: translateX(-150%)
    }

}


/*/* Medium devices (desktops)
==========================*/
@media only screen and (min-width: 768px) {

  body {
    overflow-y: scroll;
  }

  .wrapper {
    margin-left: 145px;
  }

  .wrapper__minify {
    margin-left: 50px;
  }

}


/* Dashboard Indicadores 
============================*/

.tile-stats.sparkline {
    padding: 10px;
    text-align: center;
}


.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.tile-stats:hover .icon i {
    animation-name: tansformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: tansformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: tansformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

.tile-stats .icon {
    color: #BAB8B8;
    position: absolute;
    right: 40px;
    top: 14px;
    z-index: 1;
}

.tile-stats .icon i {
    margin: 0;
    font-size: 40px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0;
}

    .tile-stats .count {
        color: #1A5B79;
        font-size: 38px;
        font-weight: bold;
        line-height: 1.65857143
    }

.tile-stats .count,
.tile-stats h3,
.tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0;
}

.tile-stats h3 {
    color: #BAB8B8;
}

.tile-stats p {
    margin-top: 5px;
    font-size: 12px;
    color:#333;
}

.tile-stats > .dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.tile-stats > .dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}

.tile-stats > .dash-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}





/*Bootsrap Extra
==========================*/

.bs-callout {
  padding: 15px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout-JJ {
    border-left-color: #1A5B79;
}

.label-JJ{
  background-color: #35A4B7;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 10px !important;
}


.btn-JJ {
  color: #fff !important;
  background-color: #35A4B7;
  border-color: #2D8A9A;
}

.btn-JJ:hover{
  color: #fff !important;
  background-color: #2D8A9A;
  border-color: #2D8A9A !important;
}

.btn-JJ:focus,
.btn-JJ.focus { 
  color: #fff  !important;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-JJ:active:hover,
.btn-JJ.active:hover,
.open > .dropdown-toggle.btn-JJ:hover,
.btn-JJ:active:focus,
.btn-JJ.active:focus,
.open > .dropdown-toggle.btn-JJ:focus,
.btn-JJ:active.focus,
.btn-JJ.active.focus,
.open > .dropdown-toggle.btn-JJ.focus {
  color: #fff !important;
  background-color: #2D8A9A;
  border-color: #1b6d85;
}

.img_450px
{
    height:450px !important;
}