/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0

http://creativecommons.org/licenses/by/3.0/

100% To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US

========================================================  */
/* =============================================================
GENERAL STYLES
============================================================ */
html {
  background-color: #2B2A28;
}

.floatRight {
  float: right;
}

.partieSI {
  height: 20px;
  background-color: black;
}

.chxBox {
  padding-left: 5px;
}

.chxBox2 {
  padding-left: 5px;
  padding-right: 20px;
}

.version {
  color: green;
}

.motif {
  font-size: 10px;
}

.tdVersion {
  padding-left: 30px !important;
  list-style-type: none;
}

.longTD {
  width: 200px;
}

.centerRow {
  text-align: center;
  color: #33beff;
}

.willDo {
  color: green;
}

.new {
  color: purple;
}

.standby {
  color: orange;
}

.cancelled {
  color: #d84545;
}

.chxBox3 {
  padding-left: 5px;
  padding-right: 59px;
}

.alignMe {
  margin-left: -3.65px;
}

.btnValide {
  position: relative;
}

.invalide {
  border: 1px solid red;
}

.margeMe {
  margin-left: 15px;
}

.rechercheMois {
  padding-left: 5%;
}

.largerColumn {
  width: 120px;
}

.padMe {
  padding-left: 100px;
}

.padMeMore {
  padding-left: 80px;
}

.padMeMoreTwo {
  padding-left: 175px;
}

.details {
  padding-left: 15px;
  font-size: 10px;
}

.margTopBot5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.rightSpace {
  margin-right: 5px;
}

.rightSpace2 {
  margin-right: 12px;
}

.admin {
  background-color: black;
  color: white;
}

.menuLog {
  display: none;
  color: white;
}

ul.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.tags {
  display: flex;
}

.transferBtns {
  align-self: center;
}

.transferBtns {
  margin-right: 30px;
  margin-left: 30px;
}

#tags_existants_do, #tags_projet_do, #tags_existants, #tags_projet {
  height: 300px;
  width: 300px;
}

