/** Details module - Desktop specific SCSS **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Login screen */
/* Booleans */
/* Uniform Menu Colors */
/* Scheduler Styles */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/** START: mixins **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Login screen */
/* Booleans */
/* Uniform Menu Colors */
/* Scheduler Styles */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/* added by Ionut */
/** END: mixins **/
.progress {
  height: 5px;
  width: 130px;
  margin: 135px auto 0px auto;
  display: block;
  -webkit-appearance: none;
  border: none; }

.progress::-webkit-progress-bar {
  height: 5px;
  background: #d9d9d9; }

.progress::-webkit-progress-value {
  background-color: #006890; }

.detailsPageContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #ffffff;
  outline: none; }
  .detailsPageContent.dark {
    background: #4b4b49; }
    .detailsPageContent.dark .sections {
      padding: 0; }
      .detailsPageContent.dark .sections section {
        padding: 0; }

/*# sourceMappingURL=details-all.css.map */



/*# sourceMappingURL=details-mobile.css.map */

/** Details module - Tablet specific SCSS **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Login screen */
/* Booleans */
/* Uniform Menu Colors */
/* Scheduler Styles */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/** START: mixins **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Login screen */
/* Booleans */
/* Uniform Menu Colors */
/* Scheduler Styles */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }
  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/* added by Ionut */
/** END: mixins **/
@media all and (min-width: 769px) and (max-width: 980px) {
  .sections {
    width: 100% !important; }

  .pagination {
    position: absolute;
    height: 50px;
    right: 30px;
    top: 12px;
    z-index: 2; } }

/*# sourceMappingURL=details-tablet.css.map */
