/* 
    Document   : global
    Created on : 02-sep-2013, 9:58:27
    Author     : Pablo G.
    Description:
        Purpose of the stylesheet follows.
*/

#content {
    padding-top: 20px;
}

body {
    padding-top: 75px;
    padding-bottom: 20px;
}

.subbar {
    top: 50px;
    background: #d9edf7;
    color: #3a87ad;
    min-height: 25px;
    z-index: 5;
    line-height: 25px;
    text-align: right;
    font-size: 13px;
    border-bottom: 2px solid #c6e6f6;
}

.upper {
    text-transform: uppercase;
}

/***************
**User Management
*/
.um_box_mid form {
    width: auto !important;
}

.um_box_mid form div {
    clear: none;
}

.um_box_up {
    display: hidden;
}

.um_box_mid {
    background-color: #fff;
    border-radius: 5px;
    height: auto;
    padding-bottom: 10px;
}

.um_box_mid_content_top {
    text-align: left;
}

.um_box_mid_content_mid {
    padding-top: 10px;
}

.um_box_mid_content_mid_left {
    float: left;
    width: 600px;
}

.um_box_mid_content_mid_right {
    float: left;
    width: 300px;
}

.um_box_down {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fff;
    height: 10px;
}

.umstyle1 {
    font-size: 20px;
    color: #0F6CB6;
}

.umstyle2 {
    font-size: 20px;
    color: yellowgreen;
}

.umstyle2 a {
    font-size: 20px;
    color: yellowgreen;
}

.umhr {
    border-bottom: #ddd solid 1px;
    height: 10px;
    margin-bottom: 20px;
}

.umstyle3 {
    font-size: 14px;
    margin-right: 20px;
}

.umstyle4 {
    font-size: 12px;
}

.umstyle5 {
    border: #999999 solid 1px;
    font-size: 100%;
    width: 250px;
    height: 28px;
}

.umstyle5:focus {
    border: 1px solid #505050;
}

.umstyle6 a {
    font-size: 16px;
}

.permissions {
    margin-top: 20px;
    line-height: 40px;
}

select#controller {
    height: 25px;
    border-radius: 4px;
    border: 1px solid #bbb;
}

#login .umstyle3 {
    float: left;
    width: 150px;
    padding-bottom: 10px;
}

#login .umstyle4 {
    float: left;
    width: 400px;
    padding-bottom: 10px;
}

#register .umstyle3 {
    float: left;
    width: 150px;
    padding-bottom: 10px;
}

#register .umstyle4 {
    float: left;
    width: 250px;
    padding-bottom: 10px;
}

#forgot .umstyle3 {
    float: left;
    padding-bottom: 10px;
}

#forgot .umstyle4 {
    float: left;
    width: 400px;
    padding-bottom: 10px;
}

#addgroup .umstyle3 {
    float: left;
    width: 150px;
    padding-bottom: 10px;
}

#addgroup .umstyle4 {
    float: left;
    width: 230px;
    padding-bottom: 10px;
}

#addgroup .umstyle7 {
    margin-left: 30px;
    float: left;
    width: auto;
    padding-bottom: 10px;
    font-style: italic;
    font-size: 10px
}

#dashboard {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    height: auto;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.icon {
    padding-right: 5px;
}

table {
    margin-bottom: 0px;
}

.error-message, div.error {
    color: #ff0000;
    border-radius: 4px;
    border: 0px solid #ff0000;
    background-color: #fccdcd;
    min-height: 16px;
    padding: 4px 2px 4px 24px;
    background-image: url("../img/error.png");
    background-position: 2px 50%;
    background-repeat: no-repeat;
    line-height: 16px;
    opacity: 0.8;
    margin: 2px 0px 4px 0px;
}

div.success {
    color: #407d04;
    border-radius: 4px;
    border: 0px solid #407d04;
    background-color: #cdfccd;
    min-height: 16px;
    padding: 4px 2px 4px 24px;
    background-image: url("../img/success.png");
    background-position: 2px 50%;
    background-repeat: no-repeat;
    line-height: 16px;
    opacity: 0.8;
    margin: 2px 0px 4px 0px;
}

