/*.filter_row_div {
    display: inline-block;
    width: 70%;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 15%;
    padding: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    float: left;
}*/
.filter_row_div {
    display: inline-block;
    width: calc(100% - 20px);
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    margin: 0 10px;
    box-shadow: none;
    float: left;
    border-bottom: 1px solid rgba(146, 146, 146, 0.5);
    height: auto;
}
.filter_row_div .button {
    background-color: transparent;
    box-shadow: none;
    color: #000 !important;
    /*padding: 6px 0;*/
    padding: 0 40px 6px 40px;
    margin: 0;
    font-size: 16px;
    font-family: oxygen-bold;
    letter-spacing: 0;
    /*width: 25%;*/
    width: auto;
    border-bottom: none;
    float: left;
    border-radius: 0;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter_row_div .button .material-icons {
    margin-right: 5px;
    font-size: 22px;
}
.filter_row_div .button:hover, .filter_row_div .button:focus {
    background-color: transparent !important;
}
.filter_row_div .button:hover {
    color: #007aff;
}
/*.filter_row_div .button.is-checked {
    border-bottom: none;
    opacity: 1;
    background: linear-gradient(180deg, #884bdf 0%, #65A0F8 100%);
    color: #fff !important;
    border-radius: 50px;
}*/
.filter_row_div .button.is-checked {
    border-bottom: 3px solid #884bdf;
    opacity: 1;
    background: transparent;
    color: #884bdf !important;
    border-radius: 0;
}
.filter_all_data {
    padding: 0 45px !important;
}
.filter_all_data .grid {
    border: none;
    border-radius: 0;
    margin: 2% 0;
    background-color: #fff;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, .1), 0 1px 3px 1px rgba(0, 0, 0, .1);
    float: left;
    width: 100%;
}
.filter_all_data .fax_details {
    float: left;
    width: 100%;
}
.filter_all_data .number_status {
    float: left;
    width: 100%;
    padding: 12px 40px 12px 0;
    border-bottom: 1px solid #eee;
}
.filter_all_data .favourite_fax {
    float: left;
    padding: 0 10px;
}
.filter_all_data .number_div {
    float: left;
    width: 25%;
    padding: 0 10px;
}
.filter_all_data .status_div {
    float: left;
    width: 25%;
    padding: 0 10px;
}
.filter_all_data .page_div {
    float: left;
    width: 14%;
    padding: 0 10px 0 0;
}
.filter_all_data .time_div {
    float: right;
    text-align: right;
    /*width: 21%;
    padding: 0 10px;*/
    width: 24%;
    padding: 0 10px 0 0;
}
.filter_all_data .status_div i.fa.fa-circle {
    color: #ffa500;
    font-size: 10px;
    line-height: 22px;
    float: left;
    margin-right: 15px;
}
.filter_all_data .status_div i.fa.fa-info-circle {
    color: red;
    font-size: 15px;
    line-height: 24px;
    float: left;
    margin-right: 10px;
}
.filled_star .fa-star-o:before {
    content: "\f005";
}
.favourite_star:hover, .favourite_star:focus {
    color: #0275d8;
}
.filter_all_data .fax_details p {
    margin: 0;
    color: #999;
    font-size: 15px;
    letter-spacing: 0;
}
.filter_all_data .fax_details p.number_hard {
    color: #000;
    font-family: oxygen-bold;
}
.time_text {
    font-family: oxygen-regular;
    color: #000 !important;
}
.filter_all_data .sent_success i.fa {
    color: #009fda;
    font-size: 15px;
    float: left;
    vertical-align: middle;
    display: inline-block;
    line-height: 23px;
    margin-right: 10px;
}
.filter_all_data .receive_success .receive_icon {
    float: left;
    width: 18px;
    margin-right: 10px;
    margin-top: 2px;
}
.pagination_main {
    float: right;
    padding-right: 45px;
}
.element-item {
    float: left;
    width: 100%;
    position: relative;
}
.element-item:hover {
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    transition: 0.1s ease-in;
}
.btn-floating {
    width: 45%;
    /*margin-left: 0;
    margin-right: 0;*/
    color: #fff !important;
    text-align: center;
    border-radius: 0;
}

.pagination li.active {
    background-color: #fd8d0a;
}
.pagination li {
    border-radius: 50%;
}
.new_fax_li .new_fax_link:hover, .new_fax_li .new_fax_link:focus {
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149) !important;
    -webkit-box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149) !important;
    background-color: #fafafb !important;
}

