.errorOculto {
    display: none;
    width: auto;
    text-align: left;
}

h1, h2, h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.text-error {
    color: #b94a48;
}

.required h5:before,
.required label:before {
    color: #A61212;
    content: '* ';
    font-weight: bold;
    display:inline;
}

.lineaDelgada {
    margin-bottom: 1px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.lineaSemiDelgada {
    margin-bottom: 5px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.busqueda {
    background-color: #A3A3A3;
    padding: 5px 5px 5px 5px;
    /*color: #E7E7E7;*/
    -webkit-border-radius: 6px;
    border-radius: 6px;

    background: rgb(228,235,248); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZWJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGViZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(228,235,248,1) 0%, rgba(228,235,248,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,235,248,1)), color-stop(100%,rgba(228,235,248,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(228,235,248,1) 0%,rgba(228,235,248,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(228,235,248,1) 0%,rgba(228,235,248,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(228,235,248,1) 0%,rgba(228,235,248,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(228,235,248,1) 0%,rgba(228,235,248,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ebf8', endColorstr='#e4ebf8',GradientType=0 ); /* IE6-8 */
}

.proveedor {
    padding-top: 7px;
}

.proveedor:hover,
.seleccionado:hover {
    background-color: #FFFFBF;
    cursor: pointer;
}

.seleccionado {
    background-color: #D1E9FF;
}

.titulo {
    font-weight: bold;
    font-size: 18px;
}

.tituloPequeno {
    font-weight: bold;
    font-size: 14px;
}


.vista {
    background-color: #EEEEEE;
}

#listaContactos .panel {
    margin-bottom: 5px !important;
}

.colContacto {
    margin-top: 8px;
}

.panel-contacto {
    border-color: #428bca !important;
    margin-bottom: 5px !important;
}

.panel-contacto > .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    padding-top: 1px;
    padding-bottom: 6px;
    /*margin-bottom: 5px;*/
}

.panel-contacto > .panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
    /*margin-bottom: 5px;*/
}

.clientes > .panel-heading {
    padding: 2px 15px !important;
}

.atrasado {
    color: #D41616 !important;
}

.limite {
    background-color: #FFEAB7;
}


.panel-bitacora {
    border-color: #6F9F3C !important;
    margin-bottom: 5px !important;
}

.panel-bitacora > .panel-heading {
    color: #ffffff;
    background-color: #6F9F3C;
    border-color: #6F9F3C;
    padding-top: 1px;
    padding-bottom: 6px;
    /*margin-bottom: 5px;*/
}

.panel-bitacora > .panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
    /*margin-bottom: 5px;*/
}

.panel-ultimo {
    border-color: #499FF0 !important;
    margin-bottom: 5px !important;
}

.panel-ultimo > .panel-heading {
    color: #ffffff;
    background-color: #499FF0;
    border-color: #499FF0;
    padding-top: 1px;
    padding-bottom: 6px;
    /*margin-bottom: 5px;*/
}

.panel-ultimo > .panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
    /*margin-bottom: 5px;*/
}

.panel-recurso {
    border-color: #6CA661 !important;
    margin-bottom: 5px !important;
}

.panel-recurso > .panel-heading {
    color: #ffffff;
    background-color: #6CA661;
    border-color: #6CA661;
    padding-top: 1px;
    padding-bottom: 6px;
    /*margin-bottom: 5px;*/
}



.table td {
    vertical-align: middle !important;
}


.archivo {
    background-color: #FFFFFF;
    border: solid 1px #C6C6C6;
    width: 121px;
    height: 108px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.archivo .imagen {
    background-color: #FFFFFF;
    width: 120px;
    height: 80px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.archivo .titulo {
    background-color: #353434;
    height: 30px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    font-weight: normal;
    padding-left: 5px;
}

.archivoLineal {
    background-color: #FFFFFF;
    margin-left: 0px !important;
    margin-top: 0px !important;
}

.archivoLineal div {
    display: block;
    margin-top: -5px;
    float: left;
}

.archivoLineal .imagen {
    background-color: #FFFFFF;
    margin-left: -11px;
    padding-left: 0px !important;
}

.archivoLineal .titulo {
    margin-top: 0px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
}

.archivoLineal .eliminar {
    padding-right: 0px !important;
    margin-left: 0px;
    margin-top: -3px;
}

.tituloActual {
    color:#F0F0F0;
    font-size: 11px;
    white-space: nowrap;
    overflow:hidden;
    margin-top: 7px;
}

.archivo .antesCargar {
    background-color: #353434;
    width: 99px;
    height: 98px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.archivos {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding-right: 25px;
}

.archivosView {
    background-color: #ffffff;
    padding-right: 25px;
}

.barras{
    height:auto;
    overflow:auto;
    font-size: 12px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.tituloModulo {
    font-size: 25px;
}

.detalleCosto {
    font-size: 12px;
    vertical-align: middle;
    height:58px;
    border:solid 1px #C0C0C0;
}

.textoCosto {
    height: 55px;
    top: 15%;
    position: absolute;
    width: 100%;
}

@media (min-width: 641px) {
    .textoCosto {
        top: 25%;
    }
}


.btnRegresar {
    position: fixed;
    top: 90px;
}

.animacionHorizontal {
    display: inline-block;
    transform:translate(-3px, 0);
    -ms-transform:translate(-3px, 0); /* IE 9 */
    -webkit-transform:translate(-3px, 0); /* Safari and Chrome */
}

.animacionHorizontal2 {
    display: inline-block;
    transform:translate(3px, 0);
    -ms-transform:translate(3px, 0); /* IE 9 */
    -webkit-transform:translate(3px, 0); /* Safari and Chrome */
}


.btn.btn-app.btn-xs {
    width: 60px;
    font-size: 12px;
    padding-bottom: 7px;
    padding-top: 8px;
    line-height: 1.45;
    border-radius: 0px;
}

.btn.btn-app.btn-xs > [class*=icon] {
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}

#barraAccion {
    position: fixed;
    bottom: 5px;
    background-color: #438EB9;
    background-color: rgba(67, 142, 185, 0.90) !important;
    padding-left: 10px;
    z-index: 1039;
    height: 53px;
    width: 100%;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.archivo {
    background-color: #FFFFFF;
    border: solid 1px #C6C6C6;
    width: 100px;
    height: 128px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.archivo .imagen {
    background-color: #FFFFFF;
    width: 100px;
    height: 98px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.archivo .titulo {
    background-color: #353434;
    height: 30px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    font-weight: normal;
    padding-left: 5px;
}

.tituloActual {
    color:#F0F0F0;
    font-size: 11px;
    white-space: nowrap;
    overflow:hidden;
    margin-top: 7px;
}

.archivo .antesCargar {
    background-color: #353434;
    width: 98px;
    height: 98px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.archivos {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding-right: 25px;
    margin-left: -12px !important;
}

.archivosView {
    background-color: #ffffff;
    padding-right: 25px;
}

.barras{
    height:auto;
    overflow:auto;
    font-size: 12px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.datepicker {
    z-index: 9000 !important;
}

.tarea {
    font-size: 9pt;
    font-weight: normal;
}


/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/** Paginacion **/
.paging {
    /*background:#fff;*/
    color: #ccc;
    margin-top: 1em;
    clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
    text-decoration: none;
    padding: 5px 8px;
    display: inline-block;
}

.paging > span {
    display: inline-block;
    border: 1px solid #ccc;
    border-left: 0;
}

.paging > span:hover {
    background: #efefef;
}

.paging .first {
    border-left: 1px solid #ccc;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.paging .prev{
    border-left: 1px solid #ccc;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.paging .next{
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border-left: 0;
}

.paging .last{
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.paging .disabled {
    color: #ddd;
}
.paging .disabled:hover {
    background: transparent;
}
.paging .current {
    background: #efefef;
    color: #c73e14;
}


/** Debugging **/
pre {
    color: #000;
    background: #f0f0f0;
    padding: 15px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cake-debug-output {
    padding: 0;
    position: relative;
}
.cake-debug-output > span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 6px;
    color: #000;
    display: block;
    float: left;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
    font-size: 16px;
    line-height: 20px;
    clear: both;
}
.cake-error > a {
    text-shadow: none;
}
.cake-error {
    white-space: normal;
}
.cake-stack-trace {
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    margin: 10px 0 5px 0;
    padding: 10px 10px 0 10px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.cake-stack-trace a {
    text-shadow: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 4px 10px 2px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    -moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
.cake-context {
    margin-bottom: 10px;
}
.cake-stack-trace pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px 0 10px 0;
    padding: 1em;
    overflow: auto;
    text-shadow: none;
}
.cake-stack-trace li {
    padding: 10px 5px 0px;
    margin: 0 0 4px 0;
    font-family: monospace;
    border: 1px solid #bbb;
    -moz-border-radius: 4px;
    -wekbkit-border-radius: 4px;
    border-radius: 4px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
.cake-code-dump .code-highlight {
    display: block;
    background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
    padding-left:5px;
    display:block;
    margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
    background:#ecc;
}
.code-coverage-results div.covered span.content {
    background:#cec;
}
.code-coverage-results div.ignored span.content {
    color:#aaa;
}
.code-coverage-results span.line-num {
    color:#666;
    display:block;
    float:left;
    width:20px;
    text-align:right;
    margin-right:5px;
}
.code-coverage-results span.line-num strong {
    color:#666;
}
.code-coverage-results div.start {
    border:1px solid #aaa;
    border-width:1px 1px 0px 1px;
    margin-top:30px;
    padding-top:5px;
}
.code-coverage-results div.end {
    border:1px solid #aaa;
    border-width:0px 1px 1px 1px;
    margin-bottom:30px;
    padding-bottom:5px;
}
.code-coverage-results div.realstart {
    margin-top:0px;
}
.code-coverage-results p.note {
    color:#bbb;
    padding:5px;
    margin:5px 0 10px;
    font-size:10px;
}
.code-coverage-results span.result-bad {
    color: #a00;
}
.code-coverage-results span.result-ok {
    color: #fa0;
}
.code-coverage-results span.result-good {
    color: #0a0;
}

.finalizado{
    background-color: #c4dffd;
}

/*Angel*/
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -10px;
}

.accordion-body {
    text-decoration: none !important;
    color: inherit !important;
    font-weight: inherit !important;
}

.accordion-toggle-table {
    text-decoration: none !important;
    color: inherit !important;
    font-weight: inherit !important;
}

.panel-title .accordion-toggle-table {
	display: block;
}

.accordion-toggle {
    text-decoration: none !important;
    color: #1E65A3 !important;
    font-weight: bold;
}

.tooltip > .tooltip-inner {
    border-radius: 8px !important;
    text-align: left;
	text-indent: 0px;
}

.tooltip-centered + .tooltip > .tooltip-inner {
    text-align: center;
}

.tooltip-inner ul {
	margin: 0 0 1px 16px;
}

textarea {
	resize: vertical;
}

.panel-heading {
	height: 40px;
	padding: 0;
}

.panel-heading .panel-title {
	display: block;
	height: 40px;
	line-height: 40px;
	text-indent: 7.5px;
}

.badge-inicio {
	vertical-align: middle;
    width: 42px;
    margin-left: 7px;
    margin-right: 10px;
	margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
	text-indent: 0;
	padding: 2px 7px 2px 5px;
    -webkit-padding-before: 1px;
    -webkit-padding-end: 7px;
    -webkit-padding-after: 3px;
    -webkit-padding-start: 6px; 
}

.badge-simbologia {
	display: inline-block;
    vertical-align: middle;
	float: right;
    margin-right: 15px;
	margin-top: 10px;
    font-size: 12px !important;
	text-indent: 0;
    cursor: pointer;
}

.badge-usuarios {
    vertical-align: middle;
    width: 24px;
    margin-left: 7px;
    margin-right: 9px;
	margin-bottom: 4px;
    font-size: 14px;
    font-weight: bold;
	text-indent: 0;
	padding-top: 2px;
    padding-bottom: 2px;
    -webkit-padding-before: 1px;
    -webkit-padding-after: 3px; 
}

.badge-white {
    color: #337ab7 !important;
    background-color: #ffffff !important;
}

.blur-login {
    background: #394557 url(images/meteorshower2.jpg) repeat;
}

@media (max-width: 449px) {
    .table-responsive-xs {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: visible;
        border: 1px solid #dddddd;
    }
    
    .table-responsive-xs > .table {
        margin-bottom: 0;
        background-color: #fff;
    }
    
    .table-responsive-xs > .table > thead > tr > th,
    .table-responsive-xs > .table > tbody > tr > th,
    .table-responsive-xs > .table > tfoot > tr > th,
    .table-responsive-xs > .table > thead > tr > td,
    .table-responsive-xs > .table > tbody > tr > td,
    .table-responsive-xs > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    
    .table-responsive-xs > .table-bordered {
        border: 0;
    }
    
    .table-responsive-xs > .table-bordered > thead > tr > th:first-child,
    .table-responsive-xs > .table-bordered > tbody > tr > th:first-child,
    .table-responsive-xs > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive-xs > .table-bordered > thead > tr > td:first-child,
    .table-responsive-xs > .table-bordered > tbody > tr > td:first-child,
    .table-responsive-xs > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    
    .table-responsive-xs > .table-bordered > thead > tr > th:last-child,
    .table-responsive-xs > .table-bordered > tbody > tr > th:last-child,
    .table-responsive-xs > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive-xs > .table-bordered > thead > tr > td:last-child,
    .table-responsive-xs > .table-bordered > tbody > tr > td:last-child,
    .table-responsive-xs > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    
    .table-responsive-xs > .table-bordered > thead > tr:last-child > th,
    .table-responsive-xs > .table-bordered > tbody > tr:last-child > th,
    .table-responsive-xs > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive-xs > .table-bordered > thead > tr:last-child > td,
    .table-responsive-xs > .table-bordered > tbody > tr:last-child > td,
    .table-responsive-xs > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
    
    .table-responsive-xs .tooltip {
        white-space: normal;
    }
}
@media (min-width: 450px) {
    .table-responsive-xs {
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .table-responsive {
        overflow-y: visible;
    }
    
    .table-responsive .tooltip {
        white-space: normal;
    }
}
@media (min-width: 769px) {
    .table-responsive {
        overflow: visible;
    }
}

@media (max-width: 919px), (min-width: 992px) and (max-width: 1099px) {
    .table-responsive-md {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: visible;
        border: 1px solid #dddddd;
    }
    
    .table-responsive-md > .table {
        margin-bottom: 0;
        background-color: #fff;
    }
    
    .table-responsive-md > .table > thead > tr > th,
    .table-responsive-md > .table > tbody > tr > th,
    .table-responsive-md > .table > tfoot > tr > th,
    .table-responsive-md > .table > thead > tr > td,
    .table-responsive-md > .table > tbody > tr > td,
    .table-responsive-md > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    
    .table-responsive-md > .table-bordered {
        border: 0;
    }
    
    .table-responsive-md > .table-bordered > thead > tr > th:first-child,
    .table-responsive-md > .table-bordered > tbody > tr > th:first-child,
    .table-responsive-md > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive-md > .table-bordered > thead > tr > td:first-child,
    .table-responsive-md > .table-bordered > tbody > tr > td:first-child,
    .table-responsive-md > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    
    .table-responsive-md > .table-bordered > thead > tr > th:last-child,
    .table-responsive-md > .table-bordered > tbody > tr > th:last-child,
    .table-responsive-md > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive-md > .table-bordered > thead > tr > td:last-child,
    .table-responsive-md > .table-bordered > tbody > tr > td:last-child,
    .table-responsive-md > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    
    .table-responsive-md > .table-bordered > thead > tr:last-child > th,
    .table-responsive-md > .table-bordered > tbody > tr:last-child > th,
    .table-responsive-md > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive-md > .table-bordered > thead > tr:last-child > td,
    .table-responsive-md > .table-bordered > tbody > tr:last-child > td,
    .table-responsive-md > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
    
    .table-responsive-md .tooltip {
        white-space: normal;
    }
}
@media (min-width: 920px) and (max-width: 991px), (min-width: 1100px) {
    .table-responsive-md {
        overflow: visible;
    }
}

@media (max-width: 1199px) {
    .table-responsive-lg {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: visible;
        border: 1px solid #dddddd;
    }
    
    .table-responsive-lg > .table {
        margin-bottom: 0;
        background-color: #fff;
    }
    
    .table-responsive-lg > .table > thead > tr > th,
    .table-responsive-lg > .table > tbody > tr > th,
    .table-responsive-lg > .table > tfoot > tr > th,
    .table-responsive-lg > .table > thead > tr > td,
    .table-responsive-lg > .table > tbody > tr > td,
    .table-responsive-lg > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
    
    .table-responsive-lg > .table-bordered > thead > tr > th:first-child,
    .table-responsive-lg > .table-bordered > tbody > tr > th:first-child,
    .table-responsive-lg > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive-lg > .table-bordered > thead > tr > td:first-child,
    .table-responsive-lg > .table-bordered > tbody > tr > td:first-child,
    .table-responsive-lg > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    
    .table-responsive-lg > .table-bordered > thead > tr > th:last-child,
    .table-responsive-lg > .table-bordered > tbody > tr > th:last-child,
    .table-responsive-lg > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive-lg > .table-bordered > thead > tr > td:last-child,
    .table-responsive-lg > .table-bordered > tbody > tr > td:last-child,
    .table-responsive-lg > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    
    .table-responsive-lg > .table-bordered > thead > tr:last-child > th,
    .table-responsive-lg > .table-bordered > tbody > tr:last-child > th,
    .table-responsive-lg > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive-lg > .table-bordered > thead > tr:last-child > td,
    .table-responsive-lg > .table-bordered > tbody > tr:last-child > td,
    .table-responsive-lg > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
    
    .table-responsive-lg .tooltip {
        white-space: normal;
    }
}
@media (min-width: 1200px) {
    .table-responsive-lg:not(.accordion-body) {
        overflow: visible;
    }
}

@media (max-width: 1299px) {
    .table-responsive-xl {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: visible;
        border: 1px solid #dddddd;
    }
    
    .table-responsive-xl > .table {
        margin-bottom: 0;
        background-color: #fff;
    }
    
    .table-responsive-xl > .table > thead > tr > th,
    .table-responsive-xl > .table > tbody > tr > th,
    .table-responsive-xl > .table > tfoot > tr > th,
    .table-responsive-xl > .table > thead > tr > td,
    .table-responsive-xl > .table > tbody > tr > td,
    .table-responsive-xl > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
    
    .table-responsive-xl > .table-bordered > thead > tr > th:first-child,
    .table-responsive-xl > .table-bordered > tbody > tr > th:first-child,
    .table-responsive-xl > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive-xl > .table-bordered > thead > tr > td:first-child,
    .table-responsive-xl > .table-bordered > tbody > tr > td:first-child,
    .table-responsive-xl > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    
    .table-responsive-xl > .table-bordered > thead > tr > th:last-child,
    .table-responsive-xl > .table-bordered > tbody > tr > th:last-child,
    .table-responsive-xl > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive-xl > .table-bordered > thead > tr > td:last-child,
    .table-responsive-xl > .table-bordered > tbody > tr > td:last-child,
    .table-responsive-xl > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    
    .table-responsive-xl > .table-bordered > thead > tr:last-child > th,
    .table-responsive-xl > .table-bordered > tbody > tr:last-child > th,
    .table-responsive-xl > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive-xl > .table-bordered > thead > tr:last-child > td,
    .table-responsive-xl > .table-bordered > tbody > tr:last-child > td,
    .table-responsive-xl > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
    
    .table-responsive-xl .tooltip {
        white-space: normal;
    }
}
@media (min-width: 1300px) {
    .table-responsive-xl {
        overflow: visible;
    }
}

.nav-tabs .badge {
    padding: 0px 7px 1px !important;
	margin-left: 5px;
    font-size: 13px;
    vertical-align: top;
	font-weight: bold;
}

.nav-tabs > li.active .badge,
.nav-tabs > li > a:hover .badge,
.nav-tabs > li > a:focus .badge {
    background-color: #4c8fbd !important;
}

.dropzone-previews-archivo,
.dropzone-previews-evidencia {
	text-align: center !important;
}

.dropzone-previews-archivo .dz-preview,
.dropzone-previews-evidencia .dz-preview {
	margin: 0 !important;
	border: 1px solid #d5d5d5 !important;
}

.dropzone-previews-archivo .dz-preview .dz-details,
.dropzone-previews-evidencia .dz-preview .dz-details,
.dropzone-previews-archivo .dz-preview .dz-details img,
.dropzone-previews-evidencia .dz-preview .dz-details img {
	width: 60px !important;
	height: 60px !important;
}

.avatar-large {
	max-height: 150px;
	max-width: 100%;
}

.avatar {
	max-height: 120px;
	max-width: 100%;
}

.avatar-small {
	max-height: 90px;
	max-width: 100%;
}

.avatar-mini {
	max-height: 65px;
	max-width: 100%;
}

.avatar-thumb {
	max-height: 40px;
	max-width: 100%;
}

.action-buttons span {
	margin: 0 3px;
    display: inline-block;
    opacity: 0.85;
	text-indent: 0px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.action-buttons span:hover {
    text-decoration: none;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.lista-tareas {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.lista-tareas > .tarea-drag {
	width: 100%;
}

.tarea-drag {
	list-style-type: none;
	cursor: pointer;
	margin: 5px;
	padding: 5px;
	color: #393939;
	background-color: white;
	border: 2px solid #dddddd;
}

.tarea-drag:hover,
.tarea-drag:focus {
	background-color: #f5f5f5;
}

.tarea-drag.info {
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.tarea-drag.info:hover,
.tarea-drag.info:focus {
	background-color: #c4e3f3;
	border-color: #a7deed;
}

.tarea-drag.warning {
	background-color: #fcf8e3;
	border-color: #fbeed5;
}

.tarea-drag.warning:hover,
.tarea-drag.warning:focus {
	background-color: #faf2cc;
	border-color: #f8e5be;
}

.tarea-drag.danger {
	background-color: #f2dede;
	border-color: #eed3d7;
}

.tarea-drag.danger:hover,
.tarea-drag.danger:focus {
	background-color: #ebcccc;
	border-color: #e6c1c7;
}

.tarea-drag.success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.tarea-drag.success:hover,
.tarea-drag.success:focus {
	background-color: #d0e9c6;
	border-color: #c9e2b3;
}

.well.well-tablero {
	padding-top: 12px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 17px;
	margin-bottom: 0;
	border-radius: 5px;
}

.well.well-warning {
	background-color: #fdfcf4;
    border: 2px solid #faf2cc;
}

.well.well-info {
    background-color: #f2f5ff;
    border: 2px solid #c4e3f3;
}

.well.well-success {
    background-color: #f4f9f2;
    border: 2px solid #d0e9c6;
}

.well .titulo {
	text-align: center;
	font-weight: bold;
}

.well .tarea-drag {
	margin-top: 15px;
}

.wysiwyg {
	padding: 15px;
	border: 2px dotted black;
}

.datepicker-dropdown table {
	width: 100%;
}
