body, html {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0 0 20px 0;
    background-color:#f6f6f6;
}

.logo-container {
    width: 340px;
    margin: 0px auto;
    text-align: center;
    margin-top: 30px;
}

.main-container {
    text-align: center;
    background-color: #f5f4f9;
    padding: 15px;
}

.login-container {
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #003E31;
    background-color: #a6bfff;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}

.login-row {
    margin: 0 auto;
    text-align: center;
    max-width: 450px;
}

.login-labels {
    width: 35px;
    display: inline-block;
    text-align: right;
    margin-top: 10px;
    padding-right: 15px;
}

.loginform-text, .password {
    padding: 5px;
    width: 250px;
}

label {
    width: 200px;
    display: inline-block;
    height: 30px;
}

.button {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    max-width: 250px;
    border-radius: 35px;
    display: block;
    margin: 20px auto;
    padding: 0 10px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #222260;
    height:30px;
}

.cancelButton {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    max-width: 110px;
    border-radius: 35px;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #222260;
    height: auto;
    text-align: center;
}

.message{
    margin: 0 0 10px 0;
}

.error{
    color:red;
}
.success{
    color:green;
}
.siteName {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom:20px;
}

.loginSubText {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

.siteHeaderContainer {
    height: 60px;
    background-color: #4864ad;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.siteFooterContainer {
    height: 50px;
    background-color: #b1c1e8;
    color:#222260;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.siteFooterContainer span{
    font-size: 13px;
    color: #222260;
    display: block;
    text-align: center;
    margin-top: 14px;
}

.siteFooterContainer span a{
    font-size: 13px;
    color: #222260;
    text-decoration: none;
}

.siteFooterContainer span a:hover{
    font-size: 13px;
    color: #222260;
    text-decoration: none;
}

.mainContentContainer {
    padding:60px 10px 50px 10px;
    text-align: center;
}

.menuItem {
    display: block;
    padding: 10px;
    background-color: #edffd1;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: white;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 20px;
    color:#5f900b;
}

.menuItem:hover {
    display: block;
    padding: 10px;
    background-color: #c7ec61;
    width: 200px;
    text-align: center;
    text-decoration: none;
    color: white;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 20px;
    color:white;
}

.errorMessage{
    padding: 10px;
    max-width: 400px;
    border: 1px solid #8EC641;
    border-left: 7px solid red;
    text-align: left;
    margin: 30px auto;
    background-color: #EEF7E2;
}

.successMessage{
    padding: 10px;
    max-width: 400px;
    border: 1px solid #8EC641;
    border-left: 7px solid green;
    text-align: left;
    margin: 30px auto;
    background-color: #EEF7E2;
}

.pageButton{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    max-width: 250px;
    border-radius: 35px;
    display: block;
    margin: 0 auto;
    padding: 10px 10px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #222260;
    /* height: 30px; */
    text-align: center;
}

.mainTitle{
    font-size: 20px;
    text-transform: uppercase;
    color:#4864ad;
    text-align: center;
    margin: 40px auto;
}

.formTitle{
    font-size: 15px;
    text-transform: uppercase;
    color: gray;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 200px;
    height: 30px;
    text-align: center;
}

.formInputBox {
    text-align: center;
    font-size: 18px;
    padding: 5px;
    border: 1px solid lightgray;
    /*height: 25px;*/
    height: 39px;
    max-width: 490px;
    margin: 10px auto;
    display: block;
    width:100%;
}


.formTextarea {
    text-align: center;
    font-size: 15px;
    padding: 5px;
    border: 1px solid lightgray;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    max-width: 490px;
    margin: 10px auto;
    display: block;
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    flex-wrap: wrap;
    text-align: justify;
    white-space: normal;
}

.longText{
    display: block; /* or inline-block */
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
    max-width:150px;
    white-space: nowrap;
    margin: 0 auto;
}


.formDropdownBox {
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    padding: 5px 0;
    border: 1px solid lightgray;
    height: 35px;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    text-align-last: center;
    width:100%;
}
.formRow {
    margin-bottom:20px;
}



.textAreaFormRow {
    margin-bottom:20px;
    max-width:500px;
    margin:0 auto;
}



.submitButton {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    max-width: 250px;
    border-radius: 35px;
    display: block;
    margin: 20px auto;
    padding: 12px 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #222260;
    height: auto;
    text-align: center;
    min-width:150px;
}


.counterTable input[type=number]{
    text-align: right;
}

.fa-trash-alt{
    color:red;
}

.fa-user-edit{
    color:#4864ad;
}

.headerLogo {
    text-align:center;
    height: 55px;
    padding: 5px 0 0 0;
}

.headerLogo object{
    height: 50px;
}

.mobileMenu {
    display:none;
}
.profileMenu {
    position: absolute;
    top: 5px;
    right: 5px;
}

.desktopMenu {
    position: absolute;
    top: 0px;
    left: 0px;
}

#hambiMenu {
    font-size: 30px;
    color: #fff;
}

.dropbtn, .dropbtn-mobile, .dropbtn-desktop, .dropbtn-profile {
    background-color: #222260;
    color: white;
    padding: 14px;
    font-size: 16px;
    border: none;
}

.dropbtn-desktop{
    height:60px;
}

.dropbtn-profile{
    height:50px;
    width:50px;
}

.dropdown, 
.dropdown-mobile, 
.dropdown-desktop, 
.dropdown-profile  {
    position: relative;
    display: inline-block;
    color: #d4defa;
}
.dropdown-mobile{
    position: absolute;
    top:0;
    left:0;

} 

.dropdown-content, 
.dropdown-content-mobile, 
.dropdown-content-desktop, 
.dropdown-content-profile {
    display: none;
    position: absolute;
    /*background-color: #f1f1f1;*/
    background-color: #d4defa;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    box-shadow: 0px 8px 16px 0px rgba(0,62,49,0.2);
    border: 1px solid white;
    z-index: 1;
}
.dropdown-content-profile {
    right: 0;
}

.dropdown-content a, 
.dropdown-content-mobile a, 
.dropdown-content-desktop a, 
.dropdown-content-profile a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size:13px;
    border-bottom: 1px solid white;
}

