/*
naranja: #ef8b22;
gris:#bcbec0;
gris_fuerte:#58595b;
.modal-dialog {
    z-index: 10000;
}
 */


/*****************************************************************************/

.panel-default>.panel-heading {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #ef8b22;
}

input#search-0-table {
    border: solid 1px #BDBDBD;
    font-weight: bold;
    box-shadow: grey 3px 3px 10px;
    padding-left: 5px;
}

.form-group {
    margin-bottom: 15px;
    display: inline;
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group {
    margin: 3px;
}


/*****************************************************************************/

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.notice-sm {
    padding: 10px;
    font-size: 80%;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #80D651;
}

.notice-success>strong {
    color: #80D651;
}

.notice-info {
    border-color: #45ABCD;
}

.notice-info>strong {
    color: #45ABCD;
}

.notice-warning {
    border-color: #FEAF20;
}

.notice-warning>strong {
    color: #FEAF20;
}

.notice-danger {
    border-color: #d73814;
}

.notice-danger>strong {
    color: #d73814;
}

.notice-primary {
    border-color: #337ab7;
}

.notice-primary>strong {
    color: #337ab7;
}


/*****************************************************************************/

tr:hover >td>div>input {
    background: #FBD68A;
    color: #333;
}

tr >td>div>input:focus {
    background: #FBD68A;
    color: #333;
}

span.label.label-success.dias {
    font-size: 12px;
}

span.label.label-warning.dias {
    font-size: 12px;
}

span.label.label-danger.dias {
    font-size: 12px;
}


/*****************************************************************************/

.label-yellow {
    background-color: #ef8b22;
}

.label {
    font-size: 16px;
}

.update-nag {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}

.update-nag:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
}

.update-nag > .update-split {
    background: #337ab7;
    width: 33px;
    float: left;
    color: #fff!important;
    height: 100%;
    text-align: center;
}

.update-nag > .update-split > .glyphicon {
    position: relative;
    top: calc(50% - 9px)!important;
    /* 50% - 3/4 of icon height */
}

.update-nag > .update-split.update-success {
    background: #5cb85c!important;
}

.update-nag > .update-split.update-danger {
    background: #d9534f!important;
}

.update-nag > .update-split.update-info {
    background: #5bc0de!important;
}

.update-nag > .update-text {
    line-height: 19px;
    padding-top: 11px;
    padding-left: 45px;
    padding-right: 20px;
}


/****************************************************************************/

.navbar-inverse .navbar-nav>li>a {
    color: #777;
    border: solid 1px rgba(210, 210, 210, 0.37);
}

.rotate-180-deg {
    transform: rotate(180deg);
}

span.js-user-name {
    color: white;
}

.navbar-brand {
    padding: 0px 70px;
}

.docs-table tbody i {
    display: inline-block;
    margin: 0 auto;
    font-size: 2em;
    width: 100%;
    text-align: center;
}

ul li i {
    display: inline-block;
    margin-right: 10px;
}

li.divider {
    width: 100%;
}

li.divider hr {
    width: 90%;
    text-align: center;
}

li.sub-li {
    font-size: 0.8em;
}

.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #F2F2F2;
    border: none;
}

.navbar.navbar-inverse.navbar-fixed-top .navbar-brand:hover {
    color: #777;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: none;
}

.nav.navbar-nav.side-nav {
    background-color: #F2F2F2;
    transition: width 500ms ease;
    transform: translate3d(0, 0, 0);
}

#opciones.nav.navbar-nav.side-nav2 {
    background-color: #F2F2F2;
    transition: width 500ms ease;
    transform: translate3d(0, 0, 0);
    height: 800px;
}

.nav.navbar-nav.side-nav.hide-link-text {
    width: 50px;
    left: 0;
    margin-left: -8px;
}

#opciones.nav.navbar-nav.side-nav2.hide-link-text {
    width: 48px;
    right: 0;
    margin-right: 0;
}

.navbar-nav li a {
    transition: all 250ms ease;
}

.navbar-nav li:not(.divider):hover {
    cursor: pointer;
}

.navbar-nav li.toggle-nav i {
    transition: transform 500ms linear;
}

.navbar-nav li.toggle-nav i.rotate-180-deg {
    transform-origin: 10px 8px;
}

.navbar-nav li > a {
    line-height: 35px;
    transition: all 250ms ease;
}

.navbar-nav li > a i {
    min-width: 24px;
    width: 24px;
    margin-right: 10px;
    padding-right: 10px;
    text-align: center;
}

.navbar-nav li.active.docs > a,
.navbar-nav li.active:hover.docs > a {
    background-color: #229951;
    border-color: #196f3b;
}

