@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);


/* [General styles] */

h1, h2, h3 {
    color: #004283;
	padding-top: 4px;
	padding-bottom: 6px;
	line-height: 1.8;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 14px;
}

p {
	padding-top: 2px;
	padding-bottom: 6px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #004283;
	text-decoration: underline;
}

a.delete, a.delete:hover {
	color: #6c0101;
}

a.approve, a.approve:hover {
	color: #006938;
}

textarea {
	overflow: auto;
}

hr {
    background: url(../images/seperatorHorizontal.png);
    border: none;
	height: 8px;
    margin: 0 0 10px;
	width: 100%;
}

.vr {
    background: url(../images/seperatorVertical.png);
    border: none;
    float: left;
    height: 507px;
    margin: 20px 0;
    width: 8px;
}

ul {
	list-style: disc;
}

ul li {
	/*margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;*/
}


.cb {
	clear: both;
}

.redStar {
    color: #FF0000;
    font-size: 10px;
}

.select2{
	width: 100% !important;
}


/* [Error messages] */
.msg_info, .msg_success, .msg_warning, .msg_erreur {
    border: 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
    width: auto !important;
	margin: 0px 0px 10px 0px !important;
    padding: 15px 10px 15px 50px !important;
    background-repeat: no-repeat;
    background-position: 10px 5px;
	text-align:left;
}

.msg_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/messageBox/info.png');
}
.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/messageBox/success.png');
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/messageBox/warning.png');
}
.msg_erreur {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/messageBox/error.png');
}

.erreur_loc {
	color: #CC0000;
	font-size: 11px;
	font-style: italic;
	/*display: block;*/
}

/* [Autodatatable] */
.autodatatableLight td {
	padding: 5px;
    vertical-align: top;
}

.autodatatableLight td.label {
    vertical-align: top;
    padding-top: 10px;
}

.autodatatable {
	/*border: 1px solid #c09010;
	color: #5d5d5b;*/
}

.autodatatable th {
    /*color: #0f4d98;
	font-size: 13px;
	border-bottom: 1px solid #fdc11e;
	background-color: #fdc11e;
	padding: 5px;
	padding-right: 15px;
	text-align: left;*/

    text-transform: uppercase;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #e5eced;
    margin: 0px 0px 20px 0px;
    min-width: 100px;
}

.autodatatable th a {
    color: #004553 !important;

}

.autodatatable th a:hover{
    color: #004553 !important;
    text-decoration: none !important;
}

.autodatatable.rowHighlight tr:hover td {
	background-color: #dbe8ec;
}

.autodatatable td {
    padding: 20px 0px;
    text-align: left;
    color: #57585b !important;

}

.autodatatable td a{
    color: #57585b !important;
    margin: 0px 20px 0px 0px;
    float: left;
}

.autodatatable td i{
    float: left;
    margin-right: 10px;
}

.autodatatable td a:hover{
    color: #57585b !important;
    text-decoration: none;
}

.autodatatable .row1 td,
.autodatatable .odd td {
	background-color: #fff;
}

.autodatatable .row2 td,
.autodatatable .even td {
	background-color: #fff;
}

table input[type=text] {
	margin-top: 4px;
	margin-bottom: 4px;
}

.autodatatable .adt-ctrl {
    list-style: none;
    margin: 0;
    border-left: 1px solid #aaa;
    padding: 4px 0 0 10px;
    line-height: 1;
}

.autodatatable .adt-ctrl li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 0 0 4px;
}

.autodatatable .adt-ctrl-multiline li {
    display: block;
}

.icon-active {
    background: url(/images/icon-active.png) 2px 2px no-repeat;
    width: 19px;
    height: 19px;
    display: block;
}

.icon-inactive {
    background: url(/images/icon-inactive.png) 2px 2px no-repeat;
    width: 19px;
    height: 19px;
    display: block;
}

.permissionField {
    list-style: none;
    margin: 0;
    padding: 0;
}

.permissionField li {
    margin: 0;
    padding: 0;
    padding: 2px 0;
}

.permissionField li > ul {
    margin-left: 25px;
}

.permissionField input[type="checkbox"] {
    vertical-align: middle;
}

.permissionField label {
    vertical-align: middle;
}

