.f-30 {
	font-size: 30px !important;
}

.page-overlay {
	overflow-y: auto;
	background-color: rgba(255, 255, 255, 1);
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 10px;
	z-index: 1060
}

.text-justified{
  text-align:justify;
}

.breakline {
  white-space: pre-line;
}

.description,
.breakline,
.word-wrap {
	word-wrap: break-word;
}

.alert {
	margin-bottom: 30px;
}

.m-btn {
  height: 56px;
  line-height: 62px;
  width: 56px;
	z-index: 5;
}

.m-btn .zmdi {
	font-size: 24px;
	line-height: 54px;
}

.btn-icon-text.btn-lg > .zmdi {
	font-size: 17px;
} 

.btn-link.btn-icon {
    box-shadow: none;
    line-height: 24px;
}

.form-actions {
	text-align: right;
	padding-top: 30px;
}

#sidebar .main-menu.secondary {
	border-bottom: 1px solid #9E9E9E;
	float: initial;
	padding-bottom: 5px;
}

.bootstrap-select .btn {
	text-transform: none;
}

.fg-float .fg-toggled .fg-label {
	font-size: 13px;
}

.has-error .fg-label {
	color: #f6675d;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
	border-color: #f6675d !important;
}

.collapse .list-group-item.active,
.collapse .list-group-item.active:focus,
.collapse .list-group-item.active:hover {
	z-index: 1;
}

.breadcrumb {
	margin-bottom: 30px;
}

.has-error .input-group-addon {
	border-color: transparent;
  background-color: transparent;
}

table > tbody > tr > th {
	font-weight: 400;
}

.checkbox .input-helper:after {
	left: 3px;
}


/**
 * Go top
 */
