body{
    min-height: 90% !important;
    background-color: white !important;
}

.noChange {
    background-color: #d9d9d9;
}

.noListstyle {
    list-style-type: none;
}

/** Media Queries ** END **/
.icons-img
{
    overflow: hidden;
    margin-bottom: 10px;
}
.icons-img img {
    margin-right: 6px !important;
}
.icons-text {
    line-height: 28px !important;
}
.media-notations {
    padding-bottom: 5px !important;
}
.media-notations dd {
    margin-left: 37px !important;
}
.media-notations dl {

    margin-bottom: 10px !important;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.no-right-padding {
    padding-right: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}
.scroll-to-top {
    background: rgba(0, 0, 0, 0) url("../../../../../images/b/b0/Scroll-to-top.png") no-repeat scroll 0 0;
    bottom: 25px
;display: none;
    height: 40px;
    position: fixed;
    right: 25px;
    text-indent: -9999px;
    width: 40px;
    z-index: 9999;
}
.contentHeader {
    margin-bottom: 4px !important;
}
table.wikitable {
    margin-top: 0px !important;
}

div.coloredTitle {
    color: white;
    border-radius: 2px;
    padding-left: 5px;
    height: 30px;
    margin-bottom: 5px;
    padding-top: 5px;
    line-height: 1.3em;
}
div.coloredTitle p{
    font-weight: bold;
}
.dynamicPageContent > div.box-with-icon:nth-child(3n+1) {
    clear: both;
}
.box-with-icon {
    padding-bottom: 5px !important;
//  display:inline-block;
//  float: left;
}
.box-with-icon span.icons-text{
    font-weight: bold;
}
.box-with-icon dd {
    margin-left: 37px !important;
}
.box-with-icon dl {
    margin-bottom: 10px !important;
}
div.dynamicPageContent{
    padding-top: 10px;
}
.icon-img {
    width: 30px;
    height: 30px;
}
.toolbar .searchGoButton {
    display: none;
}
.breadcrumb>li+li:before{
        padding: 0 5px;
            color:#ccc;
    content: " / "
}
.mainContainer{
    padding-top: 58px;
}
.main-navigation{
    margin-top: 58px;
    border-top: 1px solid #CCC;
}
div.breadcrumb2 {
    min-height: 52px !important;
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid #c8c7cc;
    position: fixed !important;
    width: 100%;
    z-index: 10;
}

.rotate90 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.rotate180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.rotate270 {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}

#bodyContent #mw-content-text .row {
    margin-left:0px;
    margin-right: 0px;
}

.clear {
    clear: both;
}

.table_header {
    /*font-style: italic;*/
    color: #888;
    font-size: 16px;
    font-weight: 600;
}

.table_menu {
    margin-left: -5px;
    clear: left;
    display: flex;
    padding: 5px;
}

.last_edit {
    color: #999;
}
.top_message {
    float: left;
    font-size: 13px;
    /*padding: 4px 7px;*/
}

.top_menu {
    float: left;
    font-size: 15px;
    padding-right: 15px;
}

.top_menu:hover:not(:last-of-type) {
    background-color: #EEE;
    cursor: default;
}

.handsontable2 {
    position: relative;
}

.handsontable2 .hide{
    display: none;
}
.handsontable2 .relative {
    position: relative;
}

.handsontable2 .wtHider2 {
    width: 0;
}

.handsontable2 .wtSpreader2 {
    position: relative;
    width: 0; /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
    height: auto;
}

.handsontable2 table,
.handsontable2 tbody,
.handsontable2 thead,
.handsontable2 td,
.handsontable2 th,
.handsontable2 div {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.handsontable2 table.htCore2 {
    border-collapse: separate;
    /*it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit*/
    /*this actually only changes appearance of user selection - does not make text unselectable
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    /*user-select: none; /*no browser supports unprefixed version*/
    border-spacing: 0;
    margin: 0;
    border-width: 0;
    table-layout: fixed;
    width: 0;
    outline-width: 0;
    /* reset bootstrap table style. for more info see: https://github.com/handsontable/handsontable/issues/224 */
    max-width: none;
    max-height: none;
}

.handsontable2 th,
.handsontable2 td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    height: 22px;
    empty-cells: show;
    line-height: 21px;
    padding: 0 4px 0 4px;
    /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
    background-color: #FFF;
    vertical-align: top;
    overflow: hidden;
    outline-width: 0;
    white-space: pre-line;
    /* preserve new line character in cell */
}