.navbar-nav li.active.admin > a,
.navbar-nav li.active:hover.admin > a {
    background-color: black;
    border: 1px solid black;
}

.navbar-nav li.active.person-lookup > a,
.navbar-nav li.active:hover.person-lookup > a {
    background-color: #7dd4d1;
    border: 1px solid #57c7c3;
}

.navbar-nav li.active.software-support > a,
.navbar-nav li.active:hover.software-support > a {
    background-color: #e9691e;
    border: 1px solid #c15313;
}

.navbar-nav li.active.dashboard-updates > a,
.navbar-nav li.active:hover.dashboard-updates > a {
    background-color: #a46ace;
    border: 1px solid #8d44c1;
}

.navbar-nav li.active.print > a,
.navbar-nav li.active:hover.print > a {
    background-color: black;
    border: 1px solid black;
}

.navbar-nav li:hover.dashboard > a {
    background-color: #6aa3d5 !important;
}

.navbar-nav li:hover.docs > a {
    background-color: #27ae5c !important;
}

.navbar-nav li:hover.admin > a {
    background-color: #262626 !important;
}

.navbar-nav li:hover.person-lookup > a {
    background-color: #90dad8 !important;
}

.navbar-nav li:hover.software-support > a {
    background-color: #eb7835 !important;
}

.navbar-nav li:hover.dashboard-updates > a {
    background-color: #b07dd4 !important;
}

.navbar-nav li:hover.print > a {
    background-color: #262626 !important;
}

@media (max-height: 600px) {
    ul.navbar-nav.side-nav > li > a {
        height: 40px;
        padding: 5px 15px;
    }
}

@media (max-height: 600px) {
    ul.navbar-nav#opciones.side-nav2 > li > a {
        height: 40px;
        padding: 5px 15px;
    }
}

body {
    margin-top: 52px;
    padding-bottom: 52px;
}

#wrapper {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    background: #F2F2F2;
}

#page-wrapper {
    height: 100%;
    padding: 5px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

.navbar-inverse {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}

.navbar-toggle {
    background: #7d7878;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #ef8b22;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #ef8b22;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #DFF0D9;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #ef8b22;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #ef8b22;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
    .nav.navbar-nav.side-nav {
        background-color: #dce1e1;
        border: 2px solid #c8d7d7;
    }
    .nav.navbar-nav#opciones.side-nav2 {
        background-color: #dce1e1;
        border: 2px solid #c8d7d7;
    }
}


/* Nav Announcements */

.alerts-heading {
    font-size: 50px;
    margin: 0;
}

.alerts-text {
    margin: 0;
}


/* Edit Below to Customize Widths > 768px */

@media (min-width: 768px) {
    /* Wrappers */
    #wrapper {
        padding-left: 225px;
        padding-right: 225px;
        transition: padding 800ms ease;
    }
    #wrapper.expanded {
        padding-left: 48px;
    }
    #wrapper.expanded2 {
        padding-right: 48px;
    }
    #page-wrapper {
        padding: 0px 25px 15px 25px;
    }
    /* Side Nav */
    .side-nav {
        margin-left: -225px;
        left: 225px;
        width: 225px;
        position: fixed;
        top: 67px;
        height: auto;
        border-radius: 0;
        border: none;
        background-color: #F3F3F3;
        overflow-x: hidden;
        overflow-y: hidden;
        user-select: none;
    }
    /*menu overrides*/
    .side-nav > li.dropdown > ul.dropdown-menu {
        position: relative;
        min-width: 225px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .side-nav > li.dropdown > ul.dropdown-menu > li > a {
        color: #bcbec0;
        padding: 15px 15px 15px 25px;
    }
    .side-nav > li.dropdown > ul.dropdown-menu > li > a:hover,
    .side-nav > li.dropdown > ul.dropdown-menu > li > a.active,
    .side-nav > li.dropdown > ul.dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #ef8b22;
    }
    .side-nav > li > a {
        width: 225px;
    }
    /* Side Nav OPCIONES */
    #opciones.side-nav2 {
        margin-right: -225px;
        right: 225px;
        width: 225px;
        position: fixed;
        top: 67px;
        height: auto;
        border-radius: 0;
        border: none;
        background-color: #F3F3F3;
        overflow-x: hidden;
        overflow-y: hidden;
        user-select: none;
    }
    /*menu overrides*/
    #opciones.side-nav2 > li.dropdown > ul.dropdown-menu {
        position: relative;
        min-width: 225px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }
    #opciones.side-nav2 > li.dropdown > ul.dropdown-menu > li > a {
        color: #bcbec0;
        padding: 15px 15px 15px 25px;
    }
    #opciones.side-nav2 > li.dropdown > ul.dropdown-menu > li > a:hover,
    #opciones.side-nav2 > li.dropdown > ul.dropdown-menu > li > a.active,
    #opciones.side-nav2 > li.dropdown > ul.dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #ef8b22;
    }
    #opciones.side-nav2 > li > a {
        width: 225px;
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #ef8b22;
    }
    .navbar-collapse {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.header-text {
    display: inline-block;
    border-bottom: 1px solid lightgrey;
    font-weight: 300;
    animation-delay: 0;
    animation-duration: 600ms;
    margin-top: 25px;
}

.btn-glyphicon {
    padding: 8px;
    background: #ffffff;
    margin-right: 4px;
}

.icon-btn {
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
}

#footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #F2F2F2;
    padding: 10px;
    z-index: 1000;
}

