.view-color-green {
    background-color: rgba(77, 250, 144, 0.3);
}
.view-color-yellow {
    background-color: rgba(250, 190, 77, 0.3);
}
.view-color-red {
    background-color: rgba(255, 84, 104, 0.3);
}
.view-color-blue {
    background-color: rgba(29, 29, 170, .3);
}

.view-item-disabled {
    opacity: 0.5;
}

body * {
    box-sizing: border-box;
    font-family: 'Roboto','Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

body.x-border-layout-ct, div.x-border-layout-ct {

    background: url(background.jpg) no-repeat center top fixed!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    margin: 0;
    overflow: hidden;
    height: 100%;
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.x-fieldset {
    overflow: visible !important; /* workaround for Safari issue */
}

#update {
    position: absolute;
    width: 100%;
    top: 20px;
    font-weight: bold;
    text-align: center;
}

#attribution {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: x-small;
}

#spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 50%;
    border-top: 6px solid rgba(25,25,112,1);
    border-right: 6px solid transparent;
    animation: spinner .6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

/** custom */

/** bars */
.toolbar-header-style, .x-window-header, .x-toolbar, .x-header  {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(4,26,47,1) 50%, rgba(25,25,112,1) 81%) !important;
}

.x-panel-header {
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(4,26,47,1) 50%, rgba(25,25,112,1) 81%) !important;
}

.header-avatar {
    height: 32px;
    width: 32px;
}
.header-avatar-image {
    height: 30px;
    width: 30px;
    border-color: rgba(25,25,112,1);
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;
}

/** windows */

.x-window-body-default, .x-window-default {
    border-color: rgba(25,25,112,1) !important;
}
.x-form-text-wrap {
    border-radius: 2px !important;
}

.toolbar-header-style,
.x-panel-header,
.x-panel-header-default,
.x-panel-header-default .x-tool-img,
.x-panel-header-default-vertical,
.x-window-header-default .x-tool-img,
.x-window-header-default-top {
    border-color: rgba(4,26,47,1)!important;
    background-color: rgba(4,26,47,1)!important;
    border-radius: 20px !important;
}

.x-grid-header-ct-default, .x-panel-body {
    border-radius: 5px;
}
 
.x-panel-header-default {
    font-size: 16px;
    border: 1px solid #000
}

.x-btn-default-toolbar-small {
    border-radius: 50px!important;
    transition: background-color .5s ease;
    border-radius: 3px
}

.x-fieldset-header-tool-default>.x-tool-toggle {
    font: 10px/1 FontAwesome!important;
    color: rgba(4,26,47,1)!important;
    background: #fff!important;
    padding: 2px 0!important;
    border-radius: 100%!important
}

