.modal-scrollable {
    overflow: auto !important;
}
.bim-upload-popup {
    /* width: 700px !important; */
    max-width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    margin-left: -350px !important;
    left: 50% !important;
}

.bim-upload-popup .modal-dialog {
    /* width: 700px; */
}

.bim-upload-popup .progress {
    margin-bottom: 5px;
}

.bim-upload-popup .modal-body {
    padding: 15px 30px;
    overflow: hidden;
}
.bim-plus-btn {
    margin-top: -16px;
    margin-left: 17px;
    height: 28px;
    font-size: 15px;
    color: #29a454 !important;
    background-color: white;
    font-weight: 700;
    padding: 0px 10px;
    border-radius: 5px;
}
.bim-upload-popup .upload-name {
    font-size: 12px;
}

.bim-upload-popup .modal-dialog {
    margin: 0px auto;
}

.bim-upload-popup .modal-header {
    padding-bottom: 0px;
}

.bim-upload-popup .modal-header h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
}

.bim-upload-popup h6.link-heading {
    font-size: 16px;
    font-weight: 600;
}

.bim-upload-popup h4 span {
    color: #909090;
}

.bim-upload-popup #Bim-object label.headding {
    min-height: 65px;
    vertical-align: bottom;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 7px;
    padding: 10px 0px;
}

.bim-upload-popup .mar-btm-10 {
    margin-bottom: 10px;
}

.bim-upload-popup #Bim-object label.headding span {
    display: block;
    font-weight: 400;
    width: 100%;
}

/*btnFileUpload style strat here*/
.bim-upload-popup .input-file {
    background-color: red;
}

.bim-upload-popup .modal-body form .btn {
    color: gray;
    background-color: #29a454;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 5px;
}

.bim-upload-popup .modal-body form input[type=file] {
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.bim-upload-popup .modal-body form label {
    display: block;
}

.bim-upload-popup #spnFilePath {
    font-weight: 600;
}

.bim-upload-popup p.or-txt {
    color: #fb0404 !important;
    padding-top: 30px;
    font-weight: 600;
}

.bim-upload-popup .h-180 {
    height: 300px;
    position: relative;
    overflow-y: auto;
    padding: 0;
    background: url(../images/placeholder.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #c9c9c9;
	position:relative;
}
.bim-upload-popup .h-180 .adsk-viewing-viewer.dark-theme.quality-text{overflow:inherit !important;}
#forgeViewer.h-180  .adsk-viewing-viewer{
    top: 0px !important;
}
#viewer .adsk-viewing-viewer .notouch{top: 115px;}

.bim-upload-popup .preview-container  .adsk-viewing-viewer.dark-theme.quality-text{overflow:inherit !important;}

.bim-upload-popup .h-180 img {
    width: 100%;
}

.bim-upload-popup .modal-footer button.w-100 {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    max-width: 175px;
    display: inline-block;
    margin-left: 30px;
}
.bim-upload-popup .modal-footer button.w-101 {
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    max-width: 175px;
    display: inline-block;
    margin-left: 6px;
}

.bim-upload-popup .grey-bg {
    background: #c0c1c3;
    background-color: #c0c1c3;
    border-color: #c0c1c3;
}
.bim-upload-popup .grey-bg:hover{
   background: #5d5d5d;
    background-color: #5d5d5d;
    border-color:#5d5d5d; 
}

.bim-upload-popup .green1-bg {
    background: #17861d;
    background-color: #17861d;
    border-color: #17861d;
}
.bim-upload-popup .green1-bg:hover{
   background: #0d6b11;
    background-color: #0d6b11;
    border-color:#0d6b11; 
}

.bim-upload-popup .bim-model-container {
    height: calc(100% - 45px);
}

.bim-upload-popup .each-select-bim-popup-holder {
    display: none;
    height: 100%;
    position: relative
}

.bim-upload-popup .each-select-bim-popup-holder .row {
    height: calc(100% - 34px);
}

.bim-upload-popup .each-select-bim-popup-holder.show-tab-container {
    display: block;
    z-index: 10;
    position: relative
}

.bim-upload-popup .each-select-bim-popup-holder.show-tab-container.model-bim {
    height: calc(100% - 10px);
}

