body {
    background-color: #fff;
}

.text-def {
    color: #333 !important;
}

.navbar {
    border-top: 20px solid #94c6f0;
    /* border-bottom: 1px solid #94c6f0; */

    -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2);
}

.admin {
    line-height: 1.5;
}

.pell-content {
    line-height: 1.0;
}

.rounded {
    border-radius: 0.35rem !important;
}

.fronpage-text {
    border: 1px solid #aaa;
    color: #aaa;
}

.fronpage-text a:link, .fronpage-text a:visited, .fronpage-text a:hover {
    color: #666;
}

/* Main styles
------------------------ */

/* Temp background
body {
    background-color: #ccc;
}*/

#solutions {
    position: relative;
    top: 50px;
}

#capabilities {
    position: relative;
    top: -10px;
    margin-left: 2rem;
}

/* Both */
.horizontal_box, .vertical_box,
.horizontal_box a:link, .horizontal_box a:visited,
.vertical_box a:link, .vertical_box a:visited {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.horizontal_box a:hover, .vertical_box a:hover {
    text-decoration: none;
}

/* Horizontal boxes */
.horizontal_box {
    border-top: 1.6em solid rgb(176, 228, 255);
    background: rgb(146, 192, 232);
    background: linear-gradient(90deg, rgba(125, 168, 204, 1) 0%, rgba(175, 223, 255, 1) 1%, rgba(146, 192, 232, 1) 2%, rgba(146, 192, 232, 1) 98%, rgba(107, 139, 168, 1) 100%);
    padding: 0.1em 1.7em;
    margin-bottom: 0.5em;
    text-align: right;
    border-radius: 0.3em;
}

.horizontal_box:hover, .horizontal_box.selected:hover {
    border-top: 1.6em solid rgb(136, 178, 243);
    background: rgb(108, 147, 213);
    background: linear-gradient(90deg, rgba(88, 125, 189, 1) 0%, rgba(138, 177, 240, 1) 1%, rgba(108, 147, 213, 1) 2%, rgba(108, 147, 213, 1) 98%, rgba(69, 100, 156, 1) 100%);
    cursor: pointer;
}

.horizontal_box.selected {
    border-top: 1.6em solid rgb(94, 128, 231);
    background: rgb(71, 102, 195);
    background: linear-gradient(90deg, rgba(51, 82, 175, 1) 0%, rgba(101, 132, 225, 1) 1%, rgba(71, 102, 195, 1) 2%, rgba(71, 102, 195, 1) 98%, rgba(31, 62, 145, 1) 100%);
    cursor: pointer;
}

/* Vertical boxes */
.verticalSpanContainer {
    position: absolute;
    top: 0;
}

.vertical_box {
    display: inline-block;
    position: relative;
    background: rgb(148, 198, 240);
    background: linear-gradient(0deg, rgba(148, 198, 240, 1) 50%, rgba(148, 198, 240, 0) 100%);
    border: 2px solid #fff;
    border-top: none;
    margin-right: 0.5em;
    width: 44px;
    min-height: 25em;
    text-align: center;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    transform: rotate(-180deg);
}

.vertical_box:hover, .vertical_box.selected:hover {
    background: rgb(106, 148, 215);
    background: linear-gradient(0deg, rgba(106, 148, 215, 1) 50%, rgba(106, 148, 215, 0) 100%);
    cursor: pointer;
}

.vertical_box.selected {
    background: rgb(64, 98, 191);
    background: linear-gradient(0deg, rgba(64, 98, 191, 1) 50%, rgba(64, 98, 191, 0) 100%);
    cursor: pointer;
}

.vertical_box > div {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20em;
    margin: 0;
    transform: translate(-50%, -40%);
}

.vertical_box:after, .vertical_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.vertical_box:after {
    border-color: rgba(148, 198, 240, 0);
    border-top-color: rgb(148, 198, 240);
    border-width: 20px;
    margin-left: -20px;
}

.vertical_box:hover:after, .vertical_box.selected:hover:after {
    border-color: rgba(106, 148, 215, 0);
    border-top-color: rgb(106, 148, 215);
}

.vertical_box.selected:after {
    border-color: rgba(64, 98, 191, 0);
    border-top-color: rgb(64, 98, 191);
}

.vertical_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: rgb(255, 255, 255);
    border-width: 23px;
    margin-left: -23px;
}

/* Floating information box */
#mainFloatInfoContainer {
    position: relative;
    z-index: 1000;
}

.floatContainer {
    position: absolute;
}

table.floatInfo {
    background-color: #023F88;
    border-collapse: collapse;
    border: 2px solid #ffffff;
    min-width: 250px;
    color: #ffffff;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.6);
}

table.floatInfo th, table.floatInfo td {
    border: 1px solid #ffffff;
}

td.odd, td.even {
    font-size: 0.8em;
    font-weight: bold;
}

td.odd, td.even {
    background-color: #00BDF2;
}

td.odd:hover, td.even:hover, td.selected {
    background-color: #017ebd;
    cursor: pointer;
}




