a .lang {
  background:#2c7cc0;
  font-size:12px;
  color:#fff;
  padding:1px 7px;
  border-radius:30px;
}

/* ////////////////////////////////////////////////////////////// */
/* ///////////////////////// PASSWORD /////////////////////////// */
/* ////////////////////////////////////////////////////////////// */
.account-menu-additional {
    padding: 15px; }
    .account-menu-additional div {
      padding-top: 15px;
      border-top: 1px solid #ccc; }
    .account-menu-additional p {
      color: #2c7cc0; }
    .account-menu-additional input {
      height: 40px;
      font-size: 14px !important;
      border-radius: 3px; }
      .account-menu-additional input:hover, .account-menu-additional input:focus {
        font-size: 14px !important; }
    .account-menu-additional button.btn {
      width: 100%;
      padding: 10px 15px;
      margin-top: 15px;
      border-radius: 3px; }
  
  .selecttable {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    background: white;
    border-radius: 5px; }
    .selecttable .st-list {
      max-height: 400px;
      overflow-y: scroll; }
    .selecttable .st-row,
    .selecttable .st-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .selecttable .st-row span,
      .selecttable .st-header span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-width: 160px;
        padding: 10px 15px;
        border: 1px solid #DDDDDD;
        border-left: none;
        border-bottom: none;
        /* &:first-child {
                  width:40%;
                  justify-content: flex-start;
                  flex-grow:1;
              }*/ }
        .selecttable .st-row span:first-child::before,
        .selecttable .st-header span:first-child::before {
          display: inline-block;
          content: "";
          color: #053b67;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          background: white;
          width: 16px;
          height: 16px;
          margin-right: 8px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          border: 1px solid #ccc;
          border-radius: 2px; }
    .selecttable .st-header {
      background: #e5e5e5;
      font-weight: 600; }
      .selecttable .st-header span:hover {
        cursor: pointer;
        color: #2c7cc0; }
      .selecttable .st-header span::after {
        content: "^";
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        margin-left: 5px;
        font-family: verdana;
        font-size: 0.9em; }
      .selecttable .st-header span.selected {
        color: #2c7cc0; }
      .selecttable .st-header span.inverted:after {
        content: "^";
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        margin-left: 5px;
        font-family: verdana;
        font-size: 0.9em; }
      .selecttable .st-header span:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 50px;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        min-width: 0;
        padding: 0; }
        .selecttable .st-header span:first-child:before {
          margin-right: 0; }
        .selecttable .st-header span:first-child::after {
          display: none; }
        .selecttable .st-header span:first-child.selected::before {
          color: white;
          background: #1184e6;
          border-color: #1184e6;
          content: "\2713"; }
      .selecttable .st-header .sth-username {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .selecttable .st-row span i {
      font-style: normal;
      font-size: 0.9em;
      background: #eee;
      padding: 0 6px;
      border-radius: 2px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .selecttable .st-row span:first-child::before {
      margin-right: 34px; }
    .selecttable .st-row:hover {
      background: #f9f9f9;
      cursor: pointer; }
    .selecttable .st-row.selected {
      background: #f5f9ff;
      font-weight: 600; }
      .selecttable .st-row.selected span:first-child::before {
        color: white;
        background: #1184e6;
        border-color: #1184e6;
        content: "\2713"; }
      .selecttable .st-row.selected span i {
        background: #2c7cc0;
        color: white; }
    .selecttable .st-row.requested {
      background: #fcf7ee;
      color: #CCCCCC; }
      .selecttable .st-row.requested .st-username::after {
        content: "Update requested";
        color: #EDB21E;
        font-size: 12px;
        font-weight: 600;
        line-height: 12px;
        margin-left: 15px; }
      .selecttable .st-row.requested span:first-child::before {
        content: '\2713';
        color: #999;
        border: 1px solid #CCCCCC;
        font-weight: 600;
        background: #DDDDDD; }
    .selecttable .st-row .st-username {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  
  .user-access-control input.form-control {
    height: 50px;
    padding: 10px 15px;
    font-size: 18px !important;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-top: 10px; }
  
  .disabled-like {
    display: block;
    border-radius: 3px; }
    .disabled-like div {
      padding: 8px 12px;
      margin-bottom: 8px;
      background: #f1f1f1; }
    .disabled-like p {
      padding: 8px 12px;
      color: #666;
      background: #f1f1f1; }
  
  .password-history {
    margin-top: 10px; }
    .password-history > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #666; }
    .password-history .h-date {
      font-weight: 600; }
    .password-history .h-length,
    .password-history .h-complexity,
    .password-history .h-frequency {
      margin-left: 8px; }
  
  .modal-password .modal-dialog .modal-content {
    border-radius: 6px; }
  
  .modal-password .modal-header {
    padding: 25px 70px;
    border: none !important;
    text-align: center; }
  
  .modal-password .modal-body {
    padding: 30px;
    padding-top: 20px; }
    .modal-password .modal-body .form-group {
      margin-top: 0; }
    .modal-password .modal-body .form-control {
      background: #f1f1f1;
      height: 45px;
      border-radius: 3px;
      border: 1px solid #ddd;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-size: 36px !important;
      border: none !important; }
    .modal-password .modal-body input.form-control{
    	font-size: 14px !important;}
    .modal-password .modal-body.password-ok .form-control {
      background: #f0fcee !important;
      color: #46a546; }
    .modal-password .modal-body.password-notok .form-control {
      background: #fceeee !important;
      color: #F23923; }
  
  .modal-password .modal-footer {
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
    padding: 20px;
    padding-top: 10px;
    width: 100%; }
    .modal-password .modal-footer .btn {
      padding: 8px 20px;
      font-size: 1.2em;
      margin-right: 10px;
      border-radius: 2px; }
    .modal-password .modal-footer .notification {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 15px; }
      .modal-password .modal-footer .notification.notok {
        color: #F23923; }
      .modal-password .modal-footer .notification.ok {
        color: #46a546; }

/* TO SASS */
.selecttable .st-header span:last-child {
  min-width:177px;
}
 .st-list {
/*-ms-overflow-style:-ms-autohiding-scrollbar;*/
}

.popover .popover-content ul li a:hover {
cursor:pointer;
}
.account-menu-additional input {
margin-bottom:10px;
}

/* TOPBOXES */
.topbox-requests .form-group {
  padding: 0 !important;
}

.topbox-requests .form-group>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbox-requests .form-group>div label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 0;
  margin:0;
  margin-right:10px;
}

.topbox-requests .form-group>div input {
  width: 200px;
  margin-right: 15px;
}

.topbox-subjects .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.topbox-subjects .form-group .col-sm-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbox-subjects .form-group .col-sm-6 .control-label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 0;
  margin:0;
  margin-right:10px;
}

.topbox-subjects .form-group .col-sm-6:first-child input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.topbox-subjects .form-group .col-sm-6:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


.lastindex {
  padding:10px 15px;
}
.selecttable span {
padding:15px;
  min-width:auto;
    flex-grow: 1;
  width:20%;
  max-width:20%;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

   -webkit-box-pack: start;
            -ms-flex-pack: start;
              justify-content:flex-start !important;
}
.page-index .st-header {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-index .selecttable .st-header span:first-child {
    width: auto;
    flex-grow: 1;
    min-width: 0;
  padding:15px !important;
}
.page-index .selecttable .st-header span:first-child::before {
    margin-right:10px;
}

.page-index {
  padding-bottom:80px;
}

.page-index .form-section {
  float:none;
}
.flextable .st-header,
.flextable .st-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content:space-between;*/
}
.flextable .st-header {
  background:#DDD;
}
.flextable .st-row {
  background:#FFF;
}
.flextable.next-index .st-header span,
.flextable.next-index .st-row span {
  min-width:20%;
  width:20%;
  max-width: 20%;
  padding:10px 15px;
}
.flextable.index-skips .st-header span,
.flextable.index-skips .st-row span {
  min-width:23%;
  width:23%;
  max-width: 23%;
  padding:10px 15px;
}
.flextable.index-skips .st-header a:last-child,
.flextable.index-skips .st-row a:last-child{
  max-width:8%;
  width:8%;
  min-width:8%;
 display:flex;
-webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-password.modal-skip .modal-body {
  padding:0 30px;
}
.modal-password.modal-skip .modal-footer {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.page-index .btn-container {
  text-align:center;
}
.page-index .btn-container .btn {
  padding:8px 15px;
  margin-top:30px;
  border-radius:3px;
}

/* /////////////////////////////////////// */
/* CHARTS FILTERS */
/* /////////////////////////////////////// */

.charts-filters {
  float:left;
  width:100%;
  margin-top:10px;
  padding-top:10px;
	border-top:1px solid #fff;
}
.charts .stats-form {
	flex-wrap:wrap;
}
.charts-filters .btn {
	font-size:.9em !important;
}

.charts .stats-content  {
	display:flex;
	flex-direction:column;
	flex-grow:1;
}
.charts .stats-content > div {
	display:flex;
}
.charts .stats-content > div div {
	margin-right:10px;
}
.charts .stats-footer {
	align-items:center;
	width:100%;
	justify-content:flex-end;
}
.radio-container {
	margin-top:10px;
}
.charts .pagecontent {
  padding:15px;
}

.inner-tabs li a.btn {
    border: 0 !important; /* remettre oł il faut dans SASS*/
}