/* -------------------------------------------------------------------------- */
/* Taskbar */

.gs_taskbar {
  position: relative;
  background: #f9f9f9;
  border: solid 1px #eee;
  margin: 0 0 10px;
  padding: 0 0 7px;
}

.task_group,
.gs_taskbar form span,
.gs_taskbar > span {
  float: left;
  margin-left: 7px;
}
.task_group > span {
  float: left;
}
.task_group > span a {
  border-left-style: none !important;
  z-index: 1;
}
.task_group > span:first-child a {
  border-left-style: solid !important;
}

.taskbar_title {
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  display: block;
  font-family: inherit;
  font-size: 0.77778rem;
  font-weight: bold;
  height: 2.05556rem;
  margin: 7px 0 0;
  padding: 0.44444rem;
  border-radius: 0;
  text-decoration: none;
}

.gs_taskbar span button,
.gs_taskbar span input,
.gs_taskbar span select,
.gs_taskbar span a,
.gs_taskbar .dropdown_select,
.taskbar_submit {
  background-color: #f9f9f9;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.77778rem;
  height: 2.05556rem;
  margin: 7px 0 0;
  padding: 0.44444rem;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  border-radius: 0;
  text-decoration: none;
  width: auto;
}
.gs_taskbar .dropdown_select {
  padding: 2px 7px 2px 2px;
}

.gs_taskbar span .isDatepicker {
  display: inline-block;
}

.gs_taskbar .dropdown_select {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.gs_taskbar label {
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.77778rem;
  height: 2.05556rem;
  margin: 7px 0 0;
  padding: 0.44444rem;
  text-decoration: none;
  width: auto;
}
.gs_taskbar form .taskbar_submit,
.gs_taskbar span a {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.gs_taskbar form .taskbar_submit:hover,
.gs_taskbar a.active,
.gs_taskbar a:hover {
  box-shadow: 0 0 0 transparent;
  opacity: 1 !important;
}

.gs_taskbar a.active,
.gs_taskbar a:hover {
  background: #fff;
}

.gs_taskbar a.active {
  background: #ddd;
  color: #268BD2;
  box-shadow: inset 0 1px 2px #999;
}

.gs_taskbar a.disabled {
  box-shadow: none;
  background-color: transparent;
  color: #999 !important;
  cursor: default !important;
}

.taskbar_search_help {
  padding-right: 10px;
  padding-top: 14px;
}

.ui-tooltip {
  padding: 5px 15px;
  background-color: #333;
  color: #eee;
}

.ui-tooltip-content tbody tr td {
  background-color: #333;
}

.ui-tooltip-content tbody {
  border: none;
}

.gs_taskbar a {
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
}
.gs_taskbar button i,
.gs_taskbar a i {
  font-size: 18px;
  vertical-align: middle;
}

.gs_taskbar form .taskbar_submit {
  font-family: 'FontAwesome' !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background: #555;
  color: #eee;
  font-size: 16px;
  border-color: #555;
  margin-right: 7px;
}
.gs_taskbar form {
  float: right;
}
.gs_taskbar:before,
.gs_taskbar:after {
  content: " ";
  display: block;
  clear: both;
  height: 1px;
}

.adv_search {
  clear: both;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding: 10px 5px;
  box-shadow: 1px 1px 3px #ddd;
  border: solid 1px #ccc;
}
.adv_search label {
  padding-left: 0;
}

.adv_search > a {

}
.adv_search .btn_validate {
  float: right;
}

.gs_taskbar .separator {
  background: #eee;
  display: block;
  box-sizing: border-box;
  height: 2.05556rem;
  margin: 7px 6px 0;
  padding: 0.44444rem 0;
  width: 3px;
}

.adv_search ul {
  margin: 0;
  padding: 0;
}
.adv_search li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  display: block;
  width: 100%;
  clear: both;
  -webkit-columns: 180px;
  -moz-columns:    180px;
  columns:         180px;
  border-bottom: solid 1px rgb(200,200,200);
}
.adv_search li > span {
  display: inline-block;
  width: 100%;
  float: none;
}
.adv_search li > label {
  float: none;
}
.adv_search li > span > * {
  display: inline-block;
  /*height: auto;
  margin: 0;
  padding: 3px;
  line-height: 1;*/
  vertical-align: text-bottom;
}
.adv_search > ul > li:nth-child(1) {
  height: 50px;
}
.adv_search > ul > li .btn_validate {
  float: none;
}
.adv_search > ul > li:nth-child(1) > span:nth-child(2) {
  float: right;
}

.item_node_none {
  color: #999;
}

.pretty_table td .gs_taskbar {
  margin: -7px 0 0;
  padding: 0;
  border-style: none;
  background-color: transparent;
}

.button_popup {
  text-decoration: underline !important;
  cursor: pointer;
}


/* -------------------------------------------------------------------------- */
/* Taskbar ICO lang */

.ico_lang {
  display: inline-block;
  color: #fff;
  height:      24px;
  line-height: 24px;
  text-align: center;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.3s;
  margin: 0;
}

.ico_lang:after {
  content: "/";
  padding: 0 4px;
}

.ico_lang:last-child:after {
  display: none;
}

.btn_localize:hover a {
  background-color: #666 !important;
}

/* -------------------------------------------------------------------------- */
/* Order select */

.reorder_selector {
  position: relative;
}

.reorder_list {
  position: absolute;
  background-color: #fff;
  border: solid 1px #e3e3e3;
  z-index: 999;
}
.reorder_list > div {
  border-bottom: solid 1px #eee;
}
.reorder_list > div a {
  display: block;
  padding: 5px;
  line-height: 1;
}
.reorder_list > div a i {
  float: right;
}

/*
reorder_selector
reorder_active
reorder_list
*/

.reorder_active > a {
  display: inline-block;
  padding: 6px 12px;
  border: solid 1px #ccc;
  border-radius: 4px 0 0 4px;
  background-color: #fcfcfc;
  line-height: 1;
}
.reorder_active > a:first-child i {
  margin-left: 10px;
}
.reorder_active > a:last-child {
  border-left-style: none;
  border-radius: 0 4px 4px 0;
}
.reorder_active > a:hover {
  background-color: #f3f3f3;
}
.reorder_list {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Dropdown selector */

.gs_taskbar .dropdown_select,
.dropdown_select {
  display: inline-block;
  position: relative;
  transition: background 0.5s;
  transition: opacity 0.3s;
}
.dropdown_select > span {
  display: inline-block;
  margin-right: 4px;
}
.dropdown_select.disabled {
  opacity: 0.25;
}
.dropdown_select.disabled:after {
  content: ' ';
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.dd_selector input {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
}

.dd_selector {
  position: absolute;
  top: 25px;
  right: -1px;
  padding: 12px 12px 0;
  margin-top: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #586069;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(27,31,35,.15);
  border-radius: 3px;
  box-shadow: 0 3px 12px rgba(27,31,35,.15);
  z-index: 999;
}
.dd_selector ul {
  margin: 0 -12px 0 !important;
  padding: 0;
  max-height: 200px;
  overflow-x: hidden;
  border-top: solid 1px #ccc;
}
.dd_selector ul li {
  background-color: #fff;
  border-bottom: solid 1px #ccc !important;
  padding: 5px 10px !important;
}
.dd_selector ul li:hover {
  background-color: #eee;
  cursor: pointer;
}
.dd_selector ul li.selected {
  font-weight: bold;
}
.dd_text:after {
  content: ' : ';
}
.dd_sel_text {
  font-weight: bold;
  white-space: nowrap;
  min-width: 100px;
  min-height: 16px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: solid 1px #ccc;
}

.dd_button {
  cursor: pointer;
  display: inline-block;
}
.dd_text, .dd_sel_text, .dd_sel_arrow {
  display: inline-block;
  vertical-align: text-top;
  float: none !important;
}

.dd_selector {
  transition: max-height 0.5s;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  width: 0;
  max-height: 0px;
  border-style: none;
}
.dd_selector.open {
  opacity: 1;
  padding: 0 12px;
  margin-top: 4px;
  margin-bottom: 20px;
  width: 300px;
  max-height: 300px;
  border-style: inherit;
}

.dropdown_select:hover,
.dropdown_select.open {
  background-color: rgba(0,0,0,0.05);
  border-radius: 4px;
}

.dropdown_select .dd_filter_list {
  margin: 15px 0 ;
}
.dd_selector .dd_list > li .ico_sel {
  display: none;
}
.dd_selector .dd_list > li .ico_sel:nth-child(1) {
  display: none;
}
.dd_selector .dd_list > li .ico_sel:nth-child(2) {
  display: inline-block;
}
.dd_selector .dd_list > li.selected .ico_sel:nth-child(1) {
  display: inline-block;
}
.dd_selector .dd_list > li.selected .ico_sel:nth-child(2) {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Full page container */

#message_box_fullpage_container {
  box-sizing: border-box;
  background-color: rgba(255,255,255,1);
  padding: 25px;
  border: solid 5px #fff;
  border-radius: 3px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.8),  2px 2px 15px rgba(0,0,0,0.8), inset 0 0 4px rgba(0,0,0,0.2);
  z-index: 10000;
  width:  98%;
  height: 98%;
  position: fixed;
  top:  1%;
  left: 1%;
  overflow: auto;
}

#btn_close_fullpage {
  position: fixed;
  top:   1%;
  right: 60px;
  background-color: #111;
  cursor: pointer;
  width:       38px;
  height:      38px;
  line-height: 24px;
  padding: 8px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
  text-align: center;
  transition: background 0.25s;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
#btn_close_fullpage i {
  font-size: 24px;
}
#btn_close_fullpage:hover {
  background-color: #444;
}

body.on_back {
  overflow: hidden;
}

.btn_edit_one {
  display: block  !important;
  position: absolute  !important;
  bottom: 4px  !important;
  left: 4px  !important;
  width:  100% !important;
  height:      36px !important;
  line-height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  color: #000 !important;
  opacity: 1 !important;
}

*[data-editable] {
  position: relative;
}

