:root {
    --darkBlue:  #105592;
    --bluepp:#317be1;
    --colorPortal: #d8ae0a; /* #770960;*/   
}

html,
body{
    height: 100%;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

#main{
    min-height: 100%;
}

.login #main{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgba(255,255,255,0.9);
}

body:not(.login) #main{
    margin-bottom: -42px;
    padding-bottom: 42px;
}
body.login footer{
    display: none;
}
body.login .powered{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-align: center;
    font-size: 11px;
    font-style: italic;
    padding: 0 15px;
}
    .powered .logoNetkia{
        height: 20px;
        margin-top: -2px;
        margin-left: 2px;
    }

footer{
    border-top: 1px solid #DDD;
    padding: 10px 0;
    font-size: 12px;
    font-style: italic;
}
footer .logoNetkia{
    height: 23px;
    margin-top: -2px;
    margin-left: 2px;
}

body.login{
    background-image: url(../data-1590455_1920.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.login .container{
    display: table;
    width: 100%;    
    height: 100%;
}
.login .container .ceil_center{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.form_login{
    width: 100%;
    max-width: 360px;
    margin: auto;
    border: 1px solid #DDD;
    border-radius: 6px;
    background-color: #FFF;
    position: relative;
    padding: 15px 50px;

    -webkit-box-shadow: 0px 0px 10px 2px rgba(148,148,148,1);
-moz-box-shadow: 0px 0px 10px 2px rgba(148,148,148,1);
box-shadow: 0px 0px 10px 2px rgba(148,148,148,1);
}
.form_login .logo{
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    text-align: center;
}

.form_login .form_title{
    margin-bottom: 45px;
    font-weight: 600;
}

.form_login .form-control{
    height: 55px;
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #DDD;
    box-shadow: 0 0 0;
    border-radius: 000;
    border-right: 0;
    padding-left: 35px;

    -webkit-transition : border 500ms ease-out; 
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
}
    .form_login .form-group{
        position: relative;
    }
    .form_login .form-control + .fa{
        position: absolute;
        top: 17px;
        left: 10px;
        font-size: 18px;
        color: #CCC;

        -webkit-transition : color 500ms ease-out; 
        -moz-transition : color 500ms ease-out;
        -o-transition : color 500ms ease-out;
    }

    .form_login .form-control:focus{
        border-color: var(--bluepp);
    }
    .form_login .form-control:focus + .fa{
        color: var(--bluepp);
    }
    .form_login .btn-primary{
        height: 55px;
        margin-top: 45px;
        margin-bottom: 15px;
    }

a[name="abre_menu"]{
    font-size: 30px;
    padding-top: 10px !important;
    color: #FFF !important;
}
.text-primary{
    color: var(--bluepp);
}
.btn-primary{
    background-color: var(--bluepp);
    border-color: var(--darkBlue);

    -webkit-transition : background 500ms ease-out; 
    -moz-transition : background 500ms ease-out;
    -o-transition : background 500ms ease-out;
}
.btn-primary:hover{
    background-color: var(--darkBlue);
}

.ln_solid{
    width: 100%;
    border-top: 1px solid #DDD;
    height: 1px;
    clear: both;
    margin: 15px 0 20px 0;
}

#bs-navbar{
    padding: 14px 0 0 0;
}
.navbar-brand{
    height: 75px;
}
.navbar-brand > img{
    height: 45px;
}
.navbar{
    border-radius: 0;
    z-index: 4;
}

.menu_right{
    position: absolute;
    z-index: 3;
    right: -240px;
    width: 240px;
    top: 0;
    bottom: 0;
    background-color: #000;
    color: #FFF;
    padding-top: 77px;

    -webkit-transition : right 500ms ease-out; 
    -moz-transition : right 500ms ease-out;
    -o-transition : right 500ms ease-out;
}
.menu_right.active{
    right: 0;
}
    .menu_right .menu_right_content{
        padding: 0 15px;
        position: relative;
        height: 100%;
    }
.menu_right .encabezado_menu{
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
    height: 112px;
    padding: 15px;
    background-color: #333;
}
.menu_right .img_perfil{
    position: relative;
    z-index: 1;
    height: 40px;
    padding: 0 65px;
    border-bottom: 4px solid #FFF;
}
.menu_right .img_perfil > .fa-user{
    position: absolute;
    background-color: #000;
    border: 4px solid #FFF;
    border-radius: 120px 120px 120px 120px;
    color: #FFF;
    font-size: 40px;
    width: 80px;
    line-height: 72px;
    text-align: center;
}
.menu_right .section_menu{
    font-size: 12px;
    margin-bottom: 35px;
}
.menu_right .title_section{
    font-size: 16px;
    text-shadow: rgba(204,204,204,.8) 0 -1px 0;
    margin: 0 0 25px 0;
    font-weight: 300;
    clear: both;
}
.menu_right .list_info_user{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu_right .list_info_user > li{
    clear: both;
}
.menu_right .list_info_user label,
.menu_right .list_info_user span{
    display: block;
}
.menu_right .list_info_user label{
    float: left;
    width: 70px;
}
.menu_right .list_info_user span{
    margin-left: 75px;
}

.menu_right .list_menu{
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
    .menu_right .list_menu > li > a{
        display: block;
        padding: 10px 15px;
        font-size:  14px;
    }
    .menu_right .list_menu .enlace_menu{
        text-decoration: none;
        color: #FFF;
        box-shadow: rgba(0,0,0,.25) 0 1px 0, inset rgba(255,255,255,.16) 0 1px 0;
        background: linear-gradient(var(--bluepp),var(--darkBlue)),var(--darkBlue);
        text-shadow: rgba(0,0,0,.8) 0 -1px 0;
    }
    .menu_right .list_menu .enlace_menu:hover{
        background: linear-gradient(var(--darkBlue),var(--darkBlue)),var(--darkBlue);
    }
    .menu_right .list_menu .enlace_menu > .fa{
        margin-right: 5px;
    }
.menu_right .foter_menu{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.menu_right .foter_menu a{
    display: block;
    padding: 10px 15px;
    background-color: rgba(169,68,66,1);
    color: #FFF;
    text-decoration: none;
}
    .menu_right .foter_menu a > .fa{
        margin-right: 3px;
    }
.menu_right .foter_menu a:hover{
    background-color: rgba(169,68,66,0.8);
}

.dl-horizontal:last-child{
    margin-bottom: 0;
}