﻿.ui-grid-b .ui-block-a {
    width: 10%;
}

.ui-grid-b .ui-block-b {
    width: 35%;
}

.ui-grid-b .ui-block-c {
    width: 65%;
}

.checkboxLabel {
    border-top-width: 0px;
    margin-top: 2px;
    border-bottom-width: 0px;
    margin-bottom: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.listItem {
    margin-left: 2px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 32px !important;
    padding-left: 0px !important;
}

.checkboxLabel .ui-checkbox {
    padding-right: 0px !important;
    padding-left: 36px !important;
}

.rtmsTable {
    display: inline;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.rtmsTable tr, .rtmsTable th, .rtmsTable td {
    padding: 0px !important;
    margin: 0px !important;
}

.rtmsTable td, .rtmsTable th {
    text-align: center;
}

.subText {
    font-size: small;
}

.subDetails {
    display: table-cell;
    width: auto;
    white-space: nowrap;
    text-align: right;
    vertical-align: bottom;
    font-size: small;
}

#messagesButtonDiv .ui-btn, #folderButtonDiv .ui-btn, #gearButtonDiv .ui-btn {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 80px;
    height: 20px;
    padding-top: 14px;
    margin-right: 10px;
    border-radius: 1em;
    background: #484848;
}

.ui-header .ui-title {
    margin-right: 10%;
    margin-left: 10%;
}

#deviceList .listItem {
    margin: 0px !important;
    border-radius: 1em !important;
}

#deviceList {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#deviceList .ui-checkbox label {
    border-radius: 1em !important;
}

#deviceList .ui-checkbox {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#deviceList li {
    border-width: 1.11667px !important;
    margin-bottom: 2px !important;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
}

.shimColumn {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}

.statusColumn {
    display: table-cell;
    vertical-align: middle;
    max-width: 24px !important;
}

.statusColumn img {
    margin-right: 5px;
}

.valueColumn {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    min-width: 65px;

}

.detailsColumn {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
}

.device-offline{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
}

.device-offline img{
    height: 100%;
}

.device-virtual {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
}

    .device-virtual img {
        height: 100%;
    }

.container-img-sas{
    height: 45px;    
    display: flex;
    justify-content: center;
}

.single-sas-tag{
    text-align: center;
    float: left;
    width: 100px;
    padding-top: 5px;
}

.single-sas-tag p{
    margin: 5px 0;
}

.single-sas-tag:hover {
    background-color: rgb(220,220,220);
}

.container-img-sas img{
    
    height: 100%
}

#popup-sastag{
    max-width: 600px;
}

.centerImage {
    margin: 0px auto;
    display: block;
}

.centerText {
    width: 100%;
    text-align: center;
    position: relative;
}

.centerDiv {
    text-align: center;
}

.boldText {
    font-weight: bold;
}

.largeText {
    font-size: large;
}

.smallText {
    font-size: small;
}

.speedValue {
    font-weight: bold;
    margin: 2px;
    text-shadow: 0 0 0;
}

.speedContent {
    border-radius: 1em !important;
    margin: 2px !important;
    padding: 2px !important;
}

.freeflowSpeed {
    background-color: green !important;
    color: white !important;
    display: inline-block;
    text-align: center;
    min-width: 24px;
}

.slowSpeed {
    background-color: yellow !important;
    color: black !important;
    display: inline-block;
    text-align: center;
    min-width: 24px;
}

.stoppedSpeed {
    background-color: red !important;
    color: white !important;
    display: inline-block;
    text-align: center;
    min-width: 24px;
}

.noSpeed {
    background-color: gray !important;
    color: white !important;
    display: inline-block;
    text-align: center;
    min-width: 24px;
}

.documentFiller {
    margin-left: -15px;
    margin-right: -10px;
    margin-top: -10px;
}

.roundedBoxOff {
    padding: 14px;
}

.roundedBoxOutter {
    border: 1px solid #044062;
    border-radius: 16px;
}

.roundedBoxInner {
    border: 2px solid #528BB8;
    border-radius: 16px;
}

.roundedBoxFill {
    background: #528BB8;
    padding: 10px;
}

.ui-icon-multi-add-page:after, .ui-icon-multi-delete-page:after, .ui-icon-multi-font:after, .ui-icon-multi-page-time:after, .ui-icon-multi-beacons:after, .ui-icon-multi-activate:after, .ui-icon-multi-gfx:after {
    width: 24px;
    height: 24px;
    background: transparent !important;
    background-image: url('/Content/images/buttons.png') !important;
}

