* {
    /*box-sizing: border-box;*/
    /*font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #005172;
    overflow: hidden;
}

#blanket, #security_blanket {
    width: 100%;
    height: 100%;
    /*background-color: #000;
    opacity: 0.7;*/
    z-index: 101;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#blanket {
    background-color: #000;
    opacity: 0.7;
}

:is(#cable-form, #company-form, #ship-form, #landing-form, #base-form) input {
    border-width: 1px;
}

:is(#cable-form, #company-form, #ship-form, #landing-form, #base-form) .form-row {
    margin-bottom: 3px;
}

#security_blanket {
    opacity: 0;
}

.apple-font {
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
}

#success-popup, #warning-popup {
    width: 350px;
    /*background-color: #ffffff;*/
    /*box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);*/
    margin: -200px 0 0 -175px;
    z-index: 1000;
    position: absolute;
    top: 25%;
    left: 50%;
    display: none;
    cursor: pointer;
}

#success-popup {
    background-color: #D4FFE5;
    box-shadow: 0 0 9px 0 rgb(115 251 131 / 77%);
}

#warning-popup {
    background-color: #FFD1D1;
    box-shadow: 0 0 9px 0 rgb(234 85 70 / 77%);
}

#success-title, #warning-title {
    text-align: center;
    color: #5B6574;
    font-size: 19px;
    padding: 10px 0 10px 0;
}

#success-title {
    border-bottom: 1px solid #66DE5747;
}

#warning-title {
    border-bottom: 1px solid #FF3B3B47;
}

#success-body, #success-footer,
#warning-body, #warning-footer {
    display: flex;
    color: #5b6574;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

#success-body, #warning-body {
    padding: 10px;
    font-size: 15px;
}

#success-footer, #warning-footer {
    padding: 5px 0 5px 0;
    font-size: 8pt;
}

#logo {
    /*width: 265px;
    height: 75px;*/
    top: 6px;
    left: 10px;
    /*text-align: center;*/
    position: absolute;
}

#logo #upper {
    font-size: 24pt;
    margin: 0 0 -16px 0;
    font-weight: 100;
    font-family: ui-sans-serif !important;
}

#logo #lower {
    font-size: 56pt;
    font-family: ui-sans-serif !important;
}

#settings {
    position: absolute;
    right: 10px;
    top: 10px;
}

#tooltip {
    display: none;
    position: fixed;
    padding: .5em 1em;
    background-color: #7CDBF7;
    border: 2px solid #0095FF;
    z-index: 1000;
}

#tooltip > div.triangle-outer {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 17px solid #FAC6CF;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -19px;
    top: 9px;
}

#tooltip > div.triangle-inner {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 17px solid #ffedec;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -15px;
    top: 9px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

#add_company_role, #add_cable_company_role {
    width: 145px;
}

/* DROPDOWN MENU */
.dropdown {
    background-color: #FFF;
    list-style-type: none;
    position: absolute;
    top: 18px;
    text-align: left;
    display: none;
}

.dropdown > li {
    width: 100%;
    margin: 0 0 0 -18px;
    padding: 1px 0 3px 8px;
    text-align: left;
    height: 21px;
    cursor: pointer;
    transition: background-color 0.1s;
}

.dropdown > li > i {
    float: left;
    margin: 4px 0 0 -25px;
}
.dropdown > li:hover {
    background-color: #0095FF;
}

#settings_menu {
    width: 73px;
    right: 10px;
}

#mass_edit_menu {
    width: 0;
    padding-inline-start: 18px;
    right: 124px;
    z-index: 102;
}

#mass_edit_menu a {
    text-decoration: none;
    color: #000;
}
/******************************/
/* HOVER ICON */
.hi-c {
    /*color: #888;*/
    transition: color 0.01s;
    /*font-size: 14px;*/
}

.hi-g {
    transition: font-size 0.01s;
}

.hi-g:hover {
    font-size: 17px;
}

.hi-b:hover {
    color: #000 !important;
}

.hi-w:hover {
    color: #FFF !important;
}
/**************************/

input[name="date"] {
    text-align: center;
}

#menu {
    position: absolute;
    left: 300px;
}

#table_wrap {
    width: 100%;
    /*height: 75%;*/
    /*background-color: brown;*/
    position: absolute;
    left: 0;
    top: 125px;
    opacity: 0;
}

#loading_bar {
    width: 220px;
    height: 19px;
    position: absolute;
    margin: -9.5px 0 0 -110px;
    left: 50%;
    top: 50%;
    display: none;
}

#tabs li > section {
    overflow-y: scroll;
    width: 1920px;
}

/*#tabs li > section::-webkit-scrollbar {
    display: none;
}*/

section {
    padding: 0;
    overflow-y: scroll;
}

.cursor {
    cursor:pointer;
}

/*******************
*   FONTS
*******************/
.calibri {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.bold {
    font-weight: bold;
}

.fs9 {
    font-size: 9pt;
}

.sans-serif {
    font-family: sans-serif;
}
/*******************
*   TABLES
*******************/

table {
    /*width: 100%;*/
    /*height: 100%;*/
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    table-layout: fixed;
    border-collapse: collapse;
}

th.main, td.main {
    /*border: 1px solid black;*/
}

tr.main:nth-child(even) {
    background-color: #C2DEEA;
}

tr.main:nth-child(odd) {
    background-color: #FFF;
}


th.main {
    height: 40px;
    background-color: #14134F;
    font-weight: normal;
    cursor: pointer;
    color: #FFF;
}

th.main:hover {
    background-color: #4947a9;
}

td.main {
    height: 30px;
    max-height: 30px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*border-bottom: 1px solid #CCC;*/
    border-bottom: 1px solid #99cfe6;
}

.header-input {
    display: none;
}

.cap-header-height {
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cap-cell-height {
    max-height: 30px;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.align_str {
    text-align: left;
}

.align_ctr {
    text-align: center;
}

.align_int {
    text-align: right;
}

/*******************
*   FORMS
*******************/

.form-section {
    border: 1px solid #000;
    background-color: #FFF;
}

.form-row {
    clear:both;
    margin: 2px 0 0 0;
}

.subsection {
    padding: 0 0 0 16px;
    float: left;
}

.subsection-label {
    position: absolute;
    top: -10px;
    right: 8px;
    background-color: #C2DEEA;
    text-align: center;
}

label {
    float: left;
    margin: 4px 0 0 0;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 9pt;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.new-record, .delete {
    cursor: pointer;
    opacity: 0.5;
    margin: 2px 0 0 0;
}

.new-record:hover, .delete:hover {
    opacity: 1;
}

.selected {
    background-color: #03C6FC;
}