/*Elementos propios parten con _, elementos de bootstrap son llamados por su clase*/
body, html {
    height: 100%;
    font-family: 'Muli', sans-serif;
    background-image: url("../img/background_all pages.png");
}
input[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
    border-radius: 30px;
    background-color: transparent;
    border-color: #33ace2;
    padding: 8px 40px;
    margin-bottom: 20px;
}

select[name="casos-table_length"] {
    border-radius: 18px 18px 18px 18px;
    background-color: transparent;
    border-color: #33ace2;
    padding: 8px 20px;
    margin-bottom: 20px;
    margin-left: 1px;
}
select[name="tabla-personal_length"] {
    border-radius: 18px 18px 18px 18px;
    background-color: transparent;
    border-color: #33ace2;
    padding: 8px 20px;
    margin-bottom: 20px;
    margin-left: 1px;
}

span[a="paginate_button current"] {
    border-radius: 18px 18px 18px 18px;
    background-color: transparent;
    border-color: #33ace2;
}
div[disabled]
{
  pointer-events: none;
  opacity: 0.7;
}
a.disabled {
    pointer-events: none;
    cursor: default;
  }

  .dot {
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    color: #33ACE2;
    border-radius: 50%;
    display: inline-block;
  }
.card-header{
	border-bottom:0px;
}
.container-fluid {
    /*margin-bottom: 0;
    margin-left: 0;*/
    padding: 0px;
}

._card-nobg {
    box-shadow: none;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: none;
}

._card-rounded {
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
	font-weight:300 !important;
	color:#5E5E5E;
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
    border: none;
    border-radius: 18px 18px 18px 18px;
}

._card-rounded-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
    border: none;
    border-radius: 18px 18px 18px 18px;
}

._card-prif {
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-color: #C4E1EF;
    border-radius: 18px 18px 18px 18px;
}

._header {
    font-size: 20px;
    font-weight: lighter;
}

._text-primary {
    color: #2B8ABF;
    font-family: 'Muli', sans-serif;
}

.text-secondary {
    color: #5E5E5E;
    font-family: 'Muli', sans-serif;
}

._header-text {
    color: #0C5C91;
    align-self: center;
    font-size: 20px;
}

._header-prif {
    color: #33ace2;
    align-self: center;
    font-size: 18px;
}

._header-prif-2 {
    color: #5772d0;
    align-self: center;
    font-size: 18px;
}

._input-rounded {
    border-radius: 18px 18px 18px 18px !important;
    border-color: #C5E2F1;

}

textarea{
    border-radius: 16px 16px 16px 16px !important;
    border-color: #C5E2F1;

}

._input-rounded_2 {
    border-radius: 16px !important;
    border-color: #C5E2F1;
}

._input-rounded-left {
    border-radius: 16px 0px 0px 16px !important;
    border-color: #C5E2F1;
}

._input-rounded-right {
    border-radius: 0px 18px 18px 0px !important;
}

._tabulacion {
    text-indent: 1cm;
}

._button-to-right {
    float: right;
}
._btn-search {
    border-radius: 16px 0px 0px 16px;
    background-color: #33ACE2;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    color: #fff;
}
._btn-search:hover {
    border-radius: 16px 0px 0px 16px;
    background-color: #329ccc;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    color: #fff;
}

._btn-transparent {
    border: transparent !important;
    background-color: transparent !important;
}

._btn-primary {
    color: #FFFFFF;
    background-color: #33ACE2;
    background-image: none;
    border-color: #33ACE2;
    border-radius: 18px 18px 18px 18px;
    box-shadow: 0 0 3px 0 rgba(51, 172, 226, 80);
    margin: 1px;
}
._btn-secondary-disabled{
    border-radius: 18px 18px 18px 18px;
    box-shadow: 0 0 3px 0 rgba(51, 172, 226, 80);
}
._btn-primary:hover {
    color: #33ACE2;
    background-color: transparent;
    background-image: none;
    border-color: #33ACE2;
    border-radius: 18px 18px 18px 18px;
    box-shadow: 0 0 3px 0 rgba(51, 172, 226, 80);
    margin: 1px;
}

