.page-header {
	margin-bottom: 0;
	border-bottom: 1px solid #ffffff;
	margin: 0px 0px 15px 0px;
}

.page-header .page-title {
	width: 100%;  
    border-bottom: 1px solid #e4e4e4;
}

.bootbox-close-button {
	margin: 0;
	float: right;
	padding: 0;
	position: absolute;
	right: 20px;
}

#TopNotificationWrapper {
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 99999;
}

.TopNotification {
	padding: 10px 20px;
	margin-bottom: 10px;
}

.TopNotification-Error, .TopNotification-error {
	background: #D40606;
	color: white;
	border: 1px solid #FC6F6F;
}

.TopNotification-Success, .TopNotification-success {
	background: #70BA00;
	color: white;
	border: 1px solid #B2D184;
}

.TopNotification-Close {
	position: absolute;
	top: 0px;
	right: 5px;
	color: white;
	cursor: pointer;
}

.tologatosclass{
	margin-left:1.1rem; width:98%;
}

table.GroupedInputs td input, 
table.GroupedInputs td select {
	border-radius: 0;
	border-right-width: 0;
}

table.GroupedInputs td:first-of-type input, 
table.GroupedInputs td:first-of-type select {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

table.GroupedInputs td:last-of-type input, 
table.GroupedInputs td:last-of-type select {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-right-width: 1px;
}

.lined-textarea {
	border: none;
    padding: 0;
    background: url(/media/images/lined-textarea-bg.png);
    background-repeat: repeat;
	padding-left: 15px;
	line-height: 28.8px;
	font-size: 14px;
	padding-top: 3px;
	height:208px;
}

.lined-textarea:focus {
    background: url(/media/images/lined-textarea-bg.png);
    background-repeat: repeat;
	outline: none;
	border: none;
	box-shadow: none;
}

#NewProcessModalContainer {
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	display:none;
}

#NewProcessModal {
	padding: 30px;
	position: fixed;
	top: 130px;
	left: 50%;
	width: 850px;
	margin-left: -425px;
	background: #fff;
	border: 1px solid #888888;
	z-index: 21;
	max-height: 600px;
	overflow-y: scroll;
}

@media(max-width: 900px) {
	#NewProcessModal {
		width: 100%;
		margin-left: 0;
		left: 0;
		top: 50px;
	}
}

.NewProcessModal_Close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.ExpendableInput {
	position: relative;
}

.IE_Item {
	position: relative;
	padding:2px;
	padding-left: 25px;
}

.IE_Item .RemoveIE_Item, .IE_Item .AddIE_Item, .FirstAddIE_Btn {
	position: absolute;
	left: 0px;
	top: 2px;
	height: 26px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.FirstAddIE_Btn {
	z-index: 2;
}

#Attachments_UniqueParams_certificate_type {
	width: auto;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
    top: -1px;
    position: relative;
}

#Attachments_UniqueParams_Group_certificate_type label {
	padding-left: 10px;
	display:block;
}

#Attachments_UniqueParams_Group_certificate_type label[for] {
	padding-left: 0px;
}

.table.dataTable thead th select {
	border-width: 0;
	background: transparent;
	font: inherit;
	color: inherit;
	text-shadow: inherit;
	line-height: inherit;
	max-width: 150px;
}

.CalendarTable {
	border-collapse: collapse;
	border-width: 1px;
	border-color: #cecece;
	border-style: solid;
	border-spacing: 2px;
}

.CalendarTable thead th {
	white-space: nowrap;
	padding: 3px;
	border-width: 1px;
	border-color: #cecece;
	border-style: solid;
	font-size: 13px;
}

.CalendarTable thead tr:first-of-type th {
	text-align: center;
	background-color: #f3f3f3;
}

.CalendarTable tbody tr td {
	border-width: 1px;
	border-color: #cecece;
	border-style: solid;
}

.CalendarTable tbody tr td:first-child {
	font-size: 13px;
	line-height: 13px;
	padding: 5px;
	min-width: 150px;
}

.CalendarTable tbody tr td:first-child span {
	font-weight: bold;
	display: inline-block;
	margin-bottom: 3px;
}

.CalendarLegend {
	padding: 10px;
	padding-top: 0;
	margin-top: -10px;
}

.CalendarLegend strong {
	font-weight: 800;
	font-size: 13px;
}

.CalendarLegend .LegendItem {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-right: 15px;
}

.CalendarLegend .LegendItem .LegendBox {
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: -2px;
}

.CalendarTable tbody tr td.weekend, .CalendarLegend .weekend {
	background: #f3f3f3;
}

.CalendarLegend .weekend {
	border: 1px solid #ccc;
}

.CalendarTable tbody tr td.control_overdue, .CalendarLegend .control_overdue {
	background: #D20000;
}

.CalendarTable tbody tr td.control_due, .CalendarLegend .control_due {
	background: #F4F000;
}

.CalendarTable tbody tr td.control_tolerance, .CalendarLegend .control_tolerance {
	background: #F4A200;
}

