body {
    height: 100%;
    font-family: "Roboto", sans-serif;
	margin: 0;
	font-size: 14px;
	line-height: 1.42857143;
    color: #333;
    background-color: #E0E0E0; /*300*/
}
ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 5px;
}
a {
    color: inherit;
	text-decoration: none;
}
a:hover, .show-all-filter label:hover, .show-all-filter input:hover {
    cursor: pointer;
}
.hide {
  display: none !important;
}
.view-container {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}
.top-bar {
    padding-bottom: 25px;
    height: 50px;
    max-width: 80%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #3b4557;
    padding-top: 25px;
}
.top-left {
	/* position: absolute; */
    /* left: 0; */
    display: inline-block;
    border: 0;
    border-right: 2px solid #ccc;
}
#customer-name {
    color: #fff;
    font-size: x-large;
    vertical-align: middle;
    margin-left: 10px;
}
.top-right {
    position: absolute;
    right: 0;
    height: 50px;
    color: #fff;
    padding: 5px;
    display: inline-block;
}
#logged-user-avatar-wrapper {
    cursor: pointer;
    margin-right: 10px;
    outline: none;
}
#logged-user-display-name {
    margin-left: 10px;
}
#logged-user-avatar {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    border-radius: 16px;
    vertical-align: middle;
}
#logo {
	width: 170px;
    height: 50px;
    margin-left: 10px;
    background: url('../images/logo.png') no-repeat center;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
}
.ajax-loading {
    height:32px;
    width:32px;
    background-image: url(../images/loading.gif);
    display: inline-block;
}
.icon-image {
    display: inline-block;
    min-width: 32px;
    min-height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon-image.tiny {
    min-width: 12px;
    min-height: 12px;
}
.icon-search {
    background-image: url(../images/baseline-search-24px.svg);
}
.icon-time {
    background-image: url(../images/baseline-event-24px.svg);
}
.icon-location {
    background-image: url(../images/baseline-location_on-24px.svg);
}
.icon-sim {
    background-image: url(../images/baseline-sim_card-24px.svg);
}
.icon-locations {
    background-image: url(../images/baseline-beenhere-24px.svg);
}
.icon-diagnostics {
    background-image: url(../images/baseline-phonelink_lock-24px.svg);
}
.icon-edit {
    background-image: url(../images/baseline-edit-24px.svg);
}
.icon-clear {
    background-image: url(../images/baseline-clear-24px.svg);
}
.section-wrapper-header {
    background-color: #3B4557; /*200*/
    margin-bottom: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
}
.section-wrapper {
    background-color: #FFF; /*400*/
    margin-bottom: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
}
.section-wrapper > i {
    display: block;
}
.section-wrapper > ul {
    display: inline-block;
    padding-left: 50px;
}
.device-imei-item a.device-selected {
    background-color: #fff;
    color: #1F91F6;
}
.grid-wrapper {
    display: flex;
}
.section-wrapper ul li {
    word-break: break-word;
}
.device-data-content {
    width: 100%;
    background-color: #fff;
}
.icon-desc-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 50px;
}
.icon-desc {
    font-size: 13px;
}
.device-info-wrapper {
    display: flex;
}
.device-info-wrapper-inner {
    display: inline-block;
    padding-left: 50px;
}
.device-info-wrapper-inner-pair {
    border: 0;
    border-bottom: 2px solid #ccc;
    font-weight: 400;
}
.device-info-wrapper-inner-pair:not(:first-child) {
    padding-top: 5px;
}
.device-info-wrapper-inner-pair span:first-child {
    display: block;
    margin-bottom: 5px;
    font-size: small;
}
.device-info-wrapper-inner-pair span:nth-child(2) {
    font-weight: 600;
}
/* .device-info-wrapper-inner-pair span:first-child::after {
    content: ":";
} */
table, th , td {
    border: 1px solid grey;
    border-collapse: collapse;
    padding: 5px;
}
.icon-update {
    background-image: url(../images/outline-update-24px.svg);
}
.icon-call-type {
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    background-repeat: no-repeat;
    background-size: contain; 
}
.icon-outgoing {
    background-image: url(../images/outline-call_made-24px.svg);
}
.icon-incoming {
    background-image: url(../images/outline-call_received-24px.svg);
}
.call-type-wrapper {
    text-align: center;
}
.device-info-scrollable-wrapper {
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
.device-info-scrollable-wrapper table {
    width: 100%;
}
#nav-bar {
    display: flex;
    flex-direction: column;
    background-color: #3b4557;
}
.show-all-filter {
    border-bottom: 1px black solid;
    margin-bottom: 10px;
}
.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 */
  }
