body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color:#fff;
    color:#333;
    font-family: 'Open Sans', verdana, arial, helvetica, sans-serif;
}

#div_body {
    bottom: 5px;
    overflow: hidden;
    margin-left: 5px;
    height: 100%;
}
#div_left {
    float:left;
    margin: 20px 10px 5px 0;
    width: 180px;
    height: 96%;
}
#div_menu_title{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #5f5f5f;
    height: 20px;
    width: 175px;
    letter-spacing: -1px;
}
#div_menu_title a{
    /*font-weight: normal;*/
    color: #5f5f5f;
    text-decoration: none;
    background-color: transparent;
}
#div_menu_title a:hover{
    color: #5A8ECC;
}
#div_menu_container{
    float: left;
    background-color: #ffffff;
    margin-top: 20px;
    padding-bottom: 15px;
    /* test */
    position: absolute;
    bottom: 5px;
    top: 47px;
    overflow-y: auto;
    overflow-x: hidden;

}
#bodycontainer{
    position: absolute; right: 1px; left: 1px; bottom: 1px; top: 56px; background-color: #fff;
}
#overlay-loading{
    position: fixed;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 10000;
    background: rgba(200, 200, 200, 0.63);
}
#snap-modal-content{
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.div_menu_item{
    width: 156px;
    margin-top: 0;
    margin-left: 10px;
    padding-top: 10px;
    border-right: 1px solid #9f9fb4;
    line-height: 20px;
    float: left;
    clear: left;
}
.div_menu_separator{
    width: 140px;
    margin-top: 0;
    margin-left: 0;
    float: left;
    clear: left;
    border-bottom: 1px solid #9f9fb4;
}
h4{
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-margin-before: 10px;
    -webkit-margin-after: 10px;
}

.loader-wrapper {
    width:      100%;
    height:     50px;
    text-align: center;
    padding-top: 20px;
}
.loader-wrapper .loader {
    background-color:   #d9edf7;
    padding:            0 10px;
    border-radius:      5px;
    border:             solid 1px #bce8f1;
    display:            inline-block;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.4);
    -moz-box-shadow:    1px 0 5px 1px rgba(0,0,0,0.4);
    box-shadow:         0 0 5px 1px rgba(0,0,0,0.4);
    color:              #31708f;
    font-size:          13px;
    font-weight:        bold;
    box-sizing:         border-box;
    line-height:        32px;
}
.link{
    font-size: 14px;
    font-weight: normal;
    color: #5a8ecc;
    text-decoration: none;
    background-color: transparent;
}
.clickable{
    color: #87879d;
    font-weight: bold;
}
.not-clickable{
    color: #bbbdbf;
    font-weight: bold;
}
.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
       Introduced in IE 10.
       See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
     */
    -ms-user-select: none;
    user-select: none;
}
.round-border-4{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.round-border-10{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.truncated-text{
    text-overflow: ellipsis; overflow:hidden; white-space:nowrap;
}
.truncated-text-2{
    text-overflow: ellipsis;
    overflow:hidden;
    -moz-box-orient: vertical;      /* Mozilla */
    -webkit-box-orient: vertical;   /* WebKit */
    box-orient: vertical;           /* As specified */
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.orange { color: orange; }
.red { color: red; }
.black{ color: #000; }
.green{ color: green; }

/* header */
#div_main_container {
    margin: 0;
    padding: 0;
    min-width: 960px;
    border-image: none;
    left: 2px; top: 2px; right: 2px; bottom: 2px;
    position: absolute;
    overflow: hidden;
}
#div_header{
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    color: #5f5f5f;
    border-bottom: 1px solid #8ebd70;
}
#div_navigation {
    width: 38%; text-align: left; color: rgb(186, 186, 192); letter-spacing: -1px; font-size: 18px;
    vertical-align: bottom;
    float: left;
    margin-top: 4px;
}
#div_navigation_title{
    float: left; margin-left: 5px; margin-top: 2px; min-width: 232px;
}
#curr_date {
    width: 30%; text-align: center; color: rgb(255, 255, 255); font-size: 18px; float: left;
}
#div_current_user {
    width: 35%; text-align: right; float: left;
}
#div_current_user .greeting {
    color: white; font-size: 18px; margin-top: 4px;
}
#div_current_user .role {
    color: rgb(187, 187, 200); text-transform: uppercase; font-size: 16px; font-weight: bold;
}
#div_current_user .avatar {
    vertical-align: middle;
}
#div_current_user img {
    width: 28px; height: 28px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
}
#div_logo {
    position: absolute;
    margin-top: 1px;
}
#img_logo {
    float: left;
}
#div_logo div {
    left: 222px; height: 60px; right: 2px; bottom: 0; position: absolute;
}
#div_logout {
    margin: 0; padding: 1px; border-radius: 4px; border: thin solid rgb(221, 239, 62); border-image: none; text-align: center; right: 0; bottom: 23px; color: rgb(187, 187, 201); letter-spacing: -1px; font-size: 15px; font-weight: bold; position: absolute; cursor: pointer; -moz-border-radius: 4px;
}
.div_logout {
    text-align: center; color: rgb(187, 187, 201); letter-spacing: -0.1em; font-size: 15px; font-weight: bold; text-decoration: none; cursor: pointer;
}
#div_content {
    margin: 0 1% 1%; border-radius: 0 0 0 5px; top: 107px; width: 98%; bottom: 5px; background-color: #ffffff; float: left;
}

a {
    text-decoration: none;
}
a:visited{
    color: #5A8ECC;
}
.header-icon{
    cursor: pointer;
}
.header-icon:hover{
    opacity:0.5;
}

/* admin */
#table-settings{
    overflow-y: scroll;
    flex-grow: 1;
}
#table-settings thead tr td{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 30px;
    border-bottom: #bbbbc9 2px solid;
    box-sizing: border-box;
    border-collapse: collapse;
    background-color: #fff;
    z-index: 2;
}
.as-label{
    width: 100px;
    height: 34px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #5f5f5f;
}

/* home */
#st-timesheet{
    width: 98%;
    height: 350px;
    overflow: hidden;
    margin-top: 15px;
    float: left;
    margin-left: 15px;

    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);

}
#st-timesheet-frame {
    width: 100%; height: 245px; overflow: auto; float: left; max-height: 300px;
}
#st-timesheet-insert {
    width: 100%; float: left; min-height: 33px; vertical-align: top;
}
#st-timesheet h2 {
    line-height: 40px; font-size: 18px; margin-top: 0; font-weight: 600;
}
#st-timesheet h2 a {
    vertical-align: middle;
}
#st-timesheet h2 a img {
    margin-left: 5px;
}

#st-users-container {
    background-position: 0 205px; width: 426px; height: 135px; overflow: hidden; margin-right: 10px; float: left; background-repeat: no-repeat;
}

#st-user {

    clear: both;
    width: 400px;
    height: 250px;
    margin-left: 15px;
    overflow: hidden;
    float: left;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}
#st-user h2 {
    line-height: 40px; font-size: 18px; margin-top: 0; font-weight: 600;
}
#st-user h2 a {
    vertical-align: middle;
}
.user-line {
    width: 100%;
    color: rgb(95, 95, 95);
    font-size: 12px; font-weight: normal; text-decoration: none; float: left; min-height: 26px;
}

.people {
    margin: 3px 0; padding: 0; width: 100%; height: 30px; color: rgb(88, 89, 91); letter-spacing: 0; font-size: 13px; vertical-align: middle; cursor: pointer;
}
.people:hover {
    background-color: rgb(211, 213, 215);
}
.people .img-user-status {
    margin: 10px 10px 10px 10px; width: 10px; height: 10px; float: left;
}
.people .text-user {
    margin: 8px 0; float: left;
}
.people .div-avatar {
    border-radius: 16px;
    border: 1px solid rgb(109, 110, 112); border-image: none; width: 27px; height: 27px; margin-right: 5px; float: right; background-color: rgb(255, 255, 255);
}

#st-chat {
    width: 280px;
    max-width: 25%;
    height: 250px;
    overflow: hidden;
    float: left;
    margin-left: 15px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);

}
#st-chat .header {
    height: 40px;
    padding: 0 5px;
    border-bottom: 2px solid #dfdfdf;
}
#st-chat-frame {
    width: 99%; height: 200px; overflow: auto; float: left;
    padding-left: 5px; padding-top: 5px;
}
#st-chat h2 {
    line-height: 40px; font-size: 18px; margin: 0; font-weight: 600;
}
#st-chat h2 a {
    vertical-align: middle;
}
#st-chat h2 a img {
    margin-left: 5px;
}

