@import "../fonts/opensans.css";
body{
    font-family:  'Open Sans', Calibri;
    color:#000000;
    font-size:20px;
}
h1,h2,h3,h4,h5, h6{
    color:black;
}

.logo img {
    height: 80px;
    display: block;
    max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .logo img {
    height: auto;
  }
}



ul.sponsors {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 150px;
    justify-content: space-between;
    vertical-align: text-top;
}
ul.sponsors li{
    padding:0;
    margin:0;
    width: auto;
    margin-left: 10px;
    display:inline-block;
    max-height:100%;
}

.container-fluid {
    padding: 0;
}

.btn,.btn.btn-primary,
.btn.btn-default,
.btn.btn-info,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    border: 1px solid #1569E9;
}

.btn.btn-primary:hover, .btn.btn-default:hover, .btn.btn-info:hover,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover,
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover,
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open>.dropdown-toggle.btn-info.focus, .open>.dropdown-toggle.btn-info:focus, .open>.dropdown-toggle.btn-info:hover {
    color: #1569E9;
    background: #FFF;
    border: 1px solid #1569E9;
    /* font-weight:bold; */
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #1569E9;
    /* font-weight:bold; */
    background: #FFF;
    border: 1px solid #1569E9;
}

nav#main-nav { margin-bottom: 1em; }
 .sidebar-menu button.link{color: #1569E9; }
 .sidebar-menu button.link:hover,  button.link:hover{
     color: #1569E9; 
     text-shadow: 0 0 0.10px currentColor;
     text-decoration: underline;
     text-underline-offset: 6px;
 }  
 

html .btn-default:hover, html .btn-primary:hover,  html .btn.btn-default,  html  .btn.btn-primary, html .btn.btn-info {
    color: #FFF;
    background:  #1569E9;
    border-color: #1569E9;
    border-radius:0;
}

 
.content-header > h1 {
    color: #1569E9;
}
html a,html .link{
    color: #1569E9;
}

.content-keyvisual {
    text-align: center;
}

/* .content-keyvisual{display:none;} */
a:hover, a:active, a:focus, .act, .link.act {
    font-weight:normal;
    text-shadow: 0 0 0.10px currentColor;
    text-decoration: underline;
    text-underline-offset: 6px;
} 

navbar-nav a.link:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-shadow: 0 0 0.10px currentColor;
}

.nav a.link:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-shadow: 0 0 0.10px currentColor;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.sidebar-menu > li.treeview {display: inline-block;}

.sidebar-menu > li > a {
    color: #1569E9;
}

.sidebar-menu {
    text-align: center;
}

.sidebar-menu ul li{
	min-width: 160px;
}


.main-header, .content, .main-footer {
    font-size: 100%;
}
.footer {
    font-size: 18px;
	margin-top: 20px;
    padding: 20px;
    position: relative;
    z-index: 99;
    width: 100%;
    transition: all 0.5s;
    background: #F2F0EF;
	color: #1569E9;
}

.footer a {
		color: #1569E9 !important;
}

.footer__wrapper {
    width: 100%;
    max-width: 2580px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.footer__container {
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 auto;
    position: relative;
    margin-left: -6px;
    margin-right: -6px;
    min-width: 100%;
    justify-content: space-between;
}

.panel-default > .panel-heading {
    background-color: #AFAFAF;
    border-bottom: 1px solid #1569E9;
    color: #000;
}

.content-header, .content {
    margin: 0 10px ;
    
}

.wrapper {
    max-width: 1280px;
    margin: auto;
}
.full_width .wrapper {
    max-width: 100%;
}


textarea, select{ background-color: #FFF;}

.btn {padding: 3px 6px;}

h2 {font-size: 24px;}

.panel-heading {background-color:#FFFFFF !important;}

input, select, textarea {border: 1px solid #1569E9;font-family:  'Open Sans', Calibri;}
textarea {font-size:18px;}
select {width:100%;height: 27px;font-family: 'Open Sans', Calibri;}

i.font_checkbox:before {color:#1569E9 }

option {font-size: 16px;font-family:  'Open Sans', Calibri;}

a:hover, a:active, a:focus,.act  {
    color: #1569E9;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 
}

.modal-header {
    background-color: #ffffff;
}

.contentheadline h1 {
    color: #000000;
}

.button_inline {
    display: inline-block;
}
button.btn[readonly] {
    background: #9b9b9b!important;
}



.modal-dialog {
	width:1200px;
}

.form-control {
	font-size:16px;
	margin-bottom:15px;
}
.font_radio{
    color: #1569E9;
}
.form_headline{
    background-color: #AFAFAF;
}
.strong_headline{
    background-color: #9B9B9B;
    color: #FFF;
}
.comment, .form_header {
    background-color: #9B9B9B;
    color: #FFF;
    margin-top: 0.3em;
    padding: 0.5em 1em;
}

.form_holder {
padding: 2em 0 2em 0;
}

.charsRemaining {
	font-size: 16px !important;
}

.header_wrapper {
	padding-top: 1.5em;
}

.upload_success {
	font-style:italic;
	font-weight: normal;
}
.upload_add {
	color:red;
	text-decoration:underline;
}

.tableborder {
	 margin-bottom: 1.5em;
}

.footer_link {
	padding:0 10px;
}

.active .link {
    font-weight: normal;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-shadow: 0 0 0.10px currentColor;
}
.treeview button.link {
    padding-left: 20px;
    padding-right: 5px;
}
.treeview button.link:hover{
    font-weight: bold;
}
button > .fa.fa-chevron-right { 
    padding-left: 1em;
    padding-right: 0.3em;
}
button > .fa-chevron-left { 
    padding-right: 1em;
    padding-left: 0.3em;
}

.checkbox_2, .checkbox_3, .checkbox_4 {
	margin-left: 36px;
}
