body { 
  font-family: "Helvetica", sans-serif;  
  font-size:14px;
  color: black;
}
a {
    text-decoration: none !important;
    color: black;
}
.rubrik1{
  font-size:18px;
  font-weight: bold;
  color:#0092a8;
}

.rubrik_liten{
  font-size:10px;
  font-weight: bold;
  color:#0092a8;
  line-height: 0.8 !important;
}

.rubrik2 {
  font-size:13px;
  font-weight: bold;
  color:#000000;
}


textarea {
  font-size:18px;
  border: 1px solid #CCC;
  border-radius: 4px;
}

input[type="submit"] {
  font-size:18px;
  border: 1px inset #ccc;
  border-radius: 4px;
}

input[type="button"] {
  font-size:18px;
  border: 1px inset #ccc;
  border-radius: 4px;
}

input[type="text"] {
  font-size:18px;
  border: 1px solid #CCC;
  border-radius: 4px;
}


input[type="number"] {
  font-size:18px;
  border: 1px solid #CCC;
  border-radius: 4px;
}

input[type="password"] {
  font-size:18px;
  border: 1px solid #CCC;
  border-radius: 4px;
}

input[type=checkbox] {
  /* All browsers except webkit*/
  transform: scale(1.5);

  /* Webkit browsers*/
  -webkit-transform: scale(1.5);
}

input[type=radio] {
  /* All browsers except webkit*/
  transform: scale(1.5);

  /* Webkit browsers*/
  -webkit-transform: scale(1.5);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

select {
  font-size:18px;
    border: 1px solid #CCC;
  border-radius: 4px;
}

td {
  vertical-align:top;
}

.tdbottom {
  vertical-align:bottom;
}

.file-input-wrapper {
    height: 30px;
    width: 100px;
    margin: 2px;
    overflow: hidden;
    position: relative;
    /* width: 118px;*/
    background-color: #fff;
    cursor: pointer;
}
.file-input-wrapper > input[type="file"] {
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}
.file-input-wrapper > .btn-file-input {
    background-color: #494949;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 32px;
    margin: -1px -1px -1px -1px;
    padding-left: 0;
    width: 120px;
    cursor: pointer;
    font-size:18px;
}
.greybox {
  background-color: #eeeeee;
  border-color: #cccccc;
  border-radius: 4px;
  margin: -1px -1px -1px -1px;
}

#working {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0092a8;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 146, 168);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 146, 168, 0.6);
    z-index: 999;
	  top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.small {
  font-size:12px;
  white-space: nowrap;
}

.bigstrong {
  font-size:30px;
  font-weight:bold;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
  font-size:12px;
  font-weight: normal;
  color:#606060;
}

.tdbutton {
   border: 1px solid black;
   border-color: #cccccc;
   border-radius: 10px;
   font-size:40px;
   font-weight:bold;
   cursor: pointer;
}

.roundedborder {
  border: 2px solid #cccccc;
  border-radius: 10px;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
}

tr.tablemenu td {
  no_border-bottom: 1px solid #cccccc;
  user-select: none;
  -o-user-select:none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}  

td.shrink {
  white-space: nowrap;
  width: 1px;
}

