.form-thumb {
    background: #f1f1f1;
    position: relative;
}
.form-thumb button, .form-thumb .removed {
    position: absolute;
    right: 0;
    top: 0;
}
.form-thumb .removed {
    left: 0;
    bottom: 0;
    background: rgba(255, 0, 0, 0.5);
    background: repeating-linear-gradient(
            -45deg,
            rgba(215, 57, 37, 0.33),
            rgba(215, 57, 37, 0.33) 10px,
            #d73925 10px,
            #d73925 15px
    );
    border: 2px solid #d73925;
}

.form-thumb img {
    display: block;
    margin: 10px auto 0;
    max-width: 200px;
    max-height: 175px
}

.sonata-ba-list-field-header .sonata-ba-list-field-header-batch {
    width: 36px;
}

.form-control-number {
    display: inline-block;
    width: 72px;
}

.btn-transparent {
    border: none;
    background: transparent;
}
.btn-transparent > i {
    background: white;
    color: #111;
    padding: 2px;
    border-radius: 2px;
}

/* Darker alternate color for stripped bootstrap tables */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e9e9e9;
}

/* Darker background for form boxes */
.box {
    background: #f5f5f5;
}


/* Scrollable header in Bootstrap */
.tableFloatingHeaderOriginal {
    background:white;
    box-shadow: 0 4px 2px -2px #c4c4c4;
}

/* Note-Widget Styling */
.note-widget.panel{
    margin: 10px !important;
    padding: 10px;
}

.fip-icon-block { display: none!important; }

.logo img { max-width:100%; }

.mb-0 {
    margin-bottom: 0;
}

/**
 * TIMELINE
 */
.timeline {
    list-style: none;
    margin: 20px 0 20px;
    padding: 20px 20px 100px 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #d2d6de;
    left: 50%;
    margin-left: -5.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 45%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background-color: #fff;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li:nth-child(2n) {
    margin-top: -50px;
    margin-bottom: -30px;
}
.timeline > li:nth-child(2n) > .timeline-panel {
    float: right;
}
.timeline > li:nth-child(2n) > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li:nth-child(2n) > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

/* mosaic view override */
div.mosaic-inner-box {
    height: 150px;
}

.delete-button-background {
    background: white;
    padding: 2px;
    border-radius: 2px;
}

.collection-contact-details > .form-group {
    margin-bottom: 0px;
}

.color-red {
    color: #f00;
}


.color-red {
    color: #f00;
}

.color-green {
    color: #1bac3e;
}

.color-blue {
    color: #0088ff;
}

.skin-red .nav.navbar-top-links.breadcrumb li.active,
.skin-green .nav.navbar-top-links.breadcrumb li.active,
.skin-blue .nav.navbar-top-links.breadcrumb li.active {
    color: white;
}
