body {
    font-family: Verdana, sans-serif;
}

body:not(#tinymce) {
    margin: 0;
    padding: 0;
    background-color: #132a50;
}

.bold {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .blue-text {
    color: #132a50;
}

.white-text {
    color: white;
}

.small-text {
    font-size: 9pt;
}

.normal-text, p {
    font-size: 12pt;
}

.big-text {
    font-size: 13pt;
}

.fixed-width {
    width: 1024px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
}

.navbar {
    margin-bottom: 0;
}

.blue-background {
    background-color: #132a50;
}

.white-background {
    background-color: white;
}

.blue-border-top {
    border-top: 10px solid #132a50;
}

.grey-border-top {
    border-top: 10px solid #c6c8ca;
}

.inline {
    display: inline-block;
}

.error {
    color: #F00;
}

.navbar-toggle {
    border: 2px solid #FFF;
}

.navbar-toggle:hover {
  border-color: #CCC;
}

.navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-toggle:hover .icon-bar {
  background-color: #CCC;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: #6b7994;
}

.navbar-nav.navbar-left:first-child {
    margin-left: -15px;
}

.configurations-table .btn {
    margin: 4px 0;
}

#top-menu-left a {
    margin-right: 20px;
}

#top-menu a, #top-menu span {
    color: white;
    -ms-text-shadow: 1px 2px #111;
    text-shadow: 1px 2px #111;
}

#top-menu a:hover {
    -ms-text-shadow: 0 0;
    text-shadow: 0 0;
}

#logo-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-text {
    margin: 0;
    font-size: 30pt;
    font-weight: bold;
    -ms-text-shadow: 1px 2px #bbb;
    text-shadow: 1px 2px #bbb;
    top: -2px;
    position: relative;
}

#content {
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer {
    background-color: #132a50;
    padding: 50px;
    line-height: 30px;
}

.form-control {
    margin-bottom: 5px;
}

.form-control.ng-valid,
.form-control.ng-valid:focus {
    border-left: 5px solid #42A948; /* green */
}

.form-control.ng-invalid,
.form-control.ng-invalid:focus,
combobox.ng-invalid input.form-control.ng-valid {
    border-left: 5px solid #a94442; /* red */
}

#configurations-container {
    margin-top: 50px;
}

.btn-blue button, button.btn-blue, label.btn-blue, input[type='submit'].btn-blue, input[type='button'].btn-blue, a.btn-blue,
.btn-red button, button.btn-red, label.btn-red, input[type='submit'].btn-red, input[type='button'].btn-red, a.btn-red,
.btn-green button, button.btn-green, label.btn-green, input[type='submit'].btn-green, input[type='button'].btn-green, a.btn-green,
.btn-grey button, button.btn-grey, label.btn-grey, input[type='submit'].btn-grey, input[type='button'].btn-grey, a.btn-grey {
    padding: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #FFF;
    font-family: Verdana, sans-serif;
    cursor: pointer;
    font-size: 11pt;
    outline: none;
    text-shadow: 1px 1px 0 #646464;
    text-shadow: 1px 1px 0 rgba(100, 100, 100, 0.5);
    border: 0;
}

.btn-grey button, button.btn-grey, input[type='submit'].btn-grey, input[type='button'].btn-grey, a.btn-grey {
    color: #444;
    -ms-text-shadow: none;
    text-shadow: none;
}