/* -------------------------------------------------------------------------- */
/* Admin sidebar */

  #admin_sidebar,
  #admin_sidebar_edit {
    background-color: #555;
    color: #fff;
    position: fixed;
    top: 36px;
    left: -100%;
    height: 100%;

    box-sizing: border-box;
    padding: 5px;
    overflow-y: auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);

    z-index: 9999;

    transition: left 0.3s, width 0.30s;

    width: 42px;
  }


  #admin_sidebar:hover {
    width: 250px;

    box-shadow: 2px 2px 15px rgba(0,0,0,0.4);
  }

  #admin_sidebar .taskbar_title {
    opacity: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: opacity 0.25s;
    border-style: none;

    text-align: left;
    margin: 0;
    line-height: 1;
    height: auto;
    padding: 10px 0 4px;
  }

  #admin_sidebar:hover .taskbar_title {
    opacity: 1;
  }


  .edit #admin_sidebar {
    left: 0;
  }

  #admin_sidebar .tsk_group {
    margin:  0 0 7px;
    padding: 0 0 7px;
    border-bottom: solid 2px rgba(200,200,200,0.2);
  }
  #admin_sidebar .tsk_group:last-child {
    border-bottom-style: none;
  }
  #admin_sidebar .tsk_group > div {
    margin-bottom: 2px;
  }
  #admin_sidebar .tsk_group > div:last-child {
    margin-bottom: 0;
  }
  #admin_sidebar .tsk_btn a {
    cursor: pointer;
    color: #fff;
    display: block;
    padding: 7px 20px;
    margin: 0 -15px ;
    transition: background 0.25s;
    position: relative;
  }
  #admin_sidebar .tsk_btn a:after {
    content: ' ';
    position: absolute;
    cursor: pointer;
    display: block;
    background-color: rgb(38, 139, 210);
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: left 0.35s;
  }
  #admin_sidebar .tsk_btn a:hover:after {
    left: 0;
  }

  #admin_sidebar .tsk_btn a:hover {
    background-color: rgb(0, 0, 0, 0.1);
  }
  #admin_sidebar .tsk_btn a i {
    margin-right: 15px;
  }

  #admin_sidebar .tsk_btn a {
    text-align: left;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
  }


  .edit #admin_sidebar_edit {
    background-color: #fcfcfc;
    color: #222;
    left: 300px;
    z-index: 9998;
  }

/* -------------------------------------------------------------------------- */
/* Tab styles */

.pretty_tabs,
.pretty_tabs li {
  margin: 0;
  padding: 0;
}
.pretty_tabs {
  border-bottom: solid 3px rgba(0,0,0,0.5);
  margin-bottom: 10px;
}
.pretty_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.pretty_tabs a {
  display: inline-block;
  font-size: 1.1rem;
  padding: 4px ;
  color: #666;
}
.pretty_tabs a:hover,
.pretty_tabs a.current {
  color: #268BD2;
  border-bottom: solid 3px #268BD2;
  margin-bottom: -3px;
}

/* -------------------------------------------------------------------------- */
/* Tab alternative styles */

.pretty_tabs_alt,
.pretty_tabs_alt li {
  margin: 0;
  padding: 0;
}
.pretty_tabs_alt {
  margin-bottom: 10px;
}
.pretty_tabs_alt li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.pretty_tabs_alt a {
  display: inline-block;
  font-size: 0.9rem;
  padding: 4px 25px;
  color: #666;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
  background-color: rgba(200,200,200,0.3);
}
.pretty_tabs_alt a:hover,
.pretty_tabs_alt a.current {
  color: #fff;
  background-color: #268BD2;
}

.pretty_tabs_alt a.current {
  box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
}

/* -------------------------------------------------------------------------- */
/* Sidebar style */

#gs_sidebar {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  right: 0;
  padding-top: 38px;
  background: #fff;
  border-left: solid 4px #555555;
  box-shadow: 2px 2px 5px #333;
  z-index: 100;
}

#close_sidebar {
  position: fixed;
  top: 50px;
  right:254px;
  display: block;
  width: 30px;
  height:30px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Arial";
  color: #eee;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  background: #555555;
  border-radius: 7px 0 0 7px;
  z-index: 100;
}

/* -------------------------------------------------------------------------- */
/* Pretty graph bar (used on survey and forms) */

.pretty_bar_graph {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 500px;
}

.pretty_bar_graph li {
  position: relative;
  font-size: 0.9rem;
  margin: 4px 0;
  padding: 0.1rem 0;
  box-sizing: border-box;
  line-height: 1;
}
.pretty_bar_graph li div {
  position: relative;
  box-sizing: border-box;
  background-color: rgba(200, 200, 200, 0.2);
  text-align: right;
  overflow: hidden;
  box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
  padding: 0 0.5rem;
  margin: 0.2rem 0;
  border-radius: 3px;
  height: 10px;
}

.pretty_bar_graph li > span {
  display: block;
  text-align: right;
  font-size: 0.8rem;
}
.pretty_bar_graph li div span {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #268BD2;
  z-index: 0;
  box-shadow:  1px 1px 4px rgba(0,0,0,0.1);
  text-align: right;
  box-sizing: border-box;
  border-radius: 3px;

  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;

}
.pretty_bar_graph li:hover div span {
  background-color: #555;
  color: #fff;
  box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
}


/* -------------------------------------------------------------------------- */
/* CSS from old file get_phpcss */

.main_title, .main_title:hover, .main_title:focus {
  text-decoration:none;
  color:inherit;
}

.line {
  background-color: #AAAAAA;
}

.anchor {
  text-decoration : none;
  color:            #000000;
}

.anchorAnim {
  text-decoration : none;
  color:            #000000;
}
.anchorAnim:hover { color: red }

.anchorFramed {
  text-decoration: none;
  color:           #000000;
  border-style:    solid;
  border-width:    1px;
  border-color:    #AAAAAA;
}
.anchorFramed:hover { color: red }

.basicText {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      normal;
}

.text {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      normal;
  color:            #000000;
}

.textTiny {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        10px;
  font-style:       normal;
  font-weight:      normal;
  color:            #000000;
}

.textJustify {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      normal;
  text-align:       justify;
  color:            #000000;
}

.text1 {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      normal;
  color:            #000000;
}

.text2 {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      normal;
  color:            #000000;
}

.dump {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size:   12px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.title {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      bold;
  text-decoration:  none;
  color:            #000000;
}

.title1 {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      bold;
  text-decoration:  none;
  color:            #000000;
}

td.title1 h1, td.title h1 {
  display :         inline;
  margin :          0px;
  padding :         0px;
}

.title2 {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      bold;
  text-decoration:  none;
  color:            #000000;
}

.titleBig {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        14px;
  font-style:       normal;
  font-weight:      bold;
  text-decoration:  none;
  color:            #000000;
}

.formLabel {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      bold;
  color:            #000000;
}

.formLabelMandatory {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       italic;
  font-weight:      bold;
  color:            #000000;
}

.formInput {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      normal;
  color:            #000000;
}

.error {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        14px;
  font-style:       normal;
  font-weight:      bold;
  color:            #FF0000;
}

.btActive {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      bold;
  text-align:       center;
  vertical-align:   middle;
  color:            #000000;
}

.btInactive {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      bold;
  text-align:       center;
  vertical-align:   middle;
  color:            #000000;
}

body {
}

.chaTroll_div {
  overflow: hidden;
  position: fixed;
  height: 25px;
  width: 55px;
  bottom : 0;
  right : 0;
}
.chaTroll_iframe {
  bottom: 0pt;
  position: absolute;
  right: 0pt;
}

.tabBackground {
  background-color: #FFFFFF;
}

.tabActive {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      normal;
  text-align:       left;
  vertical-align:   top;
  color:            #000000;
  background-color: #FFFFFF;
}

.tabInactive {
  font-family:      Arial, Helvetica, Verdana, sans-serif;
  font-size:        12px;
  font-style:       normal;
  font-weight:      normal;
  text-align:       left;
  vertical-align:   top;
  color:            #000000;
  background-color: #FFFFFF;
}

.tabInactiveAnchor {
  text-decoration : none;
  color:            #FFFFFF;
}

@media screen {

  .no_screen_to_print {
display: none;
}

.to_print, .no_screen_to_print, .no_print {}
}
@media print {

  .to_print, .no_screen_to_print {
    font-family: Verdana;
    font-size:12pt;
    display: block;
  }

  .no_print {
    display: none !important;
  }
}

/* -------------------------------------------------------------------------- */

.handle {
  cursor:  move !important;
}

.hoverplace {
  background: #666;
}

.input_help {
  color      : #999;
  font-style : italic;
}

.ui-dialog {
  z-index: 10001 !important;
}
.ui-widget-overlay {
  z-index: 999 !important;
}



.cke_dialog_background_cover {
  z-index: 10005 !important;
}

.ui-buttonset .ui-state-active {
  color: #268BD2;
}

#error_list a.count {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  min-width: 30px;
  height: 30px;
  padding: 5px;
  line-height: 30px;
  font-size: 18px;
  font-family: 'Courier New';
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 10px #777;
  text-decoration: none;
}
#error_list a.count:hover {
  background: #555;
}
#error_list {
  padding-top: 40px;
}

/*
#error_list {
  position: static;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255,255,255,0.7);
}

#err_list_inc {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: auto;
  max-height: 400px;
  z-index: 999;
}
#error_list > div > div {
  display: block;
  min-width: 200px;
  overflow: hidden;
  height: 18px;
  background: #fff;
  box-shadow: 1px 1px 5px #ccc;
  padding: 5px !important;
}
#error_list:hover {
  width: 100%;
}
#err_list_inc > div:hover {
  height: auto;
}

#err_list_inc > div:first-child {
  border-radius: 7px 7px 0 0;
}
#err_list_inc > div:last-child {
  border-radius: 0 0 7px 7px;
}*/


/*******************************************************************************
 * GSite todo
 ******************************************************************************/

#gs_todo {
  position: fixed;
  top: 50px;
  right: 10px;
  width: 260px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  background: #F7F6ED;
  color: #333;
  max-height: 90%;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 2px;
  border: solid 1px #ccc;
  border-radius: 2px;

}
#gs_todo ul {
  padding:0;
  margin:0;
}
#gs_todo > a {
  display: block;
  line-height: 1;
  text-align: center;
  background-color: rgba(80,80,80,0.1);
}
#gs_todo > a:hover {
  text-align: center;
  background-color: rgba(80,80,80,0.3);
}
#gs_todo > a,
#gs_todo li {
  padding: 10px 7px;
}
#gs_todo li span {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  font-size: 0.9rem;
}

#gs_todo .remind_actions {
  display: none;
}
#gs_todo li:hover .remind_actions {
  display: inline-block;
}

#gs_todo li {
  list-style-type: none;
  border-bottom: dotted 1px #ddd;
}
#gs_todo li:hover {
  background-color: rgba(200,200,200,0.1);
  box-shadow: 0 0 30px rgba(100,100,100,0.1);
}
#gs_todo li i {
  display: inline-block !important;
  margin-right: 2px;
  font-size: 1.3rem;
  vertical-align: middle;
  line-height: 1;
}
#gs_todo a {
  color: #555 !important;
}
#gs_todo li a.done {
  text-decoration: line-through;
  color: #999 !important;
}
#gs_todo li a.done span {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
  display: inline-block;
  overflow: hidden;
}
#gs_todo .remind_actions {
  float: right;
}
#gs_todo textarea {
  width: 96% !important;
  height: 100px;
  margin:0;
  padding:2%;
  border-style: none;
  box-shadow: inset 0 0 1px #000;
}