#user-groups .user-group-title {
    font-weight: bold;
    padding-top: 4px;
    font-size: 14px;
}

#user-groups .user-group-list-label {
    font-weight: bold;
    font-size: 12px;
}

#user-groups .user-group-selected {
    margin-bottom: 10px;
    margin-top: 5px;
}

#user-groups .user-group-selected li {
    line-height: 1.9;
}

#user-groups .user-group-center {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

#user-groups .user-group-selected-label {
    width: 300px;
    float: left;
}

#user-groups .user-group-selected-remove {
    float: right;
}

#user-groups {
    width: 400px;
}

/* [Admin styles] */

.adminContent h2 {
	font-size: 18px !important;
}

.blockIcon {
	float: left;
	width: 60px;
	margin-right: 10px;
}

.blockContent {
	float: left;
	width:220px;
}

/* Admin blocks */
.adminCategoryBlock {
    float: left;
    margin: 0 10px 20px 0;
    width: 32%;
}

.adminCategoryBlock .adminCategoryIcon {
    float: left;
}

.adminCategoryBlock .adminCategoryBlockContent {
    float: left;
    margin-left: 13px;
}

.adminCategoryBlock h2 {
    border-bottom: 1px solid;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 52px;
    padding: 0 0 3px 8px;
}


.adminBlock {
	min-height:100px;
	height:auto !important;
	height:100px;
}

#adminNavBar {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 12px;
}

#adminNavBar li {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

#adminNavBar li.right {
    float: right;
}

.specialButton {
	display: block;
	border: 1px solid #003;
	background: #03C;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	float: left;
}

.specialButton:hover {
	color: #FFF;
	text-decoration: none;
	background: #03F;
}

.specialButtonSubmit {
	position: absolute;
	left: -9999px;
}

#photoList li{
	float: left;
}


.cover{
	padding-bottom: 2px;
	display: block;
	position: relative;
	margin-top: -14px;
	margin-left: 23px;	
}

#photoList2 li{
	padding: 10px;
	margin:0px;
}


/* [Photo album] */
#photoList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#photoList li {
	margin: 0px;
	padding: 0px;
	float: left;
	margin: 5px;
	position: relative;
	width: 178px;
}
#photoList li .options {
	background: url(/images/white75percent.png) left top repeat;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	display: none;
}
#photoList li:hover .options {
	display: block;
}
#photoList li .options a {
	float: left;
}
#photoList li .cover {
	background: url(/images/white75percent.png) left top repeat;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 168px;
	position: absolute;
	bottom: 5px;
	left: -18px;
	z-index: 10;
	padding-top: 5px;
	padding-bottom: 5px;
}
#photoList li a {
	display: block;
	background: url(/images/blank.gif) left top repeat;
	text-decoration: none;
}
#photoList li a:hover {
	text-decoration: none;
}
#photoList li .thumbnail {
	width: 178px;
}

#global {
	position: relative;
	width: 100%;
	min-width: 960px;
	overflow: hidden;
}


/* Pagination */
.pagination {
    padding: 0;
    list-style: none;
    float: right;
    margin: 20px 0;
}

.pagination li {
    margin: 0;
    padding: 0;
}

.pagination li {
    float: left;
}

.pagination li a {
    display: block;
    padding: 6px 8px 3px 8px;
    color: #bc210a;
    text-decoration: none;
}

.pagination li a:hover {
    text-decoration: none;
    color: #302C2D;
}

.pagination li.current {
    background: #bc210a;
    color: #fff;
    padding: 6px 8px 3px 8px;
}

.pagination li.break {
    padding: 3px 8px 3px 8px;
}

.pagination li.deactivated {
    padding: 6px 8px 3px 8px;
    color: #ccc;
}



/*****************************************
 _   _  ___    _____  ___    ___    ___   
( ) ( )(  _`\ (  _  )(  _`\ (  _`\ |  _`\ 
| |_| || (_(_)| (_) || | ) || (_(_)| (_) )
|  _  ||  _)_ |  _  || | | )|  _)_ | ,  / 
| | | || (_( )| | | || |_) || (_( )| |\ \ 
(_) (_)(____/'(_) (_)(____/'(____/'(_) (_)
*******************************************/

#header-container {
    background: url(../images/headerBg.jpg) top repeat-x;
    height: 277px;
    position: relative;
    width: 100%;
}

