.models_table{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 16px;
}
.models_table>tbody>tr>td, 
.models_table>tbody>tr>th, 
.models_table>tfoot>tr>td, 
.models_table>tfoot>tr>th, 
.models_table>thead>tr>td, 
.models_table>thead>tr>th {
    border: 1px solid #ddd;
    padding: 8px;
}
.models_table>tbody>tr>th,
.models_table>tfoot>tr>th,
.models_table>thead>tr>th{
    text-align: left;
    padding-left: 15px;
}
.models_table>tbody>tr:hover{
    background-color: #ff9e0054;
}

.models_table>tbody>tr>td>label{
    display: block;
    width: 100%;
}
.objects_table{
    border: 1px solid #101010;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.objects_table>tbody>tr,
.objects_table>tbody>tr>th,
/*.objects_table>tfoot>tr>td,*/
/*.objects_table>tfoot>tr>th,*/
/*.objects_table>thead>tr>td,*/
.objects_table>thead>tr {
    border: 1px solid #101010;
    padding: 8px;


}
.objects_table>tfoot>tr>th {
    border: 1px solid #101010;
    padding: 8px;
}
.objects_table>tbody>tr>th,
.objects_table>tfoot>tr>th,
.objects_table>thead>tr>th{
    text-align: left;
    padding-left: 15px;

}
.objects_table>tbody{
    width: 20px;
    overflow: auto;
}
.objects_table>tbody>tr:hover{
    background-color: #ff9e0054 ;

}

.objects_table>tbody>tr>td>label{
    display: block;
    width: 100%;
}
.tab {
    /* overflow: hidden; */
    border: 1px solid #3c3c3c;
    background-color: #f1f1f1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: auto;
    max-width: 99.7%;
    /* overflow: auto; */
    /* height: 50px; */
    overflow-x: auto;
    display: inline-flex;
    white-space: nowrap;
    border-bottom: none;

}
input[type="checkbox"] {
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ff9e0054 ;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ff9e0054 ;
}

.dataTables_info { display: none; }
.dataTables_empty{display: none;}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}
.obj_table{
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: unset;
    font-size: 14px;
}

.obj_table>tbody>tr,
.obj_table>tbody>tr>th,
    /*.objects_table>tfoot>tr>td,*/
    /*.objects_table>tfoot>tr>th,*/
    /*.objects_table>thead>tr>td,*/
.obj_table>thead>tr {
    padding: 8px;

}
.obj_table>tfoot>tr>th {
    padding: 8px;
}
.obj_table>tbody>tr>th,
.obj_table>tfoot>tr>th,
.obj_table>thead>tr>th{
    text-align: left;
    padding-left: 15px;
}



.obj_table>tbody>tr>td>label{
    display: block;
    width: 100%;
}
.noChange{
    background-color: #d9d9d9;
}
.attachedFileHref{
    font-size: 15px;
    text-decoration: none;
    color: black;
}
.attachedFileHref:hover{
    text-decoration:underline;
    color:red
}
ul .selectedAttachedDocument{
    background-color: #caf0ff;
}
.selectedObjectives{
    background-color: #caf0ff;
}
.selectedRequirements{
    background-color: #caf0ff;
}
.selectedPainPoints{
    background-color: #caf0ff;
}
.selectedSecurityReport{
    background-color: #caf0ff;
}
.selectedSecurityMeasures{
    background-color: #caf0ff;
}
.selectedSecurityDocuments{
    background-color: #caf0ff;
}
.selectedNotationAllignment{
    background-color: #caf0ff
}
.selectedShapeStyle{
    background-color: #caf0ff;
    border: 1px solid gray !important;
}
li .selectedAttachedDocument{
    background: none;
}
.selectedAttachedDocumentForAll{
    background-color: #caf0ff;
}
ul .selectedUsageModel{
    background-color: #caf0ff;
}
li .selectedUsageModel{
    background: none;
}

#pain_points_table_body .pain_point td:nth-of-type(1) {
    width: 50px;
    text-align: center
}

.ge{
    background-color: transparent;
    border-color: transparent;
    white-space: nowrap;
    text-overflow: clip;
    cursor: pointer;
    width: 100%;
    height: 400px;
    overflow: hidden auto;

    display: block;
}
.ge_first{
    border: 1px solid black;
    background-color: transparent;
    /* border-color: transparent; */
    white-space: nowrap;
    text-overflow: clip;

    width: 98.5%;
    height: 400px;
    overflow: hidden auto;

    display: block;

}
.nav-tabs>li>a{
    color :black !important;
    border: none !important;
}
.tab-content{
    padding: 30px;
}
.nav-tabs>li{
    border:0.5px solid grey;
    border-bottom: none
}