/*btnFileUpload style end here*/
/*#breadcrumbs start here*/
.bim-upload-popup #crumbs {
    text-align: left;
}

.bim-upload-popup #crumbs ul {
    list-style: none;
    display: inline-table;
    padding-left: 0px;
}

.bim-upload-popup #crumbs ul li {
    display: inline-block;
    padding-left: 0px;
}

.bim-upload-popup #crumbs ul li a {
    display: block;
    float: left;
    height: 50px;
    background: #f3f5fa;
    text-align: center;
    padding: 12px 20px 0 60px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.bim-upload-popup #crumbs ul li a:after {
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #f3f5fa;
    position: absolute;
    right: -25px;
    top: 0;
    z-index: 1;
}

.bim-upload-popup #crumbs ul li a:before {
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.bim-upload-popup #crumbs ul li:first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-left: 25px;
}

.bim-upload-popup #crumbs ul li:first-child a:before {
    display: none;
}

.bim-upload-popup #crumbs ul li:last-child a {
    padding-right: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bim-upload-popup #crumbs ul li:last-child a:after {
    display: none;
}

.bim-upload-popup #crumbs ul li a:hover,
.bim-upload-popup #crumbs ul li.active a {
    background: #29a454;
    color: #fff;
}

.bim-upload-popup #crumbs ul li.completed a {
    background: #29a454;
    color: #fff;
}

.bim-upload-popup #crumbs ul li.completed a span {
    background: #FFF;
    color: #29a454;
}

.bim-upload-popup #crumbs ul li.completed a:hover span {
    color: #29a454;
}

.bim-upload-popup #crumbs ul li.completed a span .numaric,
.bim-upload-popup #crumbs ul li a span .check {
    display: none
}

.bim-upload-popup #crumbs ul li.completed a span .check,
.bim-upload-popup #crumbs ul li a span .numaric {
    display: block;
}

.bim-upload-popup #crumbs ul li a:hover span,
.bim-upload-popup #crumbs ul li.active a span {
    background: rgba(189, 189, 189, 0.78);
    background: rgb(255, 252, 252);
    color: #232925;
}

.bim-upload-popup #crumbs ul li a span {
    background: rgba(228, 227, 227, 0.78);
    border-radius: 50%;
    color: #232925;
    font-weight: 700;
    margin-right: 10px;
    font-weight: 700;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    padding: 0 0;
}

.bim-upload-popup #crumbs ul li a:hover:after,
.bim-upload-popup #crumbs ul li.active a:after,
.bim-upload-popup #crumbs ul li.completed a:after {
    border-left-color: #29a454;
    color: #fff;
}

.bim-upload-popup #crumbs a.bim-iformation {
    background: #7b7b7b;
    color: #FFF;
    width: 25px;
    display: inline-block;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-left: 9px;
    border-radius: 50%;
    font-size: 21px;
    position: absolute;
    right: 40px;
    top: 26px;
    text-decoration:none;
}

/*#breadcrumbs end here*/
/*select-bim-model strat  here*/
.bim-upload-popup.select-bim-model {
    width: 80% !important;
    margin-left: -40% !important;
}

.bim-upload-popup.select-bim-model .modal-dialog {
    width: 100%;
    margin: 0px auto;
}

.bim-upload-popup.select-bim-model .modal-dialog h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.bim-upload-popup.select-bim-model .modal-dialog .modal-header {
    padding: 15px 30px;
    padding-bottom: 0px;
}

.bim-upload-popup.select-bim-model .modal-dialog .modal-body {
    position: relative;
    padding: 15px 30px;
}

.bim-upload-popup.select-bim-model .modal-dialog .modal-body {
    font-size: 14px;
    font-weight: 400;
    height: calc(100vh - 200px);
    overflow: hidden;
    min-height: 400px;
}

.bim-upload-popup.select-bim-model .modal-dialog .modal-body h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}

/*select-bim-model end  here*/
/*select-checkbox start here*/
.bim-upload-popup .select-checkbox {
    padding-left: 20px;
}

/*select-checkbox start here*/
/*radio btn strt here*/
.bim-upload-popup .models-radio-btn-group {
    height: calc(100% - 35px);
    overflow:hidden;
    /* min-height: 250px; */
}