/*******************************************************************************
 * Appli box responsive templates
 ******************************************************************************/

.full_width,
.full_width > div {
  width: auto !important;
  float: none !important;
  clear: both;
}

/*******************************************************************************
 * Seo preview
 ******************************************************************************/
#seo_preview {
  position: relative;
  background: #fff;
  width: 512px;
  padding: 15px;
  box-shadow: 1px 1px 2px #444;
  margin: 5px 0;
}

.seo_tit,
.seo_url,
.seo_desc {
  font-family: arial,sans-serif;
  font-weight: normal;
  line-height: 1.2;
  width: 500px;
  display: block;
  overflow: hidden;
}

.seo_tit {
  color: #2518B5;
  text-decoration: underline;
  font-size: medium;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.seo_tit.same {
  opacity: 0.5;
}


.seo_url {
  font-size: 14px;
  color: #00802A;
  font-style: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1px;
}

.seo_desc {
  line-height: 1.24;
  color: #444444;
  font-size: small;
}

.show_kw {
  text-decoration: underline;
}


/*******************************************************************************
 * Loader Ajax
 ******************************************************************************/

.gs_loader {
  background: url('../Local/ajax/filter_white.png') rgba(100,100,100,0.1);
  position: absolute;
  top:0;
  left:0;
  text-align: center;
  min-height: 32px;
  z-index: 1000;

  -webkit-animation: slideloader 30s linear infinite;
}
@-webkit-keyframes slideloader {
    from { background-position: 0 0; }
    to { background-position: -400px -400px; }
}

.gs_loader img {
  margin: 10px;
  opacity: 0.5;
  border-style: none !important;
}

.mini_loader {
  width: 10%;
  position: fixed;
  bottom: 0;
  height: 4px;
  background-color:#268BD2;
  box-shadow: 0px 0px 2px 1px #222;
  z-index: 99999;
  text-align: right;
  overflow: hidden;
}
.mini_loader>span {
  display: block;
  position: absolute;
  top:0;
  left:0;
  height: 4px;
  width: 400px;
background: #cb4b16; /* Old browsers */
background: -moz-linear-gradient(left,  #cb4b16 0%, #268bd2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cb4b16), color-stop(100%,#268bd2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #cb4b16 0%,#268bd2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #cb4b16 0%,#268bd2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #cb4b16 0%,#268bd2 100%); /* IE10+ */
background: linear-gradient(to right,  #cb4b16 0%,#268bd2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb4b16', endColorstr='#268bd2',GradientType=1 ); /* IE6-9 */



}

/*******************************************************************************
 * Progress
 ******************************************************************************/

progress.pretty_progress {
  border-style: none;
  padding: 0px;
  width: 80%;
  box-shadow: inset 1px 1px 5px rgba(0,0,0,0.2);
  background: #ccc;
  height: 16px;
  border-radius: 4px;
}
progress[value]::-webkit-progress-value {
  background-image:
     -webkit-linear-gradient(top,
                             rgba(255, 255, 255, .25),
                             rgba(0, 0, 0, .25)),
     -webkit-linear-gradient(left, #268BD2, #444);

    background-size: 100% 100%;
}
progress.pretty_progress[value]::-moz-progress-bar {
  background-image:
    -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    -moz-linear-gradient(
      left,
      #268BD2,
      #444
    );
    background-size: 100% 100%;
  border-radius: 4px;
}

/*******************************************************************************
 * Inspector / helper
 ******************************************************************************/

#inspector {
  position: absolute;
  height: auto;
  top: 10%;
  left: -230px;
  color: #111;
  width: 230px;
}

#inspector .inp_title {
  font-weight: bold;
  line-height: 22px;
  background: #111;
  color: #eee;
  padding: 5px;

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 55px;
}
#inspector .element {
  position: relative;
  padding: 5px;
  padding-top: 4px;
  background: #fff;
  box-shadow: -1px 1px 2px #777;
  width: 30px;
  float: right;
  clear: both;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;

}
#inspector.right .element {
  float: left;
  box-shadow: 1px 1px 2px #777;
}
#inspector .element.hover,
#inspector .element:hover {
  background: #eee;
  width: 200px;
  font-size: 11px;
  white-space: normal;
}

#inspector .element i {
  float: left;
  line-height: 45px;
  margin-right: 4px;
  width: 35px;
  text-align: center;
}

#inspector .element.hover i,
#inspector .element:hover i {
  line-height: 16px;
  width: 16px;
  font-size: 16px;
}

.inspector_hover {
  border-color: #333 !important;
  box-shadow: 0 0 0 2px #E09476;
}

.insp-helper {
  display: block;
  font-size: 10px;
  padding: 4px;
  margin: 4px 0 ;
  background: #fcfcfc;
  border: dotted 1px #999;
  font-weight: bold;
}


/*******************************************************************************
 * Ajax menu
 ******************************************************************************/