.x-window-default {
    border-color: rgba(4,26,47,1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 7px
}

/** header windows */
.x-css-shadow, .x-window-closable {
    border-radius: 20px!important;
}
/** buttons*/

.x-toolbar, .x-btn, .x-btn-default-small {
    border-radius: 20px!important;
    border: none!important;
    color: #000!important;
    background-color: rgba(4,26,47,1) !important;
}

.x-toolbar:hover, .x-btn:hover, .x-btn-default-small:hover {
    background-color: rgba(255,255,255,0.5) !important;
}

.xbtn:hover {
    background:rgba(0,0,0,1) !important;
}

.x-btn-icon-el-default-toolbar-small {
    color: rgba(255,255,255,1) !important;
}

.x-btn-icon-el-default-toolbar-small-pressed {
    color: rgba(4,26,47,1) !important;
    border-color: rgba(4,26,47,1) !important;
}

.x-btn-pressed {
    background-color:rgba(4,26,47,0.4)!important;    
    color: rgba(4,26,47,1) !important;
}

.x-splitter-collapsed .x-layout-split-left {
    font: 16px/1 FontAwesome;
    padding: 0 0 0 2px;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(4,26,47,1) !important;
    cursor: pointer;
}

.x-splitter-collapsed .x-layout-split-right {
    font: 16px/1 FontAwesome;
    padding: 0 0 0 2px;
    color: rgba(255,255,255,1) !important;
    background-color: rgba(4,26,47,1) !important;
    cursor: pointer;
}

.x-splitter-collapsed, .x-splitter-horizontal-noresize, .x-splitter-vertical-noresize {
    background-color: rgba(255,255,255,0) !important;
}

.x-splitter-active  {
    background-color: rgba(255,255,255,0) !important;
}
.x-splitter-active .x-collapse-el {
    background-color: rgba(4,26,47,1) !important;
}

.x-layout-split-right {
    background-color: rgba(4,26,47,1) !important;
    color:rgba(255,255,255,1) !important;
}

.x-layout-split-left {
    background-color: rgba(4,26,47,1) !important;
    color:rgba(255,255,255,1) !important;
}

.x-layout-split-top, .x-layout-split-bottom {
    background-color: rgba(4,26,47,1) !important;
    color:rgba(255,255,255,1) !important;
}

.x-btn-inner-default-toolbar-small { 
    color:rgba(255,255,255,1) !important;
}

.x-boundlist-selected {
    background: rgba(4,26,47,0.4) !important;
    border-color: rgba(4,26,47,0.4) !important;
}

.x-boundlist-item-over {
    background: rgba(4,26,47,0.4) !important;
    border-color: rgba(4,26,47,0.4) !important;
}


/** fields */
.x-form-item-body-default {
    border-color: rgba(255,255,255,1) !important;
}

.x-form-trigger-default, .x-form-trigger-wrap-default, .x-form-text, .x-form-text-default, .x-form-item-body, .x-form-item-body-default  {
    border-color: rgba(4,26,47,1) !important;
    background-color: rgba(25,25,112,0.1) !important;
    border-radius: 15px !important;
    color: rgba(0,0,0,1) !important;
}

.x-form-trigger-default {
    border-color: rgba(4,26,47,1) !important;
    background-color: rgba(255,255,255,1) !important;
    border-radius: 15px !important;
    color: rgba(4,26,47,1) !important;
}

/** texts toolbar */
.x-toolbar-text {
    color: #fff !important;
}

/** map layer */
.layer-switcher, .panel {
    border-radius: 20px !important;
}

.x-form-text {
    background-color: rgba(255,255,255,1) !important;
}

/** backgroung panels and grids*/
.x-panel-body, .x-grid-with-row-lines, .x-grid-body, .x-panel-body-default, .x-panel-body-default, .x-noborder-rbl {
    box-shadow: 0 0 5px 0 !important;
    background: inherit !important;
    backdrop-filter: blur(10px) !important;
}

/** menus */
.x-menu-default {
    border-width: 0px !important;
    border-color: transparent !important;
    border-radius: 20px !important;
}

/** form login */

div[id^="login-"] {
    border-radius: 20px !important;
}

.x-css-shadow {
    visibility: hidden !important;
}

/** map controls */

.ol-attribution {
    visibility: hidden !important;
}

.ol-control {
    position: absolute !important;
    background-color: rgba(255,255,255,.0) !important;
    border-radius: 4px !important;
    padding: 2px !important;
    z-index: -1;
}

.ol-control button {
    border-radius: 20px !important;
    background-color: rgba(25,25,112,0.5) !important;
}


.ol-zoom .ol-zoom-in {
    border-radius: 20px !important;
    height: 32px !important;
    width: 32px !important;
    background-color: rgba(25,25,112,0.5) !important;
    }

.ol-zoom .ol-zoom-out {
    border-radius: 20px !important;
    height: 32px !important;
    width: 32px !important;
    background-color: rgba(25,25,112,0.5) !important;
}

.ol-scale-line {
    background: rgba(25,25,112,0.5) !important;
    border-radius: 4px;
    top: 8px;
    left: 48px;
    padding: 2px;
    position: absolute;
    height: 22px;
}
/** device list background **/
.x-panel-body, .x-grid-with-row-lines, .x-grid-body, .x-panel-body-default, .x-panel-body-default, .x-noborder-rbl {
    box-shadow: 0 0 5px 0 !important;
    background: inherit !important;
    backdrop-filter: blur(0px) !important;
}

/** device popup **/
.ol-popup {
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(4,26,47,1) 50%, rgba(25,25,112,1) 81%) !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 15px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    border-radius: 15px 50px;
    z-index: 9999999;
  }

  .ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
  }
  .ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
  }
  .ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 12px;
    right: 18px;
  }
  .ol-popup-closer:after {
    content: "✖";
  }
  .popup-header {
    display: flex;
    flex-direction: row;
  }
  .popup-header .avatar-image {
    height: 38px;
    width: 38px;
    border-radius: 20px !important;
    border-color: rgba(25,25,112,1);
    border-width: 2px;
    border-style: solid;
  }
  .popup-header .device-name {
    font-size: 14px;
    font-weight: bolder;
    color:#fff;
    padding-left: 5px;
  }
  .popup-header .device-contact {
    font-size: 13px;
    color:#fff;
    padding-left: 5px;
  }
  .popup-body {}
  .popup-body-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .popup-body-key {
   flex: 1;   
   color:#fff;
   font-size: 13px;
  }