.nav-tabs{
    background-color: #c9c9c9;
    margin-top: -47px;
    margin-left: -1px;
    /* background: black; */
    /* opacity: 1111111111; */
    position: fixed;
    padding: 0;

}
.nav-tabs>li .active{
    border-bottom: none;
}

.tabHeader {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border-bottom:none;
}

/* Style the buttons inside the tab */
.tabHeader button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-left: 1px solid grey;
    font-family: "Open Sans",sans-serif;
}

/* Change background color of buttons on hover */
.tabHeader button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tabHeader button.active {
    background-color: #fff;

}

/* Style the tab content */
.tabcontentHeader {
    display: none;
    border-top: none;
    min-height: 470px;
    overflow: hidden;
    margin-top: 20px
}
.selectbox_editing_tabs{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(0, 0, 0);
    width: 270px;
    background-color: white;
}
.selectbox_edit{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgb(0, 0, 0);
    width: 222px;
    background-color: white;
}

.tagBox{
    width: 320px;
    height: 110px !important;
    overflow-y: auto;
}

.tagSelectBox{
    font-weight: normal;
    background-color: rgb(206, 206, 206);
    padding: 8px;
    margin-bottom: 6px;
}

.selectedTags{
    font-weight: bold;
    background-color: #A02922;
    color:white;
    padding: 8px;
    margin-bottom: 6px;
}

.noListstyle{
    list-style-type: none;
}
.geDialog{
    overflow: hidden;
}
.custom_input{
    padding: 10px;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    resize: none;
    border: 1px solid;
    border-radius: 5px;
    width: 200px;

}

.ob_composition_class{
    margin-left:0;
    margin-right:0;
    margin-top: 5px;
    height: 430px;
    max-height: 439px;
    overflow-y:auto;
    overflow-x:hidden;
    border-bottom:1px solid grey
}
.main-navigation-menu{
    list-style-type: none;
}
.borderBottom{
    border-bottom: 0.5px solid #acadb0;
}
.table-composition{
    border: 1px solid #101010;

    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
}
.table-composition>tbody>tr,
.table-composition>tbody>tr>th,
    /*.objects_table>tfoot>tr>td,*/
    /*.objects_table>tfoot>tr>th,*/
    /*.objects_table>thead>tr>td,*/
.table-composition>thead>tr {
    border: 1px solid grey;
    padding: 8px;


}
.table-composition>tfoot>tr>th {
    border: 1px solid grey;
    padding: 8px;
}
.table-composition>tbody>tr>th,
.table-composition>tfoot>tr>th,
.table-composition>thead>tr>th{

    text-align: left;
    padding-left: 15px;

}

.table-composition>tbody{
    width: 20px;
    overflow: auto;
}


.table-composition>tbody>tr>td>label{
    display: block;
    width: 100%;
}
.table-composition>tbody>tr>td>label{
    display: block;
    width: 100%;
}
.table-composition>tbody>tr>td{
    border: 1px solid grey;
}

.requirement_table {
    border: none;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
}


.requirement_table>tbody>tr,
.requirement_table>tbody>tr>th,
    /*.objects_table>tfoot>tr>td,*/
    /*.objects_table>tfoot>tr>th,*/
    /*.objects_table>thead>tr>td,*/
.requirement_table>thead>tr {
    border: 1px solid gray;
    padding: 8px;
    border-left: none;
    border-right: none;
    border-top: none;


}
.requirement_table>tfoot>tr>th {
    border: 1px solid gray;
    padding: 8px;
}
.requirement_table>tbody>tr>th,
.requirement_table>tfoot>tr>th,
.requirement_table>thead>tr>th{
    text-align: left;
    padding-left: 15px;

}
.requirement_table>tbody{
    width: 20px;
    overflow: auto;
}

.requirement_table>tbody>tr>td>label{
    display: block;
    width: 100%;
    cursor: pointer;

}
.div-for-alignment{
    width: 220px;
    border: 1px solid #00cffe;
    height: 90px;
    margin-right: 25px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 16px
}
.div-for-alignment .show-text-alignment {
    /*justify-content: center;*/
    /*display: flex;*/
    /*align-items: center;*/
    width: 100%;
    text-align: center;
    margin: 5px;
}
.div-for-alignment-select{
    justify-content: center;
    display: flex;
    align-items: center;
    width: 222px;
    height: 90px;
    margin: 0 25px 10px 15px;
    font-size: 16px;
}
.div-for-alignment-select > div {
    padding: 10px 25px;
}
.div-for-alignment:hover{
    cursor: pointer;
}
.select2-container{
    z-index: 111111;
}
.select2-container--default .select2-selection--single{
    height: 35px !important;
    border: 1px solid !important;
    display: flex;
    align-items: center;
}
.simplepicker-wrapper
{
    z-index: 1111111111;
}