.form-controlShorterTags {
  display: inline;
  width: 60%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-controlShorterLine {
  display: inline;
  width: 30%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-controlShorterLine:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-controlShorterLine:-moz-placeholder {
  color: #999;
}

.form-controlShorterLine::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-controlShorterLine:-ms-input-placeholder {
  color: #999;
}

.form-controlShorterLine::-webkit-input-placeholder {
  color: #999;
}

.form-controlShorterLine[disabled],
.form-controlShorterLine[readonly],
fieldset[disabled] .form-controlShorterLine {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.form-controlShorterDate {
  display: inline;
  width: 20%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-controlShorterDate:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-controlShorterDate:-moz-placeholder {
  color: #999;
}

.form-controlShorterDate::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-controlShorterDate:-ms-input-placeholder {
  color: #999;
}

.form-controlShorterDate::-webkit-input-placeholder {
  color: #999;
}

.form-controlShorterDate[disabled],
.form-controlShorterDate[readonly],
fieldset[disabled] .form-controlShorterDate {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

#menuInfoTech,
#menuInfoSupp {
  margin-left: 15px;
}

.pad-top {
  padding-top: 60px;
}

.text-center {
  text-align: center;
}

.row {
  margin: 0;
}

i.fa {
  padding: 5px;
}

section {
  padding: 0 !important;
}

.page-header {
  margin-top: 0;
}

.breadcrumb {
  background-color: white;
  border: none;
  padding-left: 0;
}

p {
  font-weight: 300;
  line-height: 30px;
}

.pad-bottom {
  padding-bottom: 50px;
}

h1.title {
  color: #07502b;
}

h2.title {
  color: #2fa066;
}

h3.title {
  color: #6cb790;
}

/* NAVBAR STYLE */
.navbar-inverse {
  background-color: #2B2A28;
}

.navbar-inverse .navbar-nav>li>a {
  color: #FFF;
}

.navbar-inverse .navbar-brand {
  color: #FFF;
}

/* ADDED PADDING IN NAVBAR */
.navbar {
  padding: 15px;
  -webkit-transition: background .8s ease-out, padding .8s ease-out;
  -moz-transition: background .8s ease-out, padding .8s ease-out;
  transition: background .8s ease-out, padding .8s ease-out;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-collapse a {
  color: white;
  outline: none;
}

.navbar-brand {
  padding-left: 0;
  background-color:rgba(255,255,255,0.9);
  padding:5px 10px;
  display:flex;
  height:auto;
  align-items: center;
  border:1px solid #641825;
}

.navbar-brand span{
  color:#641825;
  margin-left:10px;
}

.navbar-brand img{
  height:40px;
}

.navbar-collapse {
  padding: 0;
}

.navbar-collapse a:hover,
.navbar-collapse a:focus,
.navbar-collapse .open a {
  background-color: #641826 !important;
  outline: none;
}

footer p {
  line-height: 17px;
  margin: 0;
}

.navbar-collapse .dropdown-menu li {
  color: black;
  padding-left: 10px;
}

/* CLASS FOR REMOVING PADDING IN NAVBAR*/
.navbar-pad-original {
  padding: 0px;
}

table {
  border: none;
  width: 100%;
}

table thead th {
  border: none;
  border-bottom: 1px solid #e0e0e7;
}

table tbody tr:nth-child(even) {
  background-color: #f6f6f6 !important;
}

table tbody tr:nth-child(odd) {
  background-color: white !important;
}

table th {
  background-color: whitesmoke;
  padding: 10px;
  color: #333;
}

table tfoot th {
  border-top: 1px solid #e0e0e7;
  border: none;
}

table th+th,
table td+td {
  border-left: 1px solid #e0e0e7;
}

table td {
  border: none;
  padding: 10px;
}

/*HEADINGS IMAGE STYLE*/
.head-main-img {
  padding-bottom: 50px;
  background: url(../img/4.jpg) no-repeat 50% 50%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  display: block;
  height: auto;
  min-height: 300px;
  color: #fff;
}

.head-main-img h1 {
  padding: 50px 2px 2px 10px;
  text-transform: uppercase;
}

header .container {
  padding: 10px;
}

.navbar-nav {
  padding-right: 15px;
}

.container {
  padding: 0;
  width: 100%;
}

/* FOOTER STYLE*/
#footer {
  background-color: #2B2A28;
  color: #dfdfdf;
}

#footer h4 {
  text-transform: uppercase;
  color: white;
}

#footer a {
  color: #dfdfdf;
}

#footer a:hover {
  text-decoration: none;
  color: #DD2334;
}

img#logo_unistra {
  width: 100px;
  margin: 5px 0 0 0;
}

img#logo_em {
  width: 130px;
  margin: 5px 0 0 15px;
}

a.popup_session {
  display: none;
}

.popup_session .content_popup_session {
  display: flex;
  flex-direction: column;
}

.popup_session span+span {
  margin-top: 5px;
}

.popup_session .buttons {
  display: flex;
}

.popup_session .encart+.encart {
  margin: 0 0 0 10px;
}

.popup_session .deconnexion a {
  background-color: white;
  color: #dd2334;
}

.popup_session .deconnexion a:hover {
  color: white;
}

/*Bouton encart*/
.encart {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.encart a:first-child {
  padding: 5px 10px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #dd2334;
  color: white;
  border: 1px solid #bf2334;
}

.encart a i+span {
  border-left: 1px solid #bf2334;
  padding-left: 10px;
}

.encart:hover a:first-child {
  background-color: rgba(221, 35, 52, 0.8)
}

/*** MODAL ***/
.blocker {
  overflow-x: hidden !important;
  z-index: 10001 !important;
}

.blocker .modal {
  box-shadow: none;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 20px;
  width: auto;
  min-width: 400px;
  padding: 20px;
  overflow: visible;
}

.modal_all_width .modal {
  min-width: 100% !important;
}

.modal-spinner {
  padding: 10px 16px 6px 16px !important;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 0, .8) !important;
  height: auto !important;
}

.dataTables_wrapper {
  width: 100%;
  background: white;
  padding: 10px;
}