.handsontable2 th:last-child {
    /*Foundation framework fix*/
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.handsontable2 tr:first-child th,
.handsontable2 tr:first-child td {
    border-top: 1px solid #CCC;
}

.handsontable2 th {
    background-color: #EEE;
    color: #222;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
}

.handsontable2 thead th {
    padding: 0;
}

.handsontable2 th.active {
    background-color: #CCC;
}

.handsontable2 thead th .relative {
    padding: 2px 4px;
}

.handsontable2 .wtBorder2 {
    position: absolute;
    font-size: 0;
}
.handsontable2 .wtBorder2.hidden{
    display:none !important;
}

.handsontable2 tbody tr th:nth-last-child(2) {
    border-right: 1px solid #CCC;
}

.handsontable2 col.hidden {
    width: 0 !important;
}

.handsontable2 tr.hidden,
.handsontable2 tr.hidden td,
.handsontable2 tr.hidden th {
    display: none;
}

.ht_master2 {
    overflow: hidden;
}

.htContextMenu2 {
    display: none;
    position: absolute;
    z-index: 1060; /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
}
.htCore2 tbody>tr>td{
    height: 40px;
    vertical-align: middle;
    margin-left: -20px;
    margin-top: 10px;
}
.htContextMenu2 table.htCore2 {
    border: 1px solid #bbb;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.htContextMenu2 table tbody tr td {
    background: white;
    border-width: 0;
    padding: 4px 6px 0 6px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.htContextMenu2 table tbody tr td:first-child {
    border: 0;
}

.htContextMenu2 table tbody tr td.current {
    background: #e9e9e9;
}

.htContextMenu2 table tbody tr td.htSeparator2 {
    border-top: 1px solid #bbb;
    height: 0;
    padding: 0;
}

.htContextMenu2 table tbody tr td .htItemWrapper2 {
    margin-left: 10px;
    margin-right: 6px;
    margin-top: -4px;
}

.htContextMenu2 .ht_master2 .wtHolder2 {
    overflow: hidden;
}

div.htMenu2 table {
    color: #393939 !important;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
}

.htContextMenu2 table tbody tr td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.htContextMenu2 table tbody tr td:hover {
    background: #e9e9e9;
}

.div_active {
    display: block ;
}

.pull-left {
    float: left;
    padding-left: 3px !important;
}

.htSeparator2 .pull-left {
    padding-left: 10px !important;
}


.pull-right {
    float: right;
    padding-right: 10px !important;
}

.file_download {
    margin-left: 282px;
    margin-top: 255px;
}

.paste_special {
    margin-left: 302px;
    margin-top: 130px;
}

.freeze, .new {
    margin-left: 282px;
    margin-top: 10px;
}

.function {
    margin-left: 302px;
    margin-top: 105px;
}

.number {
    margin-left: 300px;
    margin-top: 27px;
}

.more_formats {
    margin-left: 600px;
    margin-top: 306px;
}

.font_size {
    margin-left: 280px;
    margin-top: 10px;
}

.align {
    margin-left: 280px;
    margin-top: 255px;
}

.merge_cells {
    margin-left: 280px;
    margin-top: 305px;
}

.text_wrapping {
    margin-left: 300px;
    margin-top: 238px;
}

.filter_views {
    margin-left: 300px;
    margin-top: 155px;
}

.toolbar {
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 3px 3px 7px 3px;
}

.toolbar_icon {
    padding: 6px;
    font-size: 13px;
    border: 1px solid #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 300;
}

.toolbar_icon:hover, .toolbar_icon_active  {
    border: 1px solid #BBB;
    cursor: default;
    background-color: #EEF;
}

.toolbar_separator {
    border-right: 1px solid #CCC;
    width: 1px;
    margin: 0 4px;
}

.bold {
    font-weight: 600;
}

.number_toolbar {
    margin-left: 270px;
    margin-top: 5px;
}

.ff_alegreya {
    font-family: 'Alegreya';
}

.ff_amatic_sc {
    font-family: 'Amatic SC';
}

.ff_arial {
    font-family: 'Arial';
}

.ff_bree_serif {
    font-family: 'Bree Serif';
}

.ff_comic_sans_ms {
    font-family: 'Comic Sans MS';
}

.ff_courier_new {
    font-family: 'Courier New';
}

.ff_georgia {
    font-family: 'Georgia';
}

.ff_impact {
    font-family: 'Impact';
}

.ff_merriweather {
    font-family: 'Merriweather';
}

.ff_open_sans {
    font-family: 'Open Sans',sans-serif;
}

.ff_permanent_marker {
    font-family: 'Permanent Marker';
}

.ff_pinyon_script {
    font-family: 'Pinyon Script';
}

.ff_playfair_display {
    font-family: 'Playfair Display';
}

.ff_proxima_nova {
    font-family: 'Proxima Nova';
}

.ff_roboto {
    font-family: 'Roboto';
}

.ff_roboto_mono {
    font-family: 'Roboto Mono';
}

.ff_times_new_roman {
    font-family: 'Times New Roman';
}

.ff_trebuchet_ms {
    font-family: 'Trebuchet MS';
}

.ff_ulta {
    font-family: 'Ultra';
}

.ff_valera_round {
    font-family: 'Valera Round';
}

.ff_verdana {
    font-family: 'Verdana';
}

#textColors {
    position: absolute;
    z-index: 9999;
    border: 1px solid #DDD;
    padding: 15px 7px 7px 7px;
    width: 190px;
    /*margin-top: -10px;*/
    margin-left: 400px;
    background-color: #ffffff !important;
}

#textColors ul#themeColors li {
    margin: 2px !important;
    line-height: 11px;
}

