/* ========================================================
*
* Melon - Flat & Responsive Admin Template
*
* ========================================================
*
* File: responsive.css
* Description: Template styles for responsive design (for phone and tablet devices)
* Version: 1.0
*
* ======================================================== */
.logo_movil {
    display: none;
}

.camp2 {
    display: none;
}
/**/
.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.tabbable-custom > .tab-content {
    padding: 0px !important;
}

.widget.box .widget-content.no-padding .row {
    padding: 0px !important;
}
/* # Responsive Classes
================================================== */
@-ms-viewport {
    width: device-width;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}


@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media ( min-width:480px ) and ( max-width: 4000px) {
}

/**/
@media (max-width: 767px) {

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {

    .visible-print {
        display: inherit !important;
    }

    .hidden-print {
        display: none !important;
    }
}

/* # Media Queries
================================================== */
/* # Responsive Navbar/Navigation/Sidebar
================================================== */
/* # From 979px and below
-------------------------------------------------- */
/* responsive camp*/

/**/
@media (max-width: 979px) {
    .navbar-brand img {
        width: 100%;
    }
    /**/
    .navbar {
        position: fixed;
        margin-bottom: 0;
    }

        .navbar .navbar-inner {
            padding: 0px;
        }

        .navbar .container {
            width: auto;
        }
    .navbar .navbar-brand {
        width: 159px;
        font-size: 17px;
        margin-left: 10px !important;
    }

    .navbar .toggle-sidebar {
        display: none;
    }

    .navbar-fixed-top {
        margin-right: 0px;
        margin-left: 0px;
    }

    /*#container.fixed-header {
        margin-top: 1px;
    }*/

    .sidebar-fixed,
    #sidebar {
        /* position: relative !important;*/
        top: 115px;
    }
    /*.logo_movil {
        display: block;
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }*/
    #divider {
        left: -8px;
    }

    .navbar-left.navbar-left-responsive {
        position: absolute;
        width: 100%;
        background: #2a4053;
        margin-top: 48px !important;
        margin-left: -20px;
        display: none;
    }

        .navbar-left.navbar-left-responsive > li {
            border-right: none;
        }
}

@media (max-width: 767px) {

    .navbar {
        position: relative;
        margin-bottom: 0;
    }
    .navbar .navbar-brand {
        padding: 10px 20px 10px;
        margin-left: -10px;
    }

    .navbar-left.navbar-left-responsive {
        margin-left: 0;
    }
}
/**/

@media (max-width: 980px) {

    .navbar-brand img {
        width: 100px;
    }
    .title-header {
        font-size: 17px;
    }
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }
    
    .ingmult_b {
        width: 100% !important;
    }
}
/* # Large desktops
-------------------------------------------------- */

@media (min-width:979px ) and (max-width: 1200px) {

    .ingmult_b {
        width: 90% !important;
    }
}

@media (min-width:1200px ) and (max-width: 1431px) {
    
    .ingmult_b {
        width: 80% !important;
    }
}

.sistema-titulo {
    width: 50%;
    color: red;
    word-wrap: break-word;
}

.prueba2 {
    font-size: 100%;
}

/*/*/
/* # Tablets to regular desktops
-------------------------------------------------- */