.responsive_width {
    padding-inline-start: 33px;
}
.responsive_width:nth-of-type(2) {
    padding-inline-start: 35px;
}
.responsive_width:nth-of-type(2) {
    padding-inline-start: 35px;
}
.responsive_select_box{
    width: 222px;
}
.raciUser_description {
    border: 1px solid;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    max-height: 110px;
    width: 209px;
    height: 110px;
    overflow-y: auto;
}
.darken{
    display: none;
    background: rgb(83, 78, 78);
    z-index: 1;
    padding: 24px !important;
}
.darken_buttons{
    opacity: 0.1;
    pointer-events: none;
}
.darken_model_name{
    opacity: 0.1;
}
.custom_shape_styles{
    width: 55px;
    height: 55px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: move;
    left: 10px;
    top: 11px;
}


/*** object modal styles ***/

#tab-header-content .first-row {
    display: flex;
    font-size: 14px;
    /*margin-left: -35px;*/
}

#tab-header-content .first-row ul {
    list-style-type: none;
    padding-inline-start: 35px;
}

#tab-header-content .first-row ul:nth-of-type(1) {
    padding-inline-start: 5px;
    width: 80px;
}

#tab-header-content .second-row {
    display: flex;
    margin-top: -100px;
    margin-left: 80px;
}

#tab-header-content .second-row ul {
    list-style-type: none;
    padding-inline-start: 35px;
    margin-bottom: -25px;
}

#tab-header-content .second-row ul:nth-of-type(1) {
    padding-inline-start: 40px;
}


/* Description content */
#descriptionContent .description-layer {
    margin-left:  92px;
}

#descriptionContent .description-layer span {
    font-weight: bold;
    margin-left: 30px;
}

#descriptionContent .description-layer div {
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: bold;
    width: 217px;
    padding-left: 5px;
    margin-top: 5px;
    margin-left: 28px;
    color: white;
}

#descriptionContent .description-sublayer {
    margin-left: 110px;
    margin-top: 10px;
}

#descriptionContent .description-sublayer span {
    font-weight: bold;
    margin-left: 10px;
}

#descriptionContent .description-sublayer div {
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding-left: 5px;
    width: 217px;
    margin-top: 5px;
    margin-left: 10px;
    color: white;
}

#descriptionContent > div:nth-of-type(1) {
    margin-top: 14px;
}

#descriptionContent #description {
    margin-top: 10px;
    font-size: 14px;
    font-family: Open Sans,sans-serif;
    min-width: 100%;
    height: 259px;
    resize: none;
}

#descriptionContent .description-area {
    margin-top: 20px;
    display: flex;
    /*margin-right: 30px;*/
}


#valuesContent ul,
#maturityContent ul {
    padding-inline-start: 35px;
}

#valuesContent ul:nth-of-type(1),
#maturityContent ul:nth-of-type(1) {
    padding-inline-start: 37px;
}

#viewContent #middle-left-notation {
    margin-right: 10px;
}



#roRACIsContent div:nth-of-type(1) .responsive_select_box:nth-of-type(1){
    width: 224px;
}

#roRACIsContent div:nth-of-type(1) .raciUser_description:nth-of-type(1){
    width: 212px;
}

#roRACIsContent div:nth-of-type(2) .raciUser_description:nth-of-type(1){
    width: 212px;
}


#securityContent div div:nth-of-type(1) ul:nth-of-type(2) {
    padding-inline-start: 35px;
}

#viewContent #notation-alignment {
    width: 45%;
    height: 200px;
    max-height: 200px;
    display: flex;
    justify-content: center
}

#viewContent #notation-text-alignment,
#viewContent #object-custom-text-alignment {
    width: 30%;
    height: 300px;
    max-height: 300px;
    display: none;
    justify-content: start
}

#viewContent #notation-alignment ul,
#viewContent #notation-text-alignment ul,
#viewContent #object-custom-text-alignment ul {
    list-style-type: none;
    margin-block-start: 0;
}

#viewContent #object-custom-text-alignment ul {
    padding-inline-start: 20px;
}

