
.My_botonera{
  background-color: transparent;
}
.My_botonera .collapse{
  background-color: transparent;
}
.My_botonera .My_con_botones{
  padding: 15px !important;
  border: 1px solid #cccccc;
  display: inline-block;
  background-color: #FBFBFB;
}

.OPbtn[aria-expanded=true]>.fle_dn{
    display: none;
}
.OPbtn[aria-expanded=true]>.fle_up{
    display: inline;
}
.OPbtn[aria-expanded=false]>.fle_dn{
    display: inline;
}
.OPbtn[aria-expanded=false]>.fle_up{
    display: none;
}

@media (max-width: 991px) {
    body .My_botonera{
  
    }

    .My_botonera{
    bottom:0;
    right: 0;                                                                               
    position: fixed;
    width: 100%;
   z-index: 1039;
    }
    .My_botonera .collapse{
    }
    .My_botonera .My_con_botones{
      padding: 15px !important;
      border: 1px solid #cccccc;
      display: block;
      padding-bottom:  0px;
      height: calc(100vh - 31px);
      max-height: calc(100vh - 31px);
      min-height: calc(100vh - 31px);
      overflow-y: auto;
      overflow-x: hidden;
    }

    .OPbtn[aria-expanded=true]>.fle_dn{
        display: inline !important;
    }
    .OPbtn[aria-expanded=true]>.fle_up{
        display: none !important;
    }
    .OPbtn[aria-expanded=false]>.fle_dn{
        display: none !important;
    }
    .OPbtn[aria-expanded=false]>.fle_up{
        display: inline !important;
    }

    .My_botonera .My_con_botones .btn{
      width: 100%;
      margin-bottom: 10px;
      text-align: right;
    }
    .btnlabel{
        display: inline-block;
    }
    .OPbtn{
      width: 100%;
      border-radius: 0px;
    }
    .E_myhtml{
      padding-bottom: 31px;
    }



}

.card{
  margin-bottom: .75rem;
}

.list-group-item:focus, .list-group-item:hover{
  z-index: auto;
}

.list-group-item{
  padding-top: .75rem;
  padding-bottom: .75rem;
}
.tab-content{
  padding-top: .75rem;
}

/**************************************CARGADOR*************************************************/

.MY_NAVBAR{
  padding: 0px 15px 0px 15px !important;
  border-bottom: 1px solid rgba(173,170,170,0.65);
}

.MY_LATERAL{
  position: fixed;
  overflow: auto;
  z-index: 1032;
  background-color:rgba(189,189,189,0.65);
  display: inline-flex;
  width: 100%;
}

.MY_LATERAL_CONT{
  height: calc(100vh - 40px);
  width: 0px;
  max-width: 300px;
  border-right: 1px solid rgba(173,170,170,0.65);
}

.MY_LATERAL_CONT .panel{
  width: 100%;
  min-width: 280px;
  max-width: 300px;
}

.MY_LATERAL_CONT .collapse.show {
    background-color: rgba(255,255,255,0.5) !important;
}

.MY_LATERAL_CORTINA{
  width: calc(100vw - 300px);
}

.MY_LATERAL[data-show="false"]{
  visibility: hidden;
}

.MY_LATERAL[data-show="false"] .MY_LATERAL_CONT{
   -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 0px;
  overflow: auto;
  overflow-x: hidden;
}

.MY_LATERAL[data-show="true"] .MY_LATERAL_CONT{
 -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  width: 330px;
  overflow: auto;
  overflow-x: hidden;
}

.MY_LATERAL .list-group-item{
  border-radius: 0;
  background-color: transparent;
  color: rgb(33, 37, 41);
  border: 0px solid rgba(173,170,170,0.65);
  border-bottom: 1px solid rgba(173,170,170,0.65);
  padding: 10px 15px 10px 15px;
}
.MY_LATERAL .list-group-item:hover{
    background-color: rgba(201,201,201,0.2);
}

.MY_LATERAL a[data-toggle="collapse"]{
}

.MY_LATERAL a[aria-expanded="true"]::after{
    content: '▲';
    font-size: 10px;
    right: 10px;
    position: absolute;
}
.MY_LATERAL a[aria-expanded="false"]::after{
    content: '▼';
    font-size: 10px;
    right: 10px;
    position: absolute;
}

.MY_LATERAL .fa{
      width: 18px
}

::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}
::-webkit-scrollbar-button {
  width: 0px !important;
  height: 0px !important;
}
::-webkit-scrollbar-thumb {
  background: rgba(68,68,68,0.8); 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  border: 0px none #00b5ad !important;
  border-radius: 0px !important;
}
::-webkit-scrollbar-track {
  background: #f8f9fa !important;
  border: 1px solid  #AAA  !important;
  border-radius: 0px !important;
}
::-webkit-scrollbar-corner {
  background: #AAA !important;
}

.minidatable {
  font-size: 12px !important;
}

.minidatable .btn {
  width: 100%;  
  padding: 2px !important;
    font-size: 12px;
    min-height: 24px;
}

.minidatable .left{
  text-align: left;
}

.minidatable table input {
  width: 100%;  
  padding: 2px !important;
    font-size: 12px;
    min-height: 24px;
}

.minidatable .dropdown-menu{
  padding: 2px !important;
  font-size: 12px;
}

.minidatable table .dropdown-menu{
  width: 100%;  
  padding: 2px !important;
  font-size: 12px;
  background-color: #fbf8da;
}

.minidatable table .dropdown-item:hover{
  background-color: #fdef60;
  cursor: pointer;
}
.minidatable table .dropdown-item:active{
  color: #000000;
  font-weight: bold;
}

.partialweb{
  width: 100%;
  height: 100%;
}

.modal-content {
    width: calc(100% + .7px);
}

.titulo{
    font-size: 2.5em;
    font-weight: bold;
}

.btnuploadform{
        font-size: 16px;
        height: auto !important;
        margin-right: 1px;
        color:#ffffff;
        line-height: inherit !important;
        margin-right: 0px !important;
    }


/****************************/
.SE_timeline{
   height:100%;
   overflow:auto;
   margin-left: -15px;
   margin-right: -5px;
   padding-right: 10px;
}


ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
   
}
ul.timeline > li {
    padding-left: 20px;
}
ul.timeline > li > p{
    font-size:12px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
}

.SE_timeline2{
   height:100%;
   overflow:auto;
   margin-right: -5px;
   padding-right: 10px;
}


.SE_timeline2 .media .date {
    background: #ccc;
    width: 52px;
    margin-right: 10px;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
}

.SE_timeline2 .media .date .day, .media .date .month {
    margin: 0;
    text-align: center;
    color: #fff;
}
.SE_timeline2 .media-body p{
    font-size:12px;
}