.data-loading-layout {
    position: fixed;
    width: 500px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-top: -100px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
    text-align: center;
}
.sms-rows-wrapper .sms-row-wrapper:not(:last-of-type) {
    border-bottom: 1px gray solid;
    margin-bottom: 10px;   
}
.sms-row-wrapper > span {
    display: inline-block;
}
.ctlm-vm {
    vertical-align: middle;
}
.map {
    width: 100%;
    height: 100%;
}
.device-info-scrollable-wrapper.map-wrapper {
    max-height: 500px;
    padding-left: 0;
}
.map-wrapper {
    display: block;
    height: 500px;
}
.device-search-wrapper {
    width: 180px;
}
.device-search-wrapper .icon-search {
    vertical-align: middle;
}
.device-search {
    width: 120px;
    padding: 12px;
    border: none;
}
.angularjs-datetime-picker {
    width: 250px;
}
.link-style {
    text-decoration: underline;
}
.tab-outer-wrapper {
    display: flex;
    flex-flow: row;
}
.tab-data-wrapper {
    background-color: #e0e4eb; 
    padding: 10px;
}
.tab-data-wrapper.device-view {
    margin-left: 20px;
}
.page-content.device-view {
    padding-bottom: 70px;
}
.tab-data-wrapper.lock-by {
    width: 30%;
    height: 500px;
    margin-left: 20px;
}
.tab-data-wrapper.diagnostics {
    width: 300px;
}
.tab-data-wrapper.locations {
    width: 100%;
    margin-right: 20px;
}
.tab-title-wrapper {
    border: 0;
    border-bottom: 2px solid #ccc;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: large;
    font-weight: 700;
    position: relative;
}
.tab-title-wrapper .icon-image {
    vertical-align: middle;
    position: absolute;
    right: 0;
}
.tab-title-wrapper .icon-image.icon-clear {
    position: relative;
    right: initial;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.tab-content-wrapper {
    padding-top: 20px;
}
.tab-content-wrapper.lock-by-location {
    overflow-y: auto;
    height: 400px;
}
.tab-content-wrapper-inner {
    width: 80%;
}
.device-imei-item {
    margin: 12px;
}
.device-imei-item a {
    padding: 12px;
    color: #fff;
    width: 100%;
    display: block;
    font-weight: 500;
}
.tab-btn {
    font-size: large;
}
.active-tab {
    color: #1F91F6;
    border: 0;
    border-bottom: 2px solid #1F91F6;
}
.tab-bar {
    padding: 20px;
}
.tab-title {
    padding-left: 20px;
    padding-right: 20px;
}
.current-selection-title {
    font-size: small;
    font-weight: 400;
}
.tab-bottom-action-bar {
    padding-top: 40px;
    padding-bottom: 80px;
}
.tab-bottom-action-bar section {
    width: 99%;
}
.info-tooltip-trigger {
    background-image: url(../images/outline-info-24px.svg);
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.expand-arrow {
    background-image: url(../images/baseline-expand_more-24px.svg);
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
#user-settings-popover-wrapper {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    color: #000;
    margin-top: 10px;
    padding: 0;
    background-color: #e0e4eb;
}
.popover-item:not(:last-child) {
    border-bottom: 2px solid #ccc;
}
.popover-item {
    padding: 10px 20px;
    background-color: #e0e4eb;
}
.popover-item:hover {
    background-color: #D8DCE3;
}
.diagnostics .device-info-wrapper-inner-pair {
    min-height: 50px;
}
.no-devices-ti-user-wrapper {
    height: 70px;
    text-align: center;
    padding-top: 35px;
}


md-radio-button {
    outline: none;
}
md-input-container.md-block.lock-date-block-wrapper {
    display: inline-block;
}
#lock-date-picker {
    max-width: 150px;
}
md-input-container.md-default-theme.md-input-invalid .md-input, md-input-container.md-input-invalid .md-input {
    border-color: rgba(0,0,0,0.12);
}
md-input-container.md-default-theme.md-input-invalid .md-char-counter, md-input-container.md-input-invalid .md-char-counter, md-input-container.md-default-theme.md-input-invalid .md-input-message-animation, md-input-container.md-input-invalid .md-input-message-animation, md-input-container.md-default-theme.md-input-invalid label, md-input-container.md-input-invalid label {
    color: rgba(0,0,0,0.38);
}
md-select {
    margin-top: 0;
}

@media (max-height: 700px) {
    .device-imei-item {
        margin: 5px;
    }
    .device-imei-item a {
        padding: 5px;
    }
    .page-content.device-view {
        padding-bottom: 20px;
    }
    .tab-bar {
        padding: 10px;
    }
    .tab-data-wrapper.diagnostics, .tab-data-wrapper.locations {
        height: 450px;
    }
    .diagnostics .tab-content-wrapper {
        height: 350px;
        overflow-y: auto;
    }
    .map-wrapper {
        height: 350px;
    }
    .top-bar {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .tab-content-wrapper {
        padding-top: 10px;
        padding-left: 20px;
    }
}
@media (max-width: 1400px) {
    .tab-data-wrapper.lock-by {
        width: 29%;
        height: 400px;
        margin-left: 15px;
    }
    .tab-content-wrapper.lock-by-location {
        height: 300px;
    }
    .tab-bottom-action-bar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tab-title-wrapper {
        padding-left: 0px;
        padding-bottom: 10px;
    }
    .tab-title-wrapper .icon-image {
        right: -5px;
    }
}
@media (max-width: 1300px) {
    .tab-title-wrapper {
        padding-left: 10px;
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    
    ::-webkit-scrollbar:vertical {
        width: 12px;
    }
    
    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }
    
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    
    ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #ffffff; 
    }
}
@media (max-width: 900px) {
    .tab-outer-wrapper {
        display: flex;
        flex-flow: column;
    }
    .tab-data-wrapper.lock-by, .tab-data-wrapper.device-view {
        width: 70%;
        height: 400px;
        margin-left: 40px;
        margin-bottom: 20px;
    }
    .device-info-scrollable-wrapper.map-wrapper {
        max-height: 400px;
    }
    .map-wrapper {
        height: 400px;
    }
}