.ui-icon-multi-add-page:after {
    background-position: -360px 0px !important;
}

.ui-icon-multi-delete-page:after {
    background-position: -384px 0px !important;
}

.ui-icon-multi-font:after {
    background-position: -96px 0px !important;
}

.ui-icon-multi-page-time:after {
    background-position: -312px 0px !important;
}

.ui-icon-multi-beacons:after {
    background-position: -504px 0px !important;
}

.ui-icon-multi-activate:after {
    background-position: -528px 0px !important;
}

.ui-icon-multi-gfx:after {
    background-position: -480px 0px !important;
}

#pageIndicator {
    text-align: right;
    margin-right: 5px;
    margin-top: 5px;
}

#previewButtons .ui-btn, #pageButtons .ui-btn, #formatButtons .ui-btn, #timingButtons .ui-btn {
    border: none !important;
    background: transparent !important;
}

#previewButtons .ui-controlgroup {
    border: none !important;
    background: transparent !important;
}

.li-icon-hack {
    margin-left: -12px;
    margin-right: -10px;
    overflow-x: hidden;
    font-size: 15px;
}

.li-remove-padding {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

#page-map {
    width: 100%;
    height: 100%;
}

#page-map-online {
    width: 100%;
    height: 100%;
}

#page-map #main,
#page-map .ui-panel-wrapper,
#page-map #map_canvas {
    width:100%;
    height: 100vh;
}

#page-map-online #main,
#page-map-online .ui-panel-wrapper,
#page-map-online #map_canvas {
    width:100%;
    height: 100vh;
}
.ui-icon-carat-r:after {
    background-color: #FFCA38;
}

.ui-page {
    background-color: #F7F8F3 !important;
}

.ui-btn.info-tooltip-btn,
.ui-btn.info-tooltip-btn:hover,
.ui-btn.info-tooltip-btn:active {
    border: none !important;
    background: transparent !important;
}

/*section CommSettings*/
.fieldTitle {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;  
    width: 200px;
    vertical-align: middle;
}

.field {
    display: inline-block;
    margin-left: auto;        
    width: 100%;
    max-width: 400px;
    vertical-align: middle;
    text-align: center;
}

.field input {
    text-align: center;
}
  
.centerLoader {
    position: absolute;
    top: 50%;
    left: 50%; 
    z-index: 99;
}
    
.field-validation-error
{
    color: #ff0000;
    display: block;
    text-align: center;
}

.field-validation-valid
{
    display: none;
}

.ui-slider-switch {
    width: 100px !important;
}

.ui-shadow, .ui-focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*Hack car MultiEngine.css override ce style...*/
div#UpstreamLanes-listbox.ui-selectmenu, div#DownstreamLanes-listbox.ui-selectmenu{
    display: block;
    position: relative;
    height: 100%;
    vertical-align: top;
    text-decoration: none;
    overflow: auto;
    zoom: 1;
}

div#UpstreamLanes-listbox-popup.ui-popup-active, div#DownstreamLanes-listbox-popup.ui-popup-active {
    background-color: white;
    top: 75px !important;
}

.tooBig {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #D8000C;
    background-color: #FFBABA;
}

.form{
    max-width: 600px;
    margin: 0 auto;
}

.form label{
    text-align: center;
}

.width50{
    width: 47.5%;
    height: 82px;
}

.width50:nth-child(odd){
    float: left;
}

.width50:nth-child(even) {
    float: right;
}

.bloc{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.sending-wrapper {
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-top: 20px;
    padding-top:20px;
}

.error{
    color: red;
    margin-bottom: 10px;
    display: none;
    text-align: center;
}

.error.isvisible{
    display: block;
}

.titleworkzone{
    text-align: center;
}

.img-container{
    width: 32px;
    display: inline-block;
    
}

.img-container img{
    width: 100%;
    height: 100%;
}

#add {
    border: 1px solid rgb(107, 186, 59);
    text-shadow: none;
    color: rgb(107, 186, 59);
}

.message{
    text-align: center;    
}

.message.hidden{
    display: none;
}

.blankMessage{
    height: 128px;
    width:240px;
    background-color: black;
    margin: 0 auto;
    display: none;
    margin-bottom: 5px;
}