/* actuals */
#div-timesheet-view {
    overflow: auto;
    text-align: left;
    position: absolute;
    right: 5px;
    left: 5px;
    bottom: 38px;
    top: 94px;
}
#div-timesheet-header{
    position: fixed;
    text-align: center;
    top: 120px;
    left: 10px;
    right: 10px;
    height: 27px;
    padding-top: 3px;
    border-bottom: 2px solid rgb(208, 210, 211);
}
#div-timesheet-footer{
    position: fixed;
    text-align: center;
    bottom: 3px;
    left: 10px;
    right: 60px;
    height: 35px;
    padding-top: 3px;
}
.actual-line-data {
    width: 100%;
    text-decoration: none;
    border-bottom: #d0d2d3 1px solid;
    background-color: transparent;
    padding: 3px 0;
    overflow: auto;
    font-size: 13px;
    line-height: 32px;
}
.actual-line-data .form-group {
    margin-bottom: 0;
}
.actual-line-data input, .actual-line-data select{font-size: 13px;}
.actual-line-data .col-image {
    text-align: center;
    display: inline-block;
    padding: 2px 1px;
    min-width: 25px;
}
.actual-line-form-data{
    width: calc(100% - 145px);
    color: #5f5f5f;
    text-decoration: none;
    vertical-align: top;
    min-height: 32px;
    line-height: 32px;
}
.actual-col-project{
    width: 42%;
    min-height: 1px;
}
.actual-label{
    padding-left: 3px;
    color: #999;
    min-width: 75px;
    display: inline-block;
}
.actual-col-activity{
    width: 48%;
    min-height: 1px;
}
.actual-col-activity.line-total{
    width: 42%;
    min-height: 1px;
}
.actual-col-activity-gadget{
    width: 48%;
    min-height: 1px;
}
.actual-col-activity-gadget.total{
    width: 42%;
}
.actual-col-hours{
    width: 10%;
    min-height: 1px;
    min-width: 75px;
}
.actual-col-hours-total{
    width: 58%;
}
.actual-col-icons{
    width: 150px;
}
.actual-col-icons.gadget{
    width: 90px;
}
.actual-col-notes-gadget{
    width: 100%;
}
.actual-col-data{
    width: 11%;
    max-width: 115px;
    padding-left: 3px;
    font-weight: bold;
    font-size: 13px;
    min-height: 1px;
}
.actual-line-form-data .actual-col-image img{
    vertical-align: sub;
}
.actual-col-image{
    text-align: center;
    padding: 2px 1px;
    width: 25px;
    display: inline-block;
    min-height: 1px;
}
.actuals-label-navigate{
    font-size: 17px;
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
    background-color: transparent;
    letter-spacing: -1px;
}

/* assenze */
#div_leaves_container{
    width: 100%;
    text-align: left;
    background-color: #f7f7f7;
    border: 1px #babcbe solid;
    border-radius: 7px;
    padding-top: 1px;
    padding-bottom: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

/* approvazioni */
.approval-fees-footer{
    background-color: #222222;
    color: #f1f1f1;
    padding: 0 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}
.approval-footer-bg{
    color: #f1f1f1;
    background-color: #929497;
    padding: 0!important;

}

.approval-footer-bg.rounded{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;

}
.approval-timesheet-list-header{
    font-size: 16px;
    color: #5f5f5f;
    border-bottom: 2px #d0d2d3 solid;
    min-height: 30px; width: 99%;
}
.approval-timesheet-list-header .col-image {
    width: 27px;
    min-height: 30px;
}

.approval-line-form-data{
    min-height: 35px;
    font-size: 13px;
    font-weight: normal;
    color: #5f5f5f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
}
.approval-col-date{
    min-height: 35px;
    width: 120px;
}
.approval-col-location{
    line-height: 35px;
    min-height: 35px;
    width: 180px;
}
.approval-col-fees{
    line-height: 35px;
    min-height: 35px;
    width: 75px;
}
.approval-col-hours{
    line-height: 35px;
    min-height: 35px;
    width: 55px;
}

#approval-timesheet{
    font-size: 13px;
}
#approval-timesheet .col-image{
    text-align: center;
    display: inline-block;
    padding: 2px 1px;
    min-width: 25px;
}

.read-only-color{
   color: #bbbdbf;
}
.to-be-approved{
    border: 1px solid #aa0000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #ff0000;
    width: 12px;
    height: 12px;
}
.to-bill{
    border: 1px solid #3f80fd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #6bccfd;
    width: 12px;
    height: 12px;
}
.billed{
    border: 1px solid green;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #00a900;
    width: 12px;
    height: 12px;
}
.img-flag-enabled{
    border: 0; cursor: pointer;
}
.img-flag-disabled{
    border: 0; cursor: default;
}

/* settings */

#div-content {
    width: 99%;
    position: absolute;
    bottom: 0;
    top: 35px;
    right: 0;
    left: 5px;
}
#div-container {
    margin-left: auto;
    margin-right: auto;
    min-height: 50px;
    width: 90%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}
#project{
    width: 330px;
    padding-bottom: 10px;
    border: 1px #dfdfdf solid;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}
#project h2{
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0 10px 14px;
}
/* Struttura image list immagini avatar */
#div-list-img {
    width: 180px;
    display: none;
    position: absolute;
    background-color: #ffffff;
    color: black;
    padding:  15px 15px 5px 15px;
    -moz-box-shadow: 2px 2px 5px #aaa;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    box-shadow: 2px 2px 5px #aaa;
    border-radius: 5px;
    border: thin solid #aaa;

}
#div-list-img img {
    width: 30px;
    height: 30px;
    padding: 0 0 0 0;
    margin: 2px 2px 2px 2px;
    border: thin solid #f0f0f0;
}
#div-list-img img:hover {
    border: thin solid #3399ff;
    background-color: #ffffff;
    cursor: pointer;
}
/* fine Struttura image list immagini avatar */

#imgavt-wrapper {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}
#imgavt-wrapper input {
    opacity: 0.01;
    height: 100%; /* parametro indispensabile! */
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#imgavt-wrapper .button {
    display: inline-block;
    padding-bottom: 1px;
    font-size: 12px;
    font-weight: normal;
    width:100%;
    margin-top: 5px;
    cursor: pointer;

}
#imgavt-wrapper .button:hover {
    font-weight: bold;
    cursor: pointer;
}

#div-upl-img-avt {
    display: inline-block;
}
#div_user_mail_notify_container, #div_pm_mail_notify_container{
    float: left;
    overflow: auto; width: 320px; height: 150px; padding-top: 3px; margin-top: 5px; margin-left: 8px;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.avatar img{
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
}

iframe {
    width:0;
    height:0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-width: 0;
}

/* labels */
#div_task_labels_list_container{
    float: left; padding-top: 3px; padding-right: 5px; width: 100%;
}
#div_task_labels_list ul{
    margin-left: -35px;
    max-height: 220px;
    overflow: auto;
}
#div_task_labels_list li{
    padding: 0;
    height: 30px;
    margin-bottom: 5px;
    cursor: pointer;
}
#div_task_labels_list li:hover{
    cursor: pointer;
}
#div_task_labels_list li .card-label-text{
    padding-top: 6px;
    padding-left: 5px;
    float: left;
}
#div_task_labels_list li .card-label-icon{
    float: right;
    padding-right: 5px;
    padding-top: 7px;
    display: none;
}

.card-label {
    color: #fff;
    display: block;
    margin-right: 3px;
    padding: 4px 0 4px 3px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-transform: translateZ(0);
}
.card-label-selectable {
    margin: 0 36px 3px 0;
    -webkit-transition: margin-right .1s;
    -webkit-transition-delay: .05s;
    transition: margin-right .1s;
    transition-delay: .05s;
}
.card-label-selectable:hover {
    margin-right: 24px;
}
.card-label-selectable.selected {
    margin-right: 5px;
}
.pop-over{background:#fff;border-radius:3px;border:1px solid #dbdbdb;border-bottom-color:#c2c2c2;-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);box-shadow:0 1px 6px rgba(0, 0, 0, 0.15);display:none;overflow:hidden;position:absolute;right:-9999px;top:-9999px;width:300px;z-index:20;}.pop-over hr{margin:6px 0}
.pop-over .header {
    height: 36px;
    position: relative;
    margin-bottom: 8px;
    text-align: center;
}
.pop-over .header .header-title {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #939393;
    display: block;
    line-height: 36px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0 10px;
    overflow: hidden;
    padding: 0 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-close-btn {
    padding: 10px 10px 10px 4px;
    position: absolute;
    top: 0;
    right: 0;
}
.fp-card-label-text{
    padding-top: 6px;
    padding-left: 5px;
}
.fp-card-label-icon{
    padding-right: 5px;
    padding-top: 7px;
    display: none;
}
.card-label .card-label-text{
    height: 18px;
}
.card-label .card-label-text-input {
    background-color: transparent; border: 0; height: 18px; width: 100%; color: #fff;
}
.pointer{ cursor: pointer;}
.cursor-default{ cursor: default;}
.bg-unplanned{ background: rgba(154, 232, 112, 0.10); }
.bold{ font-weight: bold !important; }
.hidden{ display: none;}
.italic{ font-style: italic; }
.striketrought{ text-decoration: line-through; }
.select-separator{
    background-image:url(/assets/line.png);
    background-repeat:repeat-x;
    background-position:50% 50%;
    background-attachment:scroll;
    cursor: default;
}
.form-row-separator{
    width: 100%;
    height: 30px;
}
.hovertable tr:hover {
    background-color: #e8f1e2 !important;
}
.hovertable tr .img-pj-favorite.off {
    display: none;
}
.hovertable tr .img-pj-favorite {
    display: inline-block;
}
.hovertable tr:hover .img-pj-favorite.off{
    display: inline-block;
}
.hovertable tr td.left-rounded-border{
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
}
.hovertable tr td div.left-rounded-border{
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
}

.hovertable div:hover {
    background-color: #e8f1e2 !important;
}

.tab-selector {
    color: #88889e;
    font-size: 18px;
    cursor: pointer;
    font-weight: normal;
    letter-spacing: -1px;
}
.tab-selector.selected {
    color: #8ebd70;
}


/* header degli elenchi */
.snap-header{
    font-size: 16px;
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
}


/* to_do list */
#div_task_todo_list_container{
    padding-top: 3px; padding-right: 5px;
}
.todo_item{
    clear: both; width: 330px; height: 20px; -webkit-transform: translateZ(0);
}

/* query */
.query-form-separator{
    width: 98%; border: 1px solid #e0e0e4; margin-left: auto; margin-right: auto; margin-top: 2px; clear: both;
}
.ui-autocomplete.ui-widget-content{

    border: 1px solid #d0d2d3;
    background-color: #fff;
    color: #555;

}
.ui-autocomplete.ui-widget-content .ui-menu-item{
    background-color: #fff;
    color: #555;
}
.ui-autocomplete.ui-widget-content .ui-menu-item-wrapper{
    color:#555;
    background-color:#fff;
}
.ui-autocomplete.ui-widget-content .ui-menu-item-wrapper.ui-state-active{
    /*color:#555;*/
    /*background-color:#fff;*/
    color:#fff;
    background-color:#337ab7;
    border-color: #fff;

}
.ui-autocomplete.ui-widget-content .ui-menu-item-wrapper:hover{
    color:#fff;
    background-color:#337ab7;
}
.multi-select{
    background-color: rgb(246, 246, 250);
    border: 1px solid rgb(158, 158, 179);
    color: rgb(88, 89, 91);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 13px;
}
#table_query_result tr{
    height: 25px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: normal;
    color: #5f5f5f;
}
#table_query_result .table_query_result_header{
    font-size: 16px;
    font-weight: normal;
    color: #5F5F5F;
    text-decoration: none;
    border-bottom: #bbbbc9 2px solid;
    text-overflow: ellipsis; overflow:hidden; white-space:nowrap;
}
#table_query_result .table_query_result_line_data{
    border-bottom: #bbbbc9 1px dotted;
    text-decoration: none;
    cursor: default;
}
#table_query_result .table_query_result_bottom{
    border-bottom: #bbbbc9 1px dotted;
    color: #f1f1f1;
    background-color: #929497;
    text-decoration: none;
    cursor: default;
}
#table_query_result .table_query_result_total{
    border-bottom: #bbbbc9 1px dotted;
    color: #f1f1f1;
    background-color: #222222;
    text-decoration: none;
    cursor: default;
}