.popup-body-value {
    flex: 1;   
    text-align:left;
    color:#fff;
    font-size: 13px;
}
  .popup-footer {
    margin-top: 15px;
  }

  /** popup commands **/

.commands-buttons {
    float: right;
}
.commands-buttons .lock-button {
    border-radius: 100%;
    height: 32px;
    width: 32px;
    background-color: rgba(255, 84, 104, 0.9) !important;
    border-color: rgba(255, 84, 104, 0.9) !important;
    border-width: 0px;
    border-style:hidden;
    cursor: pointer;
}

.commands-buttons .unlock-button {
    border-radius: 100%;
    height: 32px;
    width: 32px;
    background-color: rgba(77, 250, 144, 0.9) !important;
    border-color: rgba(77, 250, 144, 0.9) !important;
    border-width: 0px;
    border-style:hidden;
    cursor: pointer;
}

.commands-buttons .streetview-button {
    border-radius: 100%;
    height: 32px;
    width: 32px;
    background-color: rgb(222,184,135, 0.9) !important;
    border-color: rgb(222,184,135, 0.9) !important;
    border-width: 0px;
    border-style:hidden;
    cursor: pointer;
}

.commands-buttons .shareddevice-button {
    border-radius: 100%;
    height: 32px;
    width: 32px;
    background-color: rgb(222,20,135, 0.9) !important;
    border-color: rgb(222,20,135, 0.9) !important;
    border-width: 0px;
    border-style:hidden;
    cursor: pointer;
}

/** search address **/
.ol-geocoder.gcd-gl-container {
    top: 6.275em;
    left: 0.8em;
  }

.ol-geocoder .gcd-gl-btn {
    width: 29px;
    height: 29px;
}
.ol-geocoder .gcd-gl-control {
    width: 32px;
    height: 32px;
}
.ol-geocoder .gcd-gl-expanded {
    width: 15.625em;
    height: 2.1875em;
}

.ol-geocoder .gcd-gl-input {
    left: 3.5em;
    border-radius: 20px !important;
}

/** map indicators **/
.indicators-control {
    position: absolute;
    top: 108px;
    left: .8em;
    margin-bottom: 5px;
    width: 36px;
    z-index: -1;
}

.ol-touch .indicators-control {
    top: 95px;
    height: 32px;
    width: 36px
}

.devicesTotalIndicator {
    background-color: rgb(222,184,135, 0.9); 
    color:#fff;
    width:32px;
    height: 32px;
    border-radius: 20px !important;
    border-color: rgba(25,25,112,0.5) !important;
}

.devicesOfflineIndicator {
    background-color: rgba(255, 84, 104, 0.9); 
    color:#fff;
    width:32px;
    height: 32px;
    border-radius: 20px !important;
    border-color: rgba(25,25,112,0.5) !important;
}

