.info.username {
    margin-left: 12px;
}

.modal-dialog.adminPopUp {
    max-width: 781px !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    /*padding: 8px 10px 0px 15px!important;*/
    vertical-align: inherit !important;
    border-bottom: none !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dddd !important;
}

a.paginate_button.current {
    background: #0c84ff !important;
    padding: 0 !important;
    border: none !important;
    color: #fff !important;
}

input[type="search"] {
    border: 1px solid #ddd !important;
}

table#adminData {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #6c757d;
}

.badge-pill {
    min-width: 65px;
}

a.sidebar-toggle {
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 4.6rem !important;
        z-index: 850;
    }
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.info-box {
/*    display: block;*/
    min-height: auto;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    padding: 0;
    border-radius: 0px;
}

.info-box .info-box-icon {
    border-radius: 0 !important;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 0px !important;
    }
}

.content-header h1 {
    font-size: 20px !important;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/*/////////////////*/
#highlighted {
    position: relative;
    background-color: #DC143C;
}

@media (min-width: 992px) {
    #highlighted .container-fluid {
        margin-bottom: 2.5rem;
    }
}

    #highlighted .container-fluid h1, #highlighted .container-fluid p {
        color: #FFF;
    }

    .h1, h1 {
        font-size: 54.93px;
    }

    .h1, h1, h2, h3, h4, h5, h6 {
        font-family: Verlag, museo-sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #414141;
    }

    .h1, body, h1, h2, h3, h4, h5, h6, html {
        font-weight: 300;
    }

    #content {
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .interior-page {
        background-color: #FFF;
        padding-bottom: 30px;
    }

    #highlighted + #content.interior-page .interior-page-nav {
        margin-top: -4em;
    }

    #highlighted + #content.interior-page .interior-page-nav, .interior-page .interior-page-nav {
        padding-left: 0;
    }

    @media (min-width: 1200px) {
        .col-lg-2 {
            width: 16.66666667%;
        }
    }

        .content-area-right {
            max-width: 1200px;
            padding-right: 15px;
            padding-left: 15px;
        }

        .container-fluid > .row h2.crumb-title {
            margin-bottom: 0;
        }

        .page-title {
            min-height: 50px;
        }

        .page-title, ul {
            margin: 0;
            list-style: none;
        }

        .content-crumb-div {
            margin: 5px 0 20px;
        }

        a {
            text-decoration: none;
        }

        .container-fluid .row .modal, .page .modal {
            position: fixed;
            top: 35%;
        }

        #highlighted + #content.interior-page .interior-page-nav, .interior-page .interior-page-nav {
            padding-left: 0;
        }

        #highlighted + #content.interior-page .interior-page-nav {
            margin-top: -4em;
        }

        .dynamicDiv.panel-group {
            border: 1px solid #E7E9E9;
            margin-left: 30px;
        }

        .panel-group {
            margin-bottom: 0;
            background-color: #fff;
        }

        .panel-group .panel {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            border: none;
            box-shadow: none;
        }

        .panel-group .panel-heading {
            padding: 0;
            border: none;
        }

        .panel-default > .panel-heading {
            color: #333;
            background-color: #f5f5f5;
            border-color: #ddd;
        }

        .panel-group .panel-heading .panel-title {
            font-size: 1.1em;
            font-family: Verlag, museo-sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }

        .interior-page-nav .panel-group .panel-heading .panel-title a {
            background: 0 0;
        }

        .panel-group .panel-heading .panel-title a {
            display: block;
            padding: 15px 45px 15px 15px;
            background: url(/resources/images/misc/icon_accordion-open.png) 95% center no-repeat #f6f6f6;
        }

        span.subMenuHighlight, ul.panel-heading li.panel-title a:hover {
            color: #ED3C95;
        }

        .panel-group .panel-heading .panel-title {
            font-size: 1.1em;
            font-family: Verlag, museo-sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        }

        ul.panel-heading {
            margin-bottom: 1px;
        }

        .panel-group .panel-heading .panel-title a {
            display: block;
            padding: 15px 45px 15px 15px;
            background: url(/resources/images/misc/icon_accordion-open.png) 95% center no-repeat #f6f6f6;
        }

        .panel-group {
            margin-bottom: 0;
            background-color: #fff;
        }

        .label-default {
            background-color: #FFF;
            margin-top: 10px;
        }

        label {
            display: inline-block;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .form-control {
            border-radius: 0;
        }
        .content-area-right {
            margin-top: 10px;
        }


.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active{
    background-color: #ed1c24!important;
    color: #fff;
    /*font-weight:500;*/
    font-size:15px;
}

.nav-pills .nav-link{
    border-radius:0px!important;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus {
    background-color: rgba(255, 255, 255, 0.9)!important;
    color: #343a40;
}
div#transactionData_filter{
    display: none!important;
}
div#transactionData_length{
    display: none!important;
}
div#clientData_length{
    display: none!important;
}

