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

#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;
}

#bodycontainer{
    position: absolute; right: 1px; left: 1px; bottom: 1px; top: 56px; background-color: #fff;
}

#dlgMsgBox{
    text-align: left;
    overflow: hidden;
}

#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);
}

#div_approval_title{
    text-align: center; width: 100%;
}

#div_tasks_title{
    width: 100%;
}

#snap-modal-content{
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    -webkit-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;
}

.span_menu_item{
  cursor: pointer;
  font-weight: normal;
}

.span_menu_item_bold{
  cursor: pointer;
  font-weight: bold;
}

.photo_for_index{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*border: 1px solid;*/
}

.div_photo_for_index{
    width: 20px;
    height: 20px;
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*border-radius: 10px;*/
    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;
}

.border-has-error{
    border-color: red;
}

@media only screen and (min-width:300px) and (max-width:1024px){

    #div_menu_title {
        width: 130px;
    }

    .div_menu_item{
        width: 124px;
        font-size: 14px;
    }

    .div_menu_separator{
        width: 104px;
    }

    #div_left {
        width: 140px;
    }

    .div_timeline_unplanned{
        width: 126px;
    }


}

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;
}

/*vecchie classi*/

.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;
}

/*.left{ text-align: left;}*/
.center{ text-align: center;}
.right{ text-align: right;}

.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;
}


.clearfix:before,

.clearfix:after { clear: both; }

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

.orange { color: orange; }
.red { color: red; }
.black{ color: #000; }
.green{ color: green; }
.pointer{ cursor: pointer;}
.bg-unplanned{ background: rgba(154, 232, 112, 0.10); }
.bold{ font-weight: bold; }
.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;
}
.float-left{ float: left;}
.float-right{ float: right;}

.home-path {
    color: #5f5f5f;
    font-size: 18px;
    cursor: pointer;
}


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

.div_input_filled input[type="text"]::-webkit-input-placeholder {
    color: #000000 !important;
}

.div_input_filled input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #000000 !important;
}

.div_input_filled input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
    color: #000000 !important;
}

.div_input_filled input[type="text"]:-ms-input-placeholder {
    color: #000000 !important;
}

.multi-select-separator{
    background-image:url(/assets/line-dark.png);
    background-repeat:repeat-x;
    background-position:50% 50%;
    background-attachment:scroll;
    cursor: default;
}

#div_content_timeline_unplanned{
    margin: 0 1% 1%; border-radius: 0 0 0 5px; top: 107px; width: 98%; bottom: 5px; background-color: #ffffff; position: absolute;
}

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

/* gadget user in home page*/
#users-container {
    background-position: 0 205px; width: 426px; height: 135px; overflow: hidden; margin-right: 10px; float: left; background-repeat: no-repeat;
}
#user {

    clear: both;
    width: 426px;
    height: 135px;
    margin-left: 5px;
    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);
}
#user h2 {
    line-height: 40px; font-size: 18px; margin-top: 0; font-weight: 600;
}
#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);
}


#chat {
    clear: left;
    width: 20%;
    max-width: 25%;
    height: 300px;
    overflow: hidden;
    margin-top: 15px;
    float: left;
    margin-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);


}
#chat-header {
    width: calc(100% - 10px);
    height: 40px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: 2px solid #dfdfdf;
}
#chat-frame {
    width: 99%; height: 250px; overflow: auto; float: left;
}
#chat h2 {
    line-height: 40px; font-size: 18px; margin: 0; font-weight: 600;
}
#chat h2 a {
    vertical-align: middle;
}
#chat h2 a img {
    margin-left: 5px;
}

#timesheet{
    width: 78%;
    height: 300px;
    overflow: hidden;
    margin-top: 15px;
    float: left;
    margin-left: 10px;

    -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);

}

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


/* wiki pages */
#wiki-page-show-container{
    background: #ffffff;
    width: 78%;
    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;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: inset !important;
}

/* overview */
.list-point{
    float: left;
    width: 10px;
    height: 10px;
    /*margin-left: 5px;*/
    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;
}

.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;}

#logo-footer {
    -webkit-transition: opacity .5s, bottom .5s; /* Safari */
    transition: opacity .5s, bottom .5s;
    position: absolute;
    z-index: 1;
    right: .5rem;
    bottom: .5rem;
    /*opacity: .5;*/
    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;
}