.modal_save_project{
	max-width: 800px;
    width: 100%;
    border: 1px solid white;
    border-radius: 5px;
    max-height: calc(100% - 44px);
    overflow: auto;
}

.modal_save_project::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.modalNew__wrapper {
    padding: 0 0 40px 0;
    max-width: 100%;
}

.modalNew__wrapper .header_modal_window {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1D2A40;
    color: white;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.modalNew__wrapper .fa-xmark {
    cursor: pointer;
}

.modalNew__wrapper .modal__container {
    padding: 0 20px;
}


.modalNew__wrapper .modal__container .form__group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.modalNew__wrapper .modal__container .form__group textarea, .modalNew__wrapper .modal__container .form__group input, .modalNew__wrapper .modal__container .form__group select {
    border: 1px solid #c2c2c2;
    outline: none;
    padding: 10px;
    width: 100%;
}

.modalNew__wrapper .buttonBackEnd {
    background-color: #1D2A40;
    border: 1px solid #1D2A40;
    border-radius: 5px;
    transition: 0.3s;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    width: 200px;
    margin-top: 15px;
}

.requiredLabel {
    display: inline-block;
    font-weight: normal;
    opacity: 0.8;
    margin-left: 3px;
    font-style: italic;
    font-size: 13px;
}

.form__group label, .form__group .label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

.select2-container--default .select2-selection--single {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
	min-height: 32px;
}

.select2-selection--single:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 42%;
    border-top: 8px solid #888;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 42%;
    border-top: 8px solid #888;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single{
	border-radius: 0;
}

.load-more-container{
	text-align: center;
	margin-bottom: 20px;
}

.load-more-container .load-more-btn{
	cursor: pointer;
	background: #0D263F;
    border: 1px solid #0D263F;
    padding: 15px 35px;
    max-width: 200px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 8px;
    font-family: "WixMadeForDisplay", sans-serif;
}

.loading-btn{
    pointer-events: none;
    opacity: 0.7;
}

.select2 {
    width: 100% !important;
}

#select2-select-manufacturer-results .select2-results__option[aria-disabled="true"]:not(:first-child) {
	display: none;
}

.modal-header-block .change-type-modal{
	margin-right: 15px;
}

.modal-header-block{
	display: flex;
}

.change-type-modal .expand{
	display: none;
}

.collapse-modal .change-type-modal .expand{
	display: inline-block;
}

.collapse-modal .change-type-modal .collapse{
	display: none;
}

.collapse-modal{
    position: fixed;
	left: auto;
    right: 10px;
    bottom: 10px;
    top: auto;
	min-height: auto;
	width: 250px;
}

.collapse-modal .modal__container{
	display: none;
}

.collapse-modal .modal__wrapper {
	padding: 0;
}

.collapse-modal .modalNew__wrapper .header_modal_window{
	background: #B10005;
	margin-bottom: 0;
}

.collapse-modal .modalreportproblem__overlay{
	display: none;
}

.collapse-modal .modal-header-block .change-type-modal{
	margin-right: 0px;
}

.modal-header-block i{
    cursor: pointer;
    font-size: 19px;
}

.modal-header-block .fa-plus:before {
    content: "\2b";
}

.table .preview-block * {
	width: 100%;
}

.modalreportproblem .video-recording-block-recordingJS button, .modalreportproblem .audio-recording-block-recordingJS button {
    background-color: #1D2A40;
    border: 1px solid #1D2A40;
    transition: 0.3s;
    padding: 5px 20px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.modalreportproblem .video-recording-block-recordingJS  button:disabled, .modalreportproblem .audio-recording-block-recordingJS button:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.loading-block{
	background: url('/console/assets/img/loading-new.gif');
	background-position: center;
	background-repeat: no-repeat;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: no-drop;
}

.loading-block:before{
	display: block;
	content: "";
	background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100vh;
}

.project_map, .project_map *{
	transition: none;
}

.nw_gallery .nw_gallery_wrapper .nw_gallery_item .nw_gallery_item_info{
	position: relative;
}
 

.nw_gallery_wrapper .edit-project-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #1D2A40;
    font-weight: normal;
	cursor: pointer;
    transition: 0.3;
    display: flex;
    align-items: center;
  
}
.nw_gallery_wrapper .edit-project-btn img{
    width: 14px;
    margin-right: 5px;
}
 