#header {
    background: url(../images/header.jpg) center top no-repeat;
    height: 277px;
    margin: 0 auto;
    position: relative;
    width: 990px;
}


/**************************************************
 _   _  _____  _   _          ___    _____  ___   
( ) ( )(  _  )( ) ( )        (  _`\ (  _  )|  _`\ 
| `\| || (_) || | | | ______ | (_) )| (_) || (_) )
| , ` ||  _  || | | |(______)|  _ <'|  _  || ,  / 
| |`\ || | | || \_/ |        | (_) )| | | || |\ \ 
(_) (_)(_) (_)`\___/'        (____/'(_) (_)(_) (_)
****************************************************/

#nav-bar-container {

}

#nav-bar {
	
}


/*****************************
        ___    _   _  _   _ 
/'\_/`\(  _`\ ( ) ( )( ) ( )
|     || (_(_)| `\| || | | |
| (_) ||  _)_ | , ` || | | |
| | | || (_( )| |`\ || (_) |
(_) (_)(____/'(_) (_)(_____)
******************************/

#menu {
    position: relative;
    top: 195px;
}

#menu a {
    color: #000;
    display: block;
    float: left;
    font-size: 14px;
    padding: 10px 10px 0;
    text-align: center;
    text-decoration: none;
    width: 114px;
}

#menu a:hover {
    background: url(../images/thumbnail.png);
    height: 24px;
    width: 114px;
}

#menu a.active {
    background: url(../images/thumbnail.png);
    height: 24px;
    width: 114px;
}

#adminTitle {
    color: #004283;
    font: 600 25px 'Open Sans';
    position: absolute;
    top: 238px;
	padding: 0 15px;
}

/****************************************
 ___    _      _  ___    ___    ___   
(  _`\ ( )    (_)(  _`\ (  _`\ |  _`\ 
| (_(_)| |    | || | ) || (_(_)| (_) )
`\__ \ | |  _ | || | | )|  _)_ | ,  / 
( )_) || |_( )| || |_) || (_( )| |\ \ 
`\____)(____/'(_)(____/'(____/'(_) (_)
*****************************************/

#slider-container {

}

#slider {

}

/*************************************************
 ___    _____  _   _  _____  ___    _   _  _____ 
(  _`\ (  _  )( ) ( )(_   _)(  _`\ ( ) ( )(_   _)
| ( (_)| ( ) || `\| |  | |  | (_(_)| `\| |  | |  
| |  _ | | | || , ` |  | |  |  _)_ | , ` |  | |  
| (_( )| (_) || |`\ |  | |  | (_( )| |`\ |  | |  
(____/'(_____)(_) (_)  (_)  (____/'(_) (_)  (_) 
***************************************************/

#content-container {

}

#content {
    margin: 0 auto;
    min-height: 650px;
    position: relative;
    width: 960px;
}

#content-left {
    float: left;
    width: 19%;
	padding-top: 7px;
}

#btnCreateFile {
    background: url(../images/btnCreateFile.png);
    color: #000;
    display: block;
    font-size: 13px;
    height: 44px;
    margin: 20px 0;
    text-decoration: none;
    width: 168px;
}
#btnListFile {
    background: url(../images/btnListFile.png);
    color: #000;
    display: block;
    font-size: 13px;
    height: 44px;
    margin: 20px 0;
    text-decoration: none;
    width: 168px;
}

#btnFillForm {
    background: url(../images/btnFillForm.png);
    cursor: pointer;
    display: block;
    height: 148px;
    margin: 0 auto;
    width: 404px;
}
#btnFillForm:hover {
    background: url(../images/btnFillFormHover.png);
}

.btnFileText {
    position: relative;
    left: 48px;
    top: 16px;
	color: #496fab;
}

#content-right {
    float: right;
    width: 79%;
}

#contenu {
    padding: 220px 30px 25px 30px;
}

.block {
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
}

.fakeTextarea {
    display: none;
}

input[type=text].datepicker {
	width: 100px;
}

th abbr {
	border-bottom: 1px dotted black;
	cursor: default;
}

