﻿body {
    /*background-color:#EDECEC;*/
}

.hodogram-autocomplete li {
    height:auto!important;
}

.hodogram-autocomplete .item-title,
.hodogram-autocomplete .item-metastat,
.hodogram-autocomplete .item-metadata {
    display:block;
}
.highlight {
    font-weight:700;
    color:black!important;
}
/* lista active color*/
md-list-item.active {
    background-color:#3F51B5;
}

md-list-item.active .material-icons,
md-list-item.active p,
md-list-item.active h4 {
    color:white!important;
}

.floating-label{
    /*transform: translate3d(0,6px,0) scale(.75);*/
        color: rgba(0,0,0,0.54);
        font-size:12px;
}

.default-padding {
    padding:15px;
}

.clickable {
    cursor:pointer;
}

.left {
    float:left;
}

.right {
    float:right;
}

.abs-right {
    position:absolute!important;
    top:-15px;
    right:0;
}

.no-margin-bottom {
    margin-bottom:0;
}

/* main logo */
.main-logo {
    margin:40px 0;
}

/* responsive image*/
.img-responsive {
    max-width:100% !important;
}

.img-responsive-half {
    max-width:45% !important;
    display:inline-block;
}

/* md button padding */
.md-button {
    padding:0 6px!important;
}
.map{
    height:450px;
}
    .map.big {
        height:700px;
    }
/* icon colors*/

.red.material-icons {
    color:red;
}
.green.material-icons {
    color:green;
}

/* reader item */
/*.reader-item {
    float:left;
    width:33%;
}*/
.msg-input {
    margin:0 !important;
}

.fullheight {
    height:100%!important;
}
.scroll {
    height:1px!important;
    max-height:100% !important;
    overflow-y:auto !important;
}
/* mesasges*/
.msg-item {
    padding:5px;
}

.fixed-top {
    position:fixed;
    top:0;
}
.poruke td {
    padding:10px!important;
}
.no-errors .md-errors-spacer{
    display:none;
}

/* md data table column padding */
th.md-column{
    padding-right:20px!important;
}

/* last active row */
table.md-table tbody.md-body > tr.md-row.lastopen {
  background-color: #eeeeee !important;
}

/* print view */
.print-view {
    max-width:900px;
    margin:auto;
}
.print-view .main-logo {
    margin:0;
}
.center {
    text-align:center;
}
.print-view .checkbox-padding {
    padding-top:20px;
    padding-right:30px;
}
.print-view md-input-container {
    margin-bottom:0 !important;
}
.print-view .layout-padding {
    padding-top:0;
    padding-bottom:0;
}
.print-view fieldset {
    margin-bottom:10px;
}
/* error text*/
.error-text,
.red-text {
    color:red;
}

/* filters */
.filters md-datepicker {
    padding-right:0;
    margin-right:10px;
}
.filters md-datepicker .md-datepicker-input-container {
    margin-left:0;
}
.filters md-datepicker .md-datepicker-input {
    min-width:0;
}

.filters md-datepicker .md-button.md-icon-button {
    margin:0;
}

/* tooltip multiline and font size */
md-tooltip ._md-content {
    height: auto!important;
    font-size:12px;
    padding:5px;
}
/* red label */
.red-label {
    display: inline-block;
    background-color: #E42939;
    color:white;
    padding:1px 6px;
    border-radius:20px;
    position:absolute;
    top:1px;
    right:1px;
    font-size:12px;
    line-height:1.5;
}
.icon-margin {
    margin:3px;
}
.msg-button {
    /*padding-right:10px !important;*/
}
.message-item {
    margin-bottom:20px;
}
    .message-item .text-wrap {
        background-color: #7687e6;
        color: white !important;
        margin: 5px;
        padding: 10px;
        border-radius: 10px;
        display: inline-block;
        width: auto !important;
    }
    .message-item.admin .text-wrap {
        background-color: #3F51B5;
    }
    .message-item md-icon {
        font-size: 48px;
        margin-left: 20px;
        margin-top: 0 !important;
        margin-bottom: auto !important;
    }
    .message-item.admin md-icon {
        margin-left:70%;
    }
.hide-validation-error .md-errors-spacer {
    display: none;
}
.lastSyncTime {
    font-size:14px;
}
.active .lastSyncTime {
    color:white;
}
/* readers */
.readers-column .md-list-item-text {
    line-height:1.4;
}