.dtp > .dtp-content > .dtp-date-view > header.dtp-header{
  background: #122222 !important;
  color: #fff;
  text-align: center;
  padding: .3em;  
}

.dtp div.dtp-date, .dtp div.dtp-time {
  background: #8b9c8b !important;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.dtp table.dtp-picker-days tr > td > a.selected{
  background: #8b9c8b !important;
  color: #fff;
}

.dtp .dtp-buttons{
  background: white !important;
}

.dtp .p10 > a{
  color: #8b9c8b !important;
}

.auth-wrapper .auth-bg .r:last-child{
  background: #8b9c8b !important;
}

.auth-wrapper .auth-bg .r:first-child {
  background: #122222 !important;
}

.auth-wrapper .auth-bg .r.s:nth-child(2) {
  background: #122222 !important;
}

.auth-wrapper .auth-bg .r.s:nth-child(3) {
  background: #8b9c8b !important;
}

.pcoded-header.header-blue{
  background: #8b9c8b !important;
}

.pcoded-navbar{
  background: #122222 !important;
}

.navbar-brand {
  background: white !important;
}

.theme-bg{
  background: #8b9c8b !important;
}

.btn-danger {
  color: #fff;
  background: #990000;
  border-color: #990000;
}

.theme-bg2{
  background: #122222 !important;
  border-color: #122222 !important;
}

.bg-c-green {
  background: #8b9c8b !important;
}

.btn-success:hover{
  background: #8b9c8b !important;
  border-color: #8b9c8b !important;
}

.btn-success{
  background: #8b9c8b !important;
  border-color: #8b9c8b !important;
}

.switch.switch-success input[type="checkbox"]:checked + .cr::before{
  background: #8b9c8b !important;
}

.label.label-success{
  background:  #8b9c8b !important; 
}

.bg-c-red {
  background: #990000 !important;
}

.label.label-danger {
  background: #990000 !important;
  color: #fff;
}

.navbar-content a:hover{
  color: #8b9c8b !important;
}

.pcoded-navbar .pcoded-inner-navbar li .pcoded-submenu > li.active > a::before, .pcoded-navbar .pcoded-inner-navbar li .pcoded-submenu > li:focus > a::before, .pcoded-navbar .pcoded-inner-navbar li .pcoded-submenu > li:hover > a::before{
  background: #8b9c8b !important;
}

.pcoded-navbar .pcoded-inner-navbar > li.active::after, .pcoded-navbar .pcoded-inner-navbar > li.pcoded-trigger::after{
  background: #8b9c8b !important;
}

.pcoded-navbar .pcoded-inner-navbar li.active > a, .pcoded-navbar .pcoded-inner-navbar li:focus > a, .pcoded-navbar .pcoded-inner-navbar li:hover > a{
  color: #8b9c8b !important;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #8b9c8b !important;
  border-color: #8b9c8b !important;
}

.pcoded-header.header-blue .dropdown .profile-notification .pro-head{
  background-color: #8b9c8b !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #122222 !important;
  border-color: #122222 !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #122222 !important;
  border-color: #122222 !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	background-color: transparent;
	border: none;
	border-right-color: currentcolor;
	border-right-style: none;
	border-right-width: medium;
	border-right: 1px solid #aaa;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
	position: relative;
}


.right-side-toggle {
  position: relative; }
  