.gs_menu a.top:after {
  content: ' ';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #555 transparent transparent transparent;
  margin: 6px 0 0 6px;
  float: right;
}
.gs_menu a.top {
  display: inline-block;
}
.gs_menu,
.gs_menu li,
.gs_menu ul {
  padding        : 0 !important;
  margin         : 0 !important;
  list-style-type: none;
}
.gs_menu {
  position: relative;
}
.gs_menu ul {
  position: absolute;
  min-width: 240px;
  min-width: 300px;
  background: #fff !important;
  border: solid 1px #ccc;
  padding: 0 7px 7px !important;
  z-index: 100;
  display: none;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.gs_menu ul a {
  display: block;
  width: 100%;
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gs_menu hr {
  margin-top: 7px;
}
/*
.ajax_menu {
  border: solid 1px #999 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  z-index: 999;
  background: #fff;
}
.ajax_menu li {
  margin:0;
  padding:0;
  border-style: none;
  list-style-type: none;
}
.ajax_menu li:hover {
  border-style: none;
  margin:0;
  padding:0;
}
.ajax_menu li a {
  display: block;
  width: 92% !important;
  padding: 2px 4% !important;
}
.ajax_menu li a:hover {
  background: transparent !important;
  opacity: 1 !important;
  color: #078BE4 !important;
}*/


/*******************************************************************************
 * Taskbar add appli
 ******************************************************************************/
/*
html {
  margin-left: 200px !important;
}

.add_appli {
  position: fixed;
  padding-top: 40px;
  width: 200px;
  height: 100%;
  border-right: solid 1px #333;
  background: #f3f3f3;
  left: 0;
  top: 0;
  z-index: 999;
}

.add_appli>div {
  margin: 5px 15px;
  padding: 10px;
  line-height: 16px;
  color: #26B0EF;
  font-weight: bold;
  font-size: 15px;
}

#add_appli_list li {
  background: #fff;
  display: block;
  list-style-type: none;
  border: solid 1px #ccc;
  box-shadow: 0 0 7px #ccc;
  margin: 5px 15px;
  padding: 10px;
  cursor: pointer;
  line-height: 16px;

}*/

/*******************************************************************************
 * Colors for applis
 ******************************************************************************/
.color-orange {
  color: #CB4B16 !important;
}
.color-blue {
  color: #268BD2 !important;
}
.color-red {
  color: #DC322F !important;
}
.color-green {
  color: #859900 !important;
}
.color-yellow {
  color: #B58900 !important;
}
.color-pink {
  color: #D33682 !important;
}
.color-grey {
  color: #666666 !important;
}
.color-lightgrey {
  color: #aaa !important;
}
.color-black {
  color: #000000 !important;
}
.color-white {
  color: #FFFFFF !important;
}

.backcolor-orange {
  background-color: #CB4B16 !important;
}
.backcolor-blue {
  background-color: #268BD2 !important;
}
.backcolor-red {
  background-color: #DC322F !important;
}
.backcolor-green {
  background-color: #859900 !important;
}
.backcolor-yellow {
  background-color: #B58900 !important;
}
.backcolor-pink {
  background-color: #D33682 !important;
}
.backcolor-grey {
  background-color: #666666 !important;
}
/*******************************************************************************
 * Error Msg
 ******************************************************************************/

.ajax_error {
  font-weight: bold;
  color: #DC322F;
}
.error {
  width       : 50%;
  margin      : 10px auto;
  padding     : 10px;
  color       : #DC322F;
  border      : solid 1px #CB4B16;
  text-align  : center;
  font-family : "Courier New";
  font-size   : 14px !important;
  font-weight : bold !important;
  background  : rgba(255,255,255,0.3);
  box-sizing: border-box;

  box-shadow  : 0 0 7px #999;
}

/*******************************************************************************
 * Website alert
 ******************************************************************************/

.alert_site {
  position    : fixed;
  top         : 60px;
  left        : 40px;
  background  : rgba(255,255,255,0.8);
  color       : #222;
  font-size   : 22px;
  font-weight : bold;
  padding     : 5px 10px;
  border      : solid 3px #CB4B16;
  box-shadow  : 0 0 5px #111;
}

/*******************************************************************************
 * Microformat vcard
 ******************************************************************************/
.vcard {
  line-height: 1.2;
}

.vcard img.photo {
  border       : solid 1px #ccc;
  padding      :4px;
  width        : 40px;
  float        : left;
  margin-right : 6px;
}
.vcard .fn {
  font-size: 16px;
  font-weight: bold;
}
.vcard .category {
  font-size: 12px;
}
.vcard .fn,
.vcard .url,
.vcard .email {
  display: block;
}
.vcard .tel {
  margin-right: 15px;
}

.vcard .note {
  font-style : italic;
  font-size  : 11px;
  color      : #999;
  margin     : 3px 0 0;
  padding    : 3px 0 0;
  border-top : dotted 1px #ccc;
}

/*******************************************************************************
 * JQuery slider
 ******************************************************************************/

.ui-slider-range,
.ui-slider-range-min {
  background : rgb(122,188,255); /* Old browsers */
  background : -moz-linear-gradient(left,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
  background : -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
  background : -webkit-linear-gradient(left,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
  background : -o-linear-gradient(left,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
  background : -ms-linear-gradient(left,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
  background : linear-gradient(to right,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
  filter     : progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 ); /* IE6-9 */

  box-shadow : 0 0 0 2px #FFFFFF inset;
}

.ui-slider-range-full .ui-slider-range-min {
  background: #666;
}

.ui-slider {
  border     : solid 1px #ccc;
  box-shadow : inset  0 0 3px #ddd;
  background : #fff;
  cursor     :pointer;
}
.ui-slider .ui-slider-handle {
  width         : 16px;
  height        : 16px;
  cursor        :pointer;
  border-radius : 4px;
}

/*******************************************************************************
 * Pretty list
 ******************************************************************************/

.pretty_fieldset {
  position: relative;
  border: solid 1px #ddd;
  border-radius: 3px;
  margin: 0 0 7px;
  padding: 10px 25px;
  background: #f9f9f9;
  box-sizing: border-box;
}

.pretty_fieldset legend {
  margin: 0px -15px;
  padding: 5px 15px;
  border: solid 1px #ddd;
  border-radius: 3px;
  background: #fff;
  color: #444;
  text-shadow: 0;
  font-size: 1rem;
  line-height: 1.3;
}
.pretty_fieldset legend > * {
  color: #444 !important;
}

.pretty_fieldset p {
  clear: both;
  padding: 3px 0;
  margin :0;
}
.pretty_fieldset + .pretty_fieldset {
  margin-top: 15px;
}


.pretty_fieldset input, .pretty_fieldset textarea,  .pretty_fieldset select {
  margin: 0;
  padding: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pretty_fieldset input[type="checkbox"] {
  margin: 4px 0;
  vertical-align: text-top;
}


.pretty_fieldset label {
  position: relative;
  display: inline-block;
  width: 200px;
  margin: 4px 0;
  overflow: hidden;
  margin-right: 10px;
}
.pretty_fieldset label:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px dotted #aaa;
  top: 4px;
  width: 100%;
  margin-left: 10px;
}

.pretty_fieldset label.for_textarea {
  float: none;
  display: block;
  width: auto;
}

.pretty_fieldset label + input[type="checkbox"],
.pretty_fieldset input[type="checkbox"] + label {
  border: none;
  float: left;
  width: auto;
  font-weight: normal;
}

.nodate {
  display: inline-block;
  margin-left: 15px;
}

input.isDatepicker,
input.hasDatepicker {
  text-align: left;
  vertical-align: text-top  !important;
  max-width: 120px;
}

.nodate input {
  width: auto !important;
}

.nodate label {
  width: auto !important;
  float: none !important;
  font-weight: normal;
}


input.isDatepicker:disabled  + .datePicker_imgCalendar,
input.hasDatepicker:disabled + .datePicker_imgCalendar {
  /*display: none;*/
}



/*******************************************************************************
 * Pretty list
 ******************************************************************************/

.pretty_list {
  padding : 0;
  margin  : 0;
}

.pretty_list li {
  list-style-type : none;
  padding         : 0;
  margin          : 0;
}
.pretty_list li a {
  display            : block;
  color              : #268BD2;
  padding            : 0;
  margin             : 0 0 5px;
  background         : #fff;
  padding            : 3px 0px;
  border-bottom      : solid 1px #999;

  -moz-transition    : all 0.300s;
  -webkit-transition : all 0.300s;
}
.pretty_list li a:hover {
  background : #268BD2;
  color      : #fff;
  opacity    : 1 !important;
}

/*******************************************************************************
 * Pretty search
 ******************************************************************************/

input.pretty_search,
.search_icon {
  padding: 5px;
  margin: 5px 0;
  height: 16px;
  border: solid 1px #666;
  vertical-align: middle;
  box-sizing: content-box;
}

input.pretty_search {
  border-radius: 4px 0 0 4px;
  display: inline-block;
  max-width: 50%;
  min-width: 150px;
}
.search_icon {
  display: inline-block;
  background: #666;
  color: #fff !important;
  font-size: 16px;
  line-height: 14px;
  width: 16px;
  text-align: center;
  border-radius: 0 4px 4px 0;
  text-decoration: none;
}

/*******************************************************************************
 * Pretty search
 ******************************************************************************/

.pretty_search_result > div {
  max-width: 80%;
  margin: 5px 0;
  padding: 7px 0;
  border-top: solid 1px #ccc;
}

.pretty_search_result > div {
  line-height: 14px;
}

.search_desc strong {
  color: #333;
}

.pretty_search_result .search_breadcrumb {
  display: inline-block;
  padding: 3px 0;
}
.pretty_search_result .search_breadcrumb a {
  font-size: 12px;
  text-decoration: none;
}
.pretty_search_result .search_breadcrumb a:hover {
  text-decoration: underline;
}
.pretty_search_result .search_breadcrumb a:before {
  display: inline-block;
  padding: 0 5px;
  content: '>';
  font-family: 'Courier New';
  font-size: 10px;
  vertical-align: text-top;
}
.pretty_search_result .search_breadcrumb a.first:before {
  display: none;
}

/*******************************************************************************
 * Pretty box
 ******************************************************************************/

.pretty_box {
  background   : url('./../Local/ajax/filter.png');
  border       : solid 1px #bbb;
  box-shadow   : 0 0 5px #ddd;
  margin-bottom: 10px;
}

.pretty_box h4 {
  width     : 60%;
  padding   : 5px 10px;
  margin    : 7px 0;
  background: #268BD2;
  color     : #fff;
  position  : relative;
}

.pretty_box h4 img {
  border       : solid 1px #333;
  width        : 16px;
  height       : 16px;
  float        : left;
  background   : white;
  margin-right : 5px;
}

.pretty_box>div {
  margin:0;
  padding: 0 10px;
}
.pretty_box>div.bottom {
  background : #eee;
  margin     : 10px 0 0;
  box-shadow : 0 -3px 3px #ddd;
  border-top : solid 1px #aaa;
  padding    : 5px;
  font-size  : 11px;
}
.pretty_box ul {
  margin  : 0;
  padding : 0;
}
.pretty_box li {
  margin-left     : 8px;
  list-style-type : disc;
  color           : #333;
}
.pretty_box h4 a {
  color: #fff;
}
.pretty_box a {
  color: #268BD2;
}

/* Box menu */

.pretty_box.box_menu h4 {
  color : #268BD2 !important;
  background  : transparent;
  font-weight : bold;
  width       : auto;
  font-size   : 15px;
}
.pretty_box.box_menu li {
  list-style-type : none;
  margin          : 0;
  padding         : 0;
}
.pretty_box.box_menu li a {
  display       : block;
  background    : #f1f1f1;
  padding       : 3px 7px;
  margin        : 5px 3px;
  color         : #333;
  border-left   : solid 5px #333;
  transition    : background 0.6s;
}
.pretty_box.box_menu li a:hover {
  border-color : #268BD2;
  color : #268BD2 !important;
  background   : #ddd;
  border-left-width: 8px;
  margin        : 5px 0;
}
.pretty_box.box_menu li i {
  padding: 0 5px;
}

/*******************************************************************************
 * Pretty search zone
 ******************************************************************************/
.task_search {
  float        :right;
  margin-right : 2px;
  margin-left  : 10px;
}
a.node_search_btn,
input.node_search {
  padding : 5px;
  margin  : 2px 0;
  height  : 20px;
  border  : solid 1px #ccc;
}
a.node_search_btn {
  display                    : block;
  float                      :right;
  background                 : #666;
  font-size                  : 14px;
  font-weight                : bold;
  color                      : #fff;
  cursor                     :pointer;
  border-top-right-radius    : 5px;
  border-bottom-right-radius : 5px;
}
a.node_search_btn:hover {
  background: #888;
}

input.node_search {
  width                     : 350px;
  border-right-style        : none;
  border-top-left-radius    : 5px;
  border-bottom-left-radius : 5px;
}

/*******************************************************************************
 * Style for HTML 5 placeholder
 ******************************************************************************/

/* all */
::-webkit-input-placeholder  {
  font-style : italic;
  color      : #999;
}
input:-moz-placeholder {
  font-style : italic;
  color      : #999;
}

/*******************************************************************************
 * Tool tips
 ******************************************************************************/
.txt_help_c {
  position: relative;
}
.txt_help {
  border: solid 1px #999;
  background: rgba(249, 237, 190, 0.9);
  position: absolute;
  bottom: -45px;
  padding: 7px 15px;
  width: 200px;
  text-align: center;
  box-shadow: 1px 1px 5px #999;
  font-style: italic;
  text-shadow: 0 0 5px #666;
}

/*******************************************************************************
 * Pretty table
 ******************************************************************************/

table.pretty_table {
  width: 100%;
  empty-cells: show;
  table-layout: fixed;
  border-collapse:collapse;
  margin: 0;
}

table.pretty_table td,
table.pretty_table th {
  padding: 2px 5px 3px;
  border-spacing: 0px;
  border-collapse: collapse;
}
table.pretty_table th {
  font-family: Arial;
  background: #f2f2f2;
  border-bottom: solid 2px #666;
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  text-align: left;
}
table.pretty_table td {
  font-size: 0.9rem;
}


table.pretty_table th a {
  display: block;
  cursor: pointer;
  white-space: nowrap;
    overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
table.pretty_table th a {
  color: #333;
  text-decoration: none;
}

table.pretty_table tr > td {
  border-bottom: solid 1px #eee;
}
table.pretty_table tr:nth-child(2n) > td {
  background: #fff;
}
table.pretty_table tr:nth-child(2n+1) > td {
  background: #f9f9f9;
}
table.pretty_table tr:hover > td {
  /*background: rgba(222, 239, 255,0.7);*/
  border-bottom-style: solid;
}
table.pretty_table tfoot tr > td,
table.pretty_table tfoot tr > th {
  font-weight: bold;
  font-size: 14px;
  border: none;
  border-top: dotted 1px #999;
}
table.pretty_table tfoot tr:first-child > th,
table.pretty_table tfoot tr:first-child > td {
  border-top: solid 2px #555;
}
table.pretty_table tfoot tr:hover > td {
  border-bottom-style: none;
}
table.pretty_table input {
  margin: 0;
  vertical-align: text-bottom;
  max-width: 100%;
}

/*******************************************************************************
 * Small correction for CKEditor
 ******************************************************************************/

.cke_wysiwyg_frame {
   /* position: relative !important;
  z-index: 99999 !important;*/
}
/*
.cke_skin_kama .cke_dialog_body { z-index: 10200 !important; }*/

/*
.cke_skin_v2 input.cke_dialog_ui_input_text, .cke_skin_v2 input.cke_dialog_ui_input_password {
    background-color: white;
    border: none;
    padding: 0;
    width: 100%;
    height: 14px;

    position: relative;
    z-index: 9999;
}*/

/*******************************************************************************
 * Global button to validate
 ******************************************************************************/

.btn_validate {
    color: #758400 !important;
}


.btn_validate:focus,
.btn_validate:hover  {
    background: #fff;
    color: #72A33A !important;
    border-color: #72A33A !important;
    box-shadow: inset 0 0 10px #ddd;
    text-shadow: 0 0 4px #ddd;

}


/*******************************************************************************
 * Global button to cancel
 ******************************************************************************/

.btn_cancel {
    padding: 4px 6px;
    border: 0;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    text-decoration:none;
    color: #CB4B16 !important;
}


.btn_cancel:focus,
.btn_cancel:hover  {
    color: #DC322F;
    border-bottom: 1px solid #DC322F;
    text-shadow: 0 0 4px #ddd;
}

/*******************************************************************************
 * Formulaire buttons
 ******************************************************************************/

.form_buttons button img {
  vertical-align: middle;
  padding-right:5px;
  padding-top:3px;
  padding-bottom:3px;
}
.form_buttons  {
  text-align: right;
  width:100%;
  margin: 10px 0px 10px 0px;
}

.form_buttons input,
.form_buttons button,
.form_buttons a {
  margin-left: 15px;
}

#modalbox .form_buttons {
  margin-bottom: 60px;
}

/*******************************************************************************
 * Tree
 ******************************************************************************/

ul.gsite_tree li {
  list-style-type: none;
}

li.tree_part {
  margin-left: 22px;
}
li.no_child {
  margin-left: 38px;
}

a.openclose {
}

li.tree_part img {
  vertical-align: middle;
}

img.tree_icon {
  vertical-align: middle;
  margin: 0 3px 0 3px;
}


/*******************************************************************************
 * task bar top
 ******************************************************************************/
div#empty_top {
  height: 31px;
}

div#task_bar_sub,
div#task_bar_top {
  font-family: "Arial" !important;
  font-size: 12px !important;
  padding: 0;
  background: #444;
  background: linear-gradient(45deg, #444 0%, #333 100%);
  border-bottom: 1px solid #555;
  color: #fff;

  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0px;
  left: 0;

 /* background: url(./../Local/ajax/back.png) #4C4B47;*/

}
div#task_bar_top {
  border-bottom: 4px solid #555;
  height: 32px;
}


div#task_bar_sub {
  top: 32px;
  background-image: none;
  background-color: #F6F6F6;
  border-bottom: 1px solid #ddd;
  z-index: 999;
  padding: 5px;
  height: auto;

  box-shadow: 0px 0px 5px #333;

}

div#task_bar_top div {
  float: left;
}
div#task_bar_top a {
  font-weight: bold;
  font-size: 12px;
}


div#task_bar_top > div > div > a,
div#task_bar_top > div > a,
div#task_bar_top div .login_name {
  font-family: "Arial";
  display: inline-block;
  font-size: 14px;
  padding: 3px 10px 5px;
  height: 24px;
  line-height: 24px;
  border-bottom: solid 4px #555;
  transition: all 0.2s;
}
div#task_bar_top div .login_name {
  font-size: 1em;
  border-left: solid 1px #777;
}

