.custom-menu li:hover {
    background-color: #1e88e5;
}
.custom-menu a {
    font-size: 1.1em;
}
.custom-menu a:hover {
    color: #fff!important;
}
.custom-menu a:hover span{
    color: #fff!important;
}
.custom-menu span {
    margin-left: 5px;
}
.menu-open:not(:hover) {
    /*background-color: #1e88e5;*/
    color: #455a64;
}
.sidebar-menu > li.menu-open > a > i {
    color: #455a64;
}
.sidebar-menu > li:hover > a > i{
    color: #fff;
}
.menu-open:not(:hover) a span {
    color: #455a64;
}
.menu-open:not(:hover) a i{
    color: #455a64;
}
.menu-open:hover a span {
    /*background-color: #1e88e5;*/
    color: #fff;
}
.menu-open:hover a i {
    /*background-color: #1e88e5;*/
    color: #fff;
}
.actions-header{
    float: right;
    margin: 0 50px;
}

.fullsize {
    margin: 0;
    height: 100vh;
}
.name-head span{
    font-size: 1.5em;
    position: relative;
    top: 15px;
    left: 15px;
}
.name-head a{
    position: relative;
    float: right;
    margin: 9px;
    padding: 3px 20px;
    background-color: #1e88e5;
}
.btn-def {
    background-color: #1e88e5;
    position: relative;
    margin-top: 10px;
    text-align: center;
}
.name-head a:hover {
    background-color: #1e88e5;
}
.staff-img {
    width: 96px;
    height: 96px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.content-custom {
    padding: 0;
    height: 60px;
}
.tb-dark th{
    color: #222;
}

.r-btn button{
    float: right;
    margin: 0 3px;
}

input {
	outline: none;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


#sort {
    border-radius: 5px;
    border: solid 1px #ccc;
    background: white;
    float: right;
    position: relative;
    top: 9px;
    height: 40px;
    width: 100px;
    cursor: pointer;
}

#sort_div {
    display: none;
    position: absolute;
    border-radius: 5px;
    top: 49px;
    right: 70px;
    background: white;
    width: 222px;   
    height: 200px;
    z-index: 999;
    border: 1px solid #CCC;
    padding: 15px;
}

#location_filter, #staff_filter {
    background: white;
    width: 100%;
    height: 30px;
}

input[type=search] {
	border: solid 1px #ccc;
    padding: 8px 10px 8px 30px;
    position: relative;
    bottom: 20px;
    width: 100px;
    float: right;
    font-size: 15px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
    margin-right: 2%;
}
input[type=search]:focus {
	width: 150px;
	background-color: #fff;
	border-color: #1e88e5;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
.action-button,
.view-button{
    color: #1e88e5;
    border: 1px solid #1e88e5;
    background-color: #fff;
}
.action-form {
    display: inline;
}

button.close {
    margin: 5px;
}
.preview h5 {
    margin-bottom: 1px;
}
.preview span {
    color: #222;
    padding-left: 5px;
    font-size: 1.5em;
}

.form-control[readonly] {
    background-color: #fff;
}

.modal-section {
    margin: 20px 30px;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-body {
    border: none;
}

.staff-buttons {
    position: relative;
    width: 100%;
    white-space: nowrap;
}
.staff-buttons button{
    float: right;
    margin: 0 2px;
}
.error-message {
    color: red;
    margin: 10px;
}


.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-180px, 0);
    -ms-transform: translate(-180px, 0);
    -o-transform: translate(-180px, 0);
    transform: translate(-180px, 0);
}

.sidebar-collapse .main-sidebar a{
    text-align: right;
}

.sidebar-collapse .main-sidebar span{
    display: none;
}

.logo img{
    width: 180px;
    height: 50px;
    margin-bottom: 10px;
}

.sidebar-menu > li {
    padding: 0px;
}

.sidebar-menu > li > a {
    padding: 20px;
}

.choice-btns button {
    margin: 5px;
}

.pricing-row {
    padding: 80px 0px;
}

.pricing {
    display: block;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    /*background-color: rgb(35, 33, 37);*/
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding-top: 20px;
    padding-bottom: 12px;
    position: relative;
    text-align: center;
    font-size: 0px;
    width: 100%;
}

.pricing-column {
    border: 2px solid transparent;
    background: rgb(49, 46, 46) none repeat scroll 0% 0% border-box;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 2px 0px;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 280px;
    font-size: 16px;
    margin: 2px 2px;
    border-radius: 0px;
}

.pricing-column-symplverify {
    width: 240px!important;
}

.pricing-column, .pricing-column *, .pricing-column ::before, .pricing-column ::after {
    box-sizing: border-box;
}

.pricing-column.recommended {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% border-box;
    box-shadow: none;
    z-index: 2;
    border-radius: 0px;
}

.pricing-column.recommended::before {
    border: 2px solid transparent;
    background: rgb(74, 170, 163) none repeat scroll 0% 0% border-box;
    content: "";
    top: -12px;
    left: -2px;
    right: -2px;
    bottom: -12px;
    /* top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; */
    position: absolute;
    display: block;
    border-radius: 0px;
    z-index: -1;
}