._btn-delete-foco {
    color: #FFFFFF;
    background-color: #E50058;
    background-image: none;
    border-color: #E50058;
    border-radius: 18px 18px 18px 18px;
}

._btn-delete-foco:hover {
    color: #E50058;
    background-color: transparent;
    background-image: none;
    border-color: #E50058;
    border-radius: 18px 18px 18px 18px;
    box-shadow: 0 0 3px 0 rgba(51, 172, 226, 80);
    margin: 1px;
}

._btn-inst:hover {
    color: #FFF;
    background-color: #ff7900;
    background-image: none;
    border-color: #ff7900;
    border-radius: 18px 18px 18px 18px;
}

._btn-inst {
    color: #ff7900;
    background-color: transparent;
    background-image: none;
    border-color: #ff7900;
    border-radius: 18px 18px 18px 18px;
}

._btn-inst-2 {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 18px 18px 18px 18px;
}

._btn-inst-2:hover {
    color: #FFF;
    background-color: #33ACE2;
    border-color: #33ACE2;
    border-radius: 18px 18px 18px 18px;
}

._btn-inst-ues:hover {
    color: #ff7900;
    background-color: #ffffff;
    border-color: rgba(0,0,0,.125);
    border-radius: 18px 18px 18px 18px;
}

._btn-inst-ues {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 18px 18px 18px 18px;
}

._btn-solicitar-fase {
    color: #FFFFFF;
    background-color: #FFB81A;
    background-image: none;
    border-color: #FFB81A;
    border-radius: 18px 18px 18px 18px;
}

._btn-rechazar-fase {
    color: #FFFFFF;
    background-color: #E50058;
    background-image: none;
    border-color: #E50058;
    border-radius: 18px 18px 18px 18px;
}

._btn-aceptar-fase {
    color: #FFFFFF;
    background-color: #3DD3A1;
    background-image: none;
    border-color: #3DD3A1;
    border-radius: 18px 18px 18px 18px;
}

._btn-outline-primary {
    color: #33ACE2;
    background-color: transparent;
    background-image: none;
    border-color: #33ACE2;
    border-radius: 18px 18px 18px 18px;
    font-size: 15px;
}

._btn-outline-primary:hover {
    color: #fff;
    background-color: #33ACE2;
    background-image: none;
    border-color: #33ACE2;
    border-radius: 18px 18px 18px 18px;
    font-size: 15px;
}

._btn-outline-white {
    color: #FFFFFF;
    background-color: transparent;
    background-image: none;
    border-color: #FFFFFF;
    border-radius: 18px 18px 18px 18px;
    font-size: 15px;
}

._btn-outline-white:hover {
    color: #33ACE2;
    background-color: #fff;
    background-image: none;
    border-color: #FFFFFF;
    border-radius: 18px 18px 18px 18px;
    font-size: 15px;
}

._btn-outline-purple {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    border-radius: 18px 18px 18px 18px;
    font-size: 15px;
}

._btn-outline-purple:hover {
    color: #5653B1;
    background-color: #fff;
    background-image: none;
    border-color: #fff;
    border-radius: 18px 18px 18px 18px;
    font-size: 15px;

}

._btn-outline-registros {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
    border-radius: 18px 18px 18px 18px;
    font-size: 15px;
}

._btn-outline-registros:hover {
    color: #2290AC;
    background-color: #fff;
    background-image: none;
    border-color: #fff;
    border-radius: 18px 18px 18px 18px;
    font-size: 15px;
}

._bg-primary {
    background-color: #33ace2;
}

._bg-purple {
    background-color: #5653B1;
}

._bg-blue-reg {
    background-color: #2290AC;
}

._bg-pdf {
    background-color: #a6a6a6;
}

._bg-prif {
    background-color: #5772d0;
}

._bg-light {
    background-color: #E9F3F8;
}