.bim-upload-popup .radio-btn-group-hold {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #ebebeb;
    padding: 12px 15px;
}

.bim-upload-popup .pad-lft-0 {
    padding-left: 0px;
    height: 100%;
}

.bim-upload-popup .pad-rght-0 {
    padding-right: 0px;
    height: 100%;
}

.bim-upload-popup .models {
    height: 100%;
}
.bim-upload-popup .models.modal-with-btn{
    height: calc(100% - 13px);
}

.bim-upload-popup .preview {
    height: 100%;
}

.bim-upload-popup .two-sections {}

.check-box-hold h3{
    font-size: 18px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 20px;
}

.check-box-hold	.linkObjects {
    position: absolute;
    opacity: 0.8;
    left: 6px;
    z-index: 11;
    opacity:0 ;
}

.check-box-hold	 .linkObjects + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.check-box-hold	.linkObjects + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: white;
    border:1px solid #29a454;
}

.check-box-hold	 .linkObjects:hover + label:before {
    background: #FFF;
}
.check-box-hold	 .linkObjects:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.check-box-hold	 .linkObjects:checked + label:before {
    background: #FFF;
}

.check-box-hold	.linkObjects:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.check-box-hold	 .linkObjects:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.check-box-hold	.linkObjects:checked + label:after {
    content: '';
    position: absolute;
    left: 2px;
    top:7px;
    background: #29a454;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #29a454, 4px 0 0 #29a454, 4px -2px 0 #29a454, 4px -4px 0 #29a454, 4px -6px 0 #29a454, 4px -7px 0 #29a454;
    transform: rotate(45deg);
} 
.check-box-hold input:checked ~ .checkmark:after {
  display: block;
}

.check-box-hold .assigned-item span{
	display: none !important;
} 
input[type=file]:focus,
.bim-upload-popup input[type=checkbox]:focus,
.bim-upload-popup input[type=radio]:focus {
    outline: none;
    outline: none;
    outline-offset: -2px;
}

.bim-upload-popup .preview-container {
    background: #c9c9c9;
    height: calc(100% - 32px);
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    min-height: 250px;
}

.bim-upload-popup .priview-image-hold {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: url(../images/placeholder.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #c9c9c9;
    position: relative;
}

.bim-upload-popup .priview-image-hold .adsk-viewing-viewer{
top: 0px !important;
}
.bim-upload-popup .h-100 .adsk-viewing-viewer{
    top: 0px !important;
    }
.bim-upload-popup .preview-container img {
    width: 100%;
}

.bim-upload-popup input[type=radio]:checked~.check {
    border: 5px solid #0DFF92;
}

.bim-upload-popup input[type=radio]:checked~.check::before {
    background: #0DFF92;
}

.bim-upload-popup input[type=radio]:checked~label {
    color: #7b7b7b;
}

.bim-upload-popup input[type=radio]:checked~.radio {
    background: red;
}

.bim-upload-popup input[type=file]:focus,
.bim-upload-popup input[type=checkbox]:focus,
.bim-upload-popup input[type=radio]:focus {
    /* outline: thin dotted; */
    /* outline: 5px auto -webkit-focus-ring-color; */
    outline-offset: -2px;
}

/*radio btn end here*/
/*viewplans start here*/
.bim-upload-popup .viewplans {
    background: #c0c1c3;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 0px;
}

.bim-upload-popup .viewplans li {
    display: inline-block;
    list-style: none;
    border-radius: 5px;
}

.bim-upload-popup .viewplans li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    padding: 5px 10px;
}

.bim-upload-popup .viewplans li.active {
    background: #29a454;
}
.disable {
    pointer-events: none;
}
/*viewplans end here*/

.bim-upload-popup .pinlabels {
    max-width: 250px;
    height: 30px;
    padding: 0px 12px
}

.bim-upload-popup .object-list-view {
    width: 60%;
    margin: 0px auto;
    padding: 20px 0px;
    overflow: hidden;
    overflow-y: auto;
}

/*radio btn strt here*/
.bim-upload-popup .form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: -1px;
    height: 14px;
    width: 14px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    left: 20px;
    border: 1px solid #7b7b7b;
}

