﻿.marker {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    z-index: 50;
}

.canvas-wrap {
    position: relative;
}

.threeDUI {
    position: absolute;
    background-color: #fff;/*rgba(34, 34, 34, 0.8);*/
    border: 1px solid #D1DADD;
    border-radius: 4px;
    font-size: 18px;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,.4)
}

.models-subnav-options {
    position: absolute;
    z-index: 2;
    right: 0;
    top: -35px;
    font-size: 15px;
}

.models-subnav-options ul.outer-links {
    margin: 0;
    padding: 0;
}

.models-subnav-options ul li a,
.model-top-dropdown .dropdown-toggle,
.add-button-container a {
    text-decoration: none;
    cursor: pointer;
    color: #525252;
}

.models-subnav-options .outer-links .add-rfi i {
    float: left;
    margin-right: 5px;
}

.models-subnav-options ul.outer-links li {
    float: left;
    list-style-type: none;
    margin-left: 15px;
}

.models-subnav-options ul li a .fa-map-marker {
    color: #DE665B;
    padding: 2px 5px;
}

.models-subnav-options .model-top-dropdown {
    margin-right: 10px;
}

.model-top-dropdown .dropdown-menu {
    left: initial;
    right: 0;
    width: 200px;
}

.model-top-dropdown ul li a.dropdown-toggle {
    font-size: 15px;
    line-height: 24px;
    padding: 3px 15px;
}

.model-top-dropdown ul li a > i,
.model-top-dropdown ul li a > i.material-icons {
    font-size: 18px;
    float: left;
    padding: 2px;
    margin-right: 5px;
}

.model-top-dropdown > span.dropdown-toggle {
    padding: 5px;
    line-height: 28px;
}

.autodesk-model-view .model-task,
.autodesk-model-view .model-task .text-muted,
.autodesk-model-view .submittal-detail .text-muted {
    color: black;
}

.autodesk-model-view .model-linked-elements .title {
    margin-left: -10px;
}

.autodesk-model-view .model-task .task-element-container span,
.model-linked-elements .linked-elements span.element-name {
    font-weight: bold;
    color: black;
}

.model-linked-elements .linked-elements .fa-map-marker {
    font-size: 20px;
    color: #DE665B;
}

#the-autodesk-viewer {
    /*width: 100%;*/
    height: 100%;
    margin: 0;
    background-color: #EDEDED;
}

.autodesk-model-view .autodesk-viewer .leftpanel,
.autodesk-model-view .autodesk-viewer .leftpanel.docked {
    position: absolute;
    border: 0 none;
    float: none;
    background: rgba(223, 223, 223, 0.93);
    z-index: 2;
    top: 70px;
    left: 16px;
    bottom: 10px;
    height: auto;
    width: 310px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    bottom: 40px;
    border-radius: 5px;
    overflow: hidden;
    display: none; /* By default it would be invisible */
}

.autodesk-model-view .autodesk-viewer.leftpanel-enabled .leftpanel {
    display: block;
}

.autodesk-viewer .leftpanel .treeview group {
    left: 10px;
}

.autodesk-viewer .leftpanel .treeview leaf {
    margin-left: 10px;
    background: #828282 !important;
}

.autodesk-viewer .leftpanel .treeview lmvheader {
    background: #fff !important;
}

.autodesk-viewer .leftpanel .treeview header {
    padding-right: 25px;
}

.autodesk-viewer .leftpanel .treeview header label {
    text-overflow: ellipsis;
    overflow: hidden;
}

.autodesk-viewer .leftpanel > .searchfield {
    display: none; /* There's no meaning in showing things that don't work :) */
}

.autodesk-model-view .autodesk-viewer .resizeslider {
    display: none !important; /* Sorry to say, but we can't remove this ;) */
}

.autodesk-model-view .autodesk-viewer .viewer-container,
.autodesk-model-view .autodesk-viewer .canvas-wrap > canvas {
    width: 100% !important; /* Sorry to say, but we can't remove this ;) */
}

.task-filter-modal.threeView .text-muted {
    color: #FFFFFF;
}

.autodesk-model-view {
    position: relative;
    width: 100%;
    height: 100%;
}

.autodesk-model-view-gantt {
    position: relative;
    width: 100%;
    height: 60%;
}


.threeDUI li {
    margin: 5px;
    padding: 0;
    color: #D1DADD;
    font-size: 14px;
    position: relative;
}

.threeDUI li:after {
    content: '';
    width: 1px;
    height: 13px;
    top: 2px;
    right: -9px;
    position: absolute;
    border-left: 1px solid #525252;
}