._bg-light-blue {
    background-color: #e6f5ff;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 18px 18px 18px 18px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

._status-circle {
    height: 25px;
}

/*** NAVBAR ***/
._index-navbar {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #33ACE2;
    height: 80px;
    position: relative;
    z-index: 999;
}

._index-navbar-instrumento {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #0C5C91;
    height: 80px;
    position: relative;
    z-index: 999;
}

._index-navbar-print-instru {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: rgb(117, 119, 121);
    width: 820px;
    height: 150px;
    position: relative;
    z-index: 999;
}

._index-navbar2 {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #DBDBDB;
    height: 80px;
}

._index-navbar-left {
    background-color: #dfecef;
    height: 80px;
    position: relative;
    z-index: 999;
}

._index-navbar-center {
    padding-top: 23px;
    padding-left: 30px;
}

._index-navbar-right {
    padding-top: 23px;
    padding-right: 30px;
}

._index-navbar-pautas {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #5653B1;
    height: 80px;
    position: relative;
    z-index: 999;
}

._index-navbar-registros {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #2290AC;
    height: 80px;
    position: relative;
    z-index: 999;
}
._index-navbar-instrumento-otro {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
    background-color: #5653B1;
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 999;
}

/*** LOGIN ***/
._index-container-login {
    min-height: 650px;
}

._index-container-instrumento {
    padding-top: 20px;
}

._sigid_login {
    color: white;
    font-weight: lighter;

}
._h1-login {
    font-size: 43px;    
} 
._p-login {
    font-size: 16px;
    font-weight: 400;
}
._img-bg-ado-1 {
    /* background-color: rgba(214, 0, 82, 0.5);
    background-color: #5653B1;
    background-blend-mode: overlay;*/
    background-image: url("../img/bg-img-ado.jpg");
    background-size: cover; 

}
._nav-tab-login {
    width: 20%;
    text-align: center;
}
.nav-tabs>li.active>a:after {
    content: "";
    display: block;
    width: 50%;
    border-bottom: 4px solid #26B1E7;
    margin: 0 auto;
    transition: all 0.3s linear 0s;
}    
._img-bg-login {
    background: #0C5C91;
    background-image: url("../img/bg-login-2020.svg");    
}
.footer-login {
    background-color: #FFF;
    vertical-align: middle;
    width: 100%;
    font-size: 12px;    
}

._index-main-left-2 {
    background-color: #d40052;
    color: white;
    padding: 5%;
    margin-right: 2px;
}

._index-main-right {
    background-image: url("../img/background_index_2.png");
    color: gray;
    padding: 5%;
    background-size: cover;
}

._index-main-right-2 {
    background-color: #1c699c;
    color: gray;
    padding: 1% 5% 5% 5%;   
    background-size: cover;
}

._bg-rosado {
    background-color: #d40052;
    color: gray;
    padding: 1% 5% 5% 5%;
    background-size: cover;
}

#fondo_adolescente_login {
    background-color: #d40052;
    color: gray;
}

._hide-arrow {
    color: transparent;
}

._hide-arrow:hover {
    color: transparent;
}

._main-row {
    margin: 30px;
}

._hr-login {
    margin-top: 50px;
    background-color: #4A86AE;
    height: 2px;
    justify-content: left;
}

._hr-login-2 {
    /*margin-top: 50px;*/
    background-color: #4A86AE;
    height: 2px;
    width: 720px;
    margin-left: 0;
}

._logo-login {
    height: 90px;
    width: 90px;
}

._btn-volver {
    border-radius: 25px;
    height: 30px;
    background-color: Transparent;
    border-color: white;
    text-align: center;
}

._btn-login {
    border-radius: 25px;
    height: 50px;
    margin-top: 5px;
    background-color: #74B8D6;
    border-color: #74B8D6;
    color: #FFF;
    width: 100%;
    font-size: 20px;
}
._btn-login:hover {
    color:#0C5C91;
    background-color: #BCF3F9;
    border-color: #BCF3F9;
    transition: ease 0.5s;
}
._btn-login-ado {
    border-radius: 25px;
    height: 50px;
    margin-top: 5px;
    background-color: #5653B1;
    border-color: #5653B1;
    color: #FFF;
    width: 100%;
    font-size: 20px;
}
._btn-login-ado:hover {
    color:#5653B1;
    background-color: #BCF3F9;
    border-color: #BCF3F9;
    transition: ease 0.5s;
}

._btn-login-2 {
    border-radius: 25px;
    height: 60px;
    margin-top: 30px;
    background-color: #5653B1;
    
}

