.top-banner{width:1022px;height:90px;margin:2px auto 6px auto;}
.sidebar-img{margin:10px 0 10px 0;text-align:center}

/* ///// UPDATE PROGRESS MODAL /////////// */
  .spinner
{
    display:none;
    position: fixed;
    z-index: 100002 !important;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    min-height: 100%; width: 100%;
}

.spinner-center
{
    z-index: 1000;
    width:80px !important;
    height:60px !important;
    margin: 300px auto;
    padding: 10px;
    width: 50px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    text-align:center;
}

.spinner-img
{
    display:block;
    margin:auto !important;
    height: 40px;
    width: 40px;
}



/* MEDIA QUERIES */
@media screen and (max-width:767px) {
	.notOnMobile{ display:none !important}
    .notOnStandard {display: block !important; }
    .standardOnly { display:none !important; }
	.brand {float:left; display:block;}
   
}
@media screen and (min-width:768px) {
    .onlyOnMobile{display:none !important}
    .notOnStandard {display: none !important; }
    .standardOnly { display:block; }
	
	.navbar-brand{height:100%; display:none;}
    ul.nav li.dropdown:hover ul.dropdown-menu {
        display: block;
	}
	
}

/*Login Form*/
.container.login-form form{
	padding: 10px 20px 20px 20px;
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
}

.container.login-form form button.btn{
	font-size:14px;
	width:100%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius:2px;
}

.validation-summary-errors{
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
    color: #a94442;
    background-color: #f2dede;
    text-align: center;
    border-radius: 2px;
}

.validation-summary-errors ul,
.validation-summary-errors ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}

/*Downloads*/
.doc-list{
	margin-top:20px;
}

.log-out-panel{
	
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:10px;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.3);
	
}

.log-out-panel p, 
.log-out-panel form{
	display: inline;
}

.log-out-panel form{
	display: inline;
    float: right;
}

.log-out-panel + p,
.log-out-panel + p + p{
display:none;}

.log-out-panel p{
    color: #27475d;
    position: relative;
    top: 6px;
    font-weight: bold;
    padding-left: 10px;
}

.log-out-panel button.btn-warning{
	overflow: hidden;
    width: 32px;
    transition: all 0.3s;
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
		
.log-out-panel button i{
	margin-right:1px;
}

.log-out-panel button.btn-warning:hover{
	width: 90px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

}

/*Hirer Awards******************/

.award-entry{
	width: 724px;
	max-width:100%;
    margin: auto;
    border: 10px solid #FFF;
    border-radius: 2px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
	margin-bottom:20px;
}

.award-entry img{
	margin-bottom:10px;
}

.award-entry-caption{
	font-size:12px;
}

/*Video***************/

.ehs-video-wrapper {
    display: inline-block;
    border: none;
    background-color: #FFF;	
	overflow:hidden;
}
	

video.ehs-video{
	width:101%;
	height:auto;
			
}


iframe.registration{
	height:1600px;
}

.container.hm_desktop{
	width:100%;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
