﻿
p, label {
    font-size: 1.1em;
    line-height: 1.8em;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans';
}

.alert-box {
    font-size: 1.2em;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.box {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 10px;
    margin-bottom: 10px;
}

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

ul#BuildLogEntries, ul#DirectoryEntries {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 1.1em;
    line-height: 1.8em;
}

    ul#BuildLogEntries li, ul#DirectoryEntries li {
        padding: 10px 10px;
        border-bottom: 1px solid #efefef;
    }


.hide {
    display: none;
}

.filter-toolbar {
    display: inline-block;
}

.filter-button {
    padding: 10px;
    background-color: #333;
    font-weight: bold;
    color: #fff;
    margin: 0px 5px 5px 0px;
}

    .filter-button:hover, .filter-button.selected {
        background-color: #339594;
    }

.wizardStepContainer {
    width: 500px;
    height: 500px;
    border: solid 1px black;
    overflow: scroll;
}

.wizardRequestType {
    width: 400px;
    border: solid 2px white;
    background-color: #BBBBBB;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: lighter;
}

/*----------------------------
	i. -- FAB
	-----------------------------*/
.fab-container {
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;  
	transition-property:width;
	transition-duration:300ms;
	transition-timing-function:ease-in-out;
}
.fab-buttons{
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:50px;
    background:#339594;  
    overflow: hidden;
}
.fab-container.open  .fab-buttons{
    background:#333;  
}
.fab-container.open {
    background: rgba(30,30,30,0.90);
    -webkit-backdrop-filter:blur(5px);
    backdrop-filter:blur(5px);
    width: 350px;
    bottom: 50px;
    height: calc(100% - 50px);
}
.fab-container.open.minimised{
    width:50px;
}
.fixed-action-btn {
    margin-bottom: 0;
	z-index: 1002;
}

#customise-profile.fixed-action-btn{
    display:none;
}
.flex.page-home #customise-profile.fixed-action-btn{
    display:block;
}
.fab-container .fixed-action-btn.priority{
    position:absolute;
    top:0px;
}

.fab-container.open .fixed-action-btn.priority{
    position:relative;
    top:auto;
}
.fab-buttons .btn-floating{
    z-index: 1;
    background-color:transparent;
} 

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-color: #008c95;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;   
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;     
}


    .btn-floating.active {
        background-color: red;
    }

    .btn-floating.btn-large {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

        .btn-floating.btn-large i {
            line-height: 50px;
        }

.btn-large i {
    font-size: 1.6rem;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 37px;
}

.menu-wrap a {
    color: #fff;
}

    .menu-wrap a:hover,
    .menu-wrap a:focus {
        color: #fff;
    }

.menu-wrap ul,
.menu-wrap li,
.menu-wrap a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
}

.menu-wrap a {
    line-height: 1.3;
}


.menu-wrap nav > ul > li > a {
    padding-right: 40px;
    font-size: 25px;
    font-weight: bold;
    display: block;
    background: #339594;
    color: #ffffff;
    border-bottom: 1px solid #5e071b;
    text-transform: uppercase;
    position: relative;
}

    .menu-wrap nav > ul > li > a > span {
        background: #47a5a5;
        padding: 10px;
        display: block;
        font-size: 13px;
        font-weight: 300;
    }

    .menu-wrap nav > ul > li > a:hover {
        text-decoration: none;
    }

.menu-wrap nav > ul > li.active {
    border-bottom: none;
}

    .menu-wrap nav > ul > li.active > a {
        color: #fff;
    }

        .menu-wrap nav > ul > li.active > a span {
            background: #339594;
        }

.menu-wrap span.cnt {
    position: absolute;
    top: 8px;
    right: 15px;
    padding: 0;
    margin: 0;
    background: none;
}

.menu-wrap ul ul {
    display: none;
}

    .menu-wrap ul ul li {
        border: 1px solid #e0e0e0;
        border-top: 0;
    }

    .menu-wrap ul ul a {
        padding: 10px;
        display: block;
        color: #47a5a5;
        font-size: 13px;
    }

        .menu-wrap ul ul a:hover {
            color: #339594;
        }

    .menu-wrap ul ul li.odd {
        background: #f4f4f4;
    }

    .menu-wrap ul ul li.even {
        background: #fff;
    }

