* {
    outline: none !important;
}

body {
    padding-top: 70px;
    font-size: 16px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
	background: url('/static/frontend_solutions/gfx/concat_screen01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.table.no-head tr:first-child td,
.table.no-head tr:first-child th {
    border-top: 0;
}

body.new th:nth-child(3),
body.new td:nth-child(3) {
    display: none;
}

.mail-checkbox {
    display: none;
}

body.new .mail-checkbox {
    display: block;
}

.navbar {
    background-image: none;
    background-color: #005587;
	border-color: #005587;
	border-style: solid none solid none;
	border-width: 4px;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-brand {
    color: white;
	font-family: "Roboto Light",Helvetica,Arial,sans-serif;
	font-weight: lighter;
}

.navbar-container {
    padding: 0 14px;
}

.navbar-logo {
	float: right;
}

.navbar-logo > img {
	height: 50px;
	padding: 5px;
}

.nav a {
	transition: background-color 0.1s ease-out;
	border-radius: 10px;
	margin: 0px 2px;
}

.nav a.active {
	background-color: #0072CE !important;
}

.nav a:hover {
	background-color: #0072CE !important;
}

.dropdown-menu {
	padding: 10px;
}

.content-container {
    padding: 0px;
    margin: 8px 32px;
	background-color: #fff;
	box-shadow: 0px 5px 15px 0px #999;
}

.human {
	background-image: url("/static/frontend/gfx/person.svg");
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: right center;
	padding-right: 25px;
}

#form-input-id_user,
#form-input-id_productversion {
    display: none;
}

.form-input {
    margin-bottom: 1em;
}

.input-label {
    display: inline-block;
    min-width: 90px;
    vertical-align: top;
}

.input-field select {
    margin-right: .5em;
}

#main-table,
#second-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

table#main-table span.glyphicon-user {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

table#main-table span.glyphicon-user::before {
	font-family: 'Glyphicons Halflings';
}


#main-table .table-section-title,
#second-table .table-section-title,
#selectedElements .table-section-title {
    text-align: center;
    /* border-top: 1px solid #ddd;
    font-weight: bold; */
    padding: 6px 0;
    font-size: 12px;
}

#main-table h3,
#second-table h3 {
    margin: 0;
    padding: 6px 5px;
    
}

#main-table h4,
#second-table h4 {
    font-size: 13px;
    margin: 0;
    padding: 7px 8px;
}

#main-table td,
#second-table td {
    border: 1px solid #ddd;
    vertical-align: top;
    padding: 0;
    min-width: 100px;
    padding-left: 3px;
}


/* Myskills2 fixed table header */
.myskills2-table {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}
.myskills2-table thead tr:nth-child(2) td {
  background: white;
  position: sticky;
  top: 50px;
  background-clip: padding-box;
}

/* lights-table fixed table header */
.lights-table {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}
.lights-table thead tr:nth-child(2) td {
  background: white;
  position: sticky;
  top: 50px;
  background-clip: padding-box;
}




div.contenthead {
	display: block;
	background-color: #415664;
	padding: 5px 5px 5px 5px;
	z-index: 3000;
	overflow: hidden;
}

div.contenthead > span {
	display: inline-block;
	margin: 5px;
	padding: 4px 5px 4px 15px;
	float: left;
	font-size: 16px;
	height: 34px;
	opacity: 0.9;
	background-size: 20px 20px;
	box-shadow:none;
	text-decoration: none;
	color: lightgrey;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	font-weight: bolder;
	font-size: 20px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 40%;
	min-width: 359px;
}

div.contenthead > span > a,
div.contenthead > span > a:active,
div.contenthead > span > a:visited {
	color: lightgrey;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.15s;
	transition: color 0.15s;
}

div.contenthead > span > a:hover {
	color: #fff;
}

div.contenthead > a,
div.contenthead > a:active,
div.contenthead > a:visited {
	display: inline-block;
	margin: 5px;
	padding: 6px 10px 6px 10px;
	border: 1px;
	border-color: grey;
	border-style: solid;
	float: right;
	font-size: 16px;
	border-radius: 10px;
	height: 34px;
	opacity: 0.9;
	transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out;
	-moz-transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out;
	-webkit-transition: opacity 0.15s ease-in-out, color 0.15s ease-in-out;
	background: #415664;
	box-shadow:none;
	text-decoration: none;
	color: lightgrey;
	cursor: pointer;
}

@-moz-document url-prefix() {
	div.contenthead > a,
	div.contenthead > a:active,
	div.contenthead > a:visited {
		padding: 5px 10px 7px 10px;
	}
}

div.contenthead > a:hover {
	opacity: 1;
	text-decoration: none;
	color: white;
}

