﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
*/
/* Set widths on the form inputs since otherwise they're 100% wide */
/*
input[type="text"],
input[type="password"] {
    max-width: 280px;
}
*/
/* Responsive: Portrait tablets and up */
/*
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
*/

/**************************** C I B  ******************************************/
        /*Header*/
div.wrapper {
    margin: 0 auto;
    width: 960px;
    padding: 0;
}
#logo {
    background: url(../assets/images/logo.png) 0 0 no-repeat;
    width: 497px;
    height: 122px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#header-bar {
    background-image: url(../assets/images/header-bar.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    line-height: 135%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #EFEFEF;
    padding: 0 0px;
    overflow: hidden;
}
/* footer*/
.rocket-block {
    text-align: center;
    display: block;
    padding: 10px 0;
}
img#rocket {
    background: url(../assets/images/rocket.png) 0 0 no-repeat;
    width: 165px;
    height: 22px;
}
#bottom {
    background: #B8BFBC;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    padding-bottom: 15px;
    font-size: 12px;
}
#bottom a {
    color: #fff;
}

/* Menu horizontal*/
#horiz-menu {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #1e3643;
    background: url("../assets/images/3-horiz-menu-bar.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #474a43;
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0;
    font-family: Geneva,Tahoma,"Nimbus Sans L",sans-serif;
    font-size: 10pt;
}

#horiz-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#horiz-menu li {
    position: relative;
    z-index: 150;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#horiz-menu li.active li a {
    color: #fff;
}

#horiz-menu li a {
    color: #fff;
    margin-left: 5px;
    position: relative;
    z-index: 200;
}

#horiz-menu a {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 120%;
    font-weight: normal;
    height: 43px;
    line-height: 43px;
    margin-right: 5px;
    overflow: hidden;
    padding: 0 10px 0 5px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 100;
}

/*******************************************/
/*  For larger displays, force small width */
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

/* Diferencia con gob.mx */
.popover .popover-title {
    background: none repeat scroll 0 0 #B8BFBC; /*#c5281b;*/
}

/***************************************************************************************/
/* modal colors */

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.modal-header-info {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    border-color: #46b8da;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    border-color: #eea236;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #337ab7;
    border-color: #2e6da4;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}

/***************************************************************************************/
/* Rotating icons */

.gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
    -moz-transform: rotate(0deg);
    }
    100% {
    -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
    -o-transform: rotate(0deg);
    }
    100% {
    -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    }
}

/************************************************************************************/
/* Elevator */
#elevator_item {
width: 100px;
height: 50px;
position: fixed;
right: 15px;
bottom: 10px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item.off {
opacity: 0;
visibility: hidden
}
#elevator {
display: block;
width: 100px;
height: 50px;
/*background: url(img/icon_top.png) center center no-repeat;*/
/*background-color: #444;*/
background-color: rgba(0,0,0,.6);
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
cursor: pointer;
margin-bottom: 10px
}
#elevator:hover {
background-color: rgba(0,0,0,.7)
}
#elevator:active {
background-color: rgba(0,0,0,.75)
}
#elevator_item .qr {
display: block;
width: 60px;
height: 40px;
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
cursor: pointer;
background: url(img/icon_code.png) center center no-repeat;
background-color: #444;
background-color: rgba(0,0,0,.6)
}
#elevator_item .qr:hover {
background-color: rgba(0,0,0,.7)
}
#elevator_item .qr:active {
background-color: rgba(0,0,0,.75)
}
#elevator_item .qr-popup {
width: 170px;
height: 200px;
background: #fff;
box-shadow: 0 1px 8px rgba(0,0,0,.1);
position: absolute;
left: -180px;
bottom: 0;
border-radius: 2px;
display: none;
text-align: center
}
#elevator_item .qr-popup .code-link {
display: block;
margin: 10px;
color: #777
}
#elevator_item .qr-popup .code {
display: block;
margin-bottom: 10px
}
#elevator_item .qr-popup .arr {
width: 6px;
height: 11px;
background: url(img/code_arrow.png) 0 0 no-repeat;
position: absolute;
right: -6px;
bottom: 14px
}
/*********************  P R O G R E S S   T R A C K E R   # 1 ************************/

.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {background: #fcc101;} /* Added by me : #fcc101 */
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {background: #fe6d01;} /* Added by me : #fe4803 */
/* REJECTED*/
.bs-wizard > .bs-wizard-step.reject > .bs-wizard-dot {background: #fb7070;} /* Added by me : REJECTED status */
.bs-wizard > .bs-wizard-step.reject > .bs-wizard-dot:after {background: #fe1c1c;} /* Added by me : REJECTED status */
.bs-wizard > .bs-wizard-step.reject > .progress > .progress-bar {background: #fca2a2;}
/* */
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

/*********************  P R O G R E S S   T R A C K E R   # 2 ************************/
/* PROGRESS TRACKER */
.progress-tracker {
  	display: block;
    margin: 0;
    counter-reset: item;
    list-style-type: none;
    overflow: auto;
    position: relative;
    width: 100%;
}
.progress-tracker .step:before {
    background: #ddd;
    border-radius: 40px;
    color: #FFFFFF;
    content: "";
    display: list-item;
    font-size: 18px;
    line-height: 1.8em;
    padding: 0 0 0 13px;
    position: absolute;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    content: counter(item) "  "; 
    counter-increment: item;
}
.progress-tracker .step {
  display: block;
  float: left;
  list-style-position: inside;
  width: 27%;
}
.progress-tracker .step .step-name{
  border-top: 8px solid #aaa;
  display: block;
  margin: 15px 0;
  padding: 20px 0;
}
/*last step*/
.progress-tracker .step:last-child { width: auto;}
.progress-tracker .step:last-child .step-name{ border-color: transparent;}

/*completed step*/
.progress-tracker .step.complete .step-name {color: #999}
.progress-tracker .step.complete:before {background: #999;}

/*active step*/
.progress-tracker .step.active .step-name {color: #666}
.progress-tracker .step.active:before {background: #666;}

/*rejected step*/
.progress-tracker .step.reject .step-name {color: #fe3737}
.progress-tracker .step.reject:before {background: #fc0303;}
