

.titles {
  font-weight: bold;
}



#tableDiv > table > tbody > tr {
  border-bottom: 1px solid #333 ;
}

#tableDiv > table > tbody > tr > td {
  border-bottom: 1px solid #333 ;
  min-width: 200px;
}
#tableDiv > table {
  border-bottom: 1px solid #333 ;
}


/*DROPDOWNS*/

/*
.esrv_dropdowns {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;

    background: #fff url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAA") no-repeat 90% 50%;
}

.esrv_dropdowns select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
}

.esrv_dropdowns select:focus {
    outline: none;
}

.esrv_dropdowns select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
*/
#esrv_operations_dropdown:focus {
  outline: 2px #80b3ff solid;
}

#esrv_geo_dropdown_div {
  display: none !important;
}

.esrv_dropdowns {
  border: 1px solid #333;
  /* background-color: #3c71b6;*/
  /* Orange #3c71b6;
       Grå #666666
    */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 2.5rem;
  display: inline-block;
  height: 30px;
  margin-left: 20px;
  overflow: hidden;
  padding: 0.4rem;
  width: 240px;
}

.esrv_dropdowns select {
  background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23000%22%20aria-hidden%3D%22true%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M16%2023.219l-11.609-11.61%201.884-1.884%209.724%209.723%209.724-9.723%201.884%201.884z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  background-position: right 3.5rem bottom 50%;
  background-repeat: no-repeat;
  background-size: 2rem auto;
  border: none;
  color: #333;
  font-size: 14px;
  height: 30px;
  padding: 5px;
  width: 268px;

  -webkit-appearance: none;
  appearance: none;
}
.esrv_dropdowns option {
  color: #000 !important;
}

/*INPUT*/
/*
.esrv_input {

    height: 29px;
    overflow: hidden;
    width: 240px;
    color: #fff;
    background-color: #3b8ec2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin-left: 20px;
}

.esrv_input placeholder {

    height: 29px;
    overflow: hidden;
    width: 240px;
    color: #fff;

}
*/


/*RESULTS*/
#esrv_container {
  background-color: white;
  float: left;
  font-size: 100%;
  height: 100%;
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
}
#esrv_results {
  float: left;
  margin-top: 20px;
  overflow-y: scroll;
  position: relative;
  width: 100%;
}

.esrv_result_container {
  /*width: 32%;*/
  display: inline-block;
  padding-left: 0.4%;
  width: 99%;
}


.esrv_result_customer {
  margin-bottom: 10px;
}

.esrv_result_title {
  /*font-size: large;*/
  background-color: #3c71b6;
  border-radius: 2px;
  color: white;
  font-family: 'open sans',arial,helvetica,sans-serif;
  padding: 13px 10px;
  /* text-transform: uppercase; */
}

#esrv_display_btn_cu:focus,
#esrv_display_btn_tb:focus {
  outline: 2px #80b3ff solid;
}

.esrv_btn-group {
  display: block;
  float: right;
  position: relative;
  width: 60px;
}
.esrv_btn-group button {
  background-color: white;
  border: none;
  /* background-color: #3c71b6; orange background */
  /* border: 1px solid #333333; /* grey border */
  color: #333; /* White text */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
  font-size: 16px;
  font-weight: bold;
  padding: 4px 4px; /* Some padding */
}

.esrv_btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.esrv_btn-group:after {
  clear: both;
  content: '';
  display: table;
}

/* Add a background color on hover */
.esrv_btn-group button:hover {
  color: #3c71b6;
}

.esrv_btn-group .active {
  color: #3c71b6;
}

.esrv_btn-group button:focus {
  outline: none;
  outline: 0;
}

table.esrv_table {
  background-color: #fff;
  border: 0 solid #000;
  border-collapse: collapse;
  font-family: 'open sans',arial,helvetica,sans-serif;
  text-align: left;
  width: 100%;
}

table.esrv_table tbody td {
  font-family: 'open sans',arial,helvetica,sans-serif;
  font-size: 1.2rem;
  min-width: 100px;
  padding: 1rem 0.5rem;
}

table.esrv_table tbody td a {
  color: #3c71b6;
  text-decoration: none;
  word-break: break-all;
}

table.esrv_table tbody td a > i {
  display: none;
}

table.esrv_table tr {
  border-bottom: 1px solid #333;
}

table.esrv_table tr:nth-child(even) {
  background: #f1f1f1;
}
table.esrv_table thead {
  background: #c0c0c0;
  border: none;
}
table.esrv_table thead th {
  border-left: none;
  color: #333;
  font-family: 'open sans',arial,helvetica,sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 1.2rem 2rem;
  text-align: left;
}
table.esrv_table thead th:first-child {
  border-left: none;
}

table.esrv_table tfoot {
  background: #f5f5f5;
  border-top: 1px solid #444;
  color: #fff;
  font-family: 'open sans',arial,helvetica,sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}
