﻿.panel-body-mio {
    background-color: #fff !important;
    padding: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-body-mio {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
}

.bb-2-verde {
    border-bottom: 2px solid #256509;
}

.linkNegro {
    color: #111 !important
}

.linkNegro a {
    color: #111 !important
 }

/* collapse button */
#middle div.panel-heading-mio .panel_colapse:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
    content: "\f068";
    width: 22px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #666666;
}

#middle div.panel-heading-mio .panel_colapse.plus:before {
    content: "\f067";
    color: #666666;
}



btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}


.btn-xs,
.btn-group-xs > .btn {
    padding: 4px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
















.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #e0e0e0;
    background-image: none;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #265a88;
        background-position: 0 -15px;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #265a88;
        border-color: #245580;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #265a88;
        background-image: none;
    }

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

    .btn-success:hover,
    .btn-success:focus {
        background-color: #419641;
        /*background-position: 0 -15px;*/
        background-position: 0 30px;
    }

    .btn-success:active,
    .btn-success.active {
        background-color: #419641;
        border-color: #3e8f3e;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #419641;
        background-image: none;
    }

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

    .btn-info:hover,
    .btn-info:focus {
        background-color: #2aabd2;
        /*background-position: 0 -15px;*/
        background-position: 0 30px;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #2aabd2;
        border-color: #28a4c9;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #2aabd2;
        background-image: none;
    }

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

    .btn-warning:hover,
    .btn-warning:focus {
        background-color: #eb9316;
        /*background-position: 0 -15px;*/
        background-position: 0 30px;
    }

    .btn-warning:active,
    .btn-warning.active {
        background-color: #eb9316;
        border-color: #e38d13;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #eb9316;
        background-image: none;
    }

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

    .btn-danger:hover,
    .btn-danger:focus {
        background-color: #c12e2a;
        /*background-position: 0 -15px;*/
        background-position: 0 30px;
    }

    .btn-danger:active,
    .btn-danger.active {
        background-color: #c12e2a;
        border-color: #b92c28;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #c12e2a;
        background-image: none;
    }



.btn-add {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #e38d13;
    color: #fff !important;
}

    .btn-add:hover,
    .btn-add:focus {
        background-color: #eb9316;
        /*background-position: 0 -15px;*/
        background-position: 0 30px;
    }

    .btn-add:active,
    .btn-add.active {
        background-color: #eb9316;
        border-color: #e38d13;
    }

    .btn-add.disabled,
    .btn-add[disabled],
    fieldset[disabled] .btn-add,
    .btn-add.disabled:hover,
    .btn-add[disabled]:hover,
    fieldset[disabled] .btn-add:hover,
    .btn-add.disabled:focus,
    .btn-add[disabled]:focus,
    fieldset[disabled] .btn-add:focus,
    .btn-add.disabled.focus,
    .btn-add[disabled].focus,
    fieldset[disabled] .btn-add.focus,
    .btn-add.disabled:active,
    .btn-add[disabled]:active,
    fieldset[disabled] .btn-add:active,
    .btn-add.disabled.active,
    .btn-add[disabled].active,
    fieldset[disabled] .btn-add.active {
        background-color: #eb9316;
        background-image: none;
    }





/*

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-unstyled {
    padding-right: 0;
    padding-left: initial;
}

.blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
*/
/*.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote.pull-right footer:after,
.blockquote.pull-right small:after,
.blockquote.pull-right .small:after {
    content: '\00A0 \2014';

.pull-right {
    float: right !important;
}
}*/




.select-pb {
    padding-bottom: 5px !important;
}

.select-pr {
    padding-right: 35px;
}

.btn-order {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    text-align: left !important;
    /*padding: 0 0 0 0;*/
    padding-left: 0;
    padding-right: 0;
   margin-left: 0;
    /*border: 1px solid red;*/
}


    .btn-order:hover {
        /*color: #0d5bdd;*/
        /*color: #4b4c4d;*/
        color: #6c757d;
        text-decoration: underline;
    }
