/* variant style for black - main page style */


html { 
  background-image: url(../../images/global/black_02.gif); 
} 

#leftcontentborder {
  background-image: url(../../images/global/black_03.gif);
}

#rightcontentborder {
  background-image: url(../../images/global/black_05.gif);
}

 #header {
		background-image: url(../../images/global/black_02.gif); 
        padding:0;
        background:#4362AD;
        height:110px;
        clear:both;
        position:relative;
        margin: 0px;
        width: 100%;
}

#header h1 {
        height: 110px;
        width: 300px;
        background-image: url(../../images/VGT/VGT-header-vgtc.png);
        background-position: 20px 20px;
        background-repeat: no-repeat;
        text-indent: -9000px;
        margin: 0px;
}

#second-title-part {
    color: white;
    margin-left: -92px;
    line-height: 2.5;
}

#logoholder {
    background-image: url(../../images/VGT/VGTC_logo_white.png);
    background-repeat: no-repeat;
    background-position: 0px 25px;
      width: 256px;
    height: 100px;
    position: absolute;
    right: 50px;
    top: 0px;
}

/* superfish menu styling - background image is assumed 26px high */
.sf-navbar  { 
   background-image: url(../../images/global/black_08.gif);
   background-position: top right;
   background-repeat: no-repeat;
}

#pages #mainlinks td {
  
  background-image: url(../../images/global/black_02.gif);
}

#username_link
{
    margin-right: 17px;
}

.hamburger_button
{
    margin-right: 35px;
}

#minimalistic_language_picker
{
    margin-top: 0px;
    float: right;
    margin-right: 0px;
    margin-bottom: 4px;
    position: relative;
    width: 30px;
    height: 55px;
	line-height: 11px;
	padding: 6px;
    float: right;
	border-radius: 6px;}

legend
{
    padding-top: 25px;
}

.citation_form_image
{
    width: 467px;
}

.modal-backdrop {
  z-index: 1040 !important;
  position: relative;
}

.modal-dialog {
  margin: 300px auto;
  z-index: 1100 !important;
}

.global_sb_logo
{
    width: 80px;
    margin: 15px;
    margin-left: 19px;
    float: left;
}

.navbar {
    margin-bottom: 3px;
    width: 100%;
    position: fixed;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-nav > ul {
    margin-left: 15px;
    float: left;
}

.navbar-form, .navbar-text {
    margin-top: 3px;
    margin-bottom: 3px;
}

.navbar-collapse {
    max-height: 100% !important;
    background:white;
}

.btn {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.panel-heading, .input-group-addon, .form-control {
    padding-top: 3px;
    padding-bottom: 3px;
}

.select2-container {
    width: 300px;
}

.input-group-addon, .form-control {
    height: 28px;
}

#signinfo {
    min-height: 30px;
    border-left-width: 0px;
    border-right-width: 0px;
    margin-top: 0px;
}

.invisible_button
{
    border: none;
    background-color: rgba(0,0,0,0%);
    box-shadow: none;
    margin-left: -4px;
    outline: none;
}

#mag-glass
{
    width:14px;
}

.error input, .error select {
    color: darkred;
}

.help-block {
    color: darkred;
}

.text-container {
    display: inline-block;
    position: relative;
}

.text-container input {
    text-indent: 0px;
}

.hasTooltip {
    position: relative;
}

.hasTooltip span {
    display: none;
}

.hasTooltip:hover span {
    display: block;
    background-color: black;
    border-radius: 5px;
    color: white;
    box-shadow: 1px 1px 3px gray;
    position: absolute;
    padding: 5px;
    top: 3em;
    left: 0px;
    max-width: 360px;
    font-size: 12px;
}

ul.top-social-link {list-style: none;display: block;margin: 0; margin-right: 50px;padding: 0;width: 100%;line-height: 3em:}
ul.top-social-link li {display: inline-block;vertical-align: middle;}
ul.top-social-link li:last-child a {padding-right: 0}
a.top-social-icon {padding: 0 5px};
a.top-social-icon:hover {color: black;}
.top-contact-info:hover {color: black;}


.containerHEAD {
    width: 100%;
    margin-left: 9px;
    margin-right: 9px;
    height:27px;
    box-sizing: border-box;
    padding-top:3px;
}

.topheader {
    line-height: 0 !important;
    background: #C60066;
}

html, body {
    width: 100%;
    height: 100%;
}

article {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

main {
    flex-grow: 1;
    margin-top:50px;
}

main, footer {
    flex-shrink: 0;
}

.add_sign {
    margin-top:150px;
}

