@import url('https://fonts.googleapis.com/css?family=Asap:400,700');
/*@import 'bootstrap.css';
@import 'font-awesome.css';*/
@font-face {
    font-family: 'desyrelregular';
    src: url("../fonts/desyrel-webfont.eot");
    src: url("../fonts/desyrel-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/desyrel-webfont.woff") format('woff'), url("../fonts/desyrel-webfont.ttf") format('truetype'), url("../fonts/desyrel-webfont.svg#desyrelregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

.MP-address {
    margin: 0;
}

body {
    color: #666666;
    font-family: 'Asap', sans-serif !important;
    font-size: 14px;
    overflow-x: hidden;
}

.alert {
    padding: 7px 15px;
    margin: 5px 0;
}
/*Utility classes*/
.cursor-help {
    cursor: help;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-top {
    padding-top: 0;
}

#MP-sidebar,
#MP-content {
    transition: all 300ms;
}

/*Icons*/
.MP-icon-style {
    border-radius: 50%;
    border: 2px solid #69b543;
    color: #69b543;
    cursor: pointer;
    font-size: 20px;
    height: 32px;
    margin: .2em;
    padding: 0.2em;
    text-align: center;
    width: 32px;
}

    .MP-icon-style:hover {
        border: 2px solid #62A83E;
        background: #62a83e;
        color: white;
    }

.MP-icon-style-form {
    border-radius: 50%;
    border: 2px solid #69b543;
    color: #69b543;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    margin: 3px 3px 0 3px;
    padding: 0.3em;
    text-align: center;
    width: 30px;
}

.MP-Table .MP-icon-style-form {
    font-size: 11px;
    height: 20px;
    width: 20px;
}


    .icon-style-form:hover {
        border: 2px solid #62A83E;
        background: #62a83e;
        color: white;
    }

.MP-icon-style-red {
    border-radius: 50%;
    border: 2px solid #98191b;
    color: #98191b;
    cursor: pointer;
    font-size: 20px;
    height: 32px;
    margin: .2em;
    padding: 0.2em;
    text-align: center;
    width: 32px;
}

    .MP-icon-style-red:hover {
        border: 2px solid #98191b;
        background: #98191b;
        color: white;
    }

.MP-icon-style-user {
    border-radius: 50%;
    border: 2px solid #439ae4;
    color: #439ae4;
    cursor: pointer;
    font-size: 20px;
    height: 32px;
    margin: .2em;
    padding: 0.2em;
    text-align: center;
    width: 32px;
}

    .MP-icon-style-user:hover {
        border: 2px solid #377bb5;
        background: #377bb5;
        color: white;
    }

.logout {
    color: #98191b !important;
}

    .logout a {
        color: #98191b !important;
    }

        .logout a:hover, .logout a:focus, .logout a:active {
            color: #98191b !important;
        }

.red-color {
    border: 2px solid #98191b !important;
    color: #98191b !important;
}

    .red-color:hover {
        color: #98191b !important;
    }

/*LOGIN*/
.login-branding {
    border: none;
    display: inline-block;
    text-decoration: none;
}

.login-branding-image {
    border: none;
    display: inline-block;
    height: 3em;
    margin: 0 10px;
}

.login-button {
    background: #69b543;
    color: white;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

    .login-button:hover, .login-button:active, .login-button:focus {
        background: #61a53f !important;
        color: white !important;
    }

.login-button-icon {
    margin: 0 .5em;
}

.login-captcha {
    height: 75px;
}

.login-container {
    padding-top: 1.5em;
}

.login-form {
    font-size: 16px;
    height: inherit;
    padding: 9px 12px !important;
}

.login-footer {
    background: white;
}

.login-form-group {
    margin-bottom: 6px;
}

.login-intro {
    font-size: 15px;
}

.login-logo {
    height: 7.5em;
}

.login-logo-col {
    padding-left: 0;
}

.login-references {
    list-style: none;
    padding-left: 0;
}

.login-references-link {
    color: #337ab7;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

    .login-references-link a:focus, a:hover {
        color: #ec8e11;
        text-decoration: underline;
    }

    .login-references-link a:visited {
        color: #6c53a5;
    }

.login-references-container {
    margin-top: 2em;
}

.login-separate {
    border-bottom: 2px solid #69b543;
    margin: 4px 0 !important;
    width: 93%;
}

.login-SI {
    border-radius: 5px;
    max-height: 400px;
}

.login-initials {
    margin-top: .6em;
}

.login-initials-description {
    color: #b6b7b3;
    font-size: 16px;
}

.login-slogan {
    color: #69b543;
    font-family: 'desyrelregular';
    padding-top: .5em;
}

.login-version {
    margin-bottom: 0;
}

.login-well {
    margin: 10px 0;
}


/*CUSTOM BUTTONS*/
.MP-button-success {
    background: #69b543;
    color: white;
    font-size: 14px;    
    padding: .5em 2em;
}

    .MP-button-success:hover {
        background: #61a53f !important;
        color: white;
    }
    .MP-button-success:focus {
        color: white;
    }
    
    .MP-button-cancel {
        font-size: 14px;
        margin: 0 .5em;
        padding: .5em 2em;
    }



/*PASSWORD*/
.password-button-next {
    background: #69b543;
    color: white;
    font-size: 16px;
    margin: 0 .5em;
    padding: .5em 2em;
}

    .password-button-next:hover {
        background: #61a53f !important;
        color: white;
    }

.password-button-cancel {
    font-size: 16px;
    margin: 0 .5em;
    padding: .5em 2em;
}

.password-container {
    padding-top: 5%;
}

.password-container-rename-pass {
    padding-top: 20px;
}

.password-figure {
}

.password-figure-image {
    border-radius: 5px;
    margin: 0 auto;
    width: 400px;
}

.password-form {
    font-size: 16px;
    height: inherit;
    padding: 9px 12px !important;
}

.password-form-container {
    padding-top: 2em;
}

.password-title {
    color: #69b543;
    font-size: 24px;
    padding-top: .7em;
}
/*Password-Footer*/
.password-footer {
    background: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.password-slogan {
    color: #69b543;
    font-family: 'desyrelregular';
    padding-top: .5em;
}

.password-branding {
    border: none;
    display: inline-block;
    text-decoration: none;
}

.password-branding-image {
    border: none;
    display: inline-block;
    height: 3em;
    margin: 0 10px;
}

.password-separate {
    border-bottom: 2px solid #69b543;
    margin: 4px 0 !important;
}

.password-version {
}

/*MASTER PAGE*/
/*Header*/
.MP-header {
    border-bottom: 1px solid #999;
}

.MP-header-logo {
    height: 75px;
}

.MP-header-options a {
    color: #69B543;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

    .MP-header-options a:hover, .MP-header-options a:active, .MP-header-options a:focus {
        color: #62A83E;
    }

.MP-header-SI-title {
    margin-top: .3em;
}

.MP-header-user-info:nth-child(odd) {
    margin-bottom: .2em;
    margin-top: .3em;
}

.MP-header-user-info:nth-child(even) {
    margin-top: .2em;
}

/*Sidebar*/
.MP-sidebar {
    background: rgba(247, 247, 247, .5);
    border-right: 1px solid #efebeb;
    height: 85%;
    left: 0;
    position: absolute;
    width: 270px;
    z-index: 10;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}

.MP-sidebar-slide {
    position: absolute;
    background: rgba(247, 247, 247, .5);
    border-bottom: 1px solid #efebeb;
    display: block;
    height: 100%;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 15px;
    cursor: pointer;
}

    .MP-sidebar-slide:hover {
        background: #d0cfcf;
    }

.MP-sidebar-arrow {
    background: #efebeb;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    top: 40%;
    vertical-align: middle;
    width: 15px;
}

    .MP-sidebar-arrow:hover {
        background: #b3b1b1;
    }

.MP-sidebar-container-menu {
    bottom: 4.5em;
    border-right: 1px solid #efebeb;
    height: auto;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 255px;
}

.sidebar-arrow {
    color: #666666;
}

/*Menu*/
.panel {
    border: 0 !important;
    background: transparent;
}

.MP-sidebar-menutitle {
    background-color: #fff;
    color: #69b543;
    font-size: 20px;
    margin: 0;
    padding: 5px 15px;
    text-transform: uppercase;
}

.Sidebar-panel-group {
    margin-bottom: 0px !important;
    border: 0;
}

.Sidebar-panel {
    border: 0;
    margin: 0 !important;
}

.Sidebar-panel-heading {
    background-color: #69b543;
    border-bottom: 1px solid #fff;
    border-left: none !important;
    border-radius: 0 !important;
    border-right: none !important;
    border-top: 1px solid #fff;
    padding: 0 !important;
    position: relative;
}

    .Sidebar-panel-heading:hover {
        background-color: #63a03f;
    }

    .Sidebar-panel-heading a {
        color: #fff;
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }

    .Sidebar-panel-heading a {
        color: #fff;
        text-decoration: none !important;
    }

.Sidebar-icon-menu {
    font-size: 1em;
    padding: 0 0.5em;
    position: absolute;
    right: 0;
    top: 1em;
    z-index: 2;
}

.Sidebar-panel-body {
    padding: 0 !important;
}

.Sidebar-sublist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Sidebar-sublist-item {
    border-bottom: 1px solid #999999;
    border-left: none;
    border-right: none;
    border-top: 1px solid transparent;
    position: relative;
}

.Sidebar-sublist-item-link {
    background: #ffffff;
    color: #666666 !important;
    display: block;
    font-size: .9em;
    padding: 6px 15px 6px 10px !important;
    text-decoration: none;
    transition: none;
}

    .Sidebar-sublist-item-link:hover {
        background: #f1f1f1;
        color: #69B543 !important;
        display: block;
        font-size: .9em;
        padding: 6px 15px;
        text-decoration: underline;
    }

.Sidebar-subitem-icon-menu {
    color: #c1c1c1;
    font-size: 1em;
    padding: 0 0.5em;
    position: absolute;
    right: 0;
    top: .7em;
    z-index: 2;
}

    .Sidebar-subitem-icon-menu:hover {
        color: #636363 !important;
    }

.Sidebar--sublist {
    background: #F7F7F8 !important;
    list-style: none;
    padding-left: 10px;
}

.Sidebar--sublist-item {
    border-bottom: 1px solid #c1c1c1;
}

    .Sidebar--sublist-item:last-child {
        border-bottom: none;
    }

    .Sidebar--sublist-item a {
        color: #666666;
        display: block;
        font-size: .8em;
        padding: 6px;
        position: relative;
        text-decoration: none;
    }

        .Sidebar--sublist-item a:hover {
            background: #ececec;
            color: #333333;
            text-decoration: underline;
        }

.Sidebar--active {
    color: #69B543 !important;
}

/*Mainframe*/
.MP-mainframe-content{
    margin-top:20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}
/*Breadcumb*/
.MP-breadcumb {
    background: rgba(247, 247, 247, .5);
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}

.MP-breadcumb-home {
    color: #69b543;
    font-weight: normal;
}

.breadcrumb-paragraph {
    display: inline-block;
    ;
    margin: 2px 5px;
}

.MP-mainframe-breadcumb {
    background: rgba(247, 247, 247, .5);
    border-bottom: 1px solid #efebeb;
    padding-top:10px;
}

.MP-mainframe-breadcumb-options {
}

    .MP-mainframe-breadcumb-options a {
        color: #69B543;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        margin: 0 5px;
    }

.MMP-mainframe-breadcumb-options a:hover, .MMP-mainframe-breadcumb-options a:active, .MMP-mainframe-breadcumb-options a:focus {
    color: #62A83E;
}

.MP-mainframe-breadcumb-options a:last-child {
    margin-right: 10px;
}

.MP-mainframe-breadcumb-options:hover {
    text-decoration: none;
}

.MP-mainframe-breadcumb-SI-title {
    font-size: 16px;
    margin: 5px;
    text-transform: uppercase;
}

/*Content*/
.MP-content {
    bottom: 0;
    left: 270px;
    margin-bottom: 50px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 76px;
    width: auto;
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
}

.MP-mainframe-container-SI-title {
    text-align: center;
}

.MP-mainframe-info {
    color: #666666;
}

.MP-mainframe-SI-subtitle {
    display: inline-block;
    border-bottom: 2px solid #e7c42e;
}

.MP-mainframe-SI-title {
    border-bottom: 2px solid #e7c42e;
    display: inline-block;
}

.MP-mainframe-SI-description {
    padding: 0 15px 0 5px;    
}

.MP-Text-Left {
    text-align : left;
}
.MP-Text-Right {
    text-align : right;
}
.MP-Text-Justify {
    text-align : justify;
}

/* Error page*/
.MP-mainframe-error-title {
    color: #9e9999;
    display: inline-block;
    font-size: 80px;
    margin: 3rem 0;
}

.MP-mainframe-error-content {
    color: #9e9999;
    font-size: 2rem;
    text-align: center;
}

.MP-mainframe-error-description {
    color: #9e9999;
    font-size: 120px;
}

.MP-mainframe-error-icon {
    color: rgba(105, 181, 67, 0.8);
}


/*Sistemas de información*/
.SI {
    margin: 4em 0 4.5em 0;
    text-align: center;
}

.SI-button {
    position: absolute;
    bottom: 10%;
    left: 35%;
}

.SI-container {
    left: 32%;
    position: absolute;
    top: -20%;
}

.SI-content {
    margin-top: 36%;
    text-align: center;
}

.SI-image {
    width: 90px;
}

.SI-item {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    border-bottom: 4px solid #DDDDDD;
    height: 220px;
    margin: 3em .5em;
    max-height: 300px;
    padding: .5em;
    position: relative;
    vertical-align: top;
    width: 250px;
}

    .SI-item:hover {
        border: 1px solid #9BD76E;
        border-bottom: 4px solid #9BD76E;
    }

.SI-link {
    text-decoration: none;
}

    .SI-link:hover {
        text-decoration: none;
    }

/*Footer*/
.MP-footer {
    background: white;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 10;
}

.MP-footer-branding-image {
    border: none;
    display: inline-block;
    height: 2.5em;
    margin: 0 10px;
}

.MP-footer-copy {
    color: #666666;
    margin-top: .1em;
}

.MP-footer-separate {
    margin: 0 !important;
    border-bottom: 2px solid #69b543;
}

.MP-footer-slogan {
    color: #333;
    font-family: 'desyrelregular';
    margin: 0;
    padding-top: .5em;
}

.MP-footer-version {
    margin: 0;
    padding-bottom: .3em;
    padding-top: .3em;
}


@media screen and (max-width: 768px ) {
    /*Login*/
    .login-branding-image {
        height: 3.5em;
    }

    .login-footer {
        position: inherit;
    }

    .login-logo-xs {
        height: 9em;
    }

    .login-well {
        margin: 15px 15px 5px 15px;
    }
    /*Password*/
    .password-container {
        padding-top: 2vh;
        margin-bottom: 100px;
    }
    /*Master page*/
    .SI-item {
        display: block;
        margin: 3em auto 4em auto;
    }

    .MP-header-SI-title {
        color: #69B543;
        font-size: 20px;
    }

    .MP-mainframe-breadcumb {
        padding-bottom: 5px;
    }

    .MP-mainframe-breadcumb-SI-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    /*Utility classes*/
    .displayn {
        display: none;
    }

    .textCenter {
        text-align: center !important;
    }

    .no-padding-left {
        padding-left: 15px;
    }

    .login-logo-col {
        padding-left: 15px;
    }

    .position-relative {
        position: relative;
    }
    /*Login*/
    .login-container {
        margin-bottom: 3em;
    }

    .login-slogan {
        padding-top: .5em;
        text-align: center;
    }

    .login-version {
        text-align: center;
    }

    .login-welcome {
        margin-top: 10px;
        text-align: center;
    }
    /*Password*/
    .password-form-container {
        margin-bottom: 20vh;
        padding-top: 0;
    }

    .password-slogan {
        text-align: center;
    }

    .password-title {
        padding-top: 0;
        margin-top: 10px;
        text-align: center;
    }

    .password-version {
        text-align: center;
    }

    /*Sidebar*/
    .MP-sidebar {
        height: 100%;
    }

    /*Master Page*/
    .MP-header-figure {
        text-align: center;
        padding-top: 2px;
    }

    .MP-content {
        bottom: 0;
        left: 270px;
        margin-bottom: 55px;
        overflow-y: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        height: 100vh;
        -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
        transition: transform .3s ease-in-out,margin .3s ease-in-out;
    }

    .MP-sidebar-container-menu {
        bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    /*Login*/
    .login-footer {
        bottom: 0;
        position: fixed;
        width: 100%;
    }

    .password-footer {
        bottom: 0;
        position: fixed;
        width: 100%;
    }

    .login-branding-presidencia {
        padding-right: 1.2em;
    }

    .login-separate {
        width: 93%;
    }
    /*Master Page*/
    .MP-header-options a span {
        display: block;
    }

    .MP-mainframe-breadcumb-options a span {
        display: block;
    }

    .textright {
        text-align: right;
    }
}

@media screen and (min-height: 660px) {
    /*Login*/
    .login-container {
        padding-top: 5%;
    }

    .login-footer {
        bottom: 0;
        position: fixed;
        width: 100%;
    }
}
.row {
    margin-bottom:10px; 
}

/*TABLES*/

.MP-Table{
    width:100%;
}
.MP-Table thead th{
    background-color: #69b543;
    color: white
}