div.contenthead > input,
div.contenthead > input:invalid {
	display: inline-block;
	float: right;
	margin: 5px;
	padding: 9px 10px 8px 10px;
	border: 0px;
	font-size: 16px;
	border-radius: 10px;
	width: 230px;
	height: 32px;
	opacity: 0.9;
	transition: opacity 0.15s ease-in-out, background-image 0.15s ease-in-out;
	-moz-transition: opacity 0.15s ease-in-out, background-image 0.15s ease-in-out;
	-webkit-transition: opacity 0.15s ease-in-out, background-image 0.15s ease-in-out;
	background:#fff;
	box-shadow:none;
}

div.contenthead > input:hover,
div.contenthead > input:focus,
div.contenthead > input:active,
div.contenthead > input:valid {
	opacity: 1;
	border: 0px;
}






#detailfiltermenu {
	display: none;
	position: sticky;
	margin: auto;
	background-color: #E4C295;
	z-index: 2999;
	text-align: right;
	padding: 2px 5px;
	
}

#detailfiltermenu > span {
	display: inline-block;
	font-family: "Roboto",Helvetica,Arial,sans-serif; 
	font-weight: normal;
	font-size: 15px;
	white-space: nowrap;
	margin: 5px 3px;
	color: #415664;
}


#detailfiltermenu > span > span {
	padding: 10px 2px;
}

#detailfiltermenu > span > span:last-child > select {
	border-radius: 5px;
	border: 1px solid grey;
	background-color: #E9E5D9;
	width: 150px;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

#detailfiltermenu > span > span:last-child > select:hover,
#detailfiltermenu > span > span:last-child > select:focus {
	color: #000;
	background-color: #fff;
}

a.detailclosebutton {
	cursor: pointer;
	text-decoration: none;
	color: grey;
	transition: color 0.2s ease-in-out;
}

a.detailclosebutton:hover {
	color: #000;
}

div.selectedfilterbutton {
	cursor: pointer;
	text-decoration: none;
	position: fixed;
	text-align: center;
	font-family: "Roboto",Helvetica,Arial,sans-serif; 
	font-weight: bolder;
	font-size: 14px;
	white-space: nowrap;
	display: inline-block;
	color: #fff;
	bottom: 0px;
	right: 50px;
	padding: 7px 10px;
	border-radius: 10px 10px 0px 0px;
	background-color: #415664;
	box-shadow: 0px 0px 4px #666;
	z-index: 2990;
	transition: background-color 0.2s ease-in-out;
}

div.selectedfilterbutton > a {
	color: #fff;
	text-decoration: none
}

div.selectedfilterbutton > a:hover {
	text-decoration: none
}

div.selectedfilterbutton:hover {
	background-color: #063245;
}

#selectedfiltertable {
	position: fixed;
	display: none;
	bottom: 0px;
	right: 10px;
	z-index: 2992;
	border-radius: 10px 10px 0px 0px;
	background-color: #063245;
	box-shadow: 0px 0px 4px #666;
	margin-left: 10px;
	color: #fff;
	font-family: "Roboto",Helvetica,Arial,sans-serif; 
	font-size: 16px;
	color: lightgrey;
	padding: 10px 0px;
}

#selectedfiltertable2 th,
#selectedfiltertable2 td {
	padding: 5px 10px;
}

#selectedfiltertable2 thead th {
	text-align: center;
	font-size: 16px;
	font-weight: lighter;
	font-family: "Roboto Light",Helvetica,Arial,sans-serif;
	color: #fff;
	border-bottom: 1px solid lightgrey;
}

#selectedfiltertable2 thead a {
	float: right;
	cursor: pointer;
	text-decoration: none;
	color: lightgrey;
	transition: color 0.2s ease-in-out;
}



#selectedfiltertable2 thead > tr:first-child > th > a:hover {
	color: #fff;
}

#selectedfiltertable2 tbody > tr:nth-child(odd) > td {
	background-color: #415664;
}

#selectedfiltertable2 tbody a {
	cursor: pointer;
	text-decoration: none;
	transition: color 0.2s ease-in-out;
	color: lightgrey;
}


#selectedfiltertable2 tbody a:hover {
	color: #fff;
}







/* Standardansicht Balken nach 4. Spalte 
table#main-table.defaultview td:last-child {
	border-left: 5px solid grey;
} */

/* Standardansicht Highlight Element in Singlesearch */
table#main-table.defaultview .highlight {
	background-color: #ddd;
	font-weigth: bold;
}

    
    
#main-table td:last-child,
#second-table td:last-child {
    /* border-right: 1px solid #ddd; */
}

#second-table tr:nth-child(2) td:nth-child(1) {
	vertical-align: middle;
}

#main-table input[type="text"],
#second-table input[type="text"] {
    width: 100%;
    border: 0;
    padding: 4px 8px;
    margin-bottom: 2px;
}

#main-table ul,
#second-table ul {
	font-size: 15px;
    list-style: none;
    padding: 0;
    position: relative;
    top: 0px;
    margin-bottom: 0px;
}

#main-table li,
#second-table li {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 4px 11px;
    border-top: 1px solid #ddd;
    height: 32px;
    margin-left: -3px;
}

#main-table li a,
#second-table li a {
    cursor: pointer;
    color: black;
}

