@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@400;500&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.uk-alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #155724;
}

.approve-all-tasks {
    padding: 11px;
    border-radius: 5px;
}
.icons-top {
    margin-top: 30px;
}
.field-wrapper li::marker {
    font-size: 25px;
    color: #252525;
    font-weight: 600;
}

input.uk-input:read-only {
    background: #f2f2f2 !important;
}

.field-wrapper .project-section {
    background: #f2f2f2;
    padding: 12px;
    margin-top: 12px;
    border: 1px solid #ccc;
}
h3.workspace-email {
    font-size: 15px;
    padding: 10px !IMPORTANT;
}

.pac-container {
    z-index:999999 !important;
}

img.signature-image{
    max-width: 300px;
}
.uk-table th {
    font-size: 12px;
}
.uk-form-label {
    font-size: 12px;
}
.uk-input, .uk-select, .uk-textarea {
    font-size: 12px!important;
}
label {
    font-size: 12px!important;
}
.uk-label {
    font-size: 12px!important;
}

li .task-heading-name {
    font-size: 12px!important;
}
.day-task {
    margin-bottom: 40px !important;
    border: 1px solid #CCC;
    padding: 20px !IMPORTANT;
    border-radius: 5px !IMPORTANT;
}

a.add-access-emails{
    margin-right: 3px;
    margin-left: 3px;
}

a.change-project-status{
    background: #ccc !important;
}

#client_details_login_modal{
    background: rgb(4 4 4 / 95%) !important;
}

.eye-icon i.eye {
    cursor: pointer !important;
    pointer-events: auto;
}

.project-type-content a {
    display: block;
    text-align: center;
    width: 300px;
    border: 1px solid #008ae5;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    color: #008ae5;
}
.project-type-content a:hover {
    background:#008ae5;
    color:#FFF;
    text-decoration:none;
}

button.fileuploader-action {
    pointer-events: none !IMPORTANT;
}

span.grn-dot{
    color: green;
}

.uk-button-success{
    background: #2bc92b !important;
    color: #fff !important; 
}

.approve-task-button{
    padding: 0px 15px !important;
}

.uk-button-warning{
    background: #faa05a !important;
    color: #fff !important; 
}

.uk-modal-body {
    display: flow-root;
    padding: 20px 20px;
}

img.company-edit-logo {
    max-width: 280px;
}

.tech-status .tech-on-site{
    color: #46d146;
}

.auth-company-lists .list-show {
    border: 1px solid #eee;
    margin: 0px !important;
    padding: 15px 15px;
}

.display-logo {
    width: 100px;
    border: 0px;
    text-align: center;
}
.auth-company-lists .list-show h3.company-name {
    font-size: 18px;
    font-weight: 50;
    padding-top: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.auth-company-lists {
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
}

.auth-company-lists .list-show i {
    font-size: 14px;
    margin-top: 0px;
    color: #006cb8;
    float: right;
}

.auth-company-lists img {
    width: auto;
    height: 35px;
}

#download-images-modal i {
    font-size: 38px !IMPORTANT;
    margin-top: 40px !IMPORTANT;
}

.notification-page ul li .notification-read{
    cursor: pointer;
}

.notification-page ul li {
    background: #fff;
    padding: 12px 17px;
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
}

.notification-page ul li.unread {
    background: #deecff !important;
}

.notification-page ul li a{
    text-decoration: none;
    list-style:none;
    color: #252525;
}

.tech-status span{
    font-weight: 600;
}

.uk-button-danger {
    background-color: #ed1111 !important;
}

table.upload-an-image {
    border: 1px solid #6666663d !important;
    margin-top: 0px !important;
}

table.upload-an-image .uploaded-files{
    max-width: 230px;
    margin: auto;
}