/* tasks */
.CodeMirror table{
    border-collapse: collapse;
    border-spacing: 0;
}
#div-task-form-container-border{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    /*float: left;*/
}
#div-task-header{
    width: 99%;
    padding: 5px;
    -moz-user-select: text; -khtml-user-select: text; -webkit-user-select: text; user-select: text;
}
#tasks-div-labels-list{
    width: 300px;
    position: absolute;
    background-color: #fff;
    display: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#tasks-div-labels-list ul{
    margin-bottom: 5px;
    padding-top: 5px;
}
#div_task_labels_list ul li{
    cursor: pointer;
}
#table_task_list .subproject{
    color: #8ebd70;
}
#task_container_main{
    width: 100%;
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
    overflow: hidden;
}
#task_container_main li {
    list-style-type: none;
}
#task_container_main li:hover {
    cursor: default;
}
#task_container_main li.ui-sortable-helper {
    cursor: move;
}
#task_container_main li .title{
    cursor: pointer;
    float: left;
}
#task_container_main li.ui-sortable-helper .title{
    cursor: move;
}

.project-member:hover{ background-color: #e8f1e2 !important; }
.div-history-comment{
    width: 100%;
    height: 64px;
    margin-bottom: 5px;
    background-color: #dfdfe3;
    padding: 3px 0;
    -webkit-transform: translateZ(0);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.div-project-flags{
    display: inline-block; min-width: 170px; cursor: pointer;
}
.role-selected{
    background-color: #b2dcd4;
}
.role-row{
    height: 25px;
    line-height: 25px;
    text-align: left;
    border-bottom: 1px solid #dedede;
}
.role-row-title{
    height: 25px;
    line-height: 25px;
    text-align: left;
    border-bottom: 1px solid #dedede;
    background-color: #dedede;
    font-weight: bold;
}
.users-group-icons {
    overflow: auto;
    border: 1px solid #bbbbc9;
    -webkit-transform: translateZ(0);
}
.users-group-icons-drag-hover{
    background-color: #98fb98;
}
.task-user-history-col-date { width: 11%; }
.task-user-history-col-project{ width: 20%; }
.task-user-history-col-task{ width: 32%; }
.task-user-history-col-notes{ width: 37%; }

#div_tasks_header{
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
    overflow-y: hidden;
}

#task_container_main{
    width: 100%;
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
    overflow: hidden;
}

#task_container_filter{ width: 100%; clear: both; min-height: 38px; }

#task_container_flags{ width: 100%; clear: both; height: 25px; }

#task_container_left{
    -webkit-transition: width .35s; /* Safari */
    transition: width .35s;

    float: left;
    overflow: hidden;
    width: 290px;
    height: 100%;
    /*
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    */
}

#task_container_today{
    -webkit-transition: width .35s; /* Safari */
    transition: width .35s;
    float: left;
    overflow: hidden;
    width: 290px;
    height: 100%;
}

#task_container_right{
    float:left;
    width: calc(100% - 305px);
    height: 100%;
}

#task_container_right .column{
    width: 280px;
}

#task_wrap_header{
    overflow: hidden;
    padding-bottom: 5px;
}

.task_wrap_header{
    overflow: hidden;
    padding-bottom: 5px;
}

#task_container_left_header{
    width: 100%;
    padding-bottom: 10px;
    float: left;
}

#table_task_list .photo_for_index{
    width: 23px;
    height: 23px;
    /*margin-top: 2px;*/
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.task-item{
    width: 258px;
    /*width: 90%;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ffffff;
    padding-left: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;

    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.task-item:hover{ background-color: #e8f1e2; }

.pinned {
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

.task-border-red{
    border-bottom-color: #ff0000;
}

.task-border-orange{
    border-bottom-color: orange;
}

.in-progress{ background-color:  #d4e8f3; }

.animating{ background-color:  #c9eaa4; }

.task-labels{
    width: 100%; float: left;  display: inline-block; padding-left: 3px;
}

.task-labels .label{
    float: left; margin-left: 3px; width: 30px; height: 3px;
}

.task-labels-index{
    width: 98%; float: left; text-align: left;
}

.task-labels-index .task-label{
    float: left; margin-right: 3px; width: 30px; height: 3px;
}

.task-labels-index .task-label-2{
    line-height: 18px; font-size: 11px;
    padding: 1px 2px;
    display: inline;
    margin-right: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.task-labels-index.truncated-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.task-labels-container{
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;

}

.task-labels-container::-webkit-scrollbar{
    display: none;
}

.task-labels-index .todo-item{
    clear: both; width: 100%; height: 20px;
}

.task-item .title{
    width: 100%;
    padding-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
    color: #5f5f5f;
}

.task-item .info{
    width: 100%;
    font-size: 10px;
    font-weight: bold;
}

.task-item .project{
    /*width: 190px;*/
    /*display: inline-block;*/
    text-overflow: ellipsis;
    white-space:nowrap;
    font-size: 13px;
    width: 75%;
    float: left;
    min-height: 18px;
}

.task-item .title .subproject{
    color: #a9bf9b;
}

.task-item .milestone{
    /*width: 62px;*/
    /*display: inline-block;*/
    font-size: 10px;
    font-weight: bold;
    color: #755ec4;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 25%;
    float: left;
    line-height: 18px;
    min-height: 18px;
}

.task-item .info-container{ clear: left; height: 15px; font-weight: normal; padding-top: 5px;}

.task-item .info-container .time{ height: 10px; width: 50%; font-size: 10px; display: inline-block; font-weight: bold;}

.task-item .info-container .hours{ height: 10px; width: 50%; font-size: 10px; display: inline-block; font-weight: bold; color: #5f5f5f;}

.task-item .info-container .hours > .green { color: green; }

.task-item .info-container .hours > .red { color: red;}

.task-item .info-container .due-date{ height: 16px; width: 32%; font-size: 10px; display: inline-block; color: #5f5f5f; vertical-align: middle;}

.task-item .info-container .due-date > .orange { color: orange; }

.task-item .info-container .due-date > .red { color: red; }

.task-item .info-container .pinned { width: 10px; display: inline-block; }

.task-item .info-container .attachment{ height: 10px; width: 17%; text-align: center;  vertical-align: middle; display: inline-block;}

#task_container_main li {
    list-style-type: none;
}

#task_container_main li:hover {
    cursor: default;
}

#task_container_main li.ui-sortable-helper {
    cursor: move;
}

#task_container_main li .title{
    cursor: pointer;
    float: left;
}

#task_container_main li.ui-sortable-helper .title{
    cursor: move;
}

.task_wrap { overflow-y: auto; overflow-x: hidden; }

.task-list {
    margin-top: 0;
    margin-left: -30px;
}

.colonna_header {
    float: left;
    display: block;
    /*margin-right: 5px;*/
    /*width: 276px;*/
    width: 290px;
}

