﻿@font-face {
    font-family: roboto;
    src: url("../../font/Roboto-Regular.eot"); /* EOT file for IE */
    src: url("../../font/Roboto-Regular.eot?#iefix") format('eot'),
         url("../../font/Roboto-Regular.ttf") format('truetype');
}


@font-face {
    font-family: robotoBold;
    src: url("../../font/Roboto-Bold.eot"); /* EOT file for IE */
    src: url("../../font/Roboto-Bold.eot?#iefix") format('eot'),
         url( "../../font/Roboto-Bold.ttf") format('truetype');
}

@font-face {
    font-family: robotoLight;
    src: url("../../font/Roboto-Light.eot"); /* EOT file for IE */
    src: url("../../font/Roboto-Light.eot?#iefix") format('eot'),
         url("../../font/Roboto-Light.ttf") format('truetype');
}



body
{
    font-family : roboto,Sans-Serif;
    color : #004283;
    

    background-color : #004288;
    font-size: 10pt;
}


.m-3 {
    margin: 1rem !important;
}
/*
.test1
{
    font-family: Sans-Serif;
    
}

.test1
{
    font-family: roboto;
    
}*/

.blue-gradient
{
background: #00619c; /* Old browsers */
background: -moz-linear-gradient(top,  #00619c 0%, #00619c 49%, #002460 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00619c), color-stop(49%,#00619c), color-stop(100%,#002460)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00619c 0%,#00619c 49%,#002460 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00619c 0%,#00619c 49%,#002460 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00619c 0%,#00619c 49%,#002460 100%); /* IE10+ */
background: linear-gradient(to bottom,  #00619c 0%,#00619c 49%,#002460 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00619c', endColorstr='#002460',GradientType=0 ); /* IE6-9 */
}


.pnl-box
{
    width : 270px;
    margin : 10px auto;
    padding : 10px;
    color : #fff;
     background-image: url("../../img/ihm/frame/panel-shadow-bg.png");
     background-size : 270px 100%;
     position :relative ;
}

.pnl-lbl
{
    font-family: robotoLight;
    color : #fff;
    margin :0px  0px 5px 0;
    text-transform : uppercase;
    font-size : 11pt;
    height: 20px;
}
.pnl-box .left-shd
{
    width : 6px;
}
.pnl-box .right-shd 
{
    
   
    width : 9px;
}


.pnl-box .right-shd
{
    background-position : 7px 0px;
    
}

.pnl-box .pnl-background
{
    padding :5px 10px 10px;
}



.btn-blue
{
    background-image: url("../../img/ihm/frame/btn-blue.png");
    background-position:center top;
    width : 90px;
    height : 23px;
    padding: 2px;
    color :#fff;
    font-size : 9pt;
    cursor : pointer;
    background-size: 100% 200%;

}

.btn-primary {
    background-color : #000042;
    color: #fff;
    font-size: 9pt;
    cursor: pointer;
}


.btn-primary:hover {
    background-color: #4679A0;
}


.m7btn {
    padding: 5px 10px;
    margin : 5px;
}


.btn-warning {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-warning:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-blue.adapt
{
    width : auto;
    padding : 2px 5px    
}


.btn-blue:hover
{
   background-position:center bottom;
  
}
.btn-blue.locked:hover
{
    background-position:center top;
}


.btn-white
{
    background-image: url("../../img/ihm/frame/btn-white.png");
    background-position:center top;
    width : 115px;
    height : 36px;
    padding: 2px;
    color :#5C5C5C;
    font-size : 9pt;
    font-size : 10pt;
    cursor : pointer;
}


.btn-white.opened,
.btn-white:hover
{
   background-position:center bottom;
   color : #fff;
}


.pnl-box button.btn-white:nth-child(2n+1) {
    left: 4px;
    position: relative;
}

.btn-blue-flat
{
    font-family : robotoBold;
    background-color : #014284;
    border-style : none;
    color : #fff;
    font-size: 18pt;
    height: 50px;
    width: 172px;
    box-shadow: 1px 1px 2px #888;
    cursor : pointer;
}

.btn-blue-flat:disabled {
    background-color :    #bebebe; 
}

.btn-green
{
    background-image: url("../../img/ihm/global/btn-green.png");
    font-family : robotoBold;
    border-style : none;
    color : #fff;
    font-size: 12pt;
    height: 56px;
    width: 188px;
    text-align : center;
    line-height : 56px;
    margin : auto;
    cursor : pointer;
}


.alignCenter
{
    text-align  :center;
}



.pnl-box input[type="text"],
.pnl-box input[type="password"]
{
    border-radius : 0;
    border : solid 2px #b3b3b3;
    height : 22px;
    padding : 1px 5px;
    color : #004283;
    font-family : roboto;
    outline: none;
    margin: 0;
}

textarea,
input[type="text"],
input[type="password"]
{
   border: 1px solid #ccd6dd; 
    border-radius: 3px;
    margin: 0;
    outline: 0 none;
    padding: 2px 4px;
   
    height : 24px;
   
    color  :#333;
}

.cb input[type="checkbox"]
{
    width : 16px;
}
button
{
    outline: none;
}


select
{
   border: 1px solid #ccd6dd;
    border-radius: 3px;
    height: 24px;
    margin: 4px 0;
    outline: 0 none;
    padding: 0px 10px;
    
}
.fr
{
    float: right;
}


.fl
{
    float: left;
}


body #HXG_AC_TOOLTIP
{
    border: solid 2px #b3b3b3;
    border-top-width : 0px;
    
}



.hxgTooltipCloseBtn
{
    background-image: url("../../img/ihm/popup/close.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 48px;
    width : 48px;
    position: absolute;
    right: -24px;
    top: -24px;
}
.hxgTooltipCloseBtn:before {
    content: '';
}
.hxgTooltipFrame {
    box-shadow: 0 0 8px 2px #606060;
}

.hxgTooltipContent {
    background-color: #fff;
    padding: 0px;
}

.hxgTooltipContent .CONTROL,
.hxgTooltipContent .CAPTION
{
    float: left;
    line-height: 40px;
    padding:0 10px 0 0;
    text-align : left;
}

.hxgTooltipContent .controls
{
    text-align : center;
}

.hxgTooltipContent input
{
    border: 1px solid #ccd6dd; 
    border-radius: 3px;
    margin: 0;
    outline: 0 none;
    padding: 4px 10px;
    width: 330px;
    height : 24px;
    margin : 4px 0;
}


body .hxgPopup {
    box-shadow: 0 0 10px 2px #303030;
}
body .hxgPopupCloseBtn {
    background-image: url("../../img/ihm/popup/close.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    height: 48px;
    width : 48px;
    position: absolute;
    right: -24px;
    top: -24px;
}

body .hxgPopupHeader{
    background-color: #00509e;
    
    line-height: 44px;
    margin: 0;
    
    
}

body .hxgPopupTitle {
    color: #fff;
    font-size: 12pt;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}

a
{
    color : #333;
}

a:hover
{
    color : #666;
}


body .hxgPopupContent {
    padding: 30px 20px;
}



#loading {
    background-image: url("../../../serverFiles/img/icon/waiting.gif");
    display: none;
    height: 48px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 30px;
    width: 48px;
    z-index: 1000;
}


body #bugTitle {
    background-color: #00509e;
    font-size: 12pt;
    color : #fff;
    margin : 0px;
    text-align: center;
    line-height : 44px;

}

body .ui-widget
{
    font-family :  roboto;
}

body .ui-widget-content
{
    color : #004283;
}
/******** TABS ************/




/* CORRECTION TABS JQUERY UI*/

.tabs.ui-tabs {
    border: medium none;
}

.tabs li.ui-state-default.ui-corner-top

{
    background : url("../../img/ihm/global/tab.png");
    /*background-image : url("../../img/ihm/global/tab.png") ;*/
    border: medium none;
    background-position: center top;
    background-size: auto auto;
    height: 27px;
    width: 86px;
}



.tabs.ui-tabs .ui-widget-header {
    background: none;
    border: none;
}


.tabs.ui-tabs .ui-tabs-nav li a {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #b3b3b3;
    line-height: 28px;
    text-decoration: none;
    width: 100%;
    text-transform : uppercase;
    outline: none;
}
    

.tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.tabs.ui-tabs .ui-tabs-nav li.ui-state-hover a
{
    color: #00a03c;
    top : 0px;
}

.tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background-image: url("../../img/ihm/global/tab.png");
    background-position: center bottom;
    background-size: auto auto;
    height: 26px;
    width: 86px;
    cursor : pointer;
    
}

/****************************/



.btn-tab
{
    background-image: url("../../img/ihm/global/tab.png");
    background-position: center top;
    display: inline-block;
    height: 27px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 86px;
    margin-right : 5px;
    color: #b3b3b3;
    
}


.btn-tab:hover,
.btn-tab.selected
{
    background-position : center bottom;
    color: #00a03c;
}


.ui-tabs-nav li a {
    color: #b3b3b3;
    display: inline-block;
    line-height: 28px;
    text-decoration: none;
    width: 100%;
}


.ui-tabs-nav li.ui-state-active a,
.ui-tabs-nav li:hover  a
{

    color: #00a03c;
  
}

ul.ui-tabs-nav
{
    padding  : 0px;
    margin : 0px;
}

/****************************/


hr {
    background-color: #808080;
    border-color: #808080;
    box-sizing: content-box;
    color: #808080;
    height: 0;
}

body .hxgPopupFooter {
    background-color: #fff;
}

body .hxgPopupTitleIcon {
    display : none;
}


.hxg-custom-cb.print .hxg-custom-cb-ctrl
{
    background-image : url("../../img/ihm/global/print.png") ;
    width : 18px;
   
}


.delete_x
{
    background-image : url("../../img/ihm/global/delete.png") ;
    width : 12px;
    height: 12px;
    cursor : pointer;
}


.delete_x:hover
{
    background-position : center bottom;
}



.center
{
    text-align : center;
}


.scroll-v{
    background-image: url("../../img/ihm/search/scroll-horizontal.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: auto;
}



.hxg-custom-cb.m7cb .hxg-custom-cb-ctrl
{
    background-image : url("../../img/ihm/global/cb.png") ;
    width : 13px;
    height: 13px;
   
}




.hxg-custom-cb.m7cbsmall .hxg-custom-cb-ctrl,
.hxg-custom-radio-choice.m7cbsmall 
{
    background-image : url("../../img/checkbox/radio-small.png") ;
    width : 14px;
    height: 14px;
   
}




.hxg-custom-cb.m7cbround .hxg-custom-cb-ctrl
{
    background-image: url("../../../serverFiles/img/checkbox/radio.png");
    width: 14px;
    height: 14px;
}


body .tooltipDomainMsgFrame {
    background-color: #ee6666;
}

body .hxgToast {
   
    font-size: 12pt;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    position: fixed;
}



/**************** NEWS *****************************/


#news .hxgPopupContent
{
    padding: 20px 20px 0 20px;
}

#news table
{
    width : 600px;
    margin : 0 20px 0 10px
}

#news .news 
{
   overflow: auto;
   height: 400px;
  
}

#news table .version
{
    width : 200px;
    text-align : left;
    font-size : 11pt;
    font-weight : bold;
}
#news table .date
{
    text-align : right;
    font-size : 11pt;
    font-weight : bold;
}

#news table .msg
{
    font-size: 10pt;
     
    margin: 10px 0;
   
    text-align: justify;
}

#news #showhistory
{
    text-align :right;
     margin-top: 10px;
}

#news #showhistory a
{
    cursor: pointer;
    text-decoration: underline;
}
#news hr
{
    background-color: #B5B5B5;
    border-style: none;
    color: #FFFFFF;
    height: 1px;
}


#news #news-history
{
    max-height: 600px;
}


#snapsection
{
     background-color : #fff;
     padding: 20px 0;
}



#snapsection #axis
{
    position: absolute;
    top: 20px;
}


#snapsection #axis svg
{
    background-color : #fff;
}



.etape_x
{
    background-image: url("../../img/ihm/frame/delete.png");
    background-position: 0 0;
    height: 12px;
    width: 12px;
    cursor :pointer;
    display : none;
}
.etape_x:hover
{
    background-position : bottom center;
}


/******************* REDBIRD **********************************/

body.redbird
{
    background-color :#D82222;
}


.redbird .blue-gradient
{

background: #fc522b; /* Old browsers */
background: -moz-linear-gradient(top,  #fc522b 0%, #c0341c 60%, #711709 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc522b), color-stop(60%,#c0341c), color-stop(100%,#711709)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fc522b 0%,#c0341c 60%,#711709 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fc522b 0%,#c0341c 60%,#711709 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fc522b 0%,#c0341c 60%,#711709 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fc522b 0%,#c0341c 60%,#711709 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc522b', endColorstr='#711709',GradientType=0 ); /* IE6-9 */

}


.redbird #eshopBox .blue-gradient:hover
{

background: #f97b5e; /* Old browsers */
background: -moz-linear-gradient(top,  #f97b5e 0%, #bf5342 60%, #703d35 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f97b5e), color-stop(60%,#bf5342), color-stop(100%,#703d35)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f97b5e 0%,#bf5342 60%,#703d35 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f97b5e 0%,#bf5342 60%,#703d35 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f97b5e 0%,#bf5342 60%,#703d35 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f97b5e 0%,#bf5342 60%,#703d35 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f97b5e', endColorstr='#703d35',GradientType=0 ); /* IE6-9 */

}



.redbird .pnl-box
{
    width : 270px;
    margin : 6px auto;
    padding : 10px;
    color : #fff;
     background-image: url("../../img/redbird/panel-shadow-bg.png");
     background-size : 270px 100%;
     position :relative ;
}


.redbird .btn-blue
{
    background-image: url("../../img/redbird/btn-blue.png");
    

}

body.redbird .hxgPopupHeader {
background-color: #FF2222;


}


body.redbird #client-logo
{
     background-image: url("../../img/redbird/logo.png");
     width : 155px;
     height : 103px;
     margin : auto;
}

body.redbird #aeronefBox .uav_icon {
background-image: url("../../img/redbird/uav-btn.png");
}

body.redbird #aeronefBox .btn-info {
background-image: url("../../img/redbird/info.png");
}

body.redbird .hxg-custom-radio-choice {
    background-image: url("../../img/redbird/radio.png");
}

/*************************************************************/


#testbrowser
{
   
    background-color: #fff;
    margin: 20px auto;
    width: 800px;
    font-size : 12pt;
    padding  : 20px;
}


#testbrowser table
{
    width : 100%;
}

#testbrowser table td
{
    border : solid 1px #888;
    padding : 5px;
}

#testbrowser .col2
{
    width : 32px;
}

#testbrowser .ok
{
    width : 32px;
    height : 32px;
    background : #4f8;
}

#testbrowser .ko
{
    width : 32px;
    height : 32px;
    background : #f44;
}


#testbrowser .unk
{
    width : 32px;
    height : 32px;
    background : #ff4;
}


#testbrowser .small
{
    font-size : 8pt;
    color : #555;
}

#testbrowser .title
{
    text-align :center;
    font-size : 18pt;
    margin-bottom : 20px;
}









/**************** TO DELETE  ************************/






#overlay-ctrl #zooms #createPicture
{
    background-image : none;
    cursor: pointer;
    text-align : center;
    

}


/*///////////////////////////////////////////////////////////////*/


.input-coord 
{
    margin-bottom: 10px;
}

.input-coord table .CONTROL{
 
    display: inline-block;
    padding: 0px;
    line-height: 30px;
}

.input-coord table select
{
    color: #333;
    font-size: 10pt;
    margin: 2px 1px;
    text-align: center;
    width: 44px;
    height: 26px;
    padding : 1px;
    
}
.input-coord table input {
    
    font-size: 10pt;
    margin: 2px 1px;
    text-align: center;
    width: 22px;
   
    height : 16px;
 
}

.input-coord table td
{
    text-align : center;
}

.input-coord td.right {
    text-align: right;
}

.input-coord > table 
{
    width: 185px;
    margin: auto;
}

.justify
{
    text-align : justify;
}

.pad6
{
    padding : 6px;
}

.hxg-pdfpage input,
.hxg-pdfpage select
{
    padding : 0px;
    background-color : #ffc;
    
}

.emphasis
{
    font-size : 16pt;
    font-family :robotoLight;   
}

/*
.hxg-pdfpage.page1
{

    background-image: url("../../img/form/cerfa_15476-02-1.png");
    background-size: cover;
}
.hxg-pdfpage.page2
{

    background-image: url("../../img/form/cerfa_15476-02-2.png");
    background-size: cover;
}




/*
.hxg-pdfpage input[type="checkbox"]:not(:checked),
.hxg-pdfpage input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.hxg-pdfpage input[type="checkbox"]:not(:checked) + label,
.hxg-pdfpage input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.hxg-pdfpage input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}


.hxg-pdfpage input[type="checkbox"]:not(:checked) + label:before,
.hxg-pdfpage input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}

.hxg-pdfpage input[type="checkbox"]:not(:checked) + label:after,
.hxg-pdfpage input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 1px;
  font-size: 18px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}

.hxg-pdfpage input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.hxg-pdfpage input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.hxg-pdfpage input[type="checkbox"]:disabled:not(:checked) + label:before,
.hxg-pdfpage input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}


.hxg-pdfpage input[type="checkbox"]:checked:focus + label:before,
.hxg-pdfpage input[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}
*/


body.test{overflow: hidden;}


.m7-ico
{
    background-image: url("../../img/ihm/global/taredidel.png");
    width : 22px;
    height : 22px;
    
}


.m7-ico.target:hover
{
    background-position  : 0px bottom;
}
.m7-ico.edit
{
    background-position  : -22px top;
}
.m7-ico.edit:hover
{
    background-position  : -22px bottom;
}
.m7-ico.delete
{
    background-position  : -44px top;
}
.m7-ico.delete:hover
{
    background-position  : -44px bottom;
}


.hxg-refresh .hxg-wait 
{
    background-size: inherit; 
}

.new-feat
{
    position :absolute;
    top:0px;
    right : 0px;
}



i.onmap
{
    background-image : url('../../img/ihm/settings/maps.png');
    width: 26px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background-position: 0 bottom;
}


.settingTooltip .header i
{
    width: 26px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-position : 0 0;
}


i.maps{
    background-image : url('../../img/ihm/settings/maps.png');
}
i.settings{
    background-image : url('../../img/ihm/settings/settings.png');
}
i.infos{
    background-image : url('../../img/ihm/settings/info.png');
}


.cur-drag {
    cursor: crosshair; /* IE */
    cursor: grab; /* Edge*/
    cursor: url("../../img/cursor/drag.png") 10 10, crosshair;
}

.cur-dragging {
    cursor: crosshair; /* IE */
    cursor: grabbing; /* Edge*/
    cursor: url("../../img/cursor/dragging.png") 10 10, crosshair;
}

.cur-crosshair {
    cursor: crosshair;
}


.locked,
.locked[onclick] {
    /*/opacity: 0.3;*/
    cursor: not-allowed;
    position :relative;
}

.locked i{


    cursor: help;
    background: url("../../img/ihm/global/locked.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    right: -8px;
    top: -8px;

}

.aw {
width : auto;
}

.al {
    text-align : left;
}
.ar {
    text-align: right;
}


table.m7 tr:first-child {
    background-color: #00509e;
    color : #fff;
    font-weight : bold;
}
table.m7 td {
    border: solid 1px #555;
    padding: 4px
}

table.al td {
    text-align :left ;
}


.section-title {
    border: solid 0px #aaa;
    border-bottom-width: 1px;
    text-align: left;
    font-family: robotoLight;
    font-size: 14pt;
    
    color: #338;
}


.badge-round {
    background-color: #fc522b;
    border-radius: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff;
    line-height: 16px;
    font-size: 8pt;
    position: relative;
    top: -8px;
    left: 10px;
}

.pulse {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(252, 82, 43,0.4);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(252, 82, 43, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(252, 82, 43, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(252, 82, 43, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(252, 82, 43,0.4);
        box-shadow: 0 0 0 0 rgba(252, 82, 43,0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(252, 82, 43,0.2);
        box-shadow: 0 0 0 10px rgba(252, 82, 43, 0.2);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(252, 82, 43, 0);
        box-shadow: 0 0 0 0 rgba(252, 82, 43, 0);
    }
}





.playBtn:hover {
    background-position: 0 bottom;
}

.playBtn {
    background-image: url("../../img/ihm/global/play.png");
    width: 25px;
    height: 25px;
    background-position: 0 top;
    border: 0;
}

.playBtn.play {
    background-image: url("../../img/ihm/global/pause.png");
}


#EraseAccount_Popup table {
    margin: 20px 0 0 0;
}
#EraseAccount_Popup table td {
    padding-right: 10px;
}


.feature-locked {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    top: 0;
    z-index: 1;
    background-color: #ffffffc0;
    flex-direction: column;
    text-align: center;
    min-height: 400px;
}