/*/*/
@media (min-width: 768px) and (max-width: 979px) {
    #sidebar {
        width: 180px;
        overflow: visible;
        float: left;
        border-right: 1px solid #d1d1d1;
    }
    #sidebar ul#nav > li.current > a {
        border-right: 2px solid #668eb0;
    }

            #sidebar ul#nav > li.current > a > .arrow {
                right: 2px !important;
            }

        #sidebar ul#nav li a {
            font-size: 12px;
        }

        #sidebar ul#nav li ul.sub-menu {
            margin-left: 0px;
        }

            #sidebar ul#nav li ul.sub-menu li a {
                font-size: 11px;
            }

            #sidebar ul#nav li ul.sub-menu li ul.sub-menu {
                margin-left: 10px;
                margin-right: 0;
            }

    #divider {
        display: none;
    }

    .slimScrollBar,
    .slimScrollRail {
        display: none !important;
    }

    #content {
        margin-left: 181px;
    }
    /*[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
  		    display: block;
  		    float: none;
  		    width: 100%;
  		    margin-left: 0;
  		    -webkit-box-sizing: border-box;
  		    -moz-box-sizing: border-box;
  		    box-sizing: border-box;
  	    }*/
    .crumbs .crumb-buttons > li > a > span {
        display: none;
    }

    .page-stats li:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .page-stats li .summary {
        margin-right: 5px;
    }

    .input-xxlarge {
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
/* # Phones to portrait tablets and narrow desktops
-------------------------------------------------- */

@media (max-width: 1150px) {
    .widget-content_no-padding {
        overflow-x: scroll !important;
    }

        .widget-content_no-padding::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            background-color: #F5F5F5;
        }

        .widget-content_no-padding::-webkit-scrollbar {
            height: 10px;
            background-color: #F5F5F5;
        }

        .widget-content_no-padding::-webkit-scrollbar-thumb {
            background-color: #0dc1f2;
            cursor: pointer;
            background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
        }
}

@media (max-width: 960px) {
    .footer_nav {
        height: 47px;
        width: 80%;
        margin-left: 19%;
        position: absolute;
    }
    .muni img {
        width: 400px !important;
        margin-left: 35px !important;
    }

    .login .box .form-title {
        margin-bottom: 20px !important;
    }
    /*----- modal/Bienvenida -----*/
    #img2 .image {
        width: 15% !important;
        margin-right: 20px !important;
    }

    .modal-dialog-In {
        width: 50%;
        height: auto;
        padding-bottom: 0px !important;
    }

    .imgUB {
        width: 115px;
        height: 115px;
        border: 5px solid#0dc1f2;
    }

    .modal-body {
        padding-bottom: 0px !important;
    }

    .textUser {
        height: auto;
    }

        .textUser h1 {
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 20px;
            /* margin-top:0px;*/
        }

    .imageUser {
        height: 80px;
    }
}

