/*@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');*/
/*<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">*/
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); */
@import url('https://use.fontawesome.com/releases/v5.7.0/css/all.css');


/* for login dialogue */
.logo{
    height: 100px;
    padding:0px;
    margin: 0%;
}

.login{
    padding: 0%;
    margin: 0%;
    height: auto;
}

.login_title {
    display: block;
    font-size: 4em;
    text-align: center;
    padding-left: 40px;
    margin: 0%;
}

.login-screen {
    color: #FF8A26;
    background-color: #152B3A;
    border-radius: 15px;
    width:350px;
    height: auto;
    border-color: #152B3A;
    border-width: 1px;
    border-style: solid;
    padding: 0px;
    margin: 0px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }


.app-title-small {
    text-align: center;
    color: #777;
    font-size: 32px;
    font-family: 'Bauhaus 93', 'sans-serif';
    line-height: 75%;
    padding: 20px;
}

.container .cm:after {
     border: solid white;
}


.app-title {
    text-align: center;
    color: #FF8A26;
    background-color: transparent;
    font-size: 42px;
    font-family: 'Poppins', sans-serif!important;
    padding: 20px;
    height: auto;
    line-height: 75%;
}


.login-form {
    text-align: center;
    padding: 0px;
    color: #FF8A26;
    background-color: transparent;
}

.login-link {
    font-size: 12px;
    color: #444;
    display: block;
}
.mail {
    background:none;
    border:none;
    padding-top: 20px;
    padding-bottom: 40px;

}
button.mail {
    background:none;
    color: #FF8A26;
    border:none;
}

.mail:hover {
    color: #FFFFFF;
}

*:focus {
	outline: none;
}

.login-field {
    width: 300px;
    height: 40px;
    font-size: 1em;
}

.login_button {
    border: 2px solid transparent;
    background-color: #FF8A26;
    color: white;
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
    transition: 0.25s;
    width: 300px;
    vertical-align: middle;

    /*margin-top: 10px;*/
    margin: 20px;

}

.login_button:hover {
    background-color: white;
    color: #152B3A;
}



/* style the header menu bar */
.menubarcontainer {
    background-color:  #152B3A;
    height: 80px;
    border: 0px solid;
}

.tdleft_menubarcontainer {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0px solid;
}
.tdright_menubarcontainer {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0px solid;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: #f1f1f1;
  border-radius: 0px;
  background-color:  #ffffff;

}

/* Style the buttons that are used to open the tab content */
.tab button {

  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;

  transition: 0.3s;
  border-radius: 5px 5px 0 0;

    background-color: #152B3A;
    color: #ffffff;
    padding: 10px;
    border: 1px solid #ccc;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: grey;
  color: white;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #152B3A;
    color: #FF8A26;
    border: 1px solid #152B3A;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #292929;
  border-top: 1px solid #ccc;
  animation: fadeEffect 0.3s; /* Fading effect takes 1 second */

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
 /* background-color: #ccc; */
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 48px;
  transform: translate(-50%, -50%);
}

.hover_img a { position:relative; }
.hover_img a span { position:absolute; display:none; z-index:9; }
.hover_img a:hover span { display:block; }

.ql-font-roboto {
  font-family: 'Roboto', sans-serif;
}

.qandafont_q {
    font-family: 'Roboto', sans-serif;
    color: #292929;
    font-size: 28px;
}
.qandafont_a {
    font-family: 'Roboto', sans-serif;
    color: #292929;
    font-size: 20px;
}

.qandafont_q_small {
    font-family: 'Roboto', sans-serif;
    color: #292929;
    font-size: 16px;
}
.qandafont_a_small {
    font-family: 'Roboto', sans-serif;
    color: #292929;
    font-size: 12px;
}


* {
box-sizing: border-box;
}

*:focus {
	outline: none;
}

div{
    display: block;
}

table{
    /*margin:50px;*/
    /* background-color: #ffffff; */
    border-radius: 5px;
    height: 200px;
    border-collapse: collapse;
}

.filledtable {
    /*margin:50px;*/
    background-color: #ffffff;
    border-radius: 5px;
    height: 200px;
    border-collapse: collapse;

}

.table_head{
    background: #ffffff;
    border-radius: 0px;
    width: 100%;
    height: 10px;
    text-align: left;
    margin-right: 0px;
    border-collapse: collapse;
    color: white;
}

.w{
    color: white;
}

.newtable{
    background:#ffffff9e;
}

.layouttable {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;

}

.layouttable  td, .layouttable th, .layouttable tr  {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
    border-color: #699419;
    border-width: 1px;
}

.layouttableinfieldset
{
  border: 1px solid #699419;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 1px;
}