#viewContent #object-set-shape {
    width: 20%;
    height: 300px;
    max-height: 300px;
    display: flex;
    margin: 0 20px;
    justify-content: start;
}

#viewContent #object-set-shape ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin-block-start: 0;
}

#viewContent #object-custom-text-alignment .text-for-alignment {
    width: 150px;
    border: 1px solid #00cffe;
    height: 90px;
    margin-right: 25px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}


#viewContent #object-custom-text-alignment .show-text-alignment {
    display: flex;
    height: inherit;
    align-items: center;
    justify-content: center;
}

#viewContent #object-custom-text-alignment #top-left-text .show-text-alignment {
    justify-content: flex-start;
    align-items: baseline;
}

#viewContent #object-custom-text-alignment #top-text .show-text-alignment {
    justify-content: center;
    align-items: baseline;
}

#viewContent #object-custom-text-alignment #top-right-text .show-text-alignment {
    justify-content: flex-end;
    align-items: baseline;
}

#viewContent #object-custom-text-alignment #middle-left-text .show-text-alignment {
    align-items: center;
    justify-content: flex-start;
}

#viewContent #object-custom-text-alignment #middle-right-text .show-text-alignment {
    align-items: center;
    justify-content: flex-end;
}

#viewContent #object-custom-text-alignment #bottom-left-text .show-text-alignment {
    align-items: flex-end;
    justify-content: flex-start;
}

#viewContent #object-custom-text-alignment #bottom-text .show-text-alignment {
    align-items: flex-end;
}

#viewContent #object-custom-text-alignment #bottom-right-text .show-text-alignment {
    align-items: flex-end;
    justify-content: flex-end;
}






/* loading spinner styles */
.hm-spinner {
    height: 70px;
    width: 70px;
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: #087dc1;
    border-bottom-color: #087dc1;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.hm-spinner::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border: 8px solid transparent;
    /* border-top-color: #1f992d; */
    border-top-color: #3ea1da;
    /* border-bottom-color: #1f992d; */
    border-bottom-color: #3ea1da;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 3.5s linear infinite;
}

.hm-spinner::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 17px;
    bottom: 17px;
    left: 17px;
    border: 6px solid transparent;
    border-top-color: #55bbe3;
    border-bottom-color: #55bbe3;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.spinner-loader { text-align: center; }

#edit-model-main-btns {
    text-align: right;
    /*padding-right: 62px;*/
    width: 100%;
}

#edit-model-visibility-checkboxes {
    display: flex;
    align-items: center;
    width: 50%;
    margin-left: 115px;
    bottom: 28px;
    z-index: 9;
}


#roRACIsContent #raci-content-first-row {
    display: flex;
}

#roRACIsContent #raci-content-second-row {
    display: flex;
}


#securityContent #security-content-first-row {
    display: flex;
    padding-bottom: 15px;
}

#securityContent #security-content-second-row {
    display: flex;
    padding-top: 15px;
}

#documentsContent #attached_documents_list {
    list-style-type: none;
    padding: 0;
    height: 378px;
    border: 1px solid #a8a8a8;
    overflow-y: auto;
    margin: 0;
}

#painpointsContent #edit-model-pain-points-btns {
    padding-top: 22px;
}

#objectivesContent #edit-model-objectives-btns {
    padding-top: 22px;
}

#requirementsContent #edit-model-requirements-btns {
    padding-top: 22px;
}

#descriptionContent .description-area > div {
    width: 100%;
    margin-left: 120px;
    margin-right: 8px;
}
.selectedRiskReport{
    background-color: #caf0ff;
}
.selectedRiskMeasures{
    background-color: #caf0ff;
}
.selectedRiskDocuments{
    background-color: #caf0ff;
}
#riskContent div div:nth-of-type(1) ul:nth-of-type(2) {
    padding-inline-start: 35px;
}
#riskContent #risk-content-first-row {
    display: flex;
    padding-bottom: 15px;
}

#riskContent #risk-content-second-row {
    display: flex;
    padding-top: 15px;
}

.table-composition>tbody>tr{
    height: 50px;
}

.html_iframe{
    height: -webkit-fill-available !important;
    padding-bottom: 20px;
}
.html_iframe_full{
    height: 100% !important;
    padding-bottom: 0;
}


.modal-md{

    width: 97% !important;

}


#metaObjectNew ul.risk_files_data {
    list-style-type: none;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    padding: 0 30px;
}