div.info {
    color: #0F6CB6;
    border-radius: 4px;
    border: 0px solid #2663ff;
    background-color: #d9edff;
    padding: 4px 2px 4px 48px;
    background-image: url("../img/info.png");
    background-position: 2px 50%;
    background-repeat: no-repeat;
    line-height: 24px;
    opacity: 0.8;
    margin: 5px 0px 5px 0px;
}

#dashboard {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}

#dashboard a {
    border-bottom: 1px solid #0F6CB6;
    border-right: 1px solid #0F6CB6;
    border-radius: 6px;
    padding: 8px;
    background-color: #fff;
}

#dashboard a:hover {
    background: #0F6CB6;
    color: #ffffff;
    box-shadow: none;
}

.user-info {
    float: left;
    width: 75%;
}

.user-image {
    height: 160px;
    width: 160px;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-container {
    float: left;
    width: 20%;
}

.image-container a {

}

.submit-image {
    margin-top: 30px;
}

figure {
    margin: 0;
    -webkit-margin: 0;
}

.result {
    min-height: 1000px;
}

.not-found {
    width: 800px;
    margin: auto;
    padding-top: 50px;
}

.not-found-code {
    width: 300px;
    height: 300px;
    float: left;
    padding-right: 50px;
    border-right: 1px solid #ccc;
}

.oops {
    width: 102px;
    height: 103px;
    margin-left: 50px;
}

.not-found-right {
    float: left;
    width: 400px;
    height: 300px;
}

.not-found-text {
    clear: both;
    margin: 20px 0 0 50px;
    font-size: 24px;
}

pre {
    margin-bottom: 10px;
}

/*
.row{
    margin-top: 20px;
}
*/
/**
*Estilos de la barra de estado
*/
.status-bar {
    height: 48px;
    width: 726px;
    margin: 10px auto 40px auto;
    position: relative;
}

.bar-node {
    width: 32px;
    height: 32px;
    border-radius: 64px;
    background-color: #e0e0e0;
    float: left;
    z-index: 3;
    position: absolute;
    transition: 1s;
    cursor: pointer;
    color: #fafafa;
    line-height: 32px;
    font-size: 9px;
    font-weight: bold;
}

.bar-node-big {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
}

.bar-node-simple-final {
    left: 528px;
}

.bar-connector {
    width: 200px;
    height: 4px;
    background-color: #e0e0e0;
    float: left;
    top: 12px;
    z-index: 1;
    position: absolute;
}

.bar-connector-big {
    width: 465px;
    height: 6px;
    top: 20px;
}

.bar-active {
    background-color: #428bca;
    z-index: 2;
    width: 0px;
    transition: 2s;
}

.connector-one {
    left: 31px;
}

.connector-big-one {
    left: 63px;
}

.connector-two {
    left: 262px;
}

.connector-three {
    left: 493px;
}

.node-two {
    left: 231px;
}

.node-three {
    left: 462px;
}

.node-four {
    left: 693px;
}

.institucion-provincia {
    cursor: pointer;
}

.report-viewport, #report_box {
    width: 100%;
}

figure {
    margin: 0 0;
}

.return-slide {
    cursor: pointer;
    color: yellowgreen;
}

.loading {
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    width: 43px;
    height: 11px;
    margin: 6px 5px 6px 0;
}

.ui-jqgrid .loading {
    height: auto;
}

#result-name {
    background-image: url(../img/pdf.png);
    background-repeat: no-repeat;
    padding-left: 64px;
    line-height: 32px;
}

.nopadding {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

fieldset {
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    padding-left: 5px;
    border: none;
}

input[type="radio"] {
    margin: 10px 5px 0 20px;
    width: 20px;
    height: 20px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

/************blocks************/
.small-box > .inner {
    padding: 10px;
}

.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black {
    color: #f9f9f9 !important;
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.icon {
    padding-right: 5px;
}

.inner p {
    font-size: 14px;
}

.inner {
    min-height: 102px;
}

.agreement {
    font-size: 14px;
    margin-top: 10px;
}

.space-5 {
    margin-top: 5px;
}

.space-20 {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .subbar {
        display: none;
    }
}

.add-link {
    margin-bottom: 10px;
}

.progress-info {
    height: 200px;
    overflow-y: auto;
}