/********************************************
 ___    _____  _____  _____  ___    ___   
(  _`\ (  _  )(  _  )(_   _)(  _`\ |  _`\ 
| (_(_)| ( ) || ( ) |  | |  | (_(_)| (_) )
|  _)  | | | || | | |  | |  |  _)_ | ,  / 
| |    | (_) || (_) |  | |  | (_( )| |\ \ 
(_)    (_____)(_____)  (_)  (____/'(_) (_)
**********************************************/

#footer-container {
    background: url(../images/footerBg.jpg) bottom repeat-x;
    height: 32px;
    margin-top: 35px;
    position: relative;
    width: 100%;
}

#footer {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.fieldError {
    color: #CC0000;
    font-size: 14px;
    font-style: italic;
}





/* SITE ADDED CSS */

html{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}

body{
    margin: 0px !important;
    padding: 0px !important;
    font-family: 'Open Sans' !important;
    height: 100% !important;
    width: 100% !important;
    background: #f5f5f5 !important;
    color: #004553 !important;
    font-size: 16px !important;
    overflow-y: hidden;
    overflow-x: hidden;
}


#leftMenuContainer{
    width: 304px;
    background: #f8882b;
    color: #fff;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

#leftMenuContainer ul{
    list-style: none;
    padding: 0px;
}

#leftMenuContainer ul li{
    height: 70px;
    border-bottom: 1px solid #df7a27;
    border-top: 1px solid #f99441;
    padding: 28px;
    line-height: 16px;
}

#leftMenuContainer a{
    color: #fff;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}


#leftMenuContainer a:hover{
    color: #fff;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}


#leftMenuContainer i{
    font-size: 30px;
    margin: 0 25px 0 0;
    float: left;
    top: -5px;
}

#layoutAdminContainer{
    width: 100%;
    overflow: auto;
    height: calc(100% - 140px);
}

#mainContainer{
    width: calc(100% - 304px);
    position: relative;
    height: 100%;
}

#logoContainer{
    height: 137px;
    -webkit-box-shadow: 0px 2px 2px #d9d9d9;
    -moz-box-shadow: 0px 2px 2px #d9d9d9;
    box-shadow: 0px 2px 2px #d9d9d9;
    background: #fff;
}

#logoContainer a{
    display: block;
    cursor: pointer;
    background: url('/images/logoTop.jpg') no-repeat top right;
    width: 315px;
    height: 105px;
    margin: 16px 34px 0px 0px;
    background-position: 86px 14px;
}

#slogan{
    float: left;
    border-left: 1px solid #e5e5e5;
    margin: 22px 0px;
    padding: 25px 46px;

}

#phrase1{
    font-size: 22px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
}

#phrase2{
    font-size: 22px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
}

.mainTitle{
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 44px 0 34px 0;
    border-bottom: 1px solid #dcdcdc;
    line-height: 28px;
    color: #f8882b;
}

.mainTitle .sectionTitle, .mainTitle .datepicker{
    font-size: 16px;
    color: #004553 !important;
    padding: 0px !important;
    margin: 0px !important;
}

.mainTitle .sectionTitle a{
    color: #004553 !important;
}

.mainTitle .sectionTitle a:hover{
    color: #004553 !important;
    text-decoration: none;
}

.mainTitle .nbrProject{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.mainTitle .nbrProject span{
    font-weight: normal;
}

.titleBtnWrap{
    width: 100%;
    padding: 44px 0px 60px 0px;
}

.titleBtnWrap p{
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;

}

.tileWrap{
    display: table;
    width: 100%;
    padding: 0px 0px 32px 0px;
}

.tileWrap .tile{
    display: block;
    width: 100%;
    vertical-align: top;
}

.tile .tile-content{
    width: 100%;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 2px #d9d9d9;
    -moz-box-shadow: 0px 2px 2px #d9d9d9;
    box-shadow: 0px 2px 2px #d9d9d9;
    display: inline-block;
    text-align: center;
    padding: 20px 42px;
    margin-bottom: 20px;
}

.tile .inactive{
    -webkit-box-shadow: 0px 0px 6px #ff0000;
    -moz-box-shadow: 0px 0px 6px #ff0000;
    box-shadow: 0px 0px 6px #ff0000;
}

@media screen and (max-width: 1400px) {
    .tile .tile-content{
        width: 90%;
    }
}
@media screen and (max-width: 1300px) {
    .tile .tile-content{
        width: 95%;
    }
}
@media screen and (max-width: 1200px) {
    .tile .tile-content{
        width: 98%;
    }
}


.tileWrap .tile:nth-child(1){
    text-align: left;
}

.tileWrap .tile:nth-child(2){
    text-align: center;
}

.tileWrap .tile:nth-child(3){
    text-align: right;
}

.tileWrap .sectionTitle{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: left;
    border-bottom: 1px solid #e5eced;
    padding-bottom: 20px;
    margin: 0px 0px 20px 0px;
}


#adminContainer{
    overflow: auto !important;
}

