/* ========================================================================== */
/*	HTML Essentials                                                           */
/* ========================================================================== */
body {
  background-position: 50% 0;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  margin: 0px;
  padding: 0;
  width: 100%;
  background-color: #f5f5f5;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

dd {
  margin-left: 30px;
}

h1 {
  font-size: 24px;
  text-transform: uppercase;
  color: #333;
  padding: 0;
  margin: 0px 0px 14px 0px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
  padding: 0;
  font-weight: bold;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #474ada;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}

h4 {
  font-size: 14px;
  /* text-transform: uppercase; */
  color: #333;
  font-weight: bold;
  padding: 0;
  margin: 5px 0px 5px 0px;
}

h5 {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  padding: 0;
  margin: 5px 0px 5px 0px;
}

h6 {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #aaaaaa;
  padding: 0;
}

/* CARDS */

.notice {
  padding: 15px;
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}
.notice-sm {
  padding: 10px;
  font-size: 80%;
}
.notice-lg {
  padding: 35px;
  font-size: large;
}
.notice-success {
  border-color: #80d651;
}
.notice-success > strong {
  color: #80d651;
}
.notice-info {
  border-color: #45abcd;
}
.notice-info > strong {
  color: #45abcd;
}
.notice-warning {
  border-color: #feaf20;
}
.notice-warning > strong {
  color: #feaf20;
}
.notice-danger {
  border-color: #d73814;
}
.notice-danger > strong {
  color: #d73814;
}

/* CARDS */

/* browser specific selectors*/
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999 !important;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999 !important;
  opacity: 1;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #999 !important;
  opacity: 1;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999 !important;
}

/* ========================================================================== */
/*	Customized containers                                                     */
/* ========================================================================== */
.hidden {
  display: none;
}

#calendar {
  margin-top: 20px;
}

.container-message {
  padding: 28px 28px 28px 28px;
}

.container-fluid {
  position: relative;
}

.container-static {
  max-width: 1024px;
  padding: 0px;
}

.centered {
  text-align: center;
  padding: 0px 28px 0px 0px;
}

.col-one-thirds {
  width: 304px;
  height: 100%;
  padding: 0px 0px 0px 0px;
}

.col-two-thirds {
  width: 664px;
  height: 100%;
  padding: 0px 0px 0px 0px;
}

