/*------------------------------------------------*/
/*	CUSTOM										  */
/*------------------------------------------------*/
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

.password_strength_list li, .conformance_test_list li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.clickable {
	cursor: pointer;
}

.unclickable {
	cursor: default;
	pointer-events: none;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(/fonts/material-icons.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.file-btn {
	cursor: pointer;
	margin-top: 15px;
	height: 2rem !important;
	line-height: 2rem !important;
}

.grey-like {
	opacity: 0.7;
}

/*------------------------------------------------*/
/*	MATERIALIZE OVERWRITES						  */
/*------------------------------------------------*/
form .row:not(:last-child){
	margin-bottom: 5px !important;
}


@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 1%;
    max-width: 86%;
  }
}

/* BADGE OVERWRITES */
.card-panel.error {
  color: #fff;
  background-color: #EF5350 !important;
}

.card-panel.message {
  color: #fff;
  background-color: #323232 !important;
}

.card-panel.success {
  color: #fff;
  background-color: #00C853 !important;
}






/*------------------------------------------------*/
/*	MATERIALIZE DATATABLES						  */
/*------------------------------------------------*/
div.material-table {
  padding: 0;
}

div.material-table .hiddensearch {
  padding: 0 14px 0 24px;
  border-bottom: solid 1px #DDDDDD;
  display: none;
}

div.material-table .hiddensearch input {
  margin: 0;
  border: transparent 0 !important;
  height: 48px;
  color: rgba(0, 0, 0, .84);
}

div.material-table .hiddensearch input:active {
  border: transparent 0 !important;
}

div.material-table table {
  table-layout: fixed;
}

div.material-table .table-header {
  height: 64px;
  padding-left: 24px;
  padding-right: 14px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-display: flex;
  border-bottom: solid 1px #DDDDDD;
}

div.material-table .table-header .actions {
  display: -webkit-flex;
  margin-left: auto;
}

div.material-table .table-header .btn-flat {
    min-width: 36px;
    padding: 0 8px;
}

div.material-table .table-header input {
  margin: 0;
  height: auto;
}

div.material-table .table-header i {
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
}

div.material-table .table-footer {
  height: 56px;
  padding-left: 24px;
  padding-right: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .dataTables_length {
  display: -webkit-flex;
  display: flex;
}

div.material-table .table-footer label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row
  /* works with row or column */
  
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

div.material-table .table-footer .select-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row
  /* works with row or column */
  
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

div.material-table .table-footer .dataTables_info,
div.material-table .table-footer .dataTables_length {
  margin-right: 32px;
}

div.material-table .table-footer .material-pagination {
  display: flex;
  -webkit-display: flex;
  margin: 0;
}

div.material-table .table-footer .material-pagination li:first-child {
  margin-right: 24px;
}

div.material-table .table-footer .material-pagination li a {
  color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .select-wrapper input.select-dropdown {
  margin: 0;
  border-bottom: none;
  height: auto;
  line-height: normal;
  font-size: 12px;
  width: 40px;
  text-align: right;
}

div.material-table .table-footer select {
  background-color: transparent;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  margin-left: 20px;
}

div.material-table .table-title {
  font-size: 20px;
  color: #000;
}

div.material-table table tr td {
/*   padding: 0 0 0 56px; */
/*   padding-left: 56px; */
  height: 48px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: solid 1px #DDDDDD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.material-table table tr td a {
  color: inherit;
}

div.material-table table tr td a i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54);
}

div.material-table table tr {
  font-size: 12px;
}

div.material-table table th {
  font-size: 12px;
  font-weight: 500;
  color: #757575;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  height: 56px;
  
  vertical-align: middle;
  outline: none !important;
}

div.material-table table th.sorting_asc,
div.material-table table th.sorting_desc {
  color: rgba(0, 0, 0, 0.87) !important;
}

div.material-table table th.sorting:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "arrow_back";
  -webkit-transform: rotate(90deg);
  display: none;
  vertical-align: middle;
}

div.material-table table th.sorting:hover:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  display: inline-block;
}

div.material-table table th.sorting_desc:after {
  content: "arrow_forward";
}

div.material-table table tbody tr:hover {
  background-color: #EEE;
}

div.material-table table th:first-child,
div.material-table table td:first-child {
  padding: 0 0 0 24px;
}

div.material-table table th:last-child,
div.material-table table td:last-child {
  padding: 0 14px 0 0;
}




/*--------------------------------------------------DTIS-BLUE--------------------------------------------------*/
.dtis-blue {
	background-color: #015289 !important;
}

.dtis-blue-text {
	color: #015289 !important;
}

.dtis-blue.lighten-5 {
	background-color: #E1EAF1 !important;
}

