﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

.w-100 {
    width: 100%;
}

.page-footer .page-footer-inner a {
    color: #a3a3a3;
    font-weight: bold;
}

.page-quick-sidebar-wrapper {
    width: 460px;
    right: -460px;
}

#home .portlet, #user-register .portlet, #enterprise-register .portlet {
    padding: 0;
}

#home .todo-sidebar {
    width: 100%;
}

#new-activity .modal-title > span:first-child {
    color: #f2784b;
}

.form-control {
    padding: 6px 12px;
}

    .form-control.input-lg {
        height: 45px;
        font-size: 20px;
    }

.activity-description-row {
    height: 230px;
}

    .activity-description-row .dropzone {
        min-height: 200px;
    }

    .activity-description-row textarea {
        height: 170px;
    }

.wrapper-dropzone {
    height: 200px;
    overflow: hidden;
}

.dropzone {
    padding: 0;
}

    .dropzone .dz-preview, .dropzone-previews .dz-preview {
        margin: 17px;
    }

    .dropzone .dz-default.dz-message {
        background-image: none;
    }

        .dropzone .dz-default.dz-message span {
            display: block;
            text-align: center;
            font-size: 20px;
            line-height: 115px;
        }

.modal-title {
    text-transform: uppercase;
}

.modal-footer .label {
    float: left;
    margin-top: 4px;
    padding: 6px 7px;
    margin-right: 10px;
    cursor: default;
}



.todo-title,
.todo-tasklist-item.todo-title:hover {
    background-color: #ababab;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    cursor: default;
}

    .todo-title span {
        font-weight: normal;
    }

.todo-loader,
.todo-tasklist-item.todo-loader:hover {
    background-color: #fff;
    text-align: center;
    margin-bottom: 0;
    cursor: default;
}

    .todo-loader .block-spinner-bar > div {
        background-color: #fff;
    }

.o-hidden {
    overflow: hidden;
}


.timeline {
    padding: 0 0 100px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

    .timeline .tasks {
        min-height: 20px;
    }

    .timeline::-webkit-scrollbar {
        width: 8px;
    }

    .timeline::-webkit-scrollbar-thumb {
        background-color: #ddd;
    }

    .timeline h4 {
        text-transform: uppercase;
        padding: 9px 0;
        cursor: default;
        border-bottom: 1px solid #eee;
    }

    .timeline .timeline-day {
        margin-bottom: 20px;
    }

    .timeline .tasks-waiting {
        margin-bottom: 40px;
    }

.task-part {
    background: #ddd;
}

.timeline .hour-spent {
    display: none;
}

.top-buttons {
    margin-bottom: 30px;
}

    .top-buttons .btn {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 18px;
    }

    .top-buttons [name=q] {
        height: 49px;
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 18px;
    }

.filters {
    border-top: 4px solid #6585a3;
    padding-top: 25px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
    margin-bottom: 30px;
}

    .filters:before {
        content: '';
        position: absolute;
        right: 30px;
        top: -15px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 11px solid #6585a3;
    }

    .filters > div {
        margin-bottom: 30px;
    }

    .filters hr {
        border: 4px solid #e3e3e3;
    }

    .filters .filter-title {
        color: #ababab;
        font-family: 'Roboto';
        font-size: 16px;
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 15px;
    }

    .filters .icheck-inline > label {
        margin-left: 0;
        margin-right: 15px;
        margin-bottom: 15px;
        color: #ababab;
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 17px;
        width: 40%;
    }

@media (max-width: 1199px) {
    .filters .icheck-inline > label {
        font-size: 14px;
    }
}

.btn:focus,
.btn:active {
    color: #fff;
}

.btn-new {
    background-color: #3ab88d;
    color: #fff;
}

    .btn-new:hover {
        background-color: #38b087;
        color: #fff;
    }

.edit-timeline {
    background-color: #f5c84d;
    color: #fff;
}

    .edit-timeline:hover {
        background-color: #e5ba44;
        color: #fff;
    }

.btn-filter-more-options {
    background-color: #6585a3;
    color: #fff;
}

    .btn-filter-more-options:hover,
    .btn-filter-more-options.active {
        background-color: #5c7994;
        color: #fff;
    }



@media (min-width: 992px) {
    .modal-lg {
        width: 980px;
    }
}

.login .copyright a:visited {
    color: #5b9bd1;
    text-decoration: none !important;
}

.login .copyright a:hover {
    color: #337ab7;
}

.profilePicture {
    height: 40%;
    width: 30%;
    margin: 10px;
}


/* Images to the DataTable */
table.dataTable thead .sorting {
    background: url('/lib/vendor/datatable/images/sort_both.png') no-repeat center right;
}

table.dataTable thead .sorting_asc {
    background: url('/lib/vendor/datatable/images/sort_asc.png') no-repeat center right;
}

table.dataTable thead .sorting_desc {
    background: url('/lib/vendor/datatable/images/sort_desc.png') no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
    background: url('/lib/vendor/datatable/images/sort_asc_disabled.png') no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
    background: url('/lib/vendor/datatable/images/sort_desc_disabled.png') no-repeat center right;
}

.opaque {
    visibility: hidden;
    opacity: 0;
    transition: 0.23s all ease;
    -webkit-transition: 0.23s all ease;
    -moz-transition: 0.23s all ease;
    -o-transition: 0.23s all ease;
}

.dataTables_filter {
    display: none;
}

.not-opaque {
    visibility: visible;
    opacity: 1;
}

.dataTable td a {
    color: #333;
}

#user-list .portlet.light, #user-update .portlet.light, #enterprise-list .portlet.light {
    padding: 0;
}

