﻿/* -----------------------------------------------------------
// Document structure
// ----------------------------------------------------------- */
html{
    position: relative;
    min-height: 100%;
    height: 100%
}

body {
	padding-top: 50px;
	padding-bottom: 20px;
    margin-bottom: 40px;
}

body > .container {
  padding: 0 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* Negative indent footer by it's height */
}

#body{
    padding-bottom: 50px;    /* height of footer */
}

footer{
    height: 50px; 
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0; 
    background-color: #f5f5f5;
}

/* -----------------------------------------------------------
// Responsive CSS fixes
// ----------------------------------------------------------- */
@media (max-width: 767px) {
	footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* -----------------------------------------------------------
// Custom buttons
// ----------------------------------------------------------- */
.btn-radio-transparent {
  display: inline-block;
  height: 34px;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn-radio-transparent:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-radio-transparent:hover,
.btn-radio-transparent:focus {
  text-decoration: none;
}

.btn-radio-transparent:active,
.btn-radio-transparent.active {
  background-image: none;
  outline: 0;
}

/* -----------------------------------------------------------
// Validations
// ----------------------------------------------------------- */

.field-validation-error {
    color: red;
}

.validationMessage {
	color: red;
	font-size: 0.8em;
}

.validation-summary-errors ul {
	list-style:none;
}

.input-group-addon {
    text-align:left;
    min-width: 120px;
}

    .input-group-addon:first-child {
        border-right: 1px solid #cccccc;
    }

.margin_top_5 {
	margin-top: 5px;
}

.margin_top_20 {
    margin-top: 20px;
}
/* -----------------------------------------------------------
// Table customizations
// ----------------------------------------------------------- */
.table .table-header {
    background-color: #446e9b;
    color: #ffffff;
    font-weight: normal;
    vertical-align: top;
}

.table > thead > tr > th {
    vertical-align: top;
}

/* -----------------------------------------------------------
// Bootstrap customizations
// ----------------------------------------------------------- */
.input-group-addon {
    min-width: 140px;
}

button, input, optgroup, select, textarea {
    color: black;
    font-weight: normal;
}

.navbar-inverse {
    background-image: none;
    background-color: white;
    color: #3e648d;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.footer {
    z-index: 999;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}


.panel-info > .panel-heading {
    background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-color: #446e9b;
    color: white;
}

.panel-group .panel-heading {
    background-color: #446e9b;
    color: white;
}

a.panel-title-smalltext {
    color: #FFF6B2;
    float:right; 
    font-size: 90%; 
    position: relative; 
    top:-20px
}

.panel-info {
    border-color: #446e9b;
}

.panel-body {
    padding: 5px;
}
.has-error .help-block {
  padding-left: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #CB2026;    
    font-weight: bold;
}

body .modal-dialog {
    width: 750px;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #446e9b;
    border-color: #adadad;
}

.btn-default.disabled, .btn-default[disabled]{
    color: #fff;
    background-color: #446E9B;
    border-color: #adadad;
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn-cancel {
    color: #333;
    background-color: #efefef;
    border-color: #adadad;
}


/* -----------------------------------------------------------
// Angular ui-grid customizations
// ----------------------------------------------------------- */
.ui-grid-header-cell {
    background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
    background-color: #446e9b;
    color: #fff;
}

.ui-grid-pager-panel {
    padding-top: 25px;
}

.img-responsive2 {
width: 1800px;
}

.title-smalltext {
    color: black;
    float:left; 
    font-size: 80%; 
    position: relative; 
    padding-left: 50px;
}


/* -----------------------------------------------------------
// Chart.customLegend customizations (see sharedUtils.js)
// ----------------------------------------------------------- */

.legend {
    padding-top: 5px;
}

.legend .title {
    display: block;
    line-height: 1.2em;
    padding: 0 0.3em;
    font-size: 12px;
}

.legend .color-sample {
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    border: 2px solid; 
    margin-right: 0.5em;
}

.itpm-logout {
    margin-right: 10px;
}

.revizieEvent {
    font-weight: bold;
}

.form-control-with-calendar {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* css checkbox */
input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 29px;
    height: 24px;
    display: inline-block;
    /*line-height: 24px;*/
    background-repeat: no-repeat;
    background-position: 0 0;
    /*font-size: 24px;*/
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -24px;
}

label.css-label {
    background-image: url('../content/images/csscheckbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