@media (max-width: 767px) {
    .footer_nav {
        height: 47px;
        width: 70%;
        margin-left: 25%;
        position: absolute;
    }
    .footer_nav b {
        display:none;
    }
    .navbar-brand img {
        width: 100px;
    }

    .title-header {
        font-size: 17px;
    }
    .text-tittle {
        width: auto;
        right: 25px;
    }
    #container.fixed-header {
        margin-top: 0px !important;
    }
    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    html {
        overflow-x: hidden;
    }

    .container {
        padding: 0;
    }

    #content {
        margin-left: 0;
    }


    .navbar .container {
        padding: 0;
        /* * * * * * * * * * * *
  			 * Dropdown
  			 * * * * * * * * * * * */
    }

        .navbar .container .nav > li.nav-toggle {
            display: block;
        }

        .navbar .container .navbar-brand {
            display: none;
        }

        .navbar .container .username {
            display: block;
        }

        .navbar .container .nav-left {
            margin-left: -2px;
        }

        .navbar .container .navbar-nav {
            float: left;
            margin-top: 0;
            margin-bottom: 0;
        }

            .navbar .container .navbar-nav.pull-right {
                float: right;
                width: auto;
            }

            .navbar .container .navbar-nav > li {
                float: left;
            }

        .navbar .container .nav > li > .dropdown-menu.extended {
            /*margin-right: -150px;*/
            width: 260px;
        }

            .navbar .container .nav > li > .dropdown-menu.extended > li > a {
                color: #6f6f6f;
                padding: 8px;
            }

                .navbar .container .nav > li > .dropdown-menu.extended > li > a:hover {
                    background-color: #4d7496;
                    color: #fff;
                }

            .navbar .container .nav > li > .dropdown-menu.extended > li.footer > a {
                background-color: #f9f9f9;
            }

    #divider {
        display: none;
    }
    /* * * * * * * * * * * *
  	 * Project Switcher
  	 * * * * * * * * * * * */
    #project-switcher .project-list li {
        padding: 0 10px;
    }

    #container {
        position: relative;
        left: 0px;
        /*padding-left: 20px;
        padding-right: 20px;*/
    }

    #sidebar {
        position: fixed !important;
        overflow: hidden;
        overflow-y: auto;
        top: 0;
        left: -250px;
        width: 249px;
        height: auto;
        z-index: 1;
        border-right: 1px solid #d1d1d1;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }

        #sidebar ul#nav > li.current > a {
            border-right: 2px solid #668eb0;
        }

        #sidebar ul#nav li a {
            padding: 12px 15px;
        }

        #sidebar ul#nav li ul.sub-menu li a {
            padding: 10px 15px 10px 20px;
        }

    #container,
    .header,
    #sidebar {
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }

    .nav-open #container,
    .nav-open .header,
    .nav-open #sidebar {
        left: 247px;
        -webkit-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }

    .nav-open #sidebar {
        left: 0;
    }

    .crumbs .crumb-buttons > li > a > span {
        display: none;
    }

    .daterangepicker.dropdown-menu {
        min-width: 0px !important;
    }

    .daterangepicker.opensleft .calendar.right {
        float: none;
    }

    .left-box,
    .right-box {
        width: 100%;
        float: none;
    }

    .dual-control {
        width: auto;
        margin: 20px 0;
        position: static;
        left: 0;
    }

    .btn-group,
    .input-append,
    .input-prepend {
        white-space: normal;
    }

    .form-horizontal .form-actions {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-horizontal .form-group {
        margin-right: -15px;
        margin-left: -15px;
    }

    .input-width-large,
    .input-width-xlarge,
    .input-width-xxlarge {
        width: 100% !important;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .select2-container-multi.full-width-fix .select2-search-field input {
        width: 100% !important;
    }
}


/*----- new responsive --------*/
@media (max-width: 753px) {
    .movilR .not {
        /*margin-right: 23px !important;*/
    }
    .form-wizard .steps li .step {
        padding-left: 0px;
    }

    .form-wizard .steps li {
        padding: 0px;
    }
    .icoRes {
        line-height: 86px !important;
        font-size: 16px !important;
    }

    .logo_movil {
        display: block;
    }

    #sidebar {
        /*  margin-top: -116px!important;*/
    }

    .muni img {
        width: 300px !important;
        margin-left: 0px !important;
    }

    .sistema_pro {
        font-size: 18px !important;
    }

    .login .box .form-title {
        margin-bottom: 20px !important;
    }
    /*----- modal/Bienvenida -----*/
    #img2 .image {
        width: 15% !important;
        margin-right: 20px !important;
    }

    .modal-dialog-In {
        width: 80%;
        height: auto;
        padding-bottom: 0px !important;
    }

    .imgUB {
        width: 115px;
        height: 115px;
        border: 5px solid#0dc1f2;
    }

    .modal-body {
        padding-bottom: 0px !important;
    }

    .textUser {
        height: auto;
    }

        .textUser h1 {
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 20px;
            /* margin-top:0px;*/
        }

    .imageUser {
        height: 80px;
    }

    .crumbs {
        padding-left: 15px;
    }

    #container.fixed-header {
        margin-top: 0px;
    }

    .select2-container {
        width: 100% !important;
    }
}