div#task_bar_top > div > a:hover,
div#task_bar_top > div > div > a:hover {
  background: #268BD2;
  border-bottom-color: #69BAEF !important;
  opacity : 1 !important;
}

div#task_bar_top a.logout:hover {
  background: #A02826;
  border-bottom-color: #E87371 !important;
}

div#task_bar_top div#tbtn_quit_edit a {
  background: #AD7026;
  border-bottom-color: #DD9537 !important;
  font-size: 14px;
}

div#task_bar_top #tb_btn_edit_page {
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
div#task_bar_top #tb_btn_edit_page i {
  width: 22px;
  margin-right: 8px;
}

div#task_bar_top,
div#task_bar_top *,
div#task_bar_top *:before,
div#task_bar_top *:after {
    -moz-box-sizing:    initial !important;
    -webkit-box-sizing: initial !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing:    initial !important;    /* Firefox, other Gecko */
    box-sizing:         initial !important;         /* Opera/IE 8+ */
}

div#task_bar_top #tb_btn_edit_page.active {
  color: #fff;
  background: #BA914C;
  border-bottom-color: #EAAA3C !important;
  width: 22px;
}
div#task_bar_top #tb_btn_edit_page.active:hover {
  width: 190px;
}

div#task_bar_top div.btn_more {
  font-weight : bold;
  color: white;
}

div#task_bar_top div.btn_more a {
  color: #A5C94D;
  cursor: pointer;
}


div#task_bar_top div#tbtn_quit_edit a:hover,
div#task_bar_top div.btn_more a:hover {
  color: #DD9537;
  background-color: #555;
  border-bottom-color: #DD9537 !important;
}
div#task_bar_top div.btn_more a:after {
  content: ' ';
  width: 100%;
  height: 0px;
  background-color: #F6F6F6;
  position: absolute;
  bottom: -5px;
  right: 0;
  border-radius: 0 0 70% 70%;
  box-shadow: 0 0 5px #333;
  transition: all 0.5s;
}
div#task_bar_top div.btn_more a:hover:after {
  height: 10px;
  bottom: -15px;
}
div#task_bar_top div.btn_more_on a:after {
  display: none;
}

div#task_bar_top div.btn_more_on a {
  background: #F6F6F6;
  border-bottom-color: #F6F6F6 !important;
}


div#task_bar_top div.btn_user {
  float: right;
  margin-left: 5px;
}

div#task_bar_top div.taskbar_title {
  font-weight: bold;
}

div#task_bar_sub .infos_page {
  color: #999;
  background: #fff;
  border: solid 1px #999;
}
div#task_bar_sub .infos_page li {
  list-style-type: none;
  padding: 0 2px;
}


div#task_bar_sub a,
div#task_bar_top a {
  color: #ddd;
  text-decoration: none;
  font-family: Arial !important;
}

div#task_bar_sub a img,
div#task_bar_top a img {
  max-width: 22px;
  max-height: 22px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 3px;
  border: none;
}


div#task_bar_top div.btn_user.pagendx {
  font-size:11px;
  color: #ccc;
  text-shadow: 0 0 3px #000;
  min-width: 100px;
  text-align: center;
  line-height: 35px;
}

div#task_bar_sub a {
  display: block;
  padding: 6px 10px;
  color: #333;
  background: #fff;
  box-shadow: 0 0 2px #333;
  border-left: solid 5px #333;
  margin-bottom: 0px;
  font-weight: bold;
  font-family: Arial;
  margin:0 2px;
  position: relative;

  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

div#task_bar_sub a:hover {
  background  : #F4F9FD;
  opacity     : 1 !important;
  border-left : solid 10px #268BD2;
  color       : #268BD2;
  box-shadow  : 0 0 5px #000;
  width       : auto;
  margin      :0 0;
  overflow    : hidden;
}

div#task_bar_sub a img {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

div#task_bar_sub a:hover img {
  -moz-transform: scale(1,0.8)  rotate(45deg)  ;
  -webkit-transform: scale(1,0.8)  rotate(45deg)  ;
}

div#task_bar_sub div.sub_zone_task {
  float: left;
  margin-left: 6px;
  margin-right: 10px;
  width: 250px;
  color: #666;
}

div#task_bar_sub div.sub_zone_task_2 {
  float: right;
  width: 230px;
  margin-left: 10px;
  margin-right: 10px;
}

div#task_bar_sub div.sub_zone_task_2 img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

div.taskbar_title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  height: 36px;
  font-size: 15px;
  color: #26B0EF;
  padding: 0;
  text-align: center;
  line-height: 1.2;
  border-bottom: dotted 1px #ccc;
  text-transform: uppercase;
}

.taskbar_subtitle {
  color: #666;
  font-size: 12px;
  display: block;
  text-transform: none;
  text-align: center;
}

div#task_bar_sub div.btn_page,
div#task_bar_sub div.btn_appl {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: left;
}

div.btn_page,
div.btn_appl {
  cursor: pointer;
}

/*******************************************************************************
 * Dev task bar
 ******************************************************************************/

div#dev_task_bar {
  position: fixed;
  bottom:0px;
  left: 0px;
  padding: 10px;
  margin: 10px;
  border: dashed 1px #666666;
  background: rgba(50, 50, 50, 0.1);

  z-index: 1000;
  font-size: 12px;
  text-align: center;
}

/*******************************************************************************
 * Datepicker
 ******************************************************************************/

div.datepicker {
  z-index: 60000;
  padding: 5px;

  -moz-box-shadow: 0px 0px 22px #666;
  -webkit-box-shadow: 0px 0px 22px #666;
  box-shadow: 0px 0px 22px #666;
}

div.datepicker th {
 text-align: center;
}

img.datePicker_imgCalendar {
  margin-left: 5px;
  margin-bottom: -6px;
}

/*******************************************************************************
 * Default styles for fieldsets
 ******************************************************************************/
/*
fieldset {
  background-color: #F6F6F6;
  background: none repeat scroll 0 0 #F9F9F5;
  border: 1px solid #ccc;
  margin: 0 0 1.5em;
  padding: 1.4em;
}

legend {
  background: transparent;
  font-size: 14px;
  color:#333;
  font-weight: bold;
  padding: 3px 10px;
}

fieldset input, fieldset select, fieldset textarea, fieldset checkbox {
  background-color: white;
  border-radius: 4px 4px 4px 4px;
  padding: 3px;
}

fieldset option {
  padding: 0 3px;
}

fieldset fieldset div.title {
  background-color: #F6F6F6;
  margin-top: 10px;
  margin-bottom: 3px;
}

fieldset input:disabled {
  color: rgba(0,0,0,0.5);
}*/

/*******************************************************************************
 * recCAPTCHA
 ******************************************************************************/

.dragableBoxContent {
  position: relative;
}
/*******************************************************************************
 * recCAPTCHA
 ******************************************************************************/

div#recaptcha_image img {
  border: solid 1px #666666;
}

/*******************************************************************************
 * text help
 ******************************************************************************/

div.text_help {
  font-style: italic;
}

/*******************************************************************************
 * Some default buttons
 ******************************************************************************/

a.gsite_edit_button {
  font-weight: bold;
  color: #A1B411;
  text-decoration: none;
}

a.gsite_edit_button img {
  vertical-align: text-bottom;
}


a.gsite_edit_button:hover {
  color: #BF7900;
  text-decoration: underline;
}

/*******************************************************************************
 * Task bar
 ******************************************************************************/
div#admin_task_bar {
  position: fixed;
  top:20px;
  right: 0px;
  padding: 0px;
  border: solid 1px #666666;
  border-right: none 1px #666666;
  background: #FAFAFA;
  padding-left: 10px;
 /* height: 100%; */

  z-index: 1000;
  min-height: 80px;
  font-size: 12px;

 /* filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;*/

}

div#admin_task_bar_container {
  float : left;
  width : 250px;
}

div#admin_task_bar_container div.task_bar_title {
  font-weight  : bold;
  font-size    : 14px;
  border-bottom: solid 3px #999999;
  margin-top   : 5px;
  line-height  : 150%;
}

div.inner_task_bar, div.inner_task_bar_global {
  position: relative;
}

div.inner_task_bar_global {
}

div#admin_task_bar.task_bar_hide {
  background     : #FAFAFA url(./../Local/ajax/taskbar_off.png) repeat-y left center;
  padding-left   : 40px;
  height         : 80px;
  filter         : alpha(opacity=50);
  -moz-opacity   : 0.5;
  -khtml-opacity : 0.5;
  opacity        : 0.5;
}

div#admin_task_bar div.text_btn {
  float      : right;
  width      : 50px;
  text-align : left;
  border     : solid 5px #A1B411;
}

