a {
    text-decoration: none;
    color: #212529;
}
a:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}

/* Setting */
.setting-fieldset {
    border: 1px solid #DBDEE0 !important;
    padding: 15px !important;
    margin: 0 0 25px 0 !important;
    box-shadow: 0px 0px 0px 0px #000;
}
.setting-legend {
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    color: #428BCA;
    padding: 5px 15px;
    border: 1px solid #DBDEE0 !important;
    margin: 0px;
}

.setting-logo {
    width: 120px;
    height: 60px;
}

.single_theme {
    margin-bottom: 20px;
    height: 220px;
}
.single_theme img {
    height: 220px;
}
.theme_active {
    position: absolute;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 95%;
    height: 100%;
    overflow: hidden;
    top: 35%;
    z-index: 999;
    font-size: 30px;
    color: #4e73df;
}
.single_theme_active .img-thumbnail {
    border: 3px solid #4e73df;
}

.imgthumbnail{
    width: 80px;
    height: 80px;
    border: 2px solid #4e73df;
    overflow: hidden;
    margin-right: 5px;
    display: inline-block;

}

.text-theme h4{
    padding: 50px 0px;
    text-align: center;
}

/* Profile */

.img-profile {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
}

.profile-list {
    font-size: 15px;
    padding-left: 0;
    list-style: none;
    color: #616670;
}

.img-profile-list {
    width: 60px;
    height: 60px;
    border: 2px solid #ddd;
}



/*profile sidebar tab link menu*/
.side-tab-menu ul {
    margin: 0px;
    padding: 0px;
}

.side-tab-menu ul li {
    display: block;
    float: none;
    font-size: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #f3f3f7;
    margin-right: 0;
    margin-bottom: 0;
}

.side-tab-menu ul li a {
    display: block;
    color: #9499a3;
    padding: 10px 15px;
    padding-left: 30px;
}

.side-tab-menu ul li.active a {
    background: #f0f0f3;
    border-right: 4px solid #4e73df;
    color: #4e73df;
    border-bottom: none;
}


/*sidebartab*/

input.select2-search__field:focus {
    outline: none !important;
}

span.select2-selection.select2-selection--single {
    outline: none !important;
}

.select2-container .select2-selection--single {
    height: 30px !important;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #d1d3e2 !important;
}


/*Invoice css*/

.main-invoice {
    width: 100% !important;
    color: #555 !important;
}

.main-invoice table{
    color: #555 !important;
}

@media print {
    
    a {
        text-decoration: none !important;
    }

    body {
        background: white;
        color: #555;
    }

    table, td, th {
        color: #555;
    }

    .main-invoice {
        width: 100% !important;
        font-weight: normal;
    }

    tr.myred {
        background-color: red !important;
    }

    div.invoice-notes {
        background-color: rgba(0,0,0,.05) !important;
    }

}

#card-element {
    height: 2.6em; 
    padding-top: .7em;
}

.single-payment-gateway {
    cursor: pointer;
}

.single-payment-gateway img {
    width: 100%;
    height: 100px;
}

#canvas {
    height: 320px !important;
}

.receipt-client-info
{
    color: #555 !important;
}