.search {
    margin-top: 25px;
}

.dataTable {
    width: 100% !important;
}

.table-container {
    margin-top: 10px;
}

    .table-container .row {
        margin-left: 0;
        margin-right: 0;
    }

.pagination .active > a, .pagination .active > a:hover {
    background: #eee !important;
    border-color: #dddddd !important;
    color: #333 !important;
}

#user-list .label.label-sm {
    margin-left: 8px;
}

form img {
    width: 100%;
}

.btn.btn-align-form-control {
    width: 100%;
    margin-top: 25px;
}

#user-update input[type=file] {
    display: none;
}

#user-update .profile-nav {
    width: 200px;
}

#user-update .profile {
    display: inline-block;
    float: left;
}

#user-update .profile-info {
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.page-header.navbar .page-logo {
    padding-left: 10px;
}

    .page-header.navbar .page-logo > a {
        font-size: 26px;
        margin-top: 5px;
        color: #848484;
        font-family: Arial;
        font-weight: bold;
    }

        .page-header.navbar .page-logo > a:hover {
            text-decoration: none;
        }

        

.login .content{
    margin-top:130px;
}

.login .logo {    
    margin-top: 20px;
}

.logo img{
    width:40%;

}

.todo-project-list ul li {
    font-size: 14px !important;
    padding: 8px 10px;
    color: #5b9bd1;
    cursor: pointer;
}

    .todo-project-list ul li:hover {
        background-color: #eee;
    }

.todo-project-list .nav-pills > li.active {
    background-color: #87a9c7 !important;
    color: #fff;
}

.comments-list img {
    width: 50px;
    height: 40px;
    border-radius: 100%;
}

.clear-input {
    color: #AAAAAA;
    position: absolute;
    top: 0;
    right: 16px;
    cursor: pointer;
    display: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.foreign {
    display: none;
}

.todo-title.todo-tasklist-item,
.todo-title.todo-tasklist-item:hover {
    padding: 10px;
    background: #ababab;
    border: none;
}

.todo-tasklist-item {
    padding: 20px;
    cursor: default;
}

.todo-tasklist-item,
div .todo-tasklist-item:hover {
    background-color: #fff;
    border: 1px solid #E1E1E1;
}

.todo-tasklist-item-title {
    padding: 0;
    cursor: default;
    display: inline-block;
}

    .todo-tasklist-item-title a {
        color: #5A5A5A;
        font-size: 19px;
        font-family: 'Roboto';
        font-weight: normal;
    }

        .todo-tasklist-item-title a:hover {
            text-decoration: none;
        }

    .todo-tasklist-item-title span {
        color: #ababab;
        font-size: 15px;
        font-family: 'Roboto';
        font-weight: normal;
    }

.todo-tasklist-item hr {
    margin: 10px 0;
}

.todo-tasklist-badge {
    background: #B9B9B9;
    font-family: 'Roboto';
    font-weight: 300;
    padding: 6px 10px;
    height: auto;
    text-transform: uppercase;
}

.left-tag {
    font-family: 'Roboto';
    font-weight: 300;
    text-transform: uppercase;
    border-left: 4px solid #f4b91a;
    padding: 4px 8px;
    color: #666666;
    font-size: 14px;
}

.task-item {
    /*min-height: 125px;*/
    padding-bottom: 45px;
    overflow: visible;
}

    .timeline .task-item,
    .timeline .task-item:hover {
        cursor: default;
    }

.timeline.allow-move .task,
.timeline.allow-move .task:hover,
.timeline.allow-move .task-with-hour,
.timeline.allow-move .task-with-hour:hover {
    border-right-style: dashed;
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-left: none;
    cursor: all-scroll;
    background: #fff url('/lib/img/allow-move.jpg') left top repeat-y;
}

.dropdown-menu li {
    margin-right: 0;
    margin-bottom: 0;
}

#home .actions {
    background-color: #2A55AB;
    color: #fff;
    height:35px;
    padding-right:0;
    padding-top:8px;
    width:149px;
    font-size:12px;
}

    #home .actions:hover {
        background-color: #2A55AB;
        color:#FFF;
    }

    #home .actions .fa.fa-angle-down {
        background: #1E4592;        
        padding: 10px 12px 11px;
        margin-top: -8px;
        float:right;
    }

