﻿/* Move down content because we have a fixed navbar that is 50px tall */

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #5A2B7F;
    margin: auto;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 330px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.container-fluid {
    margin: 0px;
}

.tableWithPadding tr td {
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.element-center {
    margin-left: auto;
    margin-right: auto;
}

.table-center td {
    padding: 5px;
}

.tailStyle img {
    display: none;
}

footer {
    width: 100%;
    text-align: center;
    bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.heatmapContent {
    position: relative;
    height: 376px;
    width: 500px;
}

#heatmapArea {
    position: relative;
    /*width:100%;
	height:100%;*/
}

.dragscroll {
    overflow: auto;
    width: 100%;
    cursor: move; /* fallback: no `url()` support or images disabled */
    cursor: url(images/grab.cur); /* fallback: Internet Explorer */
    cursor: -webkit-grab; /* Chrome 1-21, Safari 4+ */
    cursor: -moz-grab; /* Firefox 1.5-26 */
    cursor: grab; /* W3C standards syntax, should come least */
}

    .dragscroll:active {
        cursor: url(images/grabbing.cur);
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: grabbing;
    }

#heatmapArea {
    position: absolute;
}

.heatmapContainerWrapper {
    position: absolute;
}

.dashboardChartContainer {
    width: 100%;
}

.shadowBox {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 10px;
    padding: 10px;
    position: relative;
}

.shadowBoxHeatmap {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 10px;
    /*padding: 10px;*/
    position: relative;
}

.a-icon {
    padding: 10px !important;
}

.dashTabContent {
    overflow: auto;
    height: 570px;
}

.red {
    color: red;
}

.green {
    color: green;
}

.navbar {
    color: #51534A;
    background-color: white !important;
    border-color: white !important;
    border-bottom: 1px solid white;
}

.navbar, #FooterPane {
    background-color: #5A2B7F !important;
}

.navbar-brand {
    color: #51534A !important;
}

    .navbar-brand:visited {
        color: #51534A !important;
    }

.navbar-default-color {
    color: #51534A !important;
}

.dxgvFocusedRow_Metropolis {
    background: orange !important;
}

.fleetGridContainer {
    height: 580px;
}

.modalWithLowestZIndex > div {
    z-index: 10 !important;
}

.modalWithLowestZIndex {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    background: rgba(0,0,0,0.9);
}

.tableWithPadding {
    z-index: 15;
}

.sectorLayout {
    /*background: url(../Images/whirlpool_gray.png);*/
    background-size: 100% 100%;
}

.wrapCenter {
    display: block;
    text-align: center;
    min-height: 100%;
}

html, body {
    width: 100%;
}

html {
    min-height: 100%;
    position: relative;
}

/*.dx-button .dx-icon.*/
.bigButton {
    font-size: 200%;
}

    .bigButton .dx-icon {
        /*float: top;*/
        height: 50px;
        width: 50px;
    }

.contentLoadingPanel {
    position: absolute;
    display: none;
    z-index: 8;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    float: left;
    background: rgba(255,255,255,0.85);
}

.setRelative {
    position: relative;
}

.loadingSpinnerGrid {
    position: absolute;
    display: table;
    border: 16px solid #f3f3f3;
    border-top: 16px solid orange;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    z-index: 1;
    animation: spin 1s linear infinite;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}

.loadingSpinnerChart {
    position: absolute;
    display: table;
    border: 16px solid #f3f3f3;
    border-top: 16px solid orange;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    z-index: 1;
    animation: spin 1s linear infinite;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.chartPopupDetail {
    background: white;
    position: absolute;
    /*width:100%;*/
    left: 0px;
    right: 0px;
}

.zoomArea {
    transform: scale(1);
    margin: auto;
}

#zoomContainer {
    overflow: hidden;
    cursor: grab;
}

.heatmapContainer {
    cursor: grab;
}


#popupWindow {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
}

#popupImage {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 100;
    background: rgba(0,0,255,1);
}

.grabStyle {
    cursor: move;
    cursor: url(images/grab.cur);
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.grabbingStyle {
    cursor: url(images/grabbing.cur);
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.displayContent {
    padding-top: 20px;
    display: table;
    position: relative;
    margin: 0 auto;
    z-index: 10;
}

#positionCanvas {
    position: absolute;
    display: block;
    overflow: visible;
    z-index: 15;
}

#barrierCanvas {
    z-index: 14;
}

#infoMarkCanvas {
    z-index: 1;
}

#areaCanvas {
    visibility: hidden;
}

.spaghettiCanvas {
    position: absolute;
}

#routeInfo {
    display: inline-block;
    position: relative;
    width: 20%;
    padding-right: 30px;
    padding-top: 20px;
    padding-left: 15px;
    border: solid #000;
    border-width: 0 0 0 1px;
}