#second-table td p,
#main-table td p {
    font-size: 10px;
    padding: 3px 8px;
    margin: 0px;
}

#main-table ul#listManufacturerTags li a:nth-child(2) {
    float: right;
    display: block;
    margin-right: 10px;
}

#main-table ul#listManufacturerTags li a:nth-child(3) {
    float: right;
    display: block;
    margin-right: 10px;
}

#main-table ul#listProducts li a:nth-child(3) {
    float: right;
    display: block;
    margin-right: 10px;
}

#main-table ul#listProducts li a:nth-child(2) {
    float: right;
    display: block;
    margin-right: 10px;
}

#main-table ul#listProductversions li a:nth-child(2) {
    float: right;
    display: block;
    margin-right: 10px;
}

#main-table ul#listProductversions li a:nth-child(3) {
    float: right;
    display: block;
    margin-right: 10px;
}

#main-table ul#listUsers li a.linkToUser {
    float: right;
    display: block;
    margin-right: 5px;
}

/*#main-table li a:hover {
    background: #fbfbfb;
}*/

#main-table li:hover {
    background: #ddd;
}

#main-table li a:hover  {
    text-decoration: none !important;
    color: #0072CE !important;
}



#main-table li span {
	float: right;
	display: block;
}

#second-table .productversionName,
#second-table .productversionCheckboxTd,
#main-table .productversionName,
#main-table .productversionCheckboxTd {
    padding: 4px 8px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    white-space: nowrap;
    vertical-align: middle;
}

#main-table .productversionName {
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 8px;
	padding-top: 12px;
}

#second-table .productversionCheckboxTd,
#main-table .productversionCheckboxTd {
    text-align: center;
}

#listUsers.index-user-list li,
#listSkillrelations li {
    padding: 4px 8px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
}

#root-buttons {
    width: 240px;
    display: inline-block;
}

#root-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: .75em;
}

.btn-group-vertical {
    vertical-align: top;
    margin-right: 1em;
    margin-bottom: 1em;
}

#selectedElements th,
#selectedElements td {
    border: 1px solid #ddd;
    padding: 4px 8px;
}

.remove-skill {
    display: block;
    text-align: center;
    cursor: pointer;
}

#main-table .productName,
#main-table .productLight {
    border-bottom: 1px solid #ddd;
    padding: 4px 8px;
}

#id_subject,
#id_text {
    width: 480px;
}

#id_text {
	padding: 5px;
}


.productversionCheckboxTd span {
    vertical-align: middle;
    position: static !important;
}

/* <CHECKBOX LARGER> */
td.productversionCheckboxTd  input[type="checkbox"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid black;
	box-sizing: content-box;
	width: 25px;
	height: 25px;
	transition: all .2s linear;
	vertical-align: middle;
}

td.productversionCheckboxTd  input[type="checkbox"]:checked {
	background-color: #208fda;
}

td.productversionCheckboxTd  input[type="checkbox"]:checked::before {
	text-align: center;
	content: "\2716";
	font-size: 18px;
	width: 25px;
	height: 25px;
	color: white;
	padding-left: 5.5px;
}

td.productversionCheckboxTd  input[type="checkbox"]:focus {
  outline: 0 none;
  box-shadow: none;
}

td.productversionCheckboxTd  input[type="checkbox"]:disabled {
  background-color: gray;
  cursor: not-allowed;
}
/* </CHECKBOX LARGER> */


#productNameP {
	font-size: 20px;
}

#productNameSpan {
	/* text-decoration: underline;
	font-weight: bold; */
}

.glyphicon-user::before {
    margin-right: 4px;
}


