.text-small {
    font-size: 80%;
}

.text-small~input,
.text-small~select {
    border-bottom-color: rgb(71,91,107);
    transition: all ease .6s;
}

small.text-danger {
    display: inline-block;
    line-height: normal;
}

.border-bottom-primary {
    border-bottom: 1px solid rgb(71,91,107);
}

a:hover {
    text-decoration: none;
}


/* data-table css by - 1073 - ajay kumar */

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #3f51b5 !important;
    padding: 5px 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #9fa0a8 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #9fa0a8 !important;
    background: rgb(71,91,107);
    color: #fff !important;
}

.table>thead.bg-primary>tr>th,
.table>tfoot.bg-primary>tr>td {
    border-left-color: rgb(71,91,107);
    color: #fff !important;
    text-align: left;
}

table.theme-table>thead {
    background: rgb(71,91,107);
    color: #fff;
}

table.theme-table>thead>tr>th {
    color: #fff !important;
    white-space: nowrap;
    word-break: keep-all;
    border-right: 1px solid #dddddd;
    text-align: left;
    padding: 6px 25px 6px 6px;
}

table.theme-table>tbody>tr>td {
    white-space: nowrap;
    word-break: keep-all;
    border-right: 1px solid #dddddd;
}

table,
.dataTables_scrollHeadInner {
    width: 100% !important;
}

.table-responsive {
    /*overflow: visible;*/
}

/*table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: auto;
}*/

.wait {
    -o-animation: loadWithBg 2s linear infinite;
    -moz-animation: loadWithBg 2s linear infinite;
    -ms-animation: loadWithBg 2s linear infinite;
    -webkit-animation: loadWithBg 2s linear infinite;
    animation: loadWithBg 2s linear infinite;
}

@keyframes loadWithBg {
    0%,
    100% {
        background: #ffff00;
    }
    50% {
        background: #ffd300;
    }
}

@-o-keyframes loadWithBg {
    0%,
    100% {
        background: #ffff00;
    }
    50% {
        background: #ffd300;
    }
}

@-webkit-keyframes loadWithBg {
    0%,
    100% {
        background: #ffff00;
    }
    50% {
        background: #ffd300;
    }
}

@-moz-keyframes loadWithBg {
    0%,
    100% {
        background: #ffff00;
    }
    50% {
        background: #ffd300;
    }
}

@-ms-keyframes loadWithBg {
    0%,
    100% {
        background: #ffff00;
    }
    50% {
        background: #ffd300;
    }
}

.actions.panel_actions {
    display: none !important;
}

a[data-toggle="collapse"] {
    display: block;
    width: 100%;
}

.accordion-group .card h5 {
    font-size: 15px;
}

[data-toggle="modal"] {
    cursor: pointer;
}

fieldset {
    border: 1px solid rgb(71,91,107);
    padding: 0 20px 10px;
}

legend {
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 15px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    background: rgb(71,91,107);
    color: #fff;
    padding: 0px 10px;
    border: 1px solid rgb(71,91,107);
    border-radius: 20px;
}

.stripped-bg>div:nth-child(even) {
    background: #eeeeee;
}

.stripped-bg>form:nth-child(even) {
    background: #f5f5f5;
}

.stripped-bg>div {
    white-space: break-spaces;
}


/* nnotification dots */

.collapseit i>span.active {
    background: #e91e63;
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 12px;
    left: 29px;
}

.expandit i>span.active {
    background: rgb(71,91,107);
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgb(71,91,107);
    position: absolute;
    top: 9px;
    left: 24px;
}


/* Sidebar CSS */

.page-topbar .quick-area .info-menu.right {
    height: 60px;
    margin: 0;
    line-height: 60px;
    padding: 0 10px;
    position: fixed;
    top: 0px;
    right: 10px;
}

.page-chatapi .contact-list .user-row.available {
    border-left: 2px solid #4caf50;
    color: #4caf50;
}

.page-chatapi .contact-list .user-row.available .status {
    color: #4caf50 !important
}

.ips-outer-division .ips-loader {
    min-height: 100px;
    padding: 70px 0;
    width: 100%;
    background: #fbfbfb;
}

@media (max-width: 680px) {
    .profile .toggle span {
        display: inline-block;
    }
}


/* Media query for mobile */

@media only screen and (max-width: 768px) {
    .mobile-no-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mobile-sm-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
#payment_mode_show_table{
    height: 25px;
    font-size: 14px;
    padding:0px 0px 0px 0px;
}
.ico
    {
        font-size: 15px;
        cursor: pointer;
        float: right;
        color: rgb(71, 91, 107);
    }
.ico-s{
    color: #3f51b5;
    cursor: pointer;
    padding-left: 16px;
}
#billingTabToActive .add_billing{
width: 40px;
height: 40px;
cursor: pointer;
/*position: fixed;
top: 65px;
right: 0px;*/
background-color: #3f51b5;
color: white;
font-size: 20px;
padding: 8px;
border-radius: 50%;
justify-content: center;
align-items: center;
display: flex;
}

#admin_payment_mode
{
    height: 25px;
    font-size: 14px;
    padding:0px 0px 0px 0px;
}
.theme-table tr td [data-toggle="modal"] {
    cursor: auto !important;
}
.styleCss{
        height: 25px !important;
        font-size: 14px;
        padding: 0px 0px 0px 0px;
    }

.scrolltop{
    margin-right: 14px;
    background-color: rgb(71,91,107);
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 40px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    position:absolute;
    bottom:10px;
    right:0px;
}
.scroll{
    font-size: 20px !important;
    font-weight: 400 !important;
}
.close{
    font-size:18px;
    opacity:1;
}