.go-top {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 15;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.go-top:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/**
 * Theme
 */
.theme-red .btn-primary,
.theme-red .btn-primary:hover,
.theme-red .btn-primary:focus,
.theme-red .fg-line:not([class*=has-]):after,
.theme-red .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-red .bc-theme,
.theme-red .nav-pills > li.active > a,
.theme-red .nav-pills > li.active > a:focus,
.theme-red .nav-pills > li.active > a:hover {
  background-color: #F44336; 
}

.theme-red a,
.theme-red .c-theme,
.theme-red .uploadcare-widget .uploadcare-widget-button {
  color: #F44336;
}

.theme-pink .btn-primary,
.theme-pink .btn-primary:hover,
.theme-pink .btn-primary:focus,
.theme-pink .fg-line:not([class*=has-]):after,
.theme-pink .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-pink .bc-theme,
.theme-pink .nav-pills > li.active > a,
.theme-pink .nav-pills > li.active > a:focus,
.theme-pink .nav-pills > li.active > a:hover {
  background-color: #E91E63; 
}

.theme-pink a,
.theme-pink .c-theme,
.theme-pink .uploadcare-widget .uploadcare-widget-button {
  color: #E91E63;
}

.theme-purple .btn-primary,
.theme-purple .btn-primary:hover,
.theme-purple .btn-primary:focus,
.theme-purple .fg-line:not([class*=has-]):after,
.theme-purple .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-purple .bc-theme,
.theme-purple .nav-pills > li.active > a,
.theme-purple .nav-pills > li.active > a:focus,
.theme-purple .nav-pills > li.active > a:hover {
  background-color: #9C27B0; 
}

.theme-purple a,
.theme-purple .c-theme,
.theme-purple .uploadcare-widget .uploadcare-widget-button {
  color: #9C27B0;
}

.theme-deeppurple .btn-primary,
.theme-deeppurple .btn-primary:hover,
.theme-deeppurple .btn-primary:focus,
.theme-deeppurple .fg-line:not([class*=has-]):after,
.theme-deeppurple .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-deeppurple .bc-theme,
.theme-deeppurple .nav-pills > li.active > a,
.theme-deeppurple .nav-pills > li.active > a:focus,
.theme-deeppurple .nav-pills > li.active > a:hover {
  background-color: #673AB7; 
}

.theme-deeppurple a,
.theme-deeppurple .c-theme,
.theme-deeppurple .uploadcare-widget .uploadcare-widget-button {
  color: #673AB7;
}

.theme-indigo .btn-primary,
.theme-indigo .btn-primary:hover,
.theme-indigo .btn-primary:focus,
.theme-indigo .fg-line:not([class*=has-]):after,
.theme-indigo .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-indigo .bc-theme,
.theme-indigo .nav-pills > li.active > a,
.theme-indigo .nav-pills > li.active > a:focus,
.theme-indigo .nav-pills > li.active > a:hover {
  background-color: #3F51B5; 
}

.theme-indigo a,
.theme-indigo .c-theme,
.theme-indigo .uploadcare-widget .uploadcare-widget-button {
  color: #3F51B5;
}

.theme-blue .btn-primary,
.theme-blue .btn-primary:hover,
.theme-blue .btn-primary:focus,
.theme-blue .fg-line:not([class*=has-]):after,
.theme-blue .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-blue .bc-theme,
.theme-blue .nav-pills > li.active > a,
.theme-blue .nav-pills > li.active > a:focus,
.theme-blue .nav-pills > li.active > a:hover {
  background-color: #2196F3; 
}

.theme-blue a,
.theme-blue .c-theme,
.theme-blue .uploadcare-widget .uploadcare-widget-button {
  color: #2196F3;
}

.theme-cyan .btn-primary,
.theme-cyan .btn-primary:hover,
.theme-cyan .btn-primary:focus,
.theme-cyan .fg-line:not([class*=has-]):after,
.theme-cyan .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-cyan .bc-theme,
.theme-cyan .nav-pills > li.active > a,
.theme-cyan .nav-pills > li.active > a:focus,
.theme-cyan .nav-pills > li.active > a:hover {
  background-color: #00BCD4; 
}

.theme-cyan a,
.theme-cyan .c-theme,
.theme-cyan .uploadcare-widget .uploadcare-widget-button {
  color: #00BCD4;
}

.theme-teal .btn-primary,
.theme-teal .btn-primary:hover,
.theme-teal .btn-primary:focus,
.theme-teal .fg-line:not([class*=has-]):after,
.theme-teal .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-teal .bc-theme,
.theme-teal .nav-pills > li.active > a,
.theme-teal .nav-pills > li.active > a:focus,
.theme-teal .nav-pills > li.active > a:hover {
  background-color: #009688; 
}

.theme-teal a,
.theme-teal .c-theme,
.theme-teal .uploadcare-widget .uploadcare-widget-button {
  color: #009688;
}

.theme-green .btn-primary,
.theme-green .btn-primary:hover,
.theme-green .btn-primary:focus,
.theme-green .fg-line:not([class*=has-]):after,
.theme-green .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-green .bc-theme,
.theme-green .nav-pills > li.active > a,
.theme-green .nav-pills > li.active > a:focus,
.theme-green .nav-pills > li.active > a:hover {
  background-color: #4CAF50; 
}

.theme-green a,
.theme-green .c-theme,
.theme-green .uploadcare-widget .uploadcare-widget-button {
  color: #4CAF50;
}

.theme-lightgreen .btn-primary,
.theme-lightgreen .btn-primary:hover,
.theme-lightgreen .btn-primary:focus,
.theme-lightgreen .fg-line:not([class*=has-]):after,
.theme-lightgreen .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-lightgreen .bc-theme,
.theme-lightgreen .nav-pills > li.active > a,
.theme-lightgreen .nav-pills > li.active > a:focus,
.theme-lightgreen .nav-pills > li.active > a:hover {
  background-color: #8BC34A; 
}

.theme-lightgreen a,
.theme-lightgreen .c-theme,
.theme-lightgreen .uploadcare-widget .uploadcare-widget-button {
  color: #8BC34A;
}

.theme-amber .btn-primary,
.theme-amber .btn-primary:hover,
.theme-amber .btn-primary:focus,
.theme-amber .fg-line:not([class*=has-]):after,
.theme-amber .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-amber .bc-theme,
.theme-amber .nav-pills > li.active > a,
.theme-amber .nav-pills > li.active > a:focus,
.theme-amber .nav-pills > li.active > a:hover {
  background-color: #FFC107; 
}

.theme-amber a,
.theme-amber .c-theme,
.theme-amber .uploadcare-widget .uploadcare-widget-button {
  color: #FFC107;
}

.theme-orange .btn-primary,
.theme-orange .btn-primary:hover,
.theme-orange .btn-primary:focus,
.theme-orange .fg-line:not([class*=has-]):after,
.theme-orange .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-orange .bc-theme,
.theme-orange .nav-pills > li.active > a,
.theme-orange .nav-pills > li.active > a:focus,
.theme-orange .nav-pills > li.active > a:hover {
  background-color: #FF9800; 
}

.theme-orange a,
.theme-orange .c-theme,
.theme-orange .uploadcare-widget .uploadcare-widget-button {
  color: #FF9800;
}

.theme-deeporange .btn-primary,
.theme-deeporange .btn-primary:hover,
.theme-deeporange .btn-primary:focus,
.theme-deeporange .fg-line:not([class*=has-]):after,
.theme-deeporange .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-deeporange .bc-theme,
.theme-deeporange .nav-pills > li.active > a,
.theme-deeporange .nav-pills > li.active > a:focus,
.theme-deeporange .nav-pills > li.active > a:hover {
  background-color: #FF5722; 
}

.theme-deeporange a,
.theme-deeporange .c-theme,
.theme-deeporange .uploadcare-widget .uploadcare-widget-button {
  color: #FF5722;
}

.theme-brown .btn-primary,
.theme-brown .btn-primary:hover,
.theme-brown .btn-primary:focus,
.theme-brown .fg-line:not([class*=has-]):after,
.theme-brown .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-brown .bc-theme,
.theme-brown .nav-pills > li.active > a,
.theme-brown .nav-pills > li.active > a:focus,
.theme-brown .nav-pills > li.active > a:hover {
  background-color: #795548; 
}

.theme-brown a,
.theme-brown .c-theme,
.theme-brown .uploadcare-widget .uploadcare-widget-button {
  color: #795548;
}

.theme-bluegray .btn-primary,
.theme-bluegray .btn-primary:hover,
.theme-bluegray .btn-primary:focus,
.theme-bluegray .fg-line:not([class*=has-]):after,
.theme-bluegray .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-bluegray .bc-theme,
.theme-bluegray .nav-pills > li.active > a,
.theme-bluegray .nav-pills > li.active > a:focus,
.theme-bluegray .nav-pills > li.active > a:hover {
  background-color: #607D8B; 
}

.theme-bluegray a,
.theme-bluegray .c-theme,
.theme-bluegray .uploadcare-widget .uploadcare-widget-button {
  color: #607D8B;
}

.theme-black .btn-primary,
.theme-black .btn-primary:hover,
.theme-black .btn-primary:focus,
.theme-black .fg-line:not([class*=has-]):after,
.theme-black .panel-group:not([data-collapse-color]) .panel-collapse .panel-heading.active .panel-title>a:after,
.theme-black .bc-theme,
.theme-black .nav-pills > li.active > a,
.theme-black .nav-pills > li.active > a:focus,
.theme-black .nav-pills > li.active > a:hover {
  background-color: #000000; 
}

.theme-black a,
.theme-black .c-theme,
.theme-black .uploadcare-widget .uploadcare-widget-button {
  color: #000000;
}

.btn.btn-primary {
	color: #FFFFFF;
}

.btn-primary.btn-icon {
  color: #FFFFFF;
}

/**
 * Header
 */
#header.bgm-red .him-counts,
#header.bgm-pink .him-counts,
#header.bgm-purple .him-counts,
#header.bgm-deeporange .him-counts {
  background: #795548;
}