#projects span.uk-label{
    width:90px;
    text-align:center;
}
span.uk-label.task_completed{
    background: #252525;
}
span.uk-label.task_approved_button {
    background: #339900;
}
span.uk-label.task_return_trip {
    background: #ff5722;
}
span.uk-label.task_in-progress {
    background: #FFCC00;
}
span.uk-label.task_draft {
    background: #CCC;
    color: #666;
}
span.uk-label.task_archived {
    background: #CCC;
    color: #666;   
}
.dataTables_info {
    background: #FFF;
    width: 100% !IMPORTANT;
    padding: 10px;
    box-sizing: border-box !important;
    border-bottom: 1px solid #CCC;
    font-weight: 600;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 9px;
    border-bottom: 0px!IMPORTANT;
}
table.dataTable tbody td {
    padding: 10px 9px !important;
    border-bottom: 1px solid #CCC !IMPORTANT;
}

table.logs-table th {
    font-weight: bold;
    color: #000;
    padding: 5px !IMPORTANT;
}
table.logs-table td {
    padding: 5px !IMPORTANT;
}
table.logs-table {
    font-size: 13px;
}
.thankyou-container {
    background: #d1d3d4;
}
.action-links a {
    margin-right: 3px;
}

.uk-modal-body.padding-small-top {
    padding-top: 0px;
}

.small-left-space{
   margin-left: 4px;    
}

img.mobile-logo {
    max-width: 220px;
}

.uk-form-stacked .uk-form-label {
    display: block;
    margin-bottom: 0px !IMPORTANT;
}
.uk-modal-body {
    font-size: 16px;
}

li.fileuploader-item {
    border: none !important;
}

.ylw-bg{
    background: #ffff0070 !important;
    border: 1px solid #ffff0070 !important;
    color: #252525 !important;
}