#textColors ul#themeColors li input {
    width: 13px;
    height: 13px;
    margin: 0 !important;
}

#textColors .color-picker-input {
    height: 20px !important;
    font-size: 10px !important;
}

.hidden{
    display:none !important;
}

.tableWrap {
    /*padding-bottom: 40px !important;*/
}

.ht_master, .ht_clone_top, .wtHolder {
    width: 100% !important;
    overflow: visible !important;
}

.wtHolder {
    height: 100% !important;
}

/*Fix text length for my maps and my matrices (only for Mozilla)*/
.text-new-line{
    max-width: 500px;
    word-wrap: break-word;
}
.customLoader{
    background-color: rgba(220,220,220,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1000px;
    left: 0;
    right: 0;
    padding: 200px;
    z-index: 1;
}
div#mapTableOverlay .handsontable .wtHider {
    height: auto !important;
}

.deactive:hover{
    background-color: #d9d9d9 !important;
    cursor: default;
}

#matrixTableOverlay .ht_master table{
    width: 100% !important;
    height: 100% !important;
}

#matrixTableOverlay .ht_clone_top table{
    width: 100% !important;
}

#matrixTableOverlay .handsontable .wtHider {
    width: 100% !important;
    height: auto !important;
}
ul.table_header_list{
    list-style: none;
}
ul.table_header_list li {
    float: left;
    margin-left: 10px;
}
.table_header_name{
    padding: 15px 15px 15px 0px;
}
.table_header_loader span.pageLoader  {
    margin-top: 15px;
    position: absolute;
}
.table_header_msg .alert{
    margin-bottom: 0px !important;
}
.loading{
    font-size:11px;
    margin-left: 5px;
}
.table_header_msg .alert-success{
    background-color: transparent !important;
    border-color: transparent !important;
}
.deactive:hover{
    background-color: #d9d9d9 !important;
    cursor: default;
}
.table_menu .alert{
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.toolbar {
    border-left: 0px !important;
    height: 40px !important;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding-left: 10px;
}
.main_link {
    font-weight: 600;
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 15px;
}

.main_link > a:hover {
    text-decoration: none;
}

.sidebar_header {
    padding-left: 15px;
    font-weight: 600;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 700 !important;
}

hr.hr {
    border-top: 1px solid #fcaf17;
    margin-left: 15px !important;
    margin-top: -4px;
    margin-bottom: -3px;
}

.lead_link {
    color: #000 !important;
    text-decoration: none !important;
}

.lead_link:hover,
.lead_link_active {
    color: #087dc1 !important;
    text-decoration: none !important;
}

.page-header {
    margin-top: 15px;
    border-bottom: 1px solid #999;
    padding-bottom: 7px;
}

.page-header > h1 {
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    margin-bottom: 0px;
    font-weight: normal;
}

ul.main-navigation-menu > li {
    margin-bottom: 3px;
}

ul.main-navigation-menu > li > a {
    color: #000 !important;
    font-size: 14px !important;
    border-top: 0;
    padding: 1px 0 1px 3px;
    margin-left: 10px !important;
    border-left: 3px solid #f5f5f5;
}

ul.main-navigation-menu > li.open > a, ul.main-navigation-menu > li > a:hover {
    font-size: 14px !important;
    border-top: 0;
    padding: 1px 0 1px 3px;
    background-color: #fff !important;
    margin-left: 10px !important;
    border-left: 3px solid #007dab;
}

ul.main-navigation-menu li > ul.sub-menu > li {
    margin-bottom: 3px;
}

ul.main-navigation-menu li > ul.sub-menu > li > a {
    font-size: 13.5px !important;
    margin-left: 15px !important;
    border-left: 3px solid #f5f5f5;
    padding: 1px 0;
}

ul.main-navigation-menu li > ul.sub-menu > li.active > a,
ul.main-navigation-menu li > ul.sub-menu > li > a:hover {
    background-color: #fff !important;
    color: #000 !important;
    margin-left: 15px !important;
    border-left: 3px solid #007dab;
    padding: 1px 0;
}

.footer-inner {
    font-weight: 600;
    margin-left: 30%;
    margin-top: -2px;
}

.footer-inner a:hover {
    text-decoration: none;
}

.black_color {
    color: #000 !important;
}

ul.navbar-right > li > ul > li.active > a {
    background-color: #f5f5f5 !important;
}

ul.navbar-right {
    margin-top: 3px;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
    height: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(204,204,204,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(204,204,204,0.4);
}

.main-navigation {
    width: 290px;
    padding-right: 20px;
    padding-left: 15px;
}

.main-content {
    margin-left: 290px;
}

.active_header, .active_hr {
    display: block;
}

.inactive_header, .inactive_hr {
    display: none;
}

#p-search {
    margin-left:62px;
}

/* Objects - modals */
form#relationshipsUserObjectForm .modal-body h4 {
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}

