.list-group-horizontal .list-group-item {
    display: inline-block;
}

.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
}

.navbar {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
}

h1 {
    margin-bottom: 30px;
    color: #eeeeee;
    font-variant: small-caps;
    font-family: "Arial Narrow", "Helvetica Narrow", "Tahoma", "Arial", "Helvetica", "sans-serif";
    padding-bottom: 10px;
    /*border-bottom: 1px solid #eeeeee;*/
}

/* headlines with lines */
.decorated{
    overflow: hidden;
    text-align: left;
    padding-left: 50px;
}
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span:before, .decorated > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #eeeeee;
    width: 1000px; /* half of limiter*/
    margin: 0 20px;
}
.decorated > span:before{
    right: 100%;
}
.decorated > span:after{
    left: 100%;
}

/* table fix for firefox: http://getbootstrap.com/css/#tables-responsive &  https://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content/17863685#17863685 */
@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

/* remove margin for pagination */
ul.pagination { margin:0; }

/* cursor for sort of table headers (using list.js)*/
th.sort { cursor: pointer; }

/* tables-contextual-class `disabled` */
.table > thead > tr > td.disabled,
.table > tbody > tr > td.disabled,
.table > tfoot > tr > td.disabled,
.table > thead > tr > th.disabled,
.table > tbody > tr > th.disabled,
.table > tfoot > tr > th.disabled,
.table > thead > tr.disabled > td,
.table > tbody > tr.disabled > td,
.table > tfoot > tr.disabled > td,
.table > thead > tr.disabled > th,
.table > tbody > tr.disabled > th,
.table > tfoot > tr.disabled > th {
    background-color: #EEEEEE;
    color: #999999;
    cursor: not-allowed;
}

/* Classes for label sizing */
.label-xs { font-size: smaller; }
.label-sm { font-size: small; }
.label-lg { font-size: large; }

/* button group nowrap of btn's inside button-group */
.btn-group-nowrap { white-space: nowrap; }
.btn-group-nowrap > a.btn { float: none; margin-left: -5px !important; }


/* Side notes for calling out things
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 10px 0;
    padding: 10px 20px 10px 10px;
    border-left: 5px solid #eee;
}
.bs-callout h4 {
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}
.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}
.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.state-active {
	background-color: #cde6f7;
}

.state-hover {
	background-color: #cde6f7;
}

.appTile {
    background: #fefefe;
    width: 200px;
    height: 200px;
    float: left;
    margin: 0px 20px 20px 0px;
    cursor: pointer;
    position: relative;
}

.appTile .icon {
    font-size: 40px;
    text-align: center;
    line-height: 120px;
}

.appTile .icon-active {
    color: #2fa4e7;
}

.appTile .icon-coming {
    color: #81d174;
}

.appTile .icon-available {
    color: #e7bf28;
}

.appTile .title {
    text-align: center;
}

.appTile .footer {
    position: absolute;
    bottom: 0px;
    background: #2fa4e7;
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    width: 100%;
    font-size: 80%;
}

.menu-scroll {
    overflow-y: scroll;
    max-height: 50vh;
}

.availableModelsDiv {
    max-height: 320px; overflow: auto;
}

.availableModelsDiv > ul > li {
    background: #f9f9f9;
    overflow: hidden;
    float: left;
    margin: 0px 10px 10px 0px;
    text-decoration: none;
    width: 30%;
    height: 100px;
    cursor: pointer;
}

.availableModelsDiv > ul > li > a {
    padding: 10px;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
}

.availableModelsDiv > ul > li:hover {
    background: #2fa4e7;
}

.col-sm-12 .modelGroupDiv {
    background: #f8f8f8;
    width: 300px;
    height: 150px;
    float: left;
    margin: 0px 10px 20px 10px;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
}

.col-sm-4 .modelGroupDiv {
    background: #f8f8f8;
    width: calc(50% - 20px);
    height: 150px;
    float: left;
    margin: 0px 10px 20px 10px;
    cursor: pointer;
    position: relative;
    border-radius: 0px;
}

.modelGroupDiv .draggableGroup {
    position: absolute;
    top: 2px;
    left: 10px;
    font-size: 80%;
}

.modelGroupDiv .groupHr {
    width: 100%;
    height: 1px;
    background: #fcfcfc;
    margin-top: 20px;
}

.modelGroupDiv .groupTitle {
    text-align: left;
    padding: 10px 10px 0px 10px;
    margin-top: 0px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    font-weight: bold;
}

.modelGroupDiv .groupDescription {
    font-size: 80%;
    font-color: #C0C0C0;
    padding: 0px 10px 10px 10px;
    text-align: left;
    width: 100%;
    height: 60px;
    overflow: hidden;
}

.modelGroupDiv .groupLastSavedDate {
    font-size: 80%;
    font-color: #C0C0C0;
    padding: 0px 10px 10px 10px;
    text-align: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.modelGroupDiv .groupBtns {
    position: absolute;
    top: 0px;
    right: 5px;
}

.LOSBarRow {
    height: 25px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
    line-height: 25px;
}

.LOSBar {
    background: #2fa4e7;
    height: 25px;
}



.cardSupport {
  display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
.cardSupport:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-cardSupport {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-cardSupport img{
  width: 100%;
  height: 200px;
  object-fit:cover;
  transition: all .25s ease;
}
.cardSupport-content {
  padding:15px;
  text-align:left;
}
.cardSupport-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.cardSupport-title a {
  color: #000;
  text-decoration: none !important;
}
.cardSupport-read-more {
  border-top: 1px solid #D4D4D4;
  background: #d59702;
}
.cardSupport-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase;
  color: #FFFFFF;
}

.pathPart {
	
}