.dashboard-banner {
    padding:10px; 
    background:#f4f4f4; 
    margin-bottom:30px; 
    display:flex; 
    flex-wrap:wrap; 
    justify-content:space-between; 
    align-items:center;
}
.dashboard-banner-title {
    font-size:24px; 
    font-weight:500;
}
.dashboard-button-container a, .outline-button {
    padding: 4px 16px; 
    border-radius: 4px; 
    border: 1px solid #ccc; 
    color: #363637; 
    text-decoration: none; 
    display: inline-block;
}
.dashboard-subtitle {
    margin: 40px 10px 15px; 
    display:flex;
    flex-wrap:wrap;
    padding: 10px 0;
    border-bottom: 1px solid #8a8a8a;
    font-size:22px; 
    font-weight:300;
}
.actions-container {
    display:flex; 
    flex-wrap:wrap; 
    margin:15px 0 30px;
}
.actions-container div, .actions-container a {
    background: #f9f9f9;
    box-shadow: 0px 2px 6px -4px #363637;
    color: #363637;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    padding: 0 15px;
    border-radius: 5px;
    margin: 5px;
    font-size: 21px;
    font-weight:300;
    display:flex;
    align-items:center;
    height:58px;
}
.actions-container div i, .actions-container a i {
    padding-right:10px;
    font-size:32px;
}
.step {
    margin-bottom:30px;
    padding-bottom:30px;
}
.step-title {
    font-size:20px;
    padding:30px 0;
}
.step .row {
    margin-top:25px;
}
.step input[type="text"] {
    padding:4px;
    width:100%;
}
.step select {
    padding:5.5px 4px;
    width:100%;
} 
.radio-container, .shadow-title {
    box-shadow:0px 1px 4px -2px #202020;
    padding:8px;
    margin:20px 0;
    border-radius:4px;
    font-size:16px;
    display:flex;
    align-items:center;
}
.fake-radio {
    height: 35px;
    width: 35px;
    text-align: center;
    border: 2px solid #cfcfcf;
    margin-right:10px;
    border-radius: 20px;
    cursor:pointer;
}
.fake-checkbox {
    height: 35px;
    width: 35px;
    text-align: center;
    border: 2px solid #cfcfcf;
    margin-right:10px;
    border-radius: 5px;
    cursor:pointer;
}
.radio-check, .checkbox-check {
    color:#1bce52;
    font-size: 20px;
    line-height: 31px;
}
option:disabled {
    display:none;
}
.dataTables_wrapper .form-control {
    display:inline-block !important;
    width:auto !important;
}
.dataTables_scrollHeadInner {
    width:100% !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background:none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding:0 5px;
}
.compact-grey {
    font-size: 11px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5em 5px;
    margin-left: 0;
}
.dataTable input[type="radio"] {
    margin:0 !important;
}
.compact-grey .btn-xs {
        font-size:10px;
        padding:0px 3px;
    }
.dataTables_wrapper label {
    font-weight:400 !important;
}
.compact-grey thead {
    background-color:#f3f3f3 !important;
}
.compact-grey thead th {
    border:1px solid #e7e7e7 !important;
    padding: 8px 10px !important;
}
.compact-grey td {
    text-align:left;
    padding: 6px 10px !important;
    font-weight:400;
    line-height:13px !important;
    border: 1px solid #f4f4f4;
}
.input-subtitle {
    font-weight:500;
    font-size:16px;
    margin-bottom:5px;
}
.spacer {
    height:50px;
}

@media (max-width:767px) {
    .dashboard-banner .dashboard-button-container a {
        font-size:11px;
        padding:2px 10px !important;
    }
    .dashboard-banner #addedit-contacts {
        display:none !important;
    }
    .compact-grey .pagination {
        padding:20px 0 !important;
    }
    .compact-grey #datatable {
        width:100% !important;
    }
    .compact-grey #datatable th:last-child, .compact-grey #datatable td:last-child {
        display:none;
    }
}