.modal-content {
  padding: 30px;
  padding-top: 10px;
  /*background-color: #17b0ff;*/
  border: none !important;
  /*text-transform: uppercase;*/
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.left {
  float: left;
}

.left-margin {
  margin-left: 28px;
}

.main-container {
  padding-left: 28px;
  padding-right: 28px;
  width: 1024px;
  margin: auto;
}

.main-container-buttons {
  margin-left: auto;
  margin-right: auto;
  width: 975px;
}

.main-content {
  position: relative;
  width: 100%;
  background: white;
  color: #333;
}

.main-content h2 {
  color: #333;
}

.image-type-a {
  height: 512px;
  width: 400px;
}

.image-type-b {
  height: 225px;
  width: 400px;
}

.message-body {
  position: relative;
  background: white;
  width: 100%;
  height: 535px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  padding: 20px;
  color: #343b7e;
  overflow: auto;
}

.blue {
  color: blue;
}

.bold {
  font-weight: bold;
}

.btn-primary {
  height: 40px;
  background-color: #474ada;
  border-color: #4754e4;
  vertical-align: middle;
  min-width: 80px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #4754e4;
  border-color: #4754e4;
}

.button-grid {
  margin: 30px 0px;
}

.btn-link {
  text-decoration: underline;
  /*color: #333 !important;*/
}

.button-grid > div {
  background-color: blue;
  border: 2px solid black;
  height: 100px;
  line-height: 96px;
  padding: 0px;
  text-align: center;
}

.no-left-margin {
  margin-left: 0px !important;
}

.page-content {
  clear: both;
  position: relative;
  padding: 28px 0px 28px 0px;
  width: 75%;
  min-height: 400px;
  height: auto;
  margin: auto;
}

.ec-margin-top {
  margin-top: 28px;
  overflow: hidden;
}

text-area {
  word-wrap: break-word;
}

text-area img {
  max-width: 100%;
  height: auto !important;
}

text-area td,
text-area tr,
text-area th {
  border: 2px solid #fff;
}

text-area tr:nth-child(even) {
  background-color: #bac6da;
}

text-area tr:nth-child(odd) {
  background-color: #9fa2da;
}

text-area th {
  background-color: #474ada;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}

text-area td {
  vertical-align: top;
  padding: 5px;
}

text-area ol {
  padding-left: 15px;
}

text-area .videodetector {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

text-area .videodetector iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

list-input .ec-input-text {
  /*margin-top: 2px;*/
  padding: 4px 0px 5px 0px;
  width: 95%;
  border: 1px solid #333;
  border-right: 0px;
  background-color: white;
}

list-input .ec-input-button {
  color: #474ada;
  padding: 0 2px 0 0;
  width: 5%;
  border: 1px solid #333;
  border-left: 0px;
  background-color: white;
}

list-input .ec-list {
  border: 1px solid #333;
  margin: 10px 0;
  min-height: 40px;
  padding: 5px 5px 5px 5px;
  vertical-align: top;
  position: relative;
  width: 100%;
  text-overflow: ellipsis;
}

list-input .ec-order-buttons {
  padding-left: 15px;
}

list-input .ec-right-btn {
  float: right;
}

list-input .ec-trash-btn {
  color: #aaaaaa;
}

list-input .ec-order-group {
  position: relative;
  vertical-align: top;
  margin-top: -3px;
  height: 30px;
  width: 30px;
  display: inline-block;
  float: right;
}

list-input .ec-move-up {
  background-size: 30px 15px;
  padding: 1px 2px 0px 0px;
  border: none;
  width: 30px;
  height: 15px;
  float: right;
  color: #474ada;
}

list-input .ec-move-up:hover {
  background-size: 30px 15px;
}

list-input .ec-move-down {
  background-size: 30px 15px;
  padding: 1px 2px 0px 0px;
  border: none;
  width: 30px;
  height: 15px;
  float: right;
  color: #474ada;
}

list-input .ec-move-down:hover {
  background-size: 30px 15px;
}

/* ========================================================================== */
/*	Header                                                                    */
/* ========================================================================== */
#nav-header {
  border-bottom: 2px solid #80c5f9;
  width: 100%;
}

#header-help {
  height: 55px;
  width: 55px;
  background: url("../images/header/Moodbuster_icons_samen-17.png") no-repeat
    scroll 0 0 transparent;
}

#header-help:hover {
  color: #4754e4;
}

#header-logo {
  position: relative;
  background: url("../images/header/Moodbuster_logo.png") no-repeat scroll 0 0
    transparent;
  background-size: 300px;
  width: 420px;
  height: 118px;
  margin: 0px 0px 0px -20px;
}

#header-logout {
  height: 55px;
  width: 55px;
  background: url("../images/header/login_icon_gray_55x55px.png") no-repeat
    scroll 0 0 transparent;
}

#header-logout:hover {
  color: #474ada;
}

#header-settings {
  height: 55px;
  width: 55px;
  background: url("../images/header/settings_icon_gray_55x55px.png") no-repeat
    scroll 0 0 transparent;
}

#header-settings:hover {
  color: #4754e4;
}

#help {
  font-size: 1.7em;
  margin-right: 15px;
  vertical-align: middle;
}

#logo-title {
  border: 1px none;
  color: #474ada;
  font-family: "Noto Sans", "Segoe UI Semilight", "Open Sans", Verdana, Arial,
    Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

/*!* ========================================================================== *!*/
/*!*	Index Menu                                                                *!*/
/*!* ========================================================================== *!*/

#grid-module {
  position: relative;
}

.arrow {
  /*height: 100%;*/
  position: absolute;
  text-align: center;
  width: 15%;
  background-color: white;
}