#search,
#search:invalid {
	background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><g><g fill="grey" transform="translate(0.000000,511.000000) scale(0.100000,-0.100000)"><path d="M5891.8,4113.1c-283.4-143-303.8-500.4-40.8-694.4c61.3-48.5,112.3-53.6,451.9-61.3l380.4-7.7V107.4v-3239.8h-367.6c-337,0-372.7-5.1-449.3-56.2c-127.6-86.8-183.8-181.3-196.6-319.1c-12.8-165.9,66.4-306.4,222.1-382.9c112.3-58.7,122.5-58.7,1199.9-58.7c1077.4,0,1087.6,0,1199.9,58.7c163.4,81.7,217,168.5,217,349.8c0,168.5-45.9,252.8-191.5,349.8c-76.6,53.6-112.3,58.7-449.3,58.7h-367.6V110v3242.3h367.6c337,0,372.7,5.1,449.3,58.7c145.5,97,191.5,181.3,191.5,349.8c0,181.3-53.6,268.1-217,352.3c-112.3,56.2-122.5,56.2-1199.9,56.2C6014.3,4169.3,6004.1,4169.3,5891.8,4113.1z"/><path d="M369.6,2318.3c-130.2-45.9-217-130.2-250.2-240c-15.3-61.3-23-748-17.9-2024.5c7.7-1917.3,7.7-1932.6,61.3-2004.1c30.6-38.3,91.9-94.5,140.4-122.5c84.2-51.1,137.8-51.1,3043.2-58.7l2953.8-5.1v408.5v408.5H3606.8H913.4V110v1429.7h2693.4h2693.4v408.5v408.5H3384.7C979.8,2354.1,448.8,2349,369.6,2318.3z"/><path d="M7883.1,1948.2v-408.5h600h600V110v-1429.7h-600h-600v-408.5v-411l862.9,7.7c845.1,7.7,862.9,7.7,954.8,66.4c53.6,33.2,114.9,102.1,145.5,168.5C9900-1789.4,9900-1758.8,9900,110c0,1868.8,0,1899.4-53.6,2006.7c-30.6,66.4-91.9,135.3-145.5,168.5c-91.9,58.7-109.8,58.7-954.8,66.4l-862.9,7.7V1948.2z"/><path d="M2376.3,1156.7c-68.9-28.1-91.9-74-541.2-1067.1c-211.9-469.8-360-829.7-360-875.7c0-112.3,120-227.2,237.4-227.2c120,0,206.8,76.6,275.7,242.5l58.7,140.4h441.7h444.2l74-163.4c40.9-91.9,97-176.2,125.1-191.5c63.8-35.7,196.6-35.7,260.4-2.5c56.1,30.6,125.1,153.2,125.1,222.1c0,89.4-788.9,1830.5-857.8,1891.8C2593.3,1184.8,2478.4,1197.6,2376.3,1156.7z M2634.2,115.1c63.8-158.3,117.4-293.6,117.4-298.7c0-7.7-114.9-12.8-255.3-12.8c-140.4,0-255.3,5.1-255.3,10.2c0,12.8,227.2,551.4,245.1,582.1C2506.5,429.1,2501.4,439.3,2634.2,115.1z"/></g></g></svg>') no-repeat scroll 9px 6px,#fff;
	background-size: 21px 21px;
	padding-left: 38px;
}

#search:hover,
#search:focus,
#search:active,
#search:valid {
	background: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><g><g fill="darkslategray" transform="translate(0.000000,511.000000) scale(0.100000,-0.100000)"><path d="M5891.8,4113.1c-283.4-143-303.8-500.4-40.8-694.4c61.3-48.5,112.3-53.6,451.9-61.3l380.4-7.7V107.4v-3239.8h-367.6c-337,0-372.7-5.1-449.3-56.2c-127.6-86.8-183.8-181.3-196.6-319.1c-12.8-165.9,66.4-306.4,222.1-382.9c112.3-58.7,122.5-58.7,1199.9-58.7c1077.4,0,1087.6,0,1199.9,58.7c163.4,81.7,217,168.5,217,349.8c0,168.5-45.9,252.8-191.5,349.8c-76.6,53.6-112.3,58.7-449.3,58.7h-367.6V110v3242.3h367.6c337,0,372.7,5.1,449.3,58.7c145.5,97,191.5,181.3,191.5,349.8c0,181.3-53.6,268.1-217,352.3c-112.3,56.2-122.5,56.2-1199.9,56.2C6014.3,4169.3,6004.1,4169.3,5891.8,4113.1z"/><path d="M369.6,2318.3c-130.2-45.9-217-130.2-250.2-240c-15.3-61.3-23-748-17.9-2024.5c7.7-1917.3,7.7-1932.6,61.3-2004.1c30.6-38.3,91.9-94.5,140.4-122.5c84.2-51.1,137.8-51.1,3043.2-58.7l2953.8-5.1v408.5v408.5H3606.8H913.4V110v1429.7h2693.4h2693.4v408.5v408.5H3384.7C979.8,2354.1,448.8,2349,369.6,2318.3z"/><path d="M7883.1,1948.2v-408.5h600h600V110v-1429.7h-600h-600v-408.5v-411l862.9,7.7c845.1,7.7,862.9,7.7,954.8,66.4c53.6,33.2,114.9,102.1,145.5,168.5C9900-1789.4,9900-1758.8,9900,110c0,1868.8,0,1899.4-53.6,2006.7c-30.6,66.4-91.9,135.3-145.5,168.5c-91.9,58.7-109.8,58.7-954.8,66.4l-862.9,7.7V1948.2z"/><path d="M2376.3,1156.7c-68.9-28.1-91.9-74-541.2-1067.1c-211.9-469.8-360-829.7-360-875.7c0-112.3,120-227.2,237.4-227.2c120,0,206.8,76.6,275.7,242.5l58.7,140.4h441.7h444.2l74-163.4c40.9-91.9,97-176.2,125.1-191.5c63.8-35.7,196.6-35.7,260.4-2.5c56.1,30.6,125.1,153.2,125.1,222.1c0,89.4-788.9,1830.5-857.8,1891.8C2593.3,1184.8,2478.4,1197.6,2376.3,1156.7z M2634.2,115.1c63.8-158.3,117.4-293.6,117.4-298.7c0-7.7-114.9-12.8-255.3-12.8c-140.4,0-255.3,5.1-255.3,10.2c0,12.8,227.2,551.4,245.1,582.1C2506.5,429.1,2501.4,439.3,2634.2,115.1z"/></g></g></svg>') no-repeat scroll 9px 6px,#fff;
	background-size: 21px 21px;
}

