 /*Provider Page*/
.providerpanel fieldset, .servicedetail fieldset {
	margin-top:1.2em!important;
	padding-top:0em!important;
}
.providerpanel legend, .servicedetail legend {
	margin-bottom:.8em!important;
}
.providerlogo {
	margin-bottom: 0em;
	margin-top: 0em;
}
.paragraph p 
{
    margin-bottom:1em;
}
#map_canvas {
	height: 600px;
	width: 100%;
	border: 1px solid #ccc;
}
.servicepanel {
    display:table;
    width:100%;
    table-layout:auto;
}
.servicepanel > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding:5px
}

/*Login / Favourites overlay*/
#FolderDropDownList {
    width: 300px;
}

#SaveResourcesContainer {
    position: relative;
    top: 0px;
    left: 0px;
}

#SaveResources, #LoginPanel {
    background-color: white;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    display: none;
    left: 31%;
    left:calc(50% - 300px);
    position: fixed;
    height: 370px;
    width:600px;
    top: 45%;
    top: calc(50% - 125px);
    z-index: 1200;
    overflow: hidden;
}
#LoginPanel ul.loginform {
    margin:0;
}
#SaveResources select {
    width:100%;
}
#savecheched, #newfolder  {
    position:absolute;
    top: 0px;
	height: 100%;
    width: 600px;
	box-sizing:border-box;
    z-index: 100;
}
#savechecked {
    left: 0px;
}
#newfolder {
    left: 100%;
}

#requestservice {
	margin-top: 1em;
	padding-top: 1.5em;
	background-color: #F2F2F2;
	padding-bottom: 1.5em;
	width: 96.5%;
	padding-left: 1%;
	border: 1px solid #ccc;
}

ul.modaltile {

    width:100%;
    background-color:#fff;
    padding:1rem;
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    min-height:200px;
  position:relative;
  border-radius:2px;
}
ul.modaltile .formlabel {
    margin:2rem 0;
}
.modalclose {
    display: inline-block;
    height: 30px;
    position: absolute;
    right: .8rem;
    top: .8rem;
    width: 30px;
    background-image: url(/_imgs/common/icon-close-window.png);
    background-repeat: no-repeat;
    text-overflow: clip;
    overflow: hidden;
    text-indent: -999px;
    z-index: 12;
}
.createnewfolder {
    padding-left:100px;
    background-image: url(/_imgs/common/icon-new-folder-add.png);
    background-position-y:bottom;
    background-repeat:no-repeat;
    height:100px;
    vertical-align:middle;
    display:table-cell;
}

.filterpanel {
    position: relative;
}