﻿.modal {
    overflow-y: auto !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #444;
    cursor: default;
    background-color: #f4f4f4;
    border-color: #ddd;
}

.form_wizard .stepContainer {
    display: block !important;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden;
    overflow-y: hidden;
    height: auto !important;
}
.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 0;
    padding: 0;
}
.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center
}
.wizard_horizontal ul.wizard_steps li a,
.wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666
}
.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0
}
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc
}
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}
.wizard_horizontal ul.wizard_steps li a.selected:before,
.step_no {
    background: #34495E;
    color: #fff
}
.wizard_horizontal ul.wizard_steps li a.done:before,
.wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #dd4b39;
    color: #fff
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto
}
.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px
}
.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 0px;
}
.actionBar .buttonDisabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}
.actionBar a {
    margin: 0 3px
}
.wizard_verticle .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px
}
.wizard_verticle ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px
}
.wizard_verticle ul.wizard_steps li {
    display: list-item;
    text-align: center
}
.wizard_verticle ul.wizard_steps li a {
    height: 80px
}
.wizard_verticle ul.wizard_steps li a:first-child {
    margin-top: 20px
}
.wizard_verticle ul.wizard_steps li a,
.wizard_verticle ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666
}
.wizard_verticle ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #ccc;
    top: 20px;
    width: 4px;
    z-index: 4;
    left: 49%
}
.wizard_verticle ul.wizard_steps li a.disabled .step_no {
    background: #ccc
}
.wizard_verticle ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5
}
.wizard_verticle ul.wizard_steps li a.selected:before,
.step_no {
    background: #34495E;
    color: #fff
}
.wizard_verticle ul.wizard_steps li a.done:before,
.wizard_verticle ul.wizard_steps li a.done .step_no {
    background: #dd4b39;
    color: #fff
}
.wizard_verticle ul.wizard_steps li:first-child a:before {
    left: 49%
}
.wizard_verticle ul.wizard_steps li:last-child a:before {
    left: 49%;
    left: auto;
    width: 0
}
.form_wizard .loader {
    display: none
}
.form_wizard .msgBox {
    display: none
}

 @media (min-width: 992px){
     .modal-xl{
         width: 70%;
     }
}

  @media (min-width: 992px){
     .modal-slg{
         width: 55%;
     }
}

@media (min-width: 992px) {
    .modal-xlg {
        width: 88%;
    }
}

@media (min-width: 992px) {
    .modal-smd {
        width: 25%;
    }
}

.border-bottom {
    /*border-bottom: #dd4b39 dotted medium;*/
    border-bottom: #3c8dbc solid medium;
}

.border-bottom-subtitle {
    border-bottom: 1px  #3c8dbc solid;
    /*border-bottom: 1px  #dd4b39 solid;*/
}

.modal-header {
    padding: 10px !important;
}
.modal-footer {
    padding: 10px !important;
}
.modal-body {
    padding: 15px !important;
}

.modal .modal-header {
    font-weight: bold;
    border-bottom: 4px solid #00c0ef;
    color: #fff;
    /*background-color: #4b646f;*/
    background-color: #3c8dbc;
    min-height: 20px;
    line-height: 22px;
    vertical-align: middle;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    /*opacity: .9;*/
    filter: alpha(opacity=90);
}

.modal .modal-header .close {
    border: 1px solid transparent;
    padding: 0;
    margin: 0;
    font-size: 20px;
    /*margin-top: 5px;*/
    filter: alpha(opacity=20);
    opacity: .5;
    color: #fff;
}

.modal-content {
    border: 8px solid rgba(61,61,61,.25);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 1px rgba(47,47,47,.6);
    -moz-box-shadow: 0 0 1px rgba(47,47,47,.6);
    box-shadow: 0 0 1px rgba(47,47,47,.6);
}

.error {
    font-size: 12px;
}

.blockUI {
    z-index: 99999 !important;
}

.control-label-resumen {
font-weight:normal;
}