#header .hi-logo a {
  color: #FFFFFF;
}

/**
 * Datepicker
 */
.timepicker-picker .btn.btn-primary {
  background-color: #FFFFFF;
  color: #2e353b;
}

/**
 * Sweet alert
 */
.swal2-modal button {
	margin: 0 5px;
}

.swal2-modal .swal2-title {
	font-size: 25px;
	line-height: initial;
}

.swal2-modal .swal2-content {
	font-size: 20px;
	padding-top: 20px;
}

/**
 * Uploadcare
 */
.uploadcare-widget .uploadcare-widget-file-name,
.uploadcare-widget .uploadcare-widget-file-size,
.uploadcare-widget .uploadcare-widget-button {
	display: none !important;
}

.uploadcare-widget .uploadcare-widget-button {
	background-color: transparent;
	padding: 0;
}

.uploadcare-widget .uploadcare-widget-text .uploadcare-link {
	border-bottom: 0;
}

.uploadcare-widget.uploadcare-widget-status-error .uploadcare-widget-text {
	color: #f6675d;
}

.uploadcare-multiple-wrapper {
	padding: 15px 0 15px 0;
}

.uploadcare-multiple-wrapper .uploadcare-widget.uploadcare-widget-status-loaded .uploadcare-widget-file-name,
.uploadcare-multiple-wrapper .uploadcare-widget.uploadcare-widget-status-loaded .uploadcare-widget-file-size {
	display: inline !important;
}