#metaObjectNew .risk_file {
    cursor: grab;
    border-bottom: 1px solid rgb(168, 168, 168);
    display: flex;
    align-items: center;
    padding: 10px;
}
.selected_risk_document {
    background-color: #caf0ff;
}
#modifyUserObjectForm #riskContent #risk-content-first-row {
    height: 174px;
}
@media screen and (max-heght: 900px) and (min-width: 600px), (min-width: 1100px) {
    div.example {
        font-size: 50px;
        padding: 50px;
        border: 8px solid black;
        background: yellow;
    }
}
.display_none{
    display: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.inline_predifined_a:hover{
    color: black;
    text-decoration: none;
    background-color: #eff0f1;
    outline: none !important;
}
.inline_predifined_a:focus{
    outline: none !important;
}
.instance_predifined{
    max-height: 300px;
    overflow-y:auto;
    margin-top: -5px !important;
}
.inline_predifined_img
{
    width:40px;
    height: 40px;
    margin-right: 5px;
}
.predefined_button
{
    background-color: #1d467e;
    width: 100%;
}
.disabledDivContent{
    pointer-events: none;
    opacity: 0.4;
}

.predefined_button_object
{
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.small-dropdown{
    top:70% !important;
    left: -50px !important;
}
/* loading spinner styles */
.hm-spinner-small {
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 4px solid transparent;
    border-top-color: #087dc1;
    border-bottom-color: #087dc1;
    border-radius: 50%;
    position: fixed;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.hm-spinner-small::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 4px solid transparent;
    /* border-top-color: #1f992d; */
    border-top-color: #3ea1da;
    /* border-bottom-color: #1f992d; */
    border-bottom-color: #3ea1da;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 3.5s linear infinite;
}

.hm-spinner-small::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: 4px solid transparent;
    border-top-color: #55bbe3;
    border-bottom-color: #55bbe3;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1s linear infinite;
}
.zindex_small{
    width: max-content;
    height: max-content;
    top: 0 !important;
    left: 33% !important;
}

.arrow-blue {
    margin-left: 10px;

    background-color: #0b98d6;
    position: relative;
}
.arrow-blue:after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-left: -11px;
    left: 20%;
    border-bottom: 35px solid #0b98d6;
    top: -35px;
}
.arrow-blue:before{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-left: -10px;
    left: 20%;
    border-top: 35px solid #0b98d6;
    bottom: -35px;
}