.colonna_header .title{
    text-align: center;
    font-size: 14px;
    width: 100%;
    color: #5f5f5f;
    text-overflow: ellipsis; overflow:hidden; white-space:nowrap;
}

.colonna {
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    margin-right: 5px;
    display: block;
    background-color: #e6e7e8;
    padding-top: 4px;
    /*width: 276px;*/
    width: 292px;
}

.colonna-li-column-draggable{
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    display: inline;
    margin-right: 5px;
    /*width: 276px;*/
    width: 290px;
}

.colonna ul{
    /*-ms-overflow-style: none;*/
    /*overflow: -moz-scrollbars-none;*/
}
/*.colonna ul::-webkit-scrollbar { display: none !important;}*/

.colonna-left {
    overflow: hidden;
    float: left;
    margin-right: 5px;
    display: block;
    width: 292px;
    background-color: #e6e7e8;
    padding-top: 4px;
}

.colonna-today{
    overflow: hidden;
    float: left;
    margin-right: 5px;
    /*margin-top: 2px;*/
    display: block;
    /*width: 292px;*/
    background-color: #e6e7e8;
    /*padding-top: 4px;*/
    min-height: 100px;
    width: 100%;
}

.colonna-today.weekend{
    background-color: #f2f2f2;
}

.colonna-today.holiday{
    background-color: rgba(154, 232, 112, 0.10);
}

.colonna-left ul{
}
/*
.colonna-left ul::-webkit-scrollbar { display: none !important;}
*/

.task-column-planned{
    overflow-y: hidden;
    margin-left: 5px;
    width: 253px;
    background-color: rgb(230, 231, 232);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;

}


.task-column-planned-header{
    background-color: #e6e7e8;
    width: 99%;
    padding: 2px 0;
}
.task-column-planned-header.holiday{
    background-color: rgba(154, 232, 112, 0.10);
}

.task-column-planned-header.weekend{
    background-color: #f2f2f2;
}

.planned-header{
    width: 99%;
    height: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

.task-column-planned.holiday{
    width: auto;
    min-width: 130px;
    background-color: rgba(154, 232, 112, 0.10);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;

}

.task-column-planned.weekend{
    width: auto;
    min-width: 130px;
    /*background-color: #f2f2f2;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;

}

#task_list_left {
    -webkit-transition: opacity .35s; /* Safari */
    transition: opacity .35s;

    min-height: 30px;
    margin-top: 0;
    margin-left: -35px;
}

.ul-task-list-hover{
    background-color: #bbbbbb;
}

ul, .connectSortable{
    min-height: 30px;
    margin-top: 0; margin-left: -35px;
}

li p{
    margin-top: 3px;
    margin-bottom: 3px;
    height: 30px;
    overflow-y: auto;
}

.progressbar {
    height: 10px;
    font-size: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    line-height: 10px;
    width: 128px;
    display: inline-block;
}

.progressbar.ui-progressbar.ui-widget.ui-widget-content{ background-color: #929497; color: #ffffff; }

.progressbar > .ui-progressbar-value { background: #755ec4; border-color: #755ec4;}

.progressbar.green > .ui-progressbar-value { background: #8fbc74; border-color: #8fbc74;}

.progressbar-timeline {
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.progressbar-timeline.ui-progressbar.ui-widget.ui-widget-content{ background-color: transparent; border: 0; color: #ffffff; }

.progressbar-timeline > .ui-progressbar-value { background: #755ec4; border: 1px solid #755ec4;}

.pb-label {
    float: left;
    width: 100%;
    height: 10px;
    position: absolute;
    vertical-align: middle;
    font-size: 10px;
}

.pb-info-container{ clear: left; height: 15px; font-weight: normal;}

.pb-version {
    height: 10px; width: 73px; font-size: 10px; display: inline-block; font-weight: bold; color: #755ec4; text-align: center;
}

.pb-hours {
    height: 10px; width: 135px; font-size: 10px; display: inline-block; font-weight: bold; color: #5f5f5f;
}

.pb-hours > .green {
    color: green;
}

.pb-hours > .red {
    color: red;
}

.pb-due-date {
    height: 16px; width: 80px; font-size: 10px; display: inline-block; color: #5f5f5f; vertical-align: middle;
}

.pb-due-date > .orange {
    color: orange;
}

.pb-due-date > .red {
    color: red;
}

#div_table_task_projects{
    overflow-y: auto;
    width: 100%;
    float: left;
}

#task_overlay {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    /*background: rgba(155, 155, 179, 0.63);*/
    background: rgba(155, 155, 179, 0.3);
}

.table_task_projects{
    width: 99%;
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
    cursor: default;
    padding: 0;
    border-spacing: 0;
}

.table_task_projects .task_project_line_data{
    border-bottom: #bbbbc9 1px dotted;
    height: 30px;
}

.table_task_projects .task_project_line_data p{
    margin: 0;
}

.table_task_projects .task_project_header{
    font-size: 14px;
    height: 30px;
    border-bottom: #bbbbc9 2px solid;
    vertical-align: bottom;
    padding-bottom: 3px;
}

.table_task_users{
    width: 99%;
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
    cursor: default;
    padding: 0;
    border-spacing: 0;
}

.table_task_users .task_users_line_data{
    border-bottom: #bbbbc9 1px dotted;
    height: 30px;
}

.table_task_users .task_users_header{
    font-size: 14px;
    height: 30px;
    border-bottom: #bbbbc9 2px solid;
    vertical-align: bottom;
    padding-bottom: 3px;
}

/* elenco task */
#div_task_projects_container{
    width: 99%;
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
    cursor: default;
    float: left;
    padding-top: 3px;
}
#div_task_projects_container .task_project_header{
    width: 99%;
    font-size: 15px;
    height: 34px;
    border-bottom: #bbbbc9 2px solid;
    vertical-align: bottom;
    padding-bottom: 2px;
    float: left;
    display: table;
}
#div_task_projects_container .task_project_header .header-span {
    display: table-cell;
    height: 34px;
    vertical-align: bottom;
    width: inherit;
}
#div_task_project_list{
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 190px;
    bottom: 0;
    right: 10px;
}
#div_task_project_list::-webkit-scrollbar { display: none;}
#div-planning-container::-webkit-scrollbar { display: none;}
#div_task_project_list .task_project_line_data{
    border-bottom: #bbbbc9 1px dotted;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 25px;
    float: left;
    width: 99%;
    -webkit-transform: translateZ(0);
}
#div_task_project_list .task_project_line_data .subproject{
    color: #a9bf9b;
}
.task-img-delete{
    height: 20px;
    width: 20px;
    margin-top: 2px;
}
#tasks_list_header{
    width: 99%;
    font-size: 14px;
    height: 34px;
    border-bottom: #bbbbc9 2px solid;
}

.tl-column-title .subproject {
    color: #8ebd70;
}

/* se tutte le colonne sono visibili */

.task-list-column-title{ width: 19%; float: left; text-align: left; cursor: pointer;}

.task-list-column-status{  width: 7%; float: left; text-align: left;}

.task-list-column-assigned-to{  width: 10%; float: left; text-align: left;}

.task-list-column-updated-at{  width: 8%; float: left; text-align: center;}

.task-list-column-created-by{  width: 10%; float: left; text-align: left;}

.task-list-column-milestone{  width: 10%; float: left; text-align: center;}

.task-list-column-hours{  width: 5%; float: left; text-align: right; }

.task-list-column-costs{  width: 6%; float: left; text-align: right; }

.task-list-column-customer-costs{  width: 7%; float: left; text-align: right; }

.task-list-column-done-ratio{ width: 8%; float: left; text-align: center; margin-left: 3px;}

/* se manca una delle colonne costi */

.task-list-column-title.one{ width: 20%; }

.task-list-column-status.one { width: 8%; }

.task-list-column-assigned-to.one { width: 11%; }

.task-list-column-milestone.one{ width: 11%;}

.task-list-column-created-by.one{ width: 11%; }

.task-list-column-updated-at.one{ width: 8%; }

.task-list-column-hours.one{ width: 5%;}

.task-list-column-costs.one{ width: 6%;}

.task-list-column-customer-costs.one{ width:  6%;}

.task-list-column-done-ratio.one{ width: 9%; margin-left: 3px;}

/* se mancano entrambe le colonne costi */

.task-list-column-title.zero{ width: 25%; }

.task-list-column-status.zero { width: 8%; }

.task-list-column-assigned-to.zero { width: 11%; }

.task-list-column-updated-at.zero{ width: 9%; }

.task-list-column-created-by.zero{ width: 11%; }

.task-list-column-milestone.zero{ width: 10%;}

.task-list-column-hours.zero{ width: 6%;}

.task-list-column-costs.zero{ width: 0;}

.task-list-column-customer-costs.zero{ width:  0;}

.task-list-column-done-ratio.zero{ width: 10%; margin-left: 5px;}

/* task form */

#task_overlay_container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    display: inline-block;
    background-color: #ffffff;

    -webkit-box-shadow: 2px 1px 16px 1px rgba(142,189,112,0.53);
    -moz-box-shadow: 2px 1px 16px 1px rgba(142,189,112,0.53);
    box-shadow: 2px 1px 16px 1px rgba(142,189,112,0.6);
}