.arrow-left {
  left: 0px;
}

.arrow-right {
  right: 0px;
}

.arrow-aux {
  display: table;
  /*height: 100%;*/
  height: 250px;
  width: 100%;
  position: relative;
  text-align: center;
}

.arrow-control {
  font-size: 100px;
  height: 75px;
  text-align: center;
  width: 166px;
  position: absolute;
  top: 50%;
  transform: translate(-25%, -50%);
  -ms-transform: translate(25%, -50%);
  -webkit-transform: translate(-25%, -50%);
  -moz-transform: translate(-25%, -50%);
  text-decoration: none !important;
}

.arrow-right-img {
  width: 66px;
  height: 75px;
  background-repeat: no-repeat;
  color: #474ada;
}

.arrow-right-img:before {
  content: "\f0a9";
  font-family: "FontAwesome";
}

.arrow-left-img {
  width: 66px;
  height: 75px;
  background-repeat: no-repeat;
  color: #474ada;
}

.arrow-left-img:before {
  content: "\f0a8";
  font-family: "FontAwesome";
}

.arrow-right-img:hover {
  color: #4754e4;
  cursor: pointer;
}

.arrow-left-img:hover {
  color: #4754e4;
  cursor: pointer;
}

/* ========================================================================== */
/*	Login Page                                                                */
/* ========================================================================== */
.container-login {
  /*margin-top: 50px;*/
  text-align: center !important;
}

.content-login {
  color: #333;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #dddddd;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 1024px;
  margin: auto;
  height: 400px !important;
}

.content-login #inputPassword,
.content-login #inputUsername {
  width: 400px;
  height: 40px;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  color: #333 !important;
}

#btn-login {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  background-color: #474ada;
  height: 40px;
  width: 400px;
  border: medium none;
  color: #fff;
}

.ec-list-slider > .ec-list-slider-desc {
  width: 300px;
}