.arrow-yellow {
    margin-left: 10px;

    background-color: #f7b206;
    position: relative;
}
.arrow-yellow:after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-left: -11px;
    left: 20%;
    border-bottom: 35px solid #f7b206;
    top: -35px;
}
.arrow-yellow:before{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-left: -10px;
    left: 20%;
    border-top: 35px solid #f7b206;
    bottom: -35px;
}
.arrow-red {
    margin-left: 10px;

    background-color: #a0281e;
    position: relative;
}
.arrow-red:after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-left: -11px;
    left: 20%;
    border-bottom: 35px solid #a0281e;
    top: -35px;
}
.arrow-red:before{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-left: -10px;
    left: 20%;
    border-top: 35px solid #a0281e;
    bottom: -35px;
}
.arrow-gray {

    margin-left: -10px;
    margin-right: 35px;
    height: 100%;
    background-color:#919191;
    position: relative;
    display: flex;
    align-items: center;
}
.arrow-gray::after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    margin-top: -10px;
    top: 10%;
    border-left: 30px solid #919191;
    left: auto;
    right: -30px;
}
.arrow-gray::before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    margin-top: -10px;
    top: 1%;
    border-right: 30px solid #919191;
    left: -30px;
}
.arrow-gray-right::after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    margin-top: -10px;
    border-left: 30px solid #919191;
    left: auto;
    right: 1px;
    top:0.3%;
}
.arrow-gray-right{
    background-color: #919191;

    width: 93%;
    height: 35px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.arrow-gray-left{
    background-color: #919191;

    width: 93%;
    height: 35px;
    padding: 0;
    margin: 0;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.arrow-gray-left::after{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 10;
    border: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    margin-top: -10px;
    top: 0.3%;
    border-right: 30px solid #919191;
    left: 25%;

}
.font-open-sans{
    font-family: Open Sans, sans-serif !important;
    font-size: 14px !important;
    margin-top: -15px
}
.dashed-gray{
    border-top: none !important;
    border-bottom: 1px dashed gray;
    border-right: 1px solid black;
    min-width: 100px;

    max-width: 130px;
    vertical-align: top !important;
    padding: 0px 8px 0 8px !important;
}
.dashed-gray-1{
    border-top: none !important;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    min-width: 100px;

    max-width: 130px;
    vertical-align: top !important;
    padding: 0px 8px 0 8px !important;
}
.bold-font{
    font-weight: bold;
}
.level-class{
    background-color: #919191;
    height: 40px;
    border-radius: 5px;
    /* vertical-align: middle; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white
}
.level-class-2{

    height: 40px;
    border-radius: 5px;
    /* vertical-align: middle; */
    display: flex;

    align-items: center;
    color: black
}
.small-height{
    height: 25px !important;
    padding: 0px 12px;
}
.line-height-custom{
    line-height: 1.3;
    padding: 0px 12px;
}
.visibalityHidden{
    visibility: hidden;
    display: none;
}
.close{
    opacity: .5 !important;
    font-size: 30px !important;
}
#loading_data{
    position: absolute;
    width: 100%;
    z-index: 11111111111;
    background-color: rgba(102, 102, 102, 0.5);
    height: 100%;

    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.disabledButton{
    pointer-events: none
}
.custom_ul_for_created_objects{
    list-style-type: none;


    padding: 5px;
    padding-left: 15px;
}
.sublayer_field{
    margin:auto;
}
.custom_max_width{
    max-width: 180px;
}
.width_max{
    width: 100%;
}
.new-created-object-table1>tbody>tr>td{
    vertical-align: inherit;
    border-right: 1px solid;
    border-top: none !important;
    width: 180px;
}
.new-created-object-table1>thead>tr>td{

    width: 20px;
}
.new-created-object-table1 .form-group{
    max-width: 190px;
    padding-left: 15px !important;
}
.new-created-object-table>tbody>tr>td{
    vertical-align: top;
    border-right: 1px solid;
    border-top: none !important;
    width: 180px;
}
.new-created-object-table>thead>tr>td{

    width: 20px;
}
.new-created-object-table .form-group{
    max-width: 190px;
    padding-left: 15px !important;
}
.same_font {


    /* vertical-align: middle; */

    color: white;
    font-family: Open Sans, sans-serif !important;
    font-size: 14px !important;
}
.same_font_2 {


    /* vertical-align: middle; */

    color: black;
    font-family: Open Sans, sans-serif !important;
    font-size: 14px !important;
}
.element small {
    position: absolute;
    left: 3px;
    bottom: 3px;
    font-size: 12px;
    display: block;
}
.element img {
    position: absolute;
    right: 3px;
    bottom: 3px;

}

.selectedIcon{
    font-weight: bold;
    line-height: 22px;
}
@charset "utf-8";
/* CSS Document */

/* Modifiers */
.x-hd 						{ display: none; }
.x-desktop 					{ display: none; }
.x-desktop-and-tablet		{ display: none; }
.x-tablet					{ display: none; }
.x-tablet-and-mobile		{ display: none; }
.x-mobile					{ display: none; }

/* -------------------------------------------------------------- */
/* HD 1080p (1920) and up */
/* -------------------------------------------------------------- */
@media only screen and (min-width: 2000px) {

    .x-hd { display: block; }
    .inline-desktop { display: inline; }
    .inline-mobile { display: none; }

    #periodic { width: 100% !important; margin-left: auto !important; margin-right: auto !important; }
    .element { width: 100px !important; height: 100px !important; }
    .element img { width: 35px !important; }

    .layer {width: 260px !important;}
    .top {width: 100% !important;}





    .information-system {
        width: 360px !important;
    }




    .purpose-goal { width: 100% !important; }
    .purpose-goal1 { width: 100% !important; }

    .layer-caption-left .legend, .layer-caption-middle .legend, .layer-caption-right .legend {
        width: 200px !important;
    }

    .description {
        font-size: 14px;
    }
}


/* -------------------------------------------------------------- */
/** HD (1680x1050) **/
/* -------------------------------------------------------------- */
@media only screen and (min-width: 1640px) and (max-width: 1720px) {

    .x-hd { display: block; }
    .inline-desktop { display: inline; }
    .inline-mobile { display: none; }
    .element {font-size: 13px !important}
    #periodic { width: 100% !important; margin-left: auto !important; margin-right: auto !important; }

    .element { width: 100px !important; height: 100px !important; font-size: 11px !important;}
    .element img { width: 35px !important; }





    .information-system {
        width: 280px !important;
    }



    .purpose-goal { width: 100% !important; }

    .layer-caption-left .legend, .layer-caption-middle .legend, .layer-caption-right .legend {
        width: 200px !important;
    }

}


@media only screen and (min-width: 1440px) {
    .x-hd { display: block;   display: inline-flex;
        flex-direction: row-reverse;}
    .inline-desktop { display: inline; }
    .inline-mobile { display: none; }

    #periodic { width: 100% !important; margin-left: auto !important; margin-right: auto !important; }

    .element { width: 68px !important; height: 68px !important; font-size: 9px !important;}
    .element img { width: 35px !important; }




    .information-system {
        width: 290px !important;
    }



    .purpose-goal { width: 100% !important; }

    .layer-caption-left .legend, .layer-caption-middle .legend, .layer-caption-right .legend {
        width: 200px !important;
    }

}


/* -------------------------------------------------------------- */
/* HD 720p (1280x720) and up */
/* -------------------------------------------------------------- */
@media only screen and (min-width: 1280px) and (max-width: 1439px) {

    .x-hd { display: block; }
    .inline-desktop { display: inline; }
    .inline-mobile { display: none; }

    #periodic { width: 100% !important; margin-left: auto; margin-right: auto; }
    .element { width: 65px !important; height: 65px !important; font-size: 9px !important; }
    .element img { width: 35px !important; }






    .purpose-goal {
        width: 975px !important;
    }


}


/* -------------------------------------------------------------- */
/* Horizontal iPad & traditional desktop 1024x768 */
/* -------------------------------------------------------------- */
@media only screen and (min-width: 981px) and (max-width: 1279px) {

    .x-desktop { display: block; }
    .inline-desktop { display: inline; }
    .inline-mobile { display: none; }

    #periodic { width: 100% !important; margin-left: auto; margin-right: auto; }
    .element { width: 60px !important; height: 60px !important; font-size: 8px !important; }
    .element img { width: 25px !important; }









    .purpose-goal {
        width: 750px !important;
        /*-moz-transform: rotate(0deg) !important;*/
        /*-webkit-transform: rotate(0deg) !important;*/
        /*-o-transform: rotate(0deg) !important;*/
        /*-ms-transform: rotate(0deg) !important;*/
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0) !important;
    }

    .purpose-goal.x-desktop .element {
        /*-moz-transform: rotate(0deg) !important;*/
        /*-webkit-transform: rotate(0deg) !important;*/
        /*-o-transform: rotate(0deg) !important;*/
        /*-ms-transform: rotate(0deg) !important;*/
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0) !important;
    }

    .purpose-goal.x-desktop .element:hover {
        /*-moz-transform: scale(1.6) rotate(0deg) !important;*/
        /*-webkit-transform: scale(1.6) rotate(0deg) !important;*/
        /*-o-transform: scale(1.6) rotate(0deg) !important;*/
        /*-ms-transform: scale(1.6) rotate(0deg) !important;*/
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0) !important;
    }
}


