/* Styles for the viridis-mrf web application
*/

/* Hack for select2 in bootstrap modals -- see https://github.com/select2/select2-bootstrap-theme/issues/41 */
.modal-open .select2-container { width:100% !important;}
.modal-open .select2-container--open { z-index: 999999 !important; width:100% !important; }
/*-------------------------------------------------------------*/

.pac-container, .pac-item, .select2-dropdown{
	z-index: 2147483647 !important;
}  

.modal-lg {
	width: 900px;
}
.img-rounded {
	background: #fff;
    border-radius: 6px;
}

.login-body {
	background-image:url('/img/login.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	display: flex;
 	flex-dorection: column;
 	justify-content: center;
 	align-items: center;
 	height: 100%;
}

.login {
  display: inline-block;
  
}

.login-form {
  padding: 40px;
  background-color: rgba(255, 255, 255, .8);
  margin: auto;
  width: 500px;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, .2);
  min-height: 100px;
}

.loginscreen.middle-box {
    width: 500px;
}

div.login_optimise_box {
	position: fixed;
	bottom: 0;
	right: 0;
	opacity:0.5;
	background:white;
	margin:10px
}

p.login_optimise_box {
	margin:5px
}

.error-body {
	background-image:url('/img/error.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	display: flex;
 	flex-dorection: column;
 	justify-content: center;
 	align-items: center;
 	height: 100%;
 	color: #fff;
}

.select2-container {
	display: block;	
}

[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:#1ab394;
  vertical-align:middle;
  margin-right:1em;
  color:white;
}

.collapsible:hover {
	background-color: #ccc;
	cursor: pointer;
}

.ibox-document {
    clear: both;
    margin-bottom: 0px;
    padding: 0;
}

.header-section {
	font-size: 18px;
	font-weight: bold;	
}

.add-button-section {
	position: absolute;
    left: -20px;
    top: -5px;
    margin: 0;
    z-index: 1000;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.add-button-table {
	position: absolute;
    left: -22px;
    margin: 0;
    z-index: 1;
}

.left-button-section {
	position: absolute;
	left: -15px;
	top: 2px;
	margin: 0;
	z-index: 1;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.right-button-section {
	position: absolute;
	right: -15px;
	top: 2px;
	margin: 0;
	z-index: 1;
    -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.ibox-tools-viridis {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

.ibox-heading {
	background-color: #fff;
}


#viridis-iframe body {
  	overflow-x:hidden;  		
}
body.rtls .theme-config-box {
  margin-left: -300px;
}
.theme-config-box {
  margin-right: -300px;
}
.skin-settings {
  width: 300px;
  background: white;
}

.theme-config {
    top: 5px;
    right: -10px;
}

.select2-container .select2-selection--single {
	height: 34px;
}

.select2-container--default .select2-selection--single {
	border-radius: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 4px;
}

.select2-container--default .select2-selection--multiple {
	border-radius: 1px;
}

.select2-container .select2-selection--multiple {
	min-height: 34px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #1ab394;
	border-color: #B2DFDB;
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
}

.viridis-menu {

}

.viridis-menu li {
	list-style: none;
}

.viridis-menu .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #f3f3f4;
}

.viridis-menu .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #a7b1c2;
}

.viridis-menu .nav > li.active {
	background-color: #f3f3f4;
}

.viridis-menu .nav > li.active > a {
	color: #a7b1c2;
}

.viridis-menu .nav > li.active {
    border-left: none;
	border-bottom: 4px solid #19aa8d;
    background: #f3f3f4;
}

.viridis-menu .nav > li > a {
	padding: 14px 14px 14px 14px;
}

.deleted {
	text-decoration: line-through;
}

td input.error {
	color: #cc5965;
	border: 1px dotted #cc5965; 
}

th.sorting_disabled {
	background: transparent;
	background-color: transparent;	
}

td.important, th.important.sorting, th.important.sorting_disabled {	
	font-weight: bold;
}

table.dataTable tr.group td {
  font-weight: bold;
  background-color: transparent;
}

tr.COMPLETE {
	background-color: #E3F2FD;
}
tr.AUTHORIZED {
	background-color: #E8F5E9;
}
tr.FILED {
	background-color: #F1F8E9;
}
tr.ASSEMBLY {
	background-color: #F9FBE7;
}
tr.POTENTIAL {
	background-color: #FBE9E7;
}
tr.NOT_PRIORITY {
	background-color: #FFF3E0;
}
tr.NON_VIR {
	background-color: #E0F7FA;
}
tr.STORAGE {
	background-color: #E0F2F1;
}

tr.GENERATOR {
	background-color: #E0F7FA;
}
tr.OTHER {
	background-color: #E0F2F1;
}


tr.COMPLETE td {
	background-color: #ffffff;
}
tr.AUTHORIZED td {
	background-color: #ffffff;
}
tr.FILED td {
	background-color: #ffffff;
}
tr.ASSEMBLY td {
	background-color: #ffffff;
}
tr.POTENTIAL td {
	background-color: #ffffff;
}
tr.NOT_PRIORITY td {
	background-color: #ffffff;
}

tr.NON_VIR td {
	background-color: #ffffff;
}

tr.STORAGE td {
	background-color: #ffffff;
}

tr.GENERATOR td {
	background-color: #ffffff;
}

tr.OTHER td {
	background-color: #ffffff;
}

table#schedule-items-table > tbody > tr > td {
	color: black;
	padding: 0px;
	vertical-align: middle;
}

.checkbox-center {
    vertical-align: middle !important;
    text-align: center;
}

td.fixedWidth, th.fixedWidth {
	width: 150px;
	max-width: 150px;
}

.invisiblebox {
	border: none;
	background: transparent;
	width: 100%;
	height: 100%;
}

.visiblebox {
	border: 1px solid #e7eaec;
	background: transparent;
	width: 100%;
	height: 100%;
}

div.dataTables_wrapper div.dataTables_processing {
	z-index: 1000;
    background-color: #1ab394;
    color: #fff;
}

table#planifLegende td {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

table#weeks-table > tbody > tr > td {
	color: black;
	padding: 0px;
	vertical-align: middle;
	text-align: center;	
}