.a_recovery {
    margin-top: 30px;
    text-align: center;
}

._input-login {
    border-radius: 25px;
    height: 50px;
    text-align: center;
    margin-top: 20px;    
}
.italic {
    font-style: italic;
}


/*** SIDEBAR-CASO ***/
._sidebar-casos {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 16px;
    background-color: #F9FBFD;
    border-right: 0.5px solid #C5E2F1;
}

._sidebar-img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

._icon-img {
    width: 34px;
    height: 30px;
    padding-right: 5px;
}

/*** SIDEBAR-CASO ***/
._sidebar-caso {
    padding-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
    border-right: 0.5px solid #C5E2F1;
    background-color: #F9FBFD;
}

._sidebar-textofase {
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #A1A1A1;
    letter-spacing: 0.2em;
}

.nav-pills .nav-link.active {
    background-color: #33ACE2;
}

.nav-pills .nav-link {
    border-radius: 0rem;
    color: #6C757D;
}

.nav-link:focus, ._side-link:hover {
    background-color: #E9F3F8;
    
}

._nav-tab-bottom {
    border-bottom: 1px solid #707070;
}
._nav-tab-bottom-index {
    border-bottom: 1px solid #fff;
}
._nav-tabs .nav-link.active,
._nav-tabs .nav-item.show .nav-link {
  color: #EDEDED;
  background-color: transparent;
  border-color: #fff #fff #fff;
}
._nav-tabs .nav-link.active,
._nav-tabs .nav-item.show .nav-link {
 
  background-color: transparent;
 
}


/*** VISTAS CASO ***/
}
table.dataTable tbody tr {
    background-color: transparent;
}

table.dataTable.no-footer {
    border-bottom: 1px solid lightgray;
}

._table-head th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    text-align: center;
}

._table-bordered {
    border: 1px solid #dee2e6;
}

._table-delitos th {
    padding: .1rem !important;
}

._table-bordered th {
    border: 1px solid #dee2e6;
}


._table-bordered thead th {
    border-bottom-width: 1px;
}
._table-striped tbody tr:nth-of-type(odd){
	background-color: #e9f3f8;
}
._table-hover tbody tr:hover {
  background-color: #F5FAFB;

  }

._tab-content-space {
    padding-top: 15px;

}

._tab-content-heigth{
    height: 100%;
}

._tab-cont-heigth{
    height: 60%;
}

._hr-novisible {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    border-color: transparent;
    height: 0px;
}

._index-navbar-title {
    color: white;
    margin: auto;
    margin-left: 20px;
    margin-right: 40px;
}

._index-navbar-title2 {
    margin: auto;
    margin-left: 20px;
    margin-right: 40px;
}

._casos-container {
    z-index: -100;
}

._casos-nav-white {
    background-color: #edf4f4;
    padding-top: 10px;
}

._navbar-logo {
    height: 80px !important;
    padding-left: 0px;
}

._status-pendiente {
    border-radius: 10px;
    background-color: #FF0068;
    border-color: #FF0068;
}

._status-proceso {
    border-radius: 10px;
    background-color: #FFB81A;
    border-color: #FFB81A;
}

._status-completado {
    border-radius: 10px;
    background-color: #59EFC4;
    border-color: #59EFC4;
}

/*GENERALES*/
._table-link tr {
    cursor: pointer;
}

._table-link td {
    border-top: 0px solid #dee2e6;
}

._body-100 {
    height: 100% !important;
    width: 100% !important;
}

._padding-footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    bottom: 0px !important;
}

._table-stripedblue > tr:nth-child(odd) {
    background-color: #e9f3f8;
}

._table-stripedblue > tr:nth-child(even) {
    background-color: #ffffff;
}

._footer-text {
    font-size: 11px;
    color: #979899;
}

._hr-vertical {
    margin-top: 5%;
    margin-bottom: 5%;
    height: 80%;
    background-color: #c3c6c7;
    width: 2px;
}

