@font-face {
    font-family: "Panton Bold";
    src: url("../fonts/Panton-Bold.otf") format("opentype");
}
@font-face {
    font-family: "Panton Black";
    src: url("../fonts/Panton-Black.otf") format("opentype");
}
@font-face {
    font-family: "Panton Italic";
    src: url("../fonts/Panton-Italic.otf") format("opentype");
}
@font-face {
    font-family: "Panton Regular";
    src: url("../fonts/Panton-Regular.otf") format('opentype');
}
body {
    background: #eee url('../images/profile.png');
    font-family: "Panton Regular" !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    position: relative;
    height: 100%;
}
.titulo {
    font-family: "Panton Regular";
    font-weight: normal;
    font-style: normal;
    color: #242F62;
}
.titulo:hover {
    text-decoration: none;
}
.btn {
    font-family: "Panton Regular";
    border-radius: 1px 1px 1px 1px;
    text-align: center;
}
.btn-primary {
    background-color: #ffffff;
    border-color: #45BFEB!important;
    color: #45BFEB;
}
.btn-primary:disabled,
.form-control[disabled] {
    background-color: #EFF0F2!important;
    border-color: #C4C9CE;
}
.form-control:not(.error) {
    border-color: #C4C9CE!important;
    color: #1c264e !important;
    font-family: "Panton Regular" !important;
}
.form-control:focus,
.form-control:hover:not([disabled]) {
    border-color: #45BFEB!important;
    color: #1c264e;
}
.btn-primary:hover {
    background-color: #45BFEB !important;
    color: #ffffff!important;
}
.login-container {
    position: relative;
    width: 380px;
    margin: 80px auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}
.activo {
    background-color: #45BFEB !important;
    border-color: #00a8e4!important;
    color: #ffffff;
}
.btn-primary:active {
    background-color: #45BFEB !important;
    border-color: #00a8e4!important;
    color: #ffffff;
    outline: none;
    border: none;
}
.btn-primary:focus,
.btn-primary:target {
    background-color: #45BFEB !important;
    color: #ffffff;
    outline: none;
    border: none;
}
.btn-warning {
    background-color: #ffffff;
    border-color: #FFA545;
    color: #FFA545;
}
.btn-warning:disabled,
.btn-warning:hover {
    background-color: #FFA545;
    color: #ffffff;
}
.btn-warning:active,
.btn-warning:visited {
    background-color: #FFA545;
    border-color: #ff8400!important;
    color: #ffffff;
    outline: none;
    border: none;
}
.btn-warning:focus,
.btn-warning:target {
    background-color: #ff8400!important;
    color: #ffffff;
    outline: none;
    border: none;
}
.alert-default {
    background-color: #e2e2e2;
    border-color: lightgray;
}
#output {
    position: absolute;
    width: 420px;
    top: -75px;
    left: 0;
    color: #fff;
}
#output.alert-success {
    background: rgb(25, 204, 25);
}
#output.alert-danger {
    background: rgb(228, 105, 105);
}
.login-container::before,
.login-container::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 3.5px;
    left: 0;
    background: #fff;
    z-index: -1;
    transform: rotateZ(-2deg);
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;
}

.login-container::after {
    top: 5px;
    z-index: -2;
    transform: rotateZ(-2deg);
    -webkit-transform: rotateZ(-2deg);
    -moz-transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
}
.avatar {
    width: 100px;
    height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
}
.form-box input {
    width: 100%;
    padding: 10px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fafafa;
    transition: 0.2s ease-in-out;
}
.form-box input:focus {
    outline: 0;
    background: #eee;
}
.form-box input[type="text"] {
    border-radius: 5px 5px 0 0;
}
.form-box input[type="password"] {
    border-radius: 0 0 5px 5px;
    border-top: 0;
}
.form-box button.login {
    margin-top: 15px;
    padding: 10px 20px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.big-icon {
    font-size: 70px !important;
    color: #eee;
    margin-top: 15px;
}
/*BEGIN*/

.pace-done .nav-header {
    transition: all 0.5s;
}

.pace-done .navbar-static-side,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* PEACE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace .pace-progress {
    background: #45BFEB !important;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.pace-inactive {
    display: none;
}
.landing-page.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.manita{
    cursor: pointer;
}
.error,
.error:focus,
.error:hover {
    border: 1px solid #FFA545 !important;
}
.msjError {
    color: #FFA545;
    font-family: "panton regular";
    font-size: 12px;
    font-weight: 700;
    max-width: 100%;
    margin-bottom: 5px;
}
.notice {
    background-color: #fafafa;
    box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    margin-bottom: 10px;
    padding: 15px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-warning {
    border-left: 6px solid #fff3cd !important;
}
.notice-info {
    border-left: 6px solid #45BFEB !important;
}
.top10{
    margin-top:10px;
}
.f12{
    font-size: 12pt !important;
}
.f14{
    font-size: 14pt;
}
.text-left{
    text-align: left;
}