/* from css/roboto.css */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900);

html, body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:1.42857143;
	text-align:left;
}

.callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.callout h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.callout p:last-child {
	margin-bottom: 0;
}
.callout code {
	border-radius: 3px;
}
.callout+.callout {
	margin-top: -5px;
}
.callout-default {
	border-left-color: #777;
}
.callout-default h4 {
	color: #777;
}
.callout-primary {
	border-left-color: #428bca;
}
.callout-primary h4 {
	color: #428bca;
}
.callout-success {
	border-left-color: #5cb85c;
}
.callout-success h4 {
	color: #5cb85c;
}
.callout-danger {
	border-left-color: #d9534f;
}
.callout-danger h4 {
	color: #d9534f;
}
.callout-warning {
	border-left-color: #f0ad4e;
}
.callout-warning h4 {
	color: #f0ad4e;
}
.callout-info {
	border-left-color: #5bc0de;
}
.callout-info h4 {
	color: #5bc0de;
}
.code-wrapper {
	background:#fafafa;
	border:1px solid #ccc;
	border-radius:4px;
	padding:10px;
	overflow-x:scroll;
}
code {
	background:none;
	border-radius:0;
	font-size:13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

a, a:visited, a:active {
	text-decoration:underline
}

nav a, nav a:visited, nav a:active {
	text-decoration:none
}


.btn-full-width {
    width:100%;
    text-align:center;
    padding:10px;
}

.btn-xxl {
	font-size:1.8em;
}

.icon-link {
	padding-left:20px;
	position:relative;
}
.icon-link .glyphicon, .icon-link .custom-icon {
	position:absolute;
	top:2px;
	left:0px;
}

.full-width {
	width: 100%;
}

.request-modal-caption {
	font-weight: bold;
	font-size: 1.0em;
}

.icon-link.is-clickable {
	cursor: pointer;
}

#breadcrumb ul {
    padding:0;
    margin:0;
    list-style:none;
}
#breadcrumb ul li {
    padding:0;
    margin:0;
    list-style:none;
    display:inline-block;
    margin-right: 5px;
    
}
#breadcrumb ul li span,
#breadcrumb ul li a {
    
}
#breadcrumb ul li.you-are-here {
    margin-right: 5px;
    color: #666;
    
}
#breadcrumb ul li::after {
    margin-left:5px;
    display:inline-block;
    content: "\00BB";
}
#breadcrumb ul li.you-are-here::after, #breadcrumb ul li:last-child::after{
    content:"";
    margin:0;
}
.navbar-brand {
    font-family:"Arial Black", Gadget, Arial, sans-serif;
    font-weight: 900;
    font-size:1.3em;
}
.navbar-brand .mis-logo-m {
    color:#3975e5;
}
.navbar-brand .mis-logo-is {
    color:#666;
}

.validation-invalid {

    color: #f00;
}
.validation-invalid input, .validation-invalid select {
    border-color: #f00;    
}

.global-announcement-link {
    border:2px solid #f00;
    padding:3px;
    color:#f00 !important;
    font-weight:900;
    font-size:1.2em;
    position:absolute;
    width:200px;
    text-align:center;
    left:calc(50% - 100px);
    top:8px;
    text-decoration:underline;
}
.global-announcement-link:hover,.global-announcement-link:active,.global-announcement-link:active:hover {
    text-decoration:none;
}

#locationField, #controls {
	position: relative;
	width: 480px;
}
#autocomplete {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 99%;
}
.label {
	text-align: right;
	font-weight: bold;
	width: 100px;
	color: #303030;
	font-family: "Roboto";
}
#address {
	border: 1px solid #000090;
	background-color: #f0f9ff;
	width: 480px;
	padding-right: 2px;
}
#address td {
	font-size: 10pt;
}
.field {
	width: 99%;
}
.slimField {
	width: 80px;
}
.wideField {
	width: 200px;
}
#locationField {
	height: 20px;
	margin-bottom: 2px;
}
.pac-container {
	background-color: #fff;
	position: absolute!important;
	z-index: 1000;
	border-radius: 2px;
	border-top: 1px solid #d9d9d9;
	font-family: inherit;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden
}

.pac-logo:after {
	content: "";
	padding: 1px 1px 1px 0;
	height: 16px;
	text-align: right;
	display: block;
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 120px 14px
}
.hdpi.pac-logo:after {
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png)
}
.pac-item {
	cursor: default;
	padding: 0 4px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
	text-align: left;
	border-top: 1px solid #e6e6e6;
	font-size: 11px;
	color: #999
}
.pac-item:hover {
	background-color: #fafafa
}
.pac-item-selected,
.pac-item-selected:hover {
	background-color: #ebf2fe
}
.pac-matched {
	font-weight: 700
}
.pac-item-query {
	font-size: 13px;
	padding-right: 3px;
	color: #000
}
.pac-icon {
	width: 15px;
	height: 20px;
	margin-right: 7px;
	margin-top: 6px;
	display: inline-block;
	vertical-align: top;
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
	background-size: 34px
}
.hdpi .pac-icon {
	background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}
.pac-icon-search {
	background-position: -1px -1px
}
.pac-item-selected .pac-icon-search {
	background-position: -18px -1px
}
.pac-icon-marker {
	background-position: -1px -161px
}
.pac-item-selected .pac-icon-marker {
	background-position: -18px -161px
}
.pac-placeholder {
	color: gray
}

.montagepartner-details {
	display: none;
}
.will-be-deleted {
    text-decoration: line-through !important;
    color:#f00 !important;
}

.montagepartner-use-link-wrapper .glyphicon-ok {
	color: green;
	display: none;
	margin-left: 2px;
}

.montagepartner-use-link-wrapper .glyphicon-remove {
	color: #f00;
	cursor: pointer;
	display: none;
	margin-left: 2px;
}

.process-step-container {
	text-align: center;
	margin: 2rem 0rem;
	float: left;
}

.process-step {
	border-radius: 50%;
	border: 1px solid #ccc;
	padding: 8px;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: bottom;
	display: inline-block;
	line-height: 36px;
	font-size: 1.5rem;
	color: #ccc;
	background-color: rgb(241, 241, 241, 1);
}

.process-step.active {
	color: white;
	background-color: rgb(45, 183, 0, 1);
}

.line {
	background: rgba(0, 0, 0, 0.3);
	width: 98%;
	height: 2px;
	position: absolute;
	top: 60px;
}
.forwarding-link {
	text-decoration: none;
	color: black;
}
#dva_permission_modal input{
	width:100%;
}
#dva_permission span{
	font-size:17px;
}
#dva_permission span:hover{
	color:black;
}

.font-weight-300{
	font-weight: 300;
}

.font-size-38{
	font-size: 2.375rem;
}