#layoutAdminContainer .customContainer{
    min-width: 800px !important;
    margin: auto;
    padding-right: 60px;
    padding-left: 116px;
    margin-bottom: 40px;
}

#layoutAdminContainer .customContainer form{
    padding-top: 0px;
    margin-bottom: 40px;
}

.customContainerLogo{
    min-width: 922px !important;
   /* max-width: 1170px !important; */
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}


.sectionTitle{
    font-size: 16px;
    margin: 20px 0px;
    text-transform: uppercase;
    font-weight: 900;
}

#fileUI{
    margin: 40px 0px;
}

.gotPadded{
    margin: 5px 0px 10px 0px !important;
}

.gotPaddedStrong{
    padding: 14px 0px 5px 0px;
    display: block;
}


.multiselect-container>li.multiselect-group label{
    font-weight: bold !important;
}



/* SPECIAL EFFECTS */
/* Effect 8 */
.hi-cog{
    background: url('/images/cog.png') no-repeat center !important;
}
.hi-file{
    background: url('/images/file.png') no-repeat center !important;
}
.hi-hammer{
    background: url('/images/hammer.png') no-repeat center !important;
}
.hi-friend{
    background: url('/images/friend.png') no-repeat center !important;
}
.hi-power{
    background: url('/images/power.png') no-repeat center !important;
}
.hi-listing{
    background: url('/images/list.png') no-repeat center !important;
}
.hi-create{
    background: url('/images/create.png') no-repeat center !important;
}
.hi-search{
    background: url('/images/search.png') no-repeat center !important;
}
.hi-open{
    background: url('/images/open.png') no-repeat center !important;
}
.hi-approve{
    background: url('/images/approve.png') no-repeat center !important;
}
.hi-trash{
    background: url('/images/trash.png') no-repeat center !important;
}
.hi-calendar{
    background: url('/images/calendar.png') no-repeat center !important;
}


.hi-icon {
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    height: 25px;
    width: 25px;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {
    speak: none;
    /*font-size: 48px;
    line-height: 90px;*/
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}


.hi-icon-effect-8 .hi-icon{
    background: rgba(255,255,255,0);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 2px 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/*.hi-icon-effect-8 .hi-icon:hover{*/
/*background: rgba(255,255,255,0);*/
/*-webkit-transform: scale(0.93);*/
/*-moz-transform: scale(0.93);*/
/*-ms-transform: scale(0.93);*/
/*transform: scale(0.93);*/
/*color: #fff;*/
/*}*/

.hi-icon-effect-8 .hi-icon:hover:after{
    -webkit-animation: sonarEffect 1s ease-out 75ms;
    -moz-animation: sonarEffect 1s ease-out 75ms;
    animation: sonarEffect 1s ease-out 75ms;
}


/*.sonarEffect{*/
/*background: rgba(255,255,255,0);*/
/*-webkit-transform: scale(0.93);*/
/*-moz-transform: scale(0.93);*/
/*-ms-transform: scale(0.93);*/
/*transform: scale(0.93);*/
/*color: #fff;*/
/*}*/
.sonarEffect:after{
    -webkit-animation: sonarEffect 1s ease-out 75ms;
    -moz-animation: sonarEffect 1s ease-out 75ms;
    animation: sonarEffect 1s ease-out 75ms;
}


@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
        box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 0 1px 1px #fff, 0 0 0 8px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #fff, 0 0 0 2px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
        box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 0 1px 1px #fff, 0 0 0 8px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #fff, 0 0 0 2px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
        box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 0 1px 1px #fff, 0 0 0 8px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 2px 2px #fff, 0 0 0 2px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}