div#admin_task_bar div.icon_adm,
div#admin_task_bar div.icon_adm2,
div#admin_task_bar div.footer_app_icon {
  position: relative;
  padding: 5px;
  float: none;
}

.used_pages,
div.footer_app_icon a  {
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
}

.used_pages {
  display: inline-block;
  padding: 5px;
  background-color: #bbb;
  border-radius: 50px;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Consolas', 'Courier New', Courier, monospace;
}

div.footer_app_icon .open_hover {
  line-height: 48px;
  width: 48px;
  height: 48px;
  text-align: center;
}
div.openbox_footer {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  opacity: 0.75;
}
div.openbox_footer > div {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 1200px;
}
div.openbox_footer .footer_app_icon .open_hover i {
  font-size:   28px !important;
  line-height: 24px !important;
  width:       24px !important;
  height:      24px !important;
  text-align: center;
}
div.openbox_footer .footer_app_icon {
  float: right;
}
div.openbox_footer .footer_app_icon a {
  background-color: rgba(150,150,150,0.4) !important;
  box-shadow: inset 0 0 10px rgba(80,80,80,0.25) !important;
  color:rgba(0,0,0,0.5) !important;
}

td div.footer_app_icon a  {
  text-align: center;
}

div.footer_app_icon a:hover  {
  opacity: 1 !important;
  color: #268BD2 !important;
}

div.footer_app .footer_app_icon a {
  text-decoration: none;
  color: #333;
}

div.footer_app div.footer_app_icon a img {
  /*float: left;*/
  vertical-align: middle;
}

div#admin_task_bar div.icon_adm2 {
  width: 32px;
}

div#admin_task_bar a {
  color: black;
  text-decoration: none;
  padding-top: 7px;
  padding-bottom: 7px;
}

div#admin_task_bar img {
  padding: 5px;
  max-width: 24px;
  max-height: 24px;
  border: medium none;
  vertical-align: middle;
}

div#admin_task_bar div.icon_adm:hover {
  /* border-bottom : solid 5px #A1B411;*/
}

div#admin_task_bar div.icon_adm2.sign_out{
  float:right;
}

div#admin_task_bar div.icon_adm.icon_inactive{
  filter:alpha(opacity=25);
  -moz-opacity:0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}



div#admin_task_bar div.log_username {
  vertical-align: middle;
}

.app_txt_include .btn_box_arg,
.app_txt_include .btn_appli_delete,
.app_txt_include .btn_appli_move {
  display: none !important;
}

/*******************************************************************************
 * inline edit
 ******************************************************************************/

.inline_loaded {
  box-shadow: 0 0 10px rgba(0,0,0,0), inset 0 0 10px rgba(0,0,0,0);
  outline: dashed 2px rgba(0,0,0,0);
  transition: box-shadow 0.3s, outline 0.3s;
  position: relative;
}
body.edit .inline_loaded:hover {
  box-shadow: 0 0 10px rgba(100,100,100,0.3), inset 0 0 10px rgba(100,100,100,0.3);
  outline: dashed 1px rgba(100,100,100,0.3);
}

.inline_loaded .gs_loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-color: #ddd;

  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.inline_loaded .gs_loader i {
  display: block;
  text-align: center;
  font-size: 4rem;
  opacity: 0.5;
}

.btn_inline_edit {
  position: absolute;
  display: none;
  padding: 8px 16px !important;
  height: auto !important;
  border-radius: 4px;
  background-color: transparent;
  color: #fff;
  z-index: 9998;
  top:  20px;
  right: 20px;
  transition: background 0.3s;
  transform-origin: center center;
  box-shadow: 0 0 0 5px rgba(100,100,100,0.5);
  cursor: pointer;
}

body.edit .inline_loaded:hover .btn_inline_edit {
  display: block;
  color: #fff;
  background-color: #333;
  animation: pulseBtnEdit 1s infinite;
}
body.edit .inline_loaded:hover .btn_inline_edit:hover {
  color: #fff;
  background-color: #2586CB;
  box-shadow: 0 0 0 5px rgba(100,100,100,0.5);
}

@keyframes pulseBtnEdit {
  0% {
    box-shadow: 0 0 0 5px rgba(100,100,100,0.5);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(100,100,100,0.4);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(100,100,100,0.5);
  }
}


/*******************************************************************************
 * Icon chooser
 ******************************************************************************/

.field-choose-ico {
  clear: both;
}
.field-choose-ico li {
  display: inline-block;
  margin: 2px;
  text-align: center;
}
.field-choose-ico li span {
  background-color: rgba(150,150,150,0.2);
  padding:     2px;
  font-size:   24px;
  width:       32px;
  height:      32px;
  line-height: 32px;
  display: inline-block;
  cursor: pointer;
}
.field-choose-ico li span:hover {
  background-color: rgba(150,150,150,0.8);
}

/*******************************************************************************
 * Drag drop applications
 ******************************************************************************/


.dropmarker {
  height:6px;
  width:6px;
  margin-top:0px;
  margin-left:10px;
  z-index:1000;
  overflow: hidden;
  background: #999999;
  border: solid 1px #333333;
}

.edit div.list_contain_app {
  min-height: 90px;
  padding-bottom: 10px;
}
div.list_contain_app{
 /* border: solid 1px #FFFFFF;*/
}

.drop_hover {
  background: url('./../Local/ajax/filter_grey.png');
  box-shadow: inset 1px 1px 3px  #555 !important;
}

.drop_hover:hover {
  background: url('./../Local/ajax/filter_green.png');
  box-shadow: inset 0px 0px 3px #777;
  /*background: #A2B412;*/
}

.insert_here {
  height: 20px;
}

.ui-sortable-helper {
  background: rgba(255,255,255,0.7);
}

.ui-sortable-placeholder {
  background: #ccc;
  border: dotted 2px #666;
  visibility: visible !important;
}


.edit .box_main_app,
.edit div.box_app {
  min-height: 32px;
  position: relative;
}

.edit .box_main_app:hover,
.edit div.box_app:hover {
  box-shadow: 0 0 3px #333;
}


.edit #main_app_footer {
  position: relative;
  height: 0;
}
/*
.edit #main_app_footer div.footer_app {
  top: -32px;
  left: 0;
  width: 50%;
  max-width: 450px;
}*/
.edit section div.footer_app {
  display: block !important;
  opacity: 0.25;
  transition: opacity 0.3s;
}
.edit section:hover div.footer_app,
.edit .box_main_app:hover div.footer_app,
.edit .box_app:hover div.footer_app {
  display: block !important;
  opacity: 1;
}

section.no_theme_choose .btn_section_theme {
  display: none;
}

/* ************************************************************************** */
/* Footer button Hover effect */
/* ************************************************************************** */
/*
.edit .item_li_section div.openbox_footer,
.edit .box_main_app div.openbox_footer,
.edit .box_app div.openbox_footer {
  opacity: 1;
  transition: all 0.5s;
}
.edit .item_li_section:hover div.openbox_footer,
.edit .box_main_app:hover div.openbox_footer,
.edit .box_app:hover div.openbox_footer {
  opacity: 0.1;
  border-radius: 100%;
}
.edit .item_li_section div.openbox_footer a,
.edit .box_main_app div.openbox_footer a,
.edit .box_app div.openbox_footer a {
  transition: all 0.7s !important;
  border-radius: 4px;
  box-sizing: border-box;
}
.edit .item_li_section:hover div.openbox_footer a,
.edit .box_main_app:hover div.openbox_footer a,
.edit .box_app:hover div.openbox_footer a {
  border-radius: 100%;
  width:       10px;
  height:      10px;
  line-height: 10px;
  font-size: 0;
  padding: 0;
  margin: 10px;
}

.edit .item_li_section:hover div.openbox_footer a i,
.edit .box_main_app:hover div.openbox_footer a i,
.edit .box_app:hover div.openbox_footer a i {
  display: none;
}

.edit .item_li_section div.footer_app,
.edit .box_main_app div.footer_app,
.edit .box_app div.footer_app {
  display: block !important;
  width: 0;
  overflow: hidden;
}
.edit .item_li_section:hover div.footer_app,
.edit .box_main_app:hover div.footer_app,
.edit .box_app:hover div.footer_app {
  width: auto;
  min-width: 200px;
  overflow: visible;
}*/
/*
.edit .item_li_section div.footer_app .footer_app_icon,
.edit .box_main_app div.footer_app .footer_app_icon,
.edit .box_app div.footer_app .footer_app_icon {
  opacity: 0;
  transition: margin-left 0.25s !important;
  margin-left: -25px  !important;
  overflow: hidden;
}

.edit .item_li_section:hover div.footer_app .footer_app_icon,
.edit .box_main_app:hover div.footer_app .footer_app_icon,
.edit .box_app:hover div.footer_app .footer_app_icon {
  opacity: 1;
  margin-left: 0  !important;
}*/

/* ************************************************************************** */
/* section list hover */
/* ************************************************************************** */

.edit #section_list section:hover div.footer_app.force_hide {
  display: none !important;
}
/*
.edit #main_app_footer div.footer_app {
  top: -32px;
  left: 0;
  width: 50%;
  max-width: 450px;
}*/

div.footer_app {
  top: 0;
  right: 0;
 /* height: 100% !important;*/
 /* width: 100% !important;
  max-width: 100%;*/
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box;
  border-top: solid 2px rgba(0,0,0,0.4);
  text-align: left;
  padding: 15px;
  transition: top 0.3s;
}


.gs_operations,
 .footer_app .footer_app_icon {
  float: none;
  display: inline-block;
}

.gs_operations a,
.footer_app div.footer_app_icon a,
div.openbox_footer .footer_app_icon a.open_hover {
  font-family: Arial !important;
  font-size: 14px !important;
  font-weight: bold;
  font-variant: normal !important;
  text-transform: none !important;
  color: #fff;
  display: inline-block;
  margin: 0px;
  padding: 6px 9px;
  background-color: rgba(0,0,0,0.85);
  border-radius: 4px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  transition: background-color 0.25s;
}

.gs_operations a:hover,
.footer_app .footer_app_icon a:hover,
div.openbox_footer .footer_app_icon a.open_hover:hover {
  background-color: #2586CB;
  color: #fff !important;
  box-shadow: 0 0 8px rgba(0,0,0,0.75);
}


.gs_operations a i,
.footer_app .footer_app_icon a i {
  display: inline-block;
  font-size:   18px;
  font-size:   18px;
  line-height: 18px;
  width:       18px;
  color: #fff;
}

.element_editable {
  position: relative;
}
.gs_operations {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: 250px;
}
.edit .element_editable:hover .gs_operations {
  display: block;
}
.element_editable a {
  cursor: pointer;
}

/*******************************************************************************
 * Message box loader
 ******************************************************************************/

.msgbox_loader {
  padding: 50px;
  text-align: center;
}
.msgbox_loader i {
  font-size: 80px;
}

