/*Login*/
  /* Coded with love by Mutiullah Samim */
/*    body,
    html {
      margin: 0;
      padding: 0;
      height: 100%;
      background: #60a3bc !important;
    }*/
    .color-iconop{
      color: #3EA8A6;
    }
    .user_card {
      height: 400px;
      width: 350px;
      /*margin-top: auto;*/
      margin-top: 65px;
      margin-bottom: auto;
      background: #4B4B4D;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 10px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 5px;
      color: #FFF;

    }
    .brand_logo_container {
      position: absolute;
      height: 170px;
      width: 170px;
      /*top: -75px;*/
      top: -65px;
      border-radius: 50%;
      background: #3EA8A6;/*#60a3bc */
      padding: 10px;
      text-align: center;
    }
    .brand_logo {
      height: 150px;
      width: 150px;
      border-radius: 50%;
      border: 2px solid white;
    }
    .form_container {
      margin-top: 100px;
    }
    .login_btn {
      width: 100%;
      background: #3EA8A6 !important;
      color: white !important;
    }
    .login_btn:focus {
      box-shadow: none !important;
      outline: 0px !important;
    }
    .login_container {
      padding: 0 2rem;
    }
    .input-group-text {
      /*background: #56a0d3 !important;
      color: white !important;
      border: 0 !important;*/
      /*border-radius: 0.25rem 0 0 0.25rem !important;*/
    }
    .input-group-txt-login{
      background: #3EA8A6 !important;
      color: white !important;
      border: 0 !important;
      border-radius: 0.25rem 0 0 0.25rem !important;
    }
    .input_user,
    .input_pass:focus {
      box-shadow: none !important;
      outline: 0px !important;
    }
    .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
      background-color: #3EA8A6 !important;
    }
/*Fin de Login*/



/*Inicio Cabecera inicial editable*/

/*.cat-to-show button:hover{
    cursor: pointer;
}*/

.cat-to-show-cerrar{
	position: absolute;
  top: 20%;
  left: -45px;
  /*width: 20%; */
  font-size: 28px;
  color: #ED3237;
  text-decoration: none;
  list-style: none;
  border-radius: 50%;
  background: transparent;
  border:none !important;
	/*bottom: 50%;
	left: -15%;*/
	white-space : nowrap;
  -webkit-transition : all 0.3s ease 0.15s;
     -moz-transition : all 0.3s ease 0.15s;
       -o-transition : all 0.3s ease 0.15s;
          transition : all 0.3s ease 0.15s;
	
}
.cat-to-show-abrir{
	position: fixed;
	top: 20%;
	right: 5px;
	z-index: 90; 
  font-size: 28px;
  color: #ED3237;
  text-decoration: none;
  list-style: none;
  border-radius: 50%;
  background: transparent;
  border:none !important;
}


.cat-to-show{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #FFF;
    width: 20%;
    height: 100%;
    padding: 5px;
    display: none;
	
		box-shadow: 0px 10px 14px 0px rgba(0,0,0, 0.4);
		/*box-shadow: 0 2px 0 0 white, 0 3px 0 0 #3E4095;*/
    /*overflow-x: hidden;
    overflow-y: scroll;*/

    white-space : nowrap;
  -webkit-transition : all 0.3s ease 0.15s;
     -moz-transition : all 0.3s ease 0.15s;
       -o-transition : all 0.3s ease 0.15s;
          transition : all 0.3s ease 0.15s;

    
}

.cat-to-show::-webkit-scrollbar{
    display: none;
}
.cat-to-show::-moz-scrollbar{
    display: none;
}
.cat-to-show::-ms-scrollbar{
    display: none;
}

/*.cat-to-show a:hover, .cat-to-show a:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #FFA500;
}*/
.cat-to-show-img{
   width: 100%;
   height: auto;
   padding: 5px;
   float: left;
   display: inline-block;
   text-align: center;

}
.cat-to-show-img img{
     width: 40%;
     /*height: 150px;*/
     height: 40%;
     margin: 0 auto;
     border-radius: 50%;
     box-shadow: 0 0 0 2px white, 0 0 0 3px #3EA8A6;
 
}
.cat-to-show-img img:hover, .cat-to-show-img img:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #3E4095;
    cursor: pointer;
}