table.esrv_table tfoot td {
  font-size: 0.9em;
}
table.esrv_table tfoot .links {
  text-align: right;
}
table.esrv_table tfoot .links a {
  background: #3c71b6;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 2px 8px;
}



.esrv_input {
  background-color: #fff;
  border-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 2.5rem;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 0 0 rgba(66,66,66,0.75);
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 20px;
  padding: 1rem 2rem 1rem 1rem;
  position: relative;
  text-shadow: -50px 0 0 rgba(66,66,66,0.0);
  width: 240px;
}
.esrv_input input {
  background: #fff;
  border: none;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 14px;
  height: 20px;
  width: 100%;
}
.esrv_input span {
  color: #3c71b6;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 11px;
}

.esrv_input input:focus {
  outline: none;
}

.esrv_hr {
  background-color: #ccc;
  float: left;
  height: 1px;
  position: relative;
  width: 100%;
}

#esrv_search_area {
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  width: 100%;
}

.esrv_center_div {
  margin: inherit;
  width: 80%;
}


.esrv_result_row {
  /* font-size: 12pt; */
  display: inline-block;
  font-family: 'open sans',arial,helvetica,sans-serif;
  width: 100%;
}
.esrv_result_row_name {
  color: #212121;
  display: block;
  float: left;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 2px 0 0 0;
}

.esrv_result_row_name i {
  display: none;
}

.esrv_result_row_value {
  color: #767676;
  display: block;
  float: right;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 2px 0 0 0;
}
.esrv_result_row_operations_value {
  color: #767676;
  display: block;
  float: right;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 2px 0 0 0;
  max-width: 20ch;
  text-align: right;
}
.esrv_result_row_value a {
  color: #3c71b6;
  float: right;
  font-size: 1.4rem;
  font-weight: normal;
  max-width: 35ch !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.esrv_result_row_value a:hover,
.esrv_result_row_value a:focus {
   text-decoration: none;
}

.esrv_loading {
  text-align: center;
}

.esrv_columns {
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
  -moz-column-fill: balance;
  column-fill: balance;
  column-gap: 0;
}

.colortest a {
  /*color: #3c71b6;*/
  color: #767676 !important;
}

.colortest a:hover,
.colortest a:focus {
  /*color: #3c71b6;*/
  text-decoration: underline;
}

.esrv_result_row_value_underscore {
  color: #767676;
  display: block;
  float: right;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 2px 0 0 0;
  max-width: 250px;
  text-align: right;
  text-decoration: underline;

  /* font-size: 12pt; */
}

.esrv_input input[type=text] {
  border: none;
}

.esrv_input input[type=text]:hover,
.esrv_input input[type=text]:focus {
  background: none;
  border: none;
}

.esrv_dropdowns select:focus,
.esrv_dropdowns select:hover {
  background-color: #fff;
  border: none;
}

@media only screen and (max-width: 720px) {
  .esrv_columns {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
  .esrv_result_title {
    font-size: 1.4rem;
  }
  .esrv_result_row {
    font-size: 1em;
  }
  .esrv_center_div {
    width: 280px;
  }
  .esrv_input {
    margin-bottom: 10px;
    width: 228px;
  }
  .esrv_result_container {
    padding-left: 2%;
    width: 96%;
  }

  .esrv_btn-group {
    display: none;
  }

  .esrv_dropdowns {
    margin-left: 0;
    width: 250px;
  }

  .esrv_dropdowns select {
    background-position: right 2.5rem bottom 50%;
  }
}

@media only screen and (min-width: 720px) {
  .esrv_columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
  .esrv_result_title {
    font-size: 1.6rem;
  }
  .esrv_result_row {
    font-size: 1em;
  }


  .esrv_input {
    width: 30%;
  }
  .esrv_dropdowns {
    margin-left: 10px;
  }
  .esrv_result_container {
    padding-left: 2%;
    width: 96%;
  }

  .esrv_center_div {
    width: 100%;
  }

  .esrv_btn-group {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .esrv_columns {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
  .esrv_center_div {
    width: 780px;
  }
  .esrv_result_row {
    font-size: 0.8em;
  }
  .esrv_input {
    margin-left: 0;
    width: 240px;
  }
  .esrv_dropdowns {
    margin-left: 20px;
    width: 240px;
  }

  .esrv_btn-group {
    display: block;
  }
}

@media only screen and (min-width: 1360px) {
  .esrv_columns {
    -webkit-column-count: 3; /* 4 Chrome, Safari, Opera*/
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
}

@media only screen and (min-width: 1600px) {
  .esrv_columns {
    -webkit-column-count: 3; /* 5 Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
}
@media only screen and (min-width: 2000px) {
  .esrv_columns {
    -webkit-column-count: 3; /* 6 Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
}
