/*
@font-face {
  font-family: 'ArvinRegular';
  src: url('../fonts/Arvin Regular.eot');
  src: local('☺'), url('../fonts/Arvin Regular.woff') format('woff'), url('../fonts/Arvin Regular.ttf') format('truetype'), url('../fonts/Arvin Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ExoRegular';
  src: url('../fonts/Exo-Regular.eot');
  src: local('☺'), url('../fonts/Exo-Regular.woff') format('woff'), url('../fonts/Exo-Regular.ttf') format('truetype'), url('../fonts/Exo-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
body {
  overflow-x: hidden !important;
}
body.login {
  overflow-x: visible !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;*/
  background-color: #e2e2e2 !important;
}
::-webkit-scrollbar-thumb {
  background-color: #454545 !important;
  outline: 1px solid slategrey !important;
}
mediaelementwrapper iframe {
  height: 100% !important;
  width: 100% !important;
}
.alert-no-connection {
  background-color: #ed5565 !important;
  border-bottom: 2px solid #da4453 !important;
}
.popupPrivacyCheck-modal {
  z-index: 2000;
}
.uppercase {
  text-transform: uppercase;
}
.bold {
  font-weight: 600;
}
.only-time-picker .calendar-table {
  display: none !important;
}
.inputDisabled {
  background: transparent !important;
  color: #000 !important;
  border: none;
  box-shadow: none;
}
.range_inputs {
  text-align: center; 
}
img.avatar {
  border: none;
  margin-top: 5px;
  margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  background-color: #337ab7;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}
.select2disabled {
  pointer-events: none;
}
.select2disabled .selection .select2-selection {
  background-color: #eaeaea;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  /*background-color: #30548e;*/
  background-color: #565656;
  color: white; 
}
.info-icon {
  color: #337ab7;
  cursor:pointer;
}
.fieldDescription {
  background-color: #f4f4f4;
  border: 2px solid #eda3a3;
  padding: 5px;
  margin-top: 2px;
}
.caption {
  padding: 1px 5px;
  background: #ffffff;
  border: 1px solid #e1e2e1;
  text-align: center;
}
.caption h4 {
  margin-top:5px;
  margin-bottom:0px;
}
.caption h5 {
  margin-top:5px;
  margin-bottom:0px;
}
.colorRed {
  color: #de5e5a;
}
i.addedIcon {
  display: inline-block;
  position: absolute;
  margin-left: -8px;
  top: 24px;
}
/** COOKIE ALERT **/
#cookieAlert {
  display: none;
  position: fixed;
  z-index: 1000;
  background-color: #f4f4f4;
  border-bottom: 3px solid #888;
  padding: 10px 20px;
  width: 100%;
}
#cookieBox a.cookiePage {
  font-weight: 800;
  text-decoration: underline;
  color: #5595d6;
}
a#accettaCookie {
  position: relative;
  float: right;
}
img.closed-icon {
  width: 15px;
  margin-right: 3px;
  top: -2px;
  position: relative;
}
.padR0 {
  padding-right: 0;
}
.box-with-overlay {
  cursor: pointer;
}
/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #313131b3;
}
/* When you mouse over the container, fade in the overlay icon*/
.box-with-overlay:hover .overlay {
  opacity: 1;
}
/* The icon inside the overlay is positioned in the middle vertically and horizontally */
.overlay-icon {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.overlay-w-edit-btn {
  height: 60%;
}
.padlr0 {
  padding-left: 0;
  padding-right: 0;
}
.padlr2 {
  padding-left: 2px;
  padding-right: 2px;
}
.marb25 {
  margin-bottom:25px;
}
.marb20 {
  margin-bottom:20px;
}
.mart15 {
  margin-top: 15px;
}
.marr3 {
  margin-right: 3px !important;
}
.width100 {
  width:100%;
}
.mail_view {
  text-align: left;
}
.login {
  background: #efefef;
}
.login_content {
  text-shadow: none;
}
.login_content form input[type="text"], .login_content form input[type="email"], .login_content form input[type="password"] {
  box-shadow: none;
}
.top_nav .nav>li>a:focus, 
.top_nav .nav>li>a:hover, 
.top_nav .nav .open>a, 
.top_nav .nav .open>a:focus, 
.top_nav .nav .open>a:hover {
  background: #efefef;
  color: #454545 !important;
}
.panel-div {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 0;
  height:130px;
}
.panel-div-head {
  background-color: #dfe8e3;
  padding: 10px;
}
.panel-div-head h5 {
  margin: 0;
}
.panel-div-body {
  margin: 25px 0;
}
.panel-div-body h1 {
  margin: 0;
}

.nav.navbar-nav>li>a {
  color: #ffffff !important;
}
#options-btn-image-container {
  margin-top: 5px;
}
.page-title {
  height: 55px;
  padding: 0; 
}
.btn-menu-bar {
  width: 40px;
  height: 35px;
  border-radius: 13px !important;
  padding: 7px !important;
}
.btn-menu-bar > i {
  text-shadow: none !important;
  font-size: 1.5em !important;
}
.btn-popup-login {
  display: block;
  width: 100%;
  background-color: #03a0e6;
  border-color: #0895d4;
  color: #fff;
}
.btn-popup-login:hover,
.btn-popup-login:active,
.btn-popup-login:focus {
  color: #fff;
  background-color: #0895d4;
  border-color: #03a0e6;
}
.btn-popup-signup {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #dae4df;
  border-color: #c10d78;
}
.btn-popup-signup:hover,
.btn-popup-signup:active,
.btn-popup-signup:focus {
  color: #fff;
  background-color: #c10d78;
  border-color: #dae4df;
}
.btn-popup-cancel {
  margin-top:20px;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-popup-cancel:hover,
.btn-popup-cancel:active,
.btn-popup-cancel:focus {
  color: #fff;
  background-color: #eea236;
  border-color: #f0ad4e;
}
.btn-locked,
.btn-locked:hover,
.btn-locked:focus,
.btn-locked:active {
  background: #dadada;
  color: #8a8a8a;
}
.popup-default > .alert-warning {
  text-align: center;
  background-color: #fff;
  border-color: #ccc;
  color: #000;
  box-shadow: 1px 1px 20px #000;
}
.alert.alert-danger > a {
  color: darkblue;
}
.inputFieldError {
  border-color: #d70d0d !important;
  background-color: #ffefef !important;
}
h2.profilationHeader {
  color: #dae4df;
  margin-bottom: 0px;
}
.profilationBox {
  background: #6bb8f0;
  margin: 5px 0px 10px 0px;
  text-align: left;
  /*border: 1px solid #fefefe;*/
}
.privacyBox {
  margin: 5px 0px 10px 0px; 
  text-align: left;
}
.icheckbox_flat-green.checked.disabled {
  background-color: #26b999;
  border-radius: 5px;
}
h5.popupLabel {
  background-color: #ededed;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.justify-content-end {
  float:right;
}
h5.pricing-header-line {
  background-color: #9d9d9d;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
  text-transform: uppercase;
}
.pricing_features {
  padding-top: 0px;
}
.pricing .title {
  background: #dae4df;
}
.pricing .title.title-free {
  background: #9c9c9c;
}
.ui-ribbon-container .ui-ribbon {
  background-color: #03a0e6;
}
a.promo-code-anchor {
  cursor: pointer;
  text-decoration: underline;
}
a.simple-anchor {
  color: inherit !important;
  cursor: pointer;
  text-decoration: underline;
}
.front {
  width: 95% !important;
}
.back {
  width: 100% !important;
}
.fix-label {
  text-align:right;
  margin-top:10px;
}

.btn-info {
  color: #fff;
  background-color: #039fe3;
  border-color: #039fe3;
}
.alert-warning,
.alert-danger {
  color: #fff;
}
.btn-default {
  color: #333;
  background-color: #e2e2e2;
  border-color: #d8d8d8;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #ececec;
  border-color: #e2e2e2;
}

.label-info {
  background-color: #039fe3;
}

span.blue-tag {
  line-height: 0px;
  background-color: #9c9c9c;
  color: #fff;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 7px;
  border-radius: 5px;
  display: inline-block;
  cursor: default;
  font-size:11px;
}

#bar_blank {
  border: solid 1px #ccc;
  height: 25px;
  width: 100%;
  border-radius:5px;
}
#bar_color {
  background-color: #14c169;
  height: 23px;
  width: 0px;
}
#bar_blank_container {
  display: none;
}
#status {
  padding:0px 15px;
}
.main_menu span.fas {
  float: right !important;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #333;
}
.main_menu li.active span.fas {
  color: #fff;
}
span.importPartialSuccess {
  color:#f0ad4e;
}
span.importSuccess {
  color:#5ad05a;
}
span.importError {
  color:#ff807c;
}
.imgWidth50 {
  width: 20px;
  display: inline-block;
}
.avanzamentoTxtDetails {
  display: inline-block;
  position: relative;
  top: 2px;
}
.label-big {
  font-size: 12px;
}
.label-super-big {
  font-size: 14px; 
}
.label-in-header {
  position: relative;
  top: -2px;
  font-size: 70%;
}
.facebook {
  background: #4166b2;
  border-color: #29497d;
  text-shadow: none;
  text-decoration: none;
}
.facebook:hover,
.facebook:focus,
.facebook:active {
  background: #365899;
  border-color: #365899;
  text-shadow: none;
  text-decoration: none !important;
}
li.select2-search.select2-search--inline,
li.select2-search.select2-search--inline > input.select2-search__field {
  width:100% !important;
}
img.blurry {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
}
span.blurry,
h3.blurry {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}
span.blurry-hidden {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px); 
  color: #9f9f9f;
}
h3.blurry-hidden {
  color: #9f9f9f;
}
a.blurry,
p.blurry {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}
.disabledTags {
  border: none !important;
  background-color: #fff !important;
}
a {
  color: #454545;
}
h2.section-headliner {
  text-align: center;
  padding-top: 15px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #dae4df;
}
.form-control-feedback {
  margin-top: 6px;
}
.fa-15x {
  font-size: 1.5em;
}
.floatLeft {
  width: 50%;
  float:left;
  text-align: left;
}
.floatRight {
  width: 50%;
  float:right;
  text-align: right;
}
.alert-info {
  color: #fff;
  background-color: #039fe3;
  border-color: rgba(46, 160, 237, 0.88);
}
.paddingLR0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padding0 {
  padding: 0 !important;
}
.margin0 {
  margin: 0 !important;
}
.marginTop0 {
  margin-top: 0 !important;
}
.form-control,
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border-radius: 3px;
}
.modal-header {
  background-color: #ededed;
  text-transform: uppercase;
  color: #2e4474;
}
.smallHR {
  margin: 5px 0 !important;
}
.menu-superadmin-lbl {
  padding: 20px 0px;
  background: #454545;
}
.menu-superadmin-lbl>h3 {
  color: #fff;
  text-shadow: none;
}
.nav-sm span.fa, .nav-sm .menu_section > .menu-superadmin-lbl h3 {
  display: block;
  padding-left: 16px;
}
.profile_info span,
.profile_info h2 {
  color: #1e1a21;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #454545;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #03a0e6;
  border-color: #0a94d4;
}
.list-group-item {
  padding: 10px 15px 10px 0px;
}
.alert {
  margin-bottom:5px;
}
.nav_menu {
  position: relative !important;
  z-index: 200 !important;
}
.right_col {
  position: relative;
}
.addPaddingTop {
  padding-top: 70px !important;
}
.register-btn {
  width: 100%;
  margin-top: 2px !important;
  text-decoration: none !important;
  text-shadow: none;
  font-size: 13px !important;
}
#spin-container {
  background-color: rgb(71, 69, 69);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200000;
  opacity: 0.95;
  filter: alpha(opacity=95);  
  display: none;
}
/*
.arvinFont {
  font-family: 'ArvinRegular';
}
.exoFont {
  font-family: 'ExoRegular';
}
*/
.center-div {
  text-align: center;
}
.alignRight {
  text-align: right; 
}
.btn-width80 {
  width: 80%;
}
.btn-primary {
  background-color: #03a0e6;
  border-color: #0895d4;
}
.btn-primary:hover,
.btn-primary:active {
  background-color: #008cca;
  border-color: #016d9c;
}
.navbar-action-buttons {
  float: right !important;
}
.button-ios {
  color: #ffffff !important;
  padding: 9px;
  text-shadow: 0px 0px 1px rgba(30, 30, 30, 0.8) !important;
  border-radius: 20px !important;
  background: #ecb015 !important;
  box-shadow: none !important;
}

