.odometer {
    font-size: 35px;
}

.nostretch {
    width: 1%;
    white-space: nowrap;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    background: #fff url(/Styles/PUM/Imagenes/FondoLogin.jpg) no-repeat fixed center;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    /*whatever width you want*/
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

.portlet.portlet-default {
    border: 1px solid #f0f2f6;
}

    .portlet.portlet-default > .portlet-header {
        /*background: #f9f9f9;*/
        background: #C7C7C7;
        color: #555555;
    }

        .portlet.portlet-default > .portlet-header i {
            color: #555555;
        }

.portlet > .portlet-header .caption {
    /*float: left;*/
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    /*margin-left:5px;*/
}

    .portlet > .portlet-header .caption i {
        float: left;
        margin-top: 4px;
        display: inline-block !important;
        font-size: 13px;
        margin-right: 5px;
        color: #666;
    }

.dashboard-stat {
    position: relative;
    display: block;
    padding: 30px 30px;
    background-color: #eee;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    color: #555555;
}

    .dashboard-stat:hover,
    .dashboard-stat:focus,
    .dashboard-stat:active {
        color: #3b5a9b;
        text-decoration: none;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
        outline: none;
    }

    .dashboard-stat .visual i {
        position: absolute;
        left: 0;
        left: auto;
        right: 0;
        bottom: 0;
        top: 65px;
        display: block;
        height: 75px;
        font-size: 50px;
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        text-shadow: none;
    }

    .dashboard-stat.brand-primary {
        color: #ffffff;
        background-color: #3b5a9b;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.10s ease-in;
        transition: 0.10s ease-in;
    }

        .dashboard-stat.brand-primary i {
            color: #2d4576;
        }

        .dashboard-stat.brand-primary:hover,
        .dashboard-stat.brand-primary:active {
            background: #344f89;
            -webkit-transition: 0.10s ease-in;
            transition: 0.10s ease-in;
        }

    .dashboard-stat.brand-secondary {
        color: #ffffff;
        background-color: #49d364;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.10s ease-in;
        transition: 0.10s ease-in;
    }

        .dashboard-stat.brand-secondary i {
            color: #11481c;
        }

        .dashboard-stat.brand-secondary:hover,
        .dashboard-stat.brand-secondary:active {
            background: #28a741;
            -webkit-transition: 0.10s ease-in;
            transition: 0.10s ease-in;
        }

    .dashboard-stat.brand-tertiary {
        color: #ffffff;
        background-color: #b73228;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.10s ease-in;
        transition: 0.10s ease-in;
    }

        .dashboard-stat.brand-tertiary i {
            color: #80231c;
        }

        .dashboard-stat.brand-tertiary:hover,
        .dashboard-stat.brand-tertiary:active {
            background: #a42d24;
            -webkit-transition: 0.10s ease-in;
            transition: 0.10s ease-in;
        }

    .dashboard-stat.brand-quaternary {
        color: #ffffff;
        background-color: #ea5180;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.10s ease-in;
        transition: 0.10s ease-in;
    }

        .dashboard-stat.brand-quaternary i {
            color: #e5235f;
        }

        .dashboard-stat.brand-quaternary:hover,
        .dashboard-stat.brand-quaternary:active {
            background: #e73a6f;
            -webkit-transition: 0.10s ease-in;
            transition: 0.10s ease-in;
        }

    .dashboard-stat .details {
        position: relative;
        float: left;
        margin-top: -10px;
        text-align: left;
    }

        .dashboard-stat .details .content {
            display: block;
            margin-bottom: 1em;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .dashboard-stat .details .value {
            display: block;
            font-size: 32px;
            font-weight: 600;
        }



.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.btn-success.btn-lg.btn-block {
    color: #fff;
    background-color: #428bca;
    border-color: #346FA1;
}

    .btn-success.btn-lg.btn-block:hover,
    .btn-success.btn-lg.btn-block:focus {
        background-color: #428bca !important;
    }

    .btn-success.btn-lg.btn-block:active,
    .btn-success.btn-lg.btn-block.active {
        background-color: #428bca !important;
        border-color: #346FA1 !important;
    }