#mw-content-text p a.new {
    margin-left: 0px;
}

#mw-content-text ul a.new {
    margin-left: 0px;
}
#mw-content-text ul>li>a.new {
    margin-left: 0px;
}
.objects_table{
    border: 1px solid #101010;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
    cursor: hand;
}
.objects_table>tbody>tr,

    /*.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;
    height: 50px;

}
.objects_table>tbody>tr>th {
    border-bottom: 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: 3px;
}

.objects_table>tbody>tr:hover{
    background-color: #ff9e0054 ;

}

.objects_table>tbody>tr>td>label{
    display: block;
    width: 100%;
}
.dropdown-menu>li>a:hover {
    color: #ff9500;
}
.subdrop>li>a:hover {
    color: #ff9500;
}
.subdrop>li>a {
    color: #333;
}


#selMod {
    width:100%;
    list-style-type: none;
    padding:0;
    height: 355px;
    border: 1px solid #a8a8a8;
    overflow-y: auto;
    margin:0
}

#selMod .usageLi {
    cursor: grab;
    border-bottom: 1px solid rgb(168, 168, 168);
    padding: 10px;
}
#selMod .usageTableLi {
    cursor: grab;
    border-bottom: 1px solid rgb(168, 168, 168);
    padding: 10px;
}
#selTable {
    width:100%;
    list-style-type: none;
    padding:0;
    height: 350px;
    border: 1px solid #a8a8a8;
    overflow-y: auto;
    margin:0
}

#selTable .usageTableLi {
    cursor: grab;
    border-bottom: 1px solid rgb(168, 168, 168);
    padding: 10px;
}

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

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: hand;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 14px;
}

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

.tab button:focus {
    background-color: #ff9e0054 ;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ff9e0054 ;
}
.hierarchy_table{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}
.choose-action{
    cursor:default;
    background-color: white;
    border-radius: 3px;
    margin-left: -55px;
    height: 30px;
}
.choose-action-1{
    cursor:default;
    background-color: white;
    border-radius: 3px;

    height: 30px;
}
#first_load{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid;
    background: yellow;
    padding-left: 15px;
}
#first_load_1{
    padding: 20px;
    width: 100%;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial;
    background-color: yellow;
    border-left: 1px solid;
    border-right: 1px solid;
}
#not_objects, #not_group_objects{
    padding: 20px;
    width: 100%;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial;
    background-color: yellow;
    border-left: 1px solid;
    border-right: 1px solid;
}
.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;
}
.attachedFileHref{
    font-size: 15px;
    text-decoration: none;
    color: black;
}
.attachedFileHref:hover{
    text-decoration:underline;
    color:red
}
ul .selectedAttachedDocument{
    background-color: #caf0ff;
}
li .selectedAttachedDocument{
    background: none;
}
.selectedAttachedDocumentForAll{
    background-color: #caf0ff;
}
#attached_documents_list{
    list-style-type: none;
    padding: 0;
    /*border-top: 1px solid #a8a8a8;*/
    /*border-bottom: 1px solid #a8a8a8;*/
    overflow-y: auto;
    margin: 0;
}
.attachLi{
    cursor: grab;
    border-bottom: 1px solid rgb(168, 168, 168);
    padding: 10px;
}
.borderBottom{
    border-bottom: 0.5px solid #acadb0;
}
.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: 25px !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;
}
mark{
    background: yellow;
    color: black;
    width: max-content;
    margin: 0;
    padding: 0;
}
.tabset-edit-window .nav-tabs{
    width: max-content;
    height: 50px;
    border: none;
    background: none;
    margin-top: -50px;
    background-color: #d9d9d9;
}
.tabset-edit-window .tab-content{
    min-height: 500px ;
    border: none;

}
.tabset-edit-window .nav-tabs>li{
    height: 100%;
}
.tabset-edit-window .nav-tabs>li>a{
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 17px;
    color: black ;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    background-color: inherit;
    border-left: 1px solid grey;
}
.tabset-edit-window  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #FFFFFF;


}
.tabHeader {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    border-bottom: none;
}
.edited_nav_tab {
    background-color: #c9c9c9;
    /*margin-top: -48px;*/
    /* background: black; */
    /* opacity: 1111111111; */
    position: fixed;
    padding: 0;
}
.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;
}
.tabHeader button.activee {
    background-color: #fff;
}
.tabcontentHeader {

    border-top: none;
    min-height: 405px;
    overflow: hidden;
}
ul .selectedUsageModel{
    background-color: #caf0ff;
}
li .selectedUsageModel{
    background: none;
}
.raciUser_description {
    border: 1px solid;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
    max-height: 120px;
    height: 120px;
    overflow-y: auto;
}
.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;

}
.selectedRequirements{
    background-color: #caf0ff;
}


