.ui-autocomplete-input {width: 100%}

#jsAddGraphs { display: none;}

.base-layout #sidebar-shortcuts-large {
    display: none;
}
.base-layout .sidebar-shortcuts .select-installation {
    margin: 0px;
}
.base-layout #breadcrumbs {
    position: fixed;
    top: 45px;
    z-index: 1028;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1380px) {
    .flyout .tab-content > div[id^="period-"] > .row > .col-sm-2:first-child {
        width: 100% !important;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .flyout .tab-content > div[id^="period-"] > .row > div:nth-child(4) {
        width: 41.6666%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1380px) {
    .flyout .axis-scales.tab-content > .row > div:first-child,
    .flyout .axis-scales.tab-content > .row > div:last-child {
        clear: both;
        width: 100%;
        text-align: left !important;
        margin-top: 10px;
    }

    .flyout .axis-scaling-row {
        clear: both;
        width: 100%;
    }
    .flyout .axis-scaling-row .axis-scaling-title {
        clear: both;
        width: 20% !important;
        float: left;
    }
    .flyout .axis-scaling-row .axis-scaling-from {
        width: 30% !important;
        float: left;
    }
    .flyout .axis-scaling-row .axis-scaling-to {
        width: 30% !important;
        float: left;
    }
    .flyout .axis-scaling-row .axis-scaling-reset {
        width: 10% !important;
        float: right;
        text-align: right;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .flyout .tab-content > div[id^="period-"] > .row > .col-sm-2:first-child {
        width: 100% !important;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .flyout .tab-content > div[id^="period-"] > .row > div:nth-child(2),
    .flyout .tab-content > div[id^="period-"] > .row > div:nth-child(3) {
        width: 26%;
    }
    .flyout .tab-content > div[id^="period-"] > .row > div:nth-child(4) {
        width: 44%;
    }
    .flyout .tab-content > #period-month > .row > div:nth-child(2),
    .flyout .tab-content > #period-month > .row > div:nth-child(3) {
        width: 28%;
    }
    .flyout .tab-content > #period-month > .row > div:nth-child(4) {
        width: 40%;
    }
    .flyout .tab-content > div[id^="period-"] > .row > div:last-child {
        clear: both;
        width: 100%;
        text-align: left !important;
        margin-top: 10px;
    }

}
@media only screen and (max-width: 1199px) {
    .buttonWrapper {
        margin-left: 10px;
        margin-bottom: 5px !important;
        margin-right: 10px !important;
    }
    div.applyNormalizationWrapper.pull-right {
        margin-bottom: 5px !important;
    }
    span.applyNormalizationWrapper {
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 991px) {
    .diagramTitle > .row:first-child > .col-sm-6 {
        width: 100%;
        clear: both;
        text-align: left !important;
    }
    .page-header > div.col-md-5 {
        width: 100%;
        text-align: left !important;
        overflow: hidden;

    }
    .page-header > div.col-md-5 .pull-right {
        text-align: left !important;
        margin-left: 0px !important;
        float: left !important;
        margin-right: 10px;
    }
    .diagramTitle > .row:first-child > .col-sm-6 .select,
    .diagramTitle > .row:first-child > .col-sm-6 .checkbox {
        margin-bottom: 5px !important;
    }
    #showTableWithMeasurementsOuterWrapper {
        margin-top: 15px;
    }
    #showTableWithMeasurementsWrapper {
        margin-bottom: 15px;
    }
    .page-content {
        padding-top: 0 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header > div.col-md-5 {
        width: 100%;
        overflow: hidden;
    }
    .page-header > div.col-md-5 .pull-right {
        margin-top: 5px;
    }
    .diagram-filter-wrapper-wide > div:first-child {
        width: 33.33333%;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .diagram-filter-wrapper-wide > div:nth-child(2) {
        width: 66.66666%;
        float: right;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .diagram-filter-wrapper-wide > div:last-child {
        width: 100%;
        clear: both;
        text-align: left !important;
    }
}
@media only screen and (max-width: 767px) {
    .diagram-filter-wrapper-wide > div {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
        text-align: left !important;
        overflow: hidden;
    }
    .choose-period > div {
        margin-left: 0 !important;
        margin-right: 10px;
        margin-bottom: 5px;
    }
    .flyout-trigger.hidden-xs {
        display: block !important;
        margin-right: 15px !important;
    }
    .diagramTitle > .hidden-xs {
        display: block !important;
    }

    /* */
    .flyout .tab-content > .tab-pane > .row > div[class^="col-"],
    .flyout .tab-content > .row > div[class^="col-"] {
        margin-bottom: 10px;
        text-align: left !important;
        clear: both;
        overflow: hidden;
    }
    .flyout .tab-content h4 {
        overflow: hidden;
        padding-bottom: 5px;
    }
    .axis-scaling-row [class^="axis-scaling-"] {
        clear: both;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .axis-scaling-row,
    .axis-scaling-row .axis-scaling-title {
        width: 100% !important;
    }
    .axis-scaling-row .axis-scaling-title {
        margin-bottom: 10px;
    }
    .axis-scaling-row .axis-scaling-reset {
        margin-top: 5px;
    }
    .axis-scaling-row .axis-scaling-from {
        clear: both;
        width: 50%;
        float: left;
    }
    .axis-scaling-row .axis-scaling-to {
        clear: none;
        width: 50%;
        float: right;
    }
}

/* Navigation Breadcrumb */
@media only screen and (max-width: 680px) {
	#breadcrumbs {
		height: auto;
		text-align: center;
	}
}
@media only screen and (max-width: 479px) {
	.navbar-header.pull-left {
		height: 44px;
	}
	#breadcrumbs {
		top: 90px !important;
	}
}

@media only screen and (max-width: 400px) {
	#breadcrumbs ul li i {
		display: none;
	}
}

.breadcrumbs ul {
	margin-left: 0;
}


	
.charts-v2-sf .page-content > .page-header {
    display: none;
}
.force-desktop-view {
	padding-top: 15px; 
}
.dropdown-toggle span small {
	display: none !important;
}

.user-info {
    top: 15px;
}

/* Phone view "table" */

.list-phone {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
}
.list-phone-head {
    background: #f2f2f2 linear-gradient(#f8f8f8 0px, #ececec 100%) repeat-x scroll 0 0;
    border-bottom: 2px solid #ddd;
    color: #707070;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    padding: 8px;
}
.list-phone .list-phone-row {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.list-phone .list-phone-row-odd {
    background-color: #f9f9f9;
}
.list-phone .list-phone-subrow, .list-phone .list-phone-subrow-two .odd, .list-phone .list-phone-subrow-two .even {
    clear: both;
    display: block;
    overflow: hidden;
}
.list-phone .list-phone-row-odd .list-phone-subrow-two .odd {
    background: white none repeat scroll 0 0;
}
.list-phone .list-phone-row-odd .list-phone-subrow-two .even {
    background: #f9f9f9 none repeat scroll 0 0;
}
.list-phone .list-phone-row-even .list-phone-subrow-two .odd {
    background: #f9f9f9 none repeat scroll 0 0;
}
.list-phone .list-phone-row-even .list-phone-subrow-two .even {
    background: white none repeat scroll 0 0;
}
.list-phone .list-phone-subrow-two .odd, .list-phone .list-phone-subrow-two .even {
}
.list-phone .list-phone-subrow-two .pseudoLabel, .list-phone .list-phone-subrow-two .item {
    padding: 8px;
    width: 50%;
}
.list-phone .list-phone-subrow-two .list-phone-action-buttons {
    padding: 8px;
}
.list-phone .list-phone-subrow-two .pseudoLabel {
    color: #999;
    float: left;
}
.list-phone .list-phone-subrow-two .item {
    float: right;
}
.list-phone .list-phone-subrow-two table {
    margin-bottom: 10px;
}
.list-phone .list-phone-accordion-state {
    text-align: right;
}
.list-phone .list-visible-phone-id, .list-phone .list-visible-phone-title, .list-phone .list-visible-phone-subtitle, .list-phone .list-visible-phone-accordion-state {
    padding: 8px;
}
.list-phone .list-visible-phone-title {
    padding-bottom: 4px;
}
.list-phone .list-visible-phone-subtitle {
    color: #999;
    padding-top: 0;
}
.list-phone .list-visible-phone-accordion-state {
    padding-left: 0;
}

.list-phone .list-entity-phone-field {
    padding: 8px;
}

/* Portal (listInstallations) */
.installtionListPhone .installtionListPhoneSubrow2 div.site-comment .pseudoLabel {
	width: 35%;
}
.installtionListPhone .installtionListPhoneSubrow2 div.site-comment .item {
	width: 65%;
}
#installationTable td .issues-container {
	padding-right: 25px;
}
#installationTable td .notes-container {
	padding: 0px 50px 0 0;
	font-size: 18px;
	cursor: default;
}

.legendWrapper div[class*="col-"] div .ace-icon {
    font-size: 16px;
    height: 18px;
    padding-top: 2px;
    width: 18px;
}

@media only screen and (max-width: 1280px) {
	#installationTable td .notes-container {
		padding: 0px 10px 0 0;
	}
}

