/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('/css/row_and_col_Marko.css');
@import url('/css/rightSideMenu.css');

body {
    position: absolute;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 50% -50%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: 0px;
    font: 16px Arial, Helvetica, sans-serif;
    /*background-color: #fafafa;*/
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  margin-bottom: 10px;
}

#logo{
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    width:200px;
    height:200px;
}

#under-logo {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 100px;
}


#file-upload-div {
     position: absolute;
     top: 5%;
     left: 5%;
}

#img-display {
    position: fixed;
    top: 46px;
    left: 22px;
    width: 100%
}
#img-display h3 {
    position: fixed;
    top: 0%;
    left: 22%
}

#upload-button-div {
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%;
}

#upload-button-div button{
    width: 100%;
    height: 40px
}

.steps { /* needed*/
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 1%;
}

.steps h3 {/* needed*/
    height: 25px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Helvetica, Sans-Serif;
}

.next-back-posistion { /*needed*/
    position: absolute;
    bottom: 4%;
    left: 1%;
    right: 1%
}

.header-container{
    z-index: 2;
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /* bottom: calc(100% - 55px); */
    height: 55px;
    border-bottom: black solid 2px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;


}

.Icon-and-Name{
    display:flex;
    flex-direction: row;
    height: 100%;
    justify-content:  flex-start;

}

.header-icon{
    width: 45px;
    padding-left: 10px;
    align-self: center;
}


.header-name{

    align-self: center;
}

.header-menu{
    align-self: center;
    width: 30px;
}

.details-from-landing-page{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    height: calc(100% - 50px);
    overflow-y: scroll;
    padding-top: 10px;
    
}

.details-form-landing-page table {/*needed*/
    width: 100%;
    overflow: scroll;
}

.details-form { /*needed*/
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50px;
    height: 90%;
    overflow-y: scroll;
    padding: 15px;
    /* overflow: scroll; */

}
.details-form table {/*needed*/
    width: 100%;
    overflow: scroll;
}
.textField { /*needed*/
    width: 100%;
}
.textArea { /*needed*/
    width: 98%;
    height: 100px;
}


.details-form input {/*needed*/
    font: 13px Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;

}

.meter-details {
    position: absolute;
    top: 8%;
}

.meter-details table{
    width: 100%;
    border-collapse: collapse;
}
.meter-details table tr td{
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

.exit-msg{ /*needed*/
    position: absolute;
    width: 100%;
    height: 200px;
    text-align: center;
    top: 0px;
    bottom: 0px;
    margin: auto;
    color: #0356a8;;
    z-index: 2;
}

.add-button {
    width: 100px;
    height: 40px;
    min-width: 70px;
    background-color: #fff;
    color: rgb(252, 103, 39);
    border-color: rgb(252, 103, 39);
    min-width: 70px;
    border-radius:4px;
    background: transparent;
    border-style: solid;
    font-weight: bold;
}

.minus-button {
    width: 10%;
    height: 25px;
    background-color: #fff;
    color: #0356a8;
    border-color: #0356a8;
    min-width: 70px;
    border-radius:4px;
    font-weight: bold;
}

.summary {
    position: absolute;
    top: 10%;
    left: 5%;
    overflow: scroll;
    height: 75%;
}

.summary table, tr, td, p, span, li {
    padding: 0px;
    margin: 0px;
    font-family: Helvetica, Sans-Serif;
    font-size: 16px;

}

.button-back-next {
    width: 40%;
    height: 40px;
    background-color: #fff;
    background: transparent;
    color: #0356a8;
    border-color: #0356a8;
    min-width: 70px;
    border-radius:4px;
    border-style: solid;
    font-weight: bold;
}

.button-upload {/*needed*/
    width: 100px;
    height: 40px;


    background: transparent;

    min-width: 70px;
    border-radius:4px;
    border-style: solid;
    font-weight: bold;
    cursor: pointer;
}

.button-back-next :active {
    color: #0356a8;
    border-color: #0356a8;
    font-weight: bold;
}
.button-back-next :focus {
    border-color: #0356a8;
    font-weight: bold;
}

 .page-header { /*needed */
    padding-top: 0px;
    width: 100%;
    font-family: Helvetica, Sans-Serif;
}

.page-header h3 { /* needed*/
    padding: 0px;
    margin: 0px;
}

.failed-call {/*needed*/
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    height: 100%;
    margin: auto;
}

.failed-call h3{/* needed*/
    font-family: Helvetica, Sans-Serif;
}

.retry-button {/*needed*/
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    height: 40px;
    margin: auto;
    background-color: #fff;
    background: transparent;
    color: #0356a8;
    border-color: #0356a8;
    border-radius:4px;
    border-style: solid;
}

.lds-dual-ring {
  display: none;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 40%;
  left: 35%
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #0356a8 transparent #0356a8 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.radiobtn {
    align-self: center;
    padding-right: 10px;
}
.radiobtn input {
    width: 20px;
    height: 20px;
}

.radioBtn-Container{
    display:flex;
    flex-direction: row;
}

.radioBtn-value {
    align-self: center;
}

.dropdown-content {
    /* display: none; */
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: white;
    /* width: 200px; */

    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: larger;
    text-align: center;
}

.odd {
    background-color: #cacaca; /* Light gray for odd rows */
}

.even {
    background-color: #ffffff; /* White for even rows */
}

.lastCount{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.container{
    display: flex;
    flex-direction: column;
    align-items: first baseline;
    flex-wrap: wrap;
    flex: 1 1 
}

.container-cell{
    display: inherit;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.container-cell-header{
    display: inherit;
    flex-direction: row;
    align-items: center;
    width: 100%;
    
    padding-top: 10px;
    padding-bottom: 10px;
}

.container-cell-name{
    width: 250px;
}

.container-cell-name-Header{
    width: 238px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



.header-container2{
    width: 100%;
}


@media only screen and (min-width:992px){
    .header-container2{
        width: 30%;        
    }
     
}

@media only screen and (min-width:1200px){
    .header-container2{
        width: 40%;        
    }    
    
}