/*@import url("bootstrap.min.css");*/
@import url("bootstrap.css");

html,
body {
    height: 100%;
}

.infopanel a {
    color: #EE0088;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;

    background-color: #f6f6f6;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

/*-- Jumbotron tweaks --*/

.jumbotron {
    text-align: center;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/*-- Sorting --*/

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/*-- Other --*/

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* add red asterisk to required form fields */
div.required label:after {
    content: " *";
    color: #e13431;
}

#settingsform td {
    padding-right: 15px;
}

/*-- GridView options display tweaks --*/

.user-index td:last-child,
.articles-admin td:last-child {
    width: 68px;
}

.article-view th {
    min-width: 90px;
}

/*-- Css for nicer display of boolean yes/no values --*/

.boolean-true {
    font-weight: bold;
    color: green;
}

.boolean-false {
    font-weight: bold;
    color: #e13431;
}

/*-- Css for nicer display of user roles --*/

.role-theCreator {
    font-weight: bold;
    color: black;
}

.role-admin {
    font-weight: bold;
    color: #c4a500;
}

.role-editor {
    font-weight: bold;
    color: #800080;
}

.role-support {
    font-weight: bold;
    color: #009d00;
}

.role-premium {
    font-weight: bold;
    color: #4c4cff;
}

.role-member {
    font-weight: bold;
}

/*-- Colors used for various data presentation purposes --*/

.blue {
    font-weight: bold;
    color: #7373ff; 
}

.green {
    font-weight: bold;
    color: #009d00;
}

.gold {
    font-weight: bold;
    color: #c4a500;   
}

hr.top {
    margin-top: 0px;
    border-width: 1px;
    border-color: #333;
    text-align: left;
}

hr.article-devider {
    border-width: 1px;
    border-color: #444;
    border-style: dashed;
    text-align: left;
}

#form-signup hr {
    border-color: #d3d3d3;
    border-width: 2px;
}

/*-- Password strength --*/

/* hide strength meter so we can fade it in nicely with jQuery */
.nz-meter-container {
    display: none;
}

/* -- own additions -- */
.right {
    float:right;
}

/* Changes to theme */
.navbar {
    background-image: none;
    /*background-color: #EE0088;*/
}

.contentbody {
    background-attachment: fixed;
    background-image: url(/img/heron_background.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain; /* contain cover; */
}

.jumbotron {
}

.panel {
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 5px;
}

.jumbotron, .infopanel {
    background-color: #3399CC;
}
.infopanel {
    /*background-image: url(../../../img/Logo_Heron_400x64.png);
    background-size: contain;
    background-position: -1px 234px;
    background-repeat: no-repeat;*/
    /*overflow-y: auto;
    overflow-x: none;*/
}
.social_links {
    margin-top: -10px;
}

.invoice .address {
    text-align: right;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #3399CC;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
}

/* pages; businessterms */
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page h7 {
    color: #ee0088;
}
.page p {
    /*color: #636363;*/
    /*font-family: Georgia,Times,"Times New Roman",serif;*/
    font-size: 14px;
    /*font-style: italic;*/
    line-height: 24px;
}
.page ol, .page ul {
    list-style: outside none decimal;
    margin-bottom: 1.5em;
    padding: 0px;
}
.page li {
    color: #636363;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}
.page ol li {
    margin-left: 2em;
}

/* Own items */
.nooverflow {
    overflow: hidden;
    /*display: inline;*/
}

.modal-header, .modal-footer {
    background-color: #2FA4E7;
}
.modal-title {
    color: #FFFFF5;
    font-weight: bold;
}
.modal-body {
    background-color: #F6F6F6;
    border: 2px thin #2FA4E7;
}