.fileuploader-theme-dragdrop .fileuploader-input {
    padding-top: 20px !IMPORTANT;
    padding-bottom: 20px !IMPORTANT;
    margin-top: 10px;
}
a.duplicate-projects i, a.delete-projects i, a.uk-edit i {
    font-size: 15px;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
span.file-upload-datetime {
    display:none;
}
ol.project-task-list li {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    border-radius: 4px;
}
.project-chat {
    box-shadow: 1px 1px 4px #ccc;
}
Update this:
.uploaded-files {
    text-align: center;
    border: 1px solid #f6f6f6;
    padding: 5px;
    position: relative;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #ccc;
}

img.top-header-logo {
    max-width: 250px;
}

span.display-filename {
    display: inline-block;
    word-break: break-all;
    font-size: 12px;
    width: 90%;
    margin-top: 10px;
    font-weight: 600;
    height: 30px;
    line-height: 13px;
}
.uploaded-files {
    text-align: center;
    border: 1px solid #CCC;
    padding: 5px;
    position: relative;
}

.jconfirm .jconfirm-holder {
    max-height: 100%;
    padding: 50px 0;
    padding-left: 35% !important;
    padding-right: 35% !important;
}

a.uk-text-danger.remove-file, a.uk-text-danger.remove-task-image, a.uk-text-danger.remove-attachment {
    position: absolute;
    top: -10px;
    right: -6px;
    font-size: 10px !IMPORTANT;
}
.uploaded-files img {
    height: 100px;
    object-fit: contain;
}
.uploaded-files .extension-image {
    background: url(../images/file.png);
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 75px;
    border: 0px;
    display: inline-block;
}
span.comment-time {
    font-style: italic;
    background: #333;
    color: #FFF;
    padding: 2px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
}
.comments-section td {
    border: 1px solid #CCC;
    padding: 5px;
    width: 40%;
    vertical-align: top;
}

ol.project-tasks.ui-sortable li {
    background: #FFF !important;
}

.comments-section th {
    width: 50%;
}
.comments-section table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.admin-comments {
    max-width: 600px;
    margin: auto;
    height: 100px;
}
a.click-to-download{
    color: #fff;
    font-size: 19px;
    list-style: none;
    text-decoration: none;
    border: 1px dashed #fff;
    padding: 10px 20px;
}

.uploaded-files span.extension-name {
    margin-left: 0px;
    margin-top: 34px;
    display: inline-block;
    color: var(--blue);
    font-size: 26px;
    width: 100%;
    border: 0px;
    text-align: center;
    font-weight: 500;
}

a.start-task-button{
    background: #31cd00;
    color: #fff;
}

a.uk-label.start-task.start-task-button {
    background: #1e87f0;
}

textarea.uk-textarea.task-details {
    height: 100px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

h1,h2,h3,h4,h5,h6 {
 font-family: 'Poppins', sans-serif;   
}
.uk-card-body {
    padding: 20px 20px;
}
a.close-chat {
    float: right;
    margin-top: -15px !IMPORTANT;
    margin-right: -10px !important;
    background: #008ae5;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    right: 0px;
    border-radius: 5px;
}

.logout-button {
    float: right;
    margin-top: 20px;
}

.project-chat i {
    color: #46d146;
    font-size: 30px;
}
.project-chat {
    position: fixed;
    background: #FFF;
    bottom: 20px;
    right: 20px;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
}

.dataTables_filter, .dataTables_filter input, .dataTables_filter label {
    width: 100%;
    padding: 0px!important;
    margin: 0px!important;
}

.mark-completed-button {
    background-color: #1e87f0 !important;
    color: #fff;
}

span.project-address {
    font-size: 13px;
}

span.project-status {
    font-size: 17px;
    color:#000;
} 

span.project-filter-heading {
    color: #000;
    font-size: 17px;
}

.uk-modal-body b.bold-heading {
    font-size: 18px;
}
.add-fields {
    background: #f2f2f2;
    padding: 10px 10px 10px 0px;
}

.projects-url a.copy-text {
    border: 2px dashed #008ae5;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #000;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}


a.url-search {
    background: #008ae5;
    padding: 11px 12px;
    border-radius: 50%;
    padding-top: 14px;
}

.edit-project .project-logs-button a {
    font-size: 20px;
    text-decoration: none;
    color: #008ae5;
    font-weight: 500;
    border: 2px dashed #008ae5;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    padding-left:20px;
    padding-right:20px;
}
h2.uk-modal-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0px;
}
.edit-project .project-logs-button a i {
    background: #008ae5;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.site-contact-button a{
    font-size: 20px;
    text-decoration: none;
    color: #999;
    font-weight: 500;
    border: 2px dashed #999;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
    padding-left:20px;
    padding-right:20px;    
}

.site-contact-button a i {
    background: #999;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

h2.title{
    color:#008ae5;
}

a.url-search i.fa-regular.fa-magnifying-glass {
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    font-size: 19px;
}

h1.project-title {
    font-size: 30px;
    font-weight: 600;
}

h2 {
    font-size: 22px;
    font-weight: 600;
}

span.tox-statusbar__branding {
    display: none !important;
}

img.modal-logo{
    max-width: 200px;
}

div#name {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000;
}

span.task-information {
    font-size: 16px;
    color: #000;
    padding-left: 10px;
    margin-top: 5px;
    display: inline-block;
}

.fileuploader {
    display: block;
    width: 100%;
    padding: 0px !important;
    margin: 0px 0  !important;
    background: transparent;
    border-radius: 6px;
    line-height: normal;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}

.thankyou-page h3.uk-card-title {
    margin-top: 18px;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 0px;
}

.thankyou-page p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

a.complete-button{
    background: #2bc92b !important;
}

a.disable-complete-button{
    background: #000 !important;
}

h2.confirm-box-heading {
    font-size: 20px;
    color: #008ae5;
    padding-bottom: 8px;
}

#details_modal {
    background: rgb(4 4 4 / 95%) !important;
}

span.mark-complete-button{
    background: #544c4c !important;
}

span.complete-button{
    background: #2bc92b !important;
}

.project-tasks a.uk-accordion-title {
    background: #f2f2f2;
    padding: 10px;
    font-size: 16px;
}

li .task-open{
    cursor: pointer;
}

li .signature-open{
    cursor: pointer;
}

img.task-document-file{
    border: 1px solid #ccc;
    height: 81px;
    width: 100%;
}

li .task-heading-name {
    background: #f2f2f2;
    padding: 10px;
    font-size: 16px;
}

li .task-heading-name.in-progress-color {
    background: #faa05a !important;
    color: #fff !important;
}

.hidden{
    display:none;
}

div.image-sorting {
    color: #0099ec;
    font-size: 15px;
    margin-bottom: 6px !important;
}

ol.tasks-list li {
    margin-bottom: 40px;
    font-size: 18px;
}

ol.tasks-list li li {
    margin-bottom: 0px !important;
}

.tasks-data h3 {
    margin: 0px !IMPORTANT;
    font-size: 18px;
    font-weight: bold;
}

span.remove-task{
    cursor:pointer; 
}

img.logo-img{
    max-height: 80px;
}

/*a.view-technical-document, a.view-project-file {*/
/*    font-size: 16px;*/
/*    text-decoration: none;*/
/*    font-weight: 600;*/
/*    color: #188ae5;*/
/*    line-height: 18px;*/
/*}*/

.technical-documents a:hover{
    color:#2ac52a;
}

.technical-documents .blue-line{
    border-bottom: 3px solid #84c2f1;
    padding-top: 20px;
    margin-bottom: 20px;
}

/*a.view-technical-document i {*/
/*    background: transparent;*/
/*    padding: 15px 16px;*/
/*    border-radius: 50%;*/
/*    font-size: 30px;*/
/*    margin-bottom: 8px;*/
/*    color: #188ae5;*/
/*    padding-bottom: 12px;*/
/*    border: 1px solid;*/
/*}*/

.edit-project h2 {
    font-weight: 500;
    font-size: 20px;
    color: #008ae5;
    margin-bottom: 10px !IMPORTANT;
}

.technician-project-details h2{
    font-weight: 500;
    font-size: 24px;
    color: #008ae5;
}

.technician-project-details h3{
    font-weight: 500;
    font-size: 20px;
    color: #008ae5;
}

.technician-project-details div.border {
    padding-top: 15px !important;
}

.client-project-details h2{
    font-weight: 500;
    font-size: 24px;
    color: #008ae5;
}

.client-project-details h3{
    font-weight: 500;
    font-size: 24px;
    color: #008ae5;
}

img.thankyou-logo {
    max-width: 300px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.thankyou-page {
    border: 2px solid #016db7;
    padding: 20px;
    background: #FFF;
}

.thankyou-page h1 {
    font-size: 21px;
    font-weight: 600;
    margin-top: 40px;
}

.thankyou-page a.uk-button.uk-button-default {
    margin-top: 25px;
    background: #fff;
    color: #000;
    border-radius:0px;
    font-size: 20px;
    padding: 3px 13px;
}

.client-project-details div.border {
    padding-top: 15px !important;
    margin-bottom: 2px;
}

div.border {
    border-bottom: 4px solid #f2f2f2;
    padding-top: 10px;
    margin-bottom: 10px;
}

h1.main-heading {
    font-size: 20px;
    margin: 0px!IMPORTANT;
    padding: 0px!IMPORTANT;
    margin-top: 8px!IMPORTANT;
}

.dataTables_paginate {
    background: #FFF;
    width: 100% !important;
    margin-bottom: 10px!IMPORTANT;
    padding-bottom: 15px!IMPORTANT;
    padding-top: 15px!IMPORTANT;
    border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

table.dataTable thead th {
    background: #f2f2f2;
    color:#555 !important;
}

table.dataTable thead th:first-child {
    border-top-left-radius: 10px!IMPORTANT;
}

table.dataTable thead th:last-child {
    border-top-right-radius: 10px!IMPORTANT;
}

table.dataTable {
    background: #FFF;
    border-radius: 8px!important;
}



table.dataTable.no-footer {
    border:0px !Important;
}
table.dataTable thead th {
    font-weight: 600 !IMPORTANT;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0px!important;
    padding: 10px!important;
    border: 1px solid #CCC !important;
    border-radius: 0.375rem!important;
    margin-top: 12px!important;
    margin-bottom: 10px!important;
}
.admin-header h1 i {
    font-size: 18px;
}
ul.dysysmedia-menu {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    margin-right:10px !important;
}
.admin-header{
    background: #fff;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.admin-header h1{
    font-size: 1.125rem;
    font-weight: 500;
}
ul.dysysmedia-menu li {
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
    display: inline-block;
    padding-left: 18px;
    box-sizing: border-box !IMPORTANT;
    margin-bottom:5px;
}
.uk-button-primary {
    background-color:#008ae5 !important;
}
.uk-button {
    border-radius:5px;
    text-transform:capitalize;
}
.uk-input, .uk-select, .uk-textarea {
        width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.4;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 0.25rem;
    border: none;
    font-weight: 500;
    box-shadow: #6666663d 0px 0px 0px 1px inset;
    background: rgb(255, 255, 255);
    color: #333;
    outline: none;
}

label {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

ul.dysysmedia-menu li a {
    color: #000;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.7rem;
    box-sizing: border-box !important;
    font-weight: bold;
}

ul.dysysmedia-menu li a span.uk-badge {
    padding-bottom: 2px !important;
    padding-right: 5px;
}

ul.dysysmedia-menu li a:hover {
    text-decoration:none;
    background: #f2f2f2 !IMPORTANT;
    border-radius: 10px!important;
}
ul.dysysmedia-menu li.active-page a {
    text-decoration: none;
    background: #f2f2f2 !IMPORTANT;
    border-radius: 10px!important;
    color: #008ae5;
}

.mobile-navbar ul {
    margin: 40px 0 0 0;
    padding: 0;
}

.mobile-navbar ul{
   list-style:none;
}

.mobile-navbar li a{
    color: #ffffff;
    display: block;
    padding: 15px 20px;
    text-decoration:none;
}

.mobile-navbar li.active-page{
    background-color: #23252B;
    border-left: 3px solid #44bfc6;
}

.mobile_menu a{
    color: #fff !important;
    background: #008ae5;
    padding: 10px;
    padding-top: 20px;
    border-radius: 2px;
}
     
.left-sidebar {
    width: 18rem;
    flex-shrink: 0;
}

aside {
    display: flex;
    position: fixed;
    overflow: auto;
    flex-direction: column;
    width: 18rem;
    min-width: 18rem;
    color: white;
    background-size: cover;
    height:100%;
}
ul.dysysmedia-menu li i {
    margin-right: 10px;
}
.company-logo-row {
    text-align: center;
    padding-top: 20px;
}
.sidebar-data {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex: 1 1 auto;
    padding-bottom: 3.5rem;
}
.company-logo,
.company-logo:hover {
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.1s ease 0s;
    text-decoration:none;
}

.sidebar-data-row {
    width: 100%;
    box-sizing: border-box;
}
.uk-width-expand .page-body{
    background-color: #BBCDD6;
}
.uk-width-expand .project-body{
    background-color: #e0f4ff;
}

.login-user-name {
    font-style: normal;
    font-stretch: normal;
    font-size: 1rem;
    font-weight:600;
    line-height: 1.33;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
canvas, img, video {
    max-width: 80%;
    height: auto;
    box-sizing: border-box;
}
.image-row .emp-img {
    width: 50px;
    margin-top: 10px;
}
.uk-list {
    padding: 0;
    list-style: none;
}

a.uk-label:hover {
    text-decoration: none;
    color: #FFF;
}


a.uk-danger:hover {
    text-decoration: none;
    color: #FFF;
}

a.uk-success:hover {
    text-decoration: none;
    color: #FFF;
}

.project-task-list .fileuploader-items .fileuploader-item .column-title {
    text-align: left !important;
    max-width: initial !important;
}

.tox-statusbar {
    display: none !important;
}

.uk-modal-dialog {
    border-radius: 10px;
}

.uk-modal-footer {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.uk-modal-header {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.below-buttons a {
    padding: 4px 0px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}

.below-buttons input {
    padding: 4px 0px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}

.below-buttons a.uk-modal-close {
    background: #999;
    color: #fff;
    border: 1px solid #999;
}

.below-buttons a i{
    font-size: 19px;
    padding-right: 10px;
}

.normal-table th{
    background-color: #008ae6 !important;
    color: #f2f2f2;
    border: 1px solid #008ae6 !important;
    font-size: 13px;
    text-transform:capitalize;
}

.form-footer {
    padding: 20px 20px;
    background: #008ae6;
    margin-bottom:20px;
}

.form-footer a.uk-button.uk-button-default {
    color: #fff;
    border: 1px solid #fff !important;
}

.form-footer input {
    background: #fff !important;
    color: #008ae5 !important;
}

.form-footer h1.uk-margin-small-top.main-heading {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-top: 5px !important;
}

.project-log-status .waiting-for-tech i {
    background: #999;
    padding: 10px 12px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 21px;
    margin-right: 10px;
    padding-bottom: 12px;
}

.project-log-status .tech-on-site i {
    color: #46d146;
    font-size: 22px;
    margin-right: 10px;
}

.project-log-status span {
    font-size: 17px;
    font-weight: 500;
}

.logs-table td {
    padding: 10px 10px;
}

.project-log-status span.tech-on-site {
    color: #46d146;
    font-weight:600;
}

.edit-project .task-approval a.uk-button.uk-button-default.approve {
    padding: 4px 60px;
    background: #08bf08;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid #08bf08;
    margin-right: 20px;
}

.edit-project .task-approval a.uk-button.uk-button-default.not-approve {
    padding: 4px 60px;
    background: #ed1111;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid #ed1111;
    margin-right: 20px;
}

.opacity{
    opacity: .4;
}

.edit-project .task-approval a i {
    padding-right: 7px;
    font-size: 18px;
}

img.auth-logo {
    max-width: 200px;
}

.auth-page img {
    max-width: 250px;
    margin-top: 0px;
}

.auth-page h4{
    font-size: 18px;
    font-weight: 500;
}

.auth-page{
    padding: 32px 48px;
    border-bottom: 3px solid #62bb46;
}

.auth-page .uk-button-primary{
    background: #62bb46 !important;   
}
    

/* Media Query */
@media only screen and (max-width: 600px) {
    table.dataTable tbody td {
        padding: 8px 15px !important;
        border-bottom: 1px solid #CCC !IMPORTANT;
    }
    .jconfirm .jconfirm-holder {
        max-height: 100%;
        padding: 50px 0;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    .admin-header{
        margin-top: 15px;
    }
    .uk-text-center a.add-task.uk-button.uk-button-primary{
        margin-top:12px;
    }
    
    .project-button-group .uk-button{
        width: 100%;
        margin-bottom: 5px;
    }
    
    .task-save-buttons .uk-button{
        width: 100%;
        margin-bottom: 7px;
    }
    
    a.url-search {
        background: #008ae5;
        padding: 7px 9px;
        border-radius: 50%;
        padding-top: 12px;
    }
    
    img.top-header-logo {
        max-width: 200px;
        margin-top: 6px;
    }
    
    .client-project-details h3 {
        font-weight: 500;
        font-size: 20px;
        color: #008ae5;
        margin-bottom: 10px !important;
    }
    
    ol.project-task-list{
        padding-left: 10px;
    }
    
    ol.project-tasks{
        padding-left: 10px;
    }
    
    .auth-page{
        padding: 15px;
        box-shadow: none;
    }
    
    .auth-page h4 {
        font-size: 15px;
        font-weight: 500;
    }
}