/*
 * Inspired by the CBC maps project from February, 2012.
 * http://www.cbc.ca/news/interactives/travel-warnings/
 * Created 2012-11-14
 */


/* Print Styles go here */
@media print
{
    p.noprint {display:none;}
    h3.noprint {display:none;}
    h3.print {display:block;}
	div.noprint {display:none;}
	.noprint {display:none;}
	div.print {display:block;}
    div.span-2 {margin-left:100px;}
}



@media screen and (max-width:767px), screen and (max-device-width:767px){
    div.span-2 {margin-left:10px;}
	div .nomediaprint2 {display:none!important;}
} 


/* Universal browser styles here (desktop and mobile) */
@media screen {

/* also for IE7 compatibility, which doesn't recognize media queries */

.ie7 #legend, .ie7 .caa-top-nav {
	display: none;
}

.caa-destinations-title {
	margin-top: 5px;
}

#map_canvas {  height: 470px; }

.divTravelReportPicker select {
	width: 77%;
	margin: 5px 0 5px 5px;
}
.divTravelReportPicker input[type=button] {
    margin: 2px 0 6px;
}
#map_canvas .office-info {
	width: 320px;
	line-height: 1.1em;
}

#map_canvas .office-info h3 {
    line-height: 1.1em;
    margin: 0 0 6px;
    padding: 0 !important;
}
#map_canvas .office-info a {
	text-decoration: none;
	color: #295376 !important;
}
#map_canvas .office-info a:hover {
	text-decoration: underline;
}
#map_canvas .office-info p {
	margin: 0;
}
#map_canvas .office-info .ha-label {
	margin: 4px 0 0;
	font-size: 85%;
	font-weight: bold;
}

#map_canvas .office-info a[href^='http:'] {
	background: transparent url('/vt/custom/images/images/website.gif') no-repeat 0 2px;
	padding-left: 19px;
	}
	
#map_canvas .office-info .ha-has-passport {
		background: transparent url('/vt/custom/images/book.png') no-repeat 0 2px;
		padding-left: 19px;
	}

p.map_disclaimer {
	
}
.visContainer {
	position: relative;
}

.button-small {padding: 4px 9px; margin-bottom: 4px; }


.longlink {
       white-space: pre;
       white-space: pre-wrap;
       white-space: pre-line;
       white-space: -pre-wrap;
       white-space: -o-pre-wrap;
       white-space: -moz-pre-wrap;
       white-space: -hp-pre-wrap;
       word-wrap: break-word;
	   display: inline;
}

.customlist p {
    margin-left: 10px;
    margin-bottom: 1px!important;
    margin-top: 1px!important;
} 

.caa-destinations-title {
	display: none;
}

div.caa-flag {
	display: none;
}

div.caa-item {
	clear: both;
}

div.caa-item  h3, #wb-main-in div.caa-item  div.span-3 {
	margin-bottom: 0;
}
#wb-main-in div.caa-item  div.span-4 p:first-child {
	margin-top: 5px;
}
.button-group {
 display: inline-block;
 margin-top: 7px; 
 margin-bottom: -20px;
}

.indentTitle {
	left: 10px;
}

}