/* -------------------------------------------------------------- */
/* Common to only vertical & horizontal iPhone */
/* -------------------------------------------------------------- */
@media only screen and (max-width: 980px) {

    .x-hd-and-desktop { display: none; }
    .x-mobile { display: block; }
    .inline-desktop { display: none; }
    .inline-mobile { display: inline; }

    body { padding: 5px; font-size: 10px !important; line-height: 12px !important; }
    h1 { font-size: 18px !important; }
    p { text-align: justify; font-size: 10px !important; }

    #periodic { width: 450px !important; margin-left: auto; margin-right: auto; }

    .top {
        float: none !important;
        /*-moz-transform:rotate(0deg) !important;*/
        /*-webkit-transform:rotate(0deg) !important;*/
        /*-o-transform:rotate(0deg) !important;*/
        /*-ms-transform:rotate(0deg) !important;*/
        filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0) !important;
    }

    .layer {
        position: static !important;
        float: none !important;
        width: 100% !important;

        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0) !important;
    }

    .element {
        float: left !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0) !important;
        z-index: 1 !important;
    }

    .element:hover {
        -webkit-transform: scale(1.3) !important;
        -moz-transform: scale(1.3) !important;
        -ms-transform: scale(1.3) !important;
        -o-transform: scale(1.3) !important;
        transform: scale(1.3) !important;
        z-index: 9999 !important;
        box-shadow: 0 0 30px rgba(0,0,0,0.9)
    }

    .element { font-size: 15px !important; width: 90px !important; height: 90px !important; }
    .element small { font-size: 14px !important; }
    .element img { width: 50px !important; }

    .e-34 { float: left !important; }
    .e-18 { float: left !important; }

    .purpose-goal {
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0) !important;
    }


    .caption { margin: 40px 0 !important; }

    .layer-caption-left, .layer-caption-middle, .layer-caption-right {
        width: 100% !important;
        float: none !important;
    }

    .layer-caption-middle {
        margin: 30px 0 !important; padding: 0 !important;
    }

    .layer-caption-left .legend, .layer-caption-middle .legend, .layer-caption-right .legend {
        width: 210px !important;
    }
    .description { font-size: 14px !important; }
    .info-box { width: 100% !important; float: none !important; padding: 0 !important; }

}