/* Styles for Group Selection Home Page */
.group-names-wrap ul > li {
    background: #47a5a5;
    color: #ffffff;
    margin-bottom: 1px;
}

    .group-names-wrap ul > li.selected {
        background: #333;
        color: #ffffff;
    }

    .group-names-wrap ul > li > a > span {
        padding: 10px;
        display: block;
        font-size: 13px;
        font-weight: 300;
    }

    .group-names-wrap ul > li > a {
        display: block;
        text-transform: uppercase;
        position: relative;
    }

.group-names-wrap ul, .group-names-wrap li, .group-names-wrap a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
}


/* Menu Button */
.menu-button {
    position: fixed;
    z-index: 1000;
    margin: 1em;
    padding: 0;
    width: 2.5em;
    height: 2.25em;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background: transparent;
}

    .menu-button::before {
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        background: linear-gradient(#373a47 20%, transparent 20%, transparent 40%, #373a47 40%, #373a47 60%, transparent 60%, transparent 80%, #373a47 80%);
        content: '';
    }

    .menu-button:hover {
        opacity: 0.6;
    }

/* Close Button */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

    .close-button i {
        width: inherit;
        display: inline-block;
        text-align: center;
        color: #333;
        font-size: 1.1rem;
        line-height: 25px;
    }


/* Menu */
.menu-wrap {
    display:none;
	position: absolute;
	overflow:auto;
	z-index: 1001;
	width:0px;
	top: 0px;
	left:50px;
    padding-top:8px;
	padding-left:0px;
	height: 100%;
	padding: 2.5em 1.5em;
	font-size: 1.15em;
}

    .menu-wrap h2 {
        color: #fff;
        font-weight: lighter !important;
        padding: 0px 0px 10px 0px;
    }

.menu,
.icon-list {
    height: 100%;
}


    .icon-list a {
        display: block;
        padding: 0.8em;
    }

        .icon-list a span {
            margin-left: 10px;
            font-weight: 700;
        }

/* Shown menu */
.show-menu.menu-wrap {
	display:block;
	width:300px;
}


.header-bar {
    background-color: #339594;
    -webkit-box-shadow: 0px 14px 28px -28px rgba(51,51,51,1);
    -moz-box-shadow: 0px 14px 28px -28px rgba(51,51,51,1);
    box-shadow: 0px 14px 28px -28px rgba(51,51,51,1);
}

#logo {
    padding: 9px 0px;
    height: 86px;
}

#mobile-nav select {
    padding: 5px;
    margin: 10px 0px 10px 0px;
    width: 100%;
}

.title-row {
    padding: 0px 0px 10px 0px;
}

    .title-row h1 {
        text-transform: uppercase;
        font-weight: bold;
    }

.filter-dropdown select {
    padding: 10px;
    width: auto;
    border: none;
    color: #555;
}

.app-search-query {
    padding: 5px;
    height: auto !important;
    margin: 10px 0px;
    font-size: 0.9em;
    font-family: 'Open Sans';
    width: 100%;
}

.coloured-bar {
    background-color: #cde6e6;
    padding: 15px 0px 0px 0px;
}

/*----------------------------
	i. -- Structure - Breadcrumb
	-----------------------------*/


.breadcrumb {
    padding: 10px 0px 0px 0px;
    width: 100%;
    clear: both;
    position: relative;
    display: inline-block;
}

    .breadcrumb ul, .breadcrumb ul li {
        display: inline;
        padding: 0px;
        margin: 0px;
    }

        .breadcrumb ul li {
            padding: 0px 5px 5px 0px;
            float: left;
            font-size: 0.9em;
            color: #999;
            text-decoration: none;
            text-transform: uppercase;
        }

            .breadcrumb ul li a {
                color: #999;
                text-decoration: none;
                text-transform: uppercase;
            }

            .breadcrumb ul li:before {
                content: ' / ';
            }

            .breadcrumb ul li:first-child:before {
                content: '';
            }