/* date picker popups chart view */
@media only screen and (max-width: 991px) {
	ul.dropdown-menu-left {
		position:relative;
	}
}


@media only screen and (max-width: 480px) {
	.pika-single {
		left: 25px !important;
	}
	#sidebar {
		height: 303px;
	}
}
/* installation info Preview image */ 
@media only screen and (max-width: 991px) {
	div.preview-image img {
		width: 100%;
		height: auto;	
	}
}
/* compare components */
label[for=dit_gantner_inventorybundle_searchcomparecomponent_parameterName] {
	 word-break: break-all;
}

/* Tablesorter */
.tablesorter th,
.tablesorter.table > thead > tr > th {
	padding: 8px 20px 8px 8px;
}
.table_with_sorting th,
.table_with_sorting.table > thead > tr > th {
    padding: 8px 20px 8px 8px;
}

/* move arrow icons to right hand side of label */
.dataTable > thead > tr > th[class*="sort"]::after {
    margin-right: -14px;
}

/* unit and info button form */
.form-unit{display:inline-block;color:#999;width:60px}
.example-content-wrapper p{margin:0;padding:7px 0 0 0;font-style:italic;color:#bbb}
.info-button-wrapper {cursor:default;}
.info-button-wrapper a:focus {outline:0;}
.info-button-wrapper i{display:inline-block;padding-top:7px;font-size:20px;color:#aaa}
.popover{width:250px}