.ex-list {
  clear: both;
  position: relative;
  margin-left: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.ex-list ul,
.grid-home ul,
.mod-list ul,
.progress-header ul,
.top-icons ul {
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -o-padding-start: 0px;
  padding-start: 0px;
  padding: 0px;
  border: 0px;
  font-size: 0px;
}

.ex-header {
  margin-left: -10px;
  margin-top: -10px;
}

.ex-list li {
  list-style: none;
  padding-top: 14px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.ex-list li a {
  text-decoration: none;
}

.ex-padding {
  padding-top: 3%;
}

.ex-number {
  color: #2988c9;
  width: 32%;
  position: relative;
  float: left;
}

.ex-title {
  color: #333;
  width: 25%;
  position: relative;
  float: left;
}

.ex-intro {
  position: relative;
  width: 100%;
  height: auto;
  padding: 8px;
  background: #474ada;
  color: white;
  margin-bottom: 28px;
  text-align: center;
}

.exercise-place {
  margin-top: 20px;
}

.exercise-place h3 {
  margin: 0 20px;
}

.fs-arrow-right {
  margin: 0;
  padding: 0;
  height: 55px;
  width: 55px;
  background: url("../images/messages/arrow_in_icon_55x55px.png") no-repeat
    center !important;
}

.fs-arrow-left {
  margin: 0;
  padding: 0;
  height: 55px;
  width: 55px;
  background: url("../images/messages/arrow_out_icon_55x55px.png") no-repeat
    center transparent !important;
  z-index: 10 !important;
}

/*!* ========================================================================== *!*/
/*!*	Navbar                                                                  *!*/
/*!* ========================================================================== *!*/

.nav {
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

.nav-tabs {
  border: none;
}

.nav-tabs > li:first-child {
  margin-right: 28px !important;
}

.nav-tabs > li.active {
  background: #474ada;
}

.nav-tabs > li.active > a {
  color: white !important;
}

.nav-tabs > li {
  position: relative;
  width: 470px;
  height: auto;
  padding: 8px;
  background: white;

  -moz-border-radius: 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}

.nav-tabs > li > a {
  background: transparent !important;
  border: none !important;
  color: #474ada;
}

.navbar {
  position: relative;
  width: 100%;
  background: white;
  height: 138px;
  margin-bottom: 0px;
  padding: 0px;
}

.navbar-brand {
  position: absolute;
  float: left;
}

.navbar-button {
  height: 55px;
  width: 55px;
  margin: 0px 0px 0px 28px;
  font-size: 10px;
  font-weight: bold;
  float: left;
  color: #aaaaaa;
  text-transform: uppercase;
  cursor: pointer;
}

.navbar-button-text {
  position: absolute;
  bottom: 45px;
  width: 55px;
  text-align: center;
}

.navbar-header {
  width: 1024px;
  height: 138px;
  padding: 42px 28px 41px 28px;
}

.navbar-right {
  float: right;
  padding: 0px;
}

.navbar-right > a:hover,
.navbar-right > a:focus {
  text-decoration: none;
}

/* ========================================================================== */
/*	Forms and inputs                                                          */
/* ========================================================================== */
.form-control-static {
  text-transform: none;
}

.form-intro {
  /*text-transform: uppercase;*/
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}

/* ========================================================================== */
/*	Top Icons                                                                 */
/* ========================================================================== */
.top-icons {
  clear: both;
  width: 1024px;
  height: 138px;
  padding: 0px 28px 0px 28px;
  margin: 28px 0px 28px 0px;
}

.top-icons ul {
  width: 100%;
  height: 100%;
}

.top-icons ul > li {
  display: inline-block;
  height: 144px;
  width: 132px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-right: 28px;
}

.top-icons ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #474ada;
  border-radius: 100%;
  text-align: center;
  text-decoration: none;
}

.top-icons ul > li > a.disable {
  cursor: default !important;
  pointer-events: none !important;
  background-color: #474ada30 !important;
}

.top-icons ul > li > a > i {
  color: #fff;
  width: 100%;
  margin-top: 25%;
  display: inline-table;
  transition: transform .4s;
}

.top-icons ul > li > a > span {
  color: #fff;
  width: 80%;
  display: inline-table;
  transition: transform .4s;
}

/* .top-icons ul > li > a:hover {
  background-color: #fff;
} */

.top-icons ul > li > a:hover > span {
  transform: translateY(7px);
}

.top-icons ul > li > a:hover > i {
  transform: scale(1.25);
}

.top-icons ul > li > a.current {
  background-color: #ffffff;
  border: 3px solid #474ada;
}

.top-icons ul > li > a.current:hover {
  background-color: #fff;
}

.top-icons ul > li > a.current > span,
.top-icons ul > li > a.current > i {
  color: #4754e4;
}

/* ========================================================================== */
/*	Homepage                                                                  */
/* ========================================================================== */
.grid-home {
  position: relative;
  width: 1024px;
  margin-left: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.grid-home span {
  color: #474ada;
}

.grid-home ul > li {
  display: inline-block;
  height: 304px;
  width: 304px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background-color: white !important;
  margin-right: 28px;
  margin-bottom: 28px;
  padding: 28px 0px 28px 0px;
  vertical-align: top;
}

.grid-home ul > li:hover {
  cursor: pointer;
  background-color: #eeeeee !important;
}

.modal-body h4 {
  font-size: 18px;
  margin: 0px;
}

.modal-body p {
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  padding-bottom: 20px;
  padding-top: 5px;
}

.modal-body > .col-sm-4 {
  padding-right: 0px !important;
}

.modal-content {
  padding-right: 100px !important;
}

.modal-dialog {
  width: 900px;
}

.modal-header,
.modal-footer {
  border: none;
}

.modal-header .close {
  position: relative;
  top: 0px;
  right: -75px;
  color: #000;
  font-size: 40px;
  opacity: 1;
}

.close:hover {
  color: #b1b7bb;
}

.modal-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #474ada;
}

.mod-cur {
  background-color: white;
  height: 193px;
  margin-bottom: 28px;
  width: 636px;
}

.mod-cur-arrow {
  height: 193px;
  width: 58px;
  background: url("../images/arrows/arrow-right.png") no-repeat center;
}

.mod-cur-desc {
  height: 193px;
  width: 357px;
  padding: 28px;
  color: #333;
}

.mod-cur-img {
  float: left;
}

.module-name {
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.module-title {
  text-align: center;
}

.module-type {
  padding-top: 0.8em;
}

.sub-module-input {
  margin-top: 0.8em;
}

#add-schedule-btn {
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 1.7em;
  background-color: #cdd8cf;
}
#schedule-entry {
  font-weight: 300; 
  font-size: medium;
}
.inside-label {
  padding-top: 0.8em;
}
#languages-wrapper {
  padding-top: 1.3em;
}
#weekday-content {
  display: inline-block;
  width: 5em;
}
.shcedule-label {
  padding-left: 0.8em;
  padding-right: 0.2em;
  font-weight: 600;
}
.remove-schedule-btn {
  margin-left: 1.6em;
}

