.loading-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(255,255,255,0.5) url("../img/Hourglass.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loading .loading-overlay{
    display: block;
}

.container-header {
	background-color: #008eb9;
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-action {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.container-project {
    color: white;
    width: 70%;
}

.container-gantt {
    width: 100vw;
    height: 100vh;
}


.icon-action {
    opacity: 0.4;
    cursor: pointer;
    margin-right: 2px;
}

.icon-action-header {
    opacity: 0.4;
    cursor: pointer;
    margin-right: 2px;
    font-size: 1.3em;
}

.icon-action:hover {
    opacity: 1;
}

.f-white {
    color: #FFFFFF;
}

.f-red {
    color: red;
}

.f-blue-sky {
    color: #328EA0 !important;
}

.f-orange {
    color:#ffa011;
}

.f-green {
    color: green;
}

.f-grey {
    color: #383838;
}

.f-black {
    color: #000 !important;
}

.align-left {
    text-align: left;
}

.transparent {
    background: rgba(2,2,2,.01) !important;
}

.pull-right {
    float: right;
}

.modal-actions {
    right: 0;
}

.btn-icon-toolbar {
    padding-right: 10px;
    /* padding-left: 10px; */
}

.icon-toolbar {
    color: #ffffff;
}
.icon-toolbar:hover {
    color: #ffffff;
    cursor: pointer;
}

.icon-toolbar-separator {
    color: #ffffff;
}

.btn-icon-toolbar-label {
    /* padding: .25rem .5rem; */
    font-size: .875rem;
    /* line-height: 1.5; */
    border-radius: 0.2rem;
}

/* .gantt_tree_icon {
    background: rgba(2,2,2,.01) !important;
} */

#add_comment_form {
    display: none;
}

#add_doc_form {
    display: none;
}

.comment-section {
    margin-bottom: 10px;
}

.comment-detail {
    font-style: italic;
    font-size: 10px;
    color: rgb(117, 117, 117);
}
.comment-text {
    font-size: 14px;
}


table.dataTable td {
    font-size: 14px;
}

table.dataTable th {
    font-size: 14px;
}

/* .holidays{
    background: #f4f7f4 !important;
} */

.gantt_task_cell.holidays {
    /* background-color: #EFF5FD; */
    background-color: #FFF4F0 !important;
}

.gantt_task_row.gantt_selected .gantt_task_cell.holidays {
    background-color: #F8EC9C;
}

.elm-hide {
    display: none;
}

.elm-hide2 {
    display: none !important;
}

#gantt_dropdown{
    font-family: Arial, Helvetica, sans-serif;
    /* line-height:25px; */
    position:absolute;
    display:none;
    border:1px solid #cecece;
    background: #fff;
    padding:10px;
    z-index: 10;
    max-height: 350px;
    overflow: auto;
}

#gantt_dropdown input{
    margin: 0 2px;
}

#gantt_dropdown label{
    display:inline-block;
    width:100%;
    min-width: 200px;
    /* height: 25px; */
    font-size: 14px;
}

.dropdown-title {
    font-weight: bold;
    font-size: 14px;
}

.dropdown-item {
    cursor: pointer;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0px !important;
}

.baseline {
    position: absolute;
    border-radius: 2px;
    z-index:0;
    opacity: 0.3;
    /* background: #6dadf0;
    border: 1px solid #4a6bf8; */
    background: #14110a;
    border: 1px solid rgb(0, 0, 0);
}

.gantt_task_line, .baseline {
    border-radius:4px;
}

#map_activity {
    height: 65vh;
    max-width: 100%;
    max-height: 100%;
    width: 100vw;
}

.gantt_grid_head_cell {
	font-size: 0.75rem;
	color: #303030 !important;
	font-weight: 900;
}

.gantt_scale_cell {
	font-size: 0.75rem;
	color: #303030 !important;
	font-weight: 500;
}

#report-image {
    text-align: center;
}