/*=== HEADER ===*/
#header {
    height: 70px;
}
#header .active {
	background: transparent;
}
.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10002;
    background: #00293D;
    color: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.05);
    height: 70px;
}
.header-wrapper .container {
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px 0 24px;
}
.header-wrapper .logo {
    max-width: 0;
}
body.menu-open .header-wrapper .logo {
    max-width: 250px;
    padding-right: 40px;
}
.logo, .logo img {
    display: block;
}
.header-left,
.header-right {
    display: flex;
    align-items: center;
}
.profile-menu-inner {
    display: flex;
    align-items: center;
    padding-right: 35px;
    cursor: pointer;
}
.profile-menu-inner:after{
    content: '\f107';
    font: bold 18px/1 Font Awesome\ 5 Pro;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.profile-menu.sub-open .profile-menu-inner:after{
    content: '\f106';
}
.profile-name {
    line-height: 1.4;
    white-space: nowrap;
    min-width: 140px;
}
.profile-name span {
    display: block;
    font-size: 12px;
}
.profile-avatar{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
    flex-grow: 0;
}
.avatar-placeholder {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    color: #00293D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-links {
    display: flex;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
    padding: 2.5px 20px 2.5px 0;
}
.profile-links {
	display: none;
}
.profile-links a{
    font-size: 18px;
    position: relative;
}
.profile-links a:not-last-child {
    margin-right: 15px;
}
#header .profile-notif {
	color:#FFF;	
}
.profile-links .profile-notif.active:after,
.profile-menu.active-items:after{
    content: '';
    width: 8px;
    height: 8px;
    background: #8EC441;
    border: 2px solid #01537C;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: -4px;
    z-index: 1;
}
.profile-menu.active-items:after{
    display: none;
}
.profile-menu .sub-menu {
    min-width: 200px;
    padding: 8px 20px 15px;
    position: absolute;
    top: 47px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.152);
    background: #fff;
    left: auto;
    right: 0;
    text-align: center;
}
.profile-menu .sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -8px;
    right: 45px;
}
.profile-menu .sub-menu li a {
    display: block;
    white-space: nowrap;
    color: #4D565C;
    padding: 13px 0;
    border-bottom: 1px solid #F4F4F5;
}
.profile-menu .sub-menu li a i {
    font-size: 18px;
    vertical-align: top;
    margin-right: 10px;
}
.profile-menu .sub-menu li.active a,
.profile-menu .sub-menu li a:hover {
    color: #8EC441;
}
.profile-menu.sub-open .sub-menu{
    opacity: 1;
    visibility: visible;
}
a.menu-btn {
    font-size: 24px;
}
/*=== SIGN IN PAGE ===*/ 
/*=== SIGN IN PAGE ===*/