._footer-text-space {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

._footer-hr-width {
    max-width: 0% !important;
    flex-shrink: 0;
}

._footer-text-width {
    max-width: 25% !important;
}

._footer-div {
    text-align: center;
    background: #F3F3F3;
    margin: 0px;
    flex-shrink: 0;

}

._padding-footer {
    position: fixed;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

._footer-row {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

._bg-footer {
    background-color: #F3F3F3;
}
.new-footer-logo {
    width: 100%;
    padding: 20px;
}
/* FOMULARIOS */
._container-form {
    padding-top: 20px;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    padding-left: 0px;
    padding-right: 0px;

}

._hr-form {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: hsla(0, 0%, 83%, 0.71);
    height: 1px;
    border-bottom-color: hsla(0, 0%, 83%, 0.71);
    color: hsla(0, 0%, 83%, 0.71);

}

._hr-form-prif {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    height: 0.5px;

}

._hr-sm {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #dfecef;
    height: 1px;
    border-radius: 18px 18px 18px 18px;
}

textarea {
    outline: none;
    overflow: auto;
}

#headerTable {
    position: fixed;
    top: 0px;
    display: none;
    background-color: #0c5c91;
    font-family: Muli;
}

#tableHeaderDepado {
    position: fixed;
    top: 0px;
    display: none;
    background-color: #0c5c91;
    font-family: Muli;
}

#tableSec {
    position: fixed;
    top: 0px;
    display: none;
    background-color: #f2f9f9;
    font-family: Muli;
}

#header {
    position: fixed;
    top: 0px;
    display: none;
    background-color: #f2f9f9;
    font-family: Muli;
}

/*---------------*/

#contenido-footer {
    background-color: #EDF4F4;;
    padding-bottom: 0px;
}

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

._width-auto {
    width: auto !important;
}

._transparentButton {
    background-color: transparent;
    height: 40px;
    width: 40px;
    text-align: center;
    border-color: transparent;
    color: #fff;
}

#button-arrow {
    text-align: center;
}

.a {
    color: #5e5e5e;
    text-decoration: none;
    background-color: transparent;
}

.badge {
    vertical-align: text-bottom;
}

._card-big {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

._card-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

._hide-border {
    border: transparent;
}

/* pretty-checkbox */
.pretty {
    margin-right: 0em !important;

}
.file-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.file-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);

}

.file-preview-input-title {
    margin-left: 2px;

}

._p8 {
    padding: 8%;
}
._pS {
    padding-top: 8%;
    padding-right: 3%;
    padding-left: 2%;
}

.card-centros{
    background: #fff;
    height: 240px; 
    /* width: 75em; */
    box-shadow: 0px 1px 15px rgba(0,0,0,0.2);
    border-radius: 25px;
    padding: 8px 30px;
    margin-bottom: 20px;
    padding-left: 5% !important;
}
.card-icon{
    position: relative;
    top: 40%;
    /* left: 88%; */
    font-size: 50px;
    color: #03A9F4;
    /* width: 15%; */
    float: right;

}

.card-aling{
    position: absolute;
    top: 44%;
    left: 25%;
    /* height: 30%; */
    width: 70%;
    margin: -11% -9px 4px -17%;
}

#containerCentros{
    padding-left: 7%;
    padding-right: 7%;
}

.icon-block{
    color: #03A9F4 !important; 
}

.cardLinea{
    margin-bottom: 0.5rem !important;
    border-top: 3px solid #03a9f4;
}

.borderless td, .borderless th {
    border: none;
}
.borderless td {
    padding: 2px;
}

.tdFase{
    vertical-align:middle !important;
  /*  background: #e9ecef !important;*/
    border-top: 3px solid #ced4da !important;
}

.trFase{
    background: #e9ecef !important;
    border-bottom: 3px solid #ced4da !important;
}
.trFaseIntervencion{
    border-bottom: 1px solid #ced4da !important;
}

.abonos{
    background-color: #f7f7f7;
}
tr.abonos>td>small{
    font-weight: bold;
}

.estadosFormulario{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
    color: white;
}
._badge-finalizado {
  color: #fff;
  background-color: #32C2A0;
}
._text-finalizado{
  color: #32C2A0 !important;
}

.card_collapse{
    margin-bottom: 5px !important;
    border: 2px solid #e9f3f8 !important;
}

.card_header_collapse{
    background-color: transparent;
    padding-top: 21px;
    padding-bottom: 0px;
    border-bottom:transparent;
    padding-left: 26px;
}