.dropdown-content a:last-child, 
.dropdown-content-mobile a:last-child, 
.dropdown-content-desktop a:last-child, 
.dropdown-content-profile a:last-child {
    border-bottom: 0;
}

.dropdown-content a:hover, 
.dropdown-content-mobile a:hover, 
.dropdown-content-desktop a:hover, 
.dropdown-content-profile a:hover {
    /*background-color: #ddd;*/
    background-color: #b1c1e8;
}

.dropdown:hover .dropdown-content, 
.dropdown-mobile:hover .dropdown-content-mobile, 
.dropdown-desktop:hover .dropdown-content-desktop, 
.dropdown-profile:hover .dropdown-content-profile {
    display: block;
}

.dropdown:hover .dropbtn, 
.dropdown-mobile:hover .dropbtn-mobile, 
.dropdown-desktop:hover .dropbtn-desktop, 
.dropdown-profile:hover .dropbtn-profile {
    background-color: #222260;
}

.dropbtn-profile{
    border-radius:24px;
    background-size:100% 100%;
    background-position:center center;
    border: 2px solid #eef7e2;
}

.welcomeText {
    text-align: center;
    color: #ffffff;
    line-height: 60px;
}

.infoBar{
    background-color: #e3e3e3;
    padding: 5px;
    font-size: 13px;
    color: gray;
    text-align: center;
}

.console {
    position: fixed;
    font-family: monospace,monospace;
    color: #fff;
    width: calc(100% - 3em);
    max-width: 100%;
    max-height: calc(100% - 3em);
    overflow-y: auto;
    margin: 1em 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.5em;
    box-shadow: 0 0.75em 3em rgba(50, 50, 50, 0.5);
    z-index: 100;
    line-height: 1.5;
  }
  
  .console-input {
    font-family: monospace,monospace;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: calc(100% - 2em);
    resize: none;
  }
  
  .console-input:before {
    content: '> ';
    color: #FC3565;
    vertical-align: top;
  }
  
  .output-cmd:before {
    content: '> ';
    color: #FC3565;
    vertical-align: top;
  }
  .output-text:before {
    content: '> ';
    color: #5F8787;
    font-weight: 600 !important;
    vertical-align: top;
  }
  
  .output-text,
  .output-cmd {
    width: 100%;
    display: block;
  }
  
  .console-inner {
    padding: 0.3em 1.1em;
  }
  
  .output-text,
  .output-cmd {
    display: block;
    white-space: pre;
  }
  
  #outputs div {
    opacity: 0.85;
  }
  
  #outputs div div {
    color: #46f01d;
    opacity: 0.8;
    text-decoration: none;
  }
  
  #outputs a {
    color: #46f01d;
    opacity: 0.8;
    text-decoration: underline;
  }
  
  .console-inner .output-text#ready {
    color: #3df5b8;
    font-style: italic;
    opacity: 0.75;
  }
  
  .particles-js-canvas-el {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .loginfoFile{
    height:25px;
}

.separator{
  color:lightgray;
}

.viewPasswordBox{
  display: inline;
  position: absolute;
  top: 10px;
  right: -251px;
  background-color: lightgray;
  width: 37px;
  height: 37px;
}
.viewPasswordBox > i{
  line-height: 38px;
  font-size: 22px;
}

.error{
  color:red !important;
}

.success{
  color:rgb(15, 167, 15)!important;
}

.userIsAvailableBox{
  display: inline;
  position: absolute;
  top: 10px;
  right: -251px;
  width: 37px;
  height: 37px;
}

.userIsAvailableBox i{
  color:gray;
  line-height: 38px;
  font-size: 22px;
}

.attachmentsContainer{
  max-width:512px;
  margin:0 auto;
}

.attachmentsContainer > a{
  max-width:512px;
  display: block;
  text-align: center;
  margin:0 auto;
  text-decoration: none;
}


.tableClass{
    table-layout: auto;
    border-collapse: collapse;
    text-align: center;
    margin: 30px auto;
    background-color: white;
}

.tableClass td{
  border:1px solid lightgray;
  padding:5px;
  font-size:15px;
  color:gray;
  text-align: center;
}

.tableClass td input{
    width:20px;
    height:20px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightgray;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lightgray;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: lightgray;
  }

  .tableContainer{
      text-align: center;
   }

  .tableClass tr:nth-child(1){
    background-image: linear-gradient(#eeeeee, #b1b1b1ad);
    /*background-color:#eeeeee;*/
  }

  .tableClass tr:nth-child(1) td{
    color:gray;
    border:1px solid lightgray;
  }

  .tableClass th{
    color:gray;
    border:1px solid lightgray;
    padding:10px;
    font-weight: normal;
  }

  .userProfileImage{
      height:50px;
      width:50px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 100%;
      border-radius:25px;
      text-align:center;
  }

  .switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 25px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 20px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

.tableTitle{
    margin: 15px;
    text-transform: uppercase;
    color: gray;
}

.gray{
    color:lightgray;
}