.modal_save_project .form__inline_project_data{
	display: flex;
}

.modal_save_project .form__inline_project_data .project-name{
	width: 80%;
}

.modal_save_project .form__inline_project_data .project-pono{
	width: 20%;
}

.modal_save_project .modal-img{
    max-width: 120px;
    max-height: 120px;
    margin-bottom: 5px;
}

.gallery-report-form h3{
	margin-bottom: 10px;
}

.gallery-report-form .form__group{
    width: 100%;
    max-width: 420px;
    margin-bottom: 10px;
}

.gallery-report-form .button-group{
	display: flex;
	margin-bottom: 20px;
}

.gallery-report-form .button-group button{
    font-size: 13px;
    margin-top: 7px;
    font-weight: bold;
    text-align: center;
    background-color: #B10005;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    padding: 4px 9px 4px 6px;
    display: block;
    width: 200px;
    line-height: 26px;
    border: none;
}

.gallery-report-form .button-group button + button{
	margin-left: 10px;
}

.gallery-report-form .button-group button:hover{
	opacity: 0.7;
}

.result-gallery-report-container .name-report{
    border: 1px solid #dde7f0;
    background: #edf4fc;
    padding: 10px;
    margin-bottom: 5px;
    border-spacing: 2px;
    font-weight: bold;
}

.result-gallery-report-container{
	margin-bottom: 25px;
}

.result-gallery-report-container table + .name-report{
	margin-top: 25px;
}

.consolepage__table {
    width: 100%;
}

.table__default {
    border-collapse: collapse;
}

.table__default thead {
    background: #edf4fc;
}
 


.table__default th, .table__default td {
    border: 1px solid #dde7f0;
    padding: 10px;
	text-align: left;
}

.book-free-inspection {
    padding: 20px 0;
}

.container-book-free-inspection {
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}

.container-book-free-inspection button{
    font-family: "WixMadeForDisplay", sans-serif;
    font-size: 18px;
    background: #0D253F;
    max-width: 375px;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    margin: auto;
	cursor: pointer;
}

.container-book-free-inspection button:hover{
	opacity: 0.7;
}

.modalreportproblem{
	right: 200px;
    top: 22px;
    transform: none;
    left: auto;
}

.topNotification {
    position: fixed;
    bottom: -150px;
    left: 10px;
    width: 100%;
    max-width: 650px;
    height: 53.91px;
    background: transparent;
    text-align: left;
    transition: top 1s linear;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    color: #fff;
}

.topNotification svg {
    width: 34px;
    min-width: 34px;
    margin-right: 15px;
    fill: #fff;
}

.topNotification.active {
    transition: top 1s linear;
    bottom: 10px;
}

.topNotification.alert {
    background: #820005;
}

.topNotification.warning {
    background: #ffc107;
}

.topNotification.success {
    background: #00B462;
}

.customcheckbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.customcheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.reportproblem__checkboxes input, .reportproblem__checkboxes label {
    cursor: pointer;
}

/* input:read-only:not([type=file]) {
    background-color: #eeeeee;
} */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.customcheckbox__text {
    font-size: 18px;
}

.reportproblem__checkboxes input, .reportproblem__checkboxes label {
    cursor: pointer;
}

.customcheckbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

.customcheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.customcheckbox input:checked ~ .checkmark:after {
    display: block;
}





@media screen and (max-width:1025px){
	.modalreportproblem{right: 0;}
	.modal_save_project{right: 0;}
}