@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
    url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff2') format('woff2'),
    url('../fonts/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff2') format('woff2'),
    url('../fonts/Roboto-MediumItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
/* Master layout */
/************************************************************
Global styles */

/* Partial CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 15px 'Roboto', sans-serif;
    line-height: 1.33;
    color: #222222;
}

/* Links */
a{
   color: inherit; 
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s ease 0s; 
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
}
table th, label, .label, .tinymodal-content > h2:first-child {
	color: inherit;
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    background: #E6E5E5;
    border-radius: 10px;
    width: 12px;
}
/* Form elements */
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1
}
label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    -webkit-text-fill-color: #222;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
.select2-container .select2-selection--single {
    font-family: 'Roboto';
    font-size: 15px;
    border-radius: 4px;
    color: #222;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #43425D;
    background: transparent;
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}
.form-checkbox {
    position: relative;
}
.form-checkbox label {
    display: inline-block;
    font-weight: normal;
    padding-left: 35px;
    cursor: pointer;
    margin-bottom: 0;
}
.form-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
.form-checkbox label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #808495;
    box-sizing: border-box;
}
.form-checkbox input + label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    width: 11px;
    height: 5px;
    border-bottom: 2px solid #43425D;
    border-left: 2px solid #43425D;
    transform: rotate(-45deg) scale(0);
    transition: transform ease .25s;
    transition: all .3s ease 0s;
    opacity: 0;
}
.form-checkbox input:checked + label:after {
    transform: rotate(-45deg) scale(1);
    opacity: 1;
}
.toggle-password {
    display: flex;
    align-items: center;
    color: #8EC441;
}
.toggle-password i {
    font-size: 18px;
    margin-right: 4px;
}
/* Select 2 */
.select2-container .select2-selection--single {
    padding-right: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 30px;
    color: #222;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    width: 46px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2-selection__arrow b {
    display: none;
}
.select2-selection__arrow:after {
    content: '\f078';
    font: bold 17px/1 Font Awesome\ 5 Pro;
    color: #1A1818;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: inherit;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F2F2F2 ;
    color: inherit;
}
.select2-dropdown {
    border: none;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.152);
}
.select2-results__option {
    /*font-size: 18px;*/
    padding: 6px 20px;
}
.select2-results__option.select2-results__option--highlighted[aria-selected]:last-child {
    border-radius: 0 0 10px 10px;
}
/***********************
  Pagination Styles
***********************/
.pagination {
  text-align: right;
}

.flexbox.asset-paging {
	margin: 15px 0;
}

.flexbox.asset-paging > div:first-child {
	flex-grow: 1;
	text-align: left;
}

.pagination > div,
.pagination li,
.dataTables_paginate a {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle;
}

.pagination li:before {
	display: none;
}

.pagination > div + div,
.pagination li + li,
.dataTables_paginate a + a {
  margin-left: 6px !important;
}

.pagination a, 
.pagination span,
.pagination strong,
.dataTables_paginate a {
  display: inline-block;
  font-family: 'Century Gothic',Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px 11px 8px !important;
  border-radius: 2px !important;
  cursor: pointer;
}
.pagination .paging-summary {
  display: inline-block;
  font-family: 'Century Gothic',Arial,Helvetica,sans-serif !important;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px 11px 8px !important;
  color: #252C3F !important;
  background-color: transparent !important;
  border: none !important;
  font-weight: bold !important;  
}
.pagination span {
  padding:10px 13px 10px 11px;
}
.pagination > .prev:empty,
.pagination > .next:empty,
.pagination a,
.dataTables_paginate a  {
  color: #000 !important;
  background: #efefef !important;
  border: 1px solid #ccc !important;
  transition: all 0.3s ease 0s;
}

.pagination a:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):not(.disabled):hover {
  background: #252C3F !important;
  color: #FFF !important;
}

.pagination span,
.pagination > li > strong
.dataTables_paginate span > a  {
  font-family: 'Century Gothic',Arial,Helvetica,sans-serif;
  color: #FFF !important;
  background-color: #252C3F !important;
  border: 1px solid #FFF !important;
  font-weight: bold !important;
}