.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}

.box {
    box-shadow: 0 1px 1px rgba(0,0,0,0.5) !important;
}

.box-header .box-title {
    margin: 5px 0 5px 0 !important;
}

/*AGREGADOS RECIENTEMENTE*/
.btn-transparent {
    background-color:transparent !important;
    border-color : transparent !important;
    color:white !important;
}
.align-center{
    text-align:center !important;
}
.align-right {
    text-align: right !important;
}
.align-left {
    text-align: left !important;
}
    .align-left .dataTables_filter {
        text-align: right !important;
    }
div .dt-buttons {
    float: none !important;
}
.jstree-contextmenu {
    z-index: 9999 !important;
}
.Inactivo {
    color: red !important;
    font-weight: bold !important;
}
.Activo {
    color: blue !important;
    font-weight: bold !important;
}


/*Tabla Personaliada*/
td-100{
    width: 100% !important;
}

.td-50 {
    width: 50% !important;
}

.td-45 {
    width: 45% !important;
}

.td-40 {
    width: 40% !important;
}

.td-35 {
    width: 35% !important;
}

.td-30 {
    width: 30% !important;
}

.td-25 {
    width: 25% !important;
}

.td-20 {
    width: 20% !important;
}

.td-15 {
    width: 15% !important;
}

.td-10 {
    width: 10% !important;
}

.td-5 {
    width: 5% !important;
}

td {
    color: black !important;
    font-size: 11px !important;
}

th {
    color: black !important;
    font-weight: normal !important;
    font-size: 13px !important; /*text-align:center !important;*/
    vertical-align: middle !important;
}

.td-input-nopadding {
    width: 50px;
    padding: 3px;
    padding-right: 5px;
    text-align: right;
    font-size: 13px;
}

.tabla-centrada th, .tabla-centrada td {
    text-align: center;
}

.table-style {
    font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    font-size: 13px !important;
    background-color: white;
    width: 100% !important;
}

    .table-bordered {
        border: 1px solid rgba(44,59,65,.6) !important;
    }

    .table-bordered>thead>tr>th, .table-bordered>thead>tr>td{
        border-bottom-width: 0px !important;
    }


    /*.table-style thead {    
        
        color: black !important; 
        font-size: 13px !important;
        border-color: #ddd !important;
    }*/

    .table-style > thead tr th {
        background-color: #ddd !important;
        border: 1px #ddd/*#eeeeee*/ groove;
        color: black !important;
        font-size: 13px !important;
        font-weight: bold !important;
        padding: 6px;
           
    }

    .table-style > tr {
        /*border: 1px rgba(238, 238, 238, 0.48) groove;*/
    }

    .table-style th, .table-style td {
        /*text-align: center;*/
    }

    .table-style tbody tr td {
        color: #000223;
        font-weight: normal;
        width: auto !important;
        font-size: 13px !important;
        margin: 0px !important;
        padding-top: 8px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-bottom: 8px !important;
        /*padding-top: 2px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        padding-bottom: 2px !important;*/
        vertical-align: middle;
        border: 1px solid rgba(44,59,65,.6)/*#8aa4af*/;
    }

    .table-style tbody tr:hover {
        background-color: rgba(33, 97, 151, 0.40) !important;
        transition: all 0.23s !important;
    }

    .table-style tr.details td table tr:hover {
        background: none !important;
        background-color: none !important;
    }

    /*.table-style tr.even {
        background-color: rgba(197, 216, 163, 0.49);
    }*/

    .table-style tr.selected {
        background-color: #b4d6fa;
    }

    .table-style tr.details td table thead {
        background: none !important;
    }

        .table-style tr.details td table thead tr { /*border:1px #bab7b7 solid !important;*/
        }

.tb-xs th, .tb-xs td {
    font-size: 13px !important; 
}

.no-table-style thead {
    background: none !important;
    font-weight: bold;
}

.no-sorter::after {
    display: none !important;
}