/*----------------------------
	i. -- Buttons
	-----------------------------*/

.button {
    padding: 10px;
    background-color: #333;
    font-weight: bold;
    color: #fff;
    width: 100%;
}

.flex-form-input {
    margin: 0 0 20px 0;
}

    .flex-form-input input[type="text"] {
        width: 100%;
        padding: 10px !important;
        border: 1px solid #ccc;
        font-family: 'Open Sans';
    }

    .flex-form-input select {
        width: 100%;
        padding: 10px !important;
        border: 1px solid #ccc;
        font-family: 'Open Sans';
    }

    .flex-form-input textarea {
        width: 100%;
        padding: 5px;
        border: 1px solid #ccc;
        font-family: 'Open Sans';
    }

/* SQUARED FOUR */
.flex-checkbox input[type=checkbox] {
    display: none;
}

.flex-checkbox label:before {
    content: "\f0c8";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right:10px;
    color: #555;
    text-align: center;
}

.flex-checkbox input[type=checkbox]:checked + label:before {
    content: "\f14a";
    font-family: FontAwesome;
    font-size: 20px;
    padding-right:10px;
    color: #555;
    text-align: center;
}

.checkbox-padding
{
    padding-top:30px;
}

.code-editor
{
    height:300px;
    font-size:14px !important;
}

.trumbowyg-box, .trumbowyg-editor
{
    margin:0px auto !important;
}

.trumbowyg-box .trumbowyg-editor {
    margin: 0 auto;
    background-color: #fff;
}

.trumbowyg-button-pane button
{
    min-width:0;
}


/*----------------------------
	i. -- Homepage Square
	-----------------------------*/

.square {
    position: relative;
    background-color: #333;
    min-height: 145px;
}

    .square img {
        float: left;
        width: 24%;
        min-width: 100px;
        max-width: 300px;
    }

    .square.thin {
        min-height: 124px;
    }

    .square .flexWidget {
        margin: 0px;
    }

.square-container {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

    .square-container:before {
        position: absolute;
        background-image: url('../image/flex-icon.png');
        top: 0px;
        right: 0px;
        content: "";
        height: 64px;
        width: 51px;
        color: #fff;
        z-index: 10;
    }

.add-fav-app-placeholder .square-container:before {
    background-image: none;
}

.square-body {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    background-color: transparent;
    background-image: url('../image/caption-bg.png');
}

.square-category, .square-title {
    float: left;
    clear: both;
}

.square-title {
    font-size: 1.3em;
}

.square-category {
    font-size: 1.1em;
}

.add-fav-app-placeholder {
    background-color: #47a5a5;
}


/*----------------------------
	i. -- Tags
	-----------------------------*/
.flex-tags-wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.flex-tag {
    background-color: #333;
    color: #fff;
    padding: 0.4em 0.6em;
    margin: 0px 5px 5px 0px;
    float: left;
    text-transform: uppercase;
    font-size: 1.1em;
}

.flex-tag-small {
    background-color: #333;
    color: #fff;
    padding: 0.4em 0.6em;
    margin: 0px 5px 5px 0px;
    float: left;
    text-transform: uppercase;
    font-size: 0.6em;
}

    .flex-tag:hover,
    .flex-tag-small:hover {
        background-color: #333;
    }

/*----------------------------
	i. -- Structure - Flex Featured Content (Slider)
	-----------------------------*/

#flexFeaturedContent {
    margin-bottom: 10px;
    margin-right: 15px;
}


    #flexFeaturedContent img {
        max-width: 100%;
        height: auto;
    }

    #flexFeaturedContent img {
        -ms-interpolation-mode: bicubic;
    }

    #flexFeaturedContent img {
        display: inline-block;
        vertical-align: middle;
    }


    #flexFeaturedContent .item {
        background: #333;
        min-height: 308px;
        padding: 0px 0px;
        margin: 0px;
        color: #FFF;
        text-align: center;
        position: relative;
    }

        #flexFeaturedContent .item .flexCaption {
            padding: 15px;
            position: absolute !important;
            bottom: 0px !important;
            width: 100%;
            background-color: transparent;
            background-image: url('../image/caption-bg.png');
        }

        #flexFeaturedContent .item h1 {
            color: #fff;
            text-align: left;
            font-size: 2.1em !important;
            font-weight: lighter !important;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
        }

        #flexFeaturedContent .item p {
            color: #fff;
            text-align: left;
            font-size: 1.1em;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
        }