/*
.pagination > .prev a,
.pagination > .next a,
.dataTables_paginate a.previous,
.dataTables_paginate a.next {
  font-size: 22px;
  padding: 8px 11px 11px 11px;
}
*/

.pagination > .prev:empty + div {
  margin-left: 0px;
}

.dataTables_paginate > span {
	display: inline-block;
	padding: 0 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	cursor: default !important;
}

.pagination > div > strong,
.dataTables_wrapper[id*="DataTables"] .dataTables_paginate a.current,
.dataTables_wrapper[id*="DataTables"] .dataTables_paginate a.current:hover {
	background-color: #252C3F !important; 
	border: solid 1px #252C3F !important;
	color: #FFFFFF !important;
	font-weight: bold;
}

.pagination > .prev,
.pagination > .next {
	height: 34px;
	width: 34px;
}

.pagination > .prev a,
.pagination > .next a,
.dataTables_paginate a.previous,
.dataTables_paginate a.next {
	font-size: 0 !important;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	height: 34px;
	width: 34px;
}

.pagination > .prev a:after,
.pagination > .next a:after,
.pagination > .prev:empty:after,
.pagination > .next:empty:after,
.dataTables_paginate a.previous:after,
.dataTables_paginate a.next:after {
	content: "";
	display: inline-block;
	font-family:"Font Awesome 5 Pro";
	font-size: 18px;
	line-height: 14px;
	font-weight: 500;
}

.pagination > .prev a:after,
.dataTables_paginate a.previous:after,
.pagination > .prev:empty:after {
	content: "\f053";
}

.pagination > .next a:after,
.dataTables_paginate a.next:after,
.pagination > .next:empty:after {
	content: "\f054";
}

.pagination > .prev:empty,
.pagination > .next:empty {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.pagination > .prev:empty,
.pagination > .next:empty,
.dataTables_paginate a.disabled {
	opacity: 0.4;
}
.vet-listing{
    margin: 50px 0;
}
.vet-listing .tableRow{
    cursor: pointer;
}
.vet-dates {
    width: 80% !important;
}

/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #222;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #222;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #222;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #222;
    opacity: 1;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #222;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #222;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #222;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #707070;
    opacity: 1;
}
/* Special Form Styles */
.form-wrapper .form-row {
    margin-bottom: 26px;
}
.form-wrapper .form-row:last-child {
    margin-bottom: 0;
}
.form-wrapper .form-row .flex-row {
    margin-bottom: 4px;
}
.form-wrapper .form-row:last-child .flex-row {
    margin-bottom: 0;
}
.form-wrapper .flex-row > label {
    margin-bottom: 0;
}
.form-wrapper .flex-row > a {
    margin-left: auto;
}
.form-wrapper input[type=text],
.form-wrapper input[type=email],
.form-wrapper input[type=search],
.form-wrapper input[type=password] {
    width: 100%;
}
.form-wrapper .select2-container {
    width: 100% !important;
}
.form-wrapper .form-col.w-170 {
    width: 170px;
}
.form-wrapper .form-col.w-185 {
    width: 185px;
}
.form-wrapper .form-col.w-230 {
    width: 230px;
}
.form-wrapper .form-col.w-250 {
    width: 250px;
}
.form-wrapper .form-col.w-300 {
    width: 300px;
}
.form-wrapper .form-col.w-325 {
    width: 325px;
}
.form-wrapper .form-col.w-340 {
    width: 340px;
}
.form-wrapper .form-col.btn-col {
    align-self: flex-end;
}
.form-wrapper .form-col:last-child {
    margin-right: 0;
}
.form-wrapper .pass-text-box .flex-row {
    margin-bottom: 0;
}
.form-wrapper .pass-text-box ul + ul {
    margin-left: 70px;
}
.form-wrapper .disabled-input label {
    color: rgba(34, 34, 34, 0.5);
}
.form-wrapper input:disabled {
    color: rgba(67, 66, 93, 0.5);
}
.datepicker-field {
    width: 100%;
    border: 1px solid rgba(67, 66, 93, 0.5);
    border-radius: 4px;
    height: 50px;
    position: relative;
}
.datepicker-field:before {
    content: '\f073';
    font: bold 18px/1 Font Awesome\ 5 Pro;
    color: #01537C;
    position: absolute;
    top: 15px;
    right: 15px;
    pointer-events: none;

}
.datepicker-field input {
    width: 100%;
    height: 100%;
    padding: 10px 45px 10px 20px;
    border: none;
}
.daterangepicker {
    z-index: 110;
}
.daterangepicker td.active, 
.daterangepicker td.active:hover {
    background: #01537C;
}
.daterangepicker.show-calendar .drp-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.daterangepicker .drp-buttons .btn {
    min-width: auto;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
h1, h2 {
    font-size: 28px;
    color: #00293D;
    margin-bottom: 10px;
}
h1:only-child, h2:only-child {
    margin-bottom: 0;
}
h3 {
    font-size: 24px;
    font-weight: 600;
    color: #01537C;
    margin-bottom: 15px;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #01537C;
}
h5 {
   font-size: 18px;
   margin-bottom: 10px;
}
h6 {
   font-size: 15px;
   color: rgba(34, 34, 34, 0.75);
   margin-bottom: 15px;
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 10px;
}
p:last-child {
    margin-bottom: 0;
}
p a {
    
}
ul {
    list-style-type: none;
}
ol{
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 6px;
}
table {
    width: 100%;
    table-layout: fixed;
}
/************************************************************
Generic Site Styles */
.full-height-wrapper,
.full-height-wrapper .flexbox {
    height: 100%;
}
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}
.flex-row {
    display: flex;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.container {
/*     max-width: 1320px; */
    margin: 0 auto;
    padding: 0 75px;
}
main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}
/* Text alignment */
.align-left, .left {
    text-align: left !important;
}
.align-center, .center {
    text-align: center !important;
}
.align-right, .right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}