.layouttableinfieldset  td, .layouttableinfieldset th {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 0px;
  border-color: #699419;
  border-width: 1px;
}

.introtext {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  border-color: white;
    border-width: 0;
    background-color: #ffffff;
    color: white;
    padding-top: 20x;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 32px;

}
.normaltext {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  border-color: white;
    border-width: 0;
    background-color: #ffffff;
    color: #699419;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;

}


.readonlytable {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  border-color: white;
  max-height: 50px;
}

.readonlytable  td, .readonlytable th {
  border: 1px solid #ddd;
  padding: 3px;
    font-size: 12px;
}

.readonlytable  tr {
    height: 50px;
}

.readonlytable tr:nth-child(even){background-color: #f2f2f2;}
.readonlytable tr:nth-child(odd){background-color: #ffffff;}

.readonlytable  tr:hover {background-color: #ddd;}

.readonlytable  th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #1F3545;
  color: white;
  border-width: 0px;
}

.readonlytable th:first-child {
    border-top-left-radius: 10px;
}
.readonlytable th:last-child {
    border-top-right-radius: 10px;
}


form {
    text-align: left;
    margin: 0px;
    width: 100%;
    #display:inline-block;
    #position: absolute;
}

.center{
    text-align: center;
}

.logout{
  position:absolute;
  right:10px;
  top:5px;
  border: 2px solid transparent;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  transition: 0.25s;
  width: 150px;
  margin: 0 auto;
}

.mng{
  position:absolute;
  right:10px;
  top:50px;
  border: 2px solid transparent;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  transition: 0.25s;
  width: 150px;
  margin: 0 auto;
}


select {
    border-radius: 5px;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: #999999;
    border-image: initial;
/*    width: 165px; */
    height: 35px;
    font-size: 12px;
    padding-left: 10px;
}

select:hover{
    border: 1px solid #699419;
}

/*
select.wide{
    width: 400px;
}

select:focus {
    border: 1px solid #026e33;
    box-shadow: none;
}
*/

.checkmark {
  height: 30px;
  width: 30px;
  background-color: #eee;
  vertical-align: middle;
}

.checkmark:hover{
    background-color: #ccc;
    border: 5px solid #699419;
}



label{
     display: inline-block;
     text-align: left;
     vertical-align: top;
     }

h1 {
    display: block;
    color: #292929;
    font-size: 4em;
    text-align: center;
}

h2 {
    display: block;
    color: #292929;
    font-size: 2em;
    text-align: left;
}

h3 {
    font-family: 'Roboto', sans-serif;
    display: block;
    color: #699419;
    font-size: 20px;
    text-align: left;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
    margin: 10px 0px;
    padding: 10px;
    position:relative;
    top:0px;
    width: 100%;
    left: 0px;
}

.b {
    position:absolute;
    left:10px;
    top:0px;
    font-size:35px;
    /*font:"Bauhaus 93";*/
    color:white;
    margin: 0 auto;
    width: 200px;
    height: 150px;
}


.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #699419;
    background-color: #DFF2BF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}

body {
font-family: Arial;
background-color: #ffffff;
padding: 50px;
}

.login {
margin: 20px auto;
width: 300px;
}


.login-form {
text-align: center;
}
.control-group {
margin-bottom: 1px;
}

textarea {
    text-align: center;
    background-color: #ECF0F1;
    border: 1px solid transparent;
    border-color: #999999;
    border-radius: 5px;
    padding: 5px 5px;
    transition: border .5s;
    margin: 2px;
    text-align: LEFT;
    font-size: 12px;
}

/*
textarea:hover{
    border: 1px solid #026e33;

}

textarea:focus {
    border: 1px solid #026e33;
    box-shadow: none;
}
*/

input {
    text-align: center;
    background-color: #ECF0F1;
    border: 1px solid transparent;
    border-color: #999999;
    border-radius: 5px;
    padding: 5px 5px;
    width: 200px;
    height: 35px;
    transition: border .5s;
    margin: 2px;
    font-size: 12px;
}
input.btn {

    margin: 12px;
}

/*
input:hover{
    border: 1px solid #026e33;

}

input:focus {
border: 1px solid #026e33;
box-shadow: none;
}
*/

.number {
    width:  60px;
}

.bignumber{
    width: 90px;

}

.btn {
  border: 2px solid transparent;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 0px;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: inline;
  width: 150px;
  height: 45px;
  margin: 0 auto;
  box-shadow:0px 0px 5px 0px #111;
}

.nav_btn {
    border: 1px solid;
    background: #152B3A;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    padding: 3px 0;
    text-decoration: none;
    text-shadow: aliceblue;
    border-radius: 5px;
    box-shadow: none;
    transition: 0.25s;
    display: inline;
    width: 35px;
    heigth: 30px;
    margin: 0 auto;
    border-color: #152B3A;
}
.nav_btn:hover {
    background-color: #FF8A26;
    color: #FFFFFF;
    border-color: #FF8A26;

}


.smallbtn{
    border: 1px solid;
    background: white;
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    padding: 3px 0;
    text-decoration: none;
    text-shadow: aliceblue;
    border-radius: 10px;
   	box-shadow:0px 0px 5px 0px #111;
    transition: 0.25s;
    display: inline;
    width: 100px;
    margin: 0 auto;
    border-color: #ffffff;
}

.minibtn
{
    border: 1px solid;
    background: #FFFFFF;
    color: #FF8A26;
    font-size: 16px;
    line-height: 25px;
    padding: 3px 0;
    text-decoration: none;
    text-shadow: aliceblue;
    border-radius: 5px;
    box-shadow: none;
    transition: 0.25s;
    display: inline;
    width: 35px;
    heigth: 30px;
    margin: 0 auto;
    border-color: #FF8A26;
}

.buttondisabled
{
  border: 1px solid;
    background: ffffff;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.25s;
    border-color: #ffffff;
    width: 30px;
    height: 30px;
    cursor: not-allowed;
   pointer-events: none;
    display: inline;
}


.topbtns {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    border:0px solid black;
    margin-top: 0px;
}


.btn:hover {

    background-color: #699419;
    color: white;
}

.btn3 {
  border: 2px solid transparent;
  background: #ffffff;
  color: #ffffff;
  font-size: 16px;
  /*line-height: 25px;*/
  /*padding: 10px 0;*/
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: inline-block;
  margin: 0 auto;
    margin-left :5px
}

.btn3:hover {
 border: 2px solid #699419;
  background-color: white;
    color: #699419;
}

.logout:hover {
  color: white;
      background-color: #699419;
}

.mng:hover {
  color: white;
      background-color: #699419;
}

.smallbtn:hover {
  background-color: #699419;
    color: white;
     border-color: #699419;
}

.minibtn:hover {
    background-color: #FF8A26;
    color: white;
     border-color: #FF8A26;

}


fieldset {
    display: inline;
    padding-top:15px;
    padding-bottom:5px;
    border:1px solid #ffffff;
	border-radius:2px;
	box-shadow:0px 0px 0px 0px #111;
    background-color: transparent;
    border-color:#ffffff;
    font-size:12px;
    font-weight: bold;
    margin-top: 10px;

}
.transparrentfieldset {
    display: inline;
    padding-top:0px;
    padding-bottom:0px;
    border:1px solid #ffffff;
	border-radius:2px;
	box-shadow:0px 0px 0px 0px #ffffff;
    background-color: #ffffff;
    border-color:#ffffff;
    font-size:12px;
    font-weight: bold;
    margin-top: 0px;

}

legend {
    padding-top:0px;
    padding-bottom:0px;
    color: #292929;
    font-family: Calibri;
    font-weight: bold;
}

.navbar {
  overflow: hidden;
  background-color: #ffffff;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);*/
}

.navbar a {
  float: right;
  font-size: 16px;
  color: #292929;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: right;
  overflow: hidden;

}

.dropdown .dropbtn {
  font-size: 18px;
  border: none;
  outline: none;
  color: #FFFFFF;
  padding: 14px 16px;
  background-color: #152B3A;
  font-family: Calibri;
  font-weight: bold;
  margin: 0;

}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #152B3A;
  color: #FF8A26;
  transition: all 0.25s ease-in;
}


.dropdown-content {
  display: none;
  position: absolute;
  color: #FF8A26;
  font-style: normal;
  background-color: #152B3A;
  min-width: 160px;
  border:1px solid #292929;
  /*box-shadow: 0px 8px 16px 8px rgba(0,0,0,0.2);*/
  z-index: 1;
  transition: all 0.25s ease-in;
}

.dropdown-content a {
  float: none;
  color: #FF8A26;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  transition: all 0.25s ease-in;
}

.dropdown-content a:hover {
  background-color: grey;
    color: white;
    transition: all 0.25s ease-in;
}

.dropdown:hover .dropdown-content {
  display: block;
  transition: all 0.25s ease-in;
}

.usernametext {
    color: #FF8A26;
    background-color: #152B3A;
    vertical-align: middle;
    font-size: 12px;
    text-align: left;
    padding: 18px 16px;
}

.fieldlabel {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #555555;
    text-align: left;
    font-style: normal;
}