#formComplaint .msg{display:none}
.lawyerForm{margin-top: -388px;}
.boxtoken{display:none; padding:12px; background-color:#f2f2f2; margin-bottom:12px}
.boxtoken .tokencontainer{background-color:#0281d7;margin-top: -20px; width: 160px; max-width: 160px; }
.boxtoken .tokencontainer .tokenizator{font-size:20px; margin-top: -20px; margin-left:7px; margin-bottom:5px; color:#fff; border:0px !important; padding:0}
.boxtoken .tokencontainer a{color:#fff !important; position:relative; margin-left: 143px; z-index: 9999999}
.boxtoken .tokencontainer a:hover{font-size: 12px; transform: scale(transition: 1s ease-out)}

.lawyerForm .card .boxValidateToken{display:none}

.dropzone {
  min-height:90px !important;
  border: 1px solid #e6e6e6 !important;
  background: #e9ecef !important;
  padding: 5px !important;
}

.dropzone .dz-preview {
  min-height:0px !important;
  margin: 0.5rem !important;
  background-color: transparent !important;
}


.dropzone .dz-preview .dz-image {
  width: 76px !important;
  height: 76px !important;
  border-radius: 7px !important;
 }

 .dropzone .dz-preview {
  width: 75px !important;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05) !important;
  -moz-transform: scale(1.05, 1.05) !important;
  -ms-transform: scale(1.05, 1.05) !important;
  -o-transform: scale(1.05, 1.05) !important;
  transform: scale(1.05, 1.05) !important;
  -webkit-filter: blur(4px) !important;
  filter: blur(4px) !important;
}

.dropzone .dz-remove{
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  background-color: transparent !important;
  padding:0px !important;
  margin:0px !important;
  border-radius: 7px !important;
  z-index: 99999 !important;
}

.dropzone .dz-remove i{
  border-radius: 50%;
  margin:3px !important;
  padding:2px;
  color: #054e79 !important;
  text-shadow: 0px 0px 0px #fff !important;
  background-color: rgba(255, 255, 255, 0.7);
}

.dropzone .dz-remove i:hover{
  color:#c00 !important;
}


.box_moment, .box_others{display:none; margin-top:7px; background-color:#f5f5f5; padding:7px}

/* Datepicker - Base */
.datepicker {
  padding: 10px;
  margin: 0 auto;
  line-height: 1.1em;
}

.datepicker.datepicker-inline {
  line-height: 1.7em;
  width: 100%;
}

.datepicker table {
  width: 100%;
}

.datepicker table tr td {
  border-radius: 0;
}

.datepicker table thead tr th {
  cursor: pointer;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-align: center;
  font-weight: normal;
}

.datepicker table thead tr th.prev {
  content: '\f0d9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.datepicker table thead tr th.next {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.datepicker table thead tr th:hover {
  color: #FFF;
}

.datepicker table thead tr:last-child th {
  font-weight: 600;
}

.datepicker table thead tr:last-child th:hover {
  color: #CCC;
}

.datepicker table td {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.datepicker table td.day {
  transition: background-color .1s ease-in .1s, color .1s ease-in .1s;
  cursor: pointer;
}

/* Datepicker - Skin Default */
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
  background: #CCC;
  color: #FFF;
}

.datepicker table tbody tr td span.old,
.datepicker table tbody tr td span.new {
  color: #CCC;
}

.datepicker table tbody tr td span.old:hover,
.datepicker table tbody tr td span.new:hover {
  color: #FFF;
}

.datepicker table tbody tr td.day:hover {
  background: #CCC;
  color: #FFF;
}

.datepicker table tbody tr td.day.active {
  background: #b3b3b3;
  color: #FFF;
}

.datepicker table tbody tr td.day.new {
  color: #777;
}

.datepicker table tbody tr td.day.new:hover {
  color: #FFF;
}

/* Datepicker - Skin Dark */
html:not(.sidebar-light) .datepicker.datepicker-dark {
  background: transparent;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.datepicker-switch {
  color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.dow {
  color: #777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new {
  color: #444;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.old:hover,
html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new:hover {
  color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day {
  color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day:hover {
  background: #CCC;
  color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.active {
  background: #b3b3b3;
  color: #FFF;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new {
  color: #777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new:hover {
  color: #FFF;
}

/* Datepicker - Skin Primary */
.datepicker.datepicker-primary {
  min-width: 255px;
}

.datepicker.datepicker-primary.datepicker-inline {
  background: #fff;
  border: 1px solid #eee;
}

.datepicker.datepicker-primary table thead tr:first-child {
  background-color: #CCC;
  color: #FFF;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
  background-color: #b3b3b3;
}

.datepicker.datepicker-primary table thead tr:first-child th:first-child {
  border-radius: 4px 0 0 0;
}

.datepicker.datepicker-primary table thead tr:first-child th:last-child {
  border-radius: 0 4px 0 0;
}

.datepicker.datepicker-primary table thead tr:last-child {
  background-color: #d9d9d9;
  color: #FFF;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
  background-color: #CCC;
}

.datepicker.datepicker-primary table thead tr th {
  border-radius: 0;
}

html.dark .input-daterange .input-group-addon {
  text-shadow: none;
}

html.dark .datepicker-dropdown {
  color: #EEE;
  background-color: #282d36;
}

html.dark .datepicker-dropdown:after {
  border-bottom-color: #282d36;
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:before {
  border-top-color: rgba(0, 0, 0, 0.2);
}

html.dark .datepicker-dropdown.datepicker-orient-bottom:after {
  border-top-color: #282d36;
}

html.dark .datepicker.datepicker-primary {
  border-color: #282d36;
  background: #282d36;
}

/* Timepicker */
.bootstrap-timepicker-widget input {
	border: 0;
}

.bootstrap-timepicker-widget table td input {
	width: 40px;
}

/* Timepicker */
html.dark .bootstrap-timepicker-widget {
	background-color: #282d36;
}

html.dark .bootstrap-timepicker-widget:before {
	border-bottom-color: #1d2127;
}

html.dark .bootstrap-timepicker-widget:after {
	border-bottom-color: #282d36;
}

html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
	border-top-color: #1d2127;
}

html.dark .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
	border-top-color: #282d36;
}

html.dark .bootstrap-timepicker-widget table td a {
	color: #FFF;
}

html.dark .bootstrap-timepicker-widget table td a:hover {
	border-color: #282d36;
}

html.dark .bootstrap-timepicker-widget table td input {
	background-color: #21262d;
	border-color: #282d36;
	color: #EEE;
}