body, 
.left_col {
  background-color: #e2e2e2;
  color: #333;
}
.img-circle.profile_img {
  padding: 2px;
}
.user-profile img {
  border: 2px solid #fff;
}
.navbar-nav .open .dropdown-menu {
  background: #efefef;
  border: 1px solid #dddddd;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0px;
  box-shadow: -3px 4px 7px rgba(221, 221, 221, 0.7);
}
.top_nav .dropdown-menu li {
  border-top: 1px solid #ddd;
}
.top_nav .dropdown-menu li a {
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #454545;
}
.profile_info span {
  line-height: 20px;
}
.nav_title,
.nav_menu {
  background-color: #415988;
}
.nav.side-menu>li.active>a,
.nav.side-menu>li.active-sm>a {
  background: linear-gradient(#415988, #415988),#415988;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.35) 0 0 0;
}
.nav.side-menu>li.active>a:active, 
.nav.side-menu>li.active>a:focus,
.nav.side-menu>li.active>a:hover,
.nav-sm .nav.child_menu li.active>a:active, 
.nav-sm .nav.child_menu li.active>a:focus,
.nav-sm .nav.child_menu li.active>a:hover,
.nav-sm .nav.side-menu li.active-sm>a:active,
.nav-sm .nav.side-menu li.active-sm>a:focus,
.nav-sm .nav.side-menu li.active-sm>a:hover {
  color: #ffffff !important;
}
.nav.side-menu>li>a, .nav.child_menu>li>a {
  color: #333333;
}
.nav.child_menu>li>a {
  text-align: left;
}
.nav.side-menu>li>a:active, 
.nav.side-menu>li>a:hover, 
.nav.side-menu>li>a:focus, 
.nav.child_menu>li>a:active,
.nav.child_menu>li>a:hover,
.nav.child_menu>li>a:focus {
  color: #333333 !important;
  /*border-right: 5px solid #efefef;
  background-color: #929caf8f;
  */
}
.nav.side-menu>li.current-page, 
.nav.side-menu>li.active,
.nav-sm .nav.child_menu li.active, 
.nav-sm .nav.side-menu li.active-sm {
  border-right: 5px solid #efefef;
  background-color: #415988;
}

.responseContainer {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.messageLineContainer {
  width: 100%;
}
.messageLineContainer-visualized {
  width: 100%;
  margin-bottom:0px;
  margin-top:-10px;
}
.opponentMessageContainer {
  cursor: pointer;
  display: block;
  float: left;
  background-color: #337ab7;
  padding: 5px;
  border-radius: 5px;
  color: white;
}
.opponentMessageContainer-dates {
  float: left;
  display: inline-block;
  padding: 5px;
}
.myMessageContainer {
  cursor: pointer;
  display: block;
  float:right;
  background-color: #e2e2e2;
  padding: 5px;
  border-radius: 5px;
  color: black;
}
.myMessageContainer-dates {
  float:right;
  display: inline-block;
  padding: 5px;
}
.myMessageContainer-visualized {
  float:right;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.message-response {
  border: 1px solid #efefef;
  border-radius: 5px;
}
.mail_heading {
  background-color: #444;
  color: white;
  padding: 10px 10px 10px 10px;
  margin-bottom: 0px;
  text-shadow: 0px 0px 1px #000;
}
.mail_heading h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mail_heading h5 {
  margin-bottom: 0px;
  margin-top: 5px;
}
.mail_heading p.marb5 {
  margin-bottom: 5px;
}
.mail_heading p.marb2 {
  margin-bottom: 2px;
}
.mail_heading p.marb0 {
  margin-bottom: 0px;
}
.mail_heading .responseHeader {
  margin-bottom: 5px;
}
.mail_heading .responseHeader h5 {
  margin-top: 5px;
}
.mail_heading .responseHeader p {
  font-weight: 400;
}
a.link-to-user-profile {
  display: inline-block;
  width: 100%;
  color: #fff;
}
a.link-to-user-profile:hover,
a.link-to-user-profile:focus,
a.link-to-user-profile:active {
  color: #eee;
}
.view-mail {
  padding-top: 20px;
}
.inline-form {
  display: inline-block;
}
.mail_heading_title > h4 {
  margin-bottom: 5px;
}
.messagePreview {
  display:block;
  cursor: pointer;
}
.messagePreview-not-readed {
  background-color: #dee8f1 !important;
}
.messagePreview-not-readed > a:hover,
.messagePreview-not-readed > a:active {
  background-color: #e0e4e8 !important;
}

.justify-content-end {
  float:right;
}
.getMoreData-container {
  display: block;
  cursor: pointer;
  color: #dae4df;
  text-align: center;
}
.icon-upgraded > img {
  position: relative;
  top: -3px;
  width: 20px;
}
.icon-upgraded {
  margin-right: 5px;
}

.fit-item-vertical {
  min-height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fit-item-vertical-bis {
  min-height: auto;
}
.fit-item-vertical-image {
  min-height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
}
.fit-item-vertical-disabled {
  background-color: #f2f2f2 !important;
  color: #8b8b8b !important;
}
.fit-item-vertical-disabled:hover,
.fit-item-vertical-disabled:active,
.fit-item-vertical-disabled:focus {
  background-color: #f2f2f2 !important;
  color: #8b8b8b !important;
}
.fit-item-vertical-disabled > .customlist-data-middle > h4.list-group-item-heading {
  color: #8b8b8b !important;
}
a.anchor-popup {
  color: #fff !important;
  cursor: pointer;
}
.search-input {
  border-radius: 0px !important;
  border: 1px solid #e1e1e1;
}
.search-btn, 
.more-filter-btn {
  border-radius: 0px !important;
  color: #fff !important;
  border: 1px solid #e1e1e1;
}
.more-filter-btn {
  background-color: #dae4df;
}
.more-filter-btn:hover,
.more-filter-btn:active,
.more-filter-btn:focus {
  background-color: #50699c;
}

.colorBlack {
  color: black;
}
.colorGreen {
  color: #169F85;
}
.colorRed {
  color: #c9302c;
}

.compose {
  border-top-left-radius: 0px;
}
.compose .compose-header {
  background: #dae4df;
  border-top-left-radius: 0px;
}
.compose .compose-header .close {
  color: #fff;
  font-weight: 200;
  opacity: 0.8;
  text-shadow: none;
}
.editor-wrapper-receiver {
  min-height: 35px !important;
  max-height: 35px !important; 
}
.autocomplete-suggestion {
  font-size: 1em;
}
.marginBottom0 {
  margin-bottom:0px;
}

.logo-img {
  /*max-width: 100px;*/
  max-width: 60px;
  width: 100%;
}
.logo-img-login {
  /*max-width: 150px;*/
  max-width: 120px;
  width: 100%; 
  margin-top:20px;
}
.tableCell-fixedHeight {
  max-height: 70px;
  overflow-y: scroll;
}
.thumb-container {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.thumb-container > a > img {
  width: 100%;
}

.title-row {
  margin-bottom: 5px;
  padding: 0;
}
.title-center {
  text-align: center;
  display: block;
}
.title-left-control {
  float: left;
  display: block;
  padding: 0;
}
.title-right-control {
  float: right;
  display: block;
  padding: 0;
  text-align: right;
}
.title-logo-img {
  width: 100px;
}

.thumbnail .image {
  height: 145px;
}
.thumbnail-custom,
.thumbnail-custom .image {
  height: auto !important;
}
.btn-options-navbar-success {
  padding: 2px !important;
}
.btn-options-navbar-success:hover {
  background-color: #169F85 !important;
}
.btn-options-navbar-blue {
  padding: 2px !important;
}
.btn-options-navbar-blue:hover {
  background-color: #1895fb !important;
}
.btn-options-navbar-danger {
  padding: 2px !important;
}
.btn-options-navbar-danger:hover {
  background-color: #d43f3a !important;
}
.btn100 {
  width: 100%;
}
.btnBig {
  min-width: 300px;
  margin: 10px auto;
}
.dataTables_wrapper .dt-buttons {
  float: right;
  margin-bottom: 10px;
}
.reportRangeCustom {
  cursor: pointer; 
  padding: 7px 10px; 
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  width: 100%;
}

/* adjust margin for fileinput */
.btn-file {
  margin-bottom: 0px !important;
}
.input-group {
  margin-bottom: 0px;
}
.cropper-container {
  max-width: 640px;
  margin: 20px auto;
}
#crop-collabLogo-modal {
  z-index: 2000;
}
.login_content > .alert {
  text-shadow: none;
}
.clickDisabled {
  pointer-events: none !important;
}
.alertLink {
  color:#fff;
  text-decoration:underline;
  cursor:pointer;
}

.pink {
  color: #f362c4;
}
.azure {
  color: #56b9ec;
}
.red {
  color: #e23e5a;
}
.blue {
  color: #3e57e2;
}
.yellow {
  color: #e0b42c;
}

.menu-disabled-a {
  opacity: 0.5;
  pointer-events: none !important;
}
.a-disabled-partial {
  opacity: 0.6;
}
.notify-a,
.notify-a:hover,
.notify-a:active,
.notify-a:focus {
  color: white;
}

.profile-img-container {
  position: relative;
  text-align: center;
}
.profile-img-container img {
  height:200px;
  width:200px;
  cursor:pointer;
}
.profile-img-over {
  display:none;
  height:200px;
  width:200px;
  opacity:0.7;
  background:#444;
  position:absolute;
  cursor:pointer;
  /*border-radius:100px;*/
  left: 50%;
  margin-left: -100px;
}
.profile-img-container:hover .profile-img-over {
  display:block;
}
.profile-img-over > span {
  position: absolute;
  bottom: 10px;
  right: 79px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 3px #23203b;  
}

.nav-md ul.nav.child_menu li:before {
  background: #7e91a2;
}
.nav.child_menu {
  background-color: #f7f7f7;
}
.nav.child_menu li:hover, 
.nav.child_menu li.active {
  background-color: #efefef;
}

.pac-container {
  z-index: 1051;
}

.mfp-wrap { 
  z-index: 1052;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}
.sidebar-footer {
  z-index: 200;
  width: 100%;
  background-color: #b5b5b5;
  line-height: 0.7;
  padding: 1px 0 0 0;
  cursor: pointer !important;
}
.sidebar-footer > a {
  font-size: 20px;
  padding: 5px 0 7px;
  width: 33.3333%;
  background-color: #e6e6e6;
  color:#dae4df;
  cursor: pointer;
  border-left: 1px solid #b5b5b5;
}
.sidebar-footer a:hover,
.sidebar-footer a:focus,
.sidebar-footer a:active,
.sidebar-footer a.activefooterbar {
  color: #03a0e6;
  background: #e6e6e6;
  border-bottom: 3px solid #03a0e6;
}
.file-caption-main button {
  margin: 0 !important;
}
.btn, .btn-sm {
  border-radius: 0px !important; 
}

/* ufficio-card */
.ufficio-cardContainer {
  box-shadow: 1px 1px 7px #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
}
.ufficio-card-header,
.ufficio-card-header-video {
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
}
.ufficio-card-body {
  padding: 0 10px 10px;
  height: 175px;
  overflow-y: auto;
}
.ufficio-card-body h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.ufficio-card-dates {
  margin-top: 5px;
}
.ufficio-card-role {
  margin-bottom: 5px;
}
.ufficio-card-comuni {
  /*
  height: 30px;
  overflow: auto;
  overflow-x: hidden;
  */
}
.ufficio-card-header button {
  margin: 0;
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
}
.ufficio-card-header button.btnDelete {
  right: 15px;
}
.ufficio-card-header button.btnEdit {
  right: 45px;
}
.ufficio-card-header button.btnEditSingle {
  right: 15px;
}
.ufficio-card-footer a {
  margin: 0;
  width: 50%;
}
.ufficio-card-footer a span {
  font-size: 12px;
}
.ufficio-card-footer a.btnEditUser {
  float: left;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px 3px;
}
.ufficio-card-footer a.btnEditUser.singleBtn {
  width: 100%;
  clear: both;
  border-top: 1px solid #ccc;
  border-right: none;
  padding: 5px 3px;
}
.ufficio-card-footer a.btnGoNotizie {
  float: right;
  border-top: 1px solid #ccc;
  padding: 5px 3px;
}
.ufficio-card-footer a.btnGoNotizie.singleBtn {
  width: 100%;
  clear: both;
  border-top: 1px solid #ccc;
  padding: 5px 3px;
}
.ufficio-card-footer a.btn:hover {
  background: #e2e2e2;
}

/* utente-ufficio-card */
.utente-ufficio-cardContainer {
  box-shadow: 1px 1px 7px #ccc;
  border-radius: 5px;
  margin-bottom: 15px;
}
.utente-ufficio-card-header {
  height: 150px;
  background: #e2e2e2;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
}
.utente-ufficio-card-header > a {
  margin: 0 auto;
}
.utente-ufficio-card-header img {
  width: 120px;
  margin: 0 auto;
}
.utente-ufficio-card-body {
  padding: 0 10px 10px;
}
.utente-ufficio-card-body h4 {
  margin-bottom: 5px;
}
.utente-ufficio-card-dates {
  margin-top: 5px;
}
.utente-ufficio-card-dates p {
  margin: 0px;
}
.utente-ufficio-card-header button {
  margin: 0;
  position: absolute;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
}
.utente-ufficio-card-header button.btnDelete {
    right: 15px;
}
.utente-ufficio-card-header button.btnEdit {
    right: 45px;
}
.utente-ufficio-card-footer button {
  margin: 0;
  width: 100%;
}
.utente-ufficio-card-footer button span {
  font-size: 12px;
}
.utente-ufficio-card-footer button.btnResend {
  float: left;
  background: #fff;
  border-top: 1px solid #ccc;
}
.utente-ufficio-card-footer button.btn:hover {
  background: #e2e2e2;
}

.page-title-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding-bottom: 10px !important;
}
.page-title-menu a,
.page-title-menu button {
  margin: 0;
  min-width: 40px;
}
.page-title-menu .center-div {
  min-height: 34px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.page-title-menu .center-div h2 {
  margin: 0;
}
.page-title-menu .left-div {
  padding-left: 0;
}
.page-title-menu .right-div {
  display: flex;
  justify-content: flex-end;  
  padding-right: 0;
}
.abbonamento-expired {
  background-color: #ffd5d4 !important;
}
.abbonamento-toupdate {
  background-color: #ffecd4 !important;
}
.colorRedAlert {
  color: #e22d28;
}
.colorOrangeAlert {
  color: #de8b0b;
}
.colorYellowAlert {
  color: #98a20e;
}
.noteField-text {
  background-color: #ececec;
  padding: 5px 10px;
  border-left: 2px solid #000;
  margin-bottom: 2px;
}
.form-divider {
  background-color: #ededed;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
}
.userUfficioLocked {
  position: absolute;
  top: 4px;
  left: 15px;
}
.contattoAgenzia-create {
  background: #f1f1f1;
  padding: 10px 10px;
  margin-bottom: 20px;
}
.deleteConfirmNotify .ui-pnotify-text h5,
.deleteConfirmNotify .ui-pnotify-text,
.checkConfirmNotify .ui-pnotify-text h5,
.checkConfirmNotify .ui-pnotify-text {
  color: #000 !important;
}
.btn-danger-popup {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; 
}
.btn-danger-popup:hover,
.btn-danger-popup:active,
.btn-danger-popup:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; 
}
.btn-success-popup {
  color: #fff;
  background-color: #26B99A;
  border-color: #169F85; 
}
.btn-success-popup:hover,
.btn-success-popup:active,
.btn-success-popup:focus {
  color: #fff;
  background-color: #169F85;
  border-color: #398439; 
}
.btn-primary-popup {
  color: #fff;
  background-color: #03a0e6;
  border-color: #0895d4;
}
.btn-primary-popup:hover,
.btn-primary-popup:active,
.btn-primary-popup:focus {
  color: #fff;
  background-color: #008cca;
  border-color: #016d9c;
}
#datatable-notizie th {
  text-transform: uppercase;
  text-align: center;
  cursor: default;
}
#datatable-notizie th.sortable-col {
  cursor: pointer;
}
#datatable-notizie>tbody>tr>td, 
#datatable-notizie>tbody>tr>th, 
#datatable-notizie>tfoot>tr>td, 
#datatable-notizie>tfoot>tr>th, 
#datatable-notizie>thead>tr>td, 
#datatable-notizie>thead>tr>th {
  border-right: 1px solid #ddd;
}
.datatable-fixedHeight-tr td a img {
  height: 62px;
}
input.minicolors-disabled-input {
  min-height: 28px;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
input.minicolors-disabled-input:disabled {
  min-height: 28px;
  color:#fff;
  border: none;
  background: transparent;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
.settings-section-title {
  background-color: rgba(52,73,94,0.94);
  color: #fff;
}
.nav.child_menu {
  background-color: #f7f7f7;
}
.nav.child_menu li:hover, 
.nav.child_menu li.active {
  background-color: #efefef;
}
.toggle a#menu_toggle {
  color: #fff;
}
.btnMin35 {
  margin-right: 0;
  min-width: 35px;
  min-height: 30px;
}
.attachmentBox {
  width: 130px;
}
.img-thumbnail-file {
  height: 126px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.img-thumbnail-file .thumbnail-file-content {
  width: 100%;
  margin: 0 auto;
}
.addAttachmentNotizie {
  width: 75vw;
  max-width: 900px;
}
.addAttachmentNotizie .file-drop-zone {
  max-height: 140px;
  overflow: auto;
}
.addAttachmentNotizie .file-drop-zone-title {
  padding: 18px;
}
.addAttachmentNotizie .btn {
  max-height: 34px;
  padding: 2px 10px;
}
.btnCancelUpload-notizia {
  width: 50%;
  float: left;
  margin-right: 0;
}
.btnOkUpload-notizia {
  width: 50%;
  margin-right: 0;
}
input.input-inside-table {
  display: block !important; 
  padding: 0 !important; 
  margin: 0 !important; 
  border: 0 !important; 
  width: 100% !important; 
  border-radius: 0 !important; 
  line-height: 1 !important;
  box-shadow: none;
  color:#000 !important;
  background: transparent;
  outline: none;
}
input.input-inside-table:disabled {
  color:#000 !important;
}
input.input-inside-table-date {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 5px !important;
}
select.input-inside-table {
  display: block !important; 
  padding: 0 !important; 
  margin: 0 !important; 
  border: 0 !important; 
  width: 100% !important; 
  border-radius: 0 !important; 
  line-height: 1 !important;
  box-shadow: none;
  color:#000;
  background: transparent;
  outline: none;
  pointer-events: none;
}
td.td-row-expired {
  background-color: red !important;
  color: #fff !important;
  font-weight: 600;
}
td.td-row-expired input,
td.td-row-expired input:disabled {
  color: #fff !important;
  font-weight: 600;
}
.editable-on-dblclick-select,
.editable-on-dblclick-select span.select2-selection__rendered {
  padding-top: 0 !important;
}
.editable-on-dblclick-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
}
.editable-on-dblclick-select span.select2-container {
  pointer-events: none;
}
.editable-on-dblclick-select span.select2-selection {
  border: none;
  background: transparent;
}

.noteditable-on-dblclick-select,
.noteditable-on-dblclick-select span.select2-selection__rendered {
  padding-top: 0 !important;
}
.noteditable-on-dblclick-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
}
.noteditable-on-dblclick-select span.select2-container {
  pointer-events: none;
}
.noteditable-on-dblclick-select span.select2-selection {
  border: none;
  background: transparent;
}