.btn-group {
    margin-left: 10px;
    margin-top: 1px;
}

.form-wizard .steps > li > a.step {
    cursor: default;
}

    .form-wizard .steps > li > a.step:hover {
        color: #5b9bd1;
    }

#enterprise-list .dropdown-menu {
    min-width: 190px;
}

.page-sidebar .page-sidebar-menu > li:nth-child(2) > a {
    margin-top: 15px;
    border-top: none;
}

.todo-tasklist-item.todo-loader,
.todo-tasklist-item.todo-loader:hover {
    border: none;
    position: absolute;
    width: calc(100% - 29px);
    background: transparent;
    top: -5px;
}

.modal-open .datepicker {
    cursor: pointer;
}

.hours-per-month{    
    display:inline-block;
    float:right;
    margin-right:10px;
}

#activity-update .media{
    margin-top:0;
    margin-bottom:5px;
    padding:15px 10px 0 10px;    
}

#activity-update .comments-list hr{
    margin-top:10px;
    margin-bottom:0px;
    background-color:#FFF;
}

.new-comment{
    background-color:#fcf8e3;
}

#reports .chart{
    height: 350px;
}

.search-void {
    display:none;
    position: absolute;
    margin-top: -175px;
    text-align: center;
    width: 100%;
}

#reports button {
    float: right;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle > img {
    width:29px;
}


.todo-tasklist-item .status, .todo-tasklist-item .comments {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: normal;
    padding: 9px 15px 10px;
    margin-left: 10px;  
    display:inline-block;
      
}

.todo-tasklist-item .color-waiting {
    background: #F8B72C;
    padding:9px 43px;
}
.todo-tasklist-item .color-pending {
    background: #01B6AD;
    padding:9px 23px;
}
.todo-tasklist-item .color-todo {
    background: #F53333;
    padding:9px 52px;
}
.todo-tasklist-item .color-inProgress{
    background: #5683CD;
    padding:9px 31px;    
}
.todo-tasklist-item .color-inProgressPercent {
    background: #5683CD;
    padding:9px 10px 9px 11px;    
}
.todo-tasklist-item .color-done {
    background: #28B359;
    padding:9px 42px 9px 41px;    
}
.todo-tasklist-item .color-broken {
    background: #A3A3A3;
    padding:9px 32px;
}
.todo-tasklist-item .color-disapproved {
    background:#000000;
    padding:9px 41px;
}
.todo-tasklist-item .color-removed {
    background: #686868;
    padding:9px 45px;
}
.todo-tasklist-item .color-inDelay {
    background: #850C0C;
    padding:9px 42px 9px 43px;
}

.todo-tasklist-item .color-comment{
    background:#FF9547;
}


.border-color-waiting {
    border-color: #F8B72C;
}
.border-color-pending {
    border-color: #01B6AD;
}
.border-color-todo {
    border-color: #F53333;
}
.border-color-inProgress, .border-color-inProgressPercent {
    border-color: #5683CD;
}
.border-color-done, .border-color-done:hover {
    border-color: #28B359!important;
}
.border-color-broken {
    border-color: #A3A3A3;
}
.border-color-disapproved {
    border-color:#000000;
}
.border-color-removed {
    border-color: #686868;
}
.border-color-inDelay {
    border-color: #850C0C;
}

.todo-tasklist-item .comments{
    padding-left:0;
    display:inline-block;
}

.todo-tasklist-item .comments span {    
    font-size:16px;
    background:#FE6E36;
    padding:7px 13px 9px;
    margin-right: 11px;
    color:#FFF;
}

.tip-comment{
    border-left: 9px solid #FE6E36;
    border-bottom: 9px solid #FE6E36;    
    padding:1px;
    margin-top:4px;
    margin-left:-5px;
    display:inline-block;
    position:absolute;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45eg);
}

.todo-tasklist-item-title .btn-group ul li a{
    font-size:13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.from-comment{
    width:130px;
    height:14px;
    display:inline-block;
    overflow:hidden;
}

.more-notifications{
    color:#EAEDF2;    
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    padding-top:7px;
    padding-bottom:7px;    
    text-align:center;
    cursor:pointer;
}

.more-notifications:hover{
    background:#85AAB4;
}