.hide {
    display: none;
}

.no-scroll {
    overflow: hidden;
}
.dashboard-menu ,
.dashboard-menu .nav-menu > li > a span,
.dashboard-menu-footer a span,
.dashboard-menu .menu-title,
.dashboard-content,
.slick-arrow, .slick-arrow:after, 
.btn, .btn-light i,
.popup-default .tip-label {
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.img-box .relative {
    z-index: 1;
}
.btn{
    font-size: 18px;
    font-family: 'Roboto';
    line-height: 1.25;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    color: #fff !important;
    background: #01537C;
    border: 1px solid transparent;
    text-align: center;
    min-width: 150px;
    padding: 13px 30px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn:hover{
    background: #8EC441;
    border-color: #8EC441;
}
.btn.btn-light {
    border-color: #43425D;
    background: transparent;
    color: #01537C;
}
.btn.btn-light i {
    color: #01537C;
}
.btn.btn-light:hover {
    background: #00293D;
    color: #fff;
}
.btn.btn-light:hover i {
    color: #fff;
}
.btn.btn-notice{
    font-size: 15px;
    background: #EDEDED;
    border-color: #8EC441;
    color: inherit !important;
    padding: 12px 22px 12px 15px;
}
.btn.btn-notice i {
    font-size: 24px;
    margin-right: 13px;
}
.btn.btn-md {
    min-width: 240px;
}
.btn.btn-icon {
    padding: 13px 20px;
}
.btn i {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
}
.btn-icon-right i {
    font-size: 18px;
    margin: 0 0 0 5px;
}
.btn.btn-notice i {
    color: #8EC441;
    vertical-align: sub;
}

.btn.btn-green {
    background: #8EC441;
    border-color: #8EC441;
}
.btn.btn-green:hover {
    background: #00293D;
    border-color: #00293D;
}

.btn.btn-cancel {
    border-color: #880a0a;
    background: transparent;
    color: #880a0a !important;
}
.btn.btn-cancel i {
    color: #880a0a;
}
.btn.btn-cancel:hover {
    background: #880a0a;
    color: #fff !important;
}
.btn.btn-cancel:hover i {
    color: #fff;
}

.btn + .btn {
    margin-left: 20px;
}
.btn-copy {
    font-size: 14px;
    color: #8EC441;
    vertical-align: top;
}
a.blue-link {
    font-size: 15px;
    color: #01537C;
}
a.underline {
    text-decoration: underline;
}
.more-link,
.back-link {
    font-size: 20px;
    white-space: nowrap;
}
.back-link:before,
.more-link:after {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    line-height: 1;
}
.more-link:after {
    content: '\f061';
    margin-left: 5px;
}
.back-link:before {
    content: '\f060';
    margin-right: 5px;
}
.more-link:hover,
.back-link:hover {
    color: #BF1920;
}
.close-btn {
    position: absolute;
    top: 35px;
    right: 55px;
    display: block;
    font-size: 30px !important;
    z-index: 5;
    color: #fff !important;
}
/* List */
.form-wrapper ul:not([class]) li,
.content ul:not([class]) li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 5px;
}
.form-wrapper ul:not([class]) li:before,
.content ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #8EC441;
    border-radius: 50%;
}
/* Icons */
.icon{
    display: inline-block;
    vertical-align: top;
    height: 70px;
    margin-bottom: 20px;
}
.icon img {
    max-height: 100%;
    max-width: 100%;
}
i{
    font-style: normal;
}
i[class^=ico]{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}
/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-arrow {
    color: #000;
    z-index: 10;
    width: 61px;
    height: 61px;
    border: 3px solid #000;
    border-radius: 50%;
    transform: none;
    top: 37%;
}
.slick-arrow:after {
    font: 40px/1 Font Awesome\ 5 Pro;
}
.slick-arrow:hover {
    border-color: #007A33;
}
.slick-arrow:hover:after {
    color: #007A33;
}
.slick-arrow.slick-prev {
    left: 80px;
    padding-right: 5px;
}
.slick-arrow.slick-prev:after {
    content: "\f053";
}
.slick-arrow.slick-next {
    right: 80px;
    padding-left: 5px;
}
.slick-arrow.slick-next:after {
    content: "\f054";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 24px;
    height: 12px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #000000;
}
.slick-dots li.slick-active button {
    background: #007A33;
    border-color: #007A33;
}
.slick-dots li button:before {
    content: none;
}
/************************************************************
Popup */