#searchportfolio {
	background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><g><g fill="lightgrey" transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"><path d="M5996.9,5000.2c-716.1-80.4-1416.8-392.5-1962.4-875c-829-731.4-1278.9-1891.6-1156.4-2986.7c72.7-652.9,296.8-1217.7,716-1795.9c13.4-21.1-45.9-90-248.9-294.8l-268-268L2901-1044.1L2723-866L1411.5-2177.5L100-3489l647.1-647.1l645.2-645.2l1311.5,1311.5l1311.5,1311.5l-178.1,178l-176.1,176.1l268,268c204.9,202.9,273.8,262.3,294.8,248.9c256.5-185.7,695-432.7,875-494c24.9-7.7,46,28.7,101.5,166.6c67,170.4,233.6,472.9,317.8,580.1c21,28.7,32.5,55.5,24.9,63.2c-7.7,5.7-74.7,36.4-149.3,67c-413.5,166.6-825.2,490.1-1112.4,871.1c-425,564.8-599.3,1363.2-449.9,2058.2c220.2,1020.5,997.5,1795.9,2031.4,2025.6c245.1,53.6,756.3,57.4,995.6,7.7c1202.3-250.8,2054.3-1231.1,2119.4-2433.4c26.8-490.1-105.3-1020.5-352.3-1432.1c-55.5-91.9-101.5-170.4-101.5-174.2c0-5.7,57.4-28.7,130.2-51.7c181.9-61.3,371.4-151.2,545.7-256.5c176.1-107.2,149.3-122.5,306.3,180c593.5,1143,511.2,2504.2-214.4,3582.2C8568.1,4546.5,7277.7,5143.8,5996.9,5000.2z"/><path d="M7404.1-523.3c-1292.3-227.8-2085-1537.4-1682.9-2774.2c241.3-739,857.7-1280.9,1644.6-1449.3c147.4-30.6,637.5-30.6,785,0c884.5,189.6,1527.8,832.8,1717.4,1717.4c30.6,147.4,30.6,637.5,0,785c-193.4,907.5-875,1570-1772.9,1723.1C7888.5-486.9,7608.9-486.9,7404.1-523.3z M8677.3-2131.6l-612.7-719.9V-3510v-658.6h-306.3H7452v658.6v658.6l-612.7,719.9l-612.7,719.9h1531.7h1531.7L8677.3-2131.6z"/></g></g></svg>') no-repeat scroll 9px 6px,#415664;
	background-size: 20px 20px;
	padding-left: 38px;
}

#searchportfolio:hover {
	background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><g><g fill="white" transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"><path d="M5996.9,5000.2c-716.1-80.4-1416.8-392.5-1962.4-875c-829-731.4-1278.9-1891.6-1156.4-2986.7c72.7-652.9,296.8-1217.7,716-1795.9c13.4-21.1-45.9-90-248.9-294.8l-268-268L2901-1044.1L2723-866L1411.5-2177.5L100-3489l647.1-647.1l645.2-645.2l1311.5,1311.5l1311.5,1311.5l-178.1,178l-176.1,176.1l268,268c204.9,202.9,273.8,262.3,294.8,248.9c256.5-185.7,695-432.7,875-494c24.9-7.7,46,28.7,101.5,166.6c67,170.4,233.6,472.9,317.8,580.1c21,28.7,32.5,55.5,24.9,63.2c-7.7,5.7-74.7,36.4-149.3,67c-413.5,166.6-825.2,490.1-1112.4,871.1c-425,564.8-599.3,1363.2-449.9,2058.2c220.2,1020.5,997.5,1795.9,2031.4,2025.6c245.1,53.6,756.3,57.4,995.6,7.7c1202.3-250.8,2054.3-1231.1,2119.4-2433.4c26.8-490.1-105.3-1020.5-352.3-1432.1c-55.5-91.9-101.5-170.4-101.5-174.2c0-5.7,57.4-28.7,130.2-51.7c181.9-61.3,371.4-151.2,545.7-256.5c176.1-107.2,149.3-122.5,306.3,180c593.5,1143,511.2,2504.2-214.4,3582.2C8568.1,4546.5,7277.7,5143.8,5996.9,5000.2z"/><path d="M7404.1-523.3c-1292.3-227.8-2085-1537.4-1682.9-2774.2c241.3-739,857.7-1280.9,1644.6-1449.3c147.4-30.6,637.5-30.6,785,0c884.5,189.6,1527.8,832.8,1717.4,1717.4c30.6,147.4,30.6,637.5,0,785c-193.4,907.5-875,1570-1772.9,1723.1C7888.5-486.9,7608.9-486.9,7404.1-523.3z M8677.3-2131.6l-612.7-719.9V-3510v-658.6h-306.3H7452v658.6v658.6l-612.7,719.9l-612.7,719.9h1531.7h1531.7L8677.3-2131.6z"/></g></g></svg>') no-repeat scroll 9px 6px,#415664;
	background-size: 20px 20px;
}