.devicesOnlineIndicator {
    background-color: rgba(77, 250, 144, 0.9);
    color:#fff;
    width:32px;
    height: 32px;
    border-radius: 20px !important;
    border-color: rgba(25,25,112,0.5) !important;
}

.devicesMovementIndicator {
    background-color: rgba(29, 29, 170, 0.9);
    color:#fff;
    width:32px;
    height: 32px;
    border-radius: 20px !important;
    border-color: rgba(25,25,112,0.5) !important;
}

/** logo map **/
.ol-revenda-control {
    background-color: rgba(255, 255, 255, .1);
    padding: 4px;
    position: absolute;
    width: 250px;
    top: 5px;
    left: 5px;
    z-index: -1;
}

.ol-revenda-control-right {
    background-color: rgba(255, 255, 255, .1);
    padding: 2px;
    position: absolute;
    width: 20px;
    height: 330px;
    top: 25px;
    left: 5px;
    z-index: -1;
}

.ol-revenda-watermark {
    position: absolute;
    transition: background-color .5s ease;
    left: 10px;
    float: left;
    top :2.0em;
    margin-left: 3.5em;
    z-index: -1;
}

.right-control-bar {
    position: absolute;
    top: 5.5em;
    right: .4em;
    text-align: left;
    background-color: transparent;
    font-size: 1.2em;
    width: 36px;
    z-index: -1;
}

.right-control-bar button:hover {
    background-color: #fff;
    color: #000;
    z-index: -1;
}

.right-control-bar .button-checked {
    border-radius: 20px !important;
    border-style: none;
    height: 32px !important;
    width: 32px !important;
    background-color: rgba(4,26,47,1) !important;
    border-color: rgba(4,26,47,1) !important;
    color: #fff;
    transition: background-color .5s ease;
    margin-top: 3px;
    z-index: -1;
}

.right-control-bar .button-unchecked {
    border-radius: 20px !important;
    border-style: none;
    height: 32px !important;
    width: 32px !important;
    background-color: rgba(25,25,112,0.5) !important;
    border-color: rgba(25,25,112,0.5) !important;
    color: #fff;
    transition: background-color .5s ease;
    margin-top: 3px;
    z-index: -1;
}

.right-control-bar .button-online {
    border-radius: 20px !important;
    border-style: none;
    height: 32px !important;
    width: 32px !important;
    background-color: rgba(98, 245, 13, 0.815) !important;
    border-color: rgba(98, 245, 13, 0.815) !important;
    color: #fff;
    transition: background-color .5s ease;
    margin-top: 3px;
    z-index: -1;
}

.right-control-bar .custom-button-image {
    height: 30px !important;
    width: 30px !important;
    border-radius: 20px !important;
    margin-left: -5px;
    cursor:pointer;
}

.container-driver {
    z-index: -1;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 250px;
    height: 40px;
    overflow: hidden;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(4,26,47,1) 50%, rgba(25,25,112,1) 81%) !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    padding: 15px;
    border: 1px solid #cccccc;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    border-radius: 15px 50px;
    white-space: nowrap;
    display: none; 
}

.container-driver .container-driver-image {
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    left: 5px;
    bottom: 12px;
    border: 3px solid rgba(4,26,47,1);
    z-index: 5;
}

.container-driver  .container-driver-name {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    position: relative;
    bottom: 24px;
    font-family: 'Roboto';
    left: 10px;
}

.container-device {
    z-index: -1;
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 250px;
    height: 40px;
    overflow: hidden;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(4,26,47,1) 50%, rgba(25,25,112,1) 81%) !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    padding: 15px;
    border: 1px solid #cccccc;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    border-radius: 15px 50px;
    white-space: nowrap;
    display: none;
}

.container-device .container-device-image {
    background-color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    left: 5px;
    bottom: 12px;
    border: 3px solid rgba(4,26,47,1);
    z-index: 5;
}

.container-device  .container-device-name {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    position: relative;
    bottom: 29px;
    font-family: 'Roboto';
    left: 10px;
    white-space: nowrap;
}

.container-device  .container-device-plate {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    position: relative;
    bottom: 14px;
    font-family: 'Roboto';
    left: -65px;
    white-space: nowrap;
}