#modifyUserObjectForm .tabHeader {
    background-color: #d9d9d9;
    position: -webkit-sticky;
    position: absolute;
    top: 0;
    z-index: 9999;
    margin-top: -52px;
}


/* object values */
#valuesContent .select2-container {
    width: 100% !important;
}

#valuesContent #map {
    width: 480px;
    height: 210px;
    border: 1px solid;
    border-radius: 5px;
    position: absolute;
}

#valuesContent .select2-container{
    z-index: 111111;
}
#valuesContent .select2-container--default .select2-selection--single {
    height: 35px !important;
    border: 1px solid !important;
    display: flex;
    align-items: center;
}
.simplepicker-wrapper {
    z-index: 11111;
}

#valuesContent #map {
    width: 95%;
    height: 210px;
    padding: 0;
}

.mapboxgl-ctrl-geocoder--input {
    height: 36px;
    padding: 5px 30px !important;
}


/* general custom styles */
.geBtn {
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    height: 29px;
    line-height: 27px;
    min-width: 72px;
    outline: 0;
    padding: 0 8px;
    cursor: pointer;
}

.gePrimaryBtn {
    color: #fff;
    background-color: #0B98D6;
    border: 1px solid #3079ed;
}

.geDangerBtn {
    background-color: #DC1414;
    background-image: linear-gradient(#DC1414 0px,#DC1414 100%);
    border: 1px solid #DC1414;
    color: #fff;
}

.gePrimaryBtn:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    cursor: pointer;
}

.geDangerBtn:hover {
    background-color: #f8060636;
    background-image: linear-gradient(#fa5f5f99 0px,#ed4242 100%);
    border: 1px solid #ff000024;
}

.geBtn:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}



#roRACIsContent .raciUser_description {
    font-size: 13px;
}