.footer-inner {
    z-index: 1000;
}

.footer .footer-inner .footer-content {
    position: absolute;
    /* left: 12px; */
    right: 12px;
    /* bottom: 4px; */
    /* padding: 8px; */
    line-height: 36px;
    border-top: 3px double #f2f2f2;
}

.footer .footer-inner .footer-content {
    position: absolute;
    left: 12px;
    /* right: 12px; */
    /* bottom: 4px; */
    /* padding: 8px; */
    /* line-height: 36px; */
}

.footer .footer-inner .footer-content {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    padding: 8px;
    line-height: 36px;
    /*border-top: 3px double #E5E5E5;*/
}

#ul_footer>li>a {
    color: #777777;
}

#ul_footer>li>a:hover {
    background: #fff;
    color: #F9951D;
    font-weight: bold;
}

#ul_footer>li>.active {
    background: #fff;
    color: #F9951D;
    font-weight: bold;
}

input#search-0-table {
    width: 450px;
}

div#div-0-table {
    position: none;
}

#nombre_usuario {
    background-color: #ef8b22;
}

.table-hover > tbody > tr:hover {
    color: #428BCA;
    font-weight: ;
}

.table-hover > tbody > tr.active {
    color: #ef8b22;
    font-weight: ;
    border: solid 2px #EF8B22;
}


/********************************* PROYECTOS *********************************/

ul#cotizaciones_ul {
    margin: 0;
    padding: 0;
}

#cotizaciones_proyecto {
    margin: 0;
    padding: 0;
}

li.cotizaciones {
    width: 100%;
    border: solid 1px #CCC;
    list-style-type: none;
    text-decoration: none;
    padding: 5px;
    height: 50px;
}


/********************************* PROYECTOS *********************************/

#opciones.especial {
    width: 450px;
}

.arrow2 {
    border: solid 1px #3F3F3F;
    padding: 5px;
    background: white;
    display: inline-block;
}

.arrow_success {
    border: solid 1px rgb(223, 240, 216);
    padding: 5px;
    background-color: rgb(223, 240, 216);
    display: inline-block;
}

.arrow_info {
    border: solid 1px rgb(189, 230, 238);
    padding: 5px;
    background-color: rgb(189, 230, 238);
    display: inline-block;
}

.arrow_danger {
    border: solid 1px rgb(242, 222, 222);
    padding: 5px;
    background-color: rgb(242, 222, 222);
    display: inline-block;
}

.arrow_terminado{
    border: solid 1px rgba(146, 146, 146, 0.68);
    padding: 5px;
    background: rgba(146, 146, 146, 0.68);
    display: inline-block;

}

.modal.modal-wide .modal-dialog {
    width: 65%;
}

.table-header {
    background-color: #ef8b22;
    color: #FFF;
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    margin-bottom: 1px;
    margin: -15px;
}

.modal-backdrop.in {
    background: black;
}


/*****************************EDICION-COTIZACION******************************/


/*
#item_table{
height: 600px !important;
display:inline-block;
}
*/

#clientes {
    /**font-weight:bold;**/
    /**font-size: 16px;**/
}

.not-active {
    pointer-events: none;
    cursor: default;
    background: rgb(193, 193, 193);
}

input[type=text]:disabled {
    background: rgba(246, 166, 0, 0.46);
}

.mytipclass {
    font-weight: bold;
    color: #CB8902;
    font-size: 16px;
}

select {
    width: 250px;
    padding: 2px;
    margin-top: 5px;
    border: 1px solid #999
}

.table.items td.td-icon {
    max-width: 100px;
    /*min-width: unset;
*/
}

