Files
Backend-Api/ServiceHost/wwwroot/AdminTheme/css/insurance-list.css
2024-08-05 20:36:24 +03:30

1531 lines
29 KiB
CSS

.visible{
display: flex;
}
.hidden {
display: none;
}
.leftwork {
background-color: #f38e8ea8 !important;
}
.startwork {
background-color: #83db8396 !important;
}
.form-control {
color: rgb(153 153 153);
}
.panel-group .panel {
border-radius: 16px;
background: #d5e5e5;
}
.panel-body table thead th,
.panel-body table tbody td {
text-align: center;
}
.panel-default > .panel-heading {
background-color: #1b9998;
}
#datatable td {
font-size: 13px;
}
#datatable thead {
background: #1b9998 !important;
}
#datatable thead > tr > th {
background: #a2d0ff;
color: black;
padding: 22px 0;
font-size: 13px;
border: 1px solid #ffffff;
}
#datatable thead .sorting_asc_disabled:after, #datatable thead .sorting_desc_disabled:after {
display: none;
}
.btn-search1 {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
background-color: #1b9998;
border-color: #1b9998;
font-family: 'Web_Yekan' !important;
margin-left: -3px;
}
.btn-search1:hover,
.btn-search1:focus {
background-color: #1b9998;
border-color: #1b9998;
}
.btn-observe {
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
background-color: #6e6e6e;
border-color: #6e6e6e;
font-family: 'Web_Yekan' !important;
}
.btn-observe:hover {
background-color: #6e6e6e;
border-color: #6e6e6e;
}
.tooltip-container {
cursor: pointer;
position: relative;
}
.tooltip2-container {
cursor: pointer;
position: relative;
display: inline-block;
}
.tooltipfull-container {
cursor: pointer;
position: relative;
display: inline-block;
}
#mainPanelSearch .tooltip {
opacity: 0;
z-index: 99;
color: #fff;
width: 220px;
display: block;
font-size: 14px;
font-family: 'IranSans';
padding: 5px 10px;
border-radius: 3px;
text-align: center;
background: #e67e22;
border: 1px solid #e67e22;
box-shadow: 0 0 3px rgba(0,0,0,0.5);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
position: absolute;
right: -50px;
bottom: 40px;
}
#mainPanelSearch .tooltip:before,#mainPanelSearch .tooltip:after {
content: '';
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #e67e22;
position: absolute;
bottom: -10px;
left: 70%;
}
#mainPanelSearch .tooltip-container:hover .tooltip, #mainPanelSearch a:hover .tooltip {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.tooltipfull {
opacity: 0;
z-index: 99;
color: #fff;
display: block;
font-size: 12px;
font-family: 'IranSans';
padding: 5px 10px;
border-radius: 15px;
text-align: center;
background: #036205;
border: 1px solid #036205;
box-shadow: 0 0 3px rgba(0,0,0,0.5);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
position: absolute;
right: -2px;
bottom: 45px;
white-space: nowrap;
}
.tooltipfull span {
line-height: 1.3;
}
.tooltipfull:before, .tooltipfull:after {
content: '';
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #036205;
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-9px) translateY(-1.5px) scale(0.5);
}
.tooltipfull-container:hover .tooltipfull, a:hover .tooltipfull {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.fulltext {
font-family: 'IranSans' !important;
font-size: 12px !important;
text-align: right;
white-space: nowrap !important;
max-width: 170px;
width: 170px;
}
.text-ellipsis {
font-family: 'IranSans' !important;
text-align: right;
white-space: nowrap !important;
max-width: 100%;
width: 200px;
overflow-x: hidden;
text-overflow: ellipsis;
}
@media (max-width: 1380px) {
.text-ellipsis {
width: 125px;
}
}
.loc-full {
white-space: nowrap !important;
max-width: 50px;
width: 50px;
overflow-x: hidden;
text-overflow: ellipsis;
}
.faSize {
font-size: 22px !important;
}
.rad {
border-radius: 8px !important;
padding: 4px 6px 0px 6px;
}
.op-btn {
border-radius: 8px;
margin: 0px 3px;
}
.table-btns {
display: flex;
flex-direction: row-reverse;
}
select option {
background-color: white;
color: #4c4a4a;
}
select option:disabled {
background-color: initial;
}
.belowRow {
margin-top: 8px;
}
.date-title {
font-size: 15px;
width: 36%;
align-self: center;
color: #6c6c6c;
}
.year-box {
width: 40%;
margin: 0px 8px;
}
.month-box {
width: 40%;
}
.panel-group .panel-heading {
padding: 3px 10px;
}
#resultExistPersonel {
font-size: 13px;
position: relative;
top: -16px;
margin: 0 auto;
margin-bottom: 0;
padding: 5px;
animation: blink 1s infinite;
}
.d-flex {
display: flex;
}
#DSKWOR-datatable > tbody > tr > td {
padding: 8px 0px;
}
@keyframes blink {
0% {
background-color: #eb7070e0;
color: #ffe9e8;
}
50% {
background-color: #db5957;
color: #f2dede;
}
100% {
background-color: #eb7070e0;
color: #ffe9e8;
}
}
@keyframes shake {
25% {
transform: translateX(4px);
}
50% {
transform: translateX(-4px);
}
75% {
transform: translateX(4px);
}
}
.errored {
animation: shake 300ms;
box-shadow: inset 0 0 2px #eb3434, 0 0 5px #eb3434 !important;
border: 1px solid #eb3434 !important;
}
#DSKWOR-datatable tr td:nth-child(3) {
color: #005600;
}
#DSKWOR-datatable tr td:nth-child(2) {
color: #cd0000;
}
#DSKWOR-datatable tr td:nth-child(5) {
background-color: #d6f7ea;
}
#DSKWOR-datatable tr td:nth-child(10), #DSKWOR-datatable tr td:nth-child(11) {
background-color: #efee5226;
}
@media (max-width: 1550px) {
#resultExistPersonel {
font-size: 10px;
top: -4px;
}
.form-control {
padding: 6px;
font-size: 13px;
}
table.dataTable thead > tr > th {
font-size: 12px;
padding: 30px 0px;
}
#datatable td {
font-size: 12px;
}
.fa {
font-size: 15px;
}
.date-title {
font-size: 13px;
width: 36%;
align-self: center;
}
.year-box {
width: 30%;
margin: 0px 4px;
}
.month-box {
width: 30%;
}
}
.modal-dialog {
width: 1598px !important;
margin: 30px auto;
}
.modal .modal-dialog .modal-content {
background-color: whitesmoke;
}
.close {
margin-top: 12px;
margin-left: -19px;
font-size: 26px;
position: absolute;
right: 25px;
}
.box {
background-color: #d3d1d180;
border: 1px solid #00000042;
padding: 10px;
position: relative;
top: 50px;
border-radius: 1rem;
height: 760px;
}
.main-title {
position: absolute;
width: 195px;
font-size: 19px;
background-color: inherit;
left: 50%;
top: 6px;
margin-left: -100px;
text-align: center;
color: black;
border: 1px solid #00000030;
border-radius: 9px;
padding: 2px 0px;
}
.form {
position: absolute;
}
.form-box {
background: whitesmoke;
border: 1px solid #00000042;
border-radius: 7px;
margin: 10px 19px;
width: 97.6%;
padding: 30px 0;
}
.form-title {
color: black;
font-size: 13px;
top: -16px;
right: 10px;
border: 1px solid #6e6c6c;
border-radius: 26px;
padding: 9px 9px;
position: relative;
width: fit-content;
background-color: #e9e829;
text-align: center;
}
.input {
border: 1px solid #0000004a;
border-radius: 7px;
padding: 7px;
width: 100%;
background: whitesmoke;
color: #757575;
}
.input:focus {
box-shadow: 0 2px 5px 0 rgb(136 137 141), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.inputs {
padding: 3px 10px;
}
#save {
background-color: #0f9500;
color: white;
}
#close {
background-color: white;
color: #323030;
}
#closing {
background: white;
border: 1px solid #dfdfdf;
}
.btn-modal {
padding: 10px 20px;
border-radius: 20px;
border: none;
}
.btns {
position: absolute;
display: inline-flex;
bottom: 24px;
width: 100%;
left: 25px;
direction: ltr;
}
.btn:hover {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgb(0 0 0 / 56%);
}
input[type="radio"] {
margin: 5px 13px;
}
.inputs-box {
float: left;
}
.select2-container {
width: 99% !important;
text-align: right;
border-radius: 7px;
margin: 0 auto !important;
display: block;
height: 35px;
direction: ltr;
}
.select2-results {
direction: ltr;
}
.select2-container--default .select2-selection--multiple {
border-radius: 7px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #db0101;
font-size: 17px;
vertical-align: middle;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
border-radius: 15px;
padding: 0 4px;
font-size: 11px;
background-color: #e9e9e9;
}
.select2-container .select2-selection--multiple {
max-height: 38px;
}
#mainPanelSearch #datatable thead > tr > th {
background: #d5e5e5;
color: black;
padding: 17px 0;
font-size: 12px;
border: 1px solid #ffffff;
}
.tooltip {
z-index: 9999;
}
.items {
border: 1px solid #c7c7c7;
border-radius: 5px;
padding: 5px;
background-color: white;
}
label {
color: #2c2c2c;
}
.box div.dataTables_filter label {
direction: rtl;
}
.DSSKAR {
border: 1px solid #00000042;
border-bottom: 0;
border-top-right-radius: 16px;
}
.DSSKAR a {
border-top-right-radius: 18px;
}
.nav.nav-tabs > li.active > a, .tabs-vertical-env .nav.tabs-vertical li.active > a {
border-top-right-radius: 15px;
}
.nav.nav-tabs > li:last-of-type a {
border-top-right-radius: 0;
border-top-left-radius: 18px;
}
#DSSKAR {
padding: 0 120px;
}
.DSKWOR {
border: 1px solid #00000042;
border-bottom: 0;
border-top-left-radius: 16px;
}
.DSKWOR a {
border-top-left-radius: 18px;
}
#DSKWOR-datatable {
text-align: center;
table-layout: fixed;
width: 100%;
font-size: 11px;
}
#DSKWOR-datatable > thead > tr > th {
font-size: 12px;
color: white;
}
#DSKWOR-datatable > thead {
background-color: cornflowerblue;
/*position: fixed;*/
}
table#DSKWOR-datatable thead .sorting:after, table#DSKWOR-datatable thead .sorting_asc:after, table#DSKWOR-datatable thead .sorting_desc:after {
display: none;
}
#DSKWOR-datatable_length, #DSKWOR-datatable_paginate {
display: none;
}
#DSKWOR-datatable_info {
font-weight: normal;
white-space: nowrap;
text-align: right;
margin-right: -70px;
}
#DSKWOR-datatable thead > tr > th {
padding: 14px 0px;
text-align: center;
}
#DSKWOR-datatable_wrapper {
position: relative;
right: 0px;
}
#table-container {
overflow-x: hidden;
overflow-y: auto;
direction: ltr;
width: min-content;
}
.nav-tabs > li {
background-color: #d5d5d5;
}
.nav-tabs > li.active {
background-color: whitesmoke;
}
.nav-tabs > li {
margin-bottom: -1px;
z-index: 100;
border-bottom: 0;
}
.tab-content {
box-shadow: none;
border: 1px solid #00000042;
height: 330px;
padding-top: 16px !important;
margin-right: 4px;
border-radius: 7px;
border-top-right-radius: 0px;
background-color: whitesmoke;
background: whitesmoke;
overflow-x: auto;
overflow-y: auto;
width: 99.5%;
}
.nav.nav-tabs {
box-shadow: none;
}
#table-container::-webkit-scrollbar, .tab-content::-webkit-scrollbar {
width: 5px;
height: 5px;
}
#table-container::-webkit-scrollbar-track, .tab-content::-webkit-scrollbar-track {
background-color: #f2f2f2;
}
#table-container::-webkit-scrollbar-thumb, .tab-content::-webkit-scrollbar-thumb {
background-color: #2c446e78;
border-radius: 5px;
}
#table-container::-webkit-scrollbar-thumb:hover, .tab-content::-webkit-scrollbar-thumb:hover {
background-color: #aaa;
}
.pull-right {
float: right !important;
}
.error {
box-shadow: inset 0 0 2px red, 0 0 5px red;
border: none;
}
.inputs-group {
padding: 7px 30px;
display: flex;
}
.green {
background-color: #aefbdd6e;
}
.blue {
background-color: #67c3cf5c;
}
.header-style {
text-align: center;
vertical-align: middle;
}
.small-font {
font-size: 10px !important;
}
.modal-content2 {
background-color: whitesmoke;
/* height: 670px;*/
border: 1px solid #a5a5a59e;
border-radius: 18px;
margin-top: 80px;
padding: 0px 30px;
height: 675px;
}
.modal-header {
padding-bottom: 60px !important;
border-bottom: none !important;
}
.modal .modal-dialoge .modal-content2 .modal-body {
padding: 0px 50px;
display: flex;
flex-wrap: wrap;
padding: 10px 0px;
border-bottom: 1px solid #00000014;
}
.modal.in .modal-dialoge {
width: 53% !important;
margin: auto;
}
.f9s, .s9s, .th9s {
border: 1px solid #00000030;
border-radius: 15px;
margin-bottom: 5px;
}
.th9s {
width: 100%;
}
.f9 {
background-color: #bce5fde8;
color: #585858;
}
.s7 {
/* background-color: #55a4e5db;*/
background-color: #e4f5ff;
color: #585858;
}
.modal2-btns {
float: left;
padding: 15px;
}
.modal2-btn {
border-radius: 16px;
font-size: 12px;
}
#edit {
background-color: #0f9500;
color: white;
}
#cancel {
background-color: white;
color: #323030;
}
.edit-btn {
font-size: 16px;
color: red;
}
.edit-btn:hover {
color: black;
}
.tooltip-inner {
background-color: #0a006e;
}
.tooltip.top .tooltip-arrow {
border-top-color: #0a006e;
}
.multi-drop {
background: #ffffff9b;
width: 98.8% !important;
margin-right: 10px;
}
.main-title {
top: 10px;
}
.modal-content2 .main-title {
top: 100px;
}
.colgp-1, #DSKWOR-datatable > thead > th:nth-child(1) {
width: 25px;
}
.colgp-2 {
width: 75px;
}
.colgp-3 {
width: 80px;
}
.colgp-4 {
width: 119px;
}
.colgp-5 {
width: 45px;
}
.colgp-6 {
width: 80px;
}
.colgp-7 {
width: 78px;
}
.colgp-8 {
width: 75px;
}
.colgp-9 {
width: 69px;
}
.colgp-10 {
width: 78px;
}
.colgp-11 {
width: 45px;
}
.colgp-12 {
width: 70px;
}
.colgp-13 {
width: 70px;
}
.colgp-14 {
width: 90px;
}
.colgp-15 {
width: 90px;
}
.colgp-16 {
width: 82px;
}
.colgp-17 {
width: 62px;
}
.colgp-18 {
width: 70px;
}
.colgp-19 {
width: 70px;
}
.colgp-20 {
width: 60px;
}
.colgp-21 {
width: 35px;
}
.inputs[disabled] input {
pointer-events: none;
background-color: #eee;
}
.ring {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 153px;
height: 150px;
background: transparent;
border: 3px solid #3c3c3c;
border-radius: 50%;
text-align: center;
line-height: 150px;
font-family: 'IranSans';
font-size: 20px;
color: #0c72b3;
letter-spacing: 0px;
text-transform: uppercase;
text-shadow: 0 0 10px #6495ed;
box-shadow: 0 0 20px rgba(0,0,0,.5);
}
.ring:before {
content: '';
position: absolute;
top: -3px;
left: -4px;
width: 105%;
height: 105%;
border: 3px solid transparent;
border-top: 3px solid #6495ed;
border-right: 3px solid #6495ed;
border-radius: 50%;
animation: animateC 2s linear infinite;
}
.ring > span {
display: block;
position: absolute;
top: calc(50% - 2px);
left: 50%;
width: 50%;
height: 4px;
background: transparent;
transform-origin: left;
animation: animate 2s linear infinite;
}
.ring > span:before {
content: '';
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background: #6495ed;
top: -6px;
right: -8px;
box-shadow: 0 0 20px #6495ed;
}
@keyframes animateC {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes animate {
0% {
transform: rotate(45deg);
}
100% {
transform: rotate(405deg);
}
}
@media (max-width: 1730px) {
.modal-dialog {
width: 1400px !important;
}
}
@media (max-width: 1550px) {
.modal-dialog {
width: 1000px !important;
margin: 40px auto;
}
.box {
height: 580px;
top: 38px;
padding: 5px 10px;
}
.main-title {
width: 164px;
font-size: 15px;
left: 54%;
top: 4px;
}
.input {
padding: 4px 7px;
font-size: 12px;
}
.inputs {
padding: 2px 10px;
}
.inputs-group {
padding: 6px 30px;
}
.form-title {
font-size: 10px;
top: -4px;
padding: 5px 9px;
}
.form-box {
width: 96%;
padding: 20px 0 20px 0px;
margin: 5px 19px;
}
.multi-drop {
width: 98% !important;
}
.nav.nav-tabs > li > a {
line-height: 35px;
font-size: 12px;
padding: 7px 15px;
}
.sml-pad {
padding: 0px 13px;
}
.tab-content {
font-size: 12px;
height: 265px;
width: 99.2%;
}
#DSSKAR {
padding: 0 20px;
}
.btns {
bottom: 7px;
}
.btn-modal {
padding: 8px 20px;
font-size: 12px;
}
.modal-content2 {
margin-top: 30px;
height: 580px;
}
.modal-body {
padding: 0px 0px;
}
.modal-content2 .main-title {
top: 50px;
}
.modal.in .modal-dialoge {
width: 65% !important;
}
#DSKWOR-datatable > thead > tr > th {
font-size: 10px;
}
#DSKWOR-datatable > tbody > tr > td {
padding: 8px 4px;
}
#DSKWOR-datatable tbody td {
font-size: 11px;
}
.colgp-1, #DSKWOR-datatable > thead > th:nth-child(1) {
width: 25px;
}
.colgp-2 {
width: 67px;
}
.colgp-3 {
width: 68px;
}
.colgp-4 {
width: 114px;
}
.colgp-5 {
width: 45px;
}
.colgp-6 {
width: 60px;
}
.colgp-7 {
width: 77px;
}
.colgp-8 {
width: 65px;
}
.colgp-9 {
width: 65px;
}
.colgp-10 {
width: 75px;
}
.colgp-11 {
width: 45px;
}
.colgp-12 {
width: 62px;
}
.colgp-13 {
width: 67px;
}
.colgp-14 {
width: 78px;
}
.colgp-15 {
width: 94px;
}
.colgp-16 {
width: 78px;
}
.colgp-17 {
width: 63px;
}
.colgp-18 {
width: 61px;
}
.colgp-19 {
width: 64px;
}
.colgp-20 {
width: 63px;
}
.colgp-21 {
width: 35px;
}
.select2-container {
height: 28px;
width: 98% !important;
}
.select2-container .select2-selection--single {
height: 28px;
}
.select2-container .select2-selection--multiple {
max-height: 30px;
}
}
@media (max-width: 1370px) {
.modal-dialog {
width: 1000px !important;
margin: 15px auto;
}
.box {
height: 510px;
top: 38px;
padding: 5px 10px;
}
.main-title {
width: 164px;
font-size: 15px;
left: 54%;
top: 4px;
}
.input {
padding: 4px 7px;
font-size: 12px;
}
.inputs {
padding: 2px 10px;
}
.inputs-group {
padding: 4px 30px;
}
.form-title {
font-size: 10px;
top: -4px;
padding: 5px 9px;
}
.form-box {
width: 96%;
padding: 8px 0 8px 0px;
margin: 5px 19px;
}
.multi-drop {
width: 98% !important;
}
.nav.nav-tabs > li > a {
line-height: 30px;
font-size: 12px;
padding: 3px 15px;
}
.sml-pad {
padding: 0px 13px;
}
.tab-content {
font-size: 12px;
height: 240px;
}
#DSSKAR {
padding: 0 20px;
}
.btns {
bottom: 7px;
}
.btn-modal {
padding: 8px 20px;
font-size: 12px;
}
.modal-content2 {
margin-top: 15px;
height: 550px;
}
.modal-body {
padding: 0px 0px;
}
.modal-content2 .main-title {
top: 35px;
}
#DSKWOR-datatable > thead > tr > th {
font-size: 10px;
}
#DSKWOR-datatable tbody td {
font-size: 11px;
}
.colgp-1, #DSKWOR-datatable > thead > th:nth-child(1) {
width: 25px;
}
.colgp-2 {
width: 67px;
}
.colgp-3 {
width: 68px;
}
.colgp-4 {
width: 118px;
}
.colgp-5 {
width: 45px;
}
.colgp-6 {
width: 60px;
}
.colgp-7 {
width: 77px;
}
.colgp-8 {
width: 65px;
}
.colgp-9 {
width: 63px;
}
.colgp-10 {
width: 75px;
}
.colgp-11 {
width: 45px;
}
.colgp-12 {
width: 62px;
}
.colgp-13 {
width: 67px;
}
.colgp-14 {
width: 78px;
}
.colgp-15 {
width: 76px;
}
.colgp-16 {
width: 78px;
}
.colgp-17 {
width: 63px;
}
.colgp-18 {
width: 61px;
}
.colgp-19 {
width: 64px;
}
.colgp-20 {
width: 64px;
}
.colgp-21 {
width: 35px;
}
.select2-container {
height: 28px;
}
.select2-container .select2-selection--single {
height: 28px;
}
.select2-container .select2-selection--multiple {
max-height: 30px;
}
.modal-header {
padding-bottom: 45px !important;
}
.modal.in .modal-dialoge {
width: 57% !important;
}
.modal-content2 label {
color: #2c2c2c;
font-size: 10px;
}
}
@media screen {
#printSection {
display: none;
}
}
@media print {
body * {
visibility: hidden;
page-break-after: auto;
}
html, body {
height: 100%;
margin: 0 !important;
padding: 0 !important;
overflow: clip;
}
.modal-dialog {
max-width: 100%;
width: 60cm;
}
.modal .modal-dialog .modal-content {
padding: 0;
}
#printSection, #printSection * {
visibility: visible;
page-break-after: auto;
}
#printSection {
width: 31.5cm;
position: absolute;
left: 0;
page-break-after: auto;
top: 0;
padding: 0;
}
#DSKWOR-datatable {
direction: ltr;
padding: 0;
}
}
/* Hide number input spin buttons on WebKit-based browsers */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"]:hover::-webkit-inner-spin-button,
input[type="number"]:hover::-webkit-outer-spin-button, input[type="number"]:focus::-webkit-inner-spin-button, input[type="number"]:focus::-webkit-outer-spin-button {
display: none;
}
/* Hide number input spin buttons on Firefox */
input[type="number"]::-moz-number-spin {
display: none;
}
/* Hide number input clear button on IE and Edge */
input[type="number"]::-ms-clear {
display: none;
}
.blink {
animation: blink 1s infinite;
}
.compute {
animation: 1s ease 0s infinite normal none running blinkcompute;
}
@keyframes blinkcompute {
0% {
box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.56) 0px 2px 10px 0px;
}
50% {
box-shadow:none;
}
100% {
box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.56) 0px 2px 10px 0px;
}
}
.insurance-disabled {
box-shadow: none !important;
background-color: #c5c5c5 !important;
border:1px solid #b7b7b7 !important;
}
/*------------ End Create InsuranceList ------------*/