#xgos_main {
  margin-top: 60px;
}
/*#panelContainer,
.map_panel{
    z-index: 3289031270831231212 !important;
}*/

/** gcpopup...*/
.popup {
  z-index: 12345;
}

/****************************************************
 Admin
******************************************************/

.pushFloatRightAdminButton {
  margin: 15px 0 0 0;
}
.pushFloatRightAdminLink {
  padding: 22px 10px 0 0;
}
.previewSassLogo {
  border: 1px solid #ccc;
  height: 130px;
  overflow: auto;
}
.previewSassLogo img {
  max-height: 118px;
}

.alert > .btn.pull-right {
  margin: -5px;
}

/****************************************************
 REPORTS - DOSSIERS
******************************************************/
#bacListeDossiers .gcDatatable .valueWrapper {
  max-width: 120px;
  max-height: 4.2em;
  overflow: hidden;
}

.mainListeDossierActions {
  padding: 10px 10px 15px 10px;
  background: #fff;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 7px 10px -6px rgba(0, 0, 0, 0.15);
}
.mainListeDossierActions span.lbl {
  padding: 0 15px 0 5px;
  font-weight: 600;
}
.mainListeDossierActions .liste_villes {
  position: relative;
  top: -2px;
  left: -30px;
  width: 230px;
}

.anc_personne_icon.manuser {
  margin-right: 5px;
  color: dodgerblue;
}
.anc_personne_icon.womanuser {
  color: hotpink;
}

/* Liste dossier - Bordure des colonnes groupées */
/* Liste dossier - sans extra colonne */
#bacListeDossiers .default-separator td:nth-of-type(5) {
  border-left: 1px solid #888;
}
#bacListeDossiers .default-separator td:nth-of-type(6) {
  border-right: 1px solid #888;
}
#bacListeDossiers .default-separator td:nth-of-type(8) {
  border-right: 1px solid #888;
}
#bacListeDossiers .default-separator td:nth-of-type(13) {
  border-left: 1px solid #888;
}
#bacListeDossiers .default-separator td:nth-of-type(15) {
  border-right: 1px solid #888;
}
#bacListeDossiers .default-separator td:nth-of-type(17) {
  border-right: 1px solid #888;
}
/* Liste dossier - avec extra colonne */
#bacListeDossiers .left-separator td:nth-of-type(6) {
  border-left: 1px solid #888;
}
#bacListeDossiers .left-separator td:nth-of-type(7) {
  border-right: 1px solid #888;
}
#bacListeDossiers .left-separator td:nth-of-type(9) {
  border-right: 1px solid #888;
}
#bacListeDossiers .left-separator td:nth-of-type(14) {
  border-left: 1px solid #888;
}
#bacListeDossiers .left-separator td:nth-of-type(16) {
  border-right: 1px solid #888;
}

#bacListeDossiers .left-separator td:nth-of-type(18) {
  border-right: 1px solid #888;
}
/* Used to render branch on edit report --> see appCfg.main.properties.branchToShow[x]  */
.hideBranchBac {
  display: none !important;
}

/****************************************************
branchement_map
******************************************************/

.reportTreeView.reduced {
  width: 80px;
}
.ancBacReportContent.extended {
  left: 80px;
}