.input-tabla:focus {
    /* background-color: rgba(34, 34, 34, 0.2);
*/
    border: solid 1px;
    color: rgb(34, 34, 34);
}

.input-tabla {
    border: none;
    border-bottom: solid 1px #DDD;
    border-top: solid 1px #DDD;
    text-align: center;
    font-size: 15px;
}

.table .input-group {
    width: 100%;
    height: 100%;
    margin-top: -7px;
    margin-bottom: -7px;
}

#resumen_general {
    margin-top: 5%;
}

#tabla_totales {
    margin-top: 10%;
}

th {
    text-align: center;
}

.table-header {
    background-color: #888888;
    color: #FFF;
    font-size: 16px;
    line-height: 38px;
    padding-left: 12px;
    margin-bottom: 1px;
    text-align: center;
}

.totales {
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background-color: rgb(238, 238, 238)
}

.totales_edit {
    text-align: center;
    font-size: 16px;
}

body *:focus {
    outline: none !important;
    border-color: #F6A600 !important;
    box-shadow: none !important;
}

.table-responsive {
    height: 50%;
    margin-bottom: 10px;
}

input:focus {}

.table>tbody+tbody {
    border: none;
}

table {
    border: none;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: none;
}

hr {
    margin-top: 15px;
    margin-bottom: 20px;
    /* border: 0;
*/
    border-top: 1px solid #F6A600;
}

#headerbar {
    height: 46px;
    padding: 8px;
    border-bottom: 1px solid #F6A600;
    margin-bottom: 10px;
}

#margen_general {
    font-size: 18px;
    border: 1px solid #F6A600;
}

.navbar-default {
    background-color: #f5f5f5;
    border-color: #e7e7e7;
}

.footer {
    background-color: #f5f5f5;
    border-color: #e7e7e7;
}

span.span_proyecto {
    background: #EEEEEE;
    padding: 2px;
    margin: 5px;
}


}
#ocultar_nombre {
    background: #77A5CC;
}

/*****************************EDICION-COTIZACION******************************/
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
#fullpage-loader {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff
}
#fullpage-loader .loader-content {
    position: absolute;
    top: 20%;
    left: 0;
    font-size: 200px;
    opacity: 0.85;
    width: 100%;
    text-align: center
}
#fullpage-loader .loader-content #loader-error {
    font-size: 20px
}
#fullpage-loader .loader-content {
    font-size: 150px;
    top: 10%;
    left: 0;
    margin-top: 0;
    margin-left: 0
}
.quote .cf {
    margin-bottom: 15px;
}
.quote .cf {
    margin-bottom: 15px;
}
#item_table tr.item input,
#item_table tr.item textarea {
    border-color: #e5e5e5;
    border-radius: 0;
    box-shadow: none
}
.table .input-group-addon {
    font-size: 12px;
    padding: 4px 8px
}
.table .input-group {
    width: 100%;
    height: 100%;
    margin-top: -7px;
    margin-bottom: -7px;
}
.table.items td.td-textarea {
    /* min-width: 300px;  */
    
    max-width: 400px;
}
.table.items td {
    min-width: 150px;
    max-width: 300px;
    vertical-align: top !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.docs-table tbody i {
    display: inline-block;
    margin: 0 auto;
    font-size: 2em;
    width: 100%;
    text-align: center;
}
table.items td.td-icon {
    max-width: 100px;
    min-width: unset;
}

/*
naranja: #ef8b22;
gris:#bcbec0;
gris_fuerte:#58595b;
.modal-dialog {
    z-index: 10000;
}
 */

/*****************************************************************************/
.panel-default>.panel-heading {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #ef8b22;
}
input#search-0-table {
    border: solid 1px #BDBDBD;
    font-weight: bold;
    box-shadow: grey 3px 3px 10px;
    padding-left: 5px;
}
.form-group {
    margin-bottom: 15px;
    display: inline;
}
.form-group input[type="checkbox"] {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}
.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group {
    margin: 3px;
}

/*****************************************************************************/
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}
.notice-primary {
    border-color: #337ab7;
}
.notice-primary>strong {
    color: #337ab7;
}

/*****************************************************************************/
tr:hover >td>div>input {
    background: #FBD68A;
    color: #333;
}
tr >td>div>input:focus {
    background: #FBD68A;
    color: #333;
}
span.label.label-success.dias {
    font-size: 12px;
}
span.label.label-warning.dias {
    font-size: 12px;
}
span.label.label-danger.dias {
    font-size: 12px;
}