.threeDUI li:last-child:after {
    display: none;
}

.threeDUI li:hover {
    color: white !important;
    background-color: #a7a7a7;
    border-radius: 4px;
}

.modal-content.threeView, .model-task .modal-content, .threeView .modal-content {
    border-radius: 5px;
    background-color: white; /*rgba(34, 34, 34, 0.8);*/
    color: black; /*#fff;*/
}

.threeView .modal-header .modal-title, .threeView .modal-header .close, .model-task .modal-header .close {
    color: black; /*#fff;*/
}

.threeView .modal-header .modal-title,
.model-task .modal-header .modal-title {
    font-size: 18px;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.threeView .modal-header .modal-title span,
.model-task .modal-header .modal-title span {
    margin-left: 15px;
    font-size: inherit;
}

.threeView .modal-header .close,
.model-task .modal-header .close {
    font-size: inherit;
    line-height: 25px;
}

.threeView .modal-header .close,
.model-task .modal-header .close {
    opacity: 1;
    font-weight: normal;
}

.modal-header a.toggle-elements-isolation {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    color: black;
    opacity: 0.7;
}

.modal-header a.toggle-elements-isolation:hover {
    opacity: 1;
}

.threeView .modal-header {
    border-bottom: 0;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(158, 158, 158, 0.4);
    -moz-box-shadow: 0px 2px 0px 0px rgba(158, 158, 158, 0.4);;
    box-shadow: 0px 2px 0px 0px rgba(158, 158, 158, 0.4);
}

.threeView .modal-header,
.model-task .modal-header {
    font-size: 18px;
}

.threeView.properties {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 350px;
    z-index: 3;
    overflow: hidden;
}

.threeView.properties .modal-body {
    max-height: 330px;
    overflow: auto;
}

.threeView.properties table {
    width: 100%;
}

.threeView.properties table th {
    background: #484848;
    padding: 5px;
}

.threeView.properties table th, .threeView.properties table td {
    border: 1px solid #525252;
}

.threeView.properties table td {
    padding: 10px;
    font-size: 18px;
    max-width: 200px;
    word-wrap: break-word;
}

.threeView.properties table th.inactive {
    color: #D1DADD;
}

.threeView.task-list,
.threeView.modal-right,
.model-task,
.threeView.secondary-view,
.threeView.model-timeline {
    position: absolute;
    height: auto;
    bottom: 15px;
    z-index: 1;
}

.play{
    color:black;
}

.play-fast{
   /* color : #0F6AB4;*/
   color: blue;
    font-weight: bolder;
}


.threeView.model-gantt {
    height: 70.7%;
    width: 100%;
    z-index: 1;
    margin-top: -14px;
}

.model-task .model-task-wrapper {
    height: 100%;
}

.threeView.secondary-view {
    padding-bottom: 16px;
}

.threeView.task-list,
.threeView.modal-right,
.model-task {
    right: 2px;
    top: 2px;
    width: 25vw;
}

.threeView.secondary-view {
    left: 16px;
    top: 65px;
    width: 50%;
}

.secondary-view .form-group {
    margin-bottom: 15px;
}

.threeView.secondary-view .secondary-viewer {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 285px;
}

.secondary-viewer .adsk-control.adsk-toolbar {
    display: none; /* Don't need toolbar for the secondary viewer */
}

.threeView.task-list .modal-body {
    height: calc(100% - 10%);
    overflow: scroll;
    padding: 16px 0;
}

.threeView.task-list .modal-body-model-translation {
    overflow: auto;
    padding: 16px 0;
}

.threeView.submittal-detail .modal-body,
.threeView.submittal-list .modal-body {
    height: 80%;
    overflow: auto;
}

.threeView.rfi-detail .modal-body,
.threeView.rfi-list .modal-body {
    height: calc(100% - 80px);
    overflow: auto;
}

.threeView.metadata-detail .modal-body{
    height: calc(100% - 120px);
    overflow: auto;
}

.threeView.secondary-view .modal-body {
    height: calc(100% - 40px);
    overflow: auto;
    padding: 15px;
}

.threeView.task-list .list-item,
.threeView.item-list .list-item {
    border-bottom: none;
    padding: 8px;
    display: table;
    width: 100%;
}

.threeView .model-parent-task .list-item {
    display: block;
    overflow: hidden;
}

.threeView .model-parent-task .list-item .task-item-name {
    max-width: calc(100% - 110px);
    width: calc(100% - 110px);
}

.task-item-name .list-title {
    display: inline-block;
    max-width: 100%;
    margin-top: 0;
    vertical-align: middle;
    word-wrap: break-word;
    line-height: 1.2;
}

.tree-icon + .list-title {
    max-width: calc(100% - 14px);
}

.threeView.task-list .list-item i,
.threeView.item-list .list-item i {

}

.threeView.task-list .list-item .list-title,
.threeView.item-list .list-item .list-title {
    color: black;
}

.threeView.task-list .list-item .status,
.threeView.item-list .list-item .status {
    color: #5BDE77;
    border: 1px solid #5BDE77;
    border-radius: 3px;
    margin: 0;
    font-size: 14px;
    width: 110px;
    display: block;
    line-height: 24px;
}

.threeView.task-list .list-item:hover p,
.threeView.item-list .list-item:hover p {
    color: #fff;
}

.threeView.task-list .list-item p,
.threeView.item-list .list-item span {
    font-size: 16px;
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
    margin: 0;
}

/* Task Status Colors */
.threeView.task-list .list-item .status {
    color: #6f878c;
    border: 1px solid #6f878c;
}

.threeView.task-list .list-item .status.pending {
    color: #f7f712;
    border-color: #f7f712;
}

.threeView.task-list .list-item .status.expired {
    color: #f2a600;
    border-color: #f2a600;
}

.threeView.task-list .list-item .status.active {
    color: #fff;
    border-color: #1e90ff;
    background-color: #1e90ff;
}

.threeView.task-list .list-item .status.completed {
    color: #fff;
    border-color: #35a364;
    background-color: #35a364;
}

.threeView.task-list .list-item .fa-pencil {
    visibility: hidden;
    font-size: 18px;
    margin-top: 5px;
    opacity: 0.5;
    margin-right: 8px;
    color: #fff;
}

.threeView.task-list .list-item .task-list-item:hover > .task-item-status > .fa-pencil {
    visibility: visible;
}

.model-chart-view {
    position: absolute;
    left: 10px;
    width: calc(100% - 20px);
    bottom: 60px;
    z-index: 11;
}

.model-chart-view .chart-view {
    color: white !important;
}

.model-chart-view .chart-view.modal-body {
    height: 280px;
}

.model-task .modal-dialog, .model-task .modal-content {
    margin-top: 0;
    height: 100%;
    width: 100%;
}

.model-task .no-task-selected {
    display: none;
}

.model-task .modal-content .modal-title {
    color: black;/*#fff;*/
}

.model-task .task-comments {
    width: 100%;
    overflow-y: auto;
    max-height: calc(100% - 150px);
    height: auto;
    padding-top: 10px;
    padding-bottom: 2px;
}

.model-task .modal-body > div, .model-task .modal-body > div > .row {
    height: 100%;
}

.model-task .task-detail {
    width: 100%;
    height: calc(100% - 140px);
}

.model-task .task-detail .row > div {
    padding-right: 8px;
    padding-left: 8px;
}

.submittal-detail .modal-body ul li {
    margin-bottom: 10px;
}

.submittal-detail .modal-body .form-control.big {
    height: auto;
    white-space: normal;
}

.submittal-detail .modal-body ul li label {
    margin: 0;
    display: block;
    font-size: 13px;
}

.submittal-list .modal-header a,
.submittal-detail .modal-header a {
    color: #fff;
    font-size: 16px;
    margin-right: 25px;
}

.model-linked-elements .linked-elements {
    margin: 5px 10px;
}

.submittal-detail .modal-body p {
    font-size: 14px;
}

.model-task .frm-task .comments {
    height: auto;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
}

.model-task .frm-task .fa-plus-circle {
    margin-top: 12px;
    margin-left: 0px;
}

.model-task .frm-task .comments .comment {
    margin: 10px 0 0 0;
}

.model-task .frm-task .form-control, .threeView .form-control {
    /*background-color: white;
    color: black;*/
    border: 1px solid #cdcdcd;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 6px 10px;
    box-shadow: none;
    border-radius: 3px;
}

.model-task .frm-task .date-picker {
    height: 34px;
}

.frm-task .date-picker .fa-calendar:before {
    top: -38px;
}

.model-task .frm-task .rz-bar {
    border-color: #606060;
}

.model-task .done {
    float: left;
    margin: 10px;
    padding: 5px 15px;
    font-weight: bold;
    color: #fff;
    height: 100%;
    background-color : #43a1e2;
}

.done {
    margin-right: 10px;
    padding: 5px 15px;
    font-weight: bold;
    color: #fff;
    height: 100%;
    background-color : #43a1e2;
}
.model-task .modal-footer {
    border-top: 1px solid #525252;
}

.model-task .task-budget th {
    background-color: #525252;
}

.model-task .task-budget, .model-task .task-budget td, .model-task .task-budget th {
    border-color: #606060;
    /*color:#fff;*/
}

.threeDUI.buttons {
    top: 20px;
    left: 20px;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.threeDUI.paintButtons {
    bottom: 16px;
    left: 16px;
    z-index: 11;
}

.objects3D {
    position: relative;
    top: 0px;
    left: 5px;
    color: rgb(200, 200, 200);
    width: 100%;
    height: 24px;
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
    line-height: 22px;
}

.objects3D:hover {
    background-color: rgb(200, 200, 200);
}

@media (min-height: 830px) {
    .model-task .task-detail {
        height: 335px;
    }

    .frm-task .modal-body {
        min-height: 388px;
    }

    .model-task .frm-task .task-comments {
        height: calc(100% - 335px);
    }

    .model-task .frm-task .comments {
        height: calc(100% - 55px);
    }
}

/*view-autodesk-model*/

.model-task.view-autodesk-model .task-form-wrp {
    min-height: inherit;
}

.model-task.view-autodesk-model .modal-header {
    height: 6%;
    height: auto;
}

/*.model-task.view-autodesk-model .modal-body {
    height: 88%;
}*/

.model-task.view-autodesk-model .task-detail-done {
    height: 6%;
    height: auto;
}

.model-task.view-autodesk-model .modal-body .task-detail {
    max-height: none;
    height: 60%;
    height: auto;
    border: none;
}

.model-task.view-autodesk-model .modal-body .task-comments {
    max-height: none;
    height: 40%;
    overflow-y: inherit;
    height: auto;
    overflow-y: visible;
}

.model-task.view-autodesk-model .frm-task .comments {
    height: 90%;
    height: auto;
    min-height: 200px;
}

/*comments css*/
.model-task.view-autodesk-model .modal-body .task-comments .view-comments-header {
    height: 10%;
}

.model-task.view-autodesk-model .modal-body .task-comments .row.comments {
    height: 76%;
}

.model-task.view-autodesk-model .modal-body .task-comments .comments-footer {
    height: 50px;
    margin-bottom: 15px;
}

.model-task-detail-modal {
    padding:10px 0;
}

.model-task.view-autodesk-model .right-date-picker ul {
    left: inherit !important;
    right: 0;
    top: 0;
}

.model-task.view-autodesk-model .right-date-picker {
    position: relative;
}

.view-threeDView-container {
    top: 0;
    height: 100%;
    width: 100%;
}

.main-wrapper {
    height: calc(100% - 111px);
}

.main-wrapper-new {
    height: calc(100% - 48px);
}


/*comments css ends*/

@media (max-height: 830px) {

    .model-task.view-autodesk-model .modal-content::-webkit-scrollbar {
        display: none;
    }

    .model-task.view-autodesk-model .modal-content::-moz-scrolled-content {

    }

    .model-task.view-autodesk-model .modal-content {
        overflow-y: scroll
    }

    .model-task.view-autodesk-model .modal-header {
        height: 8%;
        height: auto;
    }

    /*.model-task.view-autodesk-model .modal-body {
        height: 80%;
    }*/
    .model-task.view-autodesk-model .task-detail-done {
        height: 10%;
        margin-top: 2%;
        height: auto;
        margin: 0;
    }

    /*comments css*/
    .model-task.view-autodesk-model .modal-body .task-comments .view-comments-header {
        height: 20%;
    }

    .model-task.view-autodesk-model .modal-body .task-comments .row.comments {
        height: 66%;
    }

    .model-task.view-autodesk-model .modal-body .task-comments .comments-footer {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .view-threeDView-container, .main-wrapper {
        height: calc(100% - 29px);
    }
}

.ui-view-container, .ui-view-container > .ng-scope, .project-layout, .project-detail-view {
    height: 100%;
}

.project-detail-view {
    position: relative;
}

/*.main-wrapper {
    height: calc(100% - 120px);
}*/

.main-wrapper .project-layout .project-detail-view .markup-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 8px solid #0696D7;
    z-index: 20;
    pointer-events: none;
}

.main-wrapper .project-layout .project-detail-view .markup-container ul {
    left: 20px;
    top: 20px;
    padding: 5px;
    pointer-events: all;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
}

.main-wrapper .project-layout .project-detail-view .markup-container li {
    width: 40px;
    max-height: 40px;
    padding: 10px;
    cursor: pointer;
    float: left;
    position: relative;
    border: 1px solid transparent;
}

.main-wrapper .project-layout .project-detail-view .markup-container li:hover {
    border: 1px solid #BDB0B0;
}

.main-wrapper .project-layout .project-detail-view .markup-container .active {
    border: 1px solid #BDB0B0;
}

.main-wrapper .project-layout .project-detail-view .markup-container li .palette {
    border-color: #E5E5E5;
    border-width: 2px;
    border-style: solid;
    border-radius: 50% 50% 50% 0;
    transform: rotate(135deg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: royalblue;
}

.main-wrapper .project-layout .project-detail-view .markup-container li span {
    font-size: 20px;
    line-height: 20px;
    font-family: initial;
    font-weight: bold;
}

.main-wrapper .project-layout .project-detail-view .markup-container li .palette:after {
    content: '';
    position: absolute;
    border-width: 5px 3px;
    border-color: transparent transparent #000000 transparent;
    border-style: solid;
    top: 5px;
    right: auto;
    left: -14px;
    bottom: auto;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    transform: rotate(-135deg);
}

.main-wrapper .project-layout .project-detail-view .markup-container li span:first-child {
    font-size: 20px;
    line-height: 20px;
    font-family: initial;
    font-weight: bold;
}

.main-wrapper .project-layout .project-detail-view .markup-container li.palette-container li {
    width: auto;
    float: left;
}

.main-wrapper .project-layout .project-detail-view .markup-container li div.palette-container {
    position: absolute;
    top: 120%;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.7);
    left: -50%;
}

.main-wrapper .project-layout .project-detail-view .markup-container li div.palette-container:before {
    border: transparent;
}

.main-wrapper .project-layout .project-detail-view .markup-container li div ul {
    position: static;
    padding: 0;
    list-style-type: none;
    background: none;
}

.main-wrapper .project-layout .project-detail-view .markup-container div.palette-container li {
    padding: 5px;
}

.main-wrapper .project-layout .project-detail-view .markup-container div.palette-container span {
    border: 2px solid transparent;
    border-radius: 50%;
}

.main-wrapper .project-layout .project-detail-view .markup-container ul.thickness-container {
    padding: 10px;
    border-top: 1px solid #BDB0B0;
}

.main-wrapper .project-layout .project-detail-view .markup-container ul.thickness-container li {
    margin-bottom: 6px;
    width: 100%;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 8px;
}

.main-wrapper .project-layout .project-detail-view .markup-container ul.thickness-container li:last-child {
    margin-bottom: 0;
}

.main-wrapper .project-layout .project-detail-view .markup-container ul.thickness-container .small {
    height: 8px;
}

.main-wrapper .project-layout .project-detail-view .markup-container ul.thickness-container .medium {
    height: 12px;
}

.main-wrapper .project-layout .project-detail-view .markup-container ul.thickness-container .large {
    height: 16px;
}

.main-wrapper .project-layout .project-detail-view .markup-container ul li span {
    width: 20px;
    height: 20px;
    display: block;
}

.main-wrapper .project-layout .project-detail-view .markup-container ul.markup-btn-container {
    right: 20px;
    top: 20px;
    padding: 5px;
    pointer-events: all;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: initial;
}

.main-wrapper .project-layout .project-detail-view .markup-container ul.markup-btn-container li {
    width: auto;
    height: auto;
}

.main-wrapper .project-layout .project-detail-view .markup-container ul.markup-btn-container li:first-child {
    border-right: 1px solid #BDB0B0;
}

/* Fix for white model popups coloration Start*/
.propertyPanel .treeview group > header {
    background-color: rgba(255, 255, 255, .22);
}

.treeview header {
    background-color: rgba(0, 0, 0, .05);
    transition: all .5s ease;
}

.viewer-container .notouch .modelStructurePanel {
    background: rgba(34, 34, 34, 0.8);
}

.viewer-container .notouch .modelStructurePanel:hover {
    background: rgba(34, 34, 34, 0.8);
}

.treeview header {
    background: rgba(34, 34, 34, 0.8);
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.autodesk-model-view .treeview:hover header {
    background: rgba(34, 34, 34, 0.8);
    color: #fff;
}

.autodesk-model-view .treeview header:hover {
    background-color: #a6c2e1 !important;
    transition: all .2s ease;
}

.autodesk-model-view .explorer {
    background: none;
}

.autodesk-model-view .treeview group.selected > header, .treeview group.selected > leaf, leaf.selected > header {
    background-color: rgba(34, 34, 34, 0.8) !important;
    white-space: normal;
    word-wrap: break-word;
    width: auto;
    border-radius: 4px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.autodesk-model-view .autodesk-viewer .leftpanel, .autodesk-model-view .autodesk-viewer .leftpanel.docked {
    border: 1px solid transparent;
    /*background: rgba(34, 34, 34, .8);*/
    background: #fff;
    border-radius: 5px;
    padding: 1%;
    overflow: scroll;
    width: 30%;
}

.autodesk-model-view .autodesk-viewer .leftpanel, .autodesk-model-view .autodesk-viewer .leftpanel.docked::-webkit-scrollbar {
    display: none;
}

.autodesk-model-view .treeview group.selected, leaf.selected {
    border-left: 3px solid #5085bf;
}

.autodesk-model-view .treeview group.expanded > header > icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOAgMAAABiJsVCAAAACVBMVEUAAAD///////9zeKVjAAAAA3RSTlMAzGWg4clLAAAAI0lEQVQI12PAABwgQgVETAFiphAgwQkiVEHEVCDBFBqCrgcAZhoDgXsV370AAAAASUVORK5CYII=);
}

/* Fix for white model popups coloration End*/

/* For larger screens */
@media (min-width: 1367px) {
    .threeView.secondary-view {
        width: 50%;
        bottom: auto;
        padding-bottom: 0;
    }

    .threeView.secondary-view .secondary-viewer {
        height: 400px;
    }
}

@media (max-width: 550px) {
    .main-wrapper .project-layout .project-detail-view .markup-container .markup-options {
        width: 50px;
    }
}

@media screen and (max-width: 550px) {
    .threeView.task-list,
    .threeView.modal-right,
    .model-task {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }

    .model-chart-view {
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 100;
    }

    .model-chart-view .chart-view.modal-body {
        height: 95vh;
    }

    .threeView .modal-content {
        border-radius: 0;
    }

    .task-filter-modal {
        top: 0;
        margin-top: 0;
    }

    .adsk-button {
        height: 18px !important;
    }

    .adsk-button-icon {
        font-size: 16px !important;
    }

    .modal-content.threeView, .model-task .modal-content, .threeView .modal-content {
        border-radius: 0;
        background-color: rgba(34, 34, 34, 1);
    }

    .main-wrapper .project-layout .project-detail-view .markup-container {
        border: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .dockingPanel.modelStructurePanel {
        left: 0 !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 550px) {
    .autodesk-model-view .autodesk-viewer .leftpanel.docked {
        min-width: 70%;
    }
}

@media screen and (max-width: 600px) {
    .ui-view-container {
        height: calc(100% - 50px);
    }

    /*.main-wrapper {
        height: calc(100% - 63px);
    }*/
    .view-threeDView-container {
        height: 100%;
    }
}

.model-task fieldset {
    height: calc(100% - 149px);
    overflow: auto;
    margin-bottom: 50px;
}

/* Task detail for Model Page*/
.model-page-task {
    width:100%;
    margin: 0;
}

.model-page-task .task-detail {
    padding: 0;

}

.task-comments {
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.autodesk-model-view [ui-block] {
    min-height: 40px;
}

.autodesk-model-view [ui-block] .ui-block-overlay {
    background: transparent;
}

.autodesk-model-view [ui-block] .ui-block-spinner {
    /*top: 0;*/
}

.autodesk-model-view .model-task [ui-block] {
    min-height: 80px;
}

.autodesk-model-view .model-task [ui-block].ui-blocking {
    overflow: hidden;
}

.autodesk-model-view .model-task [ui-block] .ui-block-overlay,
.threeView [ui-block] .ui-block-overlay {
    background: rgba(34, 34, 34, 0.6);
}

.autodesk-model-view .model-task [ui-block] .ui-block-spinner {
    top: calc(50% - 40px);
}

.model-color-filters.modal-right {
    bottom: auto;
}

.model-color-filters ul.color-labels {
    list-style: none;
    margin-top: 10px;
    padding-left: 10px;
}

.model-color-filters ul.color-labels li {
    margin-bottom: 10px;
}

.model-color-filters ul.color-labels a {
    display: block;
    color: #fff;
    opacity: .7;
    font-size: 16px;
    transition: all .5s;
}

.model-color-filters ul.color-labels a:hover,
.model-color-filters ul.color-labels .selected a {
    opacity: 1;
}

.model-color-filters ul.color-labels .selected a {
    margin-left: -5px;
}

.model-color-filters ul.color-labels a span {
    float: left;
    display: block;
}

.model-color-filters ul.color-labels .filter-color {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.model-color-filters ul.color-labels .filter-name,
.model-color-filters ul.color-labels .filter-task-count {
    line-height: 25px;
    margin-left: 10px;
    color: #000000;
}

.autodesk-model-view .model-timeline {
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.model-timeline .modal-header {
    padding: 10px;
}

.model-timeline .modal-header,
.model-timeline .modal-header .close {
    font-size: 14px;
    line-height: normal;
}

.model-timeline .vis-labelset .vis-label {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ddd;
    width: 200px;
    font-weight: bold;
    padding: 2px 10px;
}

.model-timeline .vis-foreground .vis-group {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gantt-timeline-index-wrappers {
    display: flex;
    align-content: center;
    justify-content: space-around;
    min-height:24px;
    max-height:24px;
}

.gantt-timeline-index-wrappers .colored-list li {
    margin: 0 5px 0 0 ;
}

.model-timeline .timeline-index-wrapper {
    margin: 0 10px 0 90px;
}

.timeline-index-wrapper .colored-list {
    margin: 15px auto 0;
    display: table;
}

.timeline-index-wrapper .colored-list li {
    float: left;
    margin: 0 10px;
}

.model-timeline .modal-body {
    padding: 0;
    min-height: 150px;
}

.model-timeline .ui-blocking .vis-timeline {
    display: none;
}

.model-timeline [ui-block] .ui-block-spinner {
    top: calc(50% - 40px);
}

.timeline-container .vis-timeline {
    border: 1px solid #606060;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.timeline-container .vis-timeline,
.timeline-container .vis-timeline .vis-text,
.timeline-container .vis-timeline .vis-item-content {
    color: #fff;
}

.timeline-container .vis-timeline .vis-text {
    text-align: center;
}

.timeline-container .vis-timeline .vis-text.vis-major {
    padding: 3px 8px;
}

.timeline-container .vis-timeline .vis-foreground .vis-item {
    background-color: #6A6A6A;
    border-radius: 5px;
    text-align: center;
}

.timeline-container .vis-timeline .vis-item,
.timeline-container .vis-timeline .vis-line.vis-item {
    border-color: #404040;
    border-width: 1px;
    z-index: 2;
    opacity: 0.9;
}

.timeline-container .vis-timeline .vis-item.vis-dot {
    border-radius: 50%;
    border-width: 6px;
    cursor: pointer;
}

.timeline-container .vis-timeline .vis-text.vis-minor {
    border-bottom: 2px solid #606060;
}

.timeline-container .vis-timeline .vis-item.vis-selected {
    border-color: #5F97F6;
    opacity: 1;
    z-index: 3;
}

.model-timeline .vis-timeline .vis-panel.vis-center {
    border-top: 0 none;
    border-bottom: 2px solid #606060;
}

.model-timeline .timeline-controls a {
    margin: 0 5px;
    float: left;
}

.model-timeline .modal-header a,
.model-timeline .modal-header .close {
    cursor: pointer;
    color: black;/*#fff;*/
    opacity: 0.5;
    display: block;
}

.model-timeline .modal-header a:hover,
.model-timeline .modal-header .close:hover {
    opacity: 1;
}

.model-timeline .vis-item-content {
    cursor: default;
}

.model-timeline .vis-item-content .colored-list li {
    margin-bottom: 5px;
}

.model-timeline .vis-item-content .colored-list .color {
    height: 10px;
    width: 10px;
    margin-top: 2px;
}

.model-timeline .vis-timeline .vis-custom-time {
    z-index: 4;
    width: 3px;
}

.model-timeline .vis-timeline .selection-panel {
    position: absolute;
    height: 147px;
    width: 337px;
    background: rgba(95, 151, 246, 0.15);
    border-bottom: 1px solid;
    border-color: #5F97F6;
    z-index: 1;
    top: -1px;
}

.model-timeline .vis-timeline .vis-current-time {
    width: 3px
}

/**
 * Automatic Scheduling
 */
.auto-schedule-modal.threeView {
    top: 118px;
    left: 65px;
}

.auto-schedule-modal .modal-dialog {
    margin: 15px;
    width: auto;
    height: calc(100% - 30px);
}

.auto-schedule-modal .modal-content {
    height: 100%;
}

.auto-schedule-modal .modal-body {
    height: calc(100% - 120px);
}

.auto-schedule-modal .modal-footer {
    text-align: left;
}

.auto-schedule-modal [ui-block].ui-blocking {
    overflow: hidden;
}

.auto-schedule-modal [ui-block] .ui-block-overlay {
    background: rgba(34, 34, 34, 0.4);
}

.auto-schedule-modal .modal-body {
    font-size: 15px;
}

.auto-schedule-modal .model-tree-wrapper {
    margin-top: 20px;
    overflow-y: auto;
    max-height: calc(100% - 70px);
}

ul.tree-view {
    margin-left: 5px;
    padding: 0;
    list-style: none;
}

ul.tree-view li {
    position: relative;
    padding-left: 15px;
}

ul.tree-view li a.toggle {
    position: absolute;
    left: 0;
    top: 0;
}

ul.tree-view li a.toggle > i.fa {
    font-size: 12px;
}

ul.tree-view li.collapsed ul.tree-view {
    display: none;
}

ul.tree-view li a.toggle {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s color;
}

ul.tree-view li a.toggle:hover {
    color: rgba(255, 255, 255, 0.7);
}

ul.tree-view li.collapsed a.toggle {
    color: rgba(255, 255, 255, 1);
}

.model-version-list.ui-blocking {
    min-height: 80px;
}

.model-version-list .ui-block-wrapper .ui-block-spinner {
    top: calc(50% - 25px);
}

.threeView.model-version-list-modal .table > thead > tr > td {
    border-top: 1px solid rgba(221, 221, 221, 0.25);
}

.threeView.model-version-list-modal .table > thead > tr.active > td {
    background-color: rgba(245, 245, 245, 0.10);
}

.threeView.model-version-list-modal .table {
    margin-bottom: 0;
}

.model-version-list-modal .btn-sm {
    font-size: 13px;
}

.model-version-list-modal .table th,
.model-version-list-modal .table td {
    line-height: 28px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
}

.model-version-list {
    max-height: 500px;
    overflow-y: auto;
}

.upload-list ul li .progress-bar-wrap > div {
    margin: 7px 30px 5px 0;
}

.upload-list ul li .progress-bar-wrap > span {
    float: right;
    font-size: 12px;
    background: transparent;
    position: initial;
    padding: 0;
}

.model-task-wrapper .modal-body, .model-task-wrapper fieldset {
    position: initial !important;
}

.model-task-wrapper .comments-footer {
    position: absolute;
    bottom: 38px;
    left: 0;
    padding-right: 30px;
}

.task-detail-popup .comments-footer {
    bottom: 0;
    padding-right: 0;
}

.dashboard-task-detail .comments-footer {
    top: 535px;
    padding: 10px;
    border-top: 1px solid rgba(0,0,0,0.3);
    position: fixed;
    width: 48%;
}

.model-task-wrapper .comment-box-wrapper {
    padding-top: 7px;
    border-top: 1px solid #343434;
}
.task-detail-popup .comment-box-wrapper {
    padding-top: 7px;
    border-top: 1px solid #343434;
}

.model-parent-task {
    padding-left: 0;
}

.threeView.task-list ul .list-item {
    padding: 10px 0 0 16px;
}

.task-list-item {
    cursor: pointer;
}

.threeView.task-list .list-item .status {
    width: 90px;
    line-height: 1.5;
    font-size: 12px;
}

.task-list-item .tree-icon .material-icons {
    font-size: 18px;
    vertical-align: middle;
}

.model-tree-list {
    padding-right: 8px;
}

.task-item-name .material-icons {
    margin-left: -8px;
}

.model-tasks-empty {
    position: relative;
    top: 25%;
    transform: translateY(-50%);
}

.linkage-table a{
   color: black;
}

.linkage-table a:hover{
    color:#5c91ad;
}

.linkage-table select{
    cursor: pointer;
}
.handsontable-container .handsontable .htAutocomplete .htAutocompleteArrow{
    color: #000000 ;
}

.handsontable-container .handsontable .htAutocomplete .htAutocompleteArrow:hover{
    color: #44a8c7 ;
}

.autodesk-model-view .autodesk-viewer .adsk-viewing-viewer .property-panel .property-value{
    color: #000000;
}

.autodesk-model-view .autodesk-viewer .adsk-viewing-viewer .property-panel .no-properties{
    color: #000000;
}

.sync-task{
    color: dodgerblue !important;
}

.unsync-task{
    color: red !important;
}

.update-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display:block;
    width:200px;
}

.transform-title{
    width:25%
}

.transform-input-box{
    width: 12%;
    text-align: center;
    margin-left: 15px;
}

.MBS-options{
    width: 100%;
}

.mbs-options-container {
    height: calc(100% - 45px);
    padding: 15px 10px;
    margin: 0;
}

.mbs-checkbox {
    font-size: 16px;
    padding: 5px;
}

.disable-mbs-name{
    color: #aeb2ad;
}