/* -------------------------------------------------------------- */
/* Vertical iPhone */
/* -------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

    body { padding: 5px; font-size: 16px !important; line-height: 19px !important; }
    h1 { font-size: 30px !important; }
    p { text-align: justify; font-size: 16px !important; }


    #periodic { width: 280px !important; margin-left: auto; margin-right: auto; }
    .element { font-size: 13px !important; width: 70px !important; height: 70px !important; }
    .element small { font-size: 12px !important; }
    .element:hover {
        -webkit-transform: scale(1.2) !important;
        -moz-transform: scale(1.2) !important;
        -ms-transform: scale(1.2) !important;
        -o-transform: scale(1.2) !important;
        transform: scale(1.2) !important;
        z-index: 9999 !important;
        box-shadow: 0 0 30px rgba(0,0,0,0.9)
    }
    .element img { width: 33px !important; }

    .layer-caption-left .legend, .layer-caption-middle .legend, .layer-caption-right .legend {
        width: 100% !important;
    }

}
@media screen and (max-heght: 900px) and (min-width: 600px), (min-width: 1100px) {
    div.example {
        font-size: 50px;
        padding: 50px;
        border: 8px solid black;
        background: yellow;
    }
}
.display_none{
    display: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.inline_predifined_a:hover{
    color: black;
    text-decoration: none;
    background-color: #eff0f1;
}
.instance_predifined{
    max-height: 300px;
    overflow-y:auto;
    margin-top: -5px !important;
}
.inline_predifined_img
{
    width:40px;
    height: 40px;
    margin-right: 5px;
}
.predefined_button
{
    background-color: #1d467e !important;
    width: 100%;
}
.disabledDivContent{
    pointer-events: none;
    opacity: 0.4;
}

.predefined_button_object
{
    text-align: center;
    align-items: center;
    display: flex !important;
    justify-content: center;
    width: 100% !important;
}
.small-dropdown{
    top:70% !important;
    left: -50px !important;
}
/* loading spinner styles */
.hm-spinner-small {
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 4px solid transparent;
    border-top-color: #087dc1;
    border-bottom-color: #087dc1;
    border-radius: 50%;
    position: fixed;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.hm-spinner-small::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 4px solid transparent;
    /* border-top-color: #1f992d; */
    border-top-color: #3ea1da;
    /* border-bottom-color: #1f992d; */
    border-bottom-color: #3ea1da;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 3.5s linear infinite;
}

.hm-spinner-small::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: 4px solid transparent;
    border-top-color: #55bbe3;
    border-bottom-color: #55bbe3;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1s linear infinite;
}
.zindex_small{
    width: max-content;
    height: max-content;
    top: 0;
    left: 33%;
}

.createChildBtn {
    width: max-content;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    min-width:220px;
    background-color: #087dc1;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
}

.createChildBtn:hover {
    background-color: #286090;
    border-color: #204d74;
}



.editText {
    height: 250px !important;
    color: #040404 !important;
    resize: none;
}
.changed {
    color: #040404 !important;
    border-radius: 5px !important;
    border: 1px solid #040404 !important;
}
.noChange {
    background-color: #d9d9d9 !important;
    pointer-events: none !important;
    border-radius: 5px !important;
    border: 1px solid #040404 !important;
    color: #040404 !important;
}
#modifyUserObjectForm .drop-box-1 {
    background: #f8f8f8 none repeat scroll 0 0;
    border: dotted;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    width: max-content;
    margin: 5px auto;
}
.drop-box-1 {
    background: #f8f8f8 none repeat scroll 0 0;
    border: dotted;
    /*margin-left: 10px;*/
    /*padding: 10px 10px;*/
    text-align: center;
    font-size: 12px;
    width: max-content;
}
.dropdown:hover .dropdown-menu {display: block;}

.disabledGroup{
    cursor: not-allowed;
    opacity: .55;
    pointer-events: none;
}

.borderChange{
    border-width: 3px !important;
}

.editBtn {
    width: max-content;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    min-width:200px;
    background-color: #087dc1;
    color: #fff;
    cursor: pointer
}

.editBtn:hover {
    background-color: #286090;
    border-color: #204d74;
}