#contactprovider {
	background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><g fill="lightgrey"><g><path d="M447.056,145.922L316.643,277.046L449.616,419.78c1.419-4.37,2.384-8.942,2.384-13.78V166 C452,158.749,450.114,151.994,447.056,145.922z"/></g></g><g fill="lightgrey"><g><path d="M407,121H45c-6.597,0-12.817,1.507-18.468,4.069l188.833,188.925c5.654,5.713,15.601,5.713,21.284,0l188.82-188.925 C419.819,122.507,413.597,121,407,121z"/></g></g><g fill="lightgrey"><g><path d="M295.474,298.356l-37.541,36.79c-8.525,8.569-19.863,13.271-31.934,13.271c-12.071,0-23.408-4.702-31.919-13.271 l-35.276-34.506L24.192,445.661C30.445,448.957,37.454,451,45,451h362c8.87,0,17.091-2.664,24.067-7.112L295.474,298.356z"/></g></g><g fill="lightgrey"><g><path d="M4.944,145.921C1.886,151.992,0,158.749,0,166v240c0,6.288,1.317,12.266,3.655,17.706L137.648,279.34L4.944,145.921z"/></g></g><g fill="lightgrey"><g><path d="M467,61H105c-19.53,0-36.024,12.578-42.237,30H407c41.353,0,75,33.647,75,75v222.237c17.422-6.213,30-22.707,30-42.237 V106C512,81.186,491.814,61,467,61z"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>') no-repeat scroll 9px 6px,#415664;
	background-size: 20px 20px;
	padding-left: 38px;
}

#contactprovider:hover {
	background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><g fill="white"><g><path d="M447.056,145.922L316.643,277.046L449.616,419.78c1.419-4.37,2.384-8.942,2.384-13.78V166 C452,158.749,450.114,151.994,447.056,145.922z"/></g></g><g fill="white"><g><path d="M407,121H45c-6.597,0-12.817,1.507-18.468,4.069l188.833,188.925c5.654,5.713,15.601,5.713,21.284,0l188.82-188.925 C419.819,122.507,413.597,121,407,121z"/></g></g><g fill="white"><g><path d="M295.474,298.356l-37.541,36.79c-8.525,8.569-19.863,13.271-31.934,13.271c-12.071,0-23.408-4.702-31.919-13.271 l-35.276-34.506L24.192,445.661C30.445,448.957,37.454,451,45,451h362c8.87,0,17.091-2.664,24.067-7.112L295.474,298.356z"/></g></g><g fill="white"><g><path d="M4.944,145.921C1.886,151.992,0,158.749,0,166v240c0,6.288,1.317,12.266,3.655,17.706L137.648,279.34L4.944,145.921z"/></g></g><g fill="white"><g><path d="M467,61H105c-19.53,0-36.024,12.578-42.237,30H407c41.353,0,75,33.647,75,75v222.237c17.422-6.213,30-22.707,30-42.237 V106C512,81.186,491.814,61,467,61z"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>') no-repeat scroll 9px 6px,#415664;
	background-size: 20px 20px;
}

#showhelp {
	background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><g fill="lightgrey"><path d="M847.2,152.7C754.9,60.4,631.9,9.7,501,10c-130.8,0.3-253.9,51.5-346.7,144.3C61.6,247,10.3,370.2,10,501C9.7,631.9,60.4,754.9,152.8,847.2C245.2,939.6,368.1,990.3,499,990c130.8-0.3,254-51.6,346.7-144.3c92.7-92.7,144-215.9,144.2-346.7C990.3,368.1,939.6,245.1,847.2,152.7z M796.1,796.1C716.6,875.6,611,919.6,498.8,919.8c-112.1,0.3-217.4-43.1-296.4-122.2C123.3,718.5,79.9,613.2,80.2,501.1c0.2-112.2,44.2-217.7,123.7-297.3c79.5-79.5,185.1-123.5,297.3-123.7c112.1-0.3,217.3,43.1,296.4,122.2c79.1,79.1,122.5,184.3,122.2,296.5C919.6,611,875.6,716.6,796.1,796.1z"/><path d="M629.5,294.1c-32.1-28.4-75.2-47.1-129.5-47.3c-51.7-0.1-93.4,18.2-125.2,46.2c-31.8,28-49,64.8-51.6,105l81.3,11c6.1-28,22.8-48.9,39-62.5c16.2-13.7,36.2-20.5,60.3-20.4c24.9,0.1,44.6,6.7,59.3,19.8c14.6,13.2,22,29,22,47.4c0,13.3-4.3,25.4-12.5,36.3c-5.4,6.9-21.9,21.6-49.6,44c-27.6,22.4-46.1,42.6-55.4,60.5c-9.3,18-13.9,40.8-14,68.7c0,2.7,0.1,10.2,0.3,22.5l85.9,0.2c-0.5-26,1.8-44.1,6.7-54.2c4.8-10.1,17.2-23.4,37.3-40c38.7-32,64-57.3,75.8-75.9c11.8-18.6,17.8-38.4,17.8-59.2C677.5,358.4,661.5,322.6,629.5,294.1z"/><path d="M546.8,752.7l-94.6-0.2l0.2-94.6l94.6,0.2L546.8,752.7L546.8,752.7z"/></g></svg>') no-repeat scroll 9px 6px,#415664;
	background-size: 20px 20px;
	padding-left: 37px;
}

