#container {width: 100%; padding-top: 67px}

.text-white {color: white !important}
.monospace {font-family: "Courier New", Courier, monospace; font-size: 15px !important}
.icon-green {color: #00aa00}
.icon-yellow {color: #EBA31F}
.icon-red {color: #ff0000}
.icon-gray {color: #888}
.icon-blue {color: #418EC6}
.icon-small {font-size: 16px !important}
.icon-xsmall {font-size: 14px !important; vertical-align: inherit}
.icon-large {margin-top: -5px; font-size: 22px !important;}
.icon-xlarge {vertical-align: sub; font-size: 25px !important; color: #337ab7}
.bg-warning { background-color: #fcf8e3 !important}
/*.panel-body div:last-child, .panel-body ul:last-child {margin-bottom: 0 !important}*/
.option {margin-bottom: 15px}
.modal {
  text-align: center;
  padding: 0!important;
}

/* nav */
.nav > li > a {padding: 15px 12px}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-dialog.modal-large {
  width: 98%;
  height: 98%;
  margin: 0;
  padding: 0;
}

.modal-body.max-height {
	height: 410px;
	overflow-y: auto;
}

.modal-content.modal-large {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

#document_choose {height: 70vh}

.icon-big {font-size: 180%}

.showContact:hover {background: #fcf8e3 !important}

.small-heading {padding: 5px 15px 0}
.small-body { padding: 5px 15px}



.glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}

.column-text-2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}
.column-text-2 .checkbox:first-child {margin-top: 0}
.column-text-3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}
.column-text-3 .checkbox:first-child {margin-top: 0}

.bg-success {background-color: #dff0d8 !important}
.bg-info {background-color: #d9edf7 !important}

/* JQuery UI */
.ui-sortable-helper {cursor: ns-resize}
.ui-state-highlight {
	content: "drop here";
	background-color: #fff;
    border: 1px dashed orange;
    display: block;
	margin: 2px 0 1px;
    padding: 10px 15px;
	height: 41px
}

.drop-hover {background: #eee}


.checkbox-group .btn-default.active,
.checkbox-group .btn-default:hover{
	background: #337ab7;
	color: white;
	text-shadow: none;
}

span.btn-sm {cursor: pointer}
.no-bottom-margin {margin-bottom: 0}
tr.hover:hover {background:#fcf8e3 !important}
.pointer {cursor: pointer}
.unstyled, .unstyled:hover {color: black; text-decoration: none}
.icon-large {float: left; margin-right: 10px; margin-top: -2px; }
.hover:hover {background: #f1f1f1}
th.sorted.ascending:after {
    content: "  \2191";
}

th.sorted.descending:after {
    content: " \2193";
}

td input[type="checkbox"] {margin: 0}
.line-dotted {border-bottom: #777 dotted 1px; margin: 6px 0}
.badge-success {background: #093}
.badge-primary {background: #337ab7}

.blind {display: none}
.navbar-inverse .navbar-nav > li > a {color: #ffffff}
.navbar-inverse .navbar-nav > li > a:hover {

    background-image: linear-gradient(to bottom, #080808 0px, #0f0f0f 100%);
    background-repeat: repeat-x;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25) inset;

}

/* form elements */
.btn-file input[type="file"] {
    background: white none repeat scroll 0 0;
    cursor: inherit;
    display: block;
    font-size: 23px;
    min-height: 23px;
    min-width: 100%;
    opacity: 0;
    outline: medium none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

textarea.textarea-small {height: 34px}
.inline {display: inline}




/* spinner */
#curtain {position: fixed; top:0; z-index: 10000; height: 100%; width: 100%; background: rgba(0,0,0,0.6)}
.spinner {
  width: 100px;
  height: 100px;

  position: relative;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.no-border {border: none}
.no-padding {padding: 0}
.table-ul {margin: 0; padding: 0 0 0 15px}
.nowrap {white-space: nowrap;}

@media all and (max-width:1024px){
	.table {table-layout: fixed}
	td,th {text-overflow: ellipsis; min-width: 100px; white-space: nowrap; overflow: hidden;}
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* will be obsolete */
ul {border: none}
li {padding: 0}
li:nth-child(2n+1) {background: unset}
th {font-weight: bold}