input[type='checkbox']{
	transform: scale(2);
}


.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;    
}

.required-value{
	background-color:#FFDADA !important;
}

.required-input{
	background-color:#FFDADA !important;
}

.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: 1085;
}
