/*********************************************/
/*                basic styles               */
/*********************************************/


/****** Dimensional List Bootstrap Styling *********/

div.dimensional-list, div.list-inline-filters {
    border-bottom:1px solid #000;
    padding:5px;
    margin-bottom:10px;
}
div.dimensional-list ul, div.list-inline-filters ul {
    margin-bottom:0;
}
div.dimensional-list, div.dimensional-list a, div.dimensional-list span,
div.list-inline-filters, div.list-inline-filters a, div.list-inline-filters span{
    font-size:small;
}
div.dimensional-list .btn-primary,
div.dimensional-list .btn-primary:hover,
div.dimensional-list .btn-primary:focus,
div.dimensional-list .btn-primary:active,
div.list-inline-filters .btn-primary,
div.list-inline-filters .btn-primary:hover,
div.list-inline-filters .btn-primary:focus,
div.list-inline-filters .btn-primary:active {
    background-color: #7CA1C2;
    border-color: #6895BD;
    color: #fff;
    cursor:default;
}

/********** Forms **************/
div.form-required-mark, strong.form-required-mark {
    font-size: 0;
    color:transparent;
    display:inline;
}
div.form-required-mark:after, strong.form-required-mark:after {
      color:red;
      content: "*";
      font-size:13px;
      font-weight:bold;
}

input[type="search"] {
    /*
       Bootstrap 3 sets -webkit-appearance to 'none', effectively affecting
       unstyled search input types (not using the 'form-control' class).

       This should be revised in the future, as Bootstrap 4 deals with this
       differently.

       See: https://github.com/twbs/bootstrap/issues/11586
            https://github.com/twbs/bootstrap/pull/12629
            https://developer.mozilla.org/es/docs/Web/CSS/appearance
    */
    -webkit-appearance: textfield;
}

/****** Bootstrap Style Table *********/
table.table-striped tr.even {
    background-color:transparent;
}

/****** Styling of Buttons in Bootstrap Style without injecting css classes *********/
a.button, a.button:link {
    border-radius:4px;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
a.button:visited {
    color:#333;
}
a.button:hover,
a.button:active,
a.button:focus {
    background-color:#ebebeb;
    border-color:#adadad;
    color:#333;    
}
a.button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/*********************************************/
/*                additional stuff           */
/*********************************************/

/****** Calendar portlet in xowiki *********/
#at-a-glance tr.days td {
  border:1px solid #b8b8b8 !important;
}

/********** ApiDoc **************/
div.api-doc {
    padding:5px;
}

/****** treat first line in forums post like a paragraph *********/
div#forum-thread div.dynexpanded p {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
div#forum-thread blockquote {
    font-size: 13px;
    font-style: italic;
    border-left: 5px solid #ddd;
    margin: 6px 20px 6px 0px;
    padding: 0px 10px 0px 10px;
}
h2.forum-heading {
    margin:0;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-brand:hover {
    color: #eee;
}

div.content pre {
    white-space: pre-wrap;
}

a.acs-lang-localized,
a.acs-lang-us_only,
a.acs-lang-missing {
    padding: 0px 0px 0px 0px !important;
}
a.acs-lang-localized::after {
    color: green;
    font-family: 'Glyphicons Halflings';
    content: "\e013"; /* glyphicon-ok */
}
a.acs-lang-us_only::after {
    color: orange;
    font-family: 'Glyphicons Halflings';
    content: "\e136"; /* glyphicon-wrench */
}
a.acs-lang-missing::after {
    color: red;
    font-family: 'Glyphicons Halflings';
    content:  "\e209"; /* glyphicon-alert */
}
