/* Miligram overrides 
https://bulma.io/documentation/elements/tag/
https://css.gg/app
*/

/* @FONT-FACE loads font into browser */
@font-face {
  font-family: 'typicons';
  font-weight: normal;
  font-style: normal;
  src: url('../font/typicons.eot');
  src: url('../font/typicons.eot?#iefix') format('embedded-opentype'),
    url('../font/typicons.woff') format('woff'),
    url('../font/typicons.ttf') format('truetype'),
    url('../font/typicons.svg#typicons') format('svg');
}

/* *********************************************************************************************************
*********************************** Bootstrap customization ***********************************
 ********************************************************************************************************* */

.navbar{
  margin-bottom: 3px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}

@media (max-width: 40rem) {
  .row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .row .col .col-1 .col-2 .col-3 .col-4 .col-5 .col-6 .col-7 .col-8 .col-9 .col-10 .col-11 .col-12 {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .container
  {
    padding: 0px 0px 0px 20px;

  }
}

.btn{
  border-radius: .4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  height: 3.0rem;
  letter-spacing: .1rem;
  line-height: 3.8rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 1px;
  margin-left: 1px;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  height: 2rem;
  line-height: 1.7rem;
  margin-bottom: 0.1rem;
}


.btn-primary
{
  background-color: #9b4dca;
  border: 0.1rem solid #9b4dca;
}
.btn-primary:hover
{
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  outline: 0;
}

.divTableLabel
{
  font-weight: bold;
  padding-bottom: 2px;
  padding-top: 2px;
}

.divTableColor
{
  background-color: #f5f7fa;
  
}

.missing
{
  color: red;
  font-weight: bold;
}

/* *********************************************************************************************************
*********************************** To check ***********************************
 ********************************************************************************************************* */

.icon
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: var(--light-bg);
  margin-top: 0.0rem;
  border-radius: var(--radius);
  position: relative;
  padding: 0.5rem;
}

.icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
  width: 30px;
}


.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul {
  margin: 0 0 30px 0;
  padding-left: 25px;
}

ul ul {
  margin-left: 5px;
  padding-left: 25px;
}

hr {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(120, 120, 120, 0), rgba(120, 120, 120, 0.75), rgba(120, 120, 120, 0));
}


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

.release-name {
  color: #D33C43;
  font-weight: 400;
  font-style: italic;
}

a {
  font-family: "Raleway", sans-serif;
  color: #500080;
}


/* Main */
body {
  background: #f5f7fa;
  color: black;
  line-height: 1.4;
}
.content {
  padding: 1rem;
  background: #ffffff;
  border-radius: 0.4rem;
  /* Thanks Stripe */
  box-shadow: 0 7px 14px 0 rgba(60, 66, 87, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
}
.actions a {
  font-weight: bold;
  padding: 0 0.4rem;
}
th {
  white-space: nowrap;
}





/* Nav bar */
.top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 112rem;
  padding: 2rem;
  margin: 0 auto 0rem;
}
.top-nav-title a {
  font-size: 2.0rem;

}
.top-nav-title span {
  color: #404041;
}
.top-nav-links a {
  margin: 0 0.5rem;
}
.top-nav-title a,
.top-nav-links a {
  font-weight: bold;
  white-space: nowrap;
}

.side-nav-item {
  display: block;
  padding: 0.5rem 0;
}

/* View action */
.view.content .text {
  margin-top: 1.2rem;
}
.related {
  margin-top: 2rem;
}

/* Flash messages */
.message:before {
  font-family: 'typicons', sans-serif;
}

.message {
  padding: 1rem;

  background: #eff8ff;
  color: #2779bd;

  border-color: #6cb2eb;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.message.hidden {
  display: none;
}
.message.success {
  background: #e3fcec;
  color: #1f9d55;
  border-color: #51d88a;
}
.message.error {
  background: #fcebea;
  color: #cc1f1a;
  border-color: #ef5753;
}

/* Forms */
.input.radio,
.input.checkbox {
  margin-bottom: 0.0rem;
}
.input.radio input,
.input.checkbox input {
  margin: 0;
}
.input.radio label,
.input.checkbox label {
  margin: 0;
  display: flex;
  align-items: center;
}
.input.radio label > input,
.input.checkbox label > input {
  margin-right: 1.0rem;
}
.input.radio label:first-of-type {
  margin-bottom: 2.0rem;
}
.button
{
  margin-right: 1px;
  margin-left: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 0.5rem;
}

.pressed
{
  background-color: #45006f;
  border-color: #45006f;
}

.collapsible {
  color: white;
  cursor: pointer;
}

.active, .collapsible:hover {

}

.contentCollapsible {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

/* Paginator */
.paginator {
  text-align: right;
}
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.prev.disabled a,
.next.disabled a {
  cursor: not-allowed;
  color: #606c76;
}
.asc:after {
  content: " \2193";
}
.desc:after {
  content: " \2191";
}



/* Error */
.error-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}

.nowrap {
  white-space: nowrap;
}

.bullet:before {
  font-family: 'typicons', sans-serif;
  font-size: 25px;
  display: inline-block;
  margin-left: -0.2em;
  width: 0.9em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -1px;
}
.success:before {
  color: #88c671;
  content: "\e11e";
}

.success {
  list-style-type: none;
}
.problem:before {
  color: #d33d44;
  content: "\e122";
}
.problem {
  list-style-type: none;
}
.error:before {
  color: #d33d44;
  content: "\e122";
}
.error {
  list-style-type: none;
}
.star:before {
  color: #45006f;
  content: '\e105';
}
.star {
  list-style-type: none;
}

.flag:before {
  font-family: 'typicons', sans-serif;
  vertical-align: -1px;
  color: #45006f;
  content: '\e073';
}
.flag {
  list-style-type: none;
}

.user:before {
  font-family: 'typicons', sans-serif;
  vertical-align: -1px;
  color: #45006f;
  content: '\e12c';
}
.user {
  list-style-type: none;
}

.warn:before {
  color: #45006f;
  content: '\e137';
}
.warn {
  list-style-type: none;
}

.arrowRight:before {
  color: #45006f;
  content: '\e01a';
}
.arrowRight {
  list-style-type: none;
}

.photobox {
  width: 150px;
  display: inline-block;
}

.dateItem {
  width: 120px;
  display: inline-block;
}

form {
  margin: 0px;
}

.containerWide {
  margin: 0 auto;
  padding: 0 2.0rem;
  position: relative;
  float: left;
}

.container100 {
  margin: 0 auto;
  padding: 0 2.0rem;
  position: relative;
  float: left;
  width: 100%
}

td,
th {
  border-left: 0.1rem solid #e1e1e1;
}

input[type='button'],
input[type='reset'],
input[type='submit'] {
  padding: 0 1.0rem;
}

.noIcon:before {
  content: '';
}

li {
  margin-bottom: 0.2rem;
}