.branchement_map {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.branchement_map .tools {
  position: fixed;
  top: 50px;
  left: 260px;
  bottom: 10px;
  overflow: auto;
  background: #fff;
}
.bac_layermanager {
  background: #fff;
  transition: background linear 0.5s;
  font-size: 13px;
  position: relative;
}
.bac_layermanager .reduce {
  top: 4px;
}
.branchement_map .floatingWidgets {
  position: absolute;
  top: 40px;
  right: 10px;
}
.branchement_map .editBranchementWidgets {
  min-width: 206px;
}
.branchement_map .edittoolwidget {
  z-index: 200;
  overflow: hidden;
  background-color: white;
}
.expanded {
  width: 350px;
}
.folded {
  width: 206px;
}
.branchement_map .edittoolwidget .header {
  background: #fff;
  color: lightseagreen;
  font-size: 11.5px;
  font-weight: 600;
  border-bottom: 1px solid rgba(78, 178, 169, 1) !important;
  padding: 2px 5px;
}
.branchement_map .edittoolwidget .body{
  min-height: 300px;
}
.branchement_map .layerManagerWidget .inner_lmw {
  height: inherit;
}
.branchement_map .tools .wtitle.wfirst {
  margin-top: 0;
}
.branchement_map .tools .showAllBranchemnents {
  padding: 5px;
  font-size: 14px;
}
.branchement_map [bizeditwidget],
.branchement_map [gcannotationswidget] {
  padding: 10px;
}
.branchement_map [bizeditwidget] .mainLabel {
  display: none;
}

.branchement_map [bizeditwidget] .dropdown-menu{
  min-width: 250px;
}

.branchement_map .map {
  position: absolute !important;
  top: 0 !important;
}

.branchement_map .annotationPopup {
  width: auto !important;
  max-width: 300px;
}

.branchement_map_save {
  position: absolute;
  right: 8px;
  bottom: 90px;
}

.branchement_map .featuresConfig .header {
  background: #fff;
  color: lightseagreen;
  font-weight: 600;
  border-bottom: 1px solid rgba(78, 178, 169, 1) !important;
}

.branchement_map .ol-attribution {
  display: none;
}

.toggleVisibleBranchements {
  border: 1px solid red;
}

.demande_urbanisme .panel-heading {
  background: #fff;
  border-bottom: 5px solid #5a86ac;
  padding: 5px !important;
}
.demande_urbanisme .panel-heading > a {
  cursor: pointer;
  color: #5a86ac;
  font-size: 22px;
}
.demande_urbanisme .panel-heading > a:hover {
  text-decoration: none;
}
.demande_urbanisme .panel-body {
  padding: 20px 5px 10px 0;
  border: none;
}

.bac_form {
  margin-left: 15px;
  margin-right: 15px;
}

.admin_label:before {
  content: 'BAC >';
  color: #ff1fa3;
}

.subBacPanel .panel-heading {
  font-variant: small-caps;
  border-bottom: 1px dotted #d8dee4 !important;
  padding: 5px;
}
.subBacPanel .panel-heading a {
  font-size: 18px;
}
.subBacPanel .panel-body {
  font-size: 13.5px;
  padding-left: 20px !important;
}

.space_top {
  margin-top: 15px;
}

.controle_form .panel-heading {
  background: #fff;
  border-bottom: 5px solid #5a86ac;
  padding: 5px !important;
}
.controle_form .panel-heading > a {
  cursor: pointer;
  color: #5a86ac;
  font-size: 22px;
}
.controle_form .panel-heading > a:hover {
  text-decoration: none;
}
.controle_form .panel-body {
  padding: 20px 5px 10px 0;
  border: none;
}

.controle_form .panel-info {
  border-color: #ffffff !important;
}

.controleBAC .ctrlActions {
  height: 40px;
  position: fixed;
  right: 0;
  margin: -40px 0 0 0;
  padding: 6px;
  left: 250px;
  background: #ecf0f8;
  z-index: 500;
}

.ctrlForm td.deleteColumn {
  text-align: center !important;
  vertical-align: middle !important;
}

.demande_urbanisme .panel-info {
  border-color: #ffffff !important;
}

.controle_sous_form .panel-heading > a {
  cursor: pointer;
  color: #5a86ac;
  font-size: 18px;
}

.wrapper .controle_form_cfg {
  margin-top: 40px;
}

.wrapper .formDTabs {
  position: relative;
  top: 30px;
}

.dossierProprioLink {
  margin: 5px 10px;
  padding: 10px;
  background: #f0f0f0;
  display: flex;
}
.dossierProprioLink .redev,
.dossierProprioLink .type {
  flex-grow: 1;
}
.dossierProprioLink .type > span {
  display: block;
  width: 80px;
  float: left;
}
.dossierProprioLink .type > attribute-restrictions {
  float: left;
  width: calc(100% - 110px);
}
/*.dossierProprioLink .act{
    flex-grow: 1;
    padding: 10px;
}*/

.dossierProprioLink > .attribute_restriction {
  display: inline;
  width: 100px;
  border: 1px solid red;
}

.drrac_btns .btn {
  margin: 5px;
}

.drrac_extra_questions {
  background: #f0f0f0;
  padding: 10px;
  margin: 5px -10px 10px -10px;
}

.drrac_derniers_envois {
  color: teal;
  width: 540px;
  font-size: 12px;
  margin: 0 auto 25px auto;
  border: 1px dashed #ccc;
  padding: 10px;
}
hr.hr2 {
  border-top: 1px solid black !important;
}

.underline {
  text-decoration: underline;
}

/****************************************************
branchementBoite
******************************************************/
.branchementBoite {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid teal;
  border-bottom: 1px solid teal;
}
.branchementBoite > h3 {
  color: teal !important;
  margin: 10px 0 20px 0;
  background: #f0f0f0;
  padding: 15px;
}
.branchementBoite
  .mainListe.reduced
  .bacbranchementboite:not(.selfExpanded)
  .relatif_controle,
.branchementBoite
  .mainListe.reduced
  .bacbranchementboite:not(.selfExpanded)
  .groupe,
.branchementBoite
  .mainListe.reduced
  .bacbranchementboite:not(.selfExpanded)
  .relatif
  .body {
  display: none;
}
.branchementBoite
  .mainListe.reduced
  .bacbranchementboite:not(.selfExpanded)
  .rfWrapper {
  width: 100%;
}
.branchementBoite .mainListe .expandSelfElement {
  display: none;
}
.branchementBoite .mainListe.reduced .expandSelfElement {
  display: block;
}
.branchementBoite .addBacbranchementboite {
  padding: 15px 10px;
  background: #f2f2f2;
}
.branchementBoite
  .addBacbranchementboite
  .bacbranchementboite
  .relatif_filiere {
  background: #fafafa;
}
.branchementBoite .mainActions {
  margin: 0 0 0 25px;
  height: 20px;
}
.branchementBoite .mainListe {
  padding: 15px 15px 5px 15px;
}
.branchementBoite .specificCtrlQuestion {
  padding: 5px;
  background: #f0f0f0;
}
.branchementBoite .bacbranchementboite {
  margin: 0;
}

.removeElementFiliere {
  padding: 3px 8px !important;
  margin: -3px 0 0 0 !important;
}

.branchement_map .map-bottom-right .gcscalevalue,
.branchement_map .map-bottom-right .gcmouseposition {
  right: 8px !important;
  bottom: 4px !important;
  height: 22px;
}
.branchement_map .map-bottom-right .gcmouseposition .mouse_xy {
  margin-top: 0;
}
.branchement_map .map-bottom-right .ol-scale-line {
  right: 112px !important;
  bottom: 29px !important;
  cursor: text;
}
.branchement_map .map-bottom-right .gcscalevalue {
  bottom: 29px !important;
}
.branchement_map .map-bottom-right .selectScale {
  right: 13px !important;
  bottom: 32px !important;
}
/****************************************************
 Etat dossier
******************************************************/
.spanEtatDossier {
  padding: 8px 8px 13px 8px;
  width: 100px;
  display: inline-block;
  margin: -8px;
}
.spanEtatDossierAvis {
  padding: 8px 8px 13px 8px;
  width: 98px;
  display: inline-block;
  margin: -8px;
}
/****************************************************
 Etat dossier Date 
******************************************************/
.spanEtatDossierDateBac {
  padding: 12px 0px 20px 15px;
  display: inline-block;
  margin: -8px;
  width: 100%;
}
.spanEtatDosssierDateBac-inner{
  display: flex;
  align-items: center;
  margin-top: 10px;
  max-width : 85%;
}

#bacListeDossiers .datePrecoDatePicker input,
#bacListeDossiers .dateRaccordementDatePicker input {
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none !important;
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
  max-width: 75%;
  font-weight: 700;
}

#bacListeDossiers .datePrecoDatePicker > .fa,
#bacListeDossiers .dateRaccordementDatePicker > .fa {
  position: absolute;
  top: 14px;
  left: 0px;
}