textarea.input-inside-table {
  display: block !important; 
  padding: 0 !important; 
  margin: 0 !important; 
  border: 0 !important; 
  width: 100% !important; 
  border-radius: 0 !important; 
  line-height: 1 !important;
  box-shadow: none;
  color:#000;
  background: transparent;
  resize: none !important;
  outline: none;
  min-height: 100px;
  height: 100%; /* COMMENT IF REMOVE FIXED HEIGHT FOR COLUMN */
}
textarea.input-inside-table[name="note"] {
  min-height: auto;
  height: 45px !important;
  /*height: auto; /* COMMENT IF REMOVE FIXED HEIGHT FOR COLUMN */
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 0;
}
.pagination {
  cursor: pointer;
}
.btn-alert-contract-changes {
  margin: 0;
  padding: 0 15px;
  margin-left: 10px;
  margin-top: -2px;
  font-weight: 500;
  color: #000 !important;
}
.marker-popup-item-mainDetail {
  margin: 5px 0;
}
.marker-popup-item-details {
  margin: 10px 0 0 0;
}
.marker-popup-item-details p {
  margin: 5px 0 0 0;
}
.marker-popup-item-details i {
  margin: 0;
}
.markerIconRounded {
  border: 0px;
  border-radius: 50%;
}
#map-microzones,
#map-venduti {
  height: 85vh;
  width: 100%;
  z-index: 1 !important;
}
.mapAlert-noZones {
  display: none;
  width: 70%;
  position: relative;
  top:10px;
  cursor: pointer;
  color: #fff;
  background-color: #ed5565 !important;
  border-bottom: 3px solid #da4453 !important;
  z-index: 998;
  text-align: center;
  padding: 1px 5px;
  margin: 0 auto;
  border-radius: 5px;
}
.mapAlert-noZones h5 {
  margin-bottom: 2px;
  font-weight: 600;
}
.mapAlert-noZones p {
  font-size: 13px;
  font-weight: 500;
}
.map-loader {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ccc;
  z-index: 1000;
}
.stats-loader {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ccc;
  opacity: 0.9;
  z-index: 1000;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  border-radius: 0px;
}
.popupMicro-content h5 {
  margin: 0 0 5px 0;
  font-weight: 600px;
}
.popupMicro-content p {
  margin: 0 0 10px 0;
}
.popupMicro-content button {
  margin: 0;
}
.microzone-buttons {
  margin-bottom: 5px;
}
.microzone-buttons .right-div {
  float: right;
}
.microzone-buttons button {
  margin: 0;
}
.leaflet-popup-content-wrapper {
  min-width: 270px;
}
.storicoNote-container {
  border: 1px solid #e2e2e2;
  margin-top:5px;
}
.storicoNote-title {
  background: #e2e2e2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #333;
  margin-bottom: 0px;
}
.storicoNote-list {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.storicoNote-list-preview {
  height: 66px;
  overflow-x: hidden;
  overflow-y: auto;
}
.storicoNote-list li {
  border-bottom: 1px solid #ccc;
  margin: 5px 5px 0;
  background: #feffe8;
  padding: 2px 4px 0 4px;
}
.storicoNote-list li p {
  margin-bottom: 0px;
}
.storicoNote-list li div.creator {
  text-align: right;
  margin-bottom: 4px;
}
.storicoNote-btn {
  margin-top: 2px;
}
.storicoNote-btn button {
  margin: 0;
}
span.mappaturaDetails-row {
  font-size: 80%;
}
span.mappaturaDetails-row i {
  font-size: 90%;
}
table.jambo_table thead {
  background: rgb(65 89 136);
  color: #ECF0F1;
}
table.table_concorrenza thead {
  background: rgb(220 122 0);
  color: #ECF0F1;
}
.tdEditable {
  background: #415988;
}
ul.listMicroStatistiche {
  list-style: none;
  padding-left: 0;
}
ul.listMicroStatistiche ul {
  list-style-type: disc;
  padding-left: 25px;
}
.listMicroTitle {
  background-color: #e2e2e2;
  padding: 5px 10px;
  text-align: center;
  /* text-transform: uppercase; */
  font-weight: 600;
  cursor: pointer;
}
.listMicroTitle h5 {
  margin: 5px auto;
  display: inline-block;
}
.listMicroTitle span.arrow-down {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 9px;
}
.subtitle-container {
  background-color: #e2e2e2;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.subtitle-container h5 {
  margin: 5px auto;
}
ul.bar_tabs,
ul.bar_tabs>li a {
  background: #f3f3f3;
}
ul.bar_tabs>li a:hover {
  color:#333;
}
.privacy-iframe {
  width: 100%;
  min-height: 350px;
}
.table-fixed-height {
  max-height: 70vh;
}
/*
.notaText-container {
  max-height: 45px;
  overflow-y: auto;
}
*/
.alert-default {
  padding: 10px;
  color: #ffffff;
  font-weight: 600;
  background-color: rgb(99 99 99 / 80%);
  border-color: rgb(99 99 99 / 90%);
}
.removePromemoria-btn {
  margin-top: 10px;
}
.editingNotiziaElem {
  /*background-color: #f3f3f3ee !important;*/
  background-color: #e7f8ff !important;
  outline: auto;
  outline-width: thin;
  /*outline-color: #dcdcdc !important;*/
  outline-color: #8dd5ff !important;
}
.th-div {
  position: relative;
}
.th-div span.sortable-icon {
  position: absolute;
  right: -10px;
}
th.sort-active-asc {
  background: linear-gradient(#f90909ab, #dc7a01);
}
th.sort-active-desc {
  background: linear-gradient(#dc7a01, #f90909ab);
}
.alert-filter-active-box {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  height: 34px;
  padding: 7px;
  background: #dc7a012b;
  border-bottom: 3px solid #ff9007;
  margin: 0;
  margin-bottom: 5px;
  color: #ef8400;
  cursor: pointer;
}
.alert-filter-active-box a {
  position: absolute;
  right: 15px;
  background: #f5f5f5 !important;
}
table.header-table th {
  text-transform: uppercase;
  text-align: center;
  /*border: 1px solid #ccc;*/
}
.pane-hScroll {
  overflow: hidden;
  width: 100%;
}
.pane-vScroll {
  overflow-y: auto;
  overflow-x: scroll;
  width: 100%;
  height: 70vh;
}
.table-first-column-container {
  display: flex;
}
.table-first-column {
  display: flex;
  flex-direction: column;
}
.table-first-column table.header-table {
  border-right: none;
}
.pane-hScroll table,
.pane-vScroll table {
  border-left: none;
}
.pane-vScroll-first-column {
  height: 70vh;
  overflow-y: hidden;
  overflow-x: scroll;
}
.datatable-fixedHeight-tr td {
  height: 190px;
  /*max-height: 190px;
  min-height: 190px;
  */
  overflow-y: auto;
  /*display: table-cell;*/
}
.nav li li.current-page a {
  color: #415988;
}
.statistiche-title-div {
  margin-bottom: 10px;
  border-bottom: 3px solid #e88e41;
  color: #444;
  background: #fff1e6;
}
.settingColor-filterSelect {
  display: flex;
  align-items: center;
}
.settingColor-blockElem {
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
}
.selectAbbonamentoMesiInput-container {
  display: flex;
  align-items: center;
}
.switchBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.switchBtn span {
  margin-left: 5px;
}
.custom-readonlyInput {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
  cursor: default;
}
.font12 {
  font-size:11px;
  line-height: 2;
}
.videoTutorial-container {
  width:100%;
  margin: 0 auto;
  height: 250px;
  max-height: 250px; 
}
.thirdPartyCookiesLock {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  background: #b6b6b6;
}
.thirdPartyCookiesLock > .thirdPartyCookiesLock-txt {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-decoration: underline;
  text-shadow: 0px 0px 3px #000;
}
.notification-badge {
  float: right !important;
  background-color: #d01f39;
  border-radius: 10px;
  border: 2px solid #ececec;
  padding: 2px 8px;
  position: relative;
  top: -1px;
}
#otherImages-modal-list {
  margin-top:10px;
  margin-bottom: 15px;
}
.inlineBlock {
  display: inline-block;
}
.mb0 {
  margin-bottom: 0;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb2 {
  margin-bottom: 2rem;
}
.showSoldAgenziaTitolare {
  width: 35px;
  height: 35px;
  border: 2px solid #ffe000;
  border-radius: 50%;
  cursor: pointer;
}

/**** MENU APPERING WORKAROUND */
#opacity-box {
  height: 100%;
  width: 100%;
  top: 57px;
  position: absolute;
  z-index: 200001;
  margin-left: 230px;
  background-color: #222;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .nav-md .container.body .col-md-3.left_col {
    display: block !important;
    visibility: hidden;
    opacity: 0;
  }
  .top_nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
  }
}