.dataTables_wrapper table {
  box-shadow: none;
}

.dataTable {
  border-bottom: 1px solid #e0e0e7 !important;
  border-collapse: collapse !important;
}

.dataTable thead th {
  border-bottom: 1px solid #e0e0e7 !important;
  border-top: 1px solid #e0e0e7 !important;
}

.dataTable tfoot th {
  border-top: 1px solid #e0e0e7 !important;
}

.dataTable tfoot select {
  max-width: none;
  width: 100%;
}

.dataTable.dtr-column>tbody>tr>td.control::before {
  background-color: #dd2334 !important;
  height: auto !important;
  width: auto !important;
  margin-left: -11px !important;
  margin-top: -12px !important;
  padding: 2px 5px;
}

.dataTable>tbody>tr.child span.dtr-title {
  margin-bottom: 10px;
}

.dataTable>tbody>tr.child ul.dtr-details .encart {
  justify-content: flex-start;
}

.fixedHeader-floating tr {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.dt-buttons {
  float: right;
  margin-left: 10px;
  margin-top: -1px;
}

.dt-button {
  border: 1px solid #bf2334;
  background: #dd2334;
  border-radius: 2px;
  color: white;
  font-weight: bold;
}

.dt-button:hover {
  background: rgba(221, 32, 52, 0.8) !important;
  border: 1px solid #bf2334 !important;
}

.dataTables_info,
.dataTables_paginate {
  margin-top: 10px;
}

.no-sort {
  pointer-events: none !important;
  cursor: default !important;
  background-image: none !important;
}

.no-sort::after {
  display: none !important;
}

.dataTables_length,
.dataTables_filter {
  margin-bottom: 15px;
}

.dataTables_length select,
.dataTables_filter input {
  padding: 5px !important;
}

.dataTables_info {
  margin-top: 20px !important;
  padding: 0 !important;
}

.dataTables_paginate {
  margin-top: 15px !important;
  padding: 0 !important;
}

.ss_menu_administration {
  flex-direction: column;
  padding-left: 0 !important;
}

.ss_menu_administration:hover {
  background-color: transparent;
}

.ss_menu_administration a {
  justify-content: center;
  margin-top: 5px;
}

.ss_menu_administration a:hover {
  background-color: #f5f5f5;
}

.ss_menu_administration form {
  padding: 10px;
}

.ss_menu_administration h3 {
  background: #f5f5f5;
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #e0e0e7;
  color: #555;
  font-size:16px;
}

.ss_menu_administration hr {
  margin: 10px 0;
}

.ss_menu_administration .result {
  display: none;
}

.ss_menu_administration .result ul {
  top: auto;
  left: 10px;
  right: 20px;
  min-width: calc(100% - 20px);
  padding: 5px;
  box-shadow: none;
  border: 1px solid #e0e0e7;
  margin-top: -1px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  position:absolute;
  background:white;
}

.ss_menu_administration .result li {
  padding: 5px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.ss_menu_administration .result li.no_result {
  cursor: default;
}

.ss_menu_administration .result li.no_result:hover {
  background: white;
}

.form div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.form div+div {
  margin-top: 15px;
}

.form div.avertissement {
  color: red;
  font-weight: bold;
  margin: 20px 0;
}

.form div.checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.form div.checkbox label {
  order: 2;
}

.form div.checkbox input {
  order: 1;
}

.form div.submit input[type="button"] {
  border: 1px solid #e0e0e7;
  color: #555;
}

.form div.submit input[type="button"]:hover {
  background-color: #555;
  color: #e0e0e7;
}

.form .text p {
  display: block;
}

.form label {
  font-weight: bold;
}

.form label+[type="checkbox"] {
  margin-right: 5px;
}

.form:not(.editor) p {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form:not(.editor) p span {
  margin-left: 5px;
}

.form p label {
  font-weight: normal;
  cursor: pointer;
}

.form .info {
  background-color: #fcf8e3;
  padding: 11px 10px 12px;
  border: 1px solid #faebcc;
  color: #8a6d3b;
  margin-left: -1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  font-size: 11px;
}
