/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.navbar-default {
  background-color: #ffffff;
  border-color: #000000;
}
.navbar-brand {
	padding: 0px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    z-index: 100;
}

body {
    padding-top: 75px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
	font-family: 'Ubuntu','Helvetica Neue','Helvetica','Arial',sans-serif;
}

h3{
    margin-top:10px;
}


/*Center texte of table */
table th { 
    text-align: center;
}
.table-condensed{
    line-height: 1;
}
    .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
        padding: 2px;
        white-space: nowrap;
    }
/*Sortable tables Style */
table.sortable thead {
    background-color:#0497CB;
    color:#f1e0e0;
    font-weight: bold;
    cursor: pointer;
}
tfoot{
    display: table-header-group;
}

.col-centered{
    float: none;
    margin: 0 auto;
}
    
.alfa-link{
    border-bottom: 5px solid;
     border-color: transparent;
    -webkit-transition-property: padding,color,border-color;
    transition-property: padding,color,border-color;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
    transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}
.alfa-link:hover
{
     border-color: #bed82f;
}

footer {
    padding: 30px 0;
}

.thin {
	margin: 0px;
}
.thin > p {
	margin: 0px;
}
/*
.panel {
	background-color: #F8F8F9;
}
    */

input[type=image] {
    height: 25px;
}


footer {				
	position: fixed;
	bottom: -15px;
	right: -5px;
	z-index: 100000;
	padding: 15px;
	border: 2px solid #ddd;
	border-radius: 15px;
	background: white;
}
footer > .p {				
	margin: 0px;
}


.changed, .changed:focus {
    border-color: rgba(229, 103, 23, 0.8) !important;
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6) !important;
    outline: 0 none !important;
}

.spacer {
    margin-top: 30px; /* define margin as you see fit */
}
.tooltip-inner {
    white-space:pre-wrap;
}

@media print {
    body {
        padding-top: 0px;
        font-size: 10px;
    }
    .panel {
	    border-width: 0px;
    }

    .noprint {
        display: none !important;
    }
		
    input,
    select,
    textarea,
    .textarea-title {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
	    height:inherit;
    }
    select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    }
    a:link:after, a:visited:after{
        content: none;    
        font-size: 90%;   
    }
    a[href]:after {
        content: none;
    }

    .table td, .table th {
        background-color: #fff !important;
        padding:2px;
        font-weight:normal;
        line-height:1;
    }

    
    @page {
        size: auto;   /* auto is the initial value */
        margin: 0;  /* this affects the margin in the printer settings */
    }
}


/* layout.css Style */
.upload-drop-zone {
  min-height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
  padding: 10px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

.folder li a { display: block; width: 100%; height: 100%; }




.chart-key {
    float: left;
    width: 16px;
    height: 16px;
    margin: 2px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.noshow {
    opacity: 0.1;
}



.checkbox {
    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;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.checkbox label {
  padding-left: 0px;

}

.checkbox label input[type="checkbox"] {
  display: none;

}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}



/* CSS used here will be applied after bootstrap.css */
.panel-heading-sm{
    height: 28px;
    padding: 4px 10px;
}

.panel-body-sm{
   padding: 5px 10px;
}
.panel-body-xs{
   padding: 0px 0px;
}

table.table-heading-sm thead tr th, table.table-heading-sm  tbody tr td{
  	font-size: 12px;
    height: 28px;
    padding: 4px 10px;
}

.table-body-sm{
   padding: 5px 10px;
}

.table-condensed{
    margin-bottom:0px;
}

.capitalize {
    text-transform: capitalize;
}




.loader {
    font-weight:bold;
}
.loader:hover, .loader:focus {
    text-decoration: none;
}
@keyframes blink {
    50% {
        color: transparent
    }
}

.loader__dot {
    animation: 1s blink infinite
}

.loader__dot:nth-child(1) {
    animation-delay: 500ms
}

.loader__dot:nth-child(2) {
    animation-delay: 400ms
}

.loader__dot:nth-child(3) {
    animation-delay: 300ms
}

.loader__dot:nth-child(4) {
    animation-delay: 200ms
}

.loader__dot:nth-child(5) {
    animation-delay: 100ms
}

.loader__dot:nth-child(6) {
    animation-delay: 200ms
}

.loader__dot:nth-child(7) {
    animation-delay: 300ms
}

.loader__dot:nth-child(8) {
    animation-delay: 400ms
}

.loader__dot:nth-child(9) {
    animation-delay: 500ms
}


.loader-circle {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #343434; /* Blue */
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 1s linear infinite;
    align-self: center;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 958px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.has-feedback .form-control {
    padding-right: 24px;
}