body{
    position:relative;
}

#main {
    min-height: 850px;
}
.label {
    padding: .3em .6em .3em;
}
.bg-color-red{
    background-color: #ff5725!important;
}
.bg-color-green{
    background-color: #14CCAA!important;
}
.bg-color-yellow{
    background-color: #ffbc25!important;
}
.fadein {
    -webkit-animation: fadein 0.5s ease 0s forwards;
}
.animated.delay-x1{
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-x2{
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-x3{
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-x4{
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-x5{
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.delay-x6{
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.page-title { display: flex; }
.page-title .fa { vertical-align: middle; line-height: 30px; }
.page-title span:nth-of-type(1) { font-size: 21px; line-height: 30px; margin-left: 0; }
.page-title span { line-height: 30px; margin-left: 10px; }

/*Login*/
.navbar-login .header-dropdown-list{
    margin-right:45px;
}
.navbar-login .header-dropdown-list>li>.dropdown-toggle{
    color:#fff;
    font-weight:bold;
}
.login-page .background{
    background-image: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.login-page .logo-gdc{
    display:inline-block;
    height:70px;
}
@media (max-width: 991px){
    .login-page .logo-gdc{
        height:60px;
    }
}
@media (max-width: 767px){
    .login-page .logo-gdc{
        margin:auto;
        height:50px;
    }
}
.login-page .logo-gdc img{
    height:100%;
}
.login-page .login-subtitle{
    color: #fff;
    font-weight:300;
    font-size: 22px;
}
@media (max-width: 991px){
    .login-page .login-subtitle{
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .login-page .login-subtitle{
        font-size: 18px;
        margin-bottom: 30px;
    }
}
.login-page #content {
    padding:60px;
}
@media (max-width: 767px){
    .login-page #content {
        padding:0 30px;
    }
}
.login-page .login-module {
    border:10px solid rgba(255,255,255,0.4);
    border-radius:4px;
    min-width: 380px;
    max-width: 400px;
    float:right;
}
@media (max-width: 767px){
    .login-page .login-module {
        float:none;
        margin:auto;
        min-width: auto;
    }
}
.login-page .client-form header,
.login-page .smart-form fieldset,
.login-page .smart-form footer  {
    background:rgba(255,255,255,1);
}
.login-page .smart-form .input input {
    height:38px;
    font:14px/16px 'Open Sans', Helvetica, Arial, sans-serif;
    padding:10px;
}
.login-page .smart-form .icon-append {
    top:8px;

}
.login-page #main{
    margin-left:0;
}
.login-page .remember{
    margin-top:12px;
}
.login-page .client-form footer .btn-link{
    margin-top:16px;
    font-size:13px;
}

.smart-form footer .btn{
    height: 38px;
    font: 600 13px/26px 'Open Sans',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
.login-page .smart-form .input-w-icon{
    margin:10px 30px 30px;
}
.login-page .smart-form .input-w-icon i{
    top:8px;
}
.login-page .smart-form .input-w-icon input{
    padding-left:40px;
}
.modal-password-recovery {
    text-align: center;
}
.modal-footer-centered{
    text-align:center!important;
}
#login #header #logo {
    margin-top: 9px;
}
@media (max-width: 767px){
    .sm-centered{
        text-align: center;
    }
}

/* INICIO MENU LATERAL */
#left-panel {
    top: 0; bottom: 0; display: flex; flex-direction: column;
    background: rgb(103,182,142);
    background: -moz-linear-gradient(0deg, rgba(103,182,142,1) 0%, rgba(42,137,161,1) 65%);
    background: -webkit-linear-gradient(0deg, rgba(103,182,142,1) 0%, rgba(42,137,161,1) 65%);
    background: linear-gradient(0deg, rgba(103,182,142,1) 0%, rgba(42,137,161,1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#67b68e",endColorstr="#2a89a1",GradientType=1);
}
#left-panel #logo-group { padding: 20px 0 50px; }
#left-panel > *:last-child { margin: auto 0 0; padding: 20px; color: rgba(255,255,255,0.5); font-size: 9px; text-align: center; text-transform: uppercase; }
#left-panel > *:last-child a { color: rgba(255,255,255,0.6); font-weight: 600; }
nav ul li a,
nav ul li a:focus { color: #ffffff; }
nav ul li a:hover { background-color: rgba(255,255,255,0.2); }
nav ul li a:link { -webkit-tap-highlight-color: rgba(255,255,255,0.4); }
nav ul li a:active { background: rgba(255,255,255,0.4)!important; }

/* FINAL MENU LATERAL */

.yourlobal {
    font-size: 16px;
    letter-spacing: -1px;
    color: #fcad24;
    font-weight: 300;
    font-family: 'Open Sans';
    margin-top: -4px;
    margin-left: 6px;
    margin-bottom: 0px;
}
#logo-group{
    width: auto!important;
}
#logo-group > span{
    height: auto;
    float: none;
}
#logo{
    padding:0;
    margin:0;
    width:auto;
}
#logo.logo-adm {
    display: inline-block;
    vertical-align: middle;
    padding:5px;
}
#logo.logo-adm img{
    width:120px;
    display: inline-block;
}
#logo.logo-adm i{
    vertical-align: middle;
    color:#fff;
    opacity:0.7;
    font-weight:bold;
    font-style: inherit;
    font-size:14px;
    display: inline-block;
    padding-left:5px;
}
@media (max-width: 767px){
    #logo.logo-adm i{
        display: none;
    }
}
.smart-form *, .smart-form :after, .smart-form :before {
    -moz-box-sizing: inherit;
}
.smart-form .radio input+i:after {
    -webkit-box-sizing: content-box !important;
}
.green{
    color: green;
}
.section-title{
    padding: 0!important;
    margin: 30px 0!important;
}
.form-action{
    margin-top: 15px;
    margin-bottom: 30px;
    text-align:right;
}
.jarviswidget header .nav-tabs>li>a {
    padding: 10px 15px 9px!important;
}
.jarviswidget header .widget-toolbar{
    display: none!important;
}
.btn {
    padding: 8px 12px;
    font-size: 14px;
}
/*Layout*/
#header {
    display: flex;
    height: 60px;
    position: relative;
    margin: 0;
    padding: 0 0 0 15px;
    background-color: #ffffff;
    background-image:none;
    align-items: center;
}
#header > div { float: none; height: 60px; width: auto; margin: 0; }
#header > div:hover:not(#logo-group) { background-color: #5cb0ba; cursor: pointer; }
#header > div:hover > a { color: #ffffff!important; }
#header .header-dropdown-list { margin-left: auto; padding: 0; }
#ribbon{
    display:none;
}
.login-info{
    border: 0;
    box-shadow:none;
    background-color: #67b68e;
}
.login-info > a { padding: 0 15px; color: #ffffff; white-space: nowrap; }
.login-info > a i { line-height: 60px; }
.login-info img {
    border-radius: 50%;
    width: 25px;
    margin-right: 5px;
    border: 1px solid #ffffff!important;
}
.login-info span { height: auto; display: block; padding: 0; border-bottom: 0; }
.login-info ul a { line-height: 20px; font-size: 13px; color: #333333; }
.login-info ul a i { line-height: 20px; font-size: 15px; display: inline-block; vertical-align: middle; margin-right: 5px; }
.header-dropdown-list .dropdown-toggle{
    color: #929292;
    margin: 0;
    line-height: 60px;
    padding: 0 15px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
#header .btn-header > a {
    min-width: 15px;
    border:0;
    background:transparent;
    color: #929292;
    padding: 0 15px;
    margin: 0;
    height: auto;
}
#header .btn-header > a i {
    line-height: 60px;
    font-size: 17px;
}
.hidden-menu #header .btn-header > a i { color: inherit; }
nav ul ul {
    background-color: #2A85A0;
    background-image: -moz-linear-gradient(top,#2A85A0,#29A8AC);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2A85A0),to(#29A8AC));
    background-image: -webkit-linear-gradient(top,#2A85A0,#29A8AC);
    background-image: -o-linear-gradient(top,#2A85A0,#29A8AC);
    background-image: linear-gradient(to bottom,#2A85A0,#29A8AC);
}
nav ul li a {
    padding: 10px 10px 10px 8px;
}
nav ul ul li>a:hover { background-color: rgba(0,0,0,0.2); }
nav>ul>li>a>i {
    margin-right: 3px;
    width: 28px;
}
nav>ul>li.active>a>i,
nav>ul>li:hover>a>i {
    opacity:1;
}
nav>ul>li>a>i>img{
    width: 100%;
}

@media (max-width: 789px){
    .dropdown-menu.pull-right {
        position: fixed;
        top: 60px;
        left: 10px;
        right: 10px;
        width: auto;
    }
    .dropdown-menu.pull-right a {
        white-space: normal;
    }
    .login-info .dropdown-menu.pull-right {
        left: auto;
    }
}


.jarviswidget>header {
    height: 40px;
}
.jarviswidget>header h2 {
    line-height: 38px;
    font-size: 16px;
    font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1400px){
    .jarviswidget>header h2 {
        font-size: 14px;
    }
}
.jarviswidget-color-greenDark>header {
    border-color: #2a89a1!important;
    background: #2a89a1;
}
.jarviswidget-ctrls .button-icon {
    min-width: 38px;
    height: 38px;
}
.jarviswidget-ctrls a {
    line-height: 38px;
}
.jarviswidget>header>.widget-icon {
    height: 38px;
    line-height: 38px;
}
.smart-form .label{
    margin-bottom: 6px!important;
    line-height: 1!important;
    padding:0!important;
}
.smart-form .input input,
.smart-form .select select,
.smart-form .textarea textarea {
    height: 40px!important;
    font: 14px/16px 'Open Sans',Helvetica,Arial,sans-serif!important;
}
.smart-form .icon-append,
.smart-form .icon-prepend {
    width: auto!important;
    height: 29px!important;
    font-size: 14px!important;
    line-height: 30px!important;
    min-width: 26px!important;
}
.smart-form .select i {
    top: 14px!important;
}
.upload-photo{
    margin: 18px 2px;
    border: 1px solid #ddd;
    padding: 3px;
}
/*Dashboard*/
.dash-points{
    min-height: 323px;
}
.dash-points header .num-points{
    float: right;
    color:#2a86a0;
    font-size: 18px;
    line-height: 1;
    padding: 10px;
}
@media (min-width: 992px) and (max-width: 1400px){
    .dash-points header .num-points {
        font-size: 14px;
        padding: 12px 6px 12px 0;
    }
}
.dash-points .row-stats{
    border-bottom:1px solid #ddd;
    padding: 24px 10px 25px;
    display: block;
}
@media (max-width: 1400px){
    .dash-points .row-stats {
        padding: 18px 10px 19px;
    }
}
.dash-points .row-stats:last-child{
    border-bottom: 0;
}
.dash-points a.row-stats{
    color: inherit;
    text-decoration: none;
}
.dash-points a.row-stats:hover{
    color: inherit;
    text-decoration: none;
}
.dash-points .row-stats .text{
    font-size: 12px;
    font-weight: 600;
    color:#666;
    line-height: 1;
}
.dash-points .row-stats .text span{
    font-size: 12px;
    font-weight: 400;
    color:#666;
    line-height: 1;
}
.dash-points .row-stats .progress{
    display: block;
    width: 100%;
    height: 10px;
    margin:5px 0;
}
.dash-points .row-stats p{
    font-size: 12px;
    font-weight: 400;
    color:#666;
    line-height: 1;
    margin-bottom: 0;
}
.dash-preact{
    min-height: 323px;
}
.dash-preact .widget-body{
    min-height: 281px;
    max-height: 281px;
    overflow-x: auto;
}
.task-description{
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    max-width:1px;
}
.dash-upgrade{
    margin-bottom: 30px;
}
.dash-upgrade .upgrade-body{
    padding: 20px 20px 10px;
    color: #fff;
    border:0;
    border-bottom: 2px solid #ddd;
    position: relative;
    text-align: center;
    background-color: #2A85A0;
    background-image: -moz-linear-gradient(top,#2A85A0,#29A8AC);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2A85A0),to(#29A8AC));
    background-image: -webkit-linear-gradient(top,#2A85A0,#29A8AC);
    background-image: -o-linear-gradient(top,#2A85A0,#29A8AC);
    background-image: linear-gradient(to bottom,#2A85A0,#29A8AC);
    background-repeat: repeat-x;
    min-height: 240px;
}
.dash-upgrade .upgrade-body i{
    width: 56px;
    height:56px;
    display: inline-block;
    margin:auto;
}
@media (min-width: 992px) and (max-width: 1400px){
    .dash-upgrade .upgrade-body i{
        width: 45px;
        height: 45px;
    }
}
.dash-upgrade .upgrade-body i svg{
    width: 100%;
}
.dash-upgrade .upgrade-body h1{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 5px;
}
@media (min-width: 992px) and (max-width: 1400px){
    .dash-upgrade .upgrade-body h1{
        font-size: 18px;
    }
}
.dash-upgrade .upgrade-body h1 b{
    font-weight: bold;
}
.dash-upgrade .upgrade-body p{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1400px){
    .dash-upgrade .upgrade-body p{
        font-size: 13px;
        font-weight: 400;
    }
}
.dash-upgrade .upgrade-body .upgrade-button{
    display: block;
    margin-bottom: 12px;
}
.dash-upgrade .upgrade-body .upgrade-button a{
    margin:auto;
    color: #fff;
}
.dash-upgrade .upgrade-body .upgrade-button a.btn-link{
    font-weight: 600;
    text-decoration:underline;
    font-size: 14px;
}
.dash-upgrade .upgrade-body small{
    display: block;
    font-size: 11px;
    line-height: 1;
}
.member-status{
    padding: 13px 2px;
    float: right;
}
.member-status p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    text-align: right;
    vertical-align: middle;
    margin: 0;
}
.member-status p b{
    font-weight: bold;
}
.member-status p span.label-status{
    line-height: 1;
    font-size: 9px;
    font-weight: bold;
    position: relative;
    top: -3px;
    margin-left: 5px;
    padding: 2px 7px;
}

/*Profile*/
.btn-transparent{
    background: transparent;
}
.widget-points-position{
    float: right;
    text-align: right;
}
@media (max-width: 767px){
    .widget-points-position{
        float: left;
        text-align: left;
    }
}
.widget-points{
    max-width: 310px;
    padding: 20px;
    text-align: center;
    border:2px solid #57889C;
    display: inline-block;
}
@media (max-width: 767px){
    .widget-points{
        max-width:inherit;
        width: 100%;
        text-align: left;
    }
}
.widget-points h1{
    font-size: 18px;
    color: #57889C;
    line-height: 1.3;
    margin-top: 0;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.widget-points .stats-container{
    position: relative;
}
.widget-points .stats-container small{
    display: block;
    text-align: center;
    position: absolute;
    bottom: 55px;
    left: 0;
    font-size: 16px;
    color: #57889c;
    width: 100%;
}
.dash-news .carousel{
    max-height: 170px;
    margin-bottom: 10px;
    overflow: hidden;
}
.dash-news .carousel .carousel-inner>.item img{
    width: 100%;
    height: 100%;
}