/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
.OMSZEventMap {
	text-align: center;
	height: 100px;
}

	.OMSZEventMap .OMSZEventMapLoading {
		position: relative;
		top: 40px;
		text-align: center;
	}

    .OMSZEventMap .back {
        float:right;
    }

    .OMSZEventMap .innerContainer {

    }

    .OMSZEventMap img {
        opacity: 0;
    }

    .OMSZEventMap svg polygon {
        stroke: #555;
        stroke-width: 1;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-opacity: 1;
    }
        .OMSZEventMap svg polygon:last-child,
        .OMSZEventMap svg polygon:last-child:hover,
        .OMSZEventMap svg polygon:last-child:focus {
            stroke-width: 0;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-opacity: 0;
            fill: none !important;
            fill-opacity: 0;
        }

    .OMSZEventMap .hover {
        stroke: #555;
        stroke-width: 1;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-opacity: 0.25;
        fill: #aaa !important;
        fill-opacity: 1;
    }

    .OMSZEventMap a,
    .OMSZEventMap a:link {
        margin-top: 15px;
        color: #fff !important;
    }

.OMSZEventMap .OMSZEventMapMessages {
    /*cursor: pointer;*/
}

    .OMSZEventMap .OMSZEventMapMessages .alert {
        position: relative;
        margin: 15px 0 15px 0;
        /*cursor: pointer;*/
        background: #fff;
        border-left: 5px solid #880015;
        box-shadow: 1px 1px 7px 1px #aaa;
    }

        .OMSZEventMap .OMSZEventMapMessages .alert:hover {
            border-left: 5px solid #bb3348;
        }

    .OMSZEventMap .OMSZEventMapMessages a:link {
        text-decoration: none;
    }

    .OMSZEventMap .OMSZEventMapMessages a:hover * {
        opacity: 0.9;
    }

    .OMSZEventMap .OMSZEventMapMessages .level {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .OMSZEventMap .OMSZEventMapMessages .content {
        padding-left: 15px;
        width: 100%;
    }

    .OMSZEventMap .OMSZEventMapMessages .date {
        text-align: left;
        font-weight: bold;
    }

    .OMSZEventMap .OMSZEventMapMessages .county {
        text-align: left;
        font-weight: bold;
    }

    .OMSZEventMap .OMSZEventMapMessages .category {
        text-align: left;
        margin-top: 5px;
    }

    .OMSZEventMap .OMSZEventMapMessages .descript {
        text-align: left;
        margin-top: 5px;
    }

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}