#beaconInfo {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    padding-top: 20px;
    padding-left: 15px;
    border: solid #000;
    border-width: 0 0 0 1px;
}

#container {
    position: relative;
    padding-top: 10px;
    overflow: hidden;
}

.routeZoom {
    display: inline-block;
    width: 78%;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
}

.areaZoom {
    display: inline-block;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
}

#buttonContainer {
    margin-top: 5px;
}

.routeInfoButton {
    display: inline-block;
    width: 49%;
}



.routeManipButton {
    margin-top: 30px;
    width: 100%;
}

#dialogContainer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 15;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
}

#dialogWindow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 16;
    width: 40%;
    height: 40%;
    background: white;
    border-radius: 15px;
}

#btnContainer {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.savingSetupBtn {
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
    width: 25%;
    display: inline-block;
}

#textBox {
    width: 100%;
}

#msg {
    font-size: medium;
    text-align: center;
    padding-top: 15%;
}

.gridTitle {
    margin-top: 40px;
    margin-bottom: -5px;
}

#spaghettiaButtons {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 10px;
    /*width:100%;*/
}

#switchContainer {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding-bottom: 10px;
    z-index: 1;
}

#buttonTable {
    margin: 0 auto;
}

#speedMultiplier {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 auto;
    position: center;
}

.dataGridCenter {
    vertical-align: middle !important;
    text-align: center !important;
}

#mouseTooltip {
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    z-index: 15;
    padding: 6px 6px 0px 6px;
    border-radius: 15px;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td, .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #cccccc;
    color: #333;
}

a:hover {
    color: #EAAA00 !important;
}

.dxm-content:hover {
    color: white !important;
}

[class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
}

/*.dx-datagrid-rowsview .dx-data-row .dx-cell-modified .dx-highlight-outline::after {
    border-color: transparent;
}*/

.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 120px;
}

.tooltip-body .series-name {
    font-weight: normal;
    opacity: 0.6;
    display: inline-block;
    line-height: 1.5;
    width: 65px;
}

.tooltip-body .value-text {
    display: inline-block;
    line-height: 1.5;
    width: 30px;
}

.fragment {
    padding: 0 !important;
}

.realTimeContainer iframe {
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sectorContainer {
    margin: 0 auto;
    width: auto;
}

.sectorContainer canvas {
    left: 0;
    position: absolute !important;
    background-size: 100% 100%;
    z-index: 9999;
}

.horizonatlWrapper {
text-align: center;
}

.horizonatlWrapper div {
    display: inline-block;
}

#printButton {
    margin-top: 5px;
    margin-left: 5px;
    z-index: 5;
}

.buttonWarning {
    background-color: goldenrod;
    border-color: darkgoldenrod;
    color: white;
}
.buttonWarning:hover {
    background-color: darkgoldenrod;
    border-color: darkgoldenrod;
}


/*------------------------HBR DESIGN--------------------*/
/*------------------------------------------------------*/
h3 {
    font-family: Josefin Sans;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: white;
}

.horizontalWrapper h3 {
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    margin-top: 0px;
}

.dx-field-item-label-text {
    font-family: Josefin Sans;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    line-height: 16px;
}

#loginContainer .dx-field-item-label-text {
    color: white;
}

.dx-texteditor-container, .dx-textbox, .dx-button{
    border-radius: 25px;
}

#loginContainer {
    width: 330px;
    height: 36px;
    margin: auto auto;
}

#loginContainer h3 {
    margin: 40px;
}

#loginContainer .dx-button-success {
    background-color: #EC008C;
    border-color: #EC008C;
}

#loginContainer > p, .dx-field-item-label-text{
    padding-left: 15px;
}

p {
    font-family: Josefin Sans;
    font-style: normal;
    text-align: left;
    margin-top: 11px;
    color: white;
}

#loginContainer p {
    font-style: italic;
    font-size: 12px;
    line-height: 16px;
}

#homeIntro p {
    font-weight: lighter;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 34px;
}

h1 {
    font-family: Josefin Sans;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    line-height: 28px;
    color: white;
}

#homeIntro h1 {
    margin-top: 50px;
}

.dxFormItemPadding {
    padding-bottom: 27px;
}

.horizontalWrapper{
    display: flex;
    width: 100%;
    margin: auto;
}

#homeWrapper{
    margin-left: 0px;
    margin-right: 0px;
}

.profileBadge {
    border-radius: 25px;
    border: 1px solid white;
    max-width: 330px;
    width: 100%;
    padding: 23px 28px 25px;
    flex: 0 0 50%;
}

