@charset "iso-8859-1";
/**
 * VERSION 2.08
 * Compiled from my-classes.less
 */
.my-shadow {
  box-shadow: 4px 4px 6px -4px #000 ;
  -webkit-box-shadow: 4px 4px 6px -4px #000 ;
  -moz-box-shadow: 4px 4px 6px -4px #000 ;
}
.my-shadow-inset {
  box-shadow: 4px 4px 6px -4px #000 inset;
  -webkit-box-shadow: 4px 4px 6px -4px #000 inset;
  -moz-box-shadow: 4px 4px 6px -4px #000 inset;
}
.my-gradient-yellow {
  background-color: #FFFF00;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FF6600),to(#FFFF00));
  background-image: -webkit-linear-gradient(#FF6600,#FFFF00);
  background-image: -moz-linear-gradient(top,#FF6600,#FFFF00);
  background-image: -ms-linear-gradient(#FF6600,#FFFF00);
  background-image: -o-linear-gradient(#FF6600,#FFFF00);
  background-image: linear-gradient(#FF6600,#FFFF00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF6600,endColorstr=#FFFF00,GradientType=0);
}
.my-gradient-yellow-light {
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFF00),to(#FFFFFF));
  background-image: -webkit-linear-gradient(#FFFF00,#FFFFFF);
  background-image: -moz-linear-gradient(top,#FFFF00,#FFFFFF);
  background-image: -ms-linear-gradient(#FFFF00,#FFFFFF);
  background-image: -o-linear-gradient(#FFFF00,#FFFFFF);
  background-image: linear-gradient(#FFFF00,#FFFFFF);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFF00,endColorstr=#FFFFFF,GradientType=0);
}
.my-gradient-grey {
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#dddddd),to(#FFFFFF));
  background-image: -webkit-linear-gradient(#dddddd,#FFFFFF);
  background-image: -moz-linear-gradient(top,#dddddd,#FFFFFF);
  background-image: -ms-linear-gradient(#dddddd,#FFFFFF);
  background-image: -o-linear-gradient(#dddddd,#FFFFFF);
  background-image: linear-gradient(#dddddd,#FFFFFF);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd,endColorstr=#FFFFFF,GradientType=0);
}
.my-gradient-blue {
  background-color: #79AAC1;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#446a8c),to(#79AAC1));
  background-image: -webkit-linear-gradient(#446a8c,#79AAC1);
  background-image: -moz-linear-gradient(top,#446a8c,#79AAC1);
  background-image: -ms-linear-gradient(#446a8c,#79AAC1);
  background-image: -o-linear-gradient(#446a8c,#79AAC1);
  background-image: linear-gradient(#446a8c,#79AAC1);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#446a8c,endColorstr=#79AAC1,GradientType=0);
}
.my-gradient-white {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FBFBFB),to(#eeeeee));
  background-image: -webkit-linear-gradient(#FBFBFB,#eeeeee);
  background-image: -moz-linear-gradient(top,#FBFBFB,#eeeeee);
  background-image: -ms-linear-gradient(#FBFBFB,#eeeeee);
  background-image: -o-linear-gradient(#FBFBFB,#eeeeee);
  background-image: linear-gradient(#FBFBFB,#eeeeee);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FBFBFB,endColorstr=#eeeeee,GradientType=0);
}
.my-gradient-green {
  background-color: #6e733f;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#8C9251),to(#6e733f));
  background-image: -webkit-linear-gradient(#8C9251,#6e733f);
  background-image: -moz-linear-gradient(top,#8C9251,#6e733f);
  background-image: -ms-linear-gradient(#8C9251,#6e733f);
  background-image: -o-linear-gradient(#8C9251,#6e733f);
  background-image: linear-gradient(#8C9251,#6e733f);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8C9251,endColorstr=#6e733f,GradientType=0);
}
.my-gradient-rust {
  background-color: #ff7238;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#b33400),to(#ff7238));
  background-image: -webkit-linear-gradient(#b33400,#ff7238);
  background-image: -moz-linear-gradient(top,#b33400,#ff7238);
  background-image: -ms-linear-gradient(#b33400,#ff7238);
  background-image: -o-linear-gradient(#b33400,#ff7238);
  background-image: linear-gradient(#b33400,#ff7238);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b33400,endColorstr=#ff7238,GradientType=0);
}
.my-gradient-red {
  background-color: #e50039;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#b3002d),to(#e50039));
  background-image: -webkit-linear-gradient(#b3002d,#e50039);
  background-image: -moz-linear-gradient(top,#b3002d,#e50039);
  background-image: -ms-linear-gradient(#b3002d,#e50039);
  background-image: -o-linear-gradient(#b3002d,#e50039);
  background-image: linear-gradient(#b3002d,#e50039);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3002d,endColorstr=#e50039,GradientType=0);
}
.my-label {
  padding: 4px 4px 2px 4px;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  font-size: smaller;
  color: black;
}
.my-label i {
  position: relative;
  top: 1px;
}
.my-label-yellow {
  background-color: #FF6600;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFF00),to(#FF6600));
  background-image: -webkit-linear-gradient(#FFFF00,#FF6600);
  background-image: -moz-linear-gradient(top,#FFFF00,#FF6600);
  background-image: -ms-linear-gradient(#FFFF00,#FF6600);
  background-image: -o-linear-gradient(#FFFF00,#FF6600);
  background-image: linear-gradient(#FFFF00,#FF6600);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFF00,endColorstr=#FF6600,GradientType=0);
  border: 1px solid #d1d3d3;
}
.my-label-yellow-light {
  background-color: #FFFF00;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#FFFF00));
  background-image: -webkit-linear-gradient(#FFFFFF,#FFFF00);
  background-image: -moz-linear-gradient(top,#FFFFFF,#FFFF00);
  background-image: -ms-linear-gradient(#FFFFFF,#FFFF00);
  background-image: -o-linear-gradient(#FFFFFF,#FFFF00);
  background-image: linear-gradient(#FFFFFF,#FFFF00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#FFFF00,GradientType=0);
  border: 1px solid #d1d3d3;
}
.my-label-grey {
  background-color: #dddddd;
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#dddddd));
  background-image: -webkit-linear-gradient(#FFFFFF,#dddddd);
  background-image: -moz-linear-gradient(top,#FFFFFF,#dddddd);
  background-image: -ms-linear-gradient(#FFFFFF,#dddddd);
  background-image: -o-linear-gradient(#FFFFFF,#dddddd);
  background-image: linear-gradient(#FFFFFF,#dddddd);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#dddddd,GradientType=0);
  border: 1px solid #d1d3d3;
}
.my-label-light {
  background-image: url(../billeder/bg/white_75.png);
  border: 1px solid #666666;
}
.my-label-dark {
  background-image: url(../billeder/bg/black_75.png);
  border: 1px solid #d1d3d3;
  color: white;
}
.my-label-white {
  background-color: #FFFFFF;
  border: 1px solid #d1d3d3;
}
.my-label.my-label-black i:before,
.my-label.my-label-dark i:before {
  color: white;
}
.css-table tr:nth-child(even) td {
  background-image: url(../billeder/bg/black_25.png);
}
.css-table tr:nth-child(odd) td {
  background-image: none;
}
.css-table tr tr:nth-child(even) td {
  background-image: url(../billeder/bg/black_25.png);
}
.css-table tr tr:nth-child(odd) td {
  background-image: none;
}
.css-table tr:nth-child(even) {
  color: white;
}
.css-table tr:nth-child(odd) {
  color: black;
}
.css-table {
  border: 2px #333333 solid;
}
.css-table td {
  padding: 2px;
}
.css-table thead tr:first-child td {
  background-color: black;
  background-image: none;
  font-weight: bold;
  color: #ffffff;
}
.css-table-red {
  background-color: #ff0000;
}
.css-table-green {
  background: #00ff00;
}
.css-table-grey {
  background: #CCC;
}
.css-table-blue {
  background: #0000ff;
}
.tip-grey:before,
.tip-grey:after {
  border-color: #dddddd;
}
.tip-white:before,
.tip-white:after {
  border-color: #FBFBFB;
}
.tip-red:before,
.tip-red:after {
  border-color: red;
}
.tip-black:before,
.tip-black:after {
  border-color: #505050;
}
.tip-orange:before,
.tip-orange:after {
  border-color: orange;
}