._card_collapsed{
    margin-bottom: 5px !important;
    border: 1px solid #dc3545 !important;
    
}

._card_header_collapsed{
    background-color: transparent;
    padding-top: 1px;
    padding-bottom: 0px;
    border-bottom:transparent;
    padding-left: 26px; 
}

._btn-subirDocs {
    color: #33ACE2;
    background-color: #FFF;
    background-image: none;
    border-color: #FFF;
    border-radius: 18px 18px 18px 18px;
    box-shadow: 0 0 3px 0 rgba(51, 172, 226, 80);
    margin: 1px;
}

._btn-subirDocs:hover {
    color: #FFF;
    background-color: #33ACE2;
    background-image: none;
    border-color: #FFF;
    border-radius: 18px 18px 18px 18px;
    box-shadow: 0 0 3px 0 rgba(51, 172, 226, 80);
    margin: 1px;
}

._btn-addregister {
    color: #33ACE2;
    background-color: #FFF;
    background-image: none;
    border-color: #33ACE2;
    border-radius: 18px 18px 18px 18px;
    margin: 1px;
}

._btn-addregister:hover {
    color: #FFF;
    background-color: #33ACE2;
    background-image: none;
    border-color: #FFF;
    border-radius: 18px 18px 18px 18px;
    margin: 1px;
}

._btn-smaller {
    color: #33ACE2;
    background-color: transparent;
    background-image: none;
    border-color: #33ACE2;
    border-radius: 18px 18px 18px 18px;
    margin: 1px;
}

._btn-smaller:hover {
    color: #FFF;
    background-color: #33ACE2;
    background-image: none;
    border-color: #33ACE2;
    border-radius: 18px 18px 18px 18px;
    margin: 1px;
}

._btn-smaller-disabled {
    color: #8e8e8e;
    background-color: transparent;
    background-image: none;
    border-color: #8e8e8e;
    border-radius: 18px 18px 18px 18px;
    margin: 1px;
}

._btn-smaller-disabled:hover {
    color: #8e8e8e;
    background-color: transparent;
    background-image: none;
    border-color: #8e8e8e;
    border-radius: 18px 18px 18px 18px;
    margin: 1px;
}


._btn_radius{
    border-radius: 18px 18px 18px 18px;
}
._btn-help {
    border-radius: 20px;
    background-color: #ECEFF2;
    color: #ff7900;
}
._btn-help:hover {
    border-radius: 20px;
    background-color: #ff7900;
    color: white;
}
.card-body_cabezera{
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #FBFBFB;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-color: transparent;
}

.card-header .icon_animation {
  transition: .3s transform ease-in-out;
}
 
.card-header .collapsed .icon_animation {
  transform: rotate(-90deg);
}
 