@media (max-width: 673px) {

    .navbar-brand img {
        width: 100px;
    }

    .title-header {
        font-size: 15px;
    }

    .text-tittle {
        width: auto;
        right: 25px;
    }
    #img2 .image {
        width: 15% !important;
        margin-right: 20px !important;
    }
    /*----- modal/Bienvenida -----*/
    .modal-dialog-In {
        width: 80%;
        height: auto;
        padding-bottom: 0px !important;
    }

    .imgUB {
        width: 115px;
        height: 115px;
        border: 5px solid#0dc1f2;
    }

    .modal-body {
        padding-bottom: 0px !important;
    }

    .textUser {
        height: auto;
    }

        .textUser h1 {
            font-size: 15px;
            line-height: 24px;
            margin-bottom: 20px;
            /* margin-top:0px;*/
        }

    .imageUser {
        height: 80px;
    }

    #visible1 {
        width: 50% !important;
    }

    .navbar-nav {
        margin: 0px !important;
    }

    .widget-content_no-padding {
        overflow-x: scroll !important;
    }
}

/*
@media (orientation: landscape) {
    .login .box .form-actions {
        margin-top: -47px !important;
    }
}
@media (orientation: Portrait) {
    .login .box .form-actions {
        margin-top: 0px !important;
    }
}
*/

@media (max-width: 480px) {
    .login .box .form-actions {
        margin-top: 0px !important;
    }

}
@media (max-width: 568px) {
    #container.fixed-header {
       /* margin-top: 15px !important;*/
    }
    .muni img {
        width: 280px !important;
        margin-left: 10px !important;
    }

    .sistema_pro {
        font-size: 16px !important;
    }
    .login .box .form-title {
        margin-top: 10px !important;
    }

    .not .dropdown-toggle {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #visible1 {
        width: 65%;
    }

    .Iconplaz .progress {
        margin-left: 0px !important;
    }

    .tabbable-custom > .tab-content {
        padding: 0px !important;
    }

    .widget.box .widget-content.no-padding .row {
        padding: 0px !important;
    }

    .navbar-nav {
        margin: 0px !important;
    }

    .widget-content_no-padding {
        overflow-x: scroll !important;
    }
}


@media(max-width: 347px) and (min-width: 300px) {
    .form-wizard .steps li .step {
        padding-left: 0px;
    }

    .form-wizard .steps li {
        padding: 0px;
    }
    .navbar .container .navbar-brand {
        width: 100%;
        margin: 0px !important;
    }

    .navbar-brand img {
        width: 100px;
    }

    .header {
        padding-top: 15px;
    }

    #container > #content > .container {
        padding-bottom: 75px;
    }

    .content_footer {
        display: inline-flex;
    }

    .text_db {
        margin-left: 17px;
        font-size: 10px;
    }

    .footer_muni img {
        margin-right: -13px;
    }

    .title-header {
        font-size: 14px;
        position: relative;
        margin-top: 55px;
    }

    .text-tittle {
        width: 100%;
        left: 0;
        text-align: center;
    }
    .navbar .container .navbar-brand {
        width: 100%;
        margin: 0px !important;
    }

    .navbar-brand img {
        width: 100px;
    }

    .title-header {
        font-size: 12px;
        position: relative;
        margin-top: 55px;
    }

    .text-tittle {
        width: auto;
        right: 25px;
    }
    #container.fixed-header {
        margin-top: 15px !important;
    }

    .navbar .container .username {
        width: 202px !important;
    }

    .navbar .container .nav > li > .dropdown-menu.extended {
        width: 315px !important;
    }

    .tabbable-custom > .nav-tabs > li.active {
        width: 100%;
    }

    .tabbable-custom > .nav-tabs > li {
        width: 100%;
        border: 1px solid #cccccc;
    }
}

