﻿.breadcrumb > .active {
    color: rgba(2, 47, 90, 1);
}

div.list-group a{padding-right : 50px;}
div.list-group span.badge {position : absolute; right : 10px; top: 13px;}

.panel-default {
      font-family: 'Open Sans', sans-serif;
}


.breadcrumb {
    border-color: lightgrey;
    border: 1px solid lightgrey;
}
/*
.navbar .container { height: 5em; }
*/

/*media screen*/
.navbar {
    margin-bottom: 5px;
}

/*media screen*/
.breadcrumb {
    margin-bottom: 9px;
}

/*media screen*/
.panel {
    margin-bottom: 9px;
    font-family: 'Open Sans', sans-serif;
}

.list-group {
    margin-top:10px;
    padding-right:0px;
}

.header-background {
        background-image: Url('/images/header9.png');
}

.badge, .nav-buttons {
    color: #ffffff;
    background-color: #2fa4e7;
}

@media only screen and (min-width:0px) and (max-width:600px)
{
    .header-background {
        background-image:none;
    }
}

.panel-body {
    padding-top:0px;
    font-family: 'Open Sans', sans-serif;
}

div {
    font-family: 'Open Sans', sans-serif;
}

body { 
    font-family: 'Open Sans', sans-serif;
}


a.list-group-item {
    color:black;
}

.modal-title {
    font-size: 1.7em;
}

.adminHeader {
    color: #5a5a5a;
    font-size: 2.00em;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    line-height:40px;
    font-weight:bold;
    margin: 10px 0;
}

/* This controls the width of the edit area*/
.editor-field textarea {
    width : 850px;
    height : 200px;
}


/* price table styles */


.panel-pricing {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.panel-pricing:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.panel-pricing .panel-heading {
    padding: 20px 10px;
}

    .panel-pricing .panel-heading .fa {
        margin-top: 10px;
        font-size: 58px;
    }

.panel-pricing .list-group-item {
    color: #777777;
    border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

    .panel-pricing .list-group-item:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .panel-pricing .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

.panel-pricing .panel-body {
    background-color: #f0f0f0;
    font-size: 40px;
    color: #777777;
    padding: 20px;
    margin: 0px;
}

.edit-breadcrumb {
    color: rgba(2, 47, 90, 1);
    border-color: lightgrey;
    border: 1px solid lightgrey;
    margin-bottom: 9px;
}