.no-sorter {
    cursor: default !important;
    width: 0px !important;
    padding: 0px !important;
    vertical-align: middle !important;
    text-align: center !important;
}

.table-style tbody tr td input{
    /*width:100% !important;*/
}
.table-nowrap tbody td {
    white-space:nowrap;
}
/*Fin tabla personalizada*/

/*Controles formularios*/

.checkbox {
    padding-left: 0 !important;
}

input[type='number'] {
    text-align: right !important;
}

input:read-only {
    background-color: white !important;
    cursor: pointer !important;
    color: black !important;
    opacity: .9 !important;
}

input:disabled {
    background-color: #eeeeee !important;
    cursor: no-drop !important;
}

.input-number {
    text-align: right;
}

.input-dt {
    display: inline !important;
    margin: 0;
}

.readonly {
    background-color: white !important;
    cursor: pointer !important;
}

.select-dt {
    display: inline !important;
    margin: 0;
}

.nodisplay {
    display: none !important;
}

.day.active {
    color: white !important;
}

label.error {
    font-size: 12px;
    font-family: Tahoma !important;
    color: red;
}

.error {
    color: red !important;
    font-weight: normal;
    font-size: 11.4px !important;
    font-family: Tahoma !important;
}

.number-money {
    text-align: right;
}

.number-money-3 {
    text-align: right;
}

/*Fin controles formulario*/ 




/*DataTable personalziacion*/

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    overflow-y: hidden;
}

@media (min-width:1200px) {
    .table-responsive {
        max-width: 100% !important;
    }
}

@media (min-width:992px) {
    .table-responsive {
        max-width: 100% !important;
    }
}

@media (min-width:768px) {
    .table-responsive {
        max-width: 100%;
    }
}

@media (max-width:650px) {
    .table-responsive {
        max-width: 650px;
        overflow-y: hidden !important;
        overflow-x: auto;
    }
}

table.table.dataTable {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.dataTables_wrapper .bottom {
    background-color: #f7f7f7 !important;
    border: 1px solid #c8c8c8;
    width: 100%;
    height: 45px;
}

.dataTables_info {
    text-align: left !important;
    display: inline !important;
    /*padding: 3px !important;*/
    padding: 15px 0px !important;
    /*margin-bottom: 30px !important;*/
    vertical-align: central;
    /*color: #142ea7 !important;*/
    color:black;
    font-family: Tahoma !important;
    font-size: 11px;
    /*font-weight: 600;*/
}

div.datepicker.datepicker-dropdown div, div.datepicker.datepicker-dropdown {
    min-width: 220px;
    max-width: 260px; /*width:100px !important;*/
}

@media (max-width:650px) {
    div.datepicker.datepicker-dropdown div, div.datepicker.datepicker-dropdown {
        min-width: 200px;
        max-width: 250px; /*width:100px !important;*/
    }
}

@media screen and (max-width:767px){
    #mpNotificationPanel {
        width: 0% !important;
    }
}


.datepicker table tbody tr td.day:hover {
    background-color: rgba(68, 73, 85, 0.30) !important;
    transition: 0.15s all;
}

.datepicker table tbody tr td span:hover {
    background-color: rgba(68, 73, 85, 0.30) !important;
    transition: 0.15s all;
}

.datepicker-years table td span {
    font-size: 12px !important;
}

.datepicker-years table td span {
    font-size: 12px !important;
}

/*.datepicker div table tbody tr td, .datepicker div table th {
    padding-left: 2px !important;
    padding-right: 2px !important;
    width: 10px !important;
}*/

/*Fin Bootstrap Personalizacion*/