.visibilityControl {
    border-radius: 25px;
    max-width: 330px;
    width: 100%;
    background-image: linear-gradient(to bottom right, #0DB0CD, #A6CE39);
    padding: 23px 28px 25px;
    flex: 1;
}

.visibilityConrolOffDay {
    background-image: linear-gradient(to bottom, #BDBDBD, #4F4F4F);
}

.visibilityConrolOffWeek {
    background-image: linear-gradient(to bottom, #828282, #333333);
}

.visibilityControl p {
    font-size: 13px;
    line-height: 15px;
}

#linkChangePassword {
    float: left;
}

#department {
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
    margin-top: 0px;
}

#mail {
    font-size: 13px;
    line-height: 15px;
    margin-top: 7px;
}

#linkChangePassword {
    font-family: Josefin Sans;
    font-size: 13px;
    line-height: 15px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 28px;
    text-decoration: underline;
}

#headerNavbar a {
    font-family: Josefin Sans;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #EC008C;
}

#titleContainer span {
    font-family: Josefin Sans;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: white;
    position: relative !important;
    left: -50%;
}

#titleContainer {
    font-family: Josefin Sans;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: white;
    position: absolute !important;
    left: 35%;
}

#headerNavbar ul {
    margin-left: auto;
}

#headerNavbar .container {
    padding: 0px;
}

#headerNavbar {
    padding: 0.5rem 0px;
    max-width: 720px;
    margin: auto;
}

#mainMenu {
    max-width: 720px;
    margin: auto;
}

#additionalInfo a {
    font-family: Josefin Sans;
    font-size: 11px;
    display:inline-block;
    line-height: 13px;
    color: white !important;
    margin: 11px 0px 0px 6px;
    text-decoration: underline !important;
}

#additionalInfo{
    text-align: right;
}

#copyright p{
    text-align: center;
}

#FooterPane {
    height: 50px;
    position: absolute;
    bottom: 0;
}

#panelContent {
    max-width: 720px;
    margin: auto;
    border-top: 1px solid white;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto !important;
}

.dxpnlControl_Metropolis, .dxrpControl_Metropolis {
    border-style: none;
    z-index: 0 !important;
}

.dxrpControl_Metropolis {
    color: white;
}

/*.container-fluid {
    max-width: 90%;
    margin: auto;
}*/

#MainContent_ASPxSplitter2 {
    max-width: 90%;
    margin: auto;
}

#MainContent_rndFilter {
    max-width: 90%;
    margin: auto;
}

.dx-popup-normal {
    border-radius: 25px !important;
}

.dx-popup-title {
    font-family: Josefin Sans;
    border-bottom: none;
}

#popupTitle {
    font-family: Josefin Sans;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #4F4F4F;
    margin: 0px 18px 20px;
}

#updateUserButton {
    background-color: #EC008C;
    border-color: #EC008C;
    margin: 0px 70px 70px;
}

.changePasswdItem{
    margin: 20px 70px 5px;
}

#tagUnpair h1, #tagUnpair h2, #tagUnpair p {
    color: #4F4F4F;
}

#tagUnpair h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin: 0px 5px 30px;
    text-align: center;
}

#tagUnpair h2 {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    margin: 5px 30px;
}

#tagUnpair p {
    font-size: 13px;
    line-height: 21px;
    margin: 3px 30px 20px;
}

#confirmCheckBox {
    margin: 10px 30px 12px;
}

.dx-checkbox-icon {
    border-radius: 5px !important;
}

.dx-checkbox-text {
    font-size: 13px;
    line-height: 15px;
}

#unpairTagButton {
    margin: 10px 30px 20px;
    background-color: #EC008C;
    border-color: #EC008C;
}

#unpairTagButton .dx-button-text {
    font-family: Josefin Sans;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: white !important;
}

#panakImg{
    position: fixed;
    width: 307px;
    height: 450px;
    right: -100px;
    bottom: -125px; 
    z-index: 1;
}

.setupGrid {
    margin-left: 5%;
    margin-right: 5%;
}

#heatmapReportContainer{
    max-width: 90%;
    margin: auto;
    position: static;
}

#profileForm .dx-item{
    margin-top: -5px;
}

.dx-texteditor-input {
    margin-left: 5px;
    width: 100%;
}

.dx-placeholder {
    margin-left: 5px;
    width: 100%;
}

#loginForm .dx-invalid-message .dx-overlay-content{ /*invalid message params*/
    width: 330px !important;
    /*border-radius: 25px;*/
}

.dx-texteditor {
    border: 1px solid #BDBDBD;
}

.dx-popup-wrapper > .dx-overlay-content {
    background-image: linear-gradient(to bottom, #FFFFFF, #E0E0E0) !important;
}

.dx-checkbox-checked .dx-checkbox-icon {
    color: white;
    background-color: #EC008C;
}

.dx-checkbox-icon {
    border: 1px solid #BDBDBD;
}
