.st0 {
	fill: #FFFFFF;
	stroke: #000000;
}

.st1 {
	fill: none;
	stroke: #4a4a4a;
}

.st2 {
	fill: none;
	stroke: #4a4a4a;
	stroke-width: 0.75;
}

.st3 {
	fill: none;
	stroke: #4a4a4a;
	stroke-width: 0.5;
}

.st4 {
	fill: #FFFFFF;
	stroke: #B7B7B7;
	stroke-dasharray: 1;
}

.st5 {
	font-family: 'Arial';
}

.st6 {
	font-size: 7px;
}

.st7 {
	fill: none;
	stroke: #B7B7B7;
	stroke-dasharray: 1;
}

.digram-box {
	width: 100%;
	height: auto;
}

svg>a {
	cursor: pointer;
}

svg>a .st0 {
	fill: #ffffff;
}


.maptext {
	font-family: 'MyriadPro-Regular';
	font-size: 6;
}

#tooltip {
	width: auto;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 7px;
}

#tooltip::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent black transparent transparent;
}

.textcl {
	display: none;
}

.wrapper {
    padding-top: 0px!important;
    display: block;
}

.menu-container {
    height: 70px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px
}

.menu-container .menu-col {
    width: 50%;
    height: 70px;
    float:left;
}

.menu-container .padding {
    padding-top: 0px;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.menu-container .menu-col .logo {
    width: 50px;
    height: 50px;
    padding-bottom: 0px;
}

.menu-container .menu-col h3 {
    margin: 0;
    padding-left: 15px;
    font-weight: 100;
    font-family: unset;
    font-size: 20px;
}

.menu-container .menu-col button {
    float: right;
    padding: 0;
    border: none;
    display: inline-flex;
    height: 45px;
    width: 135px;
    align-items: center;
    background: #07a9e1;
    cursor: pointer;
    position: relative;
    padding-left: 23px;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 400;
    margin-right: 15px;
    margin-top: 12px;
    border-radius: 50px;
}

.menu-container .menu-col button:hover,
.menu-container .menu-col button:active,
.menu-container .menu-col button:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus{
    background: #0198cd;
}

.modal-footer .btn {
    border-radius: 50px;
    height: 45px;
}

.btn-warning {
    background: #07a9e1;
}

.damageItems {
    display: none;
}

.select2 {
    min-width:100%!important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}

label {
    font-weight: 100;
}

.errorLb {
    color: #d9534f;
}