.bim-upload-popup .form-radio:checked::before {
    position: absolute;
    font: 16px/1'Open Sans', sans-serif;
    left: 2px;
    bottom: 2px;
    content: '';
    font-size: 60px;
    color: #29a454;
    line-height: 40px;
    height: 8px;
    width: 8px;
    background: #29a454;
    border-radius: 50%;
}

.bim-upload-popup .radio {
    margin-bottom: 15px;
    position: relative;
}

.bim-upload-popup .form-radio:hover {
    background-color: #f7f7f7;
}

.bim-upload-popup .form-radio:checked {
    background-color: #f1f1f1;
}

.bim-upload-popup .radio {
    position: relative;
}
.bim-upload-popup .radio label{word-break: break-all;}

.bim-upload-popup .radio.assigned-item {
    opacity: .8;
    color: #29a454;
}

.bim-upload-popup .radio.assigned-item .form-radio,
.bim-upload-popup .radio span,
.bim-upload-popup .radio .pin-delete {
    display: none;
}
.object-info{
    display: none;
}

.bim-upload-popup .radio .form-radio {
    display: block;
}

.bim-upload-popup .radio.assigned-item span,
.bim-upload-popup .radio.assigned-item .pin-delete {
    display: block;
}

.bim-upload-popup .radio.assigned-item span {
    position: absolute;
    left: 3px;
    top: -2px;
    color: #29a454;
    display: block !important;
    z-index: 10;
}
.bim-upload-popup .radio.assigned-item span  i::before{display: block !important;}


.bim-upload-popup .radio.assigned-item .pin-delete {
    position: absolute;
    right: 0px;
    top: 0px;
}
.object-info{
	 position: absolute;
    right: 0px;
    top: 0px;
}
.object-info a {
    color: 7b7b7b;
}

.bim-upload-popup .checkbox+.checkbox,
.bim-upload-popup .radio+.radio {
    margin-top: 0px;
}

.bim-upload-popup .object-table-container {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.bim-upload-popup .radio.assigned-item .pin-delete a {
    color: #5d5b5b;
}


/*radio btn end here*/
/*table start here*/
.bim-upload-popup .report-table th {
    background: #959595;
    color: #FFF
}

.bim-upload-popup .report-table tr {
    background: #ebebeb;
}

.bim-upload-popup .report-table tr td {
    font-size: 14px;
}

.bim-upload-popup .report-table tr td a {
    color: #757575;
    text-align: center;
    display: block;
    margin: 0px auto;
}
.linked{
	color:#29a454;
}
.asset-cat-list{
	background: #29a454;
    border-radius: 5px;
    width: auto;
    top: 20px;
    border-color: #29a454;
    color: white;
    padding-left: 10px;
}
/*table start here*/



/*popover strt here*/
.bim-popup-popover {
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    background: rgba(36, 37, 36, 0.88);
    margin-bottom: 0;
    padding: 15px 30px;
    -webkit-box-shadow: 2px 0px 8px -2px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 2px 0px 8px -2px rgba(0, 0, 0, 0.44);
    box-shadow: -4px 0px 25px 1px rgba(0, 0, 0, 0.44);
    display: none;
    z-index: 1000;
        /* margin: 0px 28px;*/
}

.bim-popup-popover p {
    color: #FFF !important;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .1px;
    margin-bottom: 0px !important;
}

.bim-popup-popover .close {
    position: relative;
    top: -6px;
    right: -7px;
    color: inherit;
    color: #FFF !important;
    opacity: 1 !important;
    font-weight: 400;
}

.bim-popup-popover.show-popover {
    display: block;
}

/*popover end here*/
.bim-upload-popup .green-bg {
    background-color: #29a454;
    border-color: #29a454;
}

.bim-upload-popup .green-bg:hover {
    background-color: rgba(36, 37, 36, 1);
    border-color: rgba(36, 37, 36, 1);
}

.form-group.mar-btm-10 p {
    font-size: 14px;
}

.bim-upload-popup.animated {
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: none;
}
.bim-upload-popup .models-radio-btn-group.pinsModals{
		/* height: 30px; */
		height: calc(100% - 84px);
		    overflow-y: auto;
}

/*responsive area start here*/
@media (max-width: 1610px) {
    .bim-upload-popup #Bim-object label.headding {
        min-height: 79px;
        vertical-align: bottom;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        margin-bottom: 7px;
        padding: 19px 0px;
    }
}