#div_task_header{
    width: 99%;
    height: 30px;
    padding: 5px;
    text-align: left;
    -moz-user-select: text; -khtml-user-select: text; -webkit-user-select: text; user-select: text;
}

#div_task_properties_footer{
    width: 710px;
    height: 30px;
    text-align: right;
    padding-top: 10px;
}

#div_task_header .title{

    font-size: 14px;
    color: #5f5f5f;
    text-decoration: none;
    font-weight: bold;
}

#div_task_header_button .bottoni {
    background: #eaeaed;
    padding: 0;
    min-width: 95px;
    height: 21px;
    border-radius: 4px;
    border: thin solid #babcbe;
    font-size: 14px;
    font-weight: bold;

    letter-spacing: -1px;
    color: #87879d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#div_task_header_button .bottoni.started {
    color: #ff0000;
    border-color: #ff0000;
}

#div_task_header_button .bottoni.stopped {
    color: green;
    border-color: green;
}

#div_task_header_button .bottoni.disabled {
    color: #acacac;
    border-color: #babcbe;
    background-color: #f4f4f4;
}

#div_task_header_button .bottoni.disabled:hover{
    background-color: #f4f4f4;
}

#div_task_header_button .bottoni:hover{
    background-color: #c5dbec;
}

#div_task_header_button .bottoni:active{
    background-color: #cccccc;
}

#div_task_properties{
    float: left;
    min-height: 401px;
    padding: 5px;
    width: 100%;
}

#div_task_activities{
    float: left;
    min-height: 401px;
    padding: 5px;
    width: 100%;
}

#div_task_form_menu{
    float: left;
    width: 100%;
    height: 35px;
    overflow: hidden;
    margin-bottom: 10px;
}

#div_task_form_container_border{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #fff;
    float: left;
}

#div_task_form_menu .tab_tasks{
    max-width: 180px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0;

}

#table_task_form tbody tr td .green{
    color: green;
}

#table_task_form tbody tr td .red{
    color: red;
}

#table_task_form tbody tr td .ui-datepicker-trigger{ width: 16px; height: 16px; padding-top: 2px;}

.tab_deselected {
    height: 30px;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin:0 50%;
    -moz-transform: rotate(90deg);
    -moz-transform-origin:0 50%;
    -ms-transform: rotate(90deg);
    -ms-transform-origin:0 50%;
    padding: 6px;
    margin: 0;
    color: #f6f6fa;
    background-color: #929497;
    text-align: left ;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -1px;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.tab_selected {
    background-color: #fff;
    color: #929497;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    cursor: default;
}

#task_slider{}
#task_slider .ui-slider-range-min { background: yellow; }
#task_slider .ui-slider-handle { border-color: #818386; position: absolute; z-index: 2; width: 5px; height: 14px; cursor: default; background: yellow;}
#task_slider a { margin-left: -1px;}

.task-notes ul{
    margin-left: 0;
}

.task-notes{
    -moz-user-select: initial;
    -khtml-user-select: initial;
    -webkit-user-select: initial;
    user-select: initial;
}

.task-notes p{ margin: 0; }

/* task activities tab */
#div_task_members_container, #div_task_assigned_container, #div_task_dismissed_assigned_container{
    float: left; padding-top: 3px; padding-right: 5px; width: 100%;
}

#div_task_members_list {
    float: left; padding-top: 3px; max-height: 120px; overflow: auto; width: 100%;
}

.task_members_list{
    float: left;
    padding: 2px 0;
    max-height: 118px;
    overflow: auto;
    width: 100%;
}

.task_members_list .photo{
    width: 26px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 1px solid;
}


#div_task_members_list .photo{
    width: 26px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 1px solid;
}

#div_task_members_container .photo{
    width: 26px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 1px solid;
}

#div_task_assigned_container .photo{
    width: 26px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 1px solid;
}

#div_task_dismissed_assigned_container .photo{
    width: 26px;
    height: 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 1px solid;
}

#div_task_history_container{
    float: left; padding-top: 3px; padding-right: 5px; height: 250px;  width: 98%;
}
#div_task_history_container::-webkit-scrollbar { display: none;}
#div_task_history_container{ -ms-overflow-style: none; }

#div_task_attachments_container{
    float: left; padding-top: 3px; padding-right: 5px; max-height: 90px; width: 98%; overflow-x: hidden; overflow-y: auto;
}

#div_task_activities_footer{
    width: 710px;
    height: 30px;
    text-align: right;
    padding-top: 10px;
}

#div_task_footer{
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
}

.div_history_comment{
    float: left; width: 100%;
    height: 60px;
    background-color: #dfdfe3;
    margin-bottom: 5px;
    -webkit-transform: translateZ(0);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.task_activities_separator_h{
    width: 100%; height: 5px; float: left;
}

.task_activities_btn_title{
    display: inline-block; padding-left: 5px; padding-top: 2px;vertical-align: top;
}

.task_attachment{
    padding-bottom: 2px; vertical-align: top; display: inline-block; float: left; width: 390px; -webkit-transform: translateZ(0);
}

.button_task{
    background: #eaeaed;
    padding: 0;
    border-radius: 4px;
    border: thin solid #babcbe;
    font-size: 11px;
    font-weight: bold;

    letter-spacing: -1px;
    color: #87879d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 45px;
    height: 18px;

}

.button_task:hover{
    background-color: #c5dbec;
}

.button_task:active{
    background-color: #cccccc;
}

.title-milestone-closed{
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.milestone-highlight{ background-color: #dadbdd; }

.userlist-highlight{ background-color: #dadbdd; }

/* overview */
#div_task_overview_left{
    float: left; text-align: left; width: 74%; min-height: 200px;
}

#div_task_overview_left.pad-space{

    margin-left: 10%;
    margin-right: 10%;
    width: 54%;
}

#div_task_overview_right{
    float: left; text-align: left; width: 23%; padding-left: 10px; background-color: #FFFFFF;
    border-left: 2px solid #bbbbc9;
    margin-left: 1%;
}

#div_task_overview_milestone{
    float: left; text-align: left; width: 100%; padding-left: 0; padding-top: 10px;
    margin-bottom: 10px;
}

#div_task_overview_project{
    float: left; text-align: left; width: 100%; padding-left: 0;
}

#div_chart{
    max-width: 220px;
    height: 224px;
    padding-bottom: 26px;
}

#div_chart_milestone_worked_time{
    width: 90px; height: 80px;
    clear: both; margin-left: auto; margin-right: auto;
    padding-bottom: 10px;
    margin-top: 10px;
}

#div_chart_project_worked_time{
    width: 90px; height: 80px;
    clear: both; margin-left: auto; margin-right: auto;
    padding-bottom: 10px;
    margin-top: 10px;
}

#div_task_overview_chart{
    padding-bottom: 10px;
    min-width: 240px;
    float: left; text-align: left; width: 34%; padding-left: 0; padding-top: 10px;
}

#div_task_overview_info{
    padding-bottom: 10px;
    margin-left: 10px;
    height: 260px;
    float: left; text-align: left; width: 33%; padding-left: 0; padding-top: 0;
}

.overview_info_container{
    width: 100%;
    min-height: 215px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}

#div_task_overview_history{
    margin-left: 15px;
    float: left;
    text-align: left;
    width: 99%;
    margin-top: 10px;
}

.div-overview-information-containers{
    text-align: left;
    width: 32%;
    height: 210px;
    /*padding-left: 5px;*/
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}

.div-overview-pie-container{
    text-align: left;
    width: 32%;
    height: 210px;
    padding-left: 5px;
}

#div_overview_users_list_to_add{
    overflow: auto;
    width: 48%;
    text-align:center;
    border: 1px solid #bbbbc9;
    float: left;
    height: 355px;
    margin-left: 1%;
    -webkit-transform: translateZ(0);
}

#div_overview_users_list_to_add::-webkit-scrollbar { display: none;}
#div_overview_users_list_to_add{ -ms-overflow-style: none; }

#div_overview_users_list_added{
    overflow: auto;
    width: 48%;
    text-align:center;
    border: 1px solid #bbbbc9;
    float: left;
    height: 355px;
    margin-left: 1%;
    -webkit-transform: translateZ(0);
}

#div_overview_users_list_added::-webkit-scrollbar { display: none;}
#div_overview_users_list_added{ -ms-overflow-style: none; }
#div-overview-chat-add-member  {width: 54%;}
#div-overview-chat-count-members{width: 45%;}

.milestone-color{
    color: #755ec4;
}

.milestone-color .bold{
    font-weight: bold;
}

.inline-flex{
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

#frame_user_chat{
    width:0;
    height: 330px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-width: 0;
}

/* user section */
#div_task_user_tasks_container{
    float: left; width: 100%;
    padding-bottom: 3px;
}

#div_task_user_header{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 10px;
    border-bottom: 2px solid #bbbbc9;
}

#div_task_user_tasks{
    float:left;
    /*width: 280px;*/
    width: 293px;
    height: 375px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow-x: hidden;
    overflow-y: auto;
}

#div_task_user_tasks::-webkit-scrollbar { display: none !important;}
#div_column_tasks_assigned{-ms-overflow-style: auto;}

#div_task_user_gadget_container{
    /*float:left;*/
    width: 320px;
    overflow: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    text-align: center;
}

#div_task_user_gadget_container_header{
    float:left;
    width: 320px;
    overflow: hidden;
}