table#weeks-table > thead > tr > th {
	vertical-align: middle;
	text-align: center;
}

.td-center {
	text-align: center;
}

.pale-yellow {
	background-color: #ffffcc;
}

td.medium-gray, th.medium-gray {
	background-color: #E0E0E0;
}

.popover-section-title {
	background-color: #f3f3f4;
	font-weight: bold;
	padding: 5px;
	margin: 5px 0px;
}

.marginTop10px {
	margin-top: 10px
}

.padding10px {
	padding: 10px
}

.padding5px {
	padding: 5px
}

.paddingLeft10px {
	padding-left: 10px
}

.paddingRight10px {
	padding-right: 10px
}

.paddingLeft5px {
	padding-left: 5px
}

.paddingRight5px {
	padding-right: 5px
}

.text-orange {
	color: #ff8000;
}
.text-blue {
	color: #0000ff;
}

.font-size-standard {
	font-size: 13px
}

.font-size-small {
	font-size: 11px
}

.full-width {
	width: 100%
}

.select2-container { 
	width: 100% !important;
	max-width: 100% !important
}

.red {
	color: red;
}

.read-only {
	color: #c0c0c0
}

.remove-bottom-margin {
    margin-bottom: 0px;
}

.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}

.rotateMinus90 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.pointerCursor {
	cursor: pointer;
}

.strikeFont {
	text-decoration: line-through
}

.adresse-input {
  	background-color: #fff;
  	font-family: FontAwesome, Roboto;
  	font-size: 15px;
  	font-weight: 300;
  	padding: 0 11px 0 13px;
  	text-overflow: ellipsis;
  	height: 34px;
}

.clockpicker-popover{
	z-index: 9999 !important;
}

.info-icon {
    z-index: 1000;
    position: relative;
}

.subtab-active{
	border: 1px solid #a7b1c2;
    border-bottom: none;
    border-radius: 2px;
    top: 1px;
    background-color: #fff;
}

.green {
	background-color: #1ab394;
    color: #FFFFFF;
}

.red {
	background-color: #ed5565;
    color: #FFFFFF;
}

.blue {
	background-color: #1c84c6;
    color: #FFFFFF;
}

.orange {
	background-color: #f8ac59;
    color: #FFFFFF;
}

.black {
	background-color: #212121;
	color: #FFFFFF;
}

.brown {
	background-color: #6D4C41;
	color: #ffffff;
}

.purple {
	background-color: #8E24AA;
	color: #ffffff;
}

.green-invert {
    color: #1ab394;
}

.red-invert {
    color: #ed5565;
}

.blue-invert {
    color: #1c84c6;
}

.orange-invert {
    color: #f8ac59;
}

.black-invert {
	color: #212121;
}

.brown-invert {
	color: #6D4C41;
}

.purple-invert {
	color: #8E24AA;
}

.select2-results__option[aria-selected=true] {
    display: none;
}

.planificationStickyHeader {
  text-align: left;
  background: #eee;
  position: sticky;
  top: 0px;
}
.planificationStickyTimeHeader {
  text-align: left;
  background: #eee;
  position: sticky;
  top: 88px;
}

.planificationStickySectionHeader {
  text-align: left;
  background: #eee;
  position: sticky;
  top: 120px;
}
.planificationWrapper {
  border: 1px solid #ddd;
  width: 100%;
  height: 1000px;
  overflow-y: auto;
}