.module-sub-type {
  margin-bottom: 1em;
}

.mod-list {
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 28px 0px;
}

.mod-list ul > li,
.mod-cur-img {
  list-style-type: none;
  display: inline-block;
  height: 193px;
  width: 193px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-right: 28px;
  margin-bottom: 28px;
  position: relative;
  background-color: white;
}

.mod-list span,
.mod-cur-img span {
  position: absolute;
  top: 137px;
  width: 100%;
  text-align: center;
  color: #474ada;
  padding: 0px 5px 0px 5px;
}

.mod-list ul > li:hover,
.mod-cur:hover {
  cursor: pointer;
  background-color: #eeeeee !important;
}

.mod-list li:hover > span {
  color: #333;
  text-decoration: none;
}

.titleBlack {
  font-size: 24px;
  /*padding-left: 27px;*/
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Noto Sans", "Segoe UI Semilight", "Open Sans", Verdana, Arial,
    Helvetica, sans-serif;
  color: #333 !important;
}

.btn-group > .btn {
  height: 42px;
}

.btn-right {
  display: table;
  margin-left: auto;
  margin-right: 15px;
  font-family: "Noto Sans", "Segoe UI Semilight", "Open Sans", Verdana, Arial,
    Helvetica, sans-serif;
  text-align: right;
}

.btn-left {
  display: table;
  margin-right: auto;
  margin-left: 15px;
  font-family: "Noto Sans", "Segoe UI Semilight", "Open Sans", Verdana, Arial,
    Helvetica, sans-serif;
  text-align: left;
}

.align-with-content {
  margin-left: 15px;
  margin-right: 15px;
}

.vertical-middle {
  vertical-align: middle;
}

.tab-content {
  border-top: 2px solid #474ada;
  margin-left: auto;
  margin-right: auto;
  width: 975px;
}

.tab-content-without-border {
  margin-left: auto;
  margin-right: auto;
  width: 975px;
}

.panel-ribbon {
  padding: 20px 10px 0;
}

.search {
  position: relative;
  color: #aaa;
  font-size: 16px;
}

