/*
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 : 29-set-2015, 11.28.57
    Author     : Fabio
*/

/* # START Override Angle classes */
.preloader {
    background-color: #a1c24d; // brand acid green
    background-image: -webkit-linear-gradient(90deg, #a1c24d 10%, #91b23d 90%);
    /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(90deg, #a1c24d 10%, #91b23d 90%);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(90deg, #a1c24d 10%, #91b23d 90%);
    /* IE10 */
    background-image: -o-linear-gradient(90deg, #a1c24d 10%, #91b23d 90%);
    /* Opera 11.10+ */
    background-image: linear-gradient(90deg, #a1c24d 10%, #91b23d 90%);
    /* W3C */
}
.belt{
  width: 100%;
  height: 120px;
  background-color: #a1c24d;
}
.buckle{
  position: relative;
  top: 50%;
  transform: translateY(-50%); 
}

.preloader-progress-bar {
  min-width: 10px;
  background-image: url(../../app/img/mainsim/preloader/preloader.full.png);
  background-size: 100px 30px;
}

.preloader-progress {
    width: 100px;
    height: 30px;
    background-image: url(../../app/img/mainsim/preloader/preloader.empty.png);
    background-size: 100px 30px;
}

.content-wrapper > h3 > small,
.content-wrapper > .content-heading > small {
  font-size: 65% !important;
}

/* Custom mainsim logo position in top navbar */

.topnavbar .navbar-header .brand-logo {
    padding: 5px;
}

.topnavbar .navbar-header .brand-logo-collapsed {
    padding: 15px 15px;
}

.editable-error {
    color: #f05050;
}

/* # END Override Angle classes */
    
/* # START Added to boostrap basic classes */
.img-center {
    margin:0 auto;
}

.ng-pristine {
    border-color:  #909fa7; /* #3a3f51; darker */
}

/* Footer brand name in public pages */
.public .well, .public .panel {
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

    /* # START Available but not used by now */
.panel-cyan {
    border-color: #f5f7fa;
}
.panel-cyan > .panel-heading {
    color: #3a3f51;
    background-color: #cfdbe2;
    border-color: #f5f7fa;
}
    /* # END Available but not used by now */

.btn-xxs {
    padding: 2px 2px;
    font-size: 10px;
    line-height: 1;
    border-radius: 3px;
}

.checkbox-inline input[type='text'] {
    //width:auto;
    display:inline-block;
}

.input-xs,
.checkbox-inline .input-xs,
.checkbox-inline select.input-xs {
    height: 22px;
    font-size: 14px;
    padding: 0px;
}

.link-muted, .link-muted a {
    color: #bbb;
}

.ul-selectable > li, li.selectable {
    border: 2px solid #a9a9a9 !important;
    border-bottom: 1px solid #a9a9a9 !important;
    border-top: 1px solid #a9a9a9 !important;
    
}

.table-striped > tr.selected, tr.selected,
.ul-striped > li.selected, li.selected{
    background-color: #dde6e9 !important;
    color: #515253 !important;
}

.ul-striped > li:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.ul-hover > li:hover {
    background-color: #f5f5f5;
}

.text-wrap {
    white-space: normal;
}

.text-ellipsis {
    text-overflow: ellipsis;
}

accordion.m0 > div.panel-group {
    margin: 0 !important;
}

ul.no-style {
    list-style-type: none;
}

.autoflow {
    overflow: auto;        
}
.autoflow-x {
    overflow-x: auto;        
}
.autoflow-y {
    overflow-y: auto;       
}

.panel-summary {
    margin-bottom: 0px;
}

.panel-summary > .panel-heading {
    color: #000;
    background-color: #496670;
    border-color: #cfdbe2;
}

.panel-info > .panel-heading {
    color: #ffffff;
    background-color: #496670 !important;
    border-color: #cfdbe2;
}

.panel-summary ul.abn-tree a {
    /*ul.abn-tree li.abn-tree-row a*/
    padding: 0px !important;
}

.accordion-sm .panel-group {
    padding-left: 15px !important;
}

.accordion-sm .panel-heading {
    padding: 5px !important;
}

.accordion-sm .panel-heading h4.panel-title {
    font-size: 14px !important;
}

.ms-pills > ul {
    margin-bottom: 10px !important;
}

/* # END Added to boostrap basic classes */

/* Override Tour step */

.tour-step-background {
    background-image: none !important;
}

.fc-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.treeCell {
    padding: 2px !important;
}

#headerFixed {
    position: absolute; 
    /*display: none;*/
    /*background-color:lightgrey;*/
    /*table-layout: fixed;*/
    border-radius: 10px;
    z-index: 1;
}

#footerFixed {
    bottom: 0px;
    position: fixed;
    display: none;
    background-color: lightgrey;
    border-radius: 10px;
}

.blink_tg {
    background: inherit;
    animation: color-me-in 0.3s;
}
.blink {
    background: inherit;
    animation: color-me-in 200s;
}
@keyframes color-me-in {
  0% { background: #c6e4e4; }
  100% { background: inherit; }
}

.wizard-box {
    width : 90%;
    max-width: 800px;
}

.wizard-box1 {
    width : 90%;
    max-width: 800px;
}

.wizard-box2 {
    width : 90%;
    max-width: 1200px;
}

footer {
    height: 30px !important;
    border-top: 0px !important;
    padding: 5px 20px !important;
}

em[popover] {
    position: relative;
    border: none;
    margin-bottom: -5px;
}