.dtis-blue-text.text-lighten-5 {
	color: #E1EAF1 !important;
}

.dtis-blue.lighten-4 {
	background-color: #B3CBDC !important;
}

.dtis-blue-text.text-lighten-4 {
	color: #B3CBDC !important;
}

.dtis-blue.lighten-3 {
	background-color: #80A9C4 !important;
}

.dtis-blue-text.text-lighten-3 {
	color: #80A9C4 !important;
}

.dtis-blue.lighten-2 {
	background-color: #4D86AC !important;
}

.dtis-blue-text.text-lighten-2 {
	color: #4D86AC !important;
}

.dtis-blue.lighten-1 {
	background-color: #276C9B !important;
}

.dtis-blue-text.text-lighten-1 {
	color: #276C9B !important;
}

.dtis-blue.darken-1 {
	background-color: #014B81 !important;
}

.dtis-blue-text.text-darken-1 {
	color: #014B81 !important;
}

.dtis-blue.darken-2 {
	background-color: #014176 !important;
}

.dtis-blue-text.text-darken-2 {
	color: #014176 !important;
}

.dtis-blue.darken-3 {
	background-color: #01386C !important;
}

.dtis-blue-text.text-darken-3 {
	color: #01386C !important;
}

.dtis-blue.darken-4 {
	background-color: #002859 !important;
}

.dtis-blue-text.text-darken-4 {
	color: #002859 !important;
}

.dtis-blue.accent-1 {
	background-color: #8BB4FF !important;
}

.dtis-blue-text.text-accent-1 {
	color: #8BB4FF !important;
}

.dtis-blue.accent-2 {
	background-color: #5893FF !important;
}

.dtis-blue-text.text-accent-2 {
	color: #5893FF !important;
}

.dtis-blue.accent-3 {
	background-color: #2572FF !important;
}

.dtis-blue-text.text-accent-3 {
	color: #2572FF !important;
}

.dtis-blue.accent-4 {
	background-color: #0B62FF !important;
}

.dtis-blue-text.text-accent-4 {
	color: #0B62FF !important;
}

/*--------------------------------------------------DTIS-YELLOW--------------------------------------------------*/
.dtis-yellow {
	background-color: #F6BB42 !important;
}

.dtis-yellow-text {
	color: #F6BB42 !important;
}

.dtis-yellow.lighten-5 {
	background-color: #FEF7E8 !important;
}

.dtis-yellow-text.text-lighten-5 {
	color: #FEF7E8 !important;
}

.dtis-yellow.lighten-4 {
	background-color: #FCEBC6 !important;
}

.dtis-yellow-text.text-lighten-4 {
	color: #FCEBC6 !important;
}

.dtis-yellow.lighten-3 {
	background-color: #FBDDA1 !important;
}

.dtis-yellow-text.text-lighten-3 {
	color: #FBDDA1 !important;
}

.dtis-yellow.lighten-2 {
	background-color: #F9CF7B !important;
}

.dtis-yellow-text.text-lighten-2 {
	color: #F9CF7B !important;
}

.dtis-yellow.lighten-1 {
	background-color: #F7C55E !important;
}

.dtis-yellow-text.text-lighten-1 {
	color: #F7C55E !important;
}

.dtis-yellow.darken-1 {
	background-color: #F5B53C !important;
}

.dtis-yellow-text.text-darken-1 {
	color: #F5B53C !important;
}

.dtis-yellow.darken-2 {
	background-color: #F3AC33 !important;
}

.dtis-yellow-text.text-darken-2 {
	color: #F3AC33 !important;
}

.dtis-yellow.darken-3 {
	background-color: #F2A42B !important;
}

.dtis-yellow-text.text-darken-3 {
	color: #F2A42B !important;
}

.dtis-yellow.darken-4 {
	background-color: #EF961D !important;
}

.dtis-yellow-text.text-darken-4 {
	color: #EF961D !important;
}

.dtis-yellow.accent-1 {
	background-color: #FFFFFF !important;
}

.dtis-yellow-text.text-accent-1 {
	color: #FFFFFF !important;
}

.dtis-yellow.accent-2 {
	background-color: #FFF9F1 !important;
}

.dtis-yellow-text.text-accent-2 {
	color: #FFF9F1 !important;
}

.dtis-yellow.accent-3 {
	background-color: #FFE2BE !important;
}

.dtis-yellow-text.text-accent-3 {
	color: #FFE2BE !important;
}

.dtis-yellow.accent-4 {
	background-color: #FFD6A5 !important;
}

.dtis-yellow-text.text-accent-4 {
	color: #FFD6A5 !important;
}
/* *************************************** */