/*****************************************************************************/
.label-yellow {
    background-color: #ef8b22;
}
.label {
    font-size: 16px;
}
.update-nag {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    margin-bottom: 10px;
}
.update-nag:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
}
.update-nag > .update-split {
    background: #337ab7;
    width: 33px;
    float: left;
    color: #fff!important;
    height: 100%;
    text-align: center;
}
.update-nag > .update-split > .glyphicon {
    position: relative;
    top: calc(50% - 9px)!important;
    /* 50% - 3/4 of icon height */
}
.update-nag > .update-split.update-success {
    background: #5cb85c!important;
}
.update-nag > .update-split.update-danger {
    background: #d9534f!important;
}
.update-nag > .update-split.update-info {
    background: #5bc0de!important;
}
.update-nag > .update-text {
    line-height: 19px;
    padding-top: 11px;
    padding-left: 45px;
    padding-right: 20px;
}

/****************************************************************************/
.navbar-inverse .navbar-nav>li>a {
    color: #777;
    border: solid 1px rgba(210, 210, 210, 0.37);
}
.rotate-180-deg {
    transform: rotate(180deg);
}
span.js-user-name {
    color: white;
}
.navbar-brand {
    padding: 0px 70px;
}
.docs-table tbody i {
    display: inline-block;
    margin: 0 auto;
    font-size: 2em;
    width: 100%;
    text-align: center;
}
ul li i {
    display: inline-block;
    margin-right: 10px;
}
li.divider {
    width: 100%;
}
li.divider hr {
    width: 90%;
    text-align: center;
}
li.sub-li {
    font-size: 0.8em;
}
.navbar.navbar-inverse.navbar-fixed-top {
    background-color: #F2F2F2;
    border: none;
}
.navbar.navbar-inverse.navbar-fixed-top .navbar-brand:hover {
    color: #777;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: none;
}
.nav.navbar-nav.side-nav {
    background-color: #F2F2F2;
    transition: width 500ms ease;
    transform: translate3d(0, 0, 0);
}
#opciones.nav.navbar-nav.side-nav2 {
    background-color: #F2F2F2;
    transition: width 500ms ease;
    transform: translate3d(0, 0, 0);
    height: 800px;
}
.nav.navbar-nav.side-nav.hide-link-text {
    width: 50px;
    left: 0;
    margin-left: -8px;
}
#opciones.nav.navbar-nav.side-nav2.hide-link-text {
    width: 48px;
    right: 0;
    margin-right: 0;
}
.navbar-nav li a {
    transition: all 250ms ease;
}
.navbar-nav li:not(.divider):hover {
    cursor: pointer;
}
.navbar-nav li.toggle-nav i {
    transition: transform 500ms linear;
}
.navbar-nav li.toggle-nav i.rotate-180-deg {
    transform-origin: 10px 8px;
}
.navbar-nav li > a {
    line-height: 35px;
    transition: all 250ms ease;
}
.navbar-nav li > a i {
    min-width: 24px;
    width: 24px;
    margin-right: 10px;
    padding-right: 10px;
    text-align: center;
}
.navbar-nav li.active.docs > a,
.navbar-nav li.active:hover.docs > a {
    background-color: #229951;
    border-color: #196f3b;
}
.navbar-nav li.active.admin > a,
.navbar-nav li.active:hover.admin > a {
    background-color: black;
    border: 1px solid black;
}
.navbar-nav li.active.person-lookup > a,
.navbar-nav li.active:hover.person-lookup > a {
    background-color: #7dd4d1;
    border: 1px solid #57c7c3;
}
.navbar-nav li.active.software-support > a,
.navbar-nav li.active:hover.software-support > a {
    background-color: #e9691e;
    border: 1px solid #c15313;
}
.navbar-nav li.active.dashboard-updates > a,
.navbar-nav li.active:hover.dashboard-updates > a {
    background-color: #a46ace;
    border: 1px solid #8d44c1;
}
.navbar-nav li.active.print > a,
.navbar-nav li.active:hover.print > a {
    background-color: black;
    border: 1px solid black;
}
.navbar-nav li:hover.dashboard > a {
    background-color: #6aa3d5 !important;
}
.navbar-nav li:hover.docs > a {
    background-color: #27ae5c !important;
}
.navbar-nav li:hover.admin > a {
    background-color: #262626 !important;
}
.navbar-nav li:hover.person-lookup > a {
    background-color: #90dad8 !important;
}
.navbar-nav li:hover.software-support > a {
    background-color: #eb7835 !important;
}
.navbar-nav li:hover.dashboard-updates > a {
    background-color: #b07dd4 !important;
}
.navbar-nav li:hover.print > a {
    background-color: #262626 !important;
}
@media (max-height: 600px) {
    ul.navbar-nav.side-nav > li > a {
        height: 40px;
        padding: 5px 15px;
    }
}
@media (max-height: 600px) {
    ul.navbar-nav#opciones.side-nav2 > li > a {
        height: 40px;
        padding: 5px 15px;
    }
}
body {
    margin-top: 52px;
    padding-bottom: 52px;
}
#wrapper {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    background: #F2F2F2;
}
#page-wrapper {
    height: 100%;
    padding: 5px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}