/*******************************************************************************
 *
 ******************************************************************************/

ul.list_contain_app, ul.list_contain_app li {
  margin          : 0 0 0 0;
  padding         : 0 0 0 0;
}

ul.list_contain_app li {
  list-style-type : none;
}

div.box_app_container {
  position        : relative;
  overflow        : auto;
  max-height      : 500px;

}

div.footer_app {
  text-align      : right;
  /*padding         : 2px; */
  position        : absolute;
  min-height: 32px;
  /*width: 100%;*/
  top             : 0px;
  right           : 0px;
  margin: 0;
  padding: 0;
  z-index: 1999;
}

.footer_app_title {
  float: left;
  text-align: center;
  font-weight: bold;
  padding : 4px;
  height: 16px;
  cursor: move;
}
.footer_app_icon {
  float: left;
  padding : 4px;
}


.floating_box {
  position : absolute;
  background : white;
  border : solid 1px black;
  padding : 5px;
}


/*******************************************************************************
 * NAvigation bar
 ******************************************************************************/
div.nav_zone {
  text-align: right;
  padding : 5px;
  min-height: 36px;
}

div.nav_zone a {
  border: solid 1px #999;
  display: inline-block;
  padding: 0 5px;
  margin: 0 2px;
  text-decoration: none;
  border: solid 1px #ccc;
  color: #555;
  line-height: 22px;
  text-align: center;
  vertical-align: text-bottom;
  cursor: pointer;
}

.answersResult {
  line-height: 24px;
  margin-right: 10px;
}

div.nav_zone a.nav_sel,
div.nav_zone a:hover {
  opacity: 1 !important;
  font-weight: bold;
  box-shadow: inset 0 0 5px #ddd;

  border: solid 1px #333;
  color: #333;
}

div.nav_zone a.nav_sel {
  border: solid 1px #268BD2;
  color: #268BD2;
}

div.nav_zone a.goto {
  font-size: 12px;
  font-family: 'Courier New';
}

/*******************************************************************************
 * Arguments
 ******************************************************************************/
.conf_changed {
  color : red;
}


div#cfg_list {
  border-left     : solid 1px #AAAAAA;
  padding-left    : 5px;
  margin          : 30px;
  margin-top      : 0px;
}

.cfg_title {
  font-weight     : bold;
}

.cfg_title_choose {
  font-weight     : bold;
  text-decoration : underline;
}


.arg_group {

}

.arg_group_list li {
  position        : relative;
  list-style-type : none;
  background      : none;
  padding         : 4px;
  clear           : both;
}

.form_title {
  font-weight     : bold;
  float           : left;
  width           : 200px;
  text-align      : right;
  padding-right   : 5px;
}

.form_value {
  padding-left    : 10px;
}

td.arg_title {
  /* width           : 230px;
   text-align      : justify;
   border-bottom   : solid 1px #CCCCCC;*/
  width           : 230px;
  border-bottom   : solid 1px #CCCCCC;
}

div.arg_required {
  font-weight     : bold;
}

div.arg_title.arg_required:after {
  content: ' (*) ';
  margin-left: 5px;
}

td.arg_value {
}

h3.arg_group_title {
  margin: 10px 0;
  padding: 3px 0;
  text-transform  : uppercase;
  color: #26B0EF;
  border-bottom: solid 3px #26B0EF;
}

h3.arg_group_title a {
  color: #26B0EF;
}

legend.arg_group_title {
  font-size       : 14px;
  font-weight     : bold;
}

fieldset.arg_group {
  margin-bottom : 10px;
}

/*******************************************************************************
 * Code style
 ******************************************************************************/
.code_style {
  border: dashed 1px #999  !important;
  padding: 10px;
  white-space: pre-wrap;                 /* CSS3 browsers  */
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap;                /* Opera 4 thru 6 */
	white-space: -o-pre-wrap;              /* Opera 7 and up */
	word-wrap: break-word;
  background: #faf8f0;
  border-radius: 3px;
  font-size: 11px;
}

input.code_style {
  width: 300px;
}

/*******************************************************************************
 * Nuages de mots-clefs
 ******************************************************************************/

.tagcloud {
  list-style-type : none;
  padding         : 0px;
  margin          : 0px;
  text-align      : center;
}


.tagcloud li {
  display         : inline;
  margin          : 3px;
}

.tagcloud  a{
  text-decoration: none;
}

/*******************************************************************************
 * Ajax html button
 ******************************************************************************/

a.btn_txt_img {
  text-decoration: none;
}

.btn_txt_img img {
  border : none;
  vertical-align: middle;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.btn_txt_img:hover img {
  -moz-transform: rotate(25deg)  ;
  -webkit-transform: rotate(25deg)  ;

}


/*******************************************************************************
 * Ajax round button
 ******************************************************************************/

a.button_round {
  cursor: pointer;
}

.edit a.button_add_sec_app {
  padding: 7px 10px;
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 4px;
  display: block !important;
  margin : 5px 0 0;
  line-height: 1.1;
  font-size: 14px;
  cursor: pointer;
}
.edit a.button_add_sec_app:hover {
  background-color: rgba(200,200,200,0.2);
}

a.button_round img {
  vertical-align: text-bottom;
}

/*******************************************************************************
 * Clear
 ******************************************************************************/
.clear {
  clear: both;
}

/*******************************************************************************
 * Ajax Tabs 1
 ******************************************************************************/

#main ul.subsection_tabs {
  border-bottom:1px solid #CCCCCC;
  clear:both;
  height:24px;
  list-style:none outside none;
  margin:0 0 0 0;
  padding:0;
}
#main ul.subsection_tabs li.tab {
  float:left;
  margin-right:7px;
  height:20px;
  text-align:center;
}
#main ul.subsection_tabs li.tab a {
  background-color:#EEEEEE;
  color:#333333;
  display:block;
  height:20px;
  margin: 0;
  padding-top:3px;
  padding-left:10px;
  padding-right:10px;
  border:1px solid #CCCCCC;
}
#main ul.subsection_tabs li.tab a:hover {
  color:#333333;
  background-color:#EFE0E1;
}
#main ul.subsection_tabs li.tab a.active {
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  border-bottom:1px solid #FFFFFF;
  font-weight: bold;
}
#main ul.subsection_tabs li.source_code {
  float:right;
}

#main div.content_tabs {
  clear: both;
  margin: 0;
  padding: 8px 8px 8px 8px;
  border:1px solid #CCCCCC;
  border-top-style:none;
}


/*******************************************************************************
 * Ajax Tabs 2
 ******************************************************************************/

#main ul.subsection_tabs_2 {
  border-bottom:1px solid #CCCCCC;
  clear:both;
  height:24px;
  list-style:none outside none;
  margin:0 0 0 0;
  padding:0;
}
#main ul.subsection_tabs_2 li.tab {
  float:left;
  margin-right:7px;
  height:20px;
  text-align:center;
}
#main ul.subsection_tabs_2 li.tab a {
  color:#666666;
  display:block;
  height:20px;
  margin: 0;
  padding-top:3px;
  padding-left:10px;
  padding-right:10px;
}
#main ul.subsection_tabs_2 li.tab a:hover {
  color:#000000;
}
#main ul.subsection_tabs_2 li.tab a.active {
  color:#000000;
  font-weight: bold;
}
#main ul.subsection_tabs_2 li.source_code {
  float:right;
}

#main div.content_tabs_2 {
  clear: both;
  margin: 0;
  padding-top : 8px;
}

/*******************************************************************************
 * Zone button edit required args
 ******************************************************************************/
div.zone_required_args {
  height:100px;
  text-align:center;
  vertical-align:middle;
}

/*******************************************************************************
 * Color palette
 ******************************************************************************/

.btn-chooser {
  cursor: pointer;
  text-decoration: underline;
}

.color-palette {
  clear: both;
}
.color-palette,
.color-palette ul {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.color-palette ul {
  margin: 2px;
}
.color-palette li {
  list-style-type: none;
  display: inline-block;
  margin: 2px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: text-bottom;
}
.color-palette > li {
  width: 90px;
}

.color-palette span {
  position: relative;
  display: inline-block;
  width:  32px;
  height: 32px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(100,100,100,0.5);
  cursor: pointer;
}
.color-palette span:after {
  content: ' ';
  position: absolute;
  top:  0;
  left: 0;
  display: inline-block;
  width:  32px;
  height: 32px;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(100,100,100,0.5);
  background-color: inherit !important;
  transition: all 0.1s;
}
.color-palette span:hover:after {
  top:  -4px;
  left: -4px;
  width:  40px;
  height: 40px;
  border-radius: 100%;
}

/*******************************************************************************
 * Accordion
 ******************************************************************************/
div.accordion {
  list-style-type: none;
}

div.accordion h3.accordion_toggle:before {
  content: url('./../Local/ajax/16/arr_bottom.png');
  float: right;
}
div.accordion h3.accordion_toggle.active:before {
  content: url('./../Local/ajax/16/arr_right.png');
}

div.accordion h3.accordion_toggle {
  vertical-align:  middle;
  border: solid 1px #EEEEEE;
  background-color: #FEFEFE;
  border: 1px solid #AEAEAE;
  padding: 3px;
  margin: 0;
  background-color: #999999;
  color: white;
  margin-bottom: 1px;
}

div.accordion h3.accordion_toggle.active,
div.accordion h3.accordion_toggle.active:hover {
  background-color: #9BCC01;
  color: white;
}

div.accordion h3.accordion_toggle:hover {
  background-color: #CC9501;
  color: white;
}


div.accordion_content {
  border-left: solid 1px #cccccc;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #cccccc;
  border: solid 1px #9BCC01;
  padding: 5px 5px 5px 5px;
  min-height: 50px;
  background-color: #FAFAFA;
  margin-bottom: 1px;
}

/*******************************************************************************
 * Formulaire mail
 ******************************************************************************/

#FMFI_ORDER {
  max-width: 400px;
}



/*******************************************************************************
 * Background for field select image with background preview
 ******************************************************************************/
.back_getfile {
  position: relative;
}
.back_getfile input {
  display: none;
}

.back_getfile a {
  background: #fff;
  padding: 5px;
  color: #333;
  display: block;

  margin: 5px;
  width: 100px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border: solid 1px #666;
}

/*******************************************************************************
 * Page preview
 ******************************************************************************/

.page_preview {
  display: block;
  border: solid 1px #eee;
  background-color: #f7f7f7;
  padding: 7px;
  clear: both;
}
.page_preview .url_p {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
}

/*******************************************************************************
 * Googlae map search geoloc edition
 ******************************************************************************/

#geoloc_infos,
.geoloc_infos {
  position: relative;
  padding-right: 220px;
  border: solid 1px #aaa;
  min-width: 280px;
}

