﻿/* 
	author: istockphp.com
*/
#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 10%;
    width: 800px;
    z-index: 99999;
}
div.loader {
    background: url("../podiatryburs/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("../podiatryburs/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 47px;
    left: 27px;
    position: relative;
    width: 40px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}

.amtextbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #e7e8e8;
	border: 0px solid #FFFFFF;
	border-radius: 15px;
	height:40px;
	width:300px;	
}

.amsubmitbtn{
background: rgb(252,253,253); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ViZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(252,253,253,1) 0%, rgba(235,236,236,1) 50%, rgba(231,232,232,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,253,253,1)), color-stop(50%,rgba(235,236,236,1)), color-stop(100%,rgba(231,232,232,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(235,236,236,1) 50%,rgba(231,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(235,236,236,1) 50%,rgba(231,232,232,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,253,253,1) 0%,rgba(235,236,236,1) 50%,rgba(231,232,232,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,253,253,1) 0%,rgba(235,236,236,1) 50%,rgba(231,232,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdfd', endColorstr='#e7e8e8',GradientType=0 ); /* IE6-8 */
border-radius: 6px;
text-align:center;
cursor:pointer;
border:1px solid #5695c4;
width:202px;
padding:10px;}


.safe-container .safe-header ul.list-inline
{
	margin-top:20px;
	}
.safe-container .safe-header .top-menu
{
	font-size:16px;
	
	}
.safe-container .safe-header .top-menu a
{
	text-decoration:underline;
	}	
.social-icon .list-inline li
{
	padding:5px;
	}	
.social-icon .list-inline img
{
	width:25px;
	max-width:100%;
	}	

@media screen and (min-width: 768px) and (max-width: 1000px) 
{
	.safe-container .body-cont .top-row .left-div
	{
		width:calc(100% - 300px);
		}
	.safe-container .body-cont .top-row .right-div
	{
		width:300px;
		}
	
}	
@media screen and (max-width: 1199px)
{
	.safe-container
	{
		width:98%;
		}
		
	}	
/* media queries*/	
@media screen and (min-width: 1200px)
{
	.safe-container
	{
		width: 1170px;
		}
		
	}
	