.navbar-inverse {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
}
.navbar-toggle {
    background: #7d7878;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #ef8b22;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #ef8b22;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #DFF0D9;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #ef8b22;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #ef8b22;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
    
    .nav.navbar-nav.side-nav {
        background-color: #dce1e1;
        border: 2px solid #c8d7d7;
    }
    
    .nav.navbar-nav#opciones.side-nav2 {
        background-color: #dce1e1;
        border: 2px solid #c8d7d7;
    }
}

/* Nav Announcements */
.alerts-heading {
    font-size: 50px;
    margin: 0;
}
.alerts-text {
    margin: 0;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width: 768px) {
    /* Wrappers */
    
    #wrapper {
        padding-left: 225px;
        padding-right: 225px;
        transition: padding 800ms ease;
    }
    
    #wrapper.expanded {
        padding-left: 48px;
    }
    
    #wrapper.expanded2 {
        padding-right: 48px;
    }
    
    #page-wrapper {
        padding: 0px 25px 15px 25px;
    }
    /* Side Nav */
    
    .side-nav {
        margin-left: -225px;
        left: 225px;
        width: 225px;
        position: fixed;
        top: 67px;
        height: auto;
        border-radius: 0;
        border: none;
        background-color: #F3F3F3;
        overflow-x: hidden;
        overflow-y: hidden;
        user-select: none;
    }
    /*menu overrides*/
    
    .side-nav > li.dropdown > ul.dropdown-menu {
        position: relative;
        min-width: 225px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }
    
    .side-nav > li.dropdown > ul.dropdown-menu > li > a {
        color: #bcbec0;
        padding: 15px 15px 15px 25px;
    }
    
    .side-nav > li.dropdown > ul.dropdown-menu > li > a:hover,
    .side-nav > li.dropdown > ul.dropdown-menu > li > a.active,
    .side-nav > li.dropdown > ul.dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #ef8b22;
    }
    
    .side-nav > li > a {
        width: 225px;
    }
    /* Side Nav OPCIONES */
    
    #opciones.side-nav2 {
        margin-right: -225px;
        right: 225px;
        width: 225px;
        position: fixed;
        top: 67px;
        height: auto;
        border-radius: 0;
        border: none;
        background-color: #F3F3F3;
        overflow-x: hidden;
        overflow-y: hidden;
        user-select: none;
    }
    /*menu overrides*/
    
    #opciones.side-nav2 > li.dropdown > ul.dropdown-menu {
        position: relative;
        min-width: 225px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }
    
    #opciones.side-nav2 > li.dropdown > ul.dropdown-menu > li > a {
        color: #bcbec0;
        padding: 15px 15px 15px 25px;
    }
    
    #opciones.side-nav2 > li.dropdown > ul.dropdown-menu > li > a:hover,
    #opciones.side-nav2 > li.dropdown > ul.dropdown-menu > li > a.active,
    #opciones.side-nav2 > li.dropdown > ul.dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #ef8b22;
    }
    
    #opciones.side-nav2 > li > a {
        width: 225px;
    }
    
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #ef8b22;
    }
    
    .navbar-collapse {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.header-text {
    display: inline-block;
    border-bottom: 1px solid lightgrey;
    font-weight: 300;
    animation-delay: 0;
    animation-duration: 600ms;
    margin-top: 25px;
}
.btn-glyphicon {
    padding: 8px;
    background: #ffffff;
    margin-right: 4px;
}
.icon-btn {
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
}
#footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #F2F2F2;
    padding: 10px;
    z-index: 1000;
}
.footer-inner {
    z-index: 1000;
}
.footer .footer-inner .footer-content {
    position: absolute;
    /* left: 12px; */
    
    right: 12px;
    /* bottom: 4px; */
    /* padding: 8px; */
    
    line-height: 36px;
    border-top: 3px double #f2f2f2;
}
.footer .footer-inner .footer-content {
    position: absolute;
    left: 12px;
    /* right: 12px; */
    /* bottom: 4px; */
    /* padding: 8px; */
    /* line-height: 36px; */
}
.footer .footer-inner .footer-content {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    padding: 8px;
    line-height: 36px;
    /*border-top: 3px double #E5E5E5;*/
}
#ul_footer>li>a {
    color: #777777;
}
#ul_footer>li>a:hover {
    background: #fff;
    color: #F9951D;
    font-weight: bold;
}
#ul_footer>li>.active {
    background: #fff;
    color: #F9951D;
    font-weight: bold;
}
 