@media (max-width: 320px) {
    .form-wizard .steps li .step {
        padding-left: 0px;
    }

    .form-wizard .steps li {
        padding: 0px;
    }
    .navbar .container .navbar-brand {
        width: 100%;
        margin: 0px !important;
    }

    .navbar-brand img {
        width: 100px;
    }

    .header {
        padding-top: 15px;
    }

    #container > #content > .container {
        padding-bottom: 75px;
    }

    .content_footer {
        display: inline-flex;
    }

    .text_db {
        margin-left: 17px;
        font-size: 10px;
    }

    .footer_muni img {
        margin-right: -13px;
    }

    .title-header {
        font-size: 14px;
        position: relative;
        margin-top: 55px;
    }

    .text-tittle {
        width: 100%;
        left: 0;
        text-align: center;
    }
    .navbar .container .navbar-brand {
        width: 100%;
        margin: 0px !important;
    }

    .navbar-brand img {
        width: 100px;
    }

    .title-header {
        font-size: 12px;
        position: relative;
        margin-top: 55px;
    }

    .text-tittle {
        width: auto;
        right: 25px;
    }
    #container.fixed-header {
        margin-top: 15px !important;
    }
    .navbar .container .username {
        font-size: 10px !important;
        text-align: right !important;
    }

    .not .dropdown-toggle {
        padding: 0px !important;
        padding-top: 14px !important;
        padding-right: 5px !important;
    }

    .tabbable-custom > .nav-tabs > li.active {
        width: 100%;
    }

    .tabbable-custom > .nav-tabs > li {
        width: 100%;
        border: 1px solid #cccccc;
    }
    .navbar .container .username {
        width: 195px !important;
    }
    .icon_noti {
        padding-top: 6px;
    }
}

@media (max-width: 380px) {
    .footer_nav {
        height: 47px;
        width: 100%;
        margin-left: 0%;
        position: absolute;
        margin-top: 50px;
    }

    .content_fnav {
        width: 100%;
        display: contents;
    }
        .footer_nav b {
            display: block;
        }
    .form-wizard .steps li .step {
        padding-left: 0px;
    }

    .form-wizard .steps li {
        padding: 0px;
    }
    .navbar .container .navbar-brand {
        width: 100%;
        margin: 0px !important;
    }

    .navbar-brand img {
        width: 100px;
    }
    .header {
        padding-top: 15px;
    }
    #container > #content > .container {
        padding-bottom: 75px;
    }
    .content_footer {
        display: inline-flex;
        height:100px;
    }
    .text_db {
        margin-left: 17px;
        font-size: 10px;
    }
    .footer_muni img {
        margin-right: -13px;
    }
    .title-header {
        font-size: 15px;
        position: relative;
        margin-top: 55px;
    }

    .text-tittle {
        width: 100%;
        left: 0;
        text-align: center;
    }
    #container.fixed-header {
        margin-top: 15px !important;
    }
    .movilR .not {
        margin-right: 0px !important;
    }

    .textUser h1 {
        font-size: 12px !important;
        line-height: 24px !important;
        margin-top: 30px;
    }

    .tabbable-custom > .nav-tabs > li.active {
        width: 100%;
    }

    .tabbable-custom > .nav-tabs > li {
        width: 100%;
        border: 1px solid #cccccc;
    }
}

@media(max-width: 480px) and (min-width: 405px) {
    .footer_nav {
        height: 47px;
        width: 100%;
        margin-left: 0%;
        position: absolute;
        margin-top: 50px;
    }

    .content_fnav {
        width: 100%;
        display: contents;
    }

    .footer_nav b {
        display: block;
    }
    .form-wizard .steps li .step {
        padding-left: 0px;
    }

    .form-wizard .steps li {
        padding: 0px;
    }
    .navbar .container .navbar-brand {
        width: 100%;
        margin: 0px !important;
    }

    .navbar-brand img {
        width: 100px;
    }

    .header {
        padding-top: 15px;
    }

    #container > #content > .container {
        padding-bottom: 75px;
    }

    .content_footer {
        display: inline-flex;
        height: 100px;
    }

    .text_db {
        margin-left: 17px;
        font-size: 10px;
    }

    .footer_muni img {
        margin-right: -13px;
    }

    .title-header {
        font-size: 14px;
        position: relative;
        margin-top: 55px;
    }

    .text-tittle {
        width: 100%;
        left: 0;
        text-align: center;
    }

    .navbar .container .navbar-brand {
        width: 100%;
        margin: 0px !important;
    }

    .navbar-brand img {
        width: 100px;
    }

    .title-header {
        font-size: 16px;
        position: relative;
        margin-top: 65px;
    }

    .text-tittle {
        width: auto;
        right: 0px;
    }
    #container.fixed-header {
        margin-top: 15px !important;
    }

    .movilR .not {
        /*margin-top: 30px !important;*/
    }

    .movilR .user {
        /*margin-top: 30px !important;*/
    }

    #sidebar {
        margin-top: 130px;
    }

    .tabbable-custom > .nav-tabs > li.active {
        width: 100%;
    }

    .tabbable-custom > .nav-tabs > li {
        width: 100%;
        border: 1px solid #cccccc;
    }
}