.btn-primary {
    color: #fff;
    background-color: #ED1C24!important;
    border-color: #ED1C24!important;
    box-shadow: none;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
span.roles{
    padding: 15px;
    vertical-align: super;
    font-weight: 500;
    text-transform: capitalize;
}
aside.main-sidebar.sidebar-dark-primary.elevation-4 {
    background: #111111!important;
}


div#service-tabs {
    padding:8px;
}

span.layoutSelect {
    margin: 15%;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}
nav.main-header.navbar.navbar-expand.navbar-white.navbar-light{
    background: #ed1c24!important;
}

/*////////////////////////*/
#invoice-POS {
    box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
    padding: 2mm;
    margin: 0 auto;
    width: 50%;
    background: #FFF;
}
/*::selection {background: #f31544; color: #FFF;}*/
/*::moz-selection {background: #f31544; color: #FFF;}*/


#top, #mid,#bot{ /* Targets all id with 'col-' */
    border-bottom: 1px solid #EEE;
}

#top{min-height: 100px;}
#mid{min-height: 80px;}
#bot{ min-height: 50px;}

#top .logo{
/*/float: left;*/
/*    height: 60px;*/
    width: 124px;
    /*background: url(http://michaeltruong.ca/images/logo1.png) no-repeat;*/
    background-size: 60px 60px;
}
.clientlogo{
    float: left;
    height: 60px;
    width: 60px;
    background: url(http://michaeltruong.ca/images/client.jpg) no-repeat;
    background-size: 60px 60px;
    border-radius: 50px;
}
.info{
    display: block;
//float:left;
    margin-left: 0;
}
.title{
    float: right;
}
.title p{text-align: right;}
table{
    width: 100%;
    border-collapse: collapse;
}
td{
//padding: 5px 0 5px 15px;
//border: 1px solid #EEE
}
.tabletitle{
//padding: 5px;
    font-size: .5em;
    background: #EEE;
}

#legalcopy{
    margin-top: 5mm;
}
.info h2 {
    font-size: 12px;
    font-weight: 800;
    color:#000;
}
.info p {
    font-size: 14px;
}
img#output {
    margin-top: 18px;
}
.item h2 {
    font-size: 14px;
    padding: 0 5px;
    font-weight: 800;
}
.Hours h2 {
    font-size: 14px;
    padding: 0 5px;
    font-weight: 800;
}
.Rate h2 {
    font-size: 14px;
    padding: 0 5px;
    font-weight: 800;
}

td.tableitem {
    padding-top: 15px;
}
td.payment h2 {
    font-size: 14px;
    padding-top: 12px;
}

/*/////////////05-04-21/////////////////////*/
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.amountButton {
    margin: 0 9px;
    border-radius: 5px;
    background: #2e3d44;
    border-color: #2e3d44;
}
.btn-group {
    margin-bottom: 10px;
}
.amountButton:hover {
    background: #e13833;
    border: #e13833;
}
/*///////////////////////////////////////////////*/
li.tabsActive.active {
    background: #ed1c24;
    color: #fff!important;
    padding: 3px;
}

.dashboard-wrapper{
    overflow: hidden;
}
.content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.content-wrapper > .content {
    padding: 0;
}

.row.row-8 {
    margin: 0 -8px;
}

.row.row-8 > div {
    padding: 0 8px;
}

.row.row-10 {
    margin: 0 -10px;
}

.row.row-10 > div {
    padding: 0 10px;
}

.mt-25 {
    margin-top: 25px;
}

.btn.btn-theme {
    background: #2D71F5;
    border: 2px solid #2D71F5;
    color: #fff;
    padding: 5px 18px;
    transition: all .5s;
}

.btn.btn-theme:hover {
    color: #2D71F5;
    background: transparent;
}

.content-wrapper > .content.dashboard-content {
        padding: 0 0;
    background: #f4f6f9 !important;
}



.info-box .info-box-text {
    font-size: 18px;
    line-height: 1.2;
}

.info-box .info-box-number {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
}

a.info-link {
    text-decoration: none;
    color: #333;
}

a.info-link:hover {
    color: #2d71f5;
    text-decoration: none;
}

.info-box .info-box-icon {
    font-size: 40px;
    color: #fff !important;
    width: 70px;
    height: 70px
}