body {
    font-display: "Roboot", sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
#content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 14px;
}

.labelForInput{
    width: 100%;
    display: inline-block;
}

.pointer{
  cursor: pointer;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.md-table-pagination {
    border-top: unset;
}
.logo{
    padding:40px;
}
.invalidInput{
  border-color: red;
  border-width: 1px;
  background-color: #f3e4e4 !important;
}

.loginInput {
  margin-bottom: 5px;
  margin-top: 5px;
}
.loginSubmit {
  margin-bottom: 15px;
  margin-top: 15px;
}

.inlineBlock{
  display: inline-block;

}
.textarea {
     resize: none;
     height: 48px;
     width: 168px
 }

.tableBox{
  margin-bottom: 16px;
}
.labelWidth{
  width: 80px;
}
.usersTable td{
  padding-top: 8px;
  padding-bottom: 8px;
}
.passwordRepeat{
  padding-top: 4px;
  padding-bottom: 4px;
}

.inputMax{
  width: 374px
}
.inputMin{
  width: 144px;
}

.labelInfo{
    width: 180px;
    position: relative;
    display: inline-block;
    padding: 4px 4px 4px 0px;
    font-size: 15px;
    /*font-weight: bold;*/
}
.valueInfo{
    font-size: 15px;
    word-wrap: normal;
    position: relative;
    display: block;
    width: 200px;
    overflow-wrap: break-word;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.inputInfo{
  width: 100%;
}
.tdLeft{
    width: 50%;
    padding-right: 10PX;
}
.tdRight{
    width: 50%;
    padding-left: 10PX;
}
.inputAVG{
  width: 50%
}

.inputNumber{
  width:74px
}

.width90{
  width: 90px;
}
.tableHover tr:hover td {
  background-color: #eee!important
}

.tableHover tr td {
  cursor: pointer;
}

 .passwordWebkit{
   -webkit-text-security:disc;
 }
 .savebtn{
  background-color: lightgreen;
  margin: 0px;
  argin-left: auto;
 }

 input{
   height:34px;
   border-style: groove;
 }

.passwordLogin{
  padding-top: 8px;
  padding-bottom: 8px;
}

select{
  height:40px;
}
.inputLogin{
  width: 96%;
}

.arrow-up{
   top: 5px;
   position: relative;
   right: 16px;
}
.arrow-down{
   bottom: 4px;
   position: relative;
   right: 16px;
}
.arrow-up.icon:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.closeBTN{
  margin-right: 0px;
}

 .arrow-down.icon:before {
    content: '';
    position: absolute;
    left: -5px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
 }


.md-input-container > span {vertical-align: middle; }


 .width100{
    width: 100%;
 }
 .paddingForm{
   padding: 16px;
 }

 .passwordMenu{
  padding-bottom: 20px;
  float: right;
 }
 .spanLink {
  cursor:pointer;
}

.formInputPadding{
  padding-right: 40px;
}
.delete {
  margin: 0px;
}

.padding5{
  padding-top: 5%
}

.paddingSize{
  height: 50px;
}
.labelError{
  color: rgb(221,44,0); !important
}
.inputError{
  border-color: rgb(221,44,0) !important
}
.tablePag{
  background-color: white;
    flex-direction: column;
    margin: 8px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    box-sizing: border-box;
}


.lengthName{
  width: 180px;
}
.form-edit {
    width: 100%;
    max-width: 460px;
    padding: 15px;
    margin: auto;
}

.active, .not-active {
    border-radius: 50%;
    background-color: green;
    width: 16px;
    height: 16px;
}
.not-active {
    background-color: lightgray;
}




.nav-menu-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(63,81,181);;
}

.nav-menu-header {
  float: left;
}

.nav-menu-header a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.nav-menu-header a:hover {
  background-color: rgb(75, 93, 195);
}