@media(max-width: 555px) and (min-width: 480px) {

    .navbar-brand img {
        width: 100px;
    }

    .title-header {
        font-size: 12px;
    }

    .text-tittle {
        width: auto;
        right: 25px;
    }
    #container.fixed-header {
        margin-top: 15px !important;
    }
    .ingmult_b1 {
        width: 100% !important;
        height: 50% !important;
    }

    .ingmult_b2 {
        width: 100% !important;
        height: 50% !important;
    }

    .ingmult_content {
        margin-top: 0px !important;
        height: 500px !important;
    }

    .igb_1 {
        width: 200px;
    }

    .igb_11 a {
        width: 61% !important;
    }

    .igb_21 a {
        width: 61% !important;
    }

    .igb_2 {
        width: 200px;
    }

    .tabbable-custom > .nav-tabs > li.active {
        width: 100%;
    }

    .tabbable-custom > .nav-tabs > li {
        width: 100%;
        border: 1px solid #cccccc;
    }
}
/*----------------------------*/
@media (max-width: 480px) {
    .Icon_ConsultWeb {
        position: absolute;
        width: auto;
        height: auto;
        right: 0;
        top: 0;
        padding: 0;
        margin: 0;
        margin: 0;
    }
    .button_CW {
        background: #FFF;
        width: 50px;
        height: 50px;
        border-radius: 0% 0% 0% 30%;
        cursor: pointer;
    }
    .form-wizard .steps li .step {
        padding-left: 0px;
    }

    .form-wizard .steps li {
        padding: 0px;
    }
    #container.fixed-header {
        margin-top: 15px !important;
    }
    /*----- modal/Bienvenida -----*/
    .modal-dialog-In {
        width: 80%;
    }

    .imgUB {
        height: auto;
    }

    .textUser h1 {
        font-size: 15px;
        line-height: 30px;
    }
    /*--------------*/
    .muni img {
        margin-left: 11% !important;
    }

    #sidebar {
        margin-top: 0px;
    }
    /*-------------*/
    .select2-container {
        width: 100% !important;
    }

    #container > #content > .container {
        margin-top: -4% !important;
    }

    .container .crumbs {
        margin-top: 0px !important;
        height: 40px;
    }

    .checker {
        margin-left: -11px !important;
    }

    h2 {
        font-size: 17px;
    }

    .dropdown-menu.extended li .time {
        line-height: 17px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 10px !important;
    }

    #List_Notifications .footer a {
        line-height: 30px !important;
    }

    .form-horizontal .control-label {
        padding-bottom: 7px;
    }
    /*----GRAFICO INGRESO MULTIPLE------*/
    .ingmult_b1 {
        width: 100% !important;
        height: 50% !important;
    }

    .ingmult_b2 {
        width: 100% !important;
        height: 50% !important;
    }

    .ingmult_content {
        margin-top: 0px !important;
        height: 500px !important;
    }

    .igb_1 {
        width: 200px;
    }

    .igb_11 a {
        width: 61% !important;
    }

    .igb_21 a {
        width: 61% !important;
    }

    .igb_2 {
        width: 200px;
    }
    /*------------*/
    .navbar .nav > li > a {
        line-height: 0px !important;
    }

    .page-header {
        text-align: center;
        margin: 0 auto;
    }

        .page-header .page-title {
            float: none;
        }

        .page-header .page-stats {
            display: none;
        }

    .crumbs {
        text-align: center;
    }

        .crumbs .breadcrumb {
            display: none;
        }

        .crumbs .crumb-buttons {
            float: none;
            margin: 0 auto;
            display: inline-block;
            height: 60px;
        }
    /* * * * * * * * * * * *
  	         * Login
  	         * * * * * * * * * * * */
    /*.login {
                padding-top: 60px !important;
            }*/
    .cont_login {
        margin-top: -80px !important;
    }

    .line_tittle {
        width: 300px !important;
    }

    .sistema_pro {
        font-size: 15px !important;
    }

    .login .box {
        width: 100% !important;
        padding-left: 25px;
        padding-right: 25px;
    }

        .login .box .form-group {
            position: inherit !important;
            width: 100% !important;
            float: left;
            z-index: 0 !important;
        }

        .login .box .form-actions {
            width: 100% !important;
        }

    .login .single-sign-on {
        width: 90% !important;
    }

    #img2 .image {
        margin-right: 26px !important;
        width: 169px !important;
    }

    .login .muni {
        width: 120%;
        margin-left: -14%;
    }

    .sistema {
        width: 200%;
    }

    .sistema-titulo {
        width: 100%;
        font-size: 12px;
    }

    .lineC {
        width: 87% !important;
        margin-left: 7% !important;
    }

    .navbar .nav > li > a {
        height: 80px;
        line-height: 76px;
    }

    .navbar .navbar-nav {
        margin-right: 0px !important;
    }

    .navbar .dropdown-menu {
        margin-top: 15px !important;
    }

    .icon_user {
        width: 40px !important;
    }

    .icon_noti {
        width: 45px !important;
    }

    .span_header {
        line-height: 40px;
    }

    .header {
        height: 160px;
    }

    .navbar .container .username {
        display: block !important;
        width: 210px;
        font-size: 11px;
    }

    .dropdown-toggle {
        padding-left: 0px !important;
        padding-right: 10px !important;
    }

    .dropdown .user {
        float: left;
    }

    .navbar .container .navbar-nav > li {
        float: left !important;
        height: 65px;
    }

    .navbar .container .nav > li > .dropdown-menu.extended {
        margin-right: 0px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 35px;
        height: 47px;
    }

    .text2 {
        height: 100%;
        width: 92%;
        position: absolute;
        display: list-item !important;
        text-decoration: none;
        list-style: none;
    }

    .navbar .container .nav > li > .dropdown-menu.extended {
        width: 352px;
        margin-right: -4px !important;
    }

    .icoRes {
        height: 50px !important;
        line-height: 24px !important;
        margin-top: 21px !important;
    }

    #sidebar #sidebar-content {
        margin-top: 0px !important;
    }

    .logo_movil {
        display: block;
        width: 249px;
        height: 139px;
        padding-top: -8px;
        z-index: 10000;
        background: #164b9c;
    }

        .logo_movil img {
            width: 215px;
        }

    .movilR {
        margin-top: 20px !important;
    }

    .navbar-nav.navbar-right:last-child {
        height: 64px !important;
        margin-top: -15px !important;
    }

    #container.fixed-header {
        margin-top: 15px;
    }

    .camp {
        display: none;
    }

    .camp2 {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        color: white;
        text-align: center;
        width: 248px;
        height: 139px;
        padding-top: -8px;
        position: fixed;
        z-index: 10000;
        padding-top: 27px;
        border-top: 3px solid #164b9c;
        background: #ffffff;
    }

        .camp2 img {
            width: 188px;
        }

    .footer_muni {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tabbable-custom > .nav-tabs > li.active {
        width: 100%;
    }

    .tabbable-custom > .nav-tabs > li {
        width: 100%;
        border: 1px solid #cccccc;
    }

    .navbar-nav {
        margin: 0px !important;
    }
}