#showhelp:hover {
	background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><g fill="white"><path d="M847.2,152.7C754.9,60.4,631.9,9.7,501,10c-130.8,0.3-253.9,51.5-346.7,144.3C61.6,247,10.3,370.2,10,501C9.7,631.9,60.4,754.9,152.8,847.2C245.2,939.6,368.1,990.3,499,990c130.8-0.3,254-51.6,346.7-144.3c92.7-92.7,144-215.9,144.2-346.7C990.3,368.1,939.6,245.1,847.2,152.7z M796.1,796.1C716.6,875.6,611,919.6,498.8,919.8c-112.1,0.3-217.4-43.1-296.4-122.2C123.3,718.5,79.9,613.2,80.2,501.1c0.2-112.2,44.2-217.7,123.7-297.3c79.5-79.5,185.1-123.5,297.3-123.7c112.1-0.3,217.3,43.1,296.4,122.2c79.1,79.1,122.5,184.3,122.2,296.5C919.6,611,875.6,716.6,796.1,796.1z"/><path d="M629.5,294.1c-32.1-28.4-75.2-47.1-129.5-47.3c-51.7-0.1-93.4,18.2-125.2,46.2c-31.8,28-49,64.8-51.6,105l81.3,11c6.1-28,22.8-48.9,39-62.5c16.2-13.7,36.2-20.5,60.3-20.4c24.9,0.1,44.6,6.7,59.3,19.8c14.6,13.2,22,29,22,47.4c0,13.3-4.3,25.4-12.5,36.3c-5.4,6.9-21.9,21.6-49.6,44c-27.6,22.4-46.1,42.6-55.4,60.5c-9.3,18-13.9,40.8-14,68.7c0,2.7,0.1,10.2,0.3,22.5l85.9,0.2c-0.5-26,1.8-44.1,6.7-54.2c4.8-10.1,17.2-23.4,37.3-40c38.7-32,64-57.3,75.8-75.9c11.8-18.6,17.8-38.4,17.8-59.2C677.5,358.4,661.5,322.6,629.5,294.1z"/><path d="M546.8,752.7l-94.6-0.2l0.2-94.6l94.6,0.2L546.8,752.7L546.8,752.7z"/></g></svg>') no-repeat scroll 9px 6px,#415664;
	background-size: 20px 20px;
}

#successstorys {
	background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 468.293 468.293" style="enable-background:new 0 0 468.293 468.293;" xml:space="preserve"><circle style="fill:%23415664;" cx="234.146" cy="234.146" r="234.146"/><polygon style="fill:lightgrey;" points="357.52,110.145 191.995,275.67 110.773,194.451 69.534,235.684 191.995,358.148 398.759,151.378 "/></svg> ') no-repeat scroll 7px 6px,#415664;
	background-size: 20px 20px;
	padding-left: 33px;
}

#successstorys:hover {
	background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 468.293 468.293" style="enable-background:new 0 0 468.293 468.293;" xml:space="preserve"><circle style="fill:%23415664;" cx="234.146" cy="234.146" r="234.146"/><polygon style="fill:white;" points="357.52,110.145 191.995,275.67 110.773,194.451 69.534,235.684 191.995,358.148 398.759,151.378 "/></svg> ') no-repeat scroll 7px 6px,#415664;
	background-size: 20px 20px;
}

#partnerlist {
	background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="442px" height="442px" viewBox="0 0 442 442" style="enable-background:new 0 0 442 442;" xml:space="preserve"><g style="fill:lightgrey"><path d="M105.4,221c0,9.391-7.609,17-17,17h-34c-9.391,0-17-7.609-17-17l0,0c0-9.391,7.609-17,17-17h34 C97.792,204,105.4,211.609,105.4,221L105.4,221z M105.4,112.2c0-9.391-7.609-17-17-17h-34c-9.391,0-17,7.609-17,17l0,0 c0,9.391,7.609,17,17,17h34C97.792,129.2,105.4,121.591,105.4,112.2L105.4,112.2z M105.4,329.801c0-9.393-7.609-17-17-17h-34 c-9.391,0-17,7.607-17,17l0,0c0,9.391,7.609,17,17,17h34C97.792,346.801,105.4,339.191,105.4,329.801L105.4,329.801z M404.6,54.4 v333.2c0,30.043-24.357,54.4-54.398,54.4h-238c-30.042,0-54.4-24.357-54.4-54.4V360.4h30.6c16.871,0,30.6-13.73,30.6-30.6 c0-16.871-13.729-30.602-30.6-30.602H57.8v-47.6h30.6c16.871,0,30.6-13.729,30.6-30.6s-13.729-30.6-30.6-30.6H57.8v-47.6h30.6 c16.871,0,30.6-13.729,30.6-30.6c0-16.871-13.729-30.6-30.6-30.6H57.8V54.4c0-30.042,24.358-54.4,54.4-54.4h238 C380.242,0,404.6,24.357,404.6,54.4z M188.945,161.255c0,28.968,23.487,52.455,52.455,52.455c28.969,0,52.455-23.487,52.455-52.455 c0-28.968-23.486-52.456-52.455-52.456C212.433,108.8,188.945,132.287,188.945,161.255z M323,289.482 c0-32.184-26.098-58.283-58.283-58.283H218.09c-32.191,0-58.29,26.1-58.29,58.283v23.318H323V289.482z"/></g></svg>') no-repeat scroll 7px 6px,#415664;
	background-size: 20px 20px;
	padding-left: 33px;
}