#div_task_user_history_container{
    float:left;
    overflow-x: auto;
    overflow-y: hidden;

    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#div_task_user_history_container::-webkit-scrollbar { display: none;}

#div_user_task_activities_list_header{
    border-bottom: 2px solid #bbbbc9;
}

.user_task_activities_line{
    min-height: 20px; float: left; cursor: default; display: table-row; padding-bottom: 3px; width: 100%; border-bottom: #bbbbc9 1px dotted;
}

.div_project_percent{
    background-color: #755ec4;
    color: white;
    text-align: right;
}

.user-absences-column-type{
    float: left;
    text-align: left;
    width: 50%;
}

.user-absences-column-period{
    float: left;
    text-align: right;
    width: 50%;
}

.user-gadget-timesheet{
    color: #87879d; font-weight: bold; cursor: pointer; float: right; padding-right: 5px;
    display: inline-flex;
    display: -webkit-inline-flex;
}

.task-user-history-col-date { text-align: left; float: left; display: table-cell; width: 11%; }
.task-user-history-col-project{ text-align: left; float: left; display: table-cell; width: 20%; }
.task-user-history-col-task{ text-align: left; float: left; display: table-cell; width: 32%; }
.task-user-history-col-notes{ text-align: left; float: left; display: table-cell; width: 37%; }

#div_user_gadget_projects{
    float: left;
    width: 48%;
}

#div_user_gadget_tasks{
    float: left;
    width: 48%;
}

#div_user_gadget_absences{
    float: left;
    width: 99.6%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#div_user_gadget_absences_body{
    float: left; width: 100%; clear: both; overflow-x: hidden; overflow-y: auto; height: 97%; padding-top: 0;
}

.div_user_gadget_v_separator{
    float: left;
    width: 3%;
    height: 100px;
}

.div_user_gadget_h_separator{
    float: left;
    width:  100%;
    height: 15px;
}

#td_user_gadget_projects{
    float: left; width: 100%;
    min-height: 55px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ffffff;
}

#td_user_gadget_tasks{
    float: left; width: 100%;
    min-height: 55px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #ffffff;
}

#td_user_gadget_absences{
    float: left; width: 99.8%;
    min-height: 55px;
    background-color: #ffffff;
}

/* timeline */
.task-unplanned{
    clear: both;
    width: 96%;
    height: 23px;
    padding-top: 7px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #caeab9; /*#929497;*/
    border: 1px solid #caeab9; /*#929497;*/
    margin-top: 3px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.task-unplanned.subproject{ background-color: #a9bf9b; border: 1px solid #a9bf9b; }
.task-unplanned.in-progress{ background-color:  #d4e8f3;  border: 1px solid #d4e8f3; }
.group-highlight{
    background-color: rgba(244, 243, 7, 0.20);
}

/* workload */
#workload-table-data{
    border-bottom: 1px solid #d6d6da;
    border-collapse: collapse;
}
#workload-table-data thead td{
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 30px;
    background-color: #fff;
    border-bottom: 1px solid #d6d6da;
    box-shadow: 0 1px 0 0 #d6d6da;

}
#workload-table-data thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #d6d6da;
    box-shadow: 0 1px 0 0 #d6d6da;
}
#workload-table-data tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    border-right: 1px solid #d6d6da;
    box-shadow: 1px 0 0 0 #d6d6da;
    font-weight: normal;
}
#workload-table-data thead td:first-child,
#workload-table-data thead th:first-child {
    left: 0;
    z-index: 2;
    background-color: #fff;
    border-right: 1px solid #d6d6da;
    box-shadow: 1px 0 0 0 #d6d6da;
    font-weight: normal;
}
/* Just to display it nicely: */
#workload-table-data thead td,
#workload-table-data thead th{
    z-index: 1;
}
/* test scroll fine*/
#workload-table-data thead tr,
#workload-table-data thead th,
#workload-table-data tbody tr,
#workload-table-data tbody td,
#workload-table-data tbody div{
    box-sizing: border-box;
    border-collapse: collapse;
}
#workload-table-data td.wl-h{
    margin: 0;
    width: 50px;
    height: 35px;
    border-left: 1px solid #d6d6da;
    border-top: 1px solid #d6d6da;
    font-size: 13px;
    text-align: center;
}
#workload-table-data td.wl-dates.holiday,
#workload-table-data td.wl-h.holiday {
    /*background: rgba(154, 232, 112, 0.10);*/
    background-color: #eefbe8;
}
#workload-table-data td.under{ color: #1fb51f !important;}
#workload-table-data td.over{color: red !important;}
#workload-table-data th.wl-dates,
#workload-table-data td.wl-dates{
    margin: 0;
    width: 50px;
    height: 30px;
    border-left: 1px solid #d6d6da;
    font-size: 13px;
    text-align: left;
    padding-left: 2px;
}
#workload-table-data th.wl-user,
#workload-table-data td.wl-user{
    width: 250px;
    height: 35px;
    font-size: 13px;
    border-top: 1px solid #d6d6da;
    border-right: 1px solid #d6d6da;
    padding-left: 2px;
    background-color: #f9f5f5;
}
#workload-table-data th.wl-task,
#workload-table-data td.wl-task{
    width: 250px;
    height: 35px;
    /*left: 200px;*/
    font-size: 13px;
    border-top: 1px solid #d6d6da;
    border-right: 1px solid #d6d6da;
    padding-left: 2px;
    background-color: #fff;
    z-index: 1;
}
#workload-table-data .item-range{
    background-color: #f0fbea;
    border: 1px solid #82b866;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 22px;
}
#workload-table-data td.weekend{
    background-color: #eaeaea;
}
.glyphicon.arrow {
    top: 1px;
    width: 8px;
    font-size: 10px;
}

/* payslip */
#payslip-table-data{
    border-bottom: 1px solid #d6d6da;
    border-collapse: collapse;
}
#payslip-table-data thead td{
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 68px;
    background-color: #fff;
    border-bottom: 1px solid #d6d6da;
    padding: 4px 2px;
    text-align: center;
    border-right: 1px solid #d6d6da;
}
#payslip-table-data thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #d6d6da;
    padding: 4px 2px;
    text-align: center;
}
#payslip-table-data tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    border-right: 1px solid #d6d6da;
    box-shadow: 1px 0 0 0 #d6d6da;
    font-weight: normal;
}
#payslip-table-data thead td:first-child,
#payslip-table-data thead th:first-child {
    left: 0;
    z-index: 2;
    background-color: #fff;
    border-right: 1px solid #d6d6da;
    box-shadow: 1px 0 0 0 #d6d6da;
    font-weight: normal;
}
/* Just to display it nicely: */
#payslip-table-data thead td,
#payslip-table-data thead th{
    z-index: 1;
}
/* test scroll fine*/
#payslip-table-data thead tr,
#payslip-table-data thead th,
#payslip-table-data tbody tr,
#payslip-table-data tbody td,
#payslip-table-data tbody div{
    box-sizing: border-box;
    border-collapse: collapse;
}
#payslip-table-data th.wl-user,
#payslip-table-data td.wl-user{
    height: 35px;
    font-size: 13px;
    border-top: 1px solid #d6d6da;
    border-right: 1px solid #d6d6da;
    background-color: #e8f1e2;
    padding: 4px 2px;
    text-align: left;
}
#payslip-table-data th.value,
#payslip-table-data td.value{
    margin: 0;
    height: 35px;
    border-left: 1px solid #d6d6da;
    border-top: 1px solid #d6d6da;
    font-size: 13px;
    text-align: center;
    padding: 4px 2px;
}

#payslip-table-data th.wl-dates,
#payslip-table-data td.wl-dates{
    margin: 0;
    height: 30px;
    border-left: 1px solid #d6d6da;
    font-size: 13px;
    text-align: left;
    padding-left: 2px;
}

#lul-table-data td:first-child,
#lul-table-data th:first-child {
    position:sticky;
    position: -webkit-sticky; /* for Safari */
    left:0;
    z-index:1;
    background-color: #fff;
}
#lul-table-data td:nth-child(2),
#lul-table-data th:nth-child(2)  {
    position:sticky;
    position: -webkit-sticky; /* for Safari */
    /*left: 267px;*/
    left: 259px;
    z-index:1;
    background-color:white;
}
#lul-table-data th {
    position: sticky;
    position: -webkit-sticky; /* for Safari */
    top: 0;
    z-index:2;
    background-color: #fff;

}
#lul-table-data th:first-child,
#lul-table-data th:nth-child(2) {
    z-index:3;
}


/* markdown help window */
#markdown-help{
    width: 700px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    position: absolute;

}
#markdown-help-header{
    height: 40px; line-height: 40px;
    vertical-align: middle; padding-left: 10px;
    background-color: #F7F9FA; font-size: 15px;
    font-weight: bold;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom: 1px solid #c0c0c0;

}
#markdown-help .item.left {
    width: 49%;
    float: left;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 5px;
}

#markdown-help .item.right{
    width: 49%; float: right; text-align: left;
    height: 30px; line-height: 30px; vertical-align: middle;
    opacity: .6;
}
#markdown-help .item.left.link{
    color: #4E98D4;
    text-decoration: underline;
    font-size: 16px;
}
.user-gadget-border{
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    padding: 4px;
}