.pricing-header {
    display: block;
    padding: 40px 0px 0px;
}

.pricing-header h1 {
    margin: 0px;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}
.pricing-header h2 {
    margin: 0px;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
}

.pricing-amount {
    display: block;
    padding: 20px;
    line-height: 1;
}

.pricing-amount strong {
    color: rgb(255, 255, 255);
    position: relative;
    display: inline-block;
    font-size: 68px;
    font-style: normal;
    font-weight: bold;
    line-height: inherit;
}

.pricing-amount strong span {
    display: inline-block;
    line-height: inherit;
}
.pricing-currency {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    top: 8px;
    left: -18px;
    position: absolute;
}

.pricing-amount strong small {
    background-color: transparent;
    color: inherit;
    font-size: 14px;
    font-weight: normal;
    font-family: inherit;
    position: absolute;
    bottom: 6px;
    border: medium none;
    padding: 0px;
    margin: 0px;
    line-height: inherit;
    word-break: normal;
}

.pricing-frequency {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    margin: 0px 0px 12px;
}

.pricing-feature {
    display: block;
    padding: 0px 0px 15px;
    list-style: outside none none;
    text-align: left;
    margin: 0px;
}

pricing-feature li:nth-child(2n+1) {
}

.pricing-feature li:last-child {
    border: medium none;
}
.pricing-feature li {
    color: rgb(255, 255, 255);
    padding: 0px 23px 0px 25px;
    font-size: 14px;
    position: relative;
    line-height: 2.4;
    text-align: left;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.07);
}

.pricing-feature li span {
    position: absolute;
    right: 25px;
    padding-left: 5px;
    font-weight: bold;
}

.pricing-footer {
    display: block;
    padding: 20px;
}

.pricing-button:link {
    color: rgb(255, 255, 255);
}
.pricing-button {
    border: 2px solid transparent;
    background: rgba(0, 0, 0, 0) linear-gradient(303deg, rgb(219, 104, 65), rgb(219, 65, 111)) repeat scroll 0% 0% border-box;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.6;
    border-radius: 4px;
}

.countdown {
    text-align: center;
    margin: 20% auto;
    font-size: 25px;
}

.sort_by {
    color: white !important;
}

.create-sign-checkbox {
    position: inherit !important;
    opacity: inherit !important;
    padding-left: 10px;
}
#id_send_or_now li,
#id_validation_choice li{
    list-style-type: none;
}

.credits_balance a{
    font-size: 13px!important;
}
@media screen and (max-width: 480px) {
    .rotate-device {
        display: inherit !important;
    }
}
.rotate-device {
    z-index: 997;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    background: url(/static/images/rotate-device.png) no-repeat 50% rgb(244, 246, 249);
    display: none;
}
.rotate-device div {
    color: #67757c;
    position: absolute;
    top: 70%;
    min-width: 100%;
    font-size: 28px;
    text-align: center;
}
video {
    margin: auto;
    width: 83%;
    height: auto;
}
.checkbox_div {
    padding: 17px 0 0;
}
.checkbox_div label {
    top: 17px;
    left: 10px;
}

.row.only-checks {
    margin-top: -20px;
}
.row.only-checks .checkbox_div {
    padding: 0;
}

#eligibility_request ul li{
    list-style-type: none;
}

#id_insurance_create ul li{
    list-style-type: none;
}

#id_patient_autofill li{
    list-style-type: none;
}

.chat-toastr .media>img {
    max-width: 30px;
}

.chat-toastr>.toast-info {
    background-size: 0;
}

.chat-toastr>div {
    padding: 15px!important;
}

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control::before {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f055"
}

table.dataTable.dtr-column > tbody > tr.parent td.control::before, table.dataTable.dtr-column > tbody > tr.parent th.control::before {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f056"
}

/* get rid of the :before elements */
table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
  display: none;
}

/* sort both */
table.dataTable thead .sorting::after {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f0dc"
 }

/* sort asc */
table.dataTable thead .sorting_asc::after {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f0de"
}

/* sort desc */
table.dataTable thead .sorting_desc::after {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f0dd"
}

/* Keeps the FA icons aligned correctly in the TH */
th .svg-inline--fa {
   float: right;
  margin-right: -1.2em;
  margin-top: .25em;
}

table.dataTable thead .sorting_asc
{
    background-image: url("//cdn.datatables.net/1.10.22/images/sort_asc.png") !important;
}
table.dataTable thead .sorting_desc
{
    background-image: url("//cdn.datatables.net/1.10.22/images/sort_desc.png") !important;
}
table.dataTable thead .sorting
{
    background-image: url("//cdn.datatables.net/1.10.22/images/sort_both.png") !important;
}

table#tickets input[type="checkbox"]
{
    opacity: inherit;
}

table#tickets tbody .form-check{
    padding-left: 0;
    margin-left: 27px;
}

.documents-hide {
    color: red;
}

.btn.disabled-pointer{
    pointer-events: none;
  }