.cat-to-show-username{
    float: left;
    width: 100%;
    border:1px dotted rgba(62,64,149,.7);
    padding: 5px;
    margin-bottom: 5px;
}
.cat-to-show-username h1{
    color: #4d4f53;
    /*font-family: 'Markazi Text', serif;*/
}
.cat-to-show-username input{
    width: 100%;
    /*background: #ED3237;*/
    background: rgba(62,168,166, .7);
    border:none !important;
    padding: 5px;
    /*font-family: 'Markazi Text', serif;*/
    font-size: 14px;
    color: #FFF;
    border-radius: 5px;
}
.cat-to-show-username input:hover{
    cursor: pointer;
}


.catAdmin{
    float: left;
    width: 100%;
    height: auto;
    /*z-index: 2;*/
    background: #fff;
    padding: 5px;

    border:1px dotted rgba(62,64,149,.7);

   

}
.catAdmin ul {
    list-style: none;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    
}
.catAdmin ul li{
    /*flex: auto;*/
    float: left;
    text-align: left;
    width: 100%;
    padding: 8px;
    
    

}
.catAdmin ul li a{
    color: #4D4F53;/*#4d4f53*/
    text-decoration: none;
    list-style: none;
    font-weight: bold;
    display: block;
    /*font-family: 'Merienda', cursive;*/
    font-size: 12px;

    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
}

.catAdmin ul li a:hover{
    color: #6059f6;
    cursor: pointer;
    /*border-left: 1px solid #FFA500;
    border-right: 1px solid #FFA500;*/
}
.blue{
	color: #6059f6;
}
.red{
	color: red;
}
.green {
	color: green;
}
.orange {
  color: #f48924;
}

.while{
  color: #FFF;
}
/*Fin Cabecera inicial editable*/

/****************************

Mostrar Contraseña login

*****************************/


.pass_show_login{position: relative} 

.pass_show_login .ptxt_login { 

position: absolute; 

top: 23%; 

right: 1px; 

z-index: 9; 

color: #0099e5; 

margin-top: -8px; 

cursor: pointer; 

transition: .3s ease all;

background: #FFF;
padding: 5px;

} 
.pass_show_login .ptxt_login:hover{
  color: #0089ce;

} 



/****************************

Mostrar Contraseña login

*****************************/


.pass-login-m{position: relative} 

.pass-login-m .ptxtlm { 

position: absolute; 

top: 26%; 

right: 1.8px; 

z-index: 9; 

color: #0099e5; 

margin-top: -8px; 

cursor: pointer; 

transition: .3s ease all;
/*background: #ececec;*/
background: #FFF;
/*padding: 8.2px;*/
padding: 5px;
/*border-radius: 0.25rem 0 0 0.25rem !important;*/

} 

.pass-login-m .ptxtlm:hover{
  color: #0089ce;

} 

/****************************

FIN Mostrar Contraseña Login

*****************************/



/****************************

FIN Mostrar Contraseña Login

*****************************/


/****************************

BOTON PARA CAMBIAR EMAIL

*****************************/

.btn_change_email{position: relative} 

.btn_change_email .pbtn_change { 

position: absolute; 

top: 25%; 

right: 2px; 

z-index: 9; 

color: #0099e5; 

margin-top: -7px; 

cursor: pointer; 

transition: .3s ease all;
/*background: #ececec;*/
background: #FFF;
/*padding: 9.5px;*/
padding: 5px;
border: none;

} 

.btn_change_email .pbtn_change:hover{
  color: #0089ce;

} 


/****************************

FIN BOTON PARA CAMBIAR EMAIL

*****************************/

/****************************

CAMBIAR FOTO DEL PERFIL

*****************************/
.contentLayout{
    text-align: center;
}
.contentLayout #catContenedorImagen{
   position: relative;
   display: inline-block;
   width: 50%;
   height: 50%; 
}
.contentLayout #catContenedorImagen img{
    margin: 20px auto;
    /*width:200px;
    height:200px;*/
    width: 100%;
    height: auto;
    border: 2px solid rgba(237,50,55, .4);
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}
.contentLayout #catContenedorImagen a{
    position:absolute;
    bottom: -8px;
    left: 5px;
    right: 5px;
    z-index: 1;
    text-decoration: none;
    color:#FFF;
    background: #3EA8A6;
    font-weight: 600;
    border-radius: 4px;
}
.contentLayout #catContenedorImagen a:hover{
    background: #3EA8A6;
}
.contentLayout #file-info{
    margin: 10px auto;
    background: #929292;
    width: 100%;
    height: auto;
    color: #FFF;
    padding: 3px;
    border-radius:5px;
    text-align: center;
    display: block;
}
 
