/*
* Front-end Styles
*/
#request-form .file {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 16px;
    height: 46px;
    line-height: 1.42857;
    padding: 10px 12px;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

#request-form  .file input[type="file"] {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

#request-form .file div {
    background: #3297fa;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    height: 32px;
    padding: 6px 12px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#add-task, #view-task {
    width: 100%;
}
.add-task-form input[type="file"]{
    font-size: 12px;
    background-color: #fff;
    width: 100%;
    padding: 10px;
}
@media (max-width: 767px){
    table.task-table{
        overflow-y:hidden;
    }
    table.task-table thead tr th:first-child,
    table.task-table thead tr th:nth-child(2),
    table.task-table tbody tr td:first-child,
    table.task-table tbody tr td:nth-child(2){
        width: 8%;
    }
    table.task-table thead tr th:nth-child(5),
    table.task-table tbody tr td:nth-child(5){
        width: 20%;
    }
    table.task-table thead tr th,
    table.task-table tbody tr td{
        font-size: 13px;
        width: 14%;
        display: inline-block;
        border:none;
    }
    table.task-table thead tr,
    table.task-table tbody tr,
    table.task-table thead,
    table.task-table tbody{
        width: 692px;
        display: block;
    }
}
@media (min-width: 767px){
    .task-table{
        margin-left: 3px;
    }
    table.task-table thead tr th:first-child,
    table.task-table thead tr th:nth-child(2),
    table.task-table tbody tr td:first-child,
    table.task-table tbody tr td:nth-child(2){
        width: 8%;
    }
    table.task-table thead tr th:nth-child(5),
    table.task-table tbody tr td:nth-child(5){
        width: 20%;
    }
    table.task-table thead tr th,
    table.task-table tbody tr td{
        font-size: 14px;
        width: 14%;
        display: inline-block;
        border:none;
    }
    table.task-table thead tr,
    table.task-table tbody tr,
    table.task-table thead,
    table.task-table tbody{
        width: 100%;
        display: block;
    }
}

a.delete-task, a.delete-task:hover, a.delete-task:visited {
    color: red;
    border-radius: 50%;
    padding: 0 5px 0 5px;
    font-size: 18px;
}

a.edit-task, a.edit-task:hover, a.edit-task:visited {
    color: #000;
}

a.view-task, a.view-task:hover, a.view-task:visited {
    color: black;
    border-radius: 50%;
    font-size: 16px;
}

.task-table {
    display: none;
}
.add-task i.fa-plus{
    color: #474a4b;
}
.hide {
    display: none;
}

/**
* Task and Project status styles
*/
.project-list .label,
.edit-project .label,
.add-project .label {
    padding: 3px 6px;
    border-radius: 3px;
    font-family: Roboto;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    font-size: 12px;
}
.project-list .new-label,
.add-project .new-label,
.edit-project  .new-label {
    border: 1px solid #000;
    background: transparent;
    color: #000 !important;
}
.project-list .approved-label,
.edit-project .approved-label {
    border: 1px solid #007bff;
    background: #007bff;
    color: #fff;
}
.project-list .progress-label,
.edit-project .progress-label {
    border: 1px solid #ffc107;
    background: #ffc107;
    color: #fff;
}
.project-list .completed-label,
.edit-project .completed-label {
    border: 1px solid #28a745;
    background: #28a745;
    color: #fff;
}
.edit-project .progress,
.add-project .progress {
    position: relative;
    margin-bottom: 0;
}
.edit-project .progress span,
.add-project .progress span {
    color: #000;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
    position: absolute;
}

/*
* Progress Bar
*/
.progress{
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar{
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-bar-success{
    background-color: #5cb85c;
}

/*
* Banked Hours History
*/
.woocommerce .last-purchase-history .alignright{
    padding: 0px 0 20px 0;
}
.estimated-time + label{
    font-weight: 400;
}
.estimated-time{
    padding: 0;
}
.estimated-time li{
    list-style-type: none;
    border: 1px solid #ccc;
    padding: 10px;
    width: 50%;
}
.estimated-time li:first-child{
    border-bottom: 0;
}
.estimated-time li label{
    display: inline-block;
    margin: 0;
}
.estimated-time li span{
    display:inline-block;
    margin-left: 20px;
    font-weight: 500;
    font-size: 16px;
    float: right;
}

/**
* Project Styles
*/
.project{
    margin: 10px 0;
}
.project table{
    border: 1px solid #e9e9e9;
}
.project a.pointer{
    padding: 0px 13px;
    background-color: #3297fa;
    border-radius: 11px;
    color: #fff;
    font-size: 12px;
}
.project table thead th{
    padding: 15px 10px;
    line-height: normal;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    border: none;
}
.project table tbody td{
    padding: 8px;
    line-height: normal;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    font-size: 14px;
}
.project .new-project{
    margin-bottom: 20px;
}

/*
* No Content
*/
.no-content{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.no-content a{
    font-weight: normal;
    margin: 15px 0;
    text-transform: uppercase;
}

.product-quantity .quantity .qty {
    width: 65px;
}