#directory-table-wrapper tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.table-wrapper
{
    margin:10px 0px;
    display:block;
}

#directory-table-wrapper table td, #directory-table-wrapper table th {
    padding: 5px;
}

.table-wrapper tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.table-wrapper table td, .table-wrapper table th {
    padding: 5px;
    height: 50px;
}

/*----------------------------
	i. -- Card
	-----------------------------*/

.card:hover {
    cursor: pointer;
}

.card-panel {
    margin: 0px 10px;
    background-color: #fff;
}

.card-panel-content {
    background-color: #fff;
    padding: 10px;
    float: left;
    width: 100%;
}

    .card-panel-content table {
        width: 100%;
    }

.toggle-favourite-on {
    color: rgba(255,255,0,1);
}

.card, .app-group.expand .card-home {
    position: relative;
    overflow: visible;
    display: inline-block;
    background-color: #fff;    
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    width: 100%;
    margin: 0px;
    height: 130px;
}

.app-listing
{
	padding:0px 20px;
}

.status-collection .card {
    height: auto;
}

.app-group.expand .card-home {
    margin: 5px;
}

    .card-image, .app-group.expand .card-home .card-image {
        width: 130px;
        height: 130px;
        float: left;
        position: relative;
        overflow: hidden;
    }

.card-app .card-image:before {
    position: absolute;
    background-image: url('../image/flex-icon.png');
    top: 0px;
    right: 0px;
    content: "";
    height: 64px;
    width: 51px;
    color: #fff;
    z-index: 10;
}

.card-image img {
    width: 100%;
}

.card-content {
    margin-left: 150px;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
}

    .card-content p {
        font-size: 1em;
        line-height: 1.4em;
        margin: 0px;
    }

.card-action {
    position: absolute;
    display: none;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 10px 10px 10px;
}

.app-group.expand .card-action {
    display: block;
}


.card-status {
    position: relative;
    padding: 0px;
    width: 100%;
    display: inline-block;
}

    .card-status .alert-box {
        margin: 0px;
    }

.card-content a {
    color: #333;
    text-decoration: none;
}

.card-title {
    font-weight: bold;
    font-size: 1.1em;
}

.card-capability {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.7);
    padding: 5px;
    color: #fff;
    text-align: center;
}

.app-group .card-home {
    overflow: hidden;
    width: 70px;
    height: 70px;
}

    .app-group .card-home .card-image {
        width: 70px;
    }

.app-card-overlay.show {
    color: #333;
    font-size: 3em;
}

.card-bar {
    width: 255px;
    margin: 0px 0px 10px 0px;
    height: auto;
}

    .card-bar .alert-box {
        font-size: 1.1em;
        font-weight: lighter;
    }

    .card-bar .card-image {
        width: 80px;
        height: 80px;
        float: left;
        position: relative;
        overflow: hidden;
    }

    .card-bar .card-content {
        margin-left: 80px;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
    }

    .card-bar .card-action {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        padding: 0px;
        margin: 0px;
    }

.accordion {
    padding: 0px;
    margin: 0px;
}

.app-description-panel {
    width: 100%;
    max-height: 300px;
    overflow: auto;
    margin: 10px 0px 10px 0px;
}

/*----------------------------
	i. -- Site Navigation Bar
	-----------------------------*/

