/*
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 : Nov 21, 2015, 10:27:38 PM
    Author     : Sander
*/

legend {
    font-size: 17.5px;
    line-height: 36px;
}

p {
    margin: 0 0 9px;
}

.pull-right {
    float: right;
}

.badge {
    padding: 1px 9px 2px;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}

.badge-success {
  background-color: #468847;
}

.badge-big {
    border-radius: 25px;
    font-size: 25px;
    line-height: 36px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

input.span4 {
    width: 290px;
}

input.span3 {
    width: 210px;
}

input.span2 {
    width: 130px;
}

input.span1 {
    width: 50px;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.qrcode {
    background-color: #f5f5f5;
    display: inline-block;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 10px;
}
.qrcode img {
    border-color: #0079c6 #62bb46 #62bb46 #0079c6;
    border-style: solid;
    border-width: 8px;
}

.enroll-form {
    margin: -10px -12px 0 18px;
    padding: 10px 10px 0 10px;
    background-color: rgb(255, 255, 221);
    border: 1px solid rgb(221, 221, 68);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}

.close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

button.busy i.busy {
    background-image: url("../../backofficev2/vendor/img/busy.gif");
    display: inherit;
    height: 16px;
    margin-left: 10px;
    vertical-align: middle;
    width: 16px;
}
.btn-primary.busy i.busy {
    background-image: url("../../backofficev2/vendor/img/busy-primary.gif");
}
.btn-warning.busy i.busy {
    background-image: url("../../backofficev2/vendor/img/busy-warning.gif");
}
.btn-info.busy i.busy {
    background-image: url("../../backofficev2/vendor/img/busy-info.gif");
}
.btn-danger.busy i.busy {
    background-image: url("../../backofficev2/vendor/img/busy-danger.gif");
}
.btn-inverse.busy i.busy {
    background-image: url("../../backofficev2/vendor/img/busy-inverse.gif");
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: 500px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.form-inline {
    margin-bottom: 18px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
    float: none;
    margin-left: 0;
}

.controls, label {
    display: inline-block;
}

.control-label {
    font-weight: bold;
    font-size: 13px;
}

.control-group {
    margin-bottom: 9px;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-open .tooltip {
    z-index: 2070;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: .8;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -250px 0 0 -280px;
    overflow: auto;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    box-sizing: border-box;
}

.modal.fade {
    top: -25%;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
    top: 50%;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-body {
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
}

.modal-footer:after {
    clear: both;
}

#narrativeContainer td#narrativeLabel {
	position: relative;
    top: -8px;
}

.hide {
    display: none;
}

.icon-red {
    background-image: url("../../vendor/img/glyphicons-halflings-red.png");
}

.clipboard-input {
    background-color: white;
    border: none;
    width: 100%;
}

.highlight-input {
    width: 100%;
    border: none;
}
.highlight-input select {
    background-color: #2175bc;
}