#div-tasks-favorites { clear: both; float: left;}

#div-tasks-favorites .people{
    padding: 0; width: 100%;
    height: 40px;
    color: rgb(88, 89, 91); letter-spacing: 0;
    font-size: 13px;
    vertical-align: middle; cursor: pointer;
}

#div-tasks-favorites:hover {    background-color: #dadbdd; }

#div-tasks-favorites .people .img-user-status {
    margin: 12px 10px 0 10px; width: 10px; height: 10px; float: left;
}

#div-tasks-favorites .people .text-user {
    margin: 8px 0; float: left;
    width: 70%;
}

#div-tasks-favorites .people .div-avatar {
    width: 28px; height: 28px; float: right; background-color: transparent; margin-top: 4px;
}

#div-tasks-favorites .people .div-current-task {
    background-color: transparent; color: #79b7e7;
}

#screenshot{
    position:absolute;
    padding:5px;
    display:none;
    color:#fff;
    width: 200px;
    height: 300px;
}

.line-connector{
    /*position: relative;*/
    position: absolute;

}

.img-user-avatar { border-radius: 16px; width: 28px; height: 28px; opacity: 1; }

.deptHeader { margin: 10px 0 10px 13px; color: rgb(88, 89, 91); padding-top: 4px; font-size: 14px; font-weight: bold; }

.milestones-navigate{ text-align: left; cursor: pointer;}

.milestones-navigate.disabled{ cursor: default; color: rgba(95,95,95,.5); }

#img_overview_close_chat{
    cursor: pointer; position: relative; float: right; margin-right: 12px; top: 26px; width: 20px; height: 20px;
}

.task-menu-line{
    width: 19px;
    height: 4px;
    background-color: #bababa;
    margin-left: 2px;
    margin-top: 3px;
    float: left;
}

.task-menu-point{
    width: 3px;
    height: 4px;
    background-color: #bababa;
    float: left;
    margin-top: 3px;
}

.task-badge {
    border-radius: 50%;
    /*behavior: url(PIE.htc); *//* remove if you don't care about IE8 */
    min-width: 18px;
    line-height: 18px;
    height: 18px;
    padding: 1px;
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
    text-align: center;

    font-size: 10px;
    cursor: default;
}

.aim-big-no-today{
    width: calc(100% - 5px) !important;
}

.aim-big-today{
    width: calc(100% - 305px) !important;
}

.aim-not-so-big{
    width: calc(100% - 590px) !important;
}

.aim-small {
    width: 20px !important;
}

.aim-x-small {
    width: 0 !important;
}

.aim-small ul, .aim-x-small ul {
    opacity: 0;
}

.aim-small .colonna-left, .aim-x-small .colonna-left {
    background-color: #fff;
}

.div-task-counter{
    margin-left: 4px; font-family: 'Open Sans', sans-serif; font-size: 10px; color: #3f6d29; display: inline-block; font-weight: bold;
}

.task-left-rounded-border{
    border-left: 3px solid;
    border-left-color: #fff;
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px;
}


/* nuova view task form */

.padding2{
    padding: 2px 0;
}

.history-avatar{
    width: 23px;
    height: 23px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.history-comment{
    float: left;
    width: 100%;
    /*background-color: #f4f4f8;*/
    margin-bottom: 5px;
    /*-webkit-transform: translateZ(0);*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.history-comment-container{
    float: left;
    width: 100%;
}

.history-comment ul{
    margin-left: -20px;
}

.history-title{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.history-h-separator{
    float: left;
    width: 100%;
    height: 20px;
}

.history-comment-header{ width: 100%; background-color: #f4f4f8; }

.history-comment-footer{
    float: left;
    width: 100%;
    min-height: 10px;
}

.history-comment-footer .separator{
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dashed #bdbdbd;
    margin-bottom: 10px;
}

.history-comment-footer .task-attachment{
    float: left;
    padding: 2px;
    margin-right: 10px;
}

.task-list-selection{
    box-sizing: border-box;
    height: auto;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
    z-index: 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    display: none;
}

.task-form-page-notes ul{  margin-left: -20px; }

#div-task-attachments-container .attachment{
    border: 1px solid #bdbdbd;
    display: inline-block;
    margin-right: 5px;
    padding: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

#task-notes-readonly ul{ margin-left: 0; padding: 10px 0;  }

#ul-status-list li{
    background-color: #fff;
}

#ul-status-list li:hover{
    background-color: #ebebeb;
}

.users-list-item:hover{background-color: #ebebeb;}

.btn-label-delete{
    background-color: #f5f5f5; color: #847f7f; margin: 3px 0 0 5px; line-height: 10px;
    padding: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;


}


/* wiki pages */
#wiki-page-show-container{
    background: #ffffff;
    width: 100%;
    float: left;
    padding-left: 5px;
    overflow-y: auto;
}
#wiki-page-show-container ul{
    margin-left: 0;
}
#wiki-page-list-container{
    min-height: 400px;
    background: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    width: 20%;
    float: left;
    margin-left: .5%;
}
#wiki-page-list-container li .no-style{
    list-style-type: none;
}
#wiki-page-preview-container{
    min-height: 435px;
    background: #ffffff;
    border: 1px solid #c0c0c0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    width: 98%;
    float: left;
    padding-left: 5px;
}
#wiki-page-preview-container ul{
    margin-left: 0;
}


/* overview */
.list-point{
    float: left;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    border-radius: 5px;
}

.list-point.feedback{
    background-color: #f09b20;
}

.list-point.new{
    background-color: #808082;
}

.list-point.in-progress{
    background-color: #0080b9;
}

.list-point.resolved{
    background-color: #765ec2;
}

.list-point.closed{
    background-color: #8fbc74;
}

.list-point.suspended{
    background-color: #ea006a;
}

.progressbar_milestone_empty{
    /*width: 100%;*/
    height: 20px; margin-left: auto; margin-right: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background-color: rgba(128,129,132,.3);
    border: 2px solid #808184;
}

.progressbar_milestone_info{
    /*width: 96%;*/
    height: 20px;
    /*margin-left: auto; margin-right: auto;*/
    /*margin-left: 5px; margin-right: 5px;*/
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.progressbar-spent{
    background-color: #f9e1bd;
}

.progressbar-spent.border-left{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-left: 2px solid #f09b20;
}

.progressbar-spent.border-right{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-right: 2px solid #f09b20;
}

.progressbar-spent.border-top{
    border-top: 2px solid #f09b20;
}

.progressbar-spent.border-bottom{
    border-bottom: 2px solid #f09b20;
}

.progressbar-remain{
    background-color: #b2d9ea /*rgba(0, 128, 187, 0.25);*/
}

.progressbar-remain.border-left{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-left: 2px solid #0080b9;
}

.progressbar-remain.border-right{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-right: 2px solid #0080b9;
}

.progressbar-remain.border-top{
    border-top: 2px solid #0080b9;
}

.progressbar-remain.border-bottom{
    border-bottom: 2px solid #0080b9;
}

.progressbar-margin{
    background-color: #c7ddb9;
}

.progressbar-margin.border-left{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-left: 2px solid #8fbc74;
}

.progressbar-margin.border-right{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-right: 2px solid #8fbc74;
}

.progressbar-margin.border-top{
    border-top: 2px solid #8fbc74;
}

.progressbar-margin.border-bottom{
    border-bottom: 2px solid #8fbc74;
}

#div_task_overview_container{
    position: absolute;
    overflow-y: auto; overflow-x: hidden;
    top: 100px;
    left: 190px;
    right: 5px;
    bottom: 0;
}
#div_task_overview_container{ -ms-overflow-style: none; }
#div_task_overview_container::-webkit-scrollbar { display: none;}

/* phone book*/
#div-phone-header{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 110px;
    border-bottom: 1px solid #c0c0c0;
}
#div-phone-container{
    overflow-x: hidden; overflow-y: auto;
    position: absolute;
    top: 135px;
    left: 10px;
    right: 10px;
    bottom: 0;
}

/* calendari */
.calendar_label_navigate{
    font-size: 18px;
    font-weight: normal;
    color: #58595b;
    text-decoration: none;
    background-color: transparent;
    letter-spacing: -1px;
}
.calendar_monthly_line{
    float: left;
}
.calendar_monthly_day{
    float: left;
    width: 140px;
    overflow: auto;
}
.calendar_day_header{
    font-size: 12px;
    font-weight: normal;
    color: #5F5F5F;
    text-align: center;
}
#calendar{
    width: 100%;
    overflow: auto;
    /*min-width: 1130px;*/
    max-height: 600px;
}
#calendar table, .calendar_header_table {
    border-collapse: collapse;
    width: 98%;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}
#calendar td,
#calendar th {
    font-size: 10px;
    padding: 4px;
    border: 1px solid #999;
}
#calendar th, .calendar_header_th {
    text-align: center;
    width: 14.3%;
    font-size: 18px;
    font-weight: normal;
    color: #5F5F5F;
    border: 0;
    padding-top: 10px;
    padding-bottom: 5px;
}
#calendar td {
    background: #FFF;
    color: #777;
    height: 80px;
    vertical-align: top;
    text-align: right;
    font-size: 12px;
}
#calendar .weekend{
    background-color:  #e9eaeb;
}
#calendar .notmonth {
    color: #CCC;
    opacity:0.6;
    background-color: #ffffff;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}