.gmap_zonemap {
  height: 400px;
  width: 100%;
}
.gmap_zoneinfo {
  width: 200px;
  padding: 10px;
  height: 380px;
  position: absolute;
  bottom:0px;
  right:0;
  border-left: solid 1px #ccc;
}

.gmap_zoneinfo ul,
.gmap_zoneinfo li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 11px;
}

.gmap_zoneinfo {
  overflow: auto;
}

.gmap_zoneinfo input[type=text] {
  width: 170px;
  padding: 4px;
  box-shadow: inset 0 0 5px #ddd;
  background: #fafafa;
}
.coord_zone {
  padding: 4px;
  text-align: right;
  font-weight: bold;
}

#manual_coords_lat,
#manual_coords_lng {
  margin: 0;
  width: 100px;
}

.map_title {
  border-bottom: solid 1px #999;
  font-weight: bold;
  font-size: 14px;
  margin: 7px 0;
}

a#launch_search_address {
  cursor: pointer;
  text-decoration: underline !important;
  margin-bottom: 10px;
  display: block;
}

#geo_responses li {
  border-bottom: dotted 1px #777 !important;
  padding: 5px 0;
  line-height: 1;
}
#geo_responses li input,
#geo_responses li label {
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  vertical-align: middle;
}
#geo_responses li input {
  margin-right: 5px;
}

.geoloc_infos.fullwidthmap .gmap_zonemap {
  display: none;
}

.geoloc_infos.fullwidthmap .gmap_zoneinfo {
  float: none;
  width: 100%;
  height: auto;
  position: relative;
}
.geoloc_infos.fullwidthmap .coord_zone {
  text-align: left;
  display: inline-block;
  margin-left: 25px;
}
.geoloc_infos.fullwidthmap .coord_zone input {
  display: inline-block;
}

.geoloc_infos.fullwidthmap #search_address1,
.geoloc_infos.fullwidthmap #search_address2,
.geoloc_infos.fullwidthmap #search_address3 {
  display: inline-block;
  margin-right: 7px;
}
.geoloc_infos.fullwidthmap #search_address1 {
  width: 100%;
}
.geoloc_infos.fullwidthmap #search_address3 {
  width: 300px;
}
.button_geocode_search {
  display: inline-block;
  margin-right: 30px;
  text-decoration: underline;
  cursor: pointer;
}

/*******************************************************************************
 * Ads feed item
 ******************************************************************************/

.item_ad_feed {
  border: solid 1px #eee;
  background-color: #f9f9f9;
  padding: 7px;
  clear: both;
}
.item_ad_feed h2 {
  margin: 0;
}
.item_ad_feed .text_element_left {
  margin: 0 0 5px;
}
.item_ad_feed a.view_more_link {
  margin: 0 0 0 10px;
  text-decoration: underline;
  float: right;
}

.item_ad_feed .item_img_left {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.item_ad_feed .item_img_left img {
  max-width: 100px;
}

.item_img_banner  {
  text-align: center;
}
.item_img_banner img {
  max-width: 100%;
}

/*******************************************************************************
 * Group feed
 ******************************************************************************/
/*
.group_ad_feed {
  text-align: center;
}

.group_ad_feed .item_ad_feed {
  width: 250px;
  max-width: 100%;
  display: block;
  break-inside: avoid;
  vertical-align: text-top;
  text-align: left;
}*/

.group_ad_feed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px 16px;
  grid-auto-flow: row dense;
}

.large-2 .group_ad_feed,
.large-3 .group_ad_feed,
.large-4 .group_ad_feed {
  grid-template-columns: 1fr 1fr;
}


@media screen and (max-width: 64.063em) {
  .group_ad_feed {
    grid-template-columns: 1fr 1fr;
  }
  .large-2 .group_ad_feed,
  .large-3 .group_ad_feed,
  .large-4 .group_ad_feed {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 40.063em) {
  .group_ad_feed {
    grid-template-columns: 1fr 1fr;
  }
  .large-2 .group_ad_feed,
  .large-3 .group_ad_feed,
  .large-4 .group_ad_feed {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 25em) {
  .group_ad_feed {
    grid-template-columns: 1fr;
  }
  .large-2 .group_ad_feed,
  .large-3 .group_ad_feed,
  .large-4 .group_ad_feed {
    grid-template-columns: 1fr;
  }
}

@-moz-document url-prefix() {

  .group_ad_feed .item_ad_feed {
    display: inline-block;
  }

}

.group_ad_feed .item_ad_feed .item_img_left {
  float: none;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}
.group_ad_feed .item_ad_feed .item_img_left img {
  width: 100% !important;
  max-width: none !important;
}
.group_ad_feed .item_ad_feed {
  background-color: transparent;
  border-style: none;
}

.group_ad_feed .view_more_link {
  display: none;
}

.group_ad_feed .item_ad_feed .item_title {
  font-size: 1.2rem;
  margin: 5px 0;
}

.group_ad_feed {
  margin: 15px 0;
}
.group_ad_feed .item_price {
  font-size: 0.9rem;
  font-weight: bold;
}

.group_ad_feed .item_rating {
  color: #FABB05;
  font-size: 14px;
  vertical-align: middle;
  float: right;
}

.group_ad_feed .item_price + .item_rating {
  margin-left: 10px;
}

/*******************************************************************************
 * Privacy data
 ******************************************************************************/

.form_item_personal_head {
  margin: 50px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border: solid 1px #eee;
}
.form_item_personal_head a {
  margin: 20px 0 0;
  display: inline-block !important;
  clear: both;
}
.show_adv_intro label,
.group_adv_items label,
.form_item_personal label {
  float: none;
  display: inline-block;
  font-weight: bold;
  margin: 0 5px 5px 0;
}

input#pde_month_storage {
  width: 100px;
  display: inline-block;
}
select#pde_storage_id,
input#pde_software,
input#pde_app {
  width: 350px;
  display: block;
}

.item_multi_input input {
  display: inline-block;
  width: 100%;
  margin-right: 7px;
  margin-bottom: 7px;
}

.rgpd_data_title {
  border-bottom: solid 3px #000000;
}

.title_registry {
  text-align: center;
  color:#268BD2;
}
.group_adv_items h3 {
  color:#268BD2;
}

.group_personal_head {
  margin: 0 0 30px;
  padding: 15px;
  background: #f9f9f9;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  width: 100%;
}

.form_item_personal {
  width: 300px;
}

/*******************************************************************************
 * Geolocation microformat
 ******************************************************************************/

.geo .latitude,
.geo .longitude {
  border-bottom: dotted 1px #999;
  margin: 0 2px;
}

/*******************************************************************************
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 ******************************************************************************/

 @font-face{
  font-family:'FontAwesome';
  font-display: swap;
  src:url('./font/fontawesome-webfont.eot?v=4.7.0');src:url('./font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('./font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('./font/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('./font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('./font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto
}


/*******************************************************************************
 * Add custom size for FA
 ******************************************************************************/
/* Icon sizes */

.ico-empty {
  display: inline-block;
}

.ico-spacer {
  margin-right: 8px;
}

.size-16,
.size-18,
.size-22,
.size-24,
.size-32,
.size-48,
.size-64 {
  display: inline-block !important;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  text-decoration: none !important;
}

.size-16 {
  font-size: 16px;
  line-height: 16px;
  width:16px;
}
.size-18 {
  font-size: 18px;
  line-height: 18px;
  width:18px;
}
.size-22 {
  font-size: 22px;
  line-height: 22px;
  width:22px;
}
.size-24 {
  font-size: 24px;
  line-height: 24px;
  width:24px;
}
.size-32 {
  font-size: 32px;
  line-height: 32px;
  width:32px;
}
.size-48 {
  font-size: 48px;
  line-height: 48px;
  width:48px;
}
.size-64 {
  font-size: 64px;
  line-height: 64px;
  width:64px;
}

.ui-widget-header .ui-icon {
    background-image: url("../resources/jquery/css/gsite/images/ui-icons-ffffff-256x240.png");
}

.kw_list .gsa_formInput.input_large {
  width: auto;
}

.form_NODE_ARG_update .class_filters label:after,
.form_NODE_ARG_update .class_groups_choice_user label:after {
  content: none;
}
.form_NODE_ARG_update .class_filters label,
.form_NODE_ARG_update .class_groups_choice_user label {
  display: inline;
  float: none !important;
  margin: 0;
}
.form_NODE_ARG_update .class_filters input,
.form_NODE_ARG_update .class_groups_choice_user input {
  margin: 0 5px 0 0;
}
.form_NODE_ARG_update .class_filters .filter_father_children label,
.form_NODE_ARG_update .class_groups_choice_user .filter_father_children label {
  font-style: italic;
  font-weight: bold;
}
.form_NODE_ARG_update .class_filters .filter_children,
.form_NODE_ARG_update .class_groups_choice_user .filter_children {
  padding-left: 20px;
}


/*******************************************************************************
 * Button group
 ******************************************************************************/

.gs_btn_group input[type=radio] {
  display: none;
}
.gs_btn_group label {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  margin: 0 5px 0 0;
  border-radius: 4px;
  float: none;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  border: solid 1px #ccc;
}
.gs_btn_group label:hover {
  box-shadow: inset 0 0 8px rgba(0,0,0,0.4) !important;
}

.gs_btn_group.with_ative_sel label {
  background-color: #eee;
  box-shadow: none;
  opacity: 0.4;
}

.gs_btn_group label.selected_opta {
  background-color: #fff;
  box-shadow: inset 0 0 6px rgba(50,50,50,0.5);
  opacity: 1;
}

/*******************************************************************************
 * Glossary popup
 ******************************************************************************/
#glo-popup {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  color: #333;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-family: sans-serif;
  font-size: 0.9em;
  line-height: 1.5;
  max-width: 300px; /* Ajuste la largeur maximale selon tes besoins */
}

#glo-popup strong {
  font-weight: bold;
  color: #007bff; /* Couleur pour mettre en évidence les termes ou les titres */
}

#glo-popup em {
  font-style: italic;
  color: #6c757d; /* Couleur pour l'emphase */
}

#glo-popup a {
  color: #007bff;
  text-decoration: none;
}

#glo-popup a:hover {
  text-decoration: underline;
}

/*******************************************************************************
 * GSite Search
 ******************************************************************************/

.gs-search-box {
  position: relative;
}
.gs-search-box .search-loop-ico {
  position: absolute;
  top:  7px;
  left: 7px;
}

.gs-search-box .search-loop-ico svg {
  width:  28px;
  height: 28px;
  color: #aaa;
}

.gs-search-box input[type=text] {
  padding: 7px 7px 7px 38px;
  border-color: #aaa;
  border-radius: 4px;
  line-height: 1;
  width: 280px;
  max-width: 100%;
  box-sizing: border-box;
}

.gs-search-box input[type=text]:focus {
    outline: 2px solid rgba(100,100,100,0.1);
}