.search input {
  width: 250px;
  height: 32px;

  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.search input {
  text-indent: 32px;
}

.search .fa-search {
  position: absolute;
  top: 7px;
  left: 11px;
}

.sort-icon {
  font-size: 9px;
  margin-left: 5px;
}

.bs-component th,
.pointer {
  cursor: pointer;
}

/* Change the pagination controllers color */

dir-pagination-controls > .pagination > .active > a,
dir-pagination-controls > .pagination > .active > a:focus,
dir-pagination-controls > .pagination > .active > a:hover,
dir-pagination-controls > .pagination > .active > span,
dir-pagination-controls > .pagination > .active > span:focus,
dir-pagination-controls > .pagination > .active > span:hover {
  background-color: #4754e4;
  border-color: #4754e4;
}

dir-pagination-controls > .pagination > li > a,
dir-pagination-controls > .pagination > li > span {
  color: #474ada;
}

dir-pagination-controls > .pagination > li > a:focus,
dir-pagination-controls > .pagination > li > a:hover,
dir-pagination-controls > .pagination > li > span:focus,
dir-pagination-controls > .pagination > li > span:hover {
  color: #4754e4;
}

.mod-prog {
  position: relative;
  height: auto;
}

.mod-prog-bar {
  position: relative;
  width: 100%;
  height: 28px;
  border: 2px solid #474ada;
}

.mod-prog-bar-val {
  background: rgba(71, 74, 218, 0.9); /*= #474ADA*/
  height: 26px;
  text-align: center;
}

.progress-header ul > li {
  display: inline-block;
}

.progress-header li {
  background-color: #e6e6e6;
  padding: 0px;
  margin: 0px 5px 5px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.label_anchor {
  padding: 4px 4px 4px 4px;
  height: 25px;
  margin-top: -25px;
  /*z-index: 10;*/
  position: relative;
}

.label_anchor a {
  color: #000;
}

.label_completion {
  background-color: #6261be;
  height: 25px;
  position: relative;
  /*z-index: 5;*/
}

.right {
  float: right;
}

.white-block {
  width: 100%;
  height: auto;
  background: white;
  padding: 28px 20px 10px 28px;
  margin-bottom: 28px;
}

.white-block h2 {
  position: relative;
  height: 53px;
  color: #333;
  font-size: 14px;
  margin: 0px 0px 0px 10px;
  padding-top: 20px;
}

/**
    ======================= IMAGE CARDS ===========================
    ======================= IMAGE CARDS ===========================
    ======================= IMAGE CARDS ===========================
    ======================= IMAGE CARDS ===========================
    ======================= IMAGE CARDS ===========================
**/

.thumbnail {
  transition: 0.3s;
  width: 100%;
  border-radius: 5px;
}
.icon-active {
  background-color: rgba(229, 249, 233, 0.4);
}
.thumbnail-content-wrapper {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  gap: 2em;
  justify-content: space-between;
  align-items: center;
}
.thumbnail-description {
  min-height: 40px;
}
.thumbnail-img-wrapper {
  margin-left: 1em;
}
.thumbnail:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

img {
  width: 50px;
  height: auto;
}

/*Overlaps flash message*/
#flashMessage {
  position: fixed;
  top: 5%;
  right: 3%;
  z-index: 1500;
  width: 20%;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

#flashMessage:hover {
  position: fixed;
  top: 5%;
  right: 3%;
  z-index: 1500;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.disabledColor[disabled] {
  background-color: #ffffe0;
}

/*Align text inside list alert messages*/
.list-message {
  text-align: center;
}

/*iBuilder*/
/*Edit treatment modal*/
#selectAddModuleToTreatment,
#selectAddLanguageToTreatment,
#selectAddLanguageToModule {
  margin-left: -15px;
}

#divButtonAddModuleToTreatment,
#divButtonAddLanguageToTreatment,
#divButtonAddLanguageToModule {
  margin-left: -35px;
  margin-bottom: 2px;
}

#buttonAddModuleToTreatment,
#buttonAddLanguageToTreatment,
#buttonAddLanguageToModule {
  min-width: 82px;
}

#newLanguageTitle {
  margin-left: -5%;
}

.label-subtitle {
  font-size: 14px;
}

.add-all-mis-title {
  font-weight: 550 !important;
  margin: 1em 0 0 0;
  padding-bottom: 0.5em !important;
}
.mis-btns {
  display: flex;
  flex-direction: row;
  justify-content:flex-start;
  gap: 1em;
  margin: 0 0 0 2em;
}
.mis-btn-label {
  padding-left: 0.5em;
}
/*Edit reference modal*/
.div-add-ref {
  padding-right: 0;
}

.close-or-remove-btn {
  height: 40px;
}

/*!* ========================================================================== *!*/
/*!*	Order buttons                                                           *!*/
/*!* ========================================================================== *!*/

.table-row {
  height: 40px;
}

.ec-left-btn {
  float: left;
}