.CalendarTable tbody tr td.closed_control, .CalendarLegend .closed_control {
	background: #59CF00;
}

.CalendarLegend .today {
	background: #fff;
	border-style: solid;
	border-left-width: 3px;
	border-right-width: 3px;
	border-left-color: #000;
	border-right-color: #000;
}

.CalendarTable tbody tr td.today {
	border-left-width: 3px;
	border-right-width: 3px;
	border-left-color: #000;
	border-right-color: #000;
}

.week_numdays_6 {
	font-size: 85% !important;
}

th.week_numdays_6 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.week_numdays_5 {
	font-size: 80% !important;
}

th.week_numdays_5 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.week_numdays_4 {
	font-size: 75% !important;
}

th.week_numdays_4 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.week_numdays_3 {
	font-size: 70% !important;
}

th.week_numdays_3 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.week_numdays_2 {
	font-size: 60% !important;
}

th.week_numdays_2 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

@media(min-width: 1280px) {
	.CalendarTable thead th {
		font-size: 14px;
	}
}

@media(max-width: 1279px) {
	.month_num_5 {
		display: none;
	}
}

@media(max-width: 991px) {
	.month_num_4 {
		display: none;
	}


	.tologatosclass{
		margin-left:1.1rem; width:92%
	}


  .gotocalendarbtn{
    margin-top:5px;
  }
}

.dataTable .ui-sortable td {
	cursor: move;
}

.sortable-gallery-placeholder {
	border: 1px dotted black;
	height: 50px;
}

#DevicesTable th {
	padding-left: 0.15rem;
}

.card-table tr th:first-child {
    padding-left: 0.5rem !important;
}

.card-table tr td:first-child {
	padding-left: 0.6rem !important;
}

#DevicesTable thead>tr>th.sorting_asc,
#DevicesTable thead>tr>th.sorting_desc,
#DevicesTable thead>tr>th.sorting,
#DevicesTable thead>tr>td.sorting_asc,
#DevicesTable thead>tr>td.sorting_desc,
#DevicesTable thead>tr>td.sorting {
	padding-right: 22px;
}

#DevicesTable thead th {
	font-size: 12px;
}

#DevicesTable_wrapper div.dataTables_info {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*\
|*| ========================================================================
|*| Bootstrap Toggle: bootstrap4-toggle.css v3.6.1
|*| https://gitbrent.github.io/bootstrap4-toggle/
|*| ========================================================================
|*| Copyright 2018-2019 Brent Ely
|*| Licensed under MIT
|*| ========================================================================
\*/
.btn-group-xs>.btn,.btn-xs{padding:.35rem .4rem .25rem .4rem;font-size:.875rem;line-height:.5;border-radius:.2rem}.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-1.25rem;margin-right:.35rem}.toggle{position:relative;overflow:hidden}.toggle.btn.btn-light,.toggle.btn.btn-outline-light{border-color:rgba(0,0,0,.15)}.toggle input[type=checkbox]{display:none}.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}.toggle-group label,.toggle-group span{cursor:pointer}.toggle.off .toggle-group{left:-100%}.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0;box-shadow:none}.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px;background-color:#fff}.toggle.btn-outline-primary .toggle-handle{background-color:var(--primary);border-color:var(--primary)}.toggle.btn-outline-secondary .toggle-handle{background-color:var(--secondary);border-color:var(--secondary)}.toggle.btn-outline-success .toggle-handle{background-color:var(--success);border-color:var(--success)}.toggle.btn-outline-danger .toggle-handle{background-color:var(--danger);border-color:var(--danger)}.toggle.btn-outline-warning .toggle-handle{background-color:var(--warning);border-color:var(--warning)}.toggle.btn-outline-info .toggle-handle{background-color:var(--info);border-color:var(--info)}.toggle.btn-outline-light .toggle-handle{background-color:var(--light);border-color:var(--light)}.toggle.btn-outline-dark .toggle-handle{background-color:var(--dark);border-color:var(--dark)}.toggle[class*=btn-outline]:hover .toggle-handle{background-color:var(--light);opacity:.5}.toggle.btn{min-width:3.7rem;min-height:2.15rem}.toggle-on.btn{padding-right:1.5rem}.toggle-off.btn{padding-left:1.5rem}.toggle.btn-lg{min-width:5rem;min-height:2.815rem}.toggle-on.btn-lg{padding-right:2rem}.toggle-off.btn-lg{padding-left:2rem}.toggle-handle.btn-lg{width:2.5rem}.toggle.btn-sm{min-width:3.125rem;min-height:1.938rem}.toggle-on.btn-sm{padding-right:1rem}.toggle-off.btn-sm{padding-left:1rem}.toggle.btn-xs{min-width:2.19rem;min-height:1.375rem}.toggle-on.btn-xs{padding-right:.8rem}.toggle-off.btn-xs{padding-left:.8rem}

.toggle.btn-xs{
  width: 30px !important;
  height: 15px !important;
  min-height: 0;
}

.toggle-group .btn-xs{
    padding: .25rem .1rem .2rem 0rem;
    font-size: .7rem;
    line-height: .8;
    border-radius: .2rem;
}

