/* Custom CSS for MAIN branch */
.brand{
    background-color: #13455a;
    
    /*border-radius:10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;*/
}
.navbar .brand  span{
    color:white;
    /*text-transform:uppercase;*/
    /*font-family: Helvetica, Arial, sans-serif;*/
    /*font-size: 0.8em;*/
}

.navbar .nav > li > a{
    /*text-transform:uppercase;*/
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-weight: bold;
    /*font-size: 0.8em;*/
}

.brand + .brand-logo{
    background:transparent;
    padding:0px;
    margin-left:30px;
    margin-right:10px;
}

a.contentEditButton{
    margin-top:5px;
    margin-right:5px;
}

/* AG REAL COLORS */
.agContainer{
    /*
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    background-color: rgba(0, 0, 0, 0.05);
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:20px;
    margin-bottom:10px;
    color:#555555;
    */
    border: medium none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 0;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

.agStatusContainer{
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
    display:inline-block;
    margin-bottom:10px;
}

.agCounterContainer{
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
    display:inline-block;
    margin-bottom:10px;
}

.statusOnContainer{
    text-transform:uppercase;
    font-weight:bold;
}


/*
h3.customHeader{
    font-family: Helvetica, Arial, sans-serif;
}

.navbar .dropdown-menu li a{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
}
*/