/* Remove after proper implementation functionalyty for Login  */
.signin-page #header,
.signin-page #dashboard-menu {
    display: none;
}
/* === */
.side-banner,
.side-content {
    width: 50%;
}
.side-content {
    padding: 45px 50px 25px 80px;
    height: 100%;
}
.side-content a:not([class]) {
    color: #8EC441;
}
.side-content .inner-box {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.side-header {
    margin-top: auto;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.333;
}
.side-header h3 {
    margin: 5px 0 25px;
}
.side-header .logo {
    max-width: 305px;
    margin: 0 auto 25px;
}
.form-wrapper.short {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.scroll-wrapper {
    height: 100%;
    width: calc(100% + 29px);
    position: relative;
    padding-top: 30px;
    background: #FFF;
    z-index: 999;
}
.scroll-wrapper .form-wrapper {
    position: absolute;
    overflow-y: auto;
    height: calc(100% - 30px);
    width: 100%;
    padding-right: 17px;
    padding-bottom: 24px;
    background: #FFF;
    z-index: 999;
}
.scroll-wrapper .form-wrapper::-webkit-scrollbar-track {
    margin-top: 32px;
}
.side-content .form-wrapper {
    width: 100%;
    min-height: 365px;
}
.side-content .scroll-wrapper .form-wrapper {
     min-height: 290px;
}
.side-content .form-row .form-col {
    width: calc(50% - 12px);
}
.side-content .form-row .form-col:first-child {
    margin-right: 24px;
}
.side-content .form-row .form-col:only-child {
    margin-right: 0px;
}
.side-content .form-wrapper .btn-row {
    margin-top: 45px;
    text-align: center;
}
.side-content .form-wrapper.short .btn-row {
    margin-top: 30px;
}
.side-content .form-wrapper.short .btn-row .btn {
    width: 100%;
    margin-bottom: 25px;
}
.side-content .form-wrapper .btn-row:only-child {
    margin-top: 5px;
}
.side-content .form-wrapper .btn-row:nth-child(2) {
    margin-top: 40px;
}
.side-content .form-wrapper .pass-text-box ul {
    margin-top: 28px;
    margin-bottom: 10px;
}
.side-content .form-wrapper .pass-text-box ul:first-child {
    margin-left: 20px;
}
.side-footer {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    margin-top: auto;
    color: #43425D;
    padding-top: 20px;
}
.side-footer ul {
    margin-bottom: 5px;
}
.side-footer li {
    display: inline-block;
}
.side-footer a:not([class]) {
    color: #43425D;
}
.side-content .form-message {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
}
/*=== DASHBOARD PAGES ===*/

/* Dashboard Menu */
a.close-menu-btn {
    display: none;
}
.dashboard-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 66px;
    background: #01537C;
    color: #fff;
    z-index: 130;
}
.dashboard-menu a {
	color: #fff;
}
body.menu-open .dashboard-menu {
    width: 260px;
}
.dashboard-menu .inner-box {
    min-width: 260px;
    padding: 27px 0 15px 0;
    position: relative;
    position: absolute;
    width: 100%;
    top: 0;
    overflow-y: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.dashboard-menu .inner-box::-webkit-scrollbar {
    width: 10px;
}
.dashboard-menu .inner-box::-webkit-scrollbar-thumb {
    background: #023b56;
}
.dashboard-menu .menu-title {
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 25px 20px 20px;
}
.dashboard-menu i {
    font-size: 18px;
    min-width: 23px;
    margin-right: 10px;
    text-align: center;
}
.dashboard-menu .nav-menu {
    margin-bottom: 20px;
}
.dashboard-menu .nav-menu > li {
    position: relative;
    margin-bottom: 5px;
}
.dashboard-menu .nav-menu > li > a,
.dashboard-menu-footer a {
    white-space: nowrap;
    font-size: 15px;
    display: flex;
    padding: 17px 45px 17px 16px;
    border-left: 5px solid transparent;
}
.dashboard-menu .nav-menu > li > a span,
.dashboard-menu-footer a span,
.dashboard-menu .menu-title  {
    opacity: 0;
    visibility: hidden;
    margin-left: 20px;
    position: relative;
}
body.menu-open .dashboard-menu .nav-menu > li > a span,
body.menu-open .dashboard-menu-footer a span,
body.menu-open .dashboard-menu .menu-title  {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}
.dashboard-menu .nav-menu > li.active > a/*,
.dashboard-menu .nav-menu > li a:hover,
.dashboard-menu-footer a:hover */{
    background: #014B6F;
    border-color: #8EC441;
}
.dashboard-menu .nav-menu > li.active a i/*,
.dashboard-menu .nav-menu > li a:hover i,
.dashboard-menu-footer a:hover i */{
    color: #8EC441;
}
.dashboard-menu .nav-menu .sub-menu > li.active {
	background: transparent;
}
.dashboard-menu .nav-menu .sub-menu > li.active > a {
	background: transparent;
	color: #8ec441;
	font-weight: bold;
}
.dashboard-menu .sub-ctrl {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    padding-top: 1px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.dashboard-menu .sub-ctrl:after{
    content: "\f107";
    font: 400 24px/53px Font Awesome\ 5 Pro;
}
.dashboard-menu .sub-menu {
    display: none;
    padding: 0 0 15px 56px;
    font-size: 14px;
}
.dashboard-menu .active .sub-menu {
    display: block;
    background: #014B6F;
}
.dashboard-menu .sub-menu li {
    padding-top: 8px;
}
.dashboard-menu-footer {
    margin-top: auto;
}
/* Main Content */
.dashboard-content {
    padding: 30px 0 65px 66px;
    background: #F4F4F5;
    min-height: 100%;
}
body.menu-open .dashboard-content {
    padding-left: 260px;
}
.dashboard-title {
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.dashboard-title:first-child {
    margin-bottom: 25px;
}
.dashboard-title .datepicker-field {
    width: auto;
    min-width: 310px;
    border: 1px solid #8EC441;
    height: 36px;
}
.dashboard-title .datepicker-field:before {
    font-size: 15px;
    top: 10px;
    left: 18px;
    color: #8EC441;
}
.dashboard-title .datepicker-field input {
    font-size: 14px;
    padding: 4px 10px 4px 45px;
    color: #01537C;
    text-align: center;
}
.dashboard-container {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.039);
}
.dashboard-container h4 {
    margin-bottom: 20px;
}
.dashboard-container .form-wrapper .form-col:not(:last-child) {
    margin-right: 40px;
}
.dashboard-container + .dashboard-container {
    margin-top: 30px;
}
.dashboard-content a:not([class]) {
    color: #99C156;
}
.dashboard-header {
    flex-wrap: wrap;
    padding: 17px 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.dashboard-header > p {
	margin: 0;
}
.dashboard-header > div:first-child {
    max-width: 850px;
    padding-right: 20px;
}
.dashboard-header > div:last-child {
    display: flex;
}
.dashboard-content .form-wrapper input[type=text], 
.dashboard-content .form-wrapper input[type=email], 
.dashboard-content .form-wrapper input[type=search], 
.dashboard-content .form-wrapper input[type=password],
.dashboard-content .select2-container .select2-selection--single {
    border-color: rgba(67, 66, 93, 0.5);
}
.dashboard-footer {
    padding: 30px 30px 0;
}
.form-wrapper .pass-text-box.floated {
    margin: -70px 0 0 10px;
}
.current-password-box a {
    font-weight: bold;
    margin-left: 15px;
}
.dashboard-change-password .pass-text-box {
    margin-left: 110px;
}
/* Stats */
.dashboard-stats {
    margin: 30px 0 40px;
}
.dashboard-stats .stat-box {
    width: calc(33.333% - 20px);
}
.stat-box {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.039);
    color: #00293D;
    padding: 24px 30px;
}
.stat-box:not(:last-child) {
    margin-right: 30px;
}
.stat-box .stat-icon {
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 102px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 50%;
    background: #8EC441;
    color: #fff;
    margin-right: 20px;
}
.stat-box .stat-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.stat-box .stat-number {
    font-size: 28px;
    font-weight: bold;
}
/* Search */
.dashboard-container .dashboard-search {
    padding-bottom: 35px;
}
.dashboard-search .form-row {
    margin-bottom: 35px;
}
.form-wrapper .search-box {
    margin-bottom: 70px;
}
.form-wrapper .search-box .form-col:first-child {
    width: 100%;
    max-width: 730px;
}
.form-wrapper .search-box .btn-col {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-left: 20px;
}
.form-wrapper .search-box span {
    font-size: 18px;
    text-transform: uppercase;
    color: #00293D;
    margin-left: 23px;
}
/* Table Content */
.table-filter {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 40px;
}
.table-wrapper + .table-filter {
    margin: 20px 0 0;
}
.filter-select,
.filter-input {
    display: flex;
    align-items: center;
}
.filter-select.w-230 .select2-container {
    width: 230px !important;
}
.filter-select + .filter-select {
    margin-left: 25px;
}
.filter-select label,
.filter-input label {
    font-weight: normal;
    margin: 0 15px 0 0;
}
.filter-select .select2-container .select2-selection--single,
.filter-input input[type="text"] {
    height: 36px;
    padding: 3px 46px 3px 15px;
}
.filter-select .select2-selection__arrow:after {
    font-size: 19px;
    color: #8F8E8E;
}
.filter-input input[type="text"] {
    padding-right: 15px;
}
.filter-input.w-270 input[type="text"] {
    width: 270px;
}
.pagination-box {
    display: flex;
    margin-left: auto;
    align-items: center;
}
.pagination-box > span {
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
}
.pagination-box > span:after {
    content: '';
    position: absolute;
    top: -6px;
    right: 0;
    width: 1px;
    height: 28px;
    background: rgba(67, 66, 93, 0.5);
}
.pagination-box .pagination-numbers span.current {
    color: #99C156;
    margin-right: 5px;
}
.pagination-box .pagination-numbers {
    display: flex;
    align-items: flex-start;
}
.pagination-box .pagination-numbers a {
    color: inherit;
    margin-right: 5px;
}
.pagination-box .prev-items, 
.pagination-box .next-items {
    font: 400 22px/1 Font Awesome\ 5 Pro;
    display: inline-block;
    vertical-align: baseline;
}
.pagination-box a.next-items {
    margin: -2px 0 0 50px;
}
.pagination-box a.prev-items {
    margin: -2px 50px 0 0 ;
}
.pagination-box .next-items:after {
    content: '\f105';
}
.pagination-box .prev-items:after {
    content: '\f104';
}
.pagination-box a.disabled {
    display: none;
}
.table-wrapper {
    overflow-x: auto;
    padding-bottom: 18px;
}
.table-info {
/*     width: auto; */
    font-size: 13px;
    background: #fff;
    color: #4D4F5C;
/*     border-collapse: unset; */
}
.table-info .form-checkbox label {
    padding-left: 14px;
}
.table-info .form-checkbox label:before {
    width: 14px;
    height: 14px;
    border-radius: 0;
    border-color: #1A1818;
}
.table-info .form-checkbox label:after {
    top: 4px;
    left: 2px;
    width: 8px;
    height: 3px;
    border-color: #1A1818;
}
.table-info th,
.table-info td {
    white-space: nowrap;
}
.table-info th {
    font-size: 12px;
    background: #ECECEF;
    font-weight: bold;
    padding: 5px 15px;
    height: 45px;
    vertical-align: middle;
    width: 100%;
}
.table-info th:first-child > div {
	height: 14px;
}
.table-info tr {
    cursor: pointer;
}
.table-info td.please-wrap {
    white-space: normal;
}
/*
.table-info td {
    height: 36px;
    padding: 8px 15px;
    border-bottom: 1px solid #F2F4F5;
    border-top: 2px solid #fff;
}
*/
.table-info tr th:first-child,
.table-info tr td:first-child {
    padding-left: 15px;
}
.table-info tr:hover {
    background: #F2F4F5 !important;
}
/*
.table-info tbody tr:first-child td {
    border-top-color: transparent;
}
*/
.table-info .w-35 {
   	width: 35px;
    padding-left: 5px;
}
.table-info .w-45 {
    width: 45px;
}
.table-info .w-55 {
    width: 55px;
}
.table-info .w-75 {
    width: 75px;
}
.table-info .w-85 {
    width: 85px;
}
.table-info .w-100 {
    width: 100px;
}
.table-info .w-110 {
    width: 110px;
}
.table-info .w-120 {
    width: 120px;
}
.table-info .w-140 {
    width: 140px;
}
.table-info .w-160 {
    width: 160px;
}
.table-info .w-180 {
    width: 180px;
}
.table-info .w-190 {
    width: 190px;
}
.table-info .w-200 {
    width: 200px;
}
.table-info .w-250 {
    width: 250px;
}
.table-info .w-300 {
    width: 300px;
}
.table-info .w-100p {
    width: 100%;
}
.table-info .td-address {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.table-info .th-wrap {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.table-info .ellipsis {
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 17px;
}
.table-info .ellipsis span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 1;
}
.table-info td:hover .ellipsis {
	z-index: 1;
	/* overflow: hidden; */
}
.table-info td:hover .ellipsis span {
	position: absolute;
	z-index: 2;
	/* animation properties */
	transform: translateX(0);
    animation: my-animation 5s linear infinite;
}

.ticket-list.table-info th,
.ticket-list.table-info td {
    white-space: normal;
}     

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(0); }
  to { -moz-transform: translateX(-50%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(0); }
  to { -webkit-transform: translateX(-50%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.sort-ctrl {
    font-size: 14px;
    color: #8F8E8E;
    width: 10px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sort-ctrl a {
    position: absolute;
    display: block;
}
.sort-ctrl .sort-ctrl-up {
    top: -5px;
}
.sort-ctrl .sort-ctrl-down {
    top: 5px;
}
.sort-ctrl a.selected {
	font-weight: bold;
	color: #8ec441;
}
.form-checkbox,
#btn-download-data,
.download-mode #btn-export {
    display: none;
}
.download-mode .form-checkbox,
.download-mode #btn-download-data,
.download-mode #veterinarian-profile .form-checkbox {
    display: block;
}

#state-comments-checkbox + label {
    display: inline;
    font-size: 15px;
    padding-left: 35px;
}

#user-list th.w-45:first-child,
#user-list td.w-45:first-child {
	width: 0;
	padding: 0;
	transition: all 0.3s ease 0s;
}
.download-mode #user-list th.w-45:first-child,
.download-mode #user-list td.w-45:first-child {
	width: 45px;
	padding: 5px 15px;
}

/*=== Popup Content ===*/
.popup-default .popup-top i {
    font-size: 54px;
    color: #8EC441;
    margin: -20px 0 20px;
}
.popup-default .popup-main.short {
    max-width: 645px;
    width: 100%;
    margin: 0 auto;
}
.highslide-wrapper .popup-default p {
    font-size: 18px;
}
.popup-default .btn-row-alt {
    margin: 25px 0 40px;
}
.popup-default .btn-row-alt + .align-left {
    min-height: 40px;
}
.btn-row-alt .flex-row{
    margin: 35px 0 0;
    justify-content: center;
}
.btn-row-alt .flex-row > div {
    margin: 0 30px;
    display: flex;
    align-items: center;
}
.popup-default .tip-label {
    font-size: 24px;
    color: #8EC441;
    cursor: pointer;
}
.popup-default .tip-label:hover {
    color: #00293D;
}
.btn-row-alt .tip-label {
    margin-left: 12px;
}
.table-details .btn-copy {
    font-size: 18px;
    margin-left: 10px;
    vertical-align: baseline;
}
.table-details h3,
.table-details h4 {
    font-weight: bold;
    margin: 0;
}
.table-details th {
    font-size: 18px;
    background: rgba(0,0,0,0.039);
    padding: 13px 15px;
    height: 57px;
    vertical-align: middle;
}
.table-details td {
    padding: 8px 15px;
}
.table-details th:first-child,
.table-details td:first-child {
    padding-left: 25px;
}
.table-details + .table-details {
    margin-top: 16px;
}
.table-details .w-340 {
    width: 340px;
}
.table-details .w-300 {
    width: 300px;
}
.table-details .w-140 {
    width: 140px;
} 
.table-details .w-110 {
    width: 110px;
} 
.table-details .w-50 {
    width: 50px;
}
.table-details .text-wrap {
    max-width: 850px;
}
.user-top-pagination {
	margin-top: -50px;
}
.add-user-container * {
	box-sizing: border-box !important;
}
.add-user-container {
	background: rgba(0, 41, 61, 0.79);
	position: fixed;
	top:0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0.4s;
}
.add-user-container.show {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease 0s;
}
.button-close {
	display: block;
	background: rgba(0, 0, 0, 0) url(/images/layout/close_btn.png) repeat scroll 0 0 !important;
	background-size: contain !important;
	position: absolute;
	left: auto !important;
	right: 25px !important;
	top: 15px !important;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border: none;
	outline: none;
}
.user-box {
	display:block;
	width: 100%;
	height: auto;
	max-width: 900px;
	max-height: calc(100% - 60px);
	overflow: auto;
	background: #FFF;
	box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(0.3);
	padding: 30px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	border-radius: 6px;
}
.show .user-box {
	opacity: 1;
	transform: translate(-50%,-50%) scale(1);
	transition: all 0.3s ease 0.4s;
}
[data-name="email"] {
	width: 315px !important;
}
.form-row {
	display: flex;
	align-items: center;
}
.form-row > div {
	flex-grow: 1;
}
.form-row > div + div {
	padding-left: 14px;
}
.form-row input {
	width: 100%;
}
.form-row label {
	margin-bottom: 4px;
}
* + .form-row {
	margin-top: 14px;
}
td.trash,
td.close {
	padding: 0;
	position: relative;
}
td.trash > a,
td.close > a {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: absolute;
}
#loginForm .form-row {
	flex-wrap: wrap;
}
#user-filters div + div {
	padding-left: 16px;
}
.password-field {
	position: relative;
	z-index: 1;
}
.password-field .pass-text-box {
	position: absolute;
	background: #FFF;
	z-index: 999;
	padding: 0;
	top: 0;
	left: 96px;
	transform-origin: top left;
	transform: scale(0.4);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.password-field.help .pass-text-box {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.password-field i {
	vertical-align: middle !important;
	margin: -3px 0 0 0;
}
.password-field br {
	display: none;
}
.password-field input {
	width: 100% !important;
}
.password-field .label label {
	display: inline-block !important;
}
.criteria {
	margin: 0 !important;
	background: #FFF;
	padding: 15px;
	border: 1px solid #000;
	box-shadow: inset 1px 1px 5px 3px rgba(0,0,0,0.2), 3px 3px 9px 0px rgba(0,0,0,0.3);
}
.criteria li:before {
	content: "\f111";
	font-family:"Font Awesome 5 Pro";
	color:#8ec441;
	font-size: 6px;
	font-weight: 700;
	margin: -3px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.password-field .button_strength {
	position: absolute;
	top: 0;
	right: 8px;
	font-size: 0;
}
.password-field .button_strength:before {
	content: "\f06e";
	display: inline-block;
	font-family:"Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 18px;
	vertical-align: middle;
	color: #8ec441 !important;
}
.password-field .button_strength:after {
	content: "Show";
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	padding-left: 4px;
	color: #8ec441 !important;
}
.password-field .button_strength.hide_button_strength:before {
	content: "\f070";
}
.password-field .button_strength.hide_button_strength:after {
	content: "Hide"
}
.password-field .strength_meter {
	position: absolute;
	z-index: -1;
	top:24px;
	left: 0;
	width: 100%;
	height: 50px;
	margin: 0 !important;
}
.password-field .strength_meter > div {
	float: right;
	width: auto;
	margin: 50px 8px 0 0;
}
.password-field .button_strength,
.toggle-password {
	color: #8ec441 !important;
}
.form-col.btn-col span {
	white-space: nowrap;
}
#email::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d3d3d3;
  opacity: 1; /* Firefox */
}

#email:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d3d3d3;
}

#email::-ms-input-placeholder { /* Microsoft Edge */
  color: #d3d3d3;
}
table.scroll {
	min-width: 950px;
}
table.scroll thead {
	position: fixed;
	display: block;
}
table.scroll thead tr {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	background: #F2F4F5 !important;
	width: 100%;
	min-width: 950px;
}
table.scroll thead tr > th {
	display: table-cell;
	width: 100%;
}
.sm-text {
	display: block;
	font-size: 10px;
}
#exp_date_range > label {
	margin-top: -24px;
}
.not-active {
    background-color: #b0b0b0;
}
.register-form sup {
    font-size: 100%;
    color: red;
}
.captcha img {
    max-width: 100%;
    vertical-align: middle;
    margin: 0.5em 0;
}
.captcha-container {
    background-color:transparent;
    text-align: center;
}
.g-recaptcha {
    display: inline-block;
    vertical-align: middle;
}