/**
 * Page law firm settings
 */
#page-law-firm-settings #lawFirmLogoWrapper img {
	max-height: 80px;
	max-width: 120px;
}

/**
 * Page profile
 */
#page-profile #profilePictureWrapper img {
	max-height: 80px;
  max-width: 120px;
}

/**
 * Goto
 */
[data-action="goto"]:hover {
	cursor: pointer;
}

/**
 * Judgment list
 */
#page-judgment-list #judgmentList,
#page-judgment-list #judgmentListEmpty {
	display: none;
}

/**
 * Contract list
 */
#page-contract-list #contractList,
#page-contract-list #contractListEmpty {
    display: none;
}

/**
 * Instrument list
 */
#page-instrument-list #instrumentList,
#page-instrument-list #instrumentListEmpty {
    display: none;
}

/**
 * Judgment menu
 */
#judgmentMenu .panel-body {
	border-bottom: 2px solid #eee;
}

/**
 * Judgment comments
 */
#page-judgment-comment-list .comment-form,
#page-judgment-comment-list .comment-form .event-datetime-wrapper {
	display: none;
}

#page-judgment-comment-list #judgmentCommentList .media-body {
	overflow: initial;
  padding-left: 55px;
}

#page-judgment-comment-list #judgmentCommentList #judgmentCommentListEmpty .media-body {
	padding-left: 0;
}

/**
 * Instrument comments
 */
#page-instrument-comment-list .comment-form,
#page-instrument-comment-list .comment-form .event-datetime-wrapper {
	display: none;
}

#page-instrument-comment-list #instrumentCommentList .media-body {
	overflow: initial;
  padding-left: 55px;
}

#page-instrument-comment-list #instrumentCommentList #instrumentCommentListEmpty .media-body {
	padding-left: 0;
}

/**
 * Judgment activities
 */
 #page-judgment-activities .activity-form,
 #page-judgment-activities .activity-form .event-datetime-wrapper {
   display: none;
 }
 
 #page-judgment-activities #judgmentActivityList .media-body {
   overflow: initial;
   padding-left: 55px;
 }
 
 #page-judgment-activities #judgmentActivityList #judgmentActivityListEmpty .media-body {
   padding-left: 0;
 }

 /**
  * Contract activities
  */
  #page-contract-activities .activity-form,
  #page-contract-activities .activity-form .event-datetime-wrapper {
    display: none;
  }
  
  #page-contract-activities #contractActivityList .media-body {
    overflow: initial;
    padding-left: 55px;
  }
  
  #page-contract-activities #contractActivityList #contractActivityListEmpty .media-body {
    padding-left: 0;
  }

  /**
   * Instrument activities
   */
   #page-instrument-activities .activity-form,
   #page-instrument-activities .activity-form .event-datetime-wrapper {
     display: none;
   }
   
   #page-instrument-activities #instrumentActivityList .media-body {
     overflow: initial;
     padding-left: 55px;
   }
   
   #page-instrument-activities #instrumentActivityList #instrumentActivityListEmpty .media-body {
     padding-left: 0;
   }

