.datepicker {
border-radius: 4px;
direction: ltr;
}
.datepicker-inline {
width: 220px;
}
.datepicker-rtl {
direction: rtl;
}
.datepicker-rtl.dropdown-menu {
left: auto;
}
.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
padding: 4px;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid rgba(0, 0, 0, 0.15);
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
text-align: center;
width: 30px;
height: 30px;
border-radius: 4px;
border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
background: #eeeeee;
cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #777777;
cursor: default;
}
.datepicker table tr td.highlighted {
color: #000;
background-color: #d9edf7;
border-color: #85c5e5;
border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
color: #000;
background-color: #afd9ee;
border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
color: #000;
background-color: #afd9ee;
border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
color: #000;
background-color: #afd9ee;
border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
color: #000;
background-color: #91cbe8;
border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
background-color: #d9edf7;
border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
background: #d9edf7;
color: #777777;
}
.datepicker table tr td.today {
color: #000;
background-color: #ffdb99;
border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
color: #000;
background-color: #ffc966;
border-color: #b37400;
}
.datepicker table tr td.today:hover {
color: #000;
background-color: #ffc966;
border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
color: #000;
background-color: #ffc966;
border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
color: #000;
background-color: #ffbc42;
border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
background-color: #ffdb99;
border-color: #ffb733;
}
.datepicker table tr td.today.focused {
background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
background: #ffdb99;
color: #777777;
}
.datepicker table tr td.range {
color: #000;
background-color: #eeeeee;
border-color: #bbbbbb;
border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
color: #000;
background-color: #d5d5d5;
border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
color: #000;
background-color: #d5d5d5;
border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
color: #000;
background-color: #d5d5d5;
border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
color: #000;
background-color: #c3c3c3;
border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
background-color: #eeeeee;
border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
background: #eeeeee;
color: #777777;
}
.datepicker table tr td.range.highlighted {
color: #000;
background-color: #e4eef3;
border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
color: #000;
background-color: #c1d7e3;
border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
color: #000;
background-color: #c1d7e3;
border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
color: #000;
background-color: #c1d7e3;
border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
color: #000;
background-color: #a8c8d8;
border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
background-color: #e4eef3;
border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
background: #e4eef3;
color: #777777;
}
.datepicker table tr td.range.today {
color: #000;
background-color: #f7ca77;
border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
color: #000;
background-color: #f4b747;
border-color: #815608;
}
.datepicker table tr td.range.today:hover {
color: #000;
background-color: #f4b747;
border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
color: #000;
background-color: #f4b747;
border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
color: #000;
background-color: #f2aa25;
border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
background-color: #f7ca77;
border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
background: #f7ca77;
color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
color: #fff;
background-color: #777777;
border-color: #555555;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
color: #fff;
background-color: #5e5e5e;
border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
color: #fff;
background-color: #5e5e5e;
border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
color: #fff;
background-color: #5e5e5e;
border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
color: #fff;
background-color: #4c4c4c;
border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
background-color: #777777;
border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #777777;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
background-color: #337ab7;
border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #777777;
}
.datepicker .datepicker-switch {
width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
visibility: hidden;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.input-group.date .input-group-addon {
cursor: pointer;
}
.input-daterange {
width: 100%;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
width: auto;
min-width: 16px;
padding: 4px 5px;
line-height: 1.42857143;
border-width: 1px 0;
margin-left: -5px;
margin-right: -5px;
}
.datepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
list-style: none;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
color: #333333;
font-size: 13px;
line-height: 1.42857143;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
padding: 0px 5px;
}.daterangepicker {
position: absolute;
color: inherit;
background-color: #fff;
border-radius: 4px;
border: 1px solid #ddd;
width: 278px;
max-width: none;
padding: 0;
margin-top: 7px;
top: 100px;
left: 20px;
z-index: 3001;
display: none;
font-family: arial;
font-size: 15px;
line-height: 1em;
}
.daterangepicker:before, .daterangepicker:after {
position: absolute;
display: inline-block;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.daterangepicker:before {
top: -7px;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
top: -6px;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
right: 9px;
}
.daterangepicker.opensleft:after {
right: 10px;
}
.daterangepicker.openscenter:before {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.openscenter:after {
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
}
.daterangepicker.opensright:before {
left: 9px;
}
.daterangepicker.opensright:after {
left: 10px;
}
.daterangepicker.drop-up {
margin-top: -7px;
}
.daterangepicker.drop-up:before {
top: initial;
bottom: -7px;
border-bottom: initial;
border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
top: initial;
bottom: -6px;
border-bottom: initial;
border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
float: none;
}
.daterangepicker.single .drp-selected {
display: none;
}
.daterangepicker.show-calendar .drp-calendar {
display: block;
}
.daterangepicker.show-calendar .drp-buttons {
display: block;
}
.daterangepicker.auto-apply .drp-buttons {
display: none;
}
.daterangepicker .drp-calendar {
display: none;
max-width: 270px;
}
.daterangepicker .drp-calendar.left {
padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
border: none;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
color: #fff;
border: solid black;
border-width: 0 2px 2px 0;
border-radius: 0;
display: inline-block;
padding: 3px;
}
.daterangepicker .calendar-table .next span {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
white-space: nowrap;
text-align: center;
vertical-align: middle;
min-width: 32px;
width: 32px;
height: 24px;
line-height: 24px;
font-size: 12px;
border-radius: 4px;
border: 1px solid transparent;
white-space: nowrap;
cursor: pointer;
}
.daterangepicker .calendar-table {
border: 1px solid #fff;
border-radius: 4px;
background-color: #fff;
}
.daterangepicker .calendar-table table {
width: 100%;
margin: 0;
border-spacing: 0;
border-collapse: collapse;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
background-color: #eee;
border-color: transparent;
color: inherit;
}
.daterangepicker td.week, .daterangepicker th.week {
font-size: 80%;
color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
background-color: #fff;
border-color: transparent;
color: #999;
}
.daterangepicker td.in-range {
background-color: #ebf4f8;
border-color: transparent;
color: #000;
border-radius: 0;
}
.daterangepicker td.start-date {
border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
background-color: #357ebd;
border-color: transparent;
color: #fff;
}
.daterangepicker th.month {
width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
color: #999;
cursor: not-allowed;
text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
font-size: 12px;
padding: 1px;
height: auto;
margin: 0;
cursor: default;
}
.daterangepicker select.monthselect {
margin-right: 2%;
width: 56%;
}
.daterangepicker select.yearselect {
width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
width: 50px;
margin: 0 auto;
background: #eee;
border: 1px solid #eee;
padding: 2px;
outline: 0;
font-size: 12px;
}
.daterangepicker .calendar-time {
text-align: center;
margin: 4px auto 0 auto;
line-height: 30px;
position: relative;
}
.daterangepicker .calendar-time select.disabled {
color: #ccc;
cursor: not-allowed;
}
.daterangepicker .drp-buttons {
clear: both;
text-align: right;
padding: 8px;
border-top: 1px solid #ddd;
display: none;
line-height: 12px;
vertical-align: middle;
}
.daterangepicker .drp-selected {
display: inline-block;
font-size: 12px;
padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
margin-left: 8px;
font-size: 12px;
font-weight: bold;
padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
float: none;
text-align: left;
margin: 0;
}
.daterangepicker.show-calendar .ranges {
margin-top: 8px;
}
.daterangepicker .ranges ul {
list-style: none;
margin: 0 auto;
padding: 0;
width: 100%;
}
.daterangepicker .ranges li {
font-size: 12px;
padding: 8px 12px;
cursor: pointer;
}
.daterangepicker .ranges li:hover {
background-color: #eee;
}
.daterangepicker .ranges li.active {
background-color: #08c;
color: #fff;
} @media (min-width: 564px) {
.daterangepicker {
width: auto;
}
.daterangepicker .ranges ul {
width: 140px;
}
.daterangepicker.single .ranges ul {
width: 100%;
}
.daterangepicker.single .drp-calendar.left {
clear: none;
}
.daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
float: left;
}
.daterangepicker {
direction: ltr;
text-align: left;
}
.daterangepicker .drp-calendar.left {
clear: left;
margin-right: 0;
}
.daterangepicker .drp-calendar.left .calendar-table {
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.daterangepicker .drp-calendar.right {
margin-left: 0;
}
.daterangepicker .drp-calendar.right .calendar-table {
border-left: none;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.daterangepicker .drp-calendar.left .calendar-table {
padding-right: 8px;
}
.daterangepicker .ranges, .daterangepicker .drp-calendar {
float: left;
}
}
@media (min-width: 730px) {
.daterangepicker .ranges {
width: auto;
}
.daterangepicker .ranges {
float: left;
}
.daterangepicker.rtl .ranges {
float: right;
}
.daterangepicker .drp-calendar.left {
clear: none !important;
}
}:root{
--ripple-wave-color: #f9f9f9;
--tooltip-background-color: #444444;
--tooltip-text-color: #ffffff;
--switcher-maincolor: #607D8B;
--switcher-secondarycolor: rgba(96, 125, 139, 0.35);
}
body {
tap-highlight-color: transparent;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
.primary-colors {
background-color: var(--mainbackgroundcolor)!important;
color: var(--maincolor)!important;
}
.show-focus *:focus, .show-focus *:focus * {
outline: 2px solid yellow;
background-color: yellow !important;
color: #000 !important;
}
* {
box-sizing: border-box;
}
*:disabled {
background-color: #dddddd!important;
}
input:read-only {
background-color: #f9f9f9;
}
strong {
font-weight: bold;
} .ripple {
position: absolute;
top:0; left:0; bottom:0; right:0;
overflow: hidden;
-webkit-transform: translateZ(0); transform: translateZ(0);
border-radius: inherit; pointer-events: none; }
.rippleWave {
backface-visibility: hidden;
position: absolute;
border-radius: 50%;
transform: scale(0.7); -webkit-transform: scale(0.7);
background: var(--ripple-wave-color);
opacity: 0.45;
animation: ripple 1s forwards;
-webkit-animation: ripple 1s forwards;
}
@keyframes ripple-shadow {
0%   {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
20%  {box-shadow: 0 4px 16px rgba(0,0,0,0.3);}
100% {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
}
@-webkit-keyframes ripple-shadow {
0%   {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
20%  {box-shadow: 0 4px 16px rgba(0,0,0,0.3);}
100% {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
}
@keyframes ripple {
to {transform: scale(24); opacity:0;}
}
@-webkit-keyframes ripple {
to {-webkit-transform: scale(24); opacity:0;}
} .md-button {
display: inline-block;
color: var(--main_text_color);
text-align: center;
position: relative;
white-space: nowrap;
vertical-align: middle;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
border: 0;
outline: 0;
background: none;
transition: 0.3s;
cursor: pointer;
height: 36px;
padding: 0 16px;
line-height: 36px;
border-radius: 2px;
box-shadow: 0 0 2px rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.25);
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.25);
}
.md-button-effect:active {
box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
color: #626262;
} .md-card {
display: inline-block;
width: 100%;
font-size: 16px;
font-weight: 400;
z-index: 99;
background: #fff;
border-radius: 2px;
box-sizing: border-box;
padding: 10px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.md-card-content {
display: inline-block;
width: 100%;
border-bottom: 1px solid #eee;
line-height: 28px;
}
.md-card-content i {
line-height: 28px;
float: left;
width: 22px;
font-size: 18px;
margin: 0px 5px;
}
.md-card-content span {
display: inline-block;
}
.md-scroll-row-icon {
display: inline-block;
width: calc( 100% - 35px );
overflow-x: auto;
}
.md-card-header {
border-bottom: 1px solid #f9f9f9;
display: inline-block;
width: 100%;
}
.md-card-title {
display: inline-block;
float: left;
margin: 5px 0px;
padding: 0px 0px 5px 0px;
}
.md-card-title i {
font-size: 28px;
line-height: 36px;
float: left;
margin: 0 5px;
}
.md-card-subtitle {
display: inline-block;
line-height: 32px;
font-size: 22px;
margin-bottom: 10px;
}
.md-card-footer {
padding: 5px 0px;
line-height: 40px;
}
.md-card + .md-card {
margin-top: 10px;
}
.md-border {
display: inline-block;
width: 100%;
font-size: 16px;
border-radius: 2px;
box-sizing: border-box;
padding: 10px;
border: 1px solid #e0e0e0;
}
.md-card-actions {
display: inline-block;
width: 100%;
line-height: 28px;
padding: 5px 0 0 0;
} .md-grid {
float: left;
width: 100%;
padding: 2px;
}
.md-col-1 {
width: 8.3%;
float: left;
padding: 2px;
}
.md-col-2 {
width: 16.6%;
float: left;
padding: 2px;
}
.md-col-2-5 {
width: 20%;
float: left;
padding: 2px;
}
.md-col-3 {
width: 25%;
float: left;
padding: 2px;
}
.md-col-4 {
width: 33.3%;
float: left;
padding: 2px;
}
.md-col-5 {
width: 41.5%;
float: left;
padding: 2px;
}
.md-col-6 {
width: 50%;
float: left;
padding: 2px;
}
.md-col-7 {
width: 58.3%;
float: left;
padding: 2px;
}
.md-col-8 {
width: 66.6%;
float: left;
padding: 2px;
}
.md-col-9 {
width: 75%;
float: left;
padding: 2px;
}
.md-col-10 {
width: 83.4%;
float: left;
padding: 2px;
}
.md-col-11 {
width: 91.7%;
float: left;
padding: 2px;
}
.md-col-12 {
width: 100%;
padding: 2px;
} .md-tab {
display: none;
float: left;
width: 100%;
}
.md-tab.active, .md-tab-content {
display: block;
}
.md-tabs-links {
position: relative;
float: left;
display: flex;
width: 100%;
height: 48px;
padding: 0;
margin: 0px 0px 10px 0px;
border-bottom: 1px solid #e0e0e0;
overflow-x: auto;
overflow-y: hidden;
}
.md-tabs-links li {
position: relative;
display: inline-block;
}
.md-tabs-links a {
margin: 0;
border: none;
padding: 0 14px;
float: left;
position: relative;
display: block;
text-decoration: none;
height: 48px;
line-height: 48px;
text-align: center;
font-weight: 500;
font-size: 14px;
text-transform: uppercase;
color: rgba(0,0,0,.54);
overflow: hidden;
}
.md-tabs-links .active:after {
height: 2px;
width: 100%;
display: block;
content: " ";
bottom: 0;
left: 0;
position: absolute;
background-color: var(--mainbackgroundcolor);
-webkit-animation: border-expand .4s cubic-bezier(.4,0,.4,1).01s alternate both;
animation: border-expand .4s cubic-bezier(.4,0,.4,1).01s alternate both;
transition: all 0.4s cubic-bezier(.4,0,1,1);
}
@-webkit-keyframes border-expand {
0%{opacity:0;width:0}
100%{opacity:1;width:100%}
}
@-moz-keyframes border-expand {
0%{opacity:0;width:0}
100%{opacity:1;width:100%}
}
@-o-keyframes border-expand {
0%{opacity:0;width:0}
100%{opacity:1;width:100%}
}
@keyframes border-expand {
0%{opacity:0;width:0}
100%{opacity:1;width:100%}
} dialog {
position: fixed;
top: 0;
right: 0;
left: 0;
display: none;
padding: 0px;
border: 0px;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.4);
z-index: 999999;
}
dialog[open] {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.dialog-box,
.md-dialog-box {
position: relative;
display: inline-block;
background-color: white;
border: none;
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
width: 100%;
max-width: 330px;
padding: 15px;
margin: 0!important;
z-index: 9999;
}
.md-dialog-title {
font-size: 24px;
color: var(--maincolor);
}
.md-dialog-content {
font-size: 18px;
color: var(--main_text_color);
} .md-tooltip {
transition: all 0.2s;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-webkit-transform: scale(0);
transform: scale(0);
position: absolute;
top: 30px;
background-color: var(--tooltip-background-color);
color: var(--tooltip-text-color);
padding: 5px;
font-size: 12px;
white-space: nowrap;
line-height: 14px;
display: block;
margin-top: 7px;
z-index: 999;
}
.md-tooltip:before {
content: "";
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 10px solid var(--tooltip-background-color);
display: inline-block;
position: absolute;
top: -5px;
}
.md-parent-tooltip {
position: relative;
cursor: pointer;
margin: 2px;
}
.md-parent-tooltip:focus .md-tooltip,
.md-parent-tooltip:hover .md-tooltip  {
transition: all 0.2s;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-webkit-transform: scale(1);
transform: scale(1);
} .left-menu-options-icon {
position: relative;
cursor: pointer;
}
.right-menu-options-icon {
position: relative;
cursor: pointer;
}
.md-menu-options {
display: none;
position: absolute;
background-color: white;
padding: 0 20px;
z-index: 9;
box-sizing: border-box;
padding: 10px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
opacity: 0;
will-change: transform;
transition: transform .3s cubic-bezier(.4,0,.2,1),all .2s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
overflow: hidden;
}
.md-menu-options-open {
display: inline-block;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.left-menu-options-icon .md-menu-options {
right: 10px;
text-align: start;
width: 160px;
}
.right-menu-options-icon .md-menu-options {
right: 10px;
text-align: start;
}
.md-menu-options a {
display: inline-block;
width: 100%;
text-decoration: none;
color: inherit;
} .md-label--checkbox {
position: relative;
margin: 0px 10px;
padding: 0px 10px;
font-family: Arial, sans-serif;
line-height: 28px;
display: inline-block;
cursor: pointer;
}
.md-checkbox {
position: relative;
width: 18px;
height: 18px;
top: 0;
margin: 0 24px 0 0;
cursor: pointer;
}
.md-checkbox:before {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
content: "";
position: absolute;
top: 0px;
left: 0;
z-index: 1;
width: 18px;
height: 18px;
border: 2px solid #d8d8d8;
}
.md-checkbox:checked:before {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
height: .5rem;
border-color: #009688;
border-top-style: none;
border-right-style: none;
}
.md-checkbox:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
background: #ffffff;
cursor: pointer;
}
.md-button--round {
-webkit-transition: 0.3s background ease-in-out;
-moz-transition: 0.3s background ease-in-out;
transition: 0.3s background ease-in-out;
width: 2rem;
height: 2rem;
background: #5677fc;
border-radius: 50%;
box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.25);
color: #fff;
text-decoration: none;
text-align: center;
}
.md-button--round i {
font-size: 1rem;
line-height: 220%;
vertical-align: middle;
}
.md-button--round:hover {
background: #3b50ce;
}
.md-button--sticky {
position: fixed;
right: 2rem;
top: 16rem;
}
@-webkit-keyframes slideUp {
0% {
-webkit-transform: translateY(6.25rem);
transform: translateY(6.25rem);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideUp {
0% {
-webkit-transform: translateY(6.25rem);
transform: translateY(6.25rem);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
} input.md-switcher {
display: none;
}
label.md-switcher {
display: inline-block;
position: relative;
width: 100%;
line-height: 30px;
}
.md-switch {
display: inline-block;
position: relative;
width: 2.5rem;
height: 1rem;
border-radius: 0.5rem;
background: rgba(0,0,0,0.26);
-webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
vertical-align: middle;
cursor: pointer;
float: right;
top: 6px;
}
.md-switch::before {
content: '';
position: absolute;
top: -0.25rem;
left: -0.25rem;
width: 1.5rem;
height: 1.5rem;
background: #fafafa;
box-shadow: 0 0.25rem 0.5rem var(--switcher-secondarycolor);
border-radius: 50%;
-webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.md-switch:active::before {
box-shadow: 0 0.25rem 0.5rem var(--switcher-secondarycolor), 0 0 0 1.25rem rgba(128,128,128,0.1);
}
input:checked + label .md-switch {
background: var(--switcher-secondarycolor);
}
input:checked + label .md-switch::before {
left: 1.25rem;
background: var(--switcher-maincolor);
}
input:checked + label .md-switch:active::before {
box-shadow: 0 0.25rem 0.5rem var(--switcher-secondarycolor), 0 0 0 1.25rem var(--switcher-secondarycolor);
} .dates-range {
position: relative;
display: inline-block;
width: 100%;
margin: 5px 0;
}
.range-icon {
display: inline-block;
height: 30px;
vertical-align: top;
}
.range-icon i {
font-size: 26px;
text-align: center;
width: 26px;
margin: 0;
}
.input-range {
width: 100%;
max-width: 130px;
height: 30px;
font-size: 16px;
text-align: center;
}
.datepicker.dropdown-menu {
top: 100%!important;
max-width: 250px;
width: 100%;
} .daterangepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 999999!important;
display: none;
float: left;
width: auto;
min-width: 160px;
padding: 0;
margin: 2px 0 0;
font-size: 14px;
text-align: right!important;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.daterangepicker.ltr .ranges {
float: left!important;
}
.daterangepicker.rtl .ranges {
float: right!important;
}
.daterangepicker .calendar {
display: none;
max-width: 270px;
margin: 4px;
}
.daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
float: left;
}
.daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
float: right;
}
.btn-group-sm>.btn, .btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.daterangepicker-input-range {
width: 100%;
height: 30px;
font-size: 16px;
text-align: center;
}
.ranges li {
font-size: 13px;
background-color: #f5f5f5;
border: 1px solid #f5f5f5;
border-radius: 0px;
color: var(--maincolor);
padding: 5px 5px;
margin-bottom: 2px;
cursor: pointer;
}
.ranges li.active,
.ranges li:hover {
background-color: var(--mainbackgroundcolor);
color: var(--maincolor);
border: 1px solid var(--maincolor);
} .md-input {
float: left;
width: calc(100% - 10px);
height: 30px;
font-size: 20px;
border: 0;
border-bottom: 1px solid #a9a9a9;
outline: 0;
margin-bottom: 4px;
}
.md-input-label {
width: 100%;
float: left;
font-size: 12px;
line-height: 1;
}
.field-group {
position: relative;
display: inline-block;
width: calc(100% - 10px);
}
.field-group .md-input {
margin-top: 12px;
}
.field-group .md-input-label {
position: absolute;
top: 12px;
left: 0;
pointer-events: none;
width: 100%;
float: none;
font-size: 20px;
line-height: 30px;
height: 30px;
transition: 0.5s all;
}
.field-group .active-label {
top: 0;
font-size: 12px;
line-height: 12px;
height: 12px;
transition: 0.3s all;
}
.field-bar {
position: absolute;
bottom: 3px;
left: 0;
width: 100%;
height: 2px;
}
.field-bar:before, .field-bar:after 	{
content: '';
height: 2px;
width: 0;
bottom: 1px;
position: absolute;
background-color: var(--mainbackgroundcolor);
transition: 0.3s ease all;
-moz-transition: 0.3s ease all;
-webkit-transition: 0.3s ease all;
}
.field-bar:before {
left: 50%;
}
.field-bar:after {
right: 50%;
}
.field-bar-active:before {
width: 50%;
}
.field-bar-active:after {
width: 50%;
}
.field-group .md-input {
width: 100%;
}
.md-input-list {
float: left;
width: calc(100% - 30px)!important;
height: 30px;
font-size: 20px;
border: 0;
border-bottom: 1px solid #a9a9a9;
outline: 0;
margin-bottom: 5px;
}
.md-input-list-label {
width: 100%;
float: left;
font-size: 12px;
line-height: 1;
}
.md-input-list-button {
float: left;
width: 30px;
height: 30px;
margin-top: 12px;
color: #3b3b3b;
cursor: pointer;
}
.md-input-list-button:hover {
background-color: var(--mainbackgroundcolor);
color: var(--maincolor);
}
.md-input-list-button i {
font-size: 30px;
width: 30px;
line-height: 30px;
text-align: center;
margin: 0;
}
.md-input-list-button.close {
display: none;
}
.md-input-list-box {
display: none;
position: absolute;
top: 49px;
left: 0;
width: 100%;
padding: 5px;
max-height: 145px;
overflow: auto;
z-index: 99;
}
.md-input-list-box li {
height: 30px;
line-height: 30px;
}
.md-input-list-box li + li {
border-top: 1px solid #f9f9f9;
} input:focus ~ .bar:before, input:focus ~ .bar:after {
width:50%;
} i.md-icons {
float: left;
width: 40px;
height: 40px;
padding: 5px;
}
i.md-icons svg {
float: right;
width: 30px;
height: 30px;
fill: #000000;
}
.hide,
.hidden {
display: none;
} @media screen and (max-width: 950px) {
.md-col-2-5,
.md-col-3,
.md-col-4 {
width: 50%;
}
}
@media screen and (max-width: 600px) {
.md-col-1,
.md-col-2,
.md-col-2-5,
.md-col-3,
.md-col-4,
.md-col-5,
.md-col-6,
.md-col-7,
.md-col-8,
.md-col-9,
.md-col-10,
.md-col-11 {
width: 100%;
}
}
@media screen and (max-width: 425px) {
.md-card-footer {
line-height: normal;
}
.dates-range {
text-align: center;
}
#keywords, .input-range {
max-width: 100%!important;
}
}.md-card-content i {
float: right;
}
.md-card-title {
float: right;
} .md-col-1 {
float: right;
}
.md-col-2 {
float: right;
}
.md-col-2-5 {
float: right;
}
.md-col-3 {
float: right;
}
.md-col-4 {
float: right;
}
.md-col-5 {
float: right;
}
.md-col-6 {
float: right;
}
.md-col-7 {
float: right;
}
.md-col-8 {
float: right;
}
.md-col-9 {
float: right;
}
.md-col-10 {
float: right;
}
.md-col-11 {
float: right;
} .md-tabs-links {
float: right;
margin: 0px 0px 10px 0px;
}   .md-switch {
float: left;
}   .md-input {
float: right;
}
.md-input-list {
float: right;
}
.md-input-list-button {
float: right;
} .md-checkbox {
margin: 0 0 0 24px;
}
.md-checkbox:before,
.md-checkbox:after {
left: auto;
right: 0;
}
.left-menu-options-icon .md-menu-options {
right: auto;
left: 10px;
}
.right-menu-options-icon .md-menu-options {
right: auto;
left: 10px;
}
.datepicker.dropdown-menu {
right: 0!important;
} @media screen and (max-width: 600px) {
}
@media screen and (max-width: 425px) {
}@font-face {
font-family: 'Assistant';
src: url(//i-superclean.co.il/wp-content/plugins/linker-framework/linker-framework/fonts/Assistant/Assistant-Light.ttf) format('truetype');
font-weight: 100;
font-style: normal;
font-display: fallback;
}
@font-face {
font-family: 'Assistant';
src: url(//i-superclean.co.il/wp-content/plugins/linker-framework/linker-framework/fonts/Assistant/Assistant-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
font-display: fallback;
}
@font-face {
font-family: 'Assistant';
src: url(//i-superclean.co.il/wp-content/plugins/linker-framework/linker-framework/fonts/Assistant/Assistant-Bold.ttf) format('truetype');
font-weight: bold;
font-style: normal;
font-display: fallback;
}
body,
button,
select,
textarea,
input,
label {
font-family: 'Assistant';
font-weight: normal;
}