
/* Flat Style Colours */
.background-turquiose       { background-color: rgba( 26, 188, 156, 1); }
.background-emerland        { background-color: rgba( 46, 204, 113, 1); }
.background-peterriver      { background-color: rgba( 52, 152, 219, 1); }
.background-amethyst        { background-color: rgba(155,  89, 182, 1); }
.background-wetasphalt      { background-color: rgba( 52,  73,  91, 1); }
.background-greensea        { background-color: rgba( 22, 160, 133, 1); }
.background-nephritis       { background-color: rgba( 39, 174,  96, 1); }
.background-beliezehole     { background-color: rgba( 41, 128, 185, 1); }
.background-wistera         { background-color: rgba(142,  68, 173, 1); }
.background-midnightblue    { background-color: rgba( 44,  62,  80, 1); }
.background-sunflower       { background-color: rgba(241, 196,  15, 1); }
.background-carrot          { background-color: rgba(230, 126,  34, 1); }
.background-alizarin        { background-color: rgba(231,  76,  60, 1); }
.background-clouds          { background-color: rgba(236, 240, 241, 1); }
.background-concrete        { background-color: rgba(149, 165, 166, 1); }
.background-orange          { background-color: rgba(243, 156,  18, 1); }
.background-pumpkin         { background-color: rgba(211,  84,   0, 1); }
.background-pomegranate     { background-color: rgba(192,  57,  43, 1); }
.background-silver          { background-color: rgba(189, 195, 199, 1); }
.background-asbestos        { background-color: rgba(127, 140, 141, 1); }

.colour-turquiose           { color: rgba( 26, 188, 156, 1); }
.colour-emerland            { color: rgba( 46, 204, 113, 1); }
.colour-peterriver          { color: rgba( 52, 152, 219, 1); }
.colour-amethyst            { color: rgba(155,  89, 182, 1); }
.colour-wetasphalt          { color: rgba( 52,  73,  91, 1); }
.colour-greensea            { color: rgba( 22, 160, 133, 1); }
.colour-nephritis           { color: rgba( 39, 174,  96, 1); }
.colour-beliezehole         { color: rgba( 41, 128, 185, 1); }
.colour-wistera             { color: rgba(142,  68, 173, 1); }
.colour-midnightblue        { color: rgba( 44,  62,  80, 1); }
.colour-sunflower           { color: rgba(241, 196,  15, 1); }
.colour-carrot              { color: rgba(230, 126,  34, 1); }
.colour-alizarin            { color: rgba(231,  76,  60, 1); }
.colour-clouds              { color: rgba(236, 240, 241, 1); }
.colour-concrete            { color: rgba(149, 165, 166, 1); }
.colour-orange              { color: rgba(243, 156,  18, 1); }
.colour-pumpkin             { color: rgba(211,  84,   0, 1); }
.colour-pomegranate         { color: rgba(192,  57,  43, 1); }
.colour-silver              { color: rgba(189, 195, 199, 1); }
.colour-asbestos            { color: rgba(127, 140, 141, 1); }


.list-group-active {
    width: 15%;
    float: left;
}

.list-group-text {
    width:  100%;
    padding-right: 10px;
    /*padding-top: 3px;*/
    line-height: 28px;
    border: none;
}

.list-group-badge {
    width: 10%;
    float: right;
}

.no-gutter {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    background-color: #f1f4f5;
}

/* xs */
@media(max-width: 767px){
		.panel-options .list-group {
      width: 100%;
    }
    .list-group-active {
        width: 15%;
    }

    .list-group-text {
        width:  75%;
    }
}

#footer {
    background-color: black;
    min-height: 50px;
    text-align: center;
    color: cornflowerblue;
    padding-top: 20px;
}