.container-gauge {
    width: 45px;
    height: 45px;
    bottom: 8px;
    position: absolute;
    z-index: 6;
    left: 260px;
    background-color: rgba(4,26,47,1);
    border-radius: 50%;
    border: 3px solid rgba(4,26,47,1);
    margin:0px;
    padding:0px;
    display: none;
}

.container-speed {
    z-index: -1;
    position: absolute;
    bottom: 6px;
    left: 310px;
    width: 110px;
    height: 40px;
    overflow: hidden;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(4,26,47,1) 50%, rgba(25,25,112,1) 81%) !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    padding: 15px;
    border: 1px solid #cccccc;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    border-radius: 15px 50px;
    white-space: nowrap;
    display: none;
}

.container-speed  .container-speed-value {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    bottom: 12px;
    font-family: 'Roboto';
    left: 0px;
    white-space: nowrap;
}

.container-speed  .container-course-value {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    bottom: -5px;
    font-family: 'Roboto';
    left: -35px;
    white-space: nowrap;
}

.container-indicators {
    z-index: -1;
    position: absolute;
    bottom: 6px;
    left: 430px;
    width: 114px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #cccccc;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(4,26,47,1) 50%, rgba(25,25,112,1) 81%) !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    border-radius: 15px 50px;
    display: flex;
    flex-direction: row;
    display: none;
}

.container-indicators .indicator-ignition {
    width: 22px;
    height: 22px;
    bottom: 8px;
    position: absolute;
    left: 8px;
    z-index: 6;
    color:#000;
    background-color: #e1e1e1;
    border-radius: 50%;
    border: 2px solid rgba(4,26,47,1);
    padding: 0px 0px 0px 3px;
}

.container-indicators .indicator-motion {
    width: 22px;
    height: 22px;
    bottom: 8px;
    position: absolute;
    color:#000;
    left: 32px;
    z-index: 6;
    background-color: #e1e1e1;
    border-radius: 50%;
    border: 2px solid rgba(4,26,47,1);
    padding: 0px 0px 0px 3px;
}

.container-indicators .indicator-blocked {
    width: 22px;
    height: 22px;
    bottom: 8px;
    color:#000;
    position: absolute;
    left: 56px;
    z-index: 6;
    background-color: #e1e1e1;
    border-radius: 50%;
    border: 2px solid rgba(4,26,47,1);
    padding: 0px 0px 0px 3px;
}

.container-indicators .indicator-alarm {
    width: 22px;
    height: 22px;
    bottom: 8px;
    position: absolute;
    left: 80px;
    color:#000;
    z-index: 6;
    background-color: #e1e1e1;
    border-radius: 50%;
    border: 2px solid rgba(4,26,47,1);
    padding: 0px 0px 0px 3px;
}

.container-address {
    z-index: -1;
    position: absolute;
    bottom: 6px;
    left: 550px;
    width: 414px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #cccccc;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(4,26,47,1) 50%, rgba(25,25,112,1) 81%) !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    border-radius: 15px 50px;
    display: flex;
    flex-direction: row;
    display: none;
}

.container-address  .address-value {
    text-align: left;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    bottom: 0px;
    font-family: 'Roboto';
    left: 20px;
    max-width: 370px;
    white-space: break-spaces;
}

.link {
    color: aliceblue;
    text-decoration: underline;
    font-style: italic;
}
.container-footer-streetview {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 430px;
    height: 130px;
    overflow: hidden;
    display: none;
    z-index: 5;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(4,26,47,1) 50%, rgba(25,25,112,1) 81%) !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    padding: 15px;
    border: 1px solid #cccccc;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2));
    border-radius: 15px 50px;
}

.footer-panorama {
    height: 0;
    position: absolute;
    right: 5px;
    z-index: 5;
    bottom: 3px;
    width: 410px;
    height: 120px;
    background: #1f355a;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 50px;
}

.footer-panorama:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 45px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid #1f355a;
    border-bottom: 13px solid transparent
}