.blankMessage.visible{
    display: block;
}

#sending {
    background-color: #007bff;
    color: white;
    transition: 0.5s;
}

#sending:hover {
    background-color: rgb(14, 78, 191);
    transition: 0.5s;
}

#table td,
#table th{
    border: 1px solid rgba(200,200,200,1);
    padding: 5px 15px 5px 5px;
    
}

#table th{
    background-color: #FFCA38;
    text-shadow: none !important;
}

#table,
#table td,
#table tr,
#table th{
    border-collapse: collapse;
}

#table{
    margin: 0 auto;
}

/*videoguard*/

.form-videoguard {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

.form-control.firstName,
.form-control.lastName,
.form-control.email,
.form-control.mobile,
.form-control.workPhone,
.form-control.adress,
.form-control.city,
.form-control.zipCode,
.form-control.country {
    
    border: 1px solid red !important;
}

.form-control.firstName:focus,
.form-control.lastName:focus,
.form-control.email:focus,
.form-control.mobile:focus,
.form-control.workPhone:focus,
.form-control.adress:focus,
.form-control.city:focus,
.form-control.zipCode:focus,
.form-control.country:focus {
    box-shadow: 0 0 4px red !important;
}

.success{
    display: none;
}

.success.visible {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    animation-duration: 3s;
    animation-name: dissapear;
    animation-iteration-count: 1;
    opacity: 0;
}

#modale p {
    font-size: 48px;
    color: green;
}

.list-all-organization{
    margin-top: 20px !important;
}

.activateMessageForm{
    display: inline;
}

.buttons-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.lib-messages {
    width: 100%;
    
}

.single-message-lib-prev,
.single-message-prev {
    float: left;
    padding: 5px;
    margin: 2.5px;
}

.lib-messages p,
.messages-list p{
    margin: 0;
}

.lib-messages,
.messages-list{
    margin: 0 !important;
    min-height: 60vh;
}

.flip-switch{
    display: flex;
    justify-content: center;
}

.flip-switch .ui-flipswitch-active {
    background-color: #e9e9e9;
    border-color: #ddd;
}

.flip-switch p{
    margin: auto 5px;
}

.lib-messages.hidden,
.messages-list.hidden{
    display: none;
}

.hover-prev-message {
    background-color: rgba(233,233,233,0.9);
    display: flex;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    z-index: -10;
}

.single-message-prev{
    position: relative;
}

.single-message-prev.hidden{
    display: none;
}

.single-message-prev:hover .hover-prev-message{
    z-index:10;
    transition: 0.7s;
    opacity: 1;
}

.delete-message,
.choose-message{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px 0 !important;
}

.delete-message svg,
.choose-message svg{
    height: 18px;
    width: 18px;
    margin-left: 5px;
}

.yes-button-popup,
.no-button-popup{
    width: 70px !important;
}

.single-message-prev.hidden{
    display: none;
}

#MessageListPage
{
    height: 100%;
    box-sizing: border-box;
}

.lib-single-page.hidden{
    display: none;
}

.pagination-buttons-wrapper{
    display: flex;
    justify-content: center;
}

.pagination-buttons-wrapper button {
    height: 30px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-angle-double-left,
.fa-angle-left,
.fa-angle-right,
.fa-angle-double-right {
    height: 20px;

}

#currentPage{
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-container{
    position:fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    background-color: rgba(247,248,243, 0.9);
}

.speedwizard{
    border: 2px solid black !important;
}

.automatic-location{
    display: flex;
    margin: 10px 0 !important;
}

#automatic-location {
    position: static !important;
    margin: 0;
}

.automatic-location .ui-checkbox,
.automatic-location label {
    display: flex;
    align-items: center;
    margin: 0 5px 0 0;
}

.search-location-button.hidden{
    display: none;
}

#EditCommSettingsPage{
    position: relative;
}

.progress-taskbar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-taskbar.hidden{
    display: none;
}


/*For weatherStation view*/
.weather-station-grid {
    display: grid;
    grid-template-columns: 150px auto;
}

@media only screen and (max-width: 930px)
{
    .weather-station-grid {
        display: flex;
        flex-direction: column;
    }
}

.weather-station-grid-left {
    align-items: start;
}

.weather-station-grid-right {
    align-items: end;
}


@keyframes dissapear {
    0% {
        opacity: 1;
    }

    30%{
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}