
/********************************************************/
/*********************    GLOBALS    *********************/
/********************************************************/

.clearboth { clear: both; min-height: 1px; }
body {
    color: #333;

}
/* horiz scroller to appear if any attempt to go smaller that iPhone */
html, body, #header { min-width: 320px; }


body { font-family: 'Open Sans', sans-serif;}


/*********************************************************************/
/*********************    Bootstrap overrides    *********************/
/*********************************************************************/

a:hover { color:inherit; text-decoration: none; }
a { color:inherit; }

.navbar { margin-bottom: 0; } /* override to fix header */






/***************************************************************************************/
/***************     global writer's 'EDIT' button found on several pages     **********/
/***************     as well as the Logout and Profile button in header     **********/
/***************************************************************************************/
.writerbutton {
    height: 30px;
    font-size: 13px;
    color: #575757;
    text-shadow: 1px 1px 0 #ccc;
    text-align: center;
    line-height: 30px;
    background: #bcbcbc;
    margin-bottom: 9px;
    padding: 0 7px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    float: left;
    clear: both;

    -webkit-transition: background .1s, color .1s;
    -moz-transition: background .1s, color .1s;
    -o-transition: background .1s, color .1s;
    -ms-transition: background .1s, color .1s;
    transition: background .1s, color .1s;
    -webkit-animation-timing-function: ease-in-out;
}
.writerbutton:hover {
    background: #cbcbcb;
}

/*Brand Hubs Admin section*/
.brandplus {
    font-size:25px;
    /*float:right;
    margin-top:-40px;
    padding-right:10px;*/
}

.brandplus:hover {

    color:#cccccc;
}

.topBttns {
    float:right;
    margin-top:-55px;
}

.showAll {
    padding:12px;
    display:inline-block;

}

.showAll button{
    background-color:#f9f9f9;

}

/*users search box*/
.searchInput {
  margin:20px -15px 0 0;
}

/*results select dropdown*/
.resultSelect {
  float:right;
  line-height:30px;
  margin-bottom:60px;
}

.resultSelect form {
  display: inline-block;
}

.users-roles-filter {
    border:1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

dl {
    margin: 0px 15px;
    float: left; 
}

dd, dt {
    line-height: 0;
}