/*
    .btn-trans:focus, .btn-link.focus {
        text-decoration: underline;
    }

    .btn-trans:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }*/




.asc:after {
    content: ' ↑';
}

.desc:after {
    content: " ↓";
}


/*
.btn-pag, btn-sig:hover {
    cursor: pointer;
}*/

.btn-pag:hover {
    cursor: pointer;
}

.btn-sig:hover {
    cursor: pointer;
}

.txt-capital {
    text-transform: capitalize !important;
}


.collapsed:hover {
    color: #c12e2a !important;
    text-decoration: none;

}


.CollapseLink {
    color: #111 !important;
}

.CollapseLink:hover {
        color: #111 !important;
        text-decoration: none;
}



#hideAutoOK {
    -webkit-animation: cssAnimation 3s forwards;
    animation: cssAnimation 3s forwards;
}

#hideAutoErr {
    -webkit-animation: cssAnimation 3s forwards;
    animation: cssAnimation 3s forwards;
}

@keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        /*display: none !important;*/
    }
}

@-webkit-keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        /*display: none !important;*/
    }
}


.nav-mio-bg {
    background-color: #fff !important;
}

.sin-margen-mio {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

.padding-left-10-mio {
    padding-left: 10px !important;
}

.h-80px-mio {
    height: 80px !important;
}

.btn-40 {
    height: 40px !important;
}

.btn-img-80 {
    height: 80px !important;
}

.btn-img-140 {
    height: 140px !important;
}



.btn-activar {
    height: 40px !important;
}

    .btn-activar:hover {
        cursor: pointer;
    }

.col-table-2 {
    width: 2%;
}

.col-table-5 {
    width: 5%;
}

.col-table-10 {
    width: 10%;
}

.col-table-15 {
    width: 15%;
}

.col-table-20 {
    width: 20%;
}

.col-table-25 {
    width: 25%;
}

.col-table-30 {
    width: 30%;
}
.col-table-35 {
    width: 30%;
}

.col-table-40 {
    width: 40%;
}

.col-table-45 {
    width: 45%;
}

.col-table-50 {
    width: 50%;
}

.col-table-60 {
    width: 60%;
    /*text-align: center;*/
}

.col-table-65 {
    width: 65%;
    /*text-align: center;*/
}

.col-table-75 {
    width: 75%;
}

.col-table-80 {
    width: 80%;
}

.micenter {
    text-align: center !important;
}
.miright {
    text-align: right !important;
}

.trgris {
    background-color: #eae9e9;
    border-bottom: 1px solid #a8a5a5;
}

.cabestadistica {
    background-color: #ddf5e3;
    border-bottom: 1px solid #5cb85c;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.tdcabestadistica {
    background-color: #f0faf2;
}

.pieestadistica {
    background-color: #f5f5dd;
    /*font-weight: bold;*/
    /*color: #fff;*/
}

.width-100x100 {
    width: 100% !important;
}

.text-transform-none {
    text-transform: none !important;
}

.frm100 {
    width: 100%;
    min-width: 100%;
    Overflow: hidden;
    clear: both;
}

.frmIzq {
    width: auto;
    /*height: 100%;*/
    float: Left;
}

.x16 {
    width: 16%;
    min-width: 16%;
}

.x25 {
    width: 25%;
    min-width: 25%;
}

.x33 {
    width: 33%;
    min-width: 33%;
}
.x50{
    width: 50%;
    min-width: 50%;
}

.x75 {
    width: 75%;
    min-width: 75%;
}


.divoverflow {
    overflow: hidden;
    /*border: 1px solid #ccc;
    background-color: #f1f1f1;*/
}

.bg-gris {
    background-color: #a8a5a5
}




/* The container */
.rbthorizontal {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .rbthorizontal input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rbthorizontal:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rbthorizontal input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rbthorizontal input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rbthorizontal .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*
.va-bottom {
    vertical-align: bottom !important;
}


td.va-bottom {
    vertical-align: bottom !important;
}*/


.popover {
    max-width: 100% !important;
}


.select-disabled {
    pointer-events: none;
}