#maturityContent .maturity_description {
    max-height: 300px;
    border-radius: 3px;
    border: 1px solid;
    font-size: 14px;
    overflow-y: auto;
    padding: 6px;
    min-height: 34px;
}

#modifyUserObjectForm #requirementsContent .requirement_area,
#modifyUserObjectForm #objectivesContent .objective_area,
#modifyUserObjectForm #painpointsContent .pain_point_area {
    border: 1px solid gray;
    min-height: 290px;
    max-height: 290px;
    overflow: auto;
    width: 100% !important;
    margin-bottom: 17px;
}

#modifyUserObjectForm #documentsContent .documents_area {
    border: 1px solid gray;
    min-height: 355px;
    max-height: 355px;
    overflow: auto;
    width: 100%;
    margin-bottom: 17px;
}


/* security content styles */
.security_reports_table,
.security_measures_table,
.security_documents_table {
    border: none;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.security_reports_table > tbody,
.security_measures_table > tbody,
.security_documents_table > tbody {
    width: 20px;
    overflow: auto;
}

.security_reports_table tr,
.security_measures_table tr,
.security_documents_table tr {
    border: 1px solid gray;
    padding: 8px;
    border-left: none;
    border-right: none;
    border-top: none;
    cursor: pointer;
}

#security_documents_table_area {
    border: 1px solid gray;
    min-height: 185px;
    max-height: 185px;
    overflow: auto;
}

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

#metaObjectNew .object_tab_data,
#metaObjectNew .security_file {
    cursor: grab;
    border-bottom: 1px solid rgb(168, 168, 168);
    display: flex;
    align-items: center;
    padding: 10px;
}

.selected_object_modal_data,
.selected_security_document {
    background-color: #caf0ff;
}

#standard_documents_table_body .document a {
    font-size: 15px;
    text-decoration: none;
    color: black;
}

#standard_documents_table_body .document a:hover {
    text-decoration: underline;
    color: red;
}
.modal-lg-sm{
    width: 620px;
}
.element small {
    position: absolute;
    left: 3px;
    bottom: 3px;
    font-size: 12px;
    display: block;
}
.element img {
    position: absolute;
    right: 3px;
    bottom: 3px;

}

.heatMapDiv{
    width: 100%;
    display: block;
    height: 50px;
    line-height: 22px
}

.heatMapDeselect{
    display: block;
    height: 30px;
}

@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;
    }

}
.darken{
    display: none;
    background: rgb(83, 78, 78);
    z-index: 1;
    padding: 15px 24px !important;
}
.darken_buttons{
    opacity: 0.1;
    pointer-events: none;
}
.darken_model_name{
    opacity: 0.1;
}
.modal-md-top {
    margin-top: 110px;
    width: 1800px;
    max-width: 100%
}


#modifyUserObjectForm .modal-body {
    padding-right: 0;
}




/* 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; }

#modifyUserObjectForm .modal-header {
    border-bottom: none;
}

#modifyUserObjectForm .modal-body {
    padding: 0 15px;
}

#modifyUserObjectForm #edit-object-modal-main-btns {
    margin-bottom: 0;
    position: absolute;
    text-align: right;
    width: 100%;
    padding-right: 50px;
}

#modifyUserObjectForm #descriptionContent #object-description {
    height: 240px !important;
}

#modifyUserObjectForm .modal-body .tabcontentHeader {
    margin-left: 0;
    margin-right: 0;
    display: none;
    padding-top: 30px;
    height: 467px;
    max-height: 467px;
}

#modifyUserObjectForm #descriptionContent {
    display: block;
}

#modifyUserObjectForm #usedinContent {
    padding-top: 30px;
}

#modifyUserObjectForm #roRACIsContent #raci-content-first-row {
    padding-bottom: 33px;
    padding-left: 0;
}

#modifyUserObjectForm #roRACIsContent #raci-content-second-row {
    padding-right: 10px;
    padding-left: 0;
}

#modifyUserObjectForm #roRACIsContent #raci-content-second-row .form-group {
    margin-bottom: 7px;
}

#modifyUserObjectForm #securityContent #security-content-first-row {
    height: 174px;
}

#modifyUserObjectForm #usedinContent #usage {
    width:100%;
}


#modifyUserObjectForm #relationsContent .object-relation-area {
    width: 100%;
    border: 1px solid #a8a8a8;
}

#modifyUserObjectForm #relationsContent .object-relation-area ul {
    list-style-type: none;
    padding: 0;
    height: 355px;
    border: 1px solid rgb(168, 168, 168);
    overflow-y: auto;
    margin: 0;
    font-size: 16px;
}

#modifyUserObjectForm #decompositionContent #ob_hier {
    margin-left: 0;
    margin-right: 0;
    height: max-content;
    max-height: 404px;
    min-height: 404px;
    overflow-y: auto;
    border-bottom: 1px solid grey;
}
/* risk content styles */
.risk_reports_table,
.risk_measures_table,
.risk_documents_table {
    border: none;
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.risk_reports_table > tbody,
.risk_measures_table > tbody,
.risk_documents_table > tbody {
    width: 20px;
    overflow: auto;
}

.risk_reports_table tr,
.risk_measures_table tr,
.risk_documents_table tr {
    border: 1px solid gray;
    padding: 8px;
    border-left: none;
    border-right: none;
    border-top: none;
    cursor: pointer;
}

#risk_documents_table_area {
    border: 1px solid gray;
    min-height: 185px;
    max-height: 185px;
    overflow: auto;
}