.right-sidebar {
  position: fixed;
  right: -600px;
  width: 600px;
  display: none;
  z-index: 900;
  background: #ffffff;
  top: 0px;
  padding-bottom: 20px;
  height: 100%;
  -webkit-box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .right-sidebar .rpanel-title {
    display: block;
    padding: 24px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    background: #122222 !important; }
    .right-sidebar .rpanel-title span {
      float: right;
      cursor: pointer;
      font-size: 11px; }
      .right-sidebar .rpanel-title span:hover {
        color: #ffffff; }
  .right-sidebar .r-panel-body {
    padding: 20px; }
    .right-sidebar .r-panel-body ul {
      margin: 0px;
      padding: 0px; }
      .right-sidebar .r-panel-body ul li {
        list-style: none;
        padding: 5px 0; }

.shw-rside {
  right: 0px;
  width: 70vw;
  display: block; }
  

/* Carga de imagen */
.avatar-wrapper {
    position: relative;
    height: 150px;
    width: 150px;
    margin: 20px auto;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 15px -5px black;
    transition: all .3s ease;
  }
  .avatar-wrapper:hover {
    transform: scale(1.05);
    cursor: pointer;
  }
  .avatar-wrapper:hover .profile-pic {
    opacity: .5;
  }
  .avatar-wrapper .profile-pic {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all .3s ease;
  }
  .avatar-wrapper .profile-pic:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: 190px;
    background: #ecf0f1;
    color: #34495e;
    text-align: center;
  }
  .avatar-wrapper .upload-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .avatar-wrapper .upload-button .fa-arrow-circle-up {
    position: absolute;
    font-size: 175px;
    top: -10px;
    left: -10px;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
    color: #0186c2;
  }
  .avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
    opacity: .9;
  }

/* IMAGEN REDONDA */
.image-rounded {
  object-fit: contain;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.b-brand .b-bg {
  /*background: linear-gradient(-135deg,#46b5ff 0%,#0067AC 100%) !important;*/
  background: #fff !important;
  width: 50px;
  height: 50px;
}

.logo-login {
  border-radius: 30px;
  width: 300px;
}

.logo-menu {
  border-radius: 7px;
  width: 47px;
  height: 47px;
}

.pcoded-navbar .header-logo img{
  border-radius: 7px;
  width: 47px;
  height: 47px;
}

.pcoded-navbar.navbar-collapsed .header-logo .logo-thumb {
  left: calc((74px/2) - 20px);
}

.pcoded-navbar .header-logo {
  padding: 10px 20px 10px 15px !important;
}

.zoomA {
  /*width: 600px;*/
  /*height: auto;*/
  transition-duration: 1s;
  transition-timing-function: ease;
}
.zoomA:hover {
  transform: scale(3.0);
  border-radius: 16%;
  margin-left: -75px;
}



/* select2 style */
.select2-container--default .select2-selection--multiple {
  background: #f4f7fa !important;
  padding: 5px 10px !important;
  height: auto !important;
  display: block !important;
  width: 100% !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

.select2-container--focus {
  color:#495057;
  background-color:#fff;
  border: 1px solid #80bdff;
  border-radius: .25rem;
  outline:0;
  box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}

/* Nav bar sobre el select2 */
.pcoded-navbar {
  z-index: 1074 !important;
}

.pcoded-navbar.mob-open~.pcoded-header:before, .pcoded-navbar.mob-open~.pcoded-main-container:before, .pcoded-navbar.navbar-collapsed:hover~.pcoded-header:before, .pcoded-navbar.navbar-collapsed:hover~.pcoded-main-container:before {
  z-index: 1073 !important;
}

.with-wrap {
  white-space:normal!important;
}

.pcoded-navbar .pcoded-submenu {
  background: #39465e;
  padding: 0px 0 !important; 
}

.border-radius-gray {
  border: solid 1px #9292923b; 
  border-radius: 10px;
}

.comment-note {
  background: #f6e58d !important; 
  /*color: #000 !important;*/
}

.comment-btn-border {
  border: 1px solid #fff;
}




.select2-selection__rendered {
    line-height: 42px !important;
}
.select2-container .select2-selection--single {
    height: 42px !important;
}
.select2-selection__arrow {
    height: 42px !important;
}

.select2-container--default .select2-selection--single {
	background-color:#f4f7fa;
	border: 1px solid #ced4da;
}


.avatar_circle {
	background-size:cover; 
	background-position:center center;
	width:50px;
	height:50px;
	border-radius:100%;
}


.message-card {
    padding: 10px;
    background: #fafafa;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}



.daily-feeds a.feed-profile {
 margin-right:10px;
 width:45px;
 height:45px
}
.daily-feeds a.feed-profile img {
 width:100%;
 height:100%
}
.daily-feeds .badge {
 margin-right:10px
}
.daily-feeds strong {
 display:inline-block;
 margin-right:5px
}
.daily-feeds small {
 color:#999;
 display:block;
 margin-bottom:5px
}
.daily-feeds .message-card {
 padding:10px;
 background:#fafafa;
 margin-left:55px;
 margin-top:10px;
 margin-bottom:10px;
 -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.1);
 box-shadow:1px 1px 2px rgba(0,0,0,0.1)
}
.daily-feeds .full-date {
 line-height:0.7em;
 margin-bottom:10px
}
.daily-feeds .CTAs a {
 margin-right:5px
}
.daily-feeds .CTAs a i {
 margin-right:5px
}
.daily-feeds .CTAs a:last-of-type {
 margin-right:0
}
.daily-feeds a.btn {
 color:#fff
}

.updates li {
    border-bottom: 1px solid #f3f3f3;
    padding: .75rem 1.25rem;
}
















#notification-block {
    max-height: 700px;
    overflow-y: scroll;
}

#notification-block {
    border: 1px solid rgba(100, 100, 100, .4);
    border-radius: 0 0 2px 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    margin-top: 0px;
    
    width: 400px !important;
    right: 0 !important;
    left: -320px !important;
    float: left !important;
    margin-top: -20px !important;
    padding: 20px !important;
    font-size: 1.1em !important;
    line-height:20px;
}






.dropdown-menu.show {
    display: block;
}


.dropdown-menu {
	z-index: 1000;
    min-width: 10rem;
    min-width: 18rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
        margin-top: 0.125rem;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

#notification-block a {
    color: #000 !important;
}



.nav.navbar a {
    font-size: 0.8em;
    color: #fff;
    position: relative;
}

.notification-item {
    white-space: normal !important;
    font-size: 0.75em !important;
    color: #666 !important;
    padding: 10px !important;
    border-bottom: 1px solid #dddfe2;
    
}



.dropdown-item {
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.nav.navbar .msg-profile {
    margin-right: 10px;
    width: 50px;
}

#notification-block span {
    color: #000 !important;
}

nav.navbar .msg-body span {
    font-size: 0.85em;
}

nav.navbar .msg-body span, nav.navbar .msg-body strong {
    display: block;
}

nav.navbar small {
    font-size: 0.75em;
    color: #999;
}

nav.navbar a {
    font-size: 0.8em;
    color: #fff;
    position: relative;
}

a {
    color: #33b35a;
    text-decoration: none;
}

a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.subavatar {
    text-align: center;
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 100%;
    right: 4px;
    top: 23px;
}

.profile-notification{
	margin-left:-300px;
}

.especialist_image{
	background-size:cover;
    width:100px;
    height:100px;
    background-size:100%;
    border-radius:100%;
    background-position:center center;    
}

.scroll {
    font-size: 30px;
    font-size: bold;  
    color: red;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}
.scroll:hover {
    color: gray;
    cursor: pointer;  
}


/*.left-scroll { 
    position: relative;
    z-index: 10;
    left: 20px;
    top: 106px;
    width:30px;
    height:30px;
    background-image: url("../../images/left-arrow.png");
    background-size: contain;
	background-repeat: no-repeat;
} */
  
/*.right-scroll { 
    position: absolute;
    z-index: 10;
    left: 93%;
    top: 50%;
    min-width:30px;
    min-height:30px;
    width:30px;
    height:30px;
    background-image: url("../../images/right-arrow.png");
    background-size: contain;
	background-repeat: no-repeat;	
}*/


.a-left-scroll { 
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0;
	height: 100%;
	width: 40px;
	height: 100%;
}


.a-right-scroll { 
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 0;
	height: 100%;
	width: 40px;
	height: 100%;
}

.a-right-scroll:hover:after {
	content:'';
	border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;	
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);    	
	right:10px;
	top:50%;
	position:absolute;
}


