@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");

#wpadminbar #wp-admin-bar-rc-list .ab-icon:before {
    font: normal 16px/1 dashicons;
    content: '\f163';
    position: relative;
    float: left;
    speak: never;
    padding: 4px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none !important;
    margin-right: 6px;
}

[type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	}	

	/* IMAGE STYLES */
[type=radio] + img {
	cursor: pointer;
}	

	/* CHECKED STYLES */
[type=radio]:checked + img {
	outline: 2px solid #2271b1;
}

	/* CHECKED STYLES */
[type=radio]:checked + span {
	outline: 2px solid #2271b1;
}

.main-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.repair-select { margin-top: 5px 0px 5px 0px; width:50%; }
.repair-result-image { width: 110px; padding: 10px; }
.repair-result-table { text-align: center; }
.repair-result-table label { margin-right: 5px;  }
.rounded-element { background-color: #2271b1; border-radius: 12px; height: 28px; margin-right: 10px; padding: 0px 10px 0px 10px; display: inline-block; text-align: middle; color: white; line-height: 26px }
.repair-result-table td {}
.repair-result-txt {padding: 10px; display: inline-block; text-align: middle; width:110px; height:110px; background-color: lightgrey; line-height: 50px;}

.rc_table {
	border: 0px !important;
	border-spacing: 0 10px;
	border-collapse: separate;
	width: 100%;
}
.rc_table thead tr th,
.rc_table thead tr td,
.rc_table tbody tr th,
.rc_table tbody tr td {
	vertical-align: middle;
	border: none;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	padding-left: 0px !important;
	padding-right: 0px;
}
.rc_table thead tr th:nth-last-child(1),
.rc_table thead tr td:nth-last-child(1),
.rc_table tbody tr th:nth-last-child(1),
.rc_table tbody tr td:nth-last-child(1) {
	text-align: center;
}

.rc_table .rc-item-row td:first-child {
  -webkit-box-shadow:
    0px 2px 10px rgba(0, 0, 0, 0.1),
    0px -2px 10px rgba(0, 0, 0, 0.1),
    2px 0px 10px rgba(0, 0, 0, 0.1); 
}
.rc_table .rc-item-row td {
  -webkit-box-shadow:
    10px 2px 10px rgba(0, 0, 0, 0.1);
}
.rc_table .rc-item-row td:last-child {
  -webkit-box-shadow:
    10px 2px 10px rgba(0, 0, 0, 0.1),
    0px 0px 10px -10px rgba(0, 0, 0, 0.1);
}
.rc_table tbody tr {
	border-radius: 5px;
}
.rc_table tr:hover td {
    /*background-color: #FAFAFA; /* or #000 */
}

.rc_table tbody tr td {
	background: #fff;

}
.rc_table tbody tr td:nth-child(1) {
	border-radius: 5px 0 0 5px;
}
.rc_table tbody tr td:nth-last-child(1) {
	border-radius: 0px 5px 5px 0px;
}
.rc_table .text-time {
	font-size: 14pt;
	font-weight: 600;
	text-align: center;
	min-width: 80px;
}
.rc_table .status {
	padding: 0px;
	margin: 0px;
	width: 5px;
	max-width: 5px;
	background-color: green;
}
.rc_table .toptext {
	padding-bottom: 0px;
}
.rc_table .item-date {
	
	background-color: #17a2b8;
	color: white;
}
.rc_table .row-date {
	cursor: auto;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important;
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
	border-radius: 5px;
}
.date-options {
	
}
.date-options-container {
	margin-top:10px;
}
.date-btn {
	margin-right:5px;
}
.repair-person {
	margin-right: 2px;
}

.rounded-element {
	background-color: #17a2b8;
	color:white;
	border-radius: 5px;
	height:18px;
	line-height: 12px;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	display: inline-block;
}
.rounded-element-inactive {
	background-color: #CACACA;
	color:white;
}
.item-rc-people {
	min-width: 180px;
}
.item-rc-status {
	min-width: 80px;
}
.user-info {
	max-width: 90%;
	display: flex;
	align-items: center;
}

.rc-item-buttons {
	min-width: 150px;
	text-align: right;
	padding-right: 10px !important;
}

/* The Modal (background) */
.rc-status-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.rc-status-modal-content {
  border-radius: 8px;
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 780px; /* Could be more or less, depending on screen size */
}
.rc-status-modal-body {
  
}
.rc-status-modal-top {
	
}
.rc-status-items {
	margin: auto;
}
.rc-status-item {
	width:100px;
	height:100px;
	background-color: #CECECE;
	display: inline-block;
	line-height: 100px;
	text-align: center;
	color: #2e2e2e;
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	border: 4px solid transparent;
}

.rc-status-item:hover {
	border: 4px solid darkgrey;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* The Close Button */
.rc-status-close {
  color: #aaa;
  
  font-size: 28px;
  font-weight: bold;
}
.rc-status-person {
	cursor: pointer;
}
.rc-status-close:hover,
.rc-status-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.repair-button-new {
	float: right;
}
.repair-advanced {
	display:none;
}
.rc-status-link {
	cursor: pointer;
}
.rc-status-link:hover {
	text-decoration: underline;
}
.filter-options {
	margin-top:8px;
}
.filter-item {
	cursor:pointer;
	color:white;
	border-radius: 5px;
	height:20px;
	line-height: 12px;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	display: inline-block;
}
.filter-item-default {
	color:white;
}
.status-active-text {
	color: white !important;
}
.name-mail-link {
	color: black !important;
}
.name-mail-link:hover {
	text-decoration: underline;
}