@media (max-width: 1500px) {
    .bim-upload-popup #Bim-object label.headding {
        min-height: 79px;
        vertical-align: bottom;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        margin-bottom: 7px;
        padding: 19px 0px;
    }

}

@media (max-width: 1400px) {
    .bim-upload-popup .bim-model-container {
        height: calc(100% - 35px);
    }

    .bim-upload-popup .modal p,
    .bim-upload-popup .table>tbody>tr>td {
        font-size: 12px;
    }

    .bim-upload-popup table.table-bordered tbody th,
    .bim-upload-popup #crumbs ul li a {
        font-size: 14px;
    }

    .bim-upload-popup .select-bim-model .modal-dialog .modal-body h2 {
        font-size: 16px;
    }

    .bim-upload-popup #Bim-object label.headding {
        font-size: 13px;
    }

    .bim-upload-popup label {
        font-size: 13px;
    }

    .bim-upload-popup .modal-footer button.w-100 {
        font-size: 14px;
    }
    .bim-upload-popup .modal-footer button.w-101 {
        font-size: 14px;
    }

    .bim-upload-popup #crumbs ul li a {
        height: 40px;
        padding: 7px 20px 0 60px;
    }

    .bim-upload-popup #crumbs ul li a:after {
        content: "";
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #f3f5fa;
        right: -20px;
    }

    .bim-upload-popup #crumbs ul li a:before {
        content: "";
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #fff;
    }

    .bim-upload-popup .radio {
        margin-bottom: 10px;
    }

    .bim-popup-popover p {
        font-size: 12px;
        line-height: 18px;
    }

    .bim-upload-popup #crumbs a.bim-iformation {

        width: 20px;
        height: 20px;
        line-height: 21px;
        font-size: 15px;
        top: 25px;
    }

    .form-group.mar-btm-10 p {
        font-size: 12px;
    }

    .bim-upload-popup #Bim-object label.headding {
        min-height: 75px;
    }

    .bim-upload-popup .modal-footer button.w-100 {
        max-width: 175px;
        display: inline-block;
    }

    .bim-upload-popup .modal-footer .col-xs-6 button.w-100 {
        width: 100%;
        max-width: 100%;
    }
    .bim-upload-popup .modal-footer button.w-101 {
        max-width: 175px;
        display: inline-block;
        /* float: left; */
    }

    .bim-upload-popup .modal-footer .col-xs-6 button.w-101 {
        width: 100%;
        max-width: 100%;
    }

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

    .bim-popup-popover {
        bottom: 0px;
    }
     .pinsModals{
		overflow: scroll !important;
		    overflow-y: auto;
	}
	
}

@media (max-width: 1300px) {
    .bim-upload-popup #crumbs ul li:last-child a {
        padding-right: 10px;
    }
}

@media (max-width: 1200px) {
    .bim-upload-popup #crumbs ul li a {
        padding: 7px 3px 0 33px;
        margin: 0 5px 0 0;
    }

    .bim-upload-popup .models-radio-btn-group {
        height: calc(100% - 65px);
        overflow: hidden;
        /* min-height: 250px; */
    }
}

@media screen and (max-width: 991px) {
    .bim-upload-popup .select-bim-model .modal-dialog .modal-body {
        overflow: hidden;
        overflow-y: auto;
    }

    .bim-upload-popup .models-radio-btn-group {
        max-height: 328px;
    }

    .bim-upload-popup .preview-container {
        height: calc(100% - 111px);
    }

    .bim-upload-popup.select-bim-model {
        width: 98% !important;
        margin-left: -0% !important;
        left: 1% !important;
    }
}

