.panel-default {
    margin-top: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0px;
}
.record_document{
    background: #f5f5f5;
    padding: 15px;
    align-items: center;
    margin-bottom: 5px;
}

.title_document{
    font-size: 20px;
    font-weight: 600;
    color: black;
}



.container-spiner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: initial;
  align-items: center;
  justify-content: center;
  background: rgba(34,34,34,0.7);
  background-color: rgba(0,0,0,0.4);
  text-align: center;
  justify-content: center;
  vertical-align: middle;
}
.container-spiner .spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border-width: 3px;
    border-color: transparent;
    border-style: solid;
    border-top-color: #ffffff;
    box-sizing: border-box;
    animation: opacity 0.4s linear infinite;
}
@keyframes opacity {
  0% {
    opacity: 1;
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}


.tab_admision {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#tab_admision-1 .tab-pane {
    margin: 0px;
    margin-top: 10px;
}

#tab_admision-1 .nav-tabs {
    position: relative;
    border: none !important;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

#tab_admision-1 .nav-tabs li {
    margin: 0px !important;
}

#tab_admision-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 20px 40px !important;
    font-size: 16px;
    border: none !important;
    color: #333;
}

#tab_admision-1 .nav-tabs a:hover {
    background-color: #fff !important;
    border: none;
}

#tab_admision-1 .slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #39bcd3;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transition: all .1s linear;
}

#tab_admision-1 .nav-tabs.nav> .active> a {
    background-color: transparent !important;
    border: none !important;
    color: #39bcd3 !important;
}
.tab-content > .tab-pane{display: none;}
.tab-content > .active{display: block;}