.a-left-scroll:hover:after {
	content:'';
	border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;	
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);	
	left:10px;
	top:50%;
	position:absolute;
}

.a-right-scroll:hover { 
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(204,204,204,0.6390756986388305) 100%);
}


.a-left-scroll:hover { 
	background: rgb(204,204,204);
	background: linear-gradient(90deg, rgba(204,204,204,0.6390756986388305) 0%, rgba(255,255,255,0) 100%); 
}


.modal{
	z-index:1074 !important;
	overflow: auto !important; 
}

.table td{
	padding: 8px !important;
}

#dropdownMenuButton{
	padding: 0px 5px 0px 5px !important;
	margin: 0px !important;

}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}



/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#messages_div{
	max-height: 50vh;
     overflow-y: auto;
     overflow-x: hidden;
	
}

#messages_div img{
	max-width: 200px !important;
}

#nav2{
	max-height: 80vh;
    overflow-x: hidden;
}

.pendingMessage {
	background-color:#E5F2FF;
}

.activeTr{
	background-color:#E5F2FF;
	
}



.selection .select2-selection--multiple {
	height: 44px !important;
}	


.select2-selection--multiple {
	margin:0px !important;
}

.select2-selection--multiple .select2-selection__rendered {
	line-height: 30px !important;
}	

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin:0px !important;
	padding-right:10px;		
	margin-right:5px !important;
}

.chat_new{
	background-color: #e8fcff !important;
}


.div_library{
	min-height:500px;
	max-height:500px;
	width:100%;
	overflow-y:  auto;
	
}

.image_library_show{
	margin:15px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
}

.image_div_section{
	width: 100% !important;
	border:1px solid black;
	padding:35px;
	border-radius:10px;
	
}

.image_selected{
	border:4px solid blue;
}

.label.label-secondary {
  background: #6c757d !important;
  color: #fff;
}

.material-icons{
  color: black !important;
}