div#div-0-table {
    position: none;
}
#nombre_usuario {
    background-color: #ef8b22;
}
.table-hover > tbody > tr:hover {
    color: #428BCA;
    font-weight: ;
}
.table-hover > tbody > tr.active {
    color: #ef8b22;
    font-weight: ;
    border: solid 2px #EF8B22;
}

/********************************* PROYECTOS *********************************/
ul#cotizaciones_ul {
    margin: 0;
    padding: 0;
}
#cotizaciones_proyecto {
    margin: 0;
    padding: 0;
}
li.cotizaciones {
    width: 100%;
    border: solid 1px #CCC;
    list-style-type: none;
    text-decoration: none;
    padding: 5px;
    height: 50px;
}

/********************************* PROYECTOS *********************************/
#opciones.especial {
    width: 450px;
}
.arrow2 {
    border: solid 1px #3F3F3F;
    padding: 5px;
    background: white;
}
.modal.modal-wide .modal-dialog {
    width: 65%;
}
.table-header {
    background-color: #ef8b22;
    color: #FFF;
    font-size: 14px;
    line-height: 38px;
    padding-left: 12px;
    margin-bottom: 1px;
    margin: -15px;
}
.modal-backdrop.in {
    background: black;
}

/*****************************EDICION-COTIZACION******************************/

/*
#item_table{
height: 600px !important;
display:inline-block;
}
*/
#clientes {
    /**font-weight:bold;**/
    /**font-size: 16px;**/
}
.not-active {
    pointer-events: none;
    cursor: default;
    background: rgb(193, 193, 193);
}
input[type=text]:disabled {
    background: rgba(246, 166, 0, 0.46);
}
.mytipclass {
    font-weight: bold;
    color: #CB8902;
    font-size: 16px;
}
select {
    width: 250px;
    padding: 2px;
    margin-top: 5px;
    border: 1px solid #999
}
.table.items td.td-icon {
    max-width: 100px;
    /*min-width: unset;
*/
}
.input-tabla:focus {
    /* background-color: rgba(34, 34, 34, 0.2);
*/
    
    border: solid 1px;
    color: rgb(34, 34, 34);
}
.input-tabla {
    border: none;
    border-bottom: solid 1px #DDD;
    border-top: solid 1px #DDD;
    text-align: center;
    font-size: 15px;
}
.table .input-group {
    width: 100%;
    height: 100%;
    margin-top: -7px;
    margin-bottom: -7px;
}
#resumen_general {
    margin-top: 5%;
}
#tabla_totales {
    margin-top: 10%;
}
th {
    text-align: center;
}
.table-header {
    background-color: #888888;
    color: #FFF;
    font-size: 16px;
    line-height: 38px;
    padding-left: 12px;
    margin-bottom: 1px;
    text-align: center;
}
.totales {
    border: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background-color: rgb(238, 238, 238)
}
.totales_edit {
    text-align: center;
    font-size: 16px;
}
body *:focus {
    outline: none !important;
    border-color: #F6A600 !important;
    box-shadow: none !important;
}
.table-responsive {
    height: 50%;
    margin-bottom: 10px;
}
input:focus {}
.table>tbody+tbody {
    border: none;
}
table {
    border: none;
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: none;
}
hr {
    margin-top: 15px;
    margin-bottom: 20px;
    /* border: 0;
*/
    
    border-top: 1px solid #F6A600;
}
#headerbar {
    height: 46px;
    padding: 8px;
    border-bottom: 1px solid #F6A600;
    margin-bottom: 10px;
}
#margen_general {
    font-size: 18px;
    border: 1px solid #F6A600;
}
.navbar-default {
    background-color: #f5f5f5;
    border-color: #e7e7e7;
}
.footer {
    background-color: #f5f5f5;
    border-color: #e7e7e7;
}
span.span_proyecto {
    background: #EEEEEE;
    padding: 2px;
    margin: 5px;
}

}
#ocultar_nombre {
    background: #77A5CC;
}