.contentLayout #catContenedorImagen input[type=file]{
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -9999;
}



/****************************

FIN CAMBIAR FOTO DEL PERFIL

*****************************/
/****************************

  INGRESAR FOTO ESPECIALISTA

*****************************/

.contentLayoutEspecialista{
    text-align: center;
}
.contentLayoutEspecialista #catContenedorImgEspeclts{
   position: relative;
   display: inline-block;
   width: 100%;
   height: 100%;
   
}
.contentLayoutEspecialista #catContenedorImgEspeclts img{
    margin: 20px auto;
    /*width:200px;
    height:200px;*/
    width: 100%;
    height: auto;
    border: 2px solid rgba(237,50,55, .4);
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}
.contentLayoutEspecialista #catContenedorImgEspeclts a{
    position:relative;
    /*bottom: -8px;*/
    /*left: 5px;
    right: 5px;*/
    z-index: 1;
    text-decoration: none;
    color:#FFF;
    background: #3E4095;
    font-weight: 600;
    border-radius: 4px;
    width: 40%;  
    margin: 0 auto;
    padding: 8px;  

}
.contentLayoutEspecialista #catContenedorImgEspeclts a:hover{
    background: #3E4095;
}
.contentLayoutEspecialista #fileInfoEspeclts{
    margin: 10px auto;
    background: #929292;
    width: 100%;
    height: auto;
    color: #FFF;
    padding: 3px;
    border-radius:5px;
    text-align: center;
    display: block;
}
 
.contentLayoutEspecialista #catContenedorImgEspeclts input[type=file]{
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -9999;
}





/****************************

  FIN FOTO ESPECIALISTA

*****************************/

/****************************

CAMBIAR FOTO DEL PERFIL

*****************************/
.contentLayoutNoticias{
    text-align: center;
}
.contentLayoutNoticias #catContenedorImgNoticia{
   position: relative;
   display: inline-block;
   width: 100%;
   height: 100%;
   
}
.contentLayoutNoticias #catContenedorImgNoticia img{
    margin: 20px auto;
    /*width:200px;
    height:200px;*/
    width: 100%;
    height: auto;
    border: 2px solid rgba(237,50,55, .4);
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}
.contentLayoutNoticias #catContenedorImgNoticia a{
    position:relative;
    /*bottom: -8px;*/
    /*left: 5px;
    right: 5px;*/
    z-index: 1;
    text-decoration: none;
    color:#FFF;
    background: #3E4095;
    font-weight: 600;
    border-radius: 4px;
    width: 40%;  
    margin: 0 auto;
    padding: 8px;  

}
.contentLayoutNoticias #catContenedorImgNoticia a:hover{
    background: #3E4095;
}
.contentLayoutNoticias #fileInfoNoticia{
    margin: 10px auto;
    background: #929292;
    width: 100%;
    height: auto;
    color: #FFF;
    padding: 3px;
    border-radius:5px;
    text-align: center;
    display: block;
}
 
.contentLayoutNoticias #catContenedorImgNoticia input[type=file]{
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -9999;
}



/****************************

FIN CAMBIAR FOTO DEL PERFIL

*****************************/

/****************************

CAMBIAR FOTO DEL PERFIL

*****************************/
.contentLayoutPerfilHead{
    text-align: center;
}
.contentLayoutPerfilHead #catContenedorImgPerfHead{
   position: relative;
   display: inline-block;
   width: 100%;
   height: 100%;
   margin-bottom: 5px;
   
}
/*.contentLayoutPerfilHead span{
  width: 100%;
  height: auto;
  padding: 10px;
  background: #929292;
  color: #FFF;
}*/
.contentLayoutPerfilHead #catContenedorImgPerfHead img{
    margin: 20px auto;
    /*width:200px;
    height:200px;*/
    width: 100%;
    height: auto;
    border: 2px solid rgba(237,50,55, .4);
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}
.contentLayoutPerfilHead #catContenedorImgPerfHead a{
    position:relative;
    /*top: 0px;*/
    bottom: 8px;
    /*bottom: 12px;
    left: 5px;
    right: 5px;*/
    z-index: 1;
    text-decoration: none;
    color:#FFF;
    background: #3E4095;
    font-weight: 600;
    border-radius: 4px;
    width: 40%;  
    margin: 0 auto;
    padding: 8px;  

}
.contentLayoutPerfilHead #catContenedorImgPerfHead a:hover{
    background: #3E4095;
}
.contentLayoutPerfilHead #fileInfoPerfilHead{
    margin: 0 auto;
    background: #929292;
    width: 100%;
    height: auto;
    color: #FFF;
    padding: 3px;
    border-radius:5px;
    text-align: center;
    display: block;
}
 