/* Small Devices, Tablets -sm- */
@media all and (min-width: 768px) and (max-width: 991px) {
  .profile-img-container img {
    height:170px;
    width:170px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:170px;
    width:170px;
    margin-left: -85px;
  }
  .profile-img-over > span {
    right: 62px;
  }
}

/* Small Devices, Tablets -xs- */
@media all and (min-width: 481px) and (max-width: 767px) {
  .profile-img-container img {
    height:140px;
    width:140px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:140px;
    width:140px;
    margin-left: -70px;
  }
  .profile-img-over > span {
    right: 49px;
  }
  h3.user_data,
  ul.user_data { 
    text-align: center;
  }
  .thumb-container {
    width: 80px;
  }
  .ufficio-card {
    width: 50%;
  }
}

@media all and (min-width: 515px) and (max-width: 676px) {
  .page-title-menu .center-div h2 {
    font-size: 16px;
  }
}

@media all and (max-width: 514px) {
  #myTabProfile {
    height: 43px;
    padding-left: 0px;
  }
  #myTabProfile > li {
    width: 33%;
    margin-left: 0px;
  }
  #myTabProfile > li > a {
    padding-left: 5px;
    height: 58px;
  }
  .thumb-container {
    width: 80px;
  }
  .page-title-menu .center-div h2 {
    font-size: 16px;
  }
  /* FIX PNOTIFY MODAL ON MOBILE */
  .ui-pnotify.stack-modal {
    margin-left:0px !important;
  }
}