/*****************************EDICION-COTIZACION******************************/
.container-fluid {
    padding-right:0px;
    padding-left:0px;
}
#fullpage-loader {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff
}
#fullpage-loader .loader-content {
    position: absolute;
    top: 20%;
    left: 0;
    font-size: 200px;
    opacity: 0.85;
    width: 100%;
    text-align: center
}
#fullpage-loader .loader-content #loader-error {
    font-size: 20px
}
#fullpage-loader .loader-content {
    font-size: 150px;
    top: 10%;
    left: 0;
    margin-top: 0;
    margin-left: 0
}
.quote .cf {
    margin-bottom: 15px;
}
.quote .cf {
    margin-bottom: 15px;
}
#item_table tr.item input,
#item_table tr.item textarea {
    border-color: #e5e5e5;
    border-radius: 0;
    box-shadow: none
}
.table .input-group-addon {
    font-size: 12px;
    padding: 4px 8px
}
.table .input-group {
    width: 100%;
    height: 100%;
    margin-top: -7px;
    margin-bottom: -7px;
}
.table.items td.td-textarea {
    /* min-width: 300px;  */
    max-width: 400px;
}
.table.items td {
    min-width: 150px;
    max-width: 300px;
    vertical-align: top !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.docs-table tbody i {
    display: inline-block;
    margin: 0 auto;
    font-size: 2em;
    width: 100%;
    text-align: center;
}
table.items td.td-icon {
    max-width: 100px;
    min-width: unset;
}
#menu >li>a {
    border: solid 1px rgba(210, 210, 210, 0.37);
    line-height: 10px;
}
div#busqueda {
    z-index: 99999;
    position: absolute;
    width: 95%;
}

/*

.alert-info {
   width: 50%;
     z-index: 99999;
     position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
*/
.alert-info.news {
    width: 50%;
    z-index: 99999;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/****************************NOTIFICACION DROPDOWN****************************/
.notifications {
    min-width:420px;
}
.notifications-wrapper {
    overflow:auto;
    max-height:250px;
}
.menu-title {
    color:#333;
    font-size:1.5rem;
    display:inline-block;
}
.glyphicon-circle-arrow-right {
    margin-left:10px;
}
.notification-heading,
.notification-footer {
    padding:2px 10px;
}
.dropdown-menu.divider {
    margin:5px 0;
}
.notifications a.content {
    text-decoration:none;
    background:#fff;
}
.notification-item {
    padding:10px;
    margin:5px;
    background:#eee;
    border-radius:4px;
}
.item-modulo {
    font-weight:bold;
    color:#333;
    font-size:.8em;
    display:inline-block;
}
.item-usuario {
    font-weight:bold;
    color:#333;
    font-size:.8em;
    display:inline-block;
    margin-left:20px;
    text-transform: capitalize;
}
.item-fecha {
    font-weight:bold;
    color:#333;
    font-size:.8em;
    display:inline-block;
    margin-left:33%;
    float: right;
}
p.item-info {
    color: #ef8b22;
    font-weight: bold;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: #58585a 10px 13px 28px;
}

/****************************NOTIFICACION DROPDOWN****************************/
span.span_estatus {
    float: right;
}
thead {
    color: #58585a;
    font-size: 16px;
    font-weight: bold;
}
.fixed-table-header {
    border-bottom: 2px solid #dddddd;
}
.fixed-table-container {
    position: relative;
    clear: both;
    border: 1px solid #dddddd;
    border-top: 2px solid #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    margin-top: 40;
}
@media (max-width: 480px) {
    #footer {
        display: none;
    }
}
button.ord {
    color: #58585a;
}
.acciones>button {
    /**color: #58585a;**/
    margin-left: 3px;
    /* border: solid 2px #ffffff; */
}
.dashboard_tour1 .row {
    margin: 0px;
    overflow: hidden;
}
a#ir_refritek {
    background: #ddf0f5;
    color: #ddf0f5;
    border-color: #ddf0f5;
}
a:hover#ir_refritek {
    border: solid 1px;
    border-color: #45c9eb;
}

a#ir_servitek {
background: #ffc0bf87;
color: #ffc0bf87;
border-color: #ffc0bf87;
}


#tabla-items td{

    white-space: nowrap;
}

#ul_footer .tooltip {
    opacity:1;
}

i.entregar.ace-icon.fa.fa-check{

    display: inline-block;
    margin: 0 auto;
    font-size: 16px !important;
    width: auto !important;
    text-align: center;

}


table .label {
    font-size: 12px;
}

.entrega{

    color:#5cb85c;
}



#resultado_rfc{

}

#resultado_rfc.ok{
border: solid 3px green;
    
}
#resultado_rfc.error{
border: solid 3px red;

    
}

.ui-pnotify-action-bar.test {
    overflow: scroll;
    max-height: 650px;
}