.contentLayoutPerfilHead #catContenedorImgPerfHead input[type=file]{
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -9999;
}



/****************************

FIN CAMBIAR FOTO DEL PERFIL

*****************************/


/****************************

  CAMBIAR FOTO DE MIS CLIENTES

*****************************/
.contentLayoutMisClientes{
    text-align: center;
}
.contentLayoutMisClientes #catContImgMisClientes{
   position: relative;
   display: inline-block;
   width: 100%;
   height: 100%;
   margin-bottom: 5px;
   
}
/*.contentLayoutPerfilHead span{
  width: 100%;
  height: auto;
  padding: 10px;
  background: #929292;
  color: #FFF;
}*/
.contentLayoutMisClientes #catContImgMisClientes img{
    margin: 20px auto;
    /*width:200px;
    height:200px;*/
    width: 100%;
    height: auto;
    border: 2px solid rgba(237,50,55, .4);
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}
.contentLayoutMisClientes #catContImgMisClientes a{
    position:relative;
    /*top: 0px;*/
    bottom: 8px;
    /*bottom: 12px;
    left: 5px;
    right: 5px;*/
    z-index: 1;
    text-decoration: none;
    color:#FFF;
    background: #3E4095;
    font-weight: 600;
    border-radius: 4px;
    width: 40%;  
    margin: 0 auto;
    padding: 8px;  

}
.contentLayoutMisClientes #catContImgMisClientes a:hover{
    background: #3E4095;
}
.contentLayoutMisClientes #fileInfoMisclientes{
    margin: 0 auto;
    background: #929292;
    width: 100%;
    height: auto;
    color: #FFF;
    padding: 3px;
    border-radius:5px;
    text-align: center;
    display: block;
}
 
.contentLayoutMisClientes #catContImgMisClientes input[type=file]{
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -9999;
}



/****************************

  FIN CAMBIAR FOTO DE MIS CLIENTES

*****************************/




/****************************

  CAMBIAR LOGO DEL FOOTER

*****************************/
.contentLayoutLogoFooter{
    text-align: center;
}
.contentLayoutLogoFooter #catContenedorLogoFooter{
   position: relative;
   display: inline-block;
   width: 100%;
   height: 100%;
   margin-bottom: 5px;
   
}
/*.contentLayoutPerfilHead span{
  width: 100%;
  height: auto;
  padding: 10px;
  background: #929292;
  color: #FFF;
}*/
.contentLayoutLogoFooter #catContenedorLogoFooter img{
    margin: 20px auto;
    /*width:200px;
    height:200px;*/
    width: 100%;
    height: auto;
    border: 2px solid rgba(237,50,55, .4);
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}
.contentLayoutLogoFooter #catContenedorLogoFooter a{
    position:relative;
    /*top: 0px;*/
    bottom: 8px;
    /*bottom: 12px;
    left: 5px;
    right: 5px;*/
    z-index: 1;
    text-decoration: none;
    color:#FFF;
    background: #3E4095;
    font-weight: 600;
    border-radius: 4px;
    width: 40%;  
    margin: 0 auto;
    padding: 8px;  

}
.contentLayoutLogoFooter #catContenedorLogoFooter a:hover{
    background: #3E4095;
}
.contentLayoutLogoFooter #fileInfoLogoFooter{
    margin: 0 auto;
    background: #929292;
    width: 100%;
    height: auto;
    color: #FFF;
    padding: 3px;
    border-radius:5px;
    text-align: center;
    display: block;
}
 
.contentLayoutLogoFooter #catContenedorLogoFooter input[type=file]{
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -9999;
}