/**
 * Client activities
 */
 #page-client-activities .activity-form,
 #page-client-activities .activity-form .event-datetime-wrapper {
   display: none;
 }
 
 #page-client-activities #clientActivityList .media-body {
   overflow: unset;
   padding-left: 55px;
 }
 
 #page-client-activities #clientActivityList #clientActivityListEmpty .media-body {
   padding-left: 0;
 }

/**
 * Contracts comments
 */
#page-contract-comment-list .comment-form,
#page-contract-comment-list .comment-form .event-datetime-wrapper {
    display: none;
}

#page-contract-comment-list #contractCommentList .media-body {
    overflow: initial;
  padding-left: 55px;
}

#page-contract-comment-list #contractCommentList #contractCommentListEmpty .media-body {
    padding-left: 0;
}

/**
 * Judgment internal notes
 */
#page-judgment-internal-note-list .internal-note-form {
  display: none;
}

#page-judgment-internal-note-list #judgmentInternalNoteList .media-body {
  overflow: initial;
  padding-left: 55px;
}

#page-judgment-internal-note-list #judgmentInternalNoteList #judgmentInternalNoteListEmpty .media-body {
  padding-left: 0;
}

/**
 * Contract internal notes
 */
#page-contract-internal-note-list .internal-note-form {
  display: none;
}

#page-contract-internal-note-list #contractInternalNoteList .media-body {
  overflow: initial;
  padding-left: 55px;
}

#page-contract-internal-note-list #contractInternalNoteList #contractInternalNoteListEmpty .media-body {
  padding-left: 0;
}

/**
 * Instrument internal notes
 */
#page-instrument-internal-note-list .internal-note-form {
  display: none;
}

#page-instrument-internal-note-list #instrumentInternalNoteList .media-body {
  overflow: initial;
  padding-left: 55px;
}

#page-instrument-internal-note-list #instrumentInternalNoteList #instrumentInternalNoteListEmpty .media-body {
  padding-left: 0;
}

/**
 * Judgment record list
 */
#page-judgment-record-list #judgmentRecordForm {
	display: none;
}

#page-judgment-record-list [data-action="add"] {
  display: none;
}

/**
 * Instrument record list
 */
#page-instrument-record-list #instrumentRecordForm {
	display: none;
}

#page-instrument-record-list [data-action="add"] {
  display: none;
}

/**
 * Judgment account
 */
#page-judgment-account-list .account-form {
  display: none;
}

#page-judgment-account-list #judgmentAccountList .media-body {
  overflow: initial;
  padding-left: 55px;
}

/**
 * Contract account
 */
#page-contract-account-list .account-form {
  display: none;
}

#page-contract-account-list #contractAccountList .media-body {
  overflow: initial;
  padding-left: 55px;
}

/**
 * Contract record list
 */
#page-contract-record-list #contractRecordForm {
    display: none;
}

#page-contract-record-list [data-action="add"] {
  display: none;
}

/**
 * Judgment related list
 */
#page-judgment-related-list #judgmentRelatedSearchForm,
#page-judgment-related-list #judgmentRelatedSearchList {
  display: none;
}

/**
 * Alert
 */
#alert {
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
  min-height: 25px;
  user-select: none;
  position: fixed;
  z-index: 11;
  width: 100%;
  left: 0;
  top: 70px;
  padding: 0 20px;
}

/**
 * Fullcalendar
 */
.fc-day-grid-event {
	margin: 5px 3px !important;
}
 
.fc-event {
	font-size: 14px;
}

.fc-event .fc-time,
.fc-event .fc-title {
	display: block;
	width: 100%;
}

.fc-event .fc-time {
	background-color: transparent;
	font-weight: 400;
}

.fc-event .fc-title {
	font-size: 20px;
	font-weight: 500;
}

.fc-event:hover {
	cursor: pointer;
}

.fc-event:hover .fc-time {
  background: rgba(0,0,0,.2);
}

/**
 * Charts
 */
.mini-charts-item a {
  color: #FFFFFF;
}

/**
 * Change plan
 */
#page-change-plan .plan .plan-price {
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 100;
	line-height: 100%;
}

/**
 * Plan
 */
.plan .dropdown .btn {
	text-transform: none;
	padding-bottom: 0;
	padding-top: 0;
}