/*.gritter-item-wrapper.error {
    background-color: rgba(241, 29, 0, 0.90) !important;
}

.gritter-item-wrapper.success {
    background-color: rgba(50, 155, 56, 0.90) !important;
}

.gritter-item-wrapper.warning {
    background-color: rgba(217, 165, 1, 0.90) !important;
}

.gritter-item-wrapper.empty {
    background-color: rgba(250, 240, 255, 0.98) !important;
}



.gritter-item-wrapper.empty p, .gritter-item-wrapper.empty span.gritter-title {
    text-align: left;
    color: black !important;
    font-family: Tahoma !important;
    font-size: 12px;
}

.gritter-item-wrapper {
    max-width: 250px !important;
    margin:0 !important;
}

.gritter-close {
    background: none !important;
}

#gritter-notice-wrapper {
    max-width: 270px !important;
    right: 0 !important;
}*/
.gritter-item-wrapper p, .gritter-item-wrapper span.gritter-title {
    text-align: left;
    color: white !important;
    font-family: Tahoma !important;
    font-size: 12px;
}
.formulario {
    background-color: white;
    padding: 1px 5px 1px 5px;
}

.titulo-cabecera-pagina {
    color: #D7A312;
}

button.btn {
    /*border-radius: 3px !important;
    border: 1px solid rgba(168, 172, 177, 0.71);
    color: black;*/
}
.select2{
    width:100% !important;
}
.select2-selection__choice {
    font-size: 12px;
}
.select2-selection__clear{
    margin-right:10px;
    position:absolute;
    right:15px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    font-family: Tahoma !important;
    font-size: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    font-size: 12px !important;
    font-family: Tahoma !important;
    padding-right: 20px !important;
}

.btn.btn-green {
    color:#fff;
    background:#00ac25;
    border-color:#00ac25;
}

.form-group-sm .control-label{
    text-align:left;
    margin-bottom:1.5px !important;
}

.dropdown-menu{
    z-index:99999!important;
}

.loadingOverLay {
    z-index: 99999999;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    position: fixed;
}

.loadingMsg {
    z-index: 99999999999;
    position: fixed;
    padding: 10px;
    margin: 0px;
    width: 30%;
    top: 40%;
    left: 35%;
    text-align: center;
    color: rgb(255, 255, 255);
    border: 3px solid rgb(170, 170, 170);
    background-color: rgb(0, 0, 0);
    cursor: wait;
    opacity: 0.7;
    border-radius: 10px;
}

.UploadImage {
    width: 100% !important;
    height: 250px;
    border: 1px solid rgba(71, 87, 112, 0.17);
    display: inline-block;
    overflow: hidden;
}

    .UploadImage > div.btnUploadImage {
        z-index: 99 !important;
        position: absolute;
        float: right !important;
        right: 20px !important;
        padding: 10px !important;
    }

        .UploadImage > div.btnUploadImage > button {
            box-shadow: 1px 1px 3px 1px blue;
            /*border: 1px dotted blue;*/
        }

    .UploadImage > img {
        width: 100%;
        height: 100%;
        padding: 2%;
        padding-left: 4%;
        padding-right: 4%;
        text-align: center !important;
        vertical-align: middle !important;
    }
.btn-panel-heading{
    margin:0px;
    padding:0px;
    font-size:16px;
    /*border-left: 1px solid;*/
    /*border-right: 1px solid;*/
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px;
}
.panel-tabla .panel-heading {
    /*color: #31708f;*/
    color: white;
    background-color: #2A3F54;
    background-color: #2A3F54;
    /*border-color: #169F85;*/
    /*background-color: #d9edf7;
    border-color: #bce8f1;*/
}

.panel-tabla {
    border-color: #2A3F54 !important;
    /*border-color: #f1a824;*/
}

.panel .panel-heading{
    /*padding:0px;*/
}
.panel {
    margin-bottom: 0px !important;
}
/*.modal-backdrop{
    z-index:9992;
}*/
.footer{
    z-index:1030;
}/*
.modal{
    z-index:9993;
}
.select2-container{
    z-index:9994;
}
.datepicker{
    z-index:9994;
}*/
 .input-xs{
     height:25px;
     padding:5px 7px;
     font-size:11px;
     border-radius:4px;
 }
 .panel .panel-body > .panel > .panel-body {
     border:1px solid rgba(2, 73, 43, 0.22);
 }
 .form-group-sm  span.select2-selection{
     height:30px !important;
     padding: 4px 9px !important;
 }
 .form-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow b{
     top:50% !important;
 }
 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
     top:6px !important;
 }

 .control-ticket {
    font-size: 6px !important;
     }