/****************************

  FIN CAMBIAR LOGO DEL FOOTER

*****************************/





/****************************

ACCIONES DE NOTICIAS

*****************************/
.nt-btn-acciones{
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  border: 2px solid #61C5C0;
}
.cb-btn-hd-add{
  position: absolute;
 
  bottom: 0;
  right: 10px;
  background: #FFF;
  border: 2px solid #61C5C0;
}

/****************************

FIN ACCIONES DE NOTICIAS

*****************************/

/****************************

TITULO PARA MARKETING COLORES

*****************************/

#markting-titlen1 {
  /*background-color:red;
  width:300px;*/
  color: #ED3237;
}

#markting-titlen1::placeholder {
 color: #ED3237;
}

#markting-titlen1::-webkit-input-placeholder {
  color:  #ED3237;
}
#markting-titlen1::-moz-placeholder {
  color:  #ED3237;
}
#markting-titlen1:-ms-input-placeholder {
  color:  #ED3237;
}
#markting-titlen1:-moz-placeholder {
  color:  #ED3237;
}

#markting-titlen2 {
  /*background-color:red;
  width:300px;*/
  color: #3E4095;
}

#markting-titlen2::placeholder {
 color: #3E4095;
}

#markting-titlen2::-webkit-input-placeholder {
  color:  #3E4095;
}
#markting-titlen2::-moz-placeholder {
  color:  #3E4095;
}
#markting-titlen2:-ms-input-placeholder {
  color:  #3E4095;
}
#markting-titlen2:-moz-placeholder {
  color:  #3E4095;
}





.markting-titlen1 {
  /*background-color:red;
  width:300px;*/
  color: #ED3237;
}

.markting-titlen1::placeholder {
 color: #ED3237;
}

.markting-titlen1::-webkit-input-placeholder {
  color:  #ED3237;
}
.markting-titlen1::-moz-placeholder {
  color:  #ED3237;
}
.markting-titlen1:-ms-input-placeholder {
  color:  #ED3237;
}
.markting-titlen1:-moz-placeholder {
  color:  #ED3237;
}

.markting-titlen2 {
  /*background-color:red;
  width:300px;*/
  color: #3E4095;
}

.markting-titlen2::placeholder {
 color: #3E4095;
}

.markting-titlen2::-webkit-input-placeholder {
  color:  #3E4095;
}
.markting-titlen2::-moz-placeholder {
  color:  #3E4095;
}
.markting-titlen2:-ms-input-placeholder {
  color:  #3E4095;
}
.markting-titlen2:-moz-placeholder {
  color:  #3E4095;
}


/****************************

FIN TITULO PARA MARKETING COLORES

*****************************/

/****************************

SOLUCION DE VIDEO YOUTUBE

*****************************/
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; 
  padding-top: 30px; 
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*SLIDER*/
.videont-responsive{
  position: relative;
  padding-bottom: 10%; 
  padding-top: 140px; 
  height: 0;
  overflow: hidden;
}
.videont-responsive iframe,
.videont-responsive object,
.videont-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-responsive-slider{

  /*position: absolute;
  padding-bottom: 56.25%; 
  padding-top: 30px; 
  height: 0;
  overflow: hidden;*/
}
/*.video-responsive-slider iframe,
.video-responsive-slider object,
.video-responsive-slider embed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/


 /*Laterales*/
.video-responsive-later{
  /*position: relative;
  padding-bottom: 1.25%; 
  padding-top: 3px; 
  height: 0;
  overflow: hidden;*/
}

/*.video-responsive-later iframe,
.video-responsive-later object,
.video-responsive-later embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 5%;
}*/


.txtAreaBody{
  text-align: center;
}
.txtAreaBody #labelTitle{
  font-weight:600;
  font-family: Roboto;
  font-size: 24px;
}


/****************************

ACCIONES DE NOTICIAS

*****************************/
.nt-btn-perfil{
  position: relative;
  top: 0px;
  left: 0px;
  /*background: #FFF;*/
  /*border: 1px solid #3E4095;*/
  /*width: 20%;
  height: auto;*/
  
  padding: 5px;
  
}
.nt-btn-perfil a{
  width: auto;
  height: auto;

}
@media (min-width: 768px) {
  .nt-btn-perfil {
    right: -120px;
  }
}