.pt-inner .pti-footer > a .zmdi {
	line-height: 60px;
}

/**
 * Theme picker
 */
.themepicker > li > i:hover {
	cursor: pointer;
}

/**
 * MFB
 */
.mfb-component__button--main i,
.mfb-component__button--child i {
  color: #FFFFFF;
}

/**
 * Tasklist
 */
#page-task-list .task-form,
#page-task-list .task-form .event-datetime-wrapper {
    display: none;
}

#page-task-list #taskList .media-body {
    overflow: initial;
  padding-left: 55px;
}

#page-task-list #taskList #taskListEmpty .media-body {
    padding-left: 0;
}

/**
 * Dashboard
 */
#page-dashboard #agendaBlock .fc-event.task .fc-content {
	white-space: normal;
}

#page-dashboard #agendaBlock .fc-event.task .fc-title {
    font-size: 15px;
    white-space: normal;
}

/**
 * Report
 */
#page-report [data-report-id="upcoming_events_judgments"] #reportTypeList .media-body,
#page-report [data-report-id="upcoming_events_contracts"] #reportTypeList .media-body {
    overflow: initial;
}

/**
 * Client
 */
#page-client-form #clientUsersList .card-body {
	position: relative;
}

#page-client-form [data-switch="clientActive"][data-active="true"] {
    display: none;
}

/**
 * Lawyer
 */
#page-lawyer-form [data-switch="lawyerActive"][data-active="true"] {
    display: none;
}

/**
 * Judgment published
 */
#page-judgment-published-list #publishedJudgmentsPendingList .list-group .list-group-item.error {
	border: 1px solid #F44336;
}

[data-action="view-published-judgment"]:hover {
	cursor: pointer;
}

#page-judgment-published-list #publishedJudgmentsPendingList em {
	font-style: normal;
	font-weight: 600;
	font-size: 15px; 
}

/**
 * 
 */
.tour{
  border: 2px solid #4CAF50;
}

.tour.top .arrow{
  border-top-color:#4CAF50 !important;
}

.tour.top .arrow::after{
  border-top-color:#8BC34A !important;
}

.tour.left .arrow{
  border-left-color:#4CAF50 !important;
}

.tour.left .arrow::after{
  border-left-color:#8BC34A !important;
}
.tour.right .arrow{
  border-right-color:#4CAF50 !important;
}

.tour.right .arrow::after{
  border-right-color:#8BC34A !important;
}
.tour.bottom .arrow{
  border-bottom-color:#4CAF50 !important;
}

.tour.bottom .arrow::after{
  border-bottom-color:#8BC34A !important;
}

.tour .btn{
  text-transform:none;
}

.tour button[data-role='end']{
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  border:0;
}

.tour button.disabled{
  visibility: hidden;
}

#page-dashboard #step-0{
  transform: translateY(-30px);
}

#page-dashboard #step-0 .arrow{
  transform: translateY(30px);
}

#page-dashboard .Notification-unread {
  background-color:#607D8B;
  color: white;
}

#page-dashboard .Notification-unread a {
	color: #FFFFFF;
	font-weight: 600;
}

#page-dashboard .Notification-unread:hover {
	cursor: pointer;
}

#page-dashboard .Notification-unread .lgi-text{
  color: white;
  white-space:normal;
}

#page-dashboard #Notifications .lg-body ul li a{
  padding: 10px 10px;
}

#page-dashboard #Notifications .lg-header{
  margin-bottom: 0;
}

/**
 * Notifications
 */
#notificationsUser .lg-body, #notificationsSystem .lg-body {
	height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

#header .h-inner ul.hi-menu input, #header .h-inner ul.hi-menu input::placeholder{
  color: white;
  opacity: 1; /* Firefox */
}

#header .h-inner ul.hi-menu input, #header .h-inner ul.hi-menu input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

#header .h-inner ul.hi-menu input, #header .h-inner ul.hi-menu input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.addeventatc .zmdi-time{
  font-size: 20px;
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 10px;
}

#judgmentForm #judgmentActor, #judgmentForm #judgmentDefendant{
  height: 75px;

}