.control-ticket {
    font-size: 6px !important;
 }

.control-ticket {
    font-size: 6px !important;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #dd4b39 !important;
}

/*.nav-tabs-custom > .nav-tabs {
    border-top: 3px #dd4b39 solid;
}*/

.table-only {
    font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    font-size: 13px !important;
    background-color: white;
    width: 100% !important;
}

.table-only thead {
        background: #34495E !important;
        color: white !important; 
        font-size: 13px !important;
    }

    .table-only > thead tr {
        border: 1px #eeeeee groove;
    }
        .table-only > thead tr th {
            background: #34495E!important;
            color: white !important;
            font-size: 13px !important;
            font-weight: bold !important;
            padding: 6px;
           
        }
    .table-only tbody tr th {
        font-weight: bold !important;
    }
    .table-only tbody tr td {
        color: #000223;
        font-weight: normal;
        width: auto !important;
        font-size: 13px !important;
        margin: 0px !important;
        padding-top: 4px !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        padding-bottom: 4px !important;
        vertical-align: middle;
        /*border: 1px solid #8aa4af;*/
    }

    /*.table-only tbody tr:hover {
        background-color: rgba(33, 97, 151, 0.40) !important;
        transition: all 0.23s !important;
    }*/

    .table-only tr.details td table tr:hover {
        background: none !important;
        background-color: none !important;
    }

    .table-only tr.selected {
        background-color: #b4d6fa;
    }

    .table-only tr.details td table thead {
        background: none !important;
    }

    .table-only tbody tr td input{
    width:100% !important;
    }

.btn-primary {
    background-color: #f4f4f4 !important;
    color: black !important;
    border-color: #ddd !important;
    border-radius: 4px !important;
}   

    .btn-primary:hover {
        background-color: #efecec !important;
        color: black !important;
        border-color: #CCC !important;
    }

.btn-effect {
    border: 1px solid ;
    float: unset;
    margin: 15px;
    font-size: 15px;
    -webkit-transition: margin 0.2s ease-out;
    -moz-transition: margin 0.2s ease-out;
    -o-transition: margin 0.2s ease-out;
}

    .btn-effect:hover {
        margin-top: 2px;
    }

