/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.03.2017, 12:46:15
    Author     : alex
*/

body {
    /* Margin bottom by footer height */
    margin-top: 70px;
    margin-bottom: 140px;
    overflow-y:scroll;
}

.divider {
    background-color: #ccc;
    height: 1px;
    margin: 10px auto;
}

.table th.fit,
.table td.fit {
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
}

.table th.no-fit,
.table td.no-fit {
    vertical-align: middle;
}

.table th.preview,
.table td.preview {
    min-width: 89px;
}

.table td.used {
    background-color: #0088cc;
}

.no-padding, .table td.no-padding {
    padding: 0px;
}

.text-grey {
    color: #888;
}

.text-strong {
    font-weight: bold;
}


.panel-default > .panel-heading {
    background-color: #e6e6e6;
}

.panel-default > .panel-error {
    background-color: #ebccd1;
}

.panel-heading > .panel-title {
    font-weight: bold;
    font-size: 14px;
}

.panel-min-padding {
    padding: 5px; 
}

.panel-heading > .panel-title > a:hover,
.panel-heading > .panel-title > a:focus {
    text-decoration: none;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f8f8f8;
}

.form-group.required .control-label:after {
    content:" *";
    color:red;
}

.form-actions .btn {
    height: 50px;
    vertical-align: middle;
}

.form-actions .button-row {
}

.form-actions .button-row .col-sm-2 {
    padding: 0px 0px 0px 5px;
    margin-bottom: 10px;
}

.form-image {
    height: 50px;
}

.normrow {
    padding-left: 15px;
}


.no-before:before {
    content: none !important;
}

.center-both {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center-vertical {
    display: flex;
    align-items: center;
}

.text-center {
    text-align: center;
}

.img-512 {
    max-width: 512px;
    max-height: 512px;
}

.img-element {
    width: 320px;
}

.img-select {
    max-width: 72px;
    max-height: 40px;
}

.bootstrap-select > .dropdown-toggle {
    padding: 0 25px 0 5px;
    min-height: 40px;
}

.progress {
    position: relative;
}
.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
 }

 .cp-color-picker {
     z-index: 10000;
 }

 
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-link {
    background-color: #3b77ab;
}

.btn-ico {
    height: 20px; 
    width: 20px;    
}

.futsch {
    display: none;
}

.form-horizontal .radio-row, .form-horizontal .checkbox-row {
    padding-top: 0px;
}
.form-horizontal .radio-label, .form-horizontal .checkbox-label {
    padding-left: 7px;
}

.form-horizontal .info-row {
    padding-top: 7px;
}

.table-row {
    
}

.table-row th,
.table-row td {
    padding: 0px 14px 3px 0;
}

.table-row td.price {
    text-align: right;
}