.btn-blue button, button.btn-blue, label.btn-blue, input[type='submit'].btn-blue, input[type='button'].btn-blue, a.btn-blue, 
.ui-dialog-titlebar, .bootstrap-dialog.type-primary .modal-header {
    background: #6da0bf; /* Old browsers */
    background: -moz-linear-gradient(top,  #6da0bf 0, #132a50 24%, #132a50 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#6da0bf), color-stop(24%,#132a50), color-stop(100%,#132a50)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6da0bf 0,#132a50 24%,#132a50 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6da0bf 0,#132a50 24%,#132a50 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6da0bf 0,#132a50 24%,#132a50 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6da0bf 0,#132a50 24%,#132a50 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da0bf', endColorstr='#132a50',GradientType=0 ); /* IE6-9 */
}

.btn-blue button:hover, button.btn-blue:hover, label.btn-blue:hover, input[type='submit'].btn-blue:hover, input[type='button'].btn-blue:hover, a.btn-blue:hover {
    background: #132a50; /* Old browsers */
    background: -moz-linear-gradient(top,  #132a50 40%, #6da0bf 94%, #6da0bf 94%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#132a50), color-stop(94%,#6da0bf), color-stop(94%,#6da0bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #132a50 40%,#6da0bf 94%,#6da0bf 94%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #132a50 40%,#6da0bf 94%,#6da0bf 94%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #132a50 40%,#6da0bf 94%,#6da0bf 94%); /* IE10+ */
    background: linear-gradient(to bottom,  #132a50 40%,#6da0bf 94%,#6da0bf 94%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#132a50', endColorstr='#6da0bf',GradientType=0 ); /* IE6-9 */
}

.btn-red button, button.btn-red, label.btn-red, input[type='submit'].btn-red, input[type='button'].btn-red, a.btn-red,
.bootstrap-dialog.type-danger .modal-header {
    background: #d37e80;
    background: -moz-linear-gradient(top, #d37e80 0, #d31518 24%, #d31518 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#d37e80), color-stop(24%,#d31518), color-stop(100%,#d31518));
    background: -webkit-linear-gradient(top, #d37e80 0,#d31518 24%,#d31518 100%);
    background: -o-linear-gradient(top, #d37e80 0,#d31518 24%,#d31518 100%);
    background: -ms-linear-gradient(top, #d37e80 0,#d31518 24%,#d31518 100%);
    background: linear-gradient(to bottom, #d37e80 0,#d31518 24%,#d31518 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d37e80', endColorstr='#d31518',GradientType=0 );
}

.btn-red button:hover, button.btn-red:hover, label.btn-red:hover, input[type='submit'].btn-red:hover, input[type='button'].btn-red:hover, a.btn-red:hover {
    background: #d31518;
    background: -moz-linear-gradient(top,  #d31518 40%, #d37e80 94%, #d37e80 94%, #d37e80 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#d31518), color-stop(94%,#d37e80), color-stop(94%,#d37e80), color-stop(94%,#d37e80));
    background: -webkit-linear-gradient(top,  #d31518 40%,#d37e80 94%,#d37e80 94%,#d37e80 94%);
    background: -o-linear-gradient(top,  #d31518 40%,#d37e80 94%,#d37e80 94%,#d37e80 94%);
    background: -ms-linear-gradient(top,  #d31518 40%,#d37e80 94%,#d37e80 94%,#d37e80 94%);
    background: linear-gradient(to bottom,  #d31518 40%,#d37e80 94%,#d37e80 94%,#d37e80 94%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d31518', endColorstr='#d37e80',GradientType=0 );
}

.btn-green button, button.btn-green, label.btn-green, input[type='submit'].btn-green, input[type='button'].btn-green, a.btn-green,
.bootstrap-dialog.type-success .modal-header {
    background: #8bce82;
    background: -moz-linear-gradient(top,  #8bce82 0, #06aa17 24%, #06aa17 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#8bce82), color-stop(24%,#06aa17), color-stop(100%,#06aa17));
    background: -webkit-linear-gradient(top,  #8bce82 0,#06aa17 24%,#06aa17 100%);
    background: -o-linear-gradient(top,  #8bce82 0,#06aa17 24%,#06aa17 100%);
    background: -ms-linear-gradient(top,  #8bce82 0,#06aa17 24%,#06aa17 100%);
    background: linear-gradient(to bottom,  #8bce82 0,#06aa17 24%,#06aa17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bce82', endColorstr='#06aa17',GradientType=0 );
}

.btn-green button:hover, button.btn-green:hover, label.btn-green:hover, input[type='submit'].btn-green:hover, input[type='button'].btn-green:hover, a.btn-green:hover {
    background: #06aa17;
    background: -moz-linear-gradient(top, #06aa17 40%, #8bce82 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#06aa17), color-stop(94%,#8bce82));
    background: -webkit-linear-gradient(top, #06aa17 40%,#8bce82 94%);
    background: -o-linear-gradient(top, #06aa17 40%,#8bce82 94%);
    background: -ms-linear-gradient(top, #06aa17 40%,#8bce82 94%);
    background: linear-gradient(to bottom, #06aa17 40%,#8bce82 94%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06aa17', endColorstr='#8bce82',GradientType=0 );
}

.btn-grey button, button.btn-grey, label.btn-grey, input[type='submit'].btn-grey, input[type='button'].btn-grey, a.btn-grey,
.bootstrap-dialog.type-default .modal-header {
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0, #bcbcbc 24%, #bcbcbc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#f4f4f4), color-stop(24%,#bcbcbc), color-stop(100%,#bcbcbc));
    background: -webkit-linear-gradient(top, #f4f4f4 0,#bcbcbc 24%,#bcbcbc 100%);
    background: -o-linear-gradient(top, #f4f4f4 0,#bcbcbc 24%,#bcbcbc 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0,#bcbcbc 24%,#bcbcbc 100%);
    background: linear-gradient(to bottom, #f4f4f4 0,#bcbcbc 24%,#bcbcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#bcbcbc',GradientType=0 );
}

.btn-grey button:hover, button.btn-grey:hover, label.btn-grey:hover, input[type='submit'].btn-grey:hover, input[type='button'].btn-grey:hover, a.btn-grey:hover {
    background: #bcbcbc;
    background: -moz-linear-gradient(top, #bcbcbc 40%, #f4f4f4 94%, #f4f4f4 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#bcbcbc), color-stop(94%,#f4f4f4), color-stop(94%,#f4f4f4));
    background: -webkit-linear-gradient(top, #bcbcbc 40%,#f4f4f4 94%,#f4f4f4 94%);
    background: -o-linear-gradient(top, #bcbcbc 40%,#f4f4f4 94%,#f4f4f4 94%);
    background: -ms-linear-gradient(top, #bcbcbc 40%,#f4f4f4 94%,#f4f4f4 94%);
    background: linear-gradient(to bottom, #bcbcbc 40%,#f4f4f4 94%,#f4f4f4 94%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#f4f4f4',GradientType=0 );
}

.btn-blue button:hover, button.btn-blue:hover,  label.btn-blue:hover, input[type='submit'].btn-blue:hover, input[type='button'].btn-blue:hover, a.btn-blue:hover,
.btn-blue button:focus, button.btn-blue:focus, label.btn-blue:focus, input[type='submit'].btn-blue:focus, input[type='button'].btn-blue:focus, a.btn-blue:focus,
.btn-red button:hover, button.btn-red:hover, label.btn-red:hover, input[type='submit'].btn-red:hover, input[type='button'].btn-red:hover, a.btn-red:hover,
.btn-red button:focus, button.btn-red:focus, label.btn-red:focus, input[type='submit'].btn-red:focus, input[type='button'].btn-red:focus, a.btn-red:focus,
.btn-green button:hover, button.btn-green:hover, label.btn-green:hover, input[type='submit'].btn-green:hover, input[type='button'].btn-green:hover, a.btn-green:hover,
.btn-green button:focus, button.btn-green:focus, label.btn-green:focus, input[type='submit'].btn-green:focus, input[type='button'].btn-green:focus, a.btn-green:focus {
    color: white;
}

div.big-links a div {
    background-color: #132a50;
    padding: 20px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 5px 0 grey;
    -ms-box-shadow: 3px 3px 5px 0 grey;
    box-shadow: 3px 3px 5px 0 grey;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -ms-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
}

div.big-links a div:hover {
    background-color: #002C49;
    -webkit-box-shadow: 0 0;
    -ms-box-shadow: 0 0;
    box-shadow: 0 0;
}

div.big-links a, div.big-links a h3 {
    color: #FFF;
    text-decoration: none;
    -ms-text-shadow: 1px 1px black;
    text-shadow: 1px 1px black;
}

div.big-links a h3 {
    margin: 0;
    margin-bottom: 5px;
}

div.big-links a p {
    font-style: italic;
    margin: 0;
}

.hoveredConfiguration td {
    background-color: #B8D8F2 !important;
}

.btn-small button, button.btn-small, a.btn-small {
    padding: 2px 10px;
}

a.btn-small {
    padding-top: 6px;
}

table.configurations-table>tbody>tr>td {
    vertical-align: middle;
}

.glyphicon-trash {
    padding-right: 1px;
}

.ui-dialog-titlebar {
    color: white;
    background: #6da0bf !important;
    background: -moz-linear-gradient(top,  #6da0bf 0, #132a50 24%, #132a50 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#6da0bf), color-stop(24%,#132a50), color-stop(100%,#132a50)) !important;
    background: -webkit-linear-gradient(top,  #6da0bf 0,#132a50 24%,#132a50 100%) !important; 
    background: -o-linear-gradient(top,  #6da0bf 0,#132a50 24%,#132a50 100%) !important; 
    background: -ms-linear-gradient(top,  #6da0bf 0,#132a50 24%,#132a50 100%) !important; 
    background: linear-gradient(to bottom,  #6da0bf 0,#132a50 24%,#132a50 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#6da0bf', EndColorStr='#132a50',GradientType=0) !important;
}

.ui-dialog-titlebar-close {
    color: #777;
}

.content-item {
    display: none;
}

.content-item.folder td:first-child:before, .projectCell:before {
    content: '\25BA';
    display: inline-block;
    color: white;
}

.content-item.folder td:first-child:before, .projectCell:before {
    color: #132a50;
}

.content-item.expanded td:first-child:before, .expanded .projectCell:before {
    content: '\25BC';
}

.folder:hover, .folder:hover td {
    cursor: pointer;
    background-color: #C3DEEF !important;
}

.configurations-container {
    padding: 10px;
    overflow: hidden;
    background-color: #FDFDFD;
}

.markfonster img {
    width: 27px;
    position: relative;
    top: -6px;
}

.list-unstyled {
    margin: 0;
}

.full-width {
    display: block;
    width: 100%;
}

#selectedSocketsList {
    position: absolute;
    z-index: 2;
}

.empty-sockets {
    padding-top: 44px;
    width: 19px;
    outline: 1px dotted #808080;
}

.empty-sockets.horizontal {
    padding-top: 0;
    height: 120px;
    width: auto;
    padding-right: 64px;
}

.horizontal li, .as-sortable-placeholder {
    float: left;    
}

.configurations-container > li.as-sortable-placeholder {
    float: none;
}

.as-sortable-placeholder, .margin-center {
    margin: 0 auto;
}

.as-sortable-drag {
    padding: 0;
    margin: 0;
    border: 0;
}

.selected {
    background-color: #DFDFDF;
}

.btn-smaller {
    position: absolute;
    right: 3px;
    top: 3px;
    margin: 0;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.btn-smallest.btn-red.btn:hover {
    background: #d31518!important;
}

.btn-smallest {
    font-size: 8pt !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    line-height: 0 !important;
    min-height: 14px !important;
    height: 14px !important;
    left: 0;
    width: 14px;
}

#available-sockets-container ul li {
    margin-top: 5px;
}

#available-sockets-container ul li:first-child {
    margin-top: 0;
}

.configurations-container ul li {
    text-align: left;
}

.image-config-container {
    padding: 20px;
}

#imageContainer {
    position: relative;
    display: inline-block;
}

#imageContainer label {
    font-weight: normal;
    font-size: 10pt;
}

label.socketText, label.markText, label.fixedHeightText {
    display: block;
    max-width: inherit;
    white-space: nowrap;
    position: absolute;
    left: 40px;
    margin: 0;
    line-height: 20px;
}

label.fixedHeightText {
    top: 25px;
    font-size: 10px !important;
}

label.socketText {
    top: 11px;
}

#imageContainer label.markText {
    top: -6px;
    font-size: 7pt;
    font-weight: bold;
}

li.configurations-container {
    margin: 0 !important;
    margin-bottom: 10px !important;
}

li.configurations-container:hover {
    background-color: #DFDFDF;
}

li.configurations-container.forbidden {
  background: #FFF;
  cursor: not-allowed !important;
}

.foot-image {
    position: absolute;
    top: 1120px;
    left: -142px;
    z-index: 0;
    width: 354px;
}

.hose-image {
    position: absolute;
    top: -153px;
    left: -149px;
    z-index: 2;
    width: 185px;
}

.feeding-image {
    position: absolute;
    top: -59px;
    left: 19px;
    z-index: 2;
}

.data-image-stubbe, .matning-image-stubbe {
    top: auto;
}

.data-image-stubbe {
    bottom: -62px;
    left: -52px;
    height: 57px;
}

.matning-image-stubbe {
    bottom: -54px;
    height: 49px;
}

.feeding-hose {
    top: -217px;
    left: -137px;
}

.datafeeding {
    width: 295px;
}

.datafeeding-stubbe {
    width: 157px;
}

.datafeeding-hängbox {
    width: 134px;
    top: 10px;
    position: absolute;
    left: 6px;
}

.data-label, .power-label {
    position: relative;
    text-align: left;
}

.data-label{
    top: 100px;
    left: 82px;
    white-space: nowrap;
    text-align: left;
    line-height: 12px;
}

.data-label.no-power-data-label{
    top: 48px;
}

.data-label.no-power-data-label.data-label-stubbe{
    top: 10px;
    left: 35px;
}

.power-label{
    top: 50px;
    left: 82px;
    line-height: 12px;
    white-space: nowrap;
    
}

.power-label-stubbe, .power-label-hängbox {
    white-space: nowrap;
    width: 0;
}

.power-label-stubbe {
    left: -100px;
    top: 10px;
}

.power-label-hängbox {
    left: 36px;
    top: -90px;
}

.data-label-stubbe, .data-label-hängbox {
    text-align: left;
    width: 300px;
}

.data-label-stubbe {
    left: 328px;
    top: 3px;
}

.data-label-hängbox {
    left: 73px;
    top: 44px;
}

.feeding-explain-hängbox {
    top: -85px!important;
    left: 55px!important;
}

.feeding-image.feeding1 {
    top: -313px;
    width: 173px;
}
.feeding2 {
    width: 190px;
    margin-right:200px!important
}


.feeding2-stubbe {
    width: 106px;
}

.feeding2-hängbox {
    top: -124px;
    left: 6px;
    position: absolute;
    width: 88px;
}

.feeding-image.feeding3 {
    top: -341px;
    left: -217px;
    width: 330px;
}

.feeding-image.feeding4 {
    width: 406px;
    top: -349px;
}

#totalHeight {
    top: 0;
    bottom: 0;
    width: 157px;
    position: absolute;
    left: -148px;
}

#socketsHeight {
    bottom: 0;
    width: 103px;
    position: absolute;
    left: -97px;
}

.top-buffer {
    margin-top: 15px;
}

.bottom-buffer {
    margin-bottom: 15px;
}

.color-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #CCC;
    margin-right: 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.color-button.forbidden {
    cursor: not-allowed;
}

.color-container {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-top: 5px;
}

.selected-color {
    background: #AAA;
}

.cursor-pointer {
    cursor: pointer;
}

li.markfonster {
    height: 7px;
}

.configurations-table {
    margin-bottom: 0;
}

.configurations-table.table>tbody>tr>th {
    border-top: 0;
}

.configuration-thumb {
    position: absolute;
    background: #FFF;
    bottom: -244px;
    height: 250px;
    padding: 10px;
    border: 1px solid #808080;
    left: 27px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    z-index: 50;
}

.fullscreen-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    overflow-y: auto;
}

.fullscreen-container .inner-container {
    margin: 50px auto 0 auto;
    display: table;
    font-size: 26pt;
    color: #FFF;
    text-shadow: 2px 2px #000;
}

.fullscreen-container .inner-container .glyphicon-refresh {
    top: 8px;
    left: 10px;
    text-shadow: none;
}

.glyphicon-refresh-animate {
	-webkit-animation: rotate .8s infinite linear;
	-o-animation: rotate .8s infinite linear;
	-ms-animation: rotate .8s infinite linear;
	-moz-animation: rotate .8s infinite linear;
	animation: rotate .8s infinite linear;

	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
 
@-webkit-keyframes rotate {
  from {
	-webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  to {
	-webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }  
}

@-moz-keyframes rotate {
  0% {
	-moz-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
	-moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  } 
}

@-o-keyframes rotate {
  0% {
	-o-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
	-o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  } 
}

@-ms-keyframes rotate {
   0% {
	-ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
	-ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  } 
}

@keyframes rotate {
  0% {
	transform: rotateZ(0);
  }
  100% {
	transform: rotateZ(360deg);
  } 
}

.gi-md{font-size: 1.5em;}
.gi-lg{font-size: 2em;}

.image-container {
    background: #FAFAFA;
    display: block;
    margin: 50px auto;
    padding: 50px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    position: relative;
    -webkit-box-shadow: 0 0 19px 2px;
    -ms-box-shadow: 0 0 19px 2px;
    box-shadow: 0 0 19px 2px;
}

.close-preview-image {
    position: absolute;
    right: 0;
    top: -14px;
    color: #FFF;
    background: #272727;
    padding: 2px;
    -ms-border-radius: 80px;
    border-radius: 80px;
    font-size: 30pt;
    height: 44px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 15px #000;
    -ms-box-shadow: 0 0 15px #000;
    box-shadow: 0 0 15px #000;
}

select[disabled] {
    cursor: not-allowed;
    background-color: #EEE;
}

.tooltip.bottom .tooltip-arrow {
    bottom: initial !important;
    border-bottom-color: #132a50;
}

.tooltip.top .tooltip-arrow {
    top: initial !important;
    border-top-color: #132a50;
}

.tooltip-inner {
    background-color: #132a50;
}

.tooltipContainer .tooltip.bottom {
    margin-top: -5px;
}

.tooltipContainer .tooltip.in {
    filter: alpha(opacity=95);
    opacity: .95;
}

.combobox-container .input-group {
    margin-bottom: 5px;
}

.hose-container {
    width: 300px;
    text-align: left;
}

.feeding-empty img {
    display: none;
}
.feeding-empty > .power-label {
    top:118px;
    font-size: 14px;
}
.feeding-empty > .power-label-stubbe {
    top: 75px;
    font-size: 14px;
}
.cable-length-explain-empty > .feeding-explain {
    display: none!important;
}

.tooltip-icon {
  cursor: pointer;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #132a50;
  font-size: 9pt;
}

.tooltip-icon:before {
  content: "";
}

.text-small, .text-small p {
    font-size: 10px;
}

.type-image {
    height: 650px;
}

renderer {
    display: table;
    line-height: 0;
    cursor: move;
}

renderer > canvas {
    border-radius: 5px;
}

#strainedHeight {
    position: absolute;
    height: 89px;
    width: 100px;
    top: -88px;
    left: -84px;
}

.foot-text {
    position: absolute;
    top: 3px;
    left: 182px;
    white-space: nowrap;
}

.wall-text {
    position: relative;
    top: -639px;
    left: -120px;
    width: 0;
    white-space: nowrap;
}

.wall-text-2 {
    position: absolute;
    bottom: -56px;
    left: 45px;
    text-align: left;
    white-space: nowrap;
}

.configuration-image {
    max-width: 50%;
    padding: 12px;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.other-side-sockets {
    position: absolute; 
    left: 240px; 
    bottom: 0; 
    width: 266px; 
    padding: 20px;
}

#imageContainer .other-side-label {
    position: absolute;
    bottom: 16px;
    font-weight: bold;
    font-size: 20px;
    left: 98px;
}

.feeding-explain {
    position: absolute;

    white-space: nowrap;
    display: inline-table;

    top: 20px;
    left: 100px;
}

.feeding-explain-stubbe {
    top: auto;
    bottom: -38px;
    left: 136px;
}

.feeding-explain.feeding-hose {
    top: -150px;
    left: 41px;
    width: 300px;
}
.feeding-hose-feedtext-data {
    left: 178px;
    text-align: left;
    width: 300px;
}
.feeding-hose-feedtext-kraft {
    left: 178px;
    text-align: left;
    width: 360px;
}
.hose-text {
    position: relative;
    top: -161px;
    left: 192px;
}
.balansblock-label {
    position: relative;
    left: -125px;
    top: 16px;
}
.fixed-position-socket {
    position:absolute;
    top:50px;
    z-index:3
}

.bage {
    position: relative;
    left: -18px;
    top: 5px;
}

.bage-top {
    top: 0px;
}

#imageContainer label.markText-fixed {
    top: 16px;
}

.intrinsic-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
}

.nowrap {
    white-space: nowrap;
}

renderer > canvas {
    border: 1px solid lightgray;
}

.editable-property-container {
    max-width: 250px;
    min-width: 250px;
}

.angular h3 {
    margin-top: 0;
}

[data-hidden="true"] {
    display: none !important;
}

.article-list-text {
    font-size: 12px;
    padding: 0;
}

h3.article-header {
    margin: 10px;
    padding-bottom: 4px;
    border-bottom: 3px solid #132a50;
    margin-top: 10px;
}

.article-container {
    padding: 17px;
    padding-bottom: 62px;
    margin: 10px;
    border: 2px solid #132a50;
    border-radius: 5px;
    width: 160px;
    display: inline-block;
    background: #84abc5;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.article-container img {
    margin-bottom: 5px;
}

.article-text {
    position: absolute;
    bottom: 9px;
    left: 8px;
    right: 8px;
}

.article-text input {
    width: 70%;
    border-radius: 5px;
    border: 1px solid lightgray;
    height: 28px;
    padding: 5px;
    margin-top: 5px;
}

.combobox-list {
    list-style-type: none;
    padding: 0;
    position: absolute;
    background: #fff;
    min-width: 200px;
    z-index: 900;
    border-radius: 5px;
    border: 1px solid #c6c8ca;
    overflow: auto;
    max-height: 200px;
    margin-top: 4px;
}

.combobox-list li {
    padding: 5px 12px;
    cursor: pointer;
}

.hovered-option {
    background-color: #337ab7;
    color: white;
}

.article-list-text div:nth-child(even) {
    background: lightgrey;
}

.article-list-text div {
    padding: 5px;
}

.angular .col-sm-12 .btn {
    margin-right: 5px;
}

.option-btn {
    border: 2px solid lightgrey;
    padding: 5px;
    display: inline-block;
    margin: 2px 0;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.option-btn:hover {
    background: #efefef;
}

.search-input {
    width: 100px;
    border-radius: 5px;
    border: 1px solid lightgray;
    height: 22px;
    padding: 2px;
}

.search-btn {
    margin-left: 5px;
    top: -2px;
    position: relative;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mouse-3d-icons {
    position: absolute;
    right: 25px;
    bottom: 10px;
    height: 100px;
    pointer-events: none;
}

.angular a.btn-small {
    padding-top: 2px;
}

.button-table .btn {
    margin-left: 5px;
}

.button-table .form-control {
    height: 25px;
    margin: 0;
}

.button-table td:last-child {
    text-align: right;
}

.fading-message {
    display: inline-table !important;
    margin: 20px auto;
    width: 600px;
}

.fading-message .modal-dialog {
    margin: 0;
}

.start-image-container {
    padding-bottom: 20px;
    border: 3px solid #c6c8ca;
    -ms-border-radius: 9px;
    border-radius: 9px;
    background-color: #FDFDFD;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.start-image-container:hover {
    box-shadow: inset 0 0 10px #04395d;
    border-color: #132a50;
}

.start-image-text {
    position: absolute;
    width: 100%;
    bottom: 7px;
    right: 0;
    font-weight: bold;
    color: #132a50;
}

.start-image-text i {
    top: 0;
}

.no-break {
    white-space: nowrap;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #2b6da7;
}

.dropdown-menu {
    background-color: #132a50;
    padding: 0px;
}

combobox .dropdown-menu {
    background-color: #fff;
}

.dropdown-toggle {
    cursor: pointer;
}

#top-menu .dropdown-menu a {
    -ms-text-shadow: none;
    text-shadow: none;
}
.hidden-div {
    display:none;
}

.combobox-list li {
    color: #4e4e4e!important;
    padding: 3px 10px;
}

.combobox-list li:not(:last-child) {
    border-bottom: solid 1px #ccc;
}

.combobox-list li.hovered-option {
    color: #fff !important;
}

li.added-front-lid-socket {
    margin-bottom: 40px;
}

li.added-front-lid-markfonster {
    margin-top: 50px;
}

.stickAtTop {
    position: sticky; 
    top:20px;
}

.fullsize-renderer-container {
    width: 100% !important;
}

.fullsize-sidepanel-container {
    position: absolute;
    top: 0px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0);
}

.fullsize-sidepanel-container .configurations-container {
    background-color: rgba(255, 255, 255, 0.5);
}

.right-aligned {
    right: 0px;
}

.renderer-fullscreen-button {
    position: absolute;
    bottom: 10px;
    left: 25px;
}