#calendar #month {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#calendar #month a, #calendar #month a:hover {
    text-decoration: none;
    padding: 0 10px;
    color: #999;
}
#calendar .today {
}
#calendar ul {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    list-style: none;
}
#calendar li {
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: center;
}

/*vista settimanale*/

#calendar_weekly {
    width: 100%;
    overflow: auto;
    height: 100%;

}

.calendar-weekly-row{
    width: 100%;
    float: left;
    color: #777;
    vertical-align: top;
    text-align: left;
    font-size: 12px;
    display: table-row;
}

.calendar-weekly-day{
    width: 13%;
    float: left;
    border-bottom: 1px dotted #999;
    border-left: 1px solid #999;
    min-height: 50px;
    display: table-cell;
}

.calendar-weekly-hours{
    width: 5%;
    float: left;
    text-align: right;
    padding-right: 2px;
    min-height: 50px;
}

.calendar-weekly-day-header{
    width: 13%;
    float: left;
    font-size: 18px;
    font-weight: normal;
    color: #5F5F5F;
    text-align: center;
    min-height: 25px;
    vertical-align: bottom;
    padding-top: 10px;
    border-bottom: 2px solid #999;
    padding-left: 1px;
    padding-bottom: 5px;
}

.calendar-item{
    display: block;
    text-align: left;
    padding-left: 8px;
    /*
      border: 1px solid #7bdcbb;
      background-color: #cae4b9;
    */
    /*border: 1px solid #bbbdbf;*/
    border: 1px solid #e9eaeb;
    background-color: #e9eaeb;
    color: #5f5f5f;
    max-width: 94%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    width: 93%;
    float: left;
}

.partial-bubble{
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    border: 1px solid #5f5f5f;
    background-color: #cae4b9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 1px;
    margin-right: 3px;
}

.full-bubble{
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    border: 1px solid #5f5f5f;
    background-color: #fcdc97;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 1px;
    margin-right: 3px;
}

.pending-bubble{
    width: 10px;
    height: 10px;
    display: block;
    float: right;
    border: 1px solid #5f5f5f;
    background-color: #fca8b3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 1px;
    margin-right: 3px;
}


/* generiche */
td .weekend{ color: #999;}
.form-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    height: 20px;
    color: #58595b;
}
.form-font{
    font-size: 13px;
    color: #5f5f5f;
    text-decoration: none;
    background-color: transparent;
}
.selected-project{
    background-color: #b2dcd4;
}
.border-bottom-1{
    border-bottom: 1px #d0d2d3 solid;
}
.border-bottom-1-dotted{
    border-bottom: 1px #d0d2d3 dotted;
}
.border-bottom-2{
    border-bottom: 2px #d0d2d3 solid;
}
.border-top-1{
    border-top: 1px #d0d2d3 solid;
}
.border-top-1-dotted{
    border-top: 1px #d0d2d3 dotted;
}
.box-container {
    font-size: 12px;
    font-weight: normal;
    color: #5F5F5F;
    position: relative;
    background-color: #eaeaed;
    /*padding: 2px 7px 3px 5px;*/
    padding: 3px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius   : 10px;
    border-radius        : 10px;
}
.box-container.fp {
    -webkit-border-radius: 4px;
    -moz-border-radius   : 4px;
    border-radius        : 4px;
}

input[type=text],
input[type=number],
input[type=password]
{ font-size: 13px; }
textarea{ font-size: 13px; }
select { font-size: 13px!important; }

td.no-border{
    border: 0 !important;
}

.table-fixed-head td.border-top{
    border: 0 !important;
    border-top: #bbbbc9 1px solid!important;
}
.table>tbody>tr>td.no-border{
    border: 0 !important;
}
.btn.btn-standard {
    color: #87879d;
    background-color: #eaeaed;
    border-color: #ccc;
}
.btn.btn-standard:hover{
    background-color: #c5dbec;
}
.today-class{
    background-color: rgba(142, 189, 112, 0.3);
}
.st-timepicker-widget{
    width:100px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    display:table;position:absolute;z-index:1000}
.popup-hours-separator{width:2px;text-align:center}
.popup-hours-td{width:40px;text-align:center}.text-right{text-align:right}@font-face{font-family:'Glyphicons Halflings';
src:url(/assets/fonts/glyphicons-halflings-regular.eot);
src:url(/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(/assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/assets/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block; font-family:'Glyphicons Halflings'; font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}

#logo-footer {
    -webkit-transition: opacity .5s, bottom .5s; /* Safari */
    transition: opacity .5s, bottom .5s;
    position: absolute;
    z-index: 1;
    right: .5rem;
    bottom: .5rem;
    width: 240px;
    height: 29px;
    background-color: white;
}

.overlaying{
    background: rgba(200, 200, 200, 0.63);
}
.margin-r-25{
    margin-right: 25px;
}
.margin-r-15{
    margin-right: 15px;
}
.no-border{
    border: 0 !important;
}
.no-margin{
    margin: 0 !important;
}
.inline-block{ display: inline-block; }
.photo_for_index{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.div_photo_for_index{
    width: 20px;
    height: 20px;
    display: inline-block;
}
.photo_for_groups{
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    cursor: move;
}
.div_photo_for_groups{
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: inline-block;
}
.photo_for_form{
    width:40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.div_photo_for_form{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}
.span_menu_item{
    cursor: pointer;
}

.hide-scrollbar::-webkit-scrollbar {
    background: transparent; /* Chrome/Safari/Webkit */
    height: 0;
    width: 0;
}

.hide-scrollbar {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.filled{
    background-color: #f6f6fa;
    color: #999;
    /*border: 1px solid #9e9eb3;*/
}
.empty{
    background-color: #929497;
    color: #fff;
    /*border: 1px solid #929497;*/
}
.weekend{
    background-color: #bbbdbf;
    color: #fff;
    /*border: 1px solid #9f9fb4;*/
}

.fit-content{
    width: -moz-fit-content!important;
    width: fit-content!important;
}

/* elenco stati task */
.t-status-1{
    background-image : url(/assets/task_status_1.png);
    background-size: cover;
    display: inline-block;
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.t-status-2{
    background-image : url(/assets/task_status_2.png);
    background-size: cover;
    display: inline-block;
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.t-status-3{
    background-image : url(/assets/task_status_3.png);
    background-size: cover;
    display: inline-block;
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.t-status-4{
    background-image : url(assets/task_status_4.png);
    background-size: cover;
    display: inline-block;
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.t-status-5{
    background-image : url(/assets/task_status_5.png);
    background-size: cover;
    display: inline-block;
    width: 13px;
    height: 13px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}

.form-control.workspace-input{
    border-left: 0 #fff!important;
    border-right: 0 #fff!important;
    border-top: 0 #fff!important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
}

.div-contenteditable:focus{
    /*outline: 1px solid #ccc;*/
    outline: 0;
    border-bottom: 1px solid #ccc;

}

.no-click{ opacity: .5; cursor: default;}
.div-error{ width: 80%; margin-left: auto; margin-right: auto; }

/*
.no-scrollbar{
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
*/

/* chat popup styles */
#wrapper{
    position: absolute;
    top: 149px;
    height: 450px;
    width: 400px;
    border: 2px solid #68696D;
    background-color: #fff;
    display: none;
    box-shadow: 1px 1px 1px rgba(100,100,100,0.1), 0 0 25px rgba(0,0,0,0.1) inset;
    border-radius: 6px;
    -moz-border-radius: 6px;
    z-index: 100;

}

div.div_del_chat {
    display: none;
    float: right;
    width: 20px;
    height: 20px;
    margin: 5px 8px 0 0;
}

/* @media */
@media only screen and (max-width: 1280px) {
    #div-timesheet-view{ font-size: .9em; }
    .actual-col-data{font-size: 11px;}
    .task-user-history-col-notes{ display: none; }
    .task-user-history-col-date { width: 17%; }
    .task-user-history-col-project{ width: 35%; }
    .task-user-history-col-task{ width: 48%; }
}
@media only screen and (max-width: 1320px) {
    .actual-col-activity-gadget{ width: 45%; }
    .actual-col-hours-total{ width: 55%; }
    .actual-col-notes-gadget{ width: 98%; }
}
@media only screen and (max-width: 1080px) {
    .actual-col-activity{ width: 36%; }
    .actual-col-activity.line-total{ width: 30%; }
    #timesheet{ clear: left; width: 98%; }
    #table-approval-projects .col-fees { display: none; }
    table .snap-header { font-size: 14px; }
}

/* Screen resolution to 1024 pixel (iPad compatibility) */
@media only screen and (min-width:300px) and (max-width:1024px){
    #div_query_container{ font-size: 12px;}
    #div_menu_title {
        width: 130px;
    }
    .div_menu_item{
        width: 119px;
        font-size: 14px;
    }
    #div_charge_list{ left: 150px; }
    .div_menu_separator{
        width: 104px;
    }
    #div_left {
        width: 140px;
    }
    #div_navigation {
        font-size: 16px;
    }
    #div_navigation_title{
        min-width: 210px;
    }
    #curr_date {
        font-size: 16px; margin-top: 7px;
    }
    #div_current_user {
        font-size: 16px;
    }
    #div_current_user .greeting {
        font-size: 16px;
    }

}