.ec-order-group {
  position: relative;
  vertical-align: top;
  margin-top: -3px;
  height: 20px;
  width: 30px;
  display: inline-block;
  float: left;
}

.ec-move-up {
  background-size: 30px 15px;
  padding: 1px 2px 0px 0px;
  border: none;
  width: 30px;
  height: 10px;
  float: left;
  color: #474ada;
}

.ec-move-up:hover {
  background-size: 30px 15px;
}

.ec-move-down {
  background-size: 30px 15px;
  padding: 1px 2px 0px 0px;
  border: none;
  width: 30px;
  height: 10px;
  float: left;
  color: #474ada;
}

.ec-move-down:hover {
  background-size: 30px 15px;
}

.edit-area {
  border: dotted 1px #474ada;
}

.edit-bar {
  margin-top: 1%;
  display: inline-block;
}

.editable {
  margin-top: 3%;
  padding: 1%;
}

/*!* ========================================================================== *!*/
/*!*	Side by side pages                                                      *!*/
/*!* ========================================================================== *!*/

/*This is use to delimitate the pages*/
.border-left {
  border-left: 2px dashed #474ada;
}
.border-right {
  border-right: 2px dashed #474ada;
}

/*!* ========================================================================== *!*/
/*!*	Useful styles                                                           *!*/
/*!* ========================================================================== *!*/

.inactive {
  opacity: 0.3;
  cursor: not-allowed !important;
  pointer-events: none;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.padding-bottom {
  padding-bottom: 1%;
}

.error-msg {
  color: red;
  font-size: small;
  text-transform: initial;
}

/*!* ========================================================================== *!*/
/*!*	Tables                                                           *!*/
/*!* ========================================================================== *!*/

/*If the value is bigger thant the table data it breaks in new lines*/
table > tbody > tr > td {
  word-break: break-all;
}

tr.highlight {
  background-color: #e1e4ff !important;
}

/*Table data limits*/
.table-data-width-10 {
  width: 10%;
}
.table-data-width-15 {
  width: 10%;
}
.table-data-width-20 {
  width: 10%;
}
.table-data-width-25 {
  width: 10%;
}
.table-data-width-30 {
  width: 10%;
}
.table-data-width-35 {
  width: 10%;
}
.table-data-width-40 {
  width: 10%;
}
.table-data-width-45 {
  width: 10%;
}
.table-data-width-50 {
  width: 10%;
}
.table-data-width-55 {
  width: 10%;
}
.table-data-width-60 {
  width: 10%;
}

/**
    Calendar controls
**/

.calendar-control {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.calendar-control h2 {
  margin: 0;
}

calendar .btn-group > .btn {
  min-width: unset;
  height: unset;
}

/**
    Go back directive
**/

go-back > .textDescription::before {
  vertical-align: middle;
}

go-back h4 {
  display: inline-block;
}

#modal-alert {
  padding: 8px !important;
  font-size: 14px;
}

#modal-alert > a.close {
  right: unset;
}

.element-options > .panel > .panel-body {
  padding: 0;
}

.element-options > .panel {
  border: unset;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

.element-options > .panel ol {
  margin: 0;
  padding: 0.5em;
}

.element-options > .panel ol > li {
  list-style: none;
  padding: 0.4em;
  margin-bottom: 0.2em;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.bottom-inputs {
  margin-top: 10px;
}

#element-code-wrapper {
  display:flex !important;
  flex-direction: row;
  gap: 10px;
}
#edit-code-label {
  padding-top: 5px;
}

.instrument {
  padding: 1%;
}

.instrument .instrument-divider-top {
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: dotted 1px #474ada;
}

.instrument .instrument-divider-bottom {
  margin-top: 1em;
  padding-top: 0.5em;
  border-bottom: dotted 1px #474ada;
}

.instrument h3 {
  padding: 0.5em 0.5em 1em 0;
  display: inline-block !important;
}


.tag-type::first-letter {
  display: inline-block;
  text-transform: capitalize;
}