.login-cover-bg {
    /* DISEÑO ORIGINAL PARA EL SIS WEB */
    background: #666;
    background: -moz-radial-gradient(center,ellipse cover,#666 0,#000 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#666),color-stop(100%,#000));
    background: -webkit-radial-gradient(center,ellipse cover,#666 0,#000 100%);
    background: -o-radial-gradient(center,ellipse cover,#666 0,#000 100%);
    background: -ms-radial-gradient(center,ellipse cover,#666 0,#000 100%);
    background: radial-gradient(ellipse at center,#666 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=1 );
    opacity: .6;
    filter: alpha(opacity=60);

    /* DISEÑO PARA WEB CLOUD */
    /*background: #e5e4e2;
    background: -moz-radial-gradient(center,ellipse cover,#e5e4e2 0,#000 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#e5e4e2),color-stop(100%,#000));
    background: -webkit-radial-gradient(center,ellipse cover,#e5e4e2 0,#000 100%);
    background: -o-radial-gradient(center,ellipse cover,#e5e4e2 0,#000 100%);
    background: -ms-radial-gradient(center,ellipse cover,#e5e4e2 0,#000 100%);
    background: radial-gradient(ellipse at center,#e5e4e2 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e2', endColorstr='#000000', GradientType=1 );
    opacity: .6;
    filter: alpha(opacity=60);*/
}

.login-cover, .login-cover-bg, .login-cover-image{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login.login-v2 {
    color: white;
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.login .login-header {
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 300;
}

.login-header a, .register-logo a {
    color: white !important;
}

.texto-sombra-titulo {
    text-align: center;
    text-shadow: 1px 2px 5px black;
}

.panel-danger {
    border-color: #4D5A5F /*#dd4b39*/ !important;
}

.panel-danger>.panel-heading {
    color: #fff;
    background-color: #4D5A5F;
    border-color: #4D5A5F;
}
/*RADIO BUTTON*/
/*.maxl{
  margin:25px ;
}
.inline{
  display: inline-block;
}
.inline + .inline{
  margin-left:10px;
}
.radio{
  color:#999;
  font-size:15px;
  position:relative;
}
.radio span{
  position:relative;
   padding-left:20px;
}
.radio span:after{
  content:'';
  width:15px;
  height:15px;
  border:3px solid;
  position:absolute;
  left:0;
  top:1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
  color:#0B8;  
}
.radio input[type="radio"]:checked + span:before{
    content:'';
  width:5px;
  height:5px;
  position:absolute;
  background:#0B8;
  left:5px;
  top:6px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}*/

/*.has-feedback label ~ .form-control-feedback {
    top: 0px !important;
}*/

.fedback {
    top: 0px;
}

/*Tabla Minima*/
.table-custom {
    font-family:'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    font-size: 13px !important;
    background-color: white;
    width: 100% !important;
}

    .table-bordered {
        border: 1px solid rgba(44,59,65,.6) !important;
    }

    .table-bordered>thead>tr>th, .table-bordered>thead>tr>td{
        border-bottom-width: 0px !important;
    }

    .table-custom > thead tr th {
        background-color: #ddd !important;
        border: 1px #ddd/*#eeeeee*/ groove;
        color: black !important;
        font-size: 13px !important;
        font-weight: bold !important;
        padding: 6px;
           
    }

    .table-custom tbody tr td {
        color: #000223;
        font-weight: normal;
        width: auto !important;
        font-size: 13px !important;
        margin: 0px !important;
        padding-top: 1px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-bottom: 1px !important;
        vertical-align: middle;
        border: 1px solid rgba(44,59,65,.6);
    }

    .table-custom tbody tr:hover {
        background-color: rgba(33, 97, 151, 0.40) !important;
        transition: all 0.23s !important;
    }

    .table-custom tr.details td table tr:hover {
        background: none !important;
        background-color: none !important;
    }

    .table-custom tr.selected {
        background-color: #b4d6fa;
    }

    .table-custom tr.details td table thead {
        background: none !important;
    }

        .table-custom tr.details td table thead tr { /*border:1px #bab7b7 solid !important;*/
        }

.tb-xs th, .tb-xs td {
    font-size: 13px !important; 
}

.no-table-custom thead {
    background: none !important;
    font-weight: bold;
}

.no-sorter::after {
    display: none !important;
}

.no-sorter {
    cursor: default !important;
    width: 0px !important;
    padding: 0px !important;
    vertical-align: middle !important;
    text-align: center !important;
}

.table-style tbody tr td input{
    /*width:100% !important;*/
}
.table-nowrap tbody td {
    white-space:nowrap;
}

/*.table.dataTable tr th.select-checkbox.selected::after {*/
/*.select-checkbox {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}*/
/*Fin Tabla Minima*/

/*ESTILO SCROLL BAR*/
/*.scrollbar
{
	height: 400px;
	width: auto;
	overflow-y: scroll;
    overflow-x: hidden;
}

.force-overflow
{
	min-height: 450px;
}

#style-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-scroll::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-scroll::-webkit-scrollbar-thumb
{
	background-color: #D62929;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(0deg,
	                                          rgba(255, 255, 255, 0.5) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, 0.5) 50%,
											  rgba(255, 255, 255, 0.5) 75%,
											  transparent 75%,
											  transparent)
}*/