.highslide-dimming {
    background: rgba(0, 41, 61, 0.79);
    opacity: 1 !important;
}
.highslide-container .highslide-wrapper {
    min-height: 380px;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.039);
    position: fixed !important;
}
.highslide-container div {
    font-size: 15px;
    font-family: 'Roboto';
}
.highslide-wrapper .closebutton {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F5F5 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: auto !important;
    top: 15px !important;
    right: 15px;
}
.highslide-wrapper .closebutton:after {
    content: '\f00d';
    font: 300 22px/1 Font Awesome\ 5 Pro;
}
.highslide-wrapper .popup-default {
    padding: 80px 30px 50px;
}
.highslide-wrapper .popup-default .popup-top i {
    font-size: 54px;
    color: #8EC441;
    margin-bottom: 20px;
}
.highslide-wrapper .popup-default .popup-main.short {
    max-width: 645px;
    width: 100%;
    margin: 0 auto;
}
.highslide-wrapper .popup-default p {
    font-size: 18px;
}
.highslide-wrapper .popup-lg {
    display: flex !important;
    flex-direction: column;
    max-height: 700px;
    padding: 35px 35px 20px 55px;
}
.highslide-wrapper .popup-lg .popup-top {
    margin-bottom: 25px;
}
.highslide-wrapper .popup-lg .popup-main {
    height: calc(100% - 170px);
    overflow-y: scroll;
    padding-right: 25px;
}
.highslide-wrapper .popup-lg .popup-footer {
    padding: 15px 25px;
    margin-top: auto;
}

@media screen {
    #printSection {
        display: none;
    }
    .noprint {
        visibility:visible;
    }
}

@media print {
    body * {
        visibility:hidden;
    }
    header {
        display:none;
    }
    .dashboard-menu,
    .dashboard-menu-footer,
    .noprint {
        display: none !important;
    }
    .highslide-wrapper .popup-lg .popup-main {
        height: calc(100% - 170px);
        overflow-y: visible;
        padding-right: 25px;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}