.toggle-group .btn-xs.toggle-on {
  text-align:left;
  padding-top: 0.15rem;
  padding-left:0.1rem;
}

.toggle-handle.btn-xs {
  min-width: 15px;
}

.toggle-group .toggle-off.btn-xs{
  text-align:right;
  padding-right:0.3rem;
  padding-top: 0.15rem;
}

input[data-hidden="1"], .input-group[data-hidden="1"] {
	display: none !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@media(max-width:767px) {
  #EntriesTable_wrapper > .row:first-of-type .btn {
    margin: 20px;
  }
  .fc-toolbar-chunk .btn {
  	padding: 0 4px !important;
    font-size: 11px !important;
  }
  .fc .fc-toolbar {
  	display: block !important;
  }
  .fc .fc-toolbar .fc-toolbar-chunk {
  	margin-top:  10px;
  }
}

.statistictable .badge {
	font-size:  12px;
}

.statistictable .badge[onclick] {
	position: relative;
	padding-right:  20px;
} 

.statistictable .badge[onclick]::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f054";
	position: absolute;
	right:  7.5px;
	top:  3px;
}

#DatabaseForm_EditWorksheet_Group_price_fix_description,
#DatabaseForm_EditWorksheet_Group_price_fix_description_2,
#DatabaseForm_EditWorksheet_Group_price_fix_description_3,
#DatabaseForm_EditWorksheet_Group_price_fix_description_4 {
	margin-bottom: 0;
}

#DatabaseForm_Worksheets_Group_price_fix_description,
#DatabaseForm_Worksheets_Group_price_fix_description_2,
#DatabaseForm_Worksheets_Group_price_fix_description_3,
#DatabaseForm_Worksheets_Group_price_fix_description_4 {
	margin-bottom: 0;
}

#ControlForm .table-responsive, #DevicesList .table-responsive {
	min-height: unset;
}

#DevicesList .table-responsive .ShowFilters {
	display: none;
}

#DevicesTable_Form {
	display: table;
}

.required-star {
	color: #cd201f;
	font-weight: bold;
	font-size:  24px;
	line-height: 12px;
	display: inline-block;
}

#WorksheetCalendarStatTarget {
	margin-bottom: 20px;
}

.WorksheetCalendarStatLoader {
	min-height:  120px;
	position: relative;
}

.WorksheetCalendarStatLoader::before {
	position: absolute;
	content:  "";
	left:  0;
	top:  0;
	bottom:  0;
	right:  0;
	background-color:  #e9e9e9;
	background-image:  url(/media/images/ajax-loader_black.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.7;
}

.box-is-loading {
	position: relative;
}

.box-is-loading::before {
	position: absolute;
	content:  "";
	left:  0;
	top:  0;
	bottom:  0;
	right:  0;
	background-color:  #e9e9e9;
	background-image:  url(/media/images/ajax-loader_black.gif);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.7;
	z-index: 9;
}

#WorksheetCalendarStatTarget .table label {
	font-weight: bold;
	display: inline-block;
	width: 100%;
	margin-bottom:  0;
}

.dropdown-searchable .dropdown-menu {
		max-height: 500px;
    overflow: scroll;
}

#EntriesTable_wrapper div.dataTables_length select {
	margin-top: 3px;
}

#DatabaseForm_Worksheets_Group_conn_price_fix_description table tr td:first-child {
	width: 55%;
}

#DatabaseForm_Worksheets_Group_conn_price_fix_description_2 table tr td:first-child {
	width: 55%;
}

#DatabaseForm_Worksheets_Group_conn_price_fix_description_3 table tr td:first-child {
	width: 55%;
}

#DatabaseForm_Worksheets_Group_conn_price_fix_description_4 table tr td:first-child {
	width: 55%;
}

#DatabaseForm_Worksheets_Group_conn_price_fix_description_5 table tr td:first-child {
	width: 55%;
}

#DatabaseForm_EditWorksheet_Group_conn_price_fix_description table tr td:first-child {
	width: 55%;
}

#DatabaseForm_EditWorksheet_Group_conn_price_fix_description_2 table tr td:first-child {
	width: 55%;
}

#DatabaseForm_EditWorksheet_Group_conn_price_fix_description_3 table tr td:first-child {
	width: 55%;
}

#DatabaseForm_EditWorksheet_Group_conn_price_fix_description_4 table tr td:first-child {
	width: 55%;
}

#DatabaseForm_EditWorksheet_Group_conn_price_fix_description_5 table tr td:first-child {
	width: 55%;
}

.GroupedInputs td input[data-inputname="conn_amount_fix"],
.GroupedInputs td input[data-inputname="conn_amount_fix_2"],
.GroupedInputs td input[data-inputname="conn_amount_fix_3"],
.GroupedInputs td input[data-inputname="conn_amount_fix_4"],
.GroupedInputs td input[data-inputname="conn_amount_fix_5"]  {
	min-width: 60px;
}

.dropdown-menu.dropdown-grid.show {
	display: grid;
}