#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;
}
.instance_predifined{
    max-height: 300px;
    overflow-y:auto;
    margin-top: -5px;
}
.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;
    left: 33%;
}
.ownerDiv{
    width: auto;
    margin-left: auto;
    margin-right: 20px;
    display: none;
    margin-top: 10px;
    padding-left:35px;
    color: black;
}
/*.designerDiv{*/
    /*width: 150px;*/
    /*position: relative;*/
    /*margin-left: 77px;*/
    /*display: none;*/
    /*margin-top: 10px;*/
    /*color: black;*/
/*}*/

.modelNameDiv{
    position: relative;
    margin-right: auto;
    display: inline-block;
    margin-top: 10px;
    color: black;
    margin-left: 85px;
}

/*.designerDiv input{*/
    /*font-weight: normal;*/
    /*background-color: #f5f5f5;*/
    /*color: black;*/
    /*height: 32px;*/
    /*width: 100%;*/
    /*box-sizing: border-box;*/
    /*letter-spacing: 1px;*/
    /*border: 0;*/
    /*border-bottom: 1px solid #0B98D6;*/
/*}*/

.modelNameDiv input{
    font-weight: normal;
    padding: 5px;
    background-color: #f5f5f5;
    color: black;
    height: 32px;
    width: 250px !important;
    box-sizing: border-box;
    letter-spacing: 1px;
    border: 0;
    border-bottom: 1px solid #0B98D6;
    margin-left: 30px;
    outline: none;
    min-width: 150px;
}
.ownerDiv #mxgraph_owner_name{
    font-weight: normal;
    background-color:#f5f5f5;
    padding: 5px;
}

#mxgraph_designer_name ~ .focus-border,
#model_name ~ .focus-borderr{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0B98D6;
    transition: 0.4s;
}

#mxgraph_designer_name:focus ~ .focus-border,
#model_name:focus ~ .focus-borderr{
    width: 100%;
    transition: 0.4s;
}

.createdAt{
    width: 300px;
    margin-left: 20px;
    display: none;
    margin-top: 10px;
    color: black;
}

.labelHead{
    display: inline-block;
    position: absolute;
    left: -80px;
    bottom: 0;
    text-align: left;
    font-weight: 600;
}

.createdAt span{
    font-weight: normal;
    background-color: #f5f5f5;
    padding: 5px;
}
.selected_obj{
    background-color: yellow;
    color: red;
    display: inline-block;
    width: content-box;
}

.security_report_text,
.security_measures_text,
.risk_report_text,
.risk_measures_text{
    width: 100%;
    min-height: 50px;
    max-height: 50px;
    min-width: 306px;
    max-width: 506px;
    overflow-y: auto;
    color: black;
    border: 1px solid gray;
    resize: none;
}

.req_textarea{
    color: black;
    font-size: 14px;
    overflow-y: auto;
    border: 1px solid gray;
    min-height: 280px;
    max-height: 280px;
    width: 100% !important;
    margin-bottom: 17px;
    resize: none;
}

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

div#matrixTableOverlay .ht_master table tbody tr:nth-child(1) td,
div#matrixTableOverlay .ht_master table tbody tr:nth-child(2) td{
    color: rgb(255, 255, 255) !important;
}