/* Extra Small Devices, Phones -xxs- */
@media all and (min-width: 321px) and (max-width: 480px) {
  .panel-div-body {
    margin: 20px 0;
  }
  .profile-img-container img {
    height:120px;
    width:120px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:120px;
    width:120px;
    margin-left: -60px;
  }
  .profile-img-over > span {
    right: 38px;
  } 
  h3.user_data,
  ul.user_data { 
    text-align: center;
  }
  .label-message-to {
    padding-left: 10px;
  }
  .thumb-container {
    width: 50px;
  }
  /* FIX HEADER BAR ON MOBILE */
  .toggle {
    width: 60px !important;
  }
  /* FIX PNOTIFY MODAL ON MOBILE */
  .ui-pnotify.stack-modal {
    margin-left:0px !important;
  }
}

/* Custom, iPhone Retina -xxxs- */
@media all and (max-width: 320px) {
  .panel-div-body {
    margin: 20px 0;
  }
  .littleFont320 {
    font-size: 12px;
  }
  .fa-3x {
    font-size: 2.6em;
  }
  .profile-img-container img {
    height:100px;
    width:100px;
    cursor:pointer;
  }
  .profile-img-over {
    display:none;
    height:100px;
    width:100px;
    margin-left: -50px;
  } 
  .profile-img-over > span {
    right: 27px;
  } 
  h3.user_data,
  ul.user_data { 
    text-align: center;
  }
  .label-message-to {
    padding-left: 10px;
  }
  .thumb-container {
    width: 50px;
  }
  /* FIX HEADER BAR ON MOBILE */
  .toggle {
    width: 60px !important;
  }
  /* FIX PNOTIFY MODAL ON MOBILE */
  .ui-pnotify.stack-modal {
    margin-left:0px !important;
  }
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    height: 50px;
    padding: 15px 25px;
    border-bottom: 1px solid #e5e9ed;
    border-radius: 0px;
  }
}