@media (max-width: 979px) {
    .bim-upload-popup .select-bim-model .modal-dialog .modal-body {
        height: calc(100vh - 200px) !important;
        min-height: 500px;
    }

    .bim-upload-popup .bim-model-container {
        height: calc(100% - 185px);
        max-height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .bim-upload-popup .bim-upload-popup {
        width: 98% !important;
        max-width: 100%;
        margin-left: 0px !important;
        left: 1% !important;
        right: 1% !important;
    }


    .bim-upload-popup .models-radio-btn-group {
        max-height: 200px;
        overflow-y: auto;
    }

    .bim-upload-popup .bim-upload-popup .modal-dialog {
        width: 100%;
    }

    .bim-upload-popup .select-bim-model {
        width: 98% !important;
        margin-left: 0% !important;
        margin-right: 0% !important;
    }

    .bim-upload-popup #crumbs ul li a {
        font-size: 15px;
    }

    .bim-upload-popup #crumbs ul li:first-child a {
        padding-left: 15px;
    }

    .bim-upload-popup .modal {
        left: 1%;
    }

    .bim-upload-popup #crumbs ul li:last-child a {
        padding-right: 9px;
    }

    .bim-upload-popup #Bim-object .models {
        height: calc(100% - 31px);
    }

    .bim-upload-popup #Bim-object .preview {
        height: calc(100% - 31px);
    }

    .bim-upload-popup .priview-image-hold {
        max-height: 250px;
    }
}

@media (max-width: 768px) {
    .bim-upload-popup {
        width: auto !important;
        max-width: 98%;
        font-family: 'Source Sans Pro', sans-serif;
        margin-left: -0px !important;
        left: 1% !important;
        right: 1% !important;
    }

    .bim-upload-popup .modal-dialog {
        width: 100%;
    }

    .bim-upload-popup .select-bim-model .modal-dialog .modal-body {
        height: auto !important;
    }

    .bim-upload-popup .select-bim-model .modal-dialog .modal-body {
        height: auto !important;
        min-height: 500px;
    }

    .bim-upload-popup p.or-txt {
        padding-top: 0px;
    }

    .bim-upload-popup textarea.h-180 {
        height: 100px;
    }

    .bim-upload-popup #crumbs ul li {
        display: inline-block;
        padding-left: 0px;
        width: 100%;
    }

    .bim-upload-popup .pad-rght-0 {
        padding-right: 15px;
    }

    .bim-upload-popup .pad-rght-0 {
        padding-right: 15px;
    }

    .bim-upload-popup .pad-lft-0 {
        padding-left: 15px;
    }

    .bim-upload-popup .preview {
        margin-top: 20px;
    }

    .bim-upload-popup #crumbs ul {
        display: block;
    }

    .bim-upload-popup #crumbs ul li:first-child a {
        padding-left: 30px;
    }

    .bim-upload-popup #crumbs ul li a {
        padding: 12px 3px 0 0px;
        margin: 0 5px 0 0;
        width: 100%;
        padding-left: 30px;
    }

    .bim-upload-popup #crumbs ul li a:after,
    .bim-upload-popup #crumbs ul li a:before {
        display: none;
    }

    .bim-upload-popup .text-right {
        text-align: left;
    }

    .bim-upload-popup #crumbs ul li a {
        text-align: left;
    }

    .bim-upload-popup .preview-container {
        height: auto;
    }

    .bim-upload-popup .preview-container {
        min-height: 200px;
    }

    .bim-upload-popup .models-radio-btn-group {
        max-height: 400px;
        overflow-y: auto;
    }

    .bim-upload-popup .object-table-container {
        overflow-y: auto;
        overflow-x: auto;
    }

    .bim-upload-popup .object-table-container table {
        min-width: 600px;
    }

    .bim-upload-popup .object-table-container {
        max-height: 450px;
    }

    .bim-upload-popup .bim-model-container,
    .bim-upload-popup .priview-image-hold {
        max-height: fit-content;
    }
}

@media (max-width: 575px) {

    .bim-upload-popup .models-radio-btn-group,
    .bim-upload-popup .object-table-container {
        max-height: 300px;
    }

    .bim-upload-popup #crumbs ul li:first-child a,
    .bim-upload-popup #crumbs ul li a {
        padding-left: 15px;
    }

    .bim-upload-popup .modal-footer button.w-100 {
        max-width: 100%;
        display: inline-block;
        margin-left: 0;
    }
    .bim-upload-popup .modal-footer button.w-101 {
        max-width: 100%;
        display: inline-block;
        /* float: left; */
        margin-left: 0;
    }
}
@media (min-width: 991px) {
.margintop-zero{
    margin-top: 0px !important;
    top: 4% !important ;
}
}