.pki .virNumber {
	width: 100px;
}

.pki .email {
	min-width: 100px;
}

.pki .lastActionCell {
	min-width: 100px;
}

.pki .nbOfDaysInAssemblyCell {
	min-width: 100px;
	text-align: right;
}

.pki .cellBackground {
	background-color: lightgrey;
}

.pki .checkCell {
	width: 100px;
	text-align: center;
}

.pki .select2Cell {
	min-width: 110px;
}

.pki .noteCell {
	min-width: 300px;
}

.pki .numberCell {
	min-width: 100px;
}

.pki .paefEmailCell {
	min-width: 120px;
}

.pki .receiverCell {
	min-width: 250px;
}

.pki .materialCell {
	min-width: 200px;
}

.pki .actionCell {
	min-width: 56px;
}

.right {
	float: right;
}

.left {
	float: left;
}

.pki .done {
    padding-top: 5px;
}

.pki .select2 {
	width: 70px;
}

.pki .done-popover {
	width: 20px;
	text-align: center;
	height: 28px;
}

.selectClass:first-child{
   text-decoration: line-through;
}


.align-bottom {
	vertical-align: bottom !important;
}

.pki thead {
	height: 88.5px;
}
.pki .note {
	width: 300px;
}

.pkiTableWrapper {
  border: 1px solid #ddd;
  width: 100%;
  #height: 580px;
  #/*overflow-y: auto;*/
}

.pkiTableStickyHeader {
  background: #eee;
  position: sticky;
  top: 0px;
  z-index: 1799 !important;
}

.pkiTableStickySubHeader {
  background: #9e9e9e !important;
  color: white;
  position: sticky;
  top: 87px;
  z-index: 1802 !important;
}

.pkiTableStickySubHeader span:first-child {
	position: sticky;
	left: 7px;
}

.pkiTableStickyHeaderColumn {
  position: sticky;
  left: 0;
  z-index: 1801 !important;
}

.pkiTableStickyColumn {
  position: sticky;
  left: 0;
  z-index: 1800;
}

.pki tr:nth-of-type(odd) td:first-child {
    background-color: #f9f9f9;
}

.pki tr:nth-of-type(even) td:first-child {
    background-color: white;
}

.tooltip {
	z-index: 9999;
}

.info-assembly {
	color:#ff6666;	
}

.info-pending {
	color: #ffcc66;
}

.inAssembly {
	background-color: #ff6666;	
}

.pending {
	background-color: #ffcc66;
}

.nav > li > a.iteration-tab,
.nav > li > a.inactive-iteration-tab{
    color: white;
}
.iteration-tab {
    color: white;
    background-color: #1ab394;
    margin: 0 0 0 4px;
}
.inactive-iteration-tab {
    color: white;
    background-color: #ed5565;
    margin: 0 0 0 4px;
}
.add-iteration-button {
    float:right;
    margin: 0 5px;
}

.nav > li > a.iteration-tab:focus {
    background-color: #18a689;
    outline: none;
}

.nav > li > a.inactive-iteration-tab:focus {
    background-color: #e64c5c;
    outline: none;
}

.nav > li > a.iteration-tab:hover {
    background-color: #18a689;
}

.nav > li > a.inactive-iteration-tab:hover {
    background-color: #e64c5c;
}

/**
.tooltip.top .tooltip-inner {
    background-color: #9e9e9e;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #9e9e9e;
}*/
/** 3 classes used for vee-validate **/
span.error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
	/*font-size: 18px;*/
    font-weight: normal;
}

.form-control.error {
    border: 1px dotted #cc5965;
}

input.error {
	border: 1px dotted #cc5965;
}

.checkbox label {
    font-weight: 700
}


.navbar-static-top {
    z-index: 1;
}
/** End 3 classes used for vee-validate **/

/* Chrome, Safari, Edge, Opera */
input.numeric::-webkit-outer-spin-button,
input.numeric::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.numeric[type=number] {
  -moz-appearance: textfield;
}

.title-navigation {
    text-align: center;
    color: white;
}

.launcher-icon {
    float: left;
    margin: 14px 5px 5px 0px;
    font-size: 14px;
    padding: 4px 12px;
}

textarea.form-control.material--height-textarea {
    height: 193px;
}

.hide {
    display: none;
}

.red-schedule-item {
	background-color: #FAE0E0;
}

.spreading-delete-col{
    width: 2% !important;
    max-width: 2% !important;
}
.spreading-project-col{
    width: 30% !important;
    max-width: 30% !important;
}
.spreading-select-col{
    width: 16% !important;
    max-width: 16% !important;
}
.spreading-input-col{
    width: 10% !important;
    max-width: 10% !important;
}
.ferti-icon {
    height: 15px;
}