.info-tiempo {
    white-space: inherit;
    font-size: 18px;
    margin-top: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

._btn-purple:hover {
    color: #5653B1;
    background-color: transparent;
    background-image: none;
    border-color: #5653B1;
    border-radius: 18px 18px 18px 18px;
    font-size: 15px;
}

._btn-purple {
    color: #fff;
    background-color: #5653B1;
    background-image: none;
    border-color: #5653B1;
    border-radius: 18px 18px 18px 18px;
    font-size: 15px;

}

.alert-preentrevista{
    color: #fff;
    border-radius: 12px;
    background-color: #FB2E58;
    border-color: #e86c38;
}
.alert-preentrevista i{
    color: #fff;
    padding-right: 8px;
}

.tr_disabled{
    color: #CBCBCB !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #eaf5fb;
    opacity: 1;
    border-color: #eaf5fb;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9fbfd;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
    
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    -webkit-border-radius: 8px;
    border-radius: 7px;
    padding: 10px; 
    margin-top: 6px;
    margin-bottom: 2px;
    margin-right: 15px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 7px;
    background: hsla(200, 61%, 86%, 0.87); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: hsla(200, 61%, 86%, 0.10); 
}
.slider.slider-horizontal{
    width:100% !important; 
}
.slider-handle{
    background-color: #389bb4;
    background-image: linear-gradient(to bottom,#389bb4 0,#389bb4 100%) !important; 
}

.slider-selection.tick-slider-selection{
    background-image: linear-gradient(to bottom,#369ab3 0,#389bb4 100%)!important; 
}
.slider-tick.in-selection{
    background-image: linear-gradient(to bottom,#369ab3 0,#389bb4 100%)!important; 
}

.aplicaciones-instrumentos td{
    border: none !important; 
    padding-top: 0px !important; 
    padding-bottom: 0px !important; 
    font-size: 14px !important; 
}
.aplicaciones-instrumentos tr{
    background: transparent !important; 
}
    
.a_pendiente{
   color: #acacac; 
}

.a_proceso{
    color: #ffc107;
}

.a_finalizado{
    color: #54d8ac;
}

.a_incompleto{
    color: #e60c60;
}

.identificador-fase{
    position: relative !important;
    border-radius: 50% !important;
    background: none !important;
    border: 2px solid !important;
    margin-top: 0px !important;
    padding-top: 3px !important;
    top: 2px !important;
}

.tableCEIA{
    background-color: #31b6ff !important;
    color: white !important;
    font-weight: bold !important;
}
.buttonOficio{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 19%;
    padding-right: 19%;
    margin-top: 5px;
    margin-bottom: 5px;
    color:#33ACE2;
    border-color: #33ACE2;
    background-color: transparent;
    border-radius: 18px 18px 18px 18px;
    margin: 5px;
}

.buttonOficio:hover {
    color: #FFF;
    background-color: #33ACE2;
    background-image: none;
    border-color: #33ACE2;
    border-radius: 18px 18px 18px 18px;
    margin: 5px;
}
._light-thead {
    text-transform: uppercase;
    font-weight: lighter !important;
    font-size: 12px;
    text-align: center;
    color: #5E5E5E;
}
.buttonCaja{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 19%;
    padding-right: 19%;
    margin-top: 5px;
    margin-bottom: 5px;
    color:#7CC9EC;
    border-color: #7CC9EC;
    background-color: transparent;
    border-radius: 18px 18px 18px 18px;
    margin: 5px;
}

.buttonCaja:hover {
    color: #FFF;
    background-color: #7CC9EC;
    background-image: none;
    border-color: #52CCBE;
    border-radius: 18px 18px 18px 18px;
    margin: 5px;
}
.buttonCaja-2{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 19%;
    padding-right: 19%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #7CC9EC;
    border-color: #7CC9EC;
    background-color: transparent;
    border-radius: 18px 18px 18px 18px;
    margin: 5px;
}

.buttonCaja-2:hover {
    color: #FFF;
    background-color: #7CC9EC;
    background-image: none;
    border-color: #7CC9EC;
    border-radius: 18px 18px 18px 18px;
    margin: 5px;
}
.buttonCaja-3{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 19%;
    padding-right: 19%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #7CC9EC;
    border-color: #7CC9EC;
    background-color: transparent;
    border-radius: 18px 18px 18px 18px;
    margin: 5px;
}

.buttonCaja-3:hover {
    color: #FFF;
    background-color: #7CC9EC;
    background-image: none;
    border-color: #7CC9EC;
    border-radius: 18px 18px 18px 18px;
    margin: 5px;
}
._center {
    text-align: center;
}
._profesional {
    color: #7F49AB;
    margin-right: 10px;
    margin-left: 6px;     
}
._autoreporte {
    color: #52CCBE;
    font-weight: 300;
    margin-right: 10px;
    margin-left: 6px; 
}
._entrevista {
    color: #585BCC;
    margin-right: 10px;
    margin-left: 6px; 
}

.circleSelected {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #35A6D8;
    padding-top: 2px;
}

.circle{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-color: coral;
    border:2px solid;
    color: #35A6D8;
    text-align: center;
    background: transparent;
    padding-top: 2px;
}

.invalid-feedback-2{
    color: #ff8d8d !important;
}

pre {
    padding: 10px;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
}

.login-body{
    height: 100%;
    overflow: hidden;
}

@media (min-width:575px) {
    #foot-m {
        
        display: none;
    }
    
    }
@media (max-width:575px) {
    #foot-a {
        
        display: none;
    }
    #ings{ 
        padding: 7%
    }
    }