#partnerlist:hover {
	background:url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="442px" height="442px" viewBox="0 0 442 442" style="enable-background:new 0 0 442 442;" xml:space="preserve"><g style="fill:white"><path d="M105.4,221c0,9.391-7.609,17-17,17h-34c-9.391,0-17-7.609-17-17l0,0c0-9.391,7.609-17,17-17h34 C97.792,204,105.4,211.609,105.4,221L105.4,221z M105.4,112.2c0-9.391-7.609-17-17-17h-34c-9.391,0-17,7.609-17,17l0,0 c0,9.391,7.609,17,17,17h34C97.792,129.2,105.4,121.591,105.4,112.2L105.4,112.2z M105.4,329.801c0-9.393-7.609-17-17-17h-34 c-9.391,0-17,7.607-17,17l0,0c0,9.391,7.609,17,17,17h34C97.792,346.801,105.4,339.191,105.4,329.801L105.4,329.801z M404.6,54.4 v333.2c0,30.043-24.357,54.4-54.398,54.4h-238c-30.042,0-54.4-24.357-54.4-54.4V360.4h30.6c16.871,0,30.6-13.73,30.6-30.6 c0-16.871-13.729-30.602-30.6-30.602H57.8v-47.6h30.6c16.871,0,30.6-13.729,30.6-30.6s-13.729-30.6-30.6-30.6H57.8v-47.6h30.6 c16.871,0,30.6-13.729,30.6-30.6c0-16.871-13.729-30.6-30.6-30.6H57.8V54.4c0-30.042,24.358-54.4,54.4-54.4h238 C380.242,0,404.6,24.357,404.6,54.4z M188.945,161.255c0,28.968,23.487,52.455,52.455,52.455c28.969,0,52.455-23.487,52.455-52.455 c0-28.968-23.486-52.456-52.455-52.456C212.433,108.8,188.945,132.287,188.945,161.255z M323,289.482 c0-32.184-26.098-58.283-58.283-58.283H218.09c-32.191,0-58.29,26.1-58.29,58.283v23.318H323V289.482z"/></g></svg> ') no-repeat scroll 7px 6px,#415664;
	background-size: 20px 20px;
}




table#main-table h3 {
	font-family: "Roboto Light",Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: lighter;
	margin-left: 3px;
	margin-top: 4px;
}

table#main-table input[type="text"]
{
    background: transparent;
    border: none;
}

table#main-table {
	width: 100%;
	position: relative;
	border: none;
	border-collapse: collapse;
	font-family: "Roboto",Helvetica,Arial,sans-serif;
}

table#main-table tr {
	border: none;
}

table#main-table td {
	border: none;
}

table#main-table > tbody > tr > td:nth-child(odd) {
	background-color: #eee;
}

table.lasttdcolor > tbody > tr > td:last-child {
	background-color: #E9E5D9 !important;
}

table#main-table > tbody > tr > td {
	vertical-align: top;
}


table#main-table > tbody > tr > td > table {
	width: 100%;
}

#skillauchbutton {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	display: block;
	background-color: #008CAA;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #666;
	cursor: pointer;
	color: #fff !important;
	padding: 5px;
	text-align: center;
	transition: background-color 0.2s ease-in-out;
}

#skillauchbutton:hover {
	background-color: #42A8C7 !important;
	text-decoration: none;
}

#newobjectinlist {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	display: block;
	background-color: #008CAA;
	border-radius: 10px;
	box-shadow: 1px 1px 2px #666;
	cursor: pointer;
	color: #fff !important;
	padding: 5px;
	text-align: center;
	transition: background-color 0.2s ease-in-out;
	height: 100%;
}

#newobjectinlist:hover {
	background-color: #42A8C7 !important;
	text-decoration: none;
}

.modal-title {
	font-size: 20px;
}

div.paddingrow {
	padding: 25px;
}

table.myskills2-table tbody#main-table-tbody td:nth-child(1) {
	padding: 3px;
}
.noHover{
	pointer-events: none;
}





