
body {
  margin: 0;
  padding: 0;
  background: #fff url(../images/body-bg.png) repeat 0 0;
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

#header,
.navbar,
#content-area {
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.08);
	-moz-box-shadow:    0px 0px 7px rgba(0, 0, 0, 0.08);
	box-shadow:         0px 0px 7px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

#header {
	position: relative;
	height: 110px;
	padding: 0;
	margin: 0 0 6px 0;
}

#logo, #logo .logo-image /* Wrapping link for logo */ {
  	/*width: 100%;*/
  	height: 100%;
 	z-index: 0;
  	position: absolute;
  	left: 0;
	top: 0;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}


#content-area {
	padding: 20px 20px 50px 20px;
    margin-top: 15px;
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

table {
	min-width: 100%;
}

tr.even /* Some tables have rows marked even or odd. */ {
  background-color: #fff;
  border: none;
}

tr.odd {
  background-color: #eee;  /* Drupal core uses a #eee background */
  border: none;
}

#content-area td,
#content-area th {
	padding: 10px 8px;
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

/*
#content-area ul li,
#content-area ol li {
	line-height: 17px;
	margin-bottom: 5px;
}

#content-area ol li {
	margin-left: 20px;
}
*/

.item-list ul li,
.menu li {
	list-style-type: none;
	list-style-image: none;
}

#footer {
	padding-top: 12px;
	color: #fff;
	margin-top: 24px;
	padding-bottom: 86px;

}

#footer .section {
    background: #BEBEBE;
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */
{
width:100%;
color: #fff;
    text-align:right;

}

#footer #block-block-2{
padding-left: 40px;
}

#footer-message a
{
color: #fff;
}

.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}


/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.language-switcher li {
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
}

.timeline-container .timeline-event-label {
	line-height: 13px;
}

object {
	position: static !important;
}

#edit-jump  {
	width: auto;
}

div.fieldgroup .content {
    padding-left: 0;
}

.user-login-form #edit-name,
.user-login-form #edit-pass {
	width: 175px;
}

.pagination {
    text-align: right !important;
}

.pagination ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.pagination li a,
.pagination li:last-child a,
.pagination li:first-child a  {
	width: 25px;
	height: 25px;
	line-height: 23px;
	border: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	background: #C53512;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin-right: 5px;
	float: none;
	display: inline-block;
}

.pagination li.pager-first a,
.pagination li.pager-previous a,
.pagination li.pager-next a,
.pagination li.pager-last a,
.pagination li a:hover {
	background: #BEBEBE;
}

.pagination li.active a {
	background: none;
	color: #C53512;
}

.pagination li.last a {
	margin: 0;
}



body.modal-body {
  background-image: none;
}
.modal-body #admin-menu {
  display:none;
}

#edubreak_help_modal .modal-body {
  padding: 0;
  background-color: transparent;
}


#edubreak_help_modal.modal {
    width: 960px;
    margin: 0 0 0 -480px;
    top: 40px;
    height: auto;
    bottom: 20px;
    min-height: auto;
}

#edubreak_help_modal .modal-body {
    max-height: none;
    height: calc(100% - 67px);
}

.language-switcher
{
float:right;
padding-right: 6px;

}

a.primary-link {
    color: #C53512;
}

img#footer-logos {
    width: 153px;
    height: 46px;
    float: left;
    padding-left: 40px;
}

a#logo-external {
    position: absolute;
    right: 0;
    margin-top: 40px;
    margin-right: 25px;
}

.node-type-quiz .edubreak_player_wrapper {
    position: relative;
}

.modal-iframe{
    height: 98%;
    width:99.6%;
}

#accessibility-setting{
    float: left;
    padding-top: 12px;

}

#accessibility-setting .btn {
    background: white;
    color: #000;
}

body:not(.show-focus-outlines) input:focus,
body:not(.show-focus-outlines) a.btn.btn-primary:focus,
body:not(.show-focus-outlines) a:focus,
body:not(.show-focus-outlines) [tabindex]:focus {
    outline: none;
}

#edubreak-filemanager,
iframe.internal-embedded{
    width: 100%;
    border: 0;
    min-height: 500px;
    margin: -4px;
}

#modalContent {
    background: white;
    padding: 8px;
}

.edubreak-adhoc-dialog-wrapper .edubreak-adhoc-dialog-items {
    margin: 10px 0 10px;
    display: -ms-grid;
    -ms-grid-columns: auto 10px min-content;

    display: grid;
    grid-template-columns: auto min-content;
    grid-gap: 20px 10px;
}

.edubreak-adhoc-dialog-wrapper .edubreak-adhoc-dialog-join-url{
    float: right;
}

.edubreak-editor-image img {
    height: auto !important;
}
figure {
    text-align: center;
    outline: solid 1px #ccc;
    background: rgba(0, 0, 0, 0.05);
    padding: 4px;
    margin: 4px 10px;
    display: inline-block;
}

figure > figcaption {
    text-align: center;
    display: block;
}

.capty-wrapper {
    min-height: 113px;
}


.edubreak_og_users_invite_list .row .spot-type {
    width: auto;
}

.edubreak-quota-statistics-wrapper .spot-info-domain-exceeded,
.edubreak-quota-statistics-wrapper .spot-info-domain-exceeded a{
    color: #b94a48;
    font-weight: bold;
}

.edubreak-quota-statistics-wrapper .course-spot-info-domain-exceeded,
.edubreak-quota-statistics-wrapper .course-spot-info-domain-exceeded a{
    font-weight: bold;
    color: #c09853;
}

.edubreak-quota-statistics-wrapper .spot-info-domain-container{
    display: flex;
}

.edubreak_og_user .spot-info-campus,
.edubreak_og_user .spot-info-course,
.edubreak_og_user .spot-info-quota{
    padding: 0 !important;
}
.edubreak_og_user .spot-info-quota{
    display: flex;
    align-items: baseline;
}

.edubreak_og_user .spot-info-quota-values{
    margin-left: 5px;
}

.edubreak-dialog-register-form-header-title,
.edubreak-dialog-register-form-header-description-header{
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}

.edubreak-dialog-register-form-header-separator{
    border-bottom: 1px dashed #c8c8c8;
    margin-bottom: 10px;
    margin-top: 10px;
}
.edubreak-dialog-register-form-names{
    display: flex;
}
.edubreak-dialog-register-form-names #edit-lastname-wrapper{
    margin-left: 30px;
}
.edubreak-dialog-register-form-mail,
.edubreak-dialog-register-form-organisation{
    max-width: 35%;
}

.edubreak-dialog-registrations-question-notes .icon-info{
    font-size: 20px;
}

.edubreak-privacy-policy-responsibility-address{
    display: flex;
}
.edubreak-privacy-policy-responsibility-address #edit-edubreak-privacy-policy-responsibility-address-location-wrapper{
    margin-left: 20px;
}

.edubreak-privacy-policy-responsibility-address #edit-edubreak-privacy-policy-responsibility-address-postal-code{
    max-width: 80px;
}