.header_gradient:after {
    content: "";
    height: 150px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    /* background: linear-gradient(180deg, #746fe4 0%, #746fe4 100%); */
    background: linear-gradient(to left, #7873ed, #a865e1)t;
}
.top_header {
    /*background: linear-gradient(180deg, #746fe4 0%, #746fe4 270%) !important;*/
    background: linear-gradient(to left, #7873ed, #a865e1) !important;
}
.resend_fax_page {
    float: left;
    width: 100%;
    /*margin-top: 60px;*/
    margin-top: 15px;
}
.status_icon {
    float: left;
    width: auto;
    padding: 0 15px;
}
.status_icon img {
    width: 20px;
    float: left;
}
.pagination li a {
    padding: 0;
    height: 30px;
    width: 30px;
}
.transaction_log {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.transaction_log tbody tr:nth-child(odd) {
    background-color: #f2f4f9;
}
.transaction_log td, .transaction_log th {
    padding: 12px 15px;
    border-radius: 0;
    border: none;
    font-size: 14px;
}
.transaction_log th {
    font-family: oxygen-bold;
    font-size: 16px;
}
.transaction_log tr td:last-child, .transaction_log tr th:last-child {
    text-align: right;
}
.hover_fax_option {
	display: none;
}
.element-item:hover .hover_fax_option {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    height: 47px;
    background-color: #fff;
    width: 170px;
}
.fax_option_ul {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}
.fax_option_ul li {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 6px;
}
.fax_option_ul li .record_hvr_btn, .record_hvr_btn {
    padding: 0;
    width: 40px;
    height: 40px !important;
    float: left;
    line-height: 40px;
    background-color: transparent;
    box-shadow: none;
    color: #777;
    border-radius: 50%;
}
.fax_option_ul li .record_hvr_btn:hover, .record_hvr_btn:hover {
	background-color: #f2f4f9 !important;
}
.fax_option_ul li .record_hvr_btn:focus, .record_hvr_btn:focus {
	background-color: #fff !important;
}
.tooltip {
	font-size: 12px !important;
}
.mobile_fax_option {
	display: none;
}
.fax_option_show #mobile_fax_option_ul {
    display: block;
    opacity: 1;
}
.mobile_fax_option .dropdown-content li {
    min-height: auto;
    line-height: normal;
}
.mobile_fax_option .dropdown-content li>a {
    font-size: 14px;
    color: #000;
    padding: 10px 16px;
    line-height: 20px;
}

.mobile_fax_option {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}
.hover_fax_option {
    display: none !important;
}
.mobile_fax_togle .dropdown-content {
    display: block;
    opacity: 1;
    right: 0;
}
.mobile_fax_option .record_hvr_btn {
    height: 30px !important;
    width: 30px;
    line-height: 30px;
}
.mobile_fax_option .record_hvr_btn span {
    line-height: 30px;
}

@media screen and (max-width: 1200px) {
	
    .filter_all_data .fax_details p {
        font-size: 14px;
    }
    .filter_all_data .time_div {
        padding: 0 40px 0 0;
    }
}
@media screen and (max-width: 991px) {
    .responsive_auto.table-responsive {
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        overflow: auto;
    }
    .transaction_log td, .transaction_log th {
        white-space: nowrap;
    }
    .filter_all_data {
        padding: 0 10px !important;
    }
}
@media screen and (max-width: 767px) {
    .transaction_log {
      border: 0;
    }

    .transaction_log thead {
      display: none;
    }

    .transaction_log tr {
      margin-bottom: 0;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    .transaction_log td {
      display: block;
      text-align: right !important;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    .transaction_log td:last-child {
      border-bottom: 0;
    }

    .transaction_log td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
}

@media screen and (max-width: 414px) {
    .header_gradient:after {
        height: 120px;
    }
    .resend_fax_page {
        margin-top: 20px;
    }
}
.no_record {
    align-content: center;
    text-align: center;
}

.no_record_div {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 10px;
}
.no_record_banner img {
    width: 300px;
}
.no_record_banner h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}
.no_record_banner p {
    font-size: 16px;
    margin: 12px 0;
}
.success_no_record {
    display: inline-block;
    text-align: left;
}
.no_record_banner span {
    font-size: 18px;
    line-height: 30px;
    color: #929292;
    display: inline-block;
    width: 100%;
    margin-top: 0;
}
.fax_btn {
    background: linear-gradient(180deg, #884bdf 0%, #65A0F8 100%);
    border-radius: 30px;
    font-family: oxygen-bold;
    font-size: 15px;
    padding: 10px 20px;
    height: auto;
    line-height: normal;
    /*margin-top: 10px;*/
}
.credit-calculation {
    float: left;
    width: 100%;
}
.credit-calculation > .calculate-btn {
    padding: 10px;
    background: #746fe4;
    color: white;
    border-radius: 20px;
    font-weight: bold;
    float: right;
}
#summary_slider {
    float: left;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .filter_row_div .button .material-icons {
        margin-right: 3px;
        font-size: 20px;
        display: none;
    }
    .no_record_banner h2 {
        font-size: 18px;
        margin-top: 0; 
        line-height: normal;
    }
    .no_record_banner p {
        font-size: 14px;
    }
}

.success_no_record i.fa{
    color: #008000;
}

.success_no_record p{
    color: #929292;
}