.site-navigation-bar
{
    padding: 10px 10px 0px 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.site-navigation-bar ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.site-navigation-bar ul a
{
	display:block;	
	text-decoration:none;
	color: #fff;
	font-weight: normal;
	padding: 5px 10px;
	font-size: 1.1em;	
	display: inline-block;
	border-bottom: 5px solid transparent;
}

.site-navigation-bar ul a:hover
{
	border-bottom: 5px solid #fff !important;
}

.site-navigation-bar ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.site-navigation-bar ul li.current-menu-item a
{
	border-bottom: 5px solid #fff;
}

.site-navigation-bar ul ul
{
    z-index:999;
	display:none;
	position:absolute;
	top:100%;
	right:0;
	background:#fff;
	border:1px solid #ddd;
	padding:0;
-webkit-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.75);	
}

.site-navigation-bar ul ul li
{
	float:none;
	width:200px
}

.site-navigation-bar ul ul a
{
	font-weight: normal;
	padding: 10px 15px;
	font-size: 1.1em;	
	color: #333;
	width:100%;
}

.site-navigation-bar ul ul a:hover
{
}

.site-navigation-bar ul ul ul
{
	top:0;
	right:100%
}

.site-navigation-bar ul li:hover > ul
{
	display:block
}


.wizard-form-container {
    padding: 20px 0px 0px 0px;
}

#app-features-text i {
    float: left;
    padding: 0px 10px 0px 0px;
}

.clean-list {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .clean-list li {
        padding: 0px;
        margin: 0px 0px 10px 0px;
    }


/* Flex Widgets, for example home page search box */
.flexWidget {
    float: left;
    width: 100%;
    background-color: #fff !important;
    margin-bottom: 20px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flexWidget .flexWidgetHeader {
    padding: 5px 0px 5px 10px;
    background-color: #339594;
    text-transform: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
}

.flexWidget .flexWidgetBody {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}

.flex-search-block {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}

.flex-search-box-wrapper {
    border: 1px solid #ddd;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
}

[type=text].news-search-box, [type=text].events-search-box, [type=text].flex-search-box {
    padding: 10px;
    width: 100%;
    margin: 0px 0px 10px 0px;
    font-size: 1.1em;
}

.flex-search-box-wrapper input {
    position: relative;
    border: none !important;
    float: left;
    margin-bottom: 0px !important;
    width: 90% !important;
}

.flex-search-btn-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.flex-search-btn-wrapper {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.ms-srch-sb-searchImg {
    left: -35px;
    top: -57px;
    position: absolute;
}

img {
    border: none;
    -webkit-tap-highlight-color: transparent;
}

input[type=button], input[type=reset], input[type=submit], button {
    min-width: 6em;
    padding: 7px 10px;
    background-color: #008c95;
    border: 1px solid #ababab;
    margin-left: 10px;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 11px;
    color: #444;
}

.button, button {
    background-color: #008c95;
    border: none !important;
    font-size: 1.1em;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif !important;
}

.flex-search-reset {
    padding: 10px !important;
    font-size: 1.2em !important;
    width: 100%;
    margin: 0px 0px 10px 0px !important;
}

.button {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem !important;
    position: relative !important;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block !important;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.06rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #0099a1;
    border-color: #0099a1;
    color: #ffffff !important;
    transition: background-color 300ms ease-out;
}

table td.action{
    white-space:nowrap;
}
table a.button.tiny {
    margin-bottom: 0px !important;
    padding: 0px 1rem;
    height: 37px;
    line-height: 37px;
    font-size: 0.6875rem;
}
    .button.prev {
        background-color: #666;
    }

    .button.next {
        background-color: #0099a1;
    }

    .button.cancel {
        background-color: #cf2a0e;
    }


#people-search-letters, #people-refiner-block {
    float: left;
    width: 100%;
}

select.flex-refiner-list {
    width: 100%;
    padding: 10px;
    font-size: 1.1em;
    color: #666;
    border: 1px solid #ddd;
}

.flex-refiner-list {
    float: left;
    clear: both;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px 0px !important;
}

.myapps-search {
    margin: 20px 0px 0px 0px;
}

div.awesomplete {
}

#appsTable {
    padding: 20px 0px 0px 0px;
}

input[type=checkbox]{
    width:auto !important;
}

.app-group-header
{
    font-weight:bold;  
    text-transform: uppercase;  
}

.app-group-counter
{    
    background-color:#339392;
    color:#fff;
    padding:3px 8px;
}