.nt-btn-general{
  position: relative;
  top: 0px;
  left: 0px;
  /*background: #FFF;*/
  border: 2px solid #61C5C0;
  width: 20%;
  height: auto;
  
  padding: 5px;
  
}
.nt-btn-general:hover b{
  width: auto;
  height: auto;
  cursor: pointer;

}
/****************************

FIN ACCIONES DE NOTICIAS

*****************************/


/*Version del sistema*/
.version-system{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px;

}

/*=============================================
MENSAJES        
=============================================*/
.msgs_details {
  /*padding: 30px 0 20px 10px;*/
  padding: 5px 0 10px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  .msgs_details {
    /*padding: 60px 30px 35px 35px;*/
    padding: 10px 10px 10px 10px;
  }
}

.msgs_details p {
  margin-bottom: 30px;
}

.msgs_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .msgs_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.msgs_details .msgs-email{
  /*color: rgba(130, 139, 178, 0.7);*/
  color: #888888;
  font-style: italic;
  font-size: 14px;

}
.msgs_details .msg-quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  /*font-style: italic;*/
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .msgs_details .msg-quote-wrapper {
    padding: 30px;
  }
}

.msgs_details .msg-quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid #3E4095;
}

@media (min-width: 768px) {
  .msgs_details .msg-quotes {
    padding: 25px 25px 25px 30px;
  }
}

.msgs_details .msg-navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

.msgs_details .msg-navigation-area p {
  margin-bottom: 0px;
}

.msgs_details .msg-navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  color: #2a2a2a;
}

.msgs_details .msg-navigation-area .msg-nav-left {
  text-align: left;
}

.msgs_details .msg-navigation-area .msg-nav-left .msg-thumb {
  margin-right: 20px;
  background: #000;
}

.msgs_details .msg-navigation-area .msg-nav-left .msg-thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.msgs_details .msg-navigation-area .msg-nav-left .msg-lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.msgs_details .msg-navigation-area .msg-nav-left:hover .msg-lnr {
  opacity: 1;
}

.msgs_details .msg-navigation-area .msg-nav-left:hover .msg-thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  .msgs_details .msg-navigation-area .msg-nav-left {
    margin-bottom: 30px;
  }
}

.msgs_details .msg-navigation-area .msg-nav-right {
  text-align: right;
}

.msgs_details .msg-navigation-area .msg-nav-right .msg-thumb {
  margin-left: 20px;
  background: #000;
}

.msgs_details .msg-navigation-area .msg-nav-right .msg-thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.msgs_details .msg-navigation-area .msg-nav-right .msg-lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.msgs_details .msg-navigation-area .msg-nav-right:hover .msg-lnr {
  opacity: 1;
}

.msgs_details .msg-navigation-area .msg-nav-right:hover .msg-thumb img {
  opacity: .5;
}

/*.panel-body-pag p{
  font-size: unset !important;
  color: unset !important;
  line-height: unset !important;
}*/

/*.panel-body-pag ul{
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem
}*/
/*.panel-body-pag > ul ol:first-child li:first-child {
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem;

}
.panel-body-pag > ul ol:last-child li:last-child {
  border-top-left-radius:.25rem;
  border-top-right-radius:.25rem;
  
}

.panel-body-pag ol {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-direction:column;
 flex-direction:column;
 padding-left:0;
 margin-bottom:0;
 
 
}
.panel-body-pag ul {
 display:-ms-flexbox;
 display:flex;
 -ms-flex-direction:column;
 flex-direction:column;
 padding-left:0;
 margin-bottom:0;
 
 

}

.panel-body-pag li {
 position:relative;
 display:block;
 padding:.75rem 1.25rem;
 margin-bottom:-1px;
 background-color:#fff;


 
}
.panel-body-pag li:first-child {
 border-top-left-radius:.25rem;
 border-top-right-radius:.25rem;
 
}
.panel-body-pag li:last-child {
 margin-bottom:0;
 border-bottom-right-radius:.25rem;
 border-bottom-left-radius:.25rem;
 
}*/
/*.panel-body-pag li:focus,
.panel-body-pag li:hover {
 z-index:1;
 text-decoration:none
}
.panel-body-pag li.disabled,
.panel-body-pag li:disabled {
 color:#6c757d;
 background-color:#fff
}*/

/*.panel-body-pag li{
  padding: unset !important;
  margin: unset !important;
}*/


