
body {
    background-color: #F8F8F8;
}

.wrapper {
    width: 100%;
    max-width: 1250px;
    height: auto !important;
    margin: 0 auto;
    padding: 0 0 65px 0;
}

.content-wrapper {
    min-height: 800px;
}

.content {
    padding: 0 15px;
}

fieldset > legend {
    padding-left: 10px;
    font-size: 18px;
}

.callout {
    position: relative;
}

.callout > .btn {
    position: absolute;
    right: 10px;
    top: 5px;
    background: transparent;
}

li.multi-item {
    text-align: center;
    padding: 10px 0;
}

li.multi-item a {
    display: inline !important;
    padding: 0 15px !important;
}

/** iitems */
.iitems .table {
    margin-bottom: 10px;
}

.iitems .buttons {
    text-align: right;
}

.iitems .isrcrow {
    display: none;
}

div.minfo-box {
    padding: 3em 2em;
    min-height: 600px;
}

div.minfo-box .fa-stack {
    margin-bottom: 1em;
    text-align: center;
}

.box-body > .form-group:not(.odd) {
    background-color: #FFF9C7;
}

.box-body > .form-group.odd {
    background-color: #f0f0f0;
}

.form-group {
    margin-bottom: 2px;
    padding: 8px 0;
}

.calc-summary {
    font-weight: bold;
}

.calc-summary .col2 {
    padding: 5px 0;
    text-align: right;
}

.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.5);
}

.dropzone .dz-preview .dz-progress {
    top: 70%;
}

span.tip {
    left: -20px;
    top: 10px;
}

div.group-title {
    font-size: 1.2em
}

/*
.tooltip-inner {
    color: black;
    background-color: #ffebee;
}
*/

/*.content-wrapper, .right-side {
    background-color: #fafafa;
}*/

aside.control-sidebar {
    padding: 60px 15px 40px;
}

.control-sidebar-menu .menu-icon {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-right: 5px;
}

.control-sidebar-menu .menu-info {
    margin-left: 0;
    font-size: 13px;
}

.control-sidebar ul {
    padding: 5px 15px;
}

.control-sidebar-menu h4 {
    font-weight: bold;
    font-size: 15px;
}

.sidebar-menu {
    padding: 5px 15px 15px 15px;
}

.sidebar-menu > li > a {
    padding: 3px 5px 3px 0;
}

h1 {
    color: #E2051B;
    padding: 1em 0.25em;
}

h3 {
    font-size: 20px;
    color: #5e5e5e;
}

.sidebar h3 {
    padding: 0px 15px;
}

span.add-info {
    position: relative;
    left: -12px;
    top: 8px;
}

span.add-info a {
    color: darkblue;
}

div.bootstrap-select {
    padding: 0;
}

div.bootstrap-select div.dropdown-menu {
    width: inherit;
}

div.bootstrap-select img {
    width: 60px;
}

div.icons .item {
    text-align: center;
    background-color: #f7f7f7;
    height: 240px;
    padding: 15px;
}

div.icons .sinfo {
    color: dimgrey;
}

.box {
    background-color: white;
    border-top: none;
    box-shadow: none;
}

div.cinfo {
    padding: 0.5em 1.2em 2em;
    font-size: 0.95em;
    font-weight: 600;
}

div.dropdown-menu.open{
    min-height: 260px !important;
    overflow: hidden;
}
ul.dropdown-menu.inner{
    min-height: 260px !important;
    overflow-y: auto;
    top: 5px !important;
}
.skryt {
    display: none;
}