@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;
  color: #fff;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.alertNoConnection-row .jconfirm-buttons {
  display: none !important;
}
.discussion-language-badge {
  position: relative;
  top: 2px;
}
.alert-no-connection {
  background-color: #ed5565 !important;
  border-bottom: 2px solid #da4453 !important;
}
mediaelementwrapper iframe {
  height: 100% !important;
  width: 100% !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;
}
.main_menu span.fas {
  float: right !important;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #FFFFFF;
}
.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;
  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: #252525;
}
.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;
}
.login_content h1 {
  color: #fff;
}
.login_content a, .login_content .btn-default:hover {
  color: #fff;
}
.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: #444444;
  color: #fff !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: #f1f1f1;
}
a#menu_toggle  {
  color: #f1f1f1; 
}
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: #fff;
}
.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;
}
.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;
}
.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: #252525;
  color: #fff;
}
.img-circle.profile_img {
  padding: 2px;
}
.user-profile img {
  border: 2px solid #fff;
}
.navbar-nav .open .dropdown-menu {
  background: #444;
  border: 1px solid #757575;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0px;
  box-shadow: -3px 4px 7px rgb(108 108 108 / 70%);
}
.top_nav .dropdown-menu li {
  border-top: 1px solid #757575;
}
.top_nav .dropdown-menu li a {
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #6f6f6f;
}
.profile_info span {
  line-height: 20px;
}
.nav_title,
.nav_menu {
  background-color: #252525;
  border-color: #757575;
}
.nav.side-menu>li.active>a,
.nav.side-menu>li.active-sm>a {
  background: linear-gradient(#252525, #252525),#252525;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.35) 0 0 0;
}
body .container.body .right_col {
  background: #444;
}
.x_panel {
  background: #444;
  border: 1px solid #444;
}
.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: #fff;
}
.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: #fff !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: #444444;
}
.nav li li.current-page a {
  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: 130px;
  width: 100%;
}
.logo-img-login {
  max-width: 150px;
  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;
}
footer {
  background-color: #252525;
}
.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; 
}
.page-title-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #757575;
  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;
}
.alert-default {
  padding: 10px;
  color: #ffffff;
  font-weight: 600;
  background-color: rgb(99 99 99 / 80%);
  border-color: rgb(99 99 99 / 90%);
}
.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; 
}
.table-striped.projects thead {
  background: #252525;
  color: #fff;
}
.minWidthThumbnail {
  min-width: 100px;
}
.table-striped>tbody>tr {
  background-color: #4c4c4c;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #545454;
}
.modal-content {
  background-color: #444;
}
.modal-header {
  background-color: #444;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #757575;
}
.modal-footer {
  border-top: 1px solid #757575 !important;
}
.note-editable {
  background-color: #444;
}
.modal-header .close {
  color: #fff;
}
ul.bar_tabs {
  background-color: #444;
  border-bottom: 1px solid #757575;
}
ul.bar_tabs>li {
  border: 1px solid #757575;
}
ul.bar_tabs>li.active {
  border-right: 6px solid #252525;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: #444;
  border: 1px solid #757575;
  border-bottom-color: transparent;
  border-right: 0;
}
.nav>li>a:hover, .nav>li>a:focus {
  background-color: #727272;
}
ul.bar_tabs>li a {
  background-color: #6d6d6d;
}
a:focus, a:hover {
  color: #ccc;
}
.select2-results,
.select2-search__field {
  color: #000 !important;
}
.alignRight {
  text-align: right; 
}
.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;
}

/**** 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;
  }
}

@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;
  }
  /* 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;
  }
}