body, html {
  height: 93%;
  padding-right: 0px !important;
}

@font-face {
  font-family: "Amethyst";
  /*src: url(Amethyst.ttf) format("truetype");*/
  src: url('../fonts/Amethyst.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Amethyst.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/Amethyst.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/Amethyst.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/Amethyst.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/Amethyst.svg#svgFontName') format('svg');
  /* Legacy iOS */
}

aside.sidebar, .main {
  -webkit-transition: margin 200ms ease-out;
  -moz-transition: margin 200ms ease-out;
  -o-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}
.main {
  padding: 10px 10px 0 10px;
}

@media (min-width: 1px) {
  .main {
    position: absolute;
    width: calc(100% - 40px);
    margin-left: 40px;
    float: right;
  }
  aside.sidebar {
    margin-left: 0px;
    float: left;
    position: fixed;
    margin-top: 1vw;
    overflow: auto !important;

  }
  aside.sidebar:hover+.main {
    margin-left: 200px;
  }
  aside.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
    cursor: pointer;
  }
  aside.sidebar .navbar-brand, aside.sidebar .navbar-header {
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }
  aside.sidebar a {
    padding-right: 13px;
  }
  aside.sidebar .navbar-nav>li:first-child {
    border-top: 1px #e5e5e5 solid;
  }
  aside.sidebar .navbar-nav>li {
    border-bottom: 1px #e5e5e5 solid;
  }
  aside.sidebar .navbar-nav .open .dropdown-menu {
    position: static;
    width: auto;
    margin-top: 0%;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  aside.sidebar .container-fluid {
    padding: 0 0px 0 0px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }
  aside.sidebar {
    width: 16%;
    height: 100%;
    margin-left: 0px;
    float: left;
    margin-bottom: 0px;
    overflow: auto !important;
  }
  .navbar-default {
    background-color: #008231;
    font-size: 15px;
  }
  aside.sidebar li {
    width: 100%;
  }
  aside.sidebar:hover {
    margin-left: 0px;
  }
  .forAnimate {
    opacity: 0;
  }
  ul {
    width: 15.7vw !important;
  }
  .dropdown-menu>li {
    width: 14em !important;
  }
  }
  aside.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, aside.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ccc;
    background-color: transparent;
    cursor: pointer;
  }
  aside:hover .forAnimate {
    opacity: 1;
  }
  section {
    padding-left: 15px;
  }
  .button {
    margin-left: 35px;
  }
  th {
    /*font-size: 30px;*/
    padding: 15px;
  }
  td {
    /*font-size: 20px;*/
      padding: 15px;
  }
  [id^=switch]+* {
    display: none;
  }
  [id^=switch]:target+* {
    display: block;
  }
  .bg{
    background-color: #fff;
    width:100%;
    position: fixed;
    top:0;
    height: 12vw;
  }
  .logo {
    margin-bottom: 0.5%;
    margin-top: 0.5%;
    margin-left: 6%;
    width: 90vw;
  }
  .front-logo{
    position: fixed;
    top:0;
    margin-top: 0.5vh;
    margin-bottom: 0.5vh;
    background-color: #fff;
  }
  .back-logo{
    visibility:hidden;
  }
  .green {
    color: green;
    font-size: 12px;
  }
  .navbar2 {
    width: 100%;
    height: 3.5vw;
    background-color: #008231;
    color: white;
    border-radius: 0px;
    float: left;
    position: fixed;
  }
  .to-left {
    color: white;
    float: left;
    font-size: 1.5vw;
    cursor: default;
    padding-left: 17%;
    padding-bottom: 0.7%;
    padding-top: 0.7%;
  }
  .to-right {
    color: white;
    float: right;
    font-size: 1.5vw;
    padding-right: 2.5%;
    padding-bottom: 0.7%;
    padding-top: 0.7%;
    cursor: pointer;
  }
  a, a:link, a:active, a:focus, a:visited, a:hover {
    color: white;
  }
  .menu-bold {
    font-size: 1.1vw;
    color: white;
  }
  .panel, .flip {
    padding: 5px;
  }
  .panel {
    display: none;
  }
  .active-modul {
    background-color: #e7e7e7;
    color: #008231 !important;
  }
  .active-list {
    background-color: #e7e7e7 !important;
    color: #008231 !important;
  }
  .active-list:hover {
    background-color: #e5e5e5 !important;
    color: #555 !important;
  }
  .navbar ul {
    width: 16vw !important;
    cursor: pointer;
  }
  .dropdown-menu>li {
    width: 14em !important;
  }
  main {
    margin-top: 8vw;
    width: 84%;
    height: auto;
    margin-left: auto;
    margin-right: 0;
  }
  .form-content {
    margin-left: auto;
    margin-right: auto;
    width: 54.5%;
  }
  .form-content>h2, .addutitel>h2 {
    color: #008231;
    text-align: center;
    font-size: 2.2vw;
  }
  .form-content>h3, .addutitel>h3 {
    color: #008231;
    text-align: center;
    font-size: 1.90vw;
  }
  .modal-h4 {
    margin-top: 1%;
    margin-bottom: 1%;
  }
  .form-content>h4, .modal-h4 {
    color: #008231;
    text-align: center;
    font-size: 1.7vw;
  }
  .form-label, .reset-label {
    text-align: left;
    width: 100%;
    padding-left: 7.5%;
    font-size: 1vw;
    white-space: normal;
    color:black;
  }
  .wskaznik-input{
    width: 20vw;
    margin-left: 2.5%;
    font-size: 1vw;
  }
  *::-ms-backdrop, .wskaznik-input{
    width: 20vw;
    margin-left: 2.5%;
    font-size: 1vw;
    height: 2.5vw;
  }
  *::-ms-backdrop, button, input, select, textarea{
    line-height: normal;
  }
  .search-input-box{

    font-size: 1vw;
  }
  .search-input{
    width: 20vw;
  }
  .search-label{
    margin-left: 30%;
  }
  .form-input, .reset-input {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
    color:black;
  }
  .pass-strength {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
    background-color: #ddd;
    border: 0;
  }
  .addusearchbox {
    float: right;
    width: 20vw !important;
    margin-left: 3.5%;
    font-size: 1vw !important;
    height: inherit !important;
  }
  .addulabel {
    text-align: right;
    margin-right: 2.5%;
  }
  #add .form-input {
    margin-right: 0;
    padding-right: 7.5%;
    margin-left: 2.5%;
  }
  .check {
    width: 1em;
    height: 1em;
  }
  .form-content2 {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1vw;
  }
  .form-reset {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-top: 7%;
    height: auto;
  }
  .form-reset>h3 {
    color: #008231;
    text-align: center;
  }
  .reset-sent {
    width: 60%;
  }

  .btn-reset {
    float: right;
    margin-right: 7%;
  }
  .btn-form {
    background-color: #008231;
    text-align: center;
    float: right;
    margin-right: 7.5%;
  }
  .btn-green, .editaddumodal, .edditadu {
    border-radius: 0px;
    background-color: #008231;
    color: white;
    text-align: center;
    font-size: 1.2vw;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    touch-action: manipulation;
    /*white-space: normal;*/
    white-space: nowrap;
    vertical-align: middle;
  }
  .workers .btn-green, .users .btn-green, .faults .btn-green, .faults-table .btn-green,
   .faults-list .btn-green, .faults-proc .btn-green, .plan-audyt .btn-green, .sending-msg .btn-green {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }
  .btn-form:hover, .btn-green:hover {
    color: white;
  }
  .btn-green:hover, .btn-green:active, .btn-green:focus {
    background-color: #008231 !important;
    border-color: #008231 !important
  }
  .btn {
    font-size: 1.2vw;
  }
  .btn-success {
    background-color: #008231;
    font-size: 1.2vw;
  }
  .eksport {
    text-align: center;
    margin-left: auto;
    margin-right: auto;

  }
  .tableexport-caption{
    margin-left: auto;
    margin-right: auto;
    padding-left: 34.5vw;
  }
  .modal-body {
    color: #008231;
  }
  .podp {
    margin-right: 5%;
    color: #008231;
    font-size: 1vw;
    float: right;
  }
  .editaccount {
    border-radius: 0px;
    padding: 2% 2% 2% 2%;
    font-size: 1vw;
  }
  table {
    margin-left: auto;
    margin-right: auto;
  }
  .workers td, .users td, .faults td, .faults-table td, .faults-list td, .faults-proc td, .plan-audyt td, .sending-msg td {
    text-align: center;
    color: black;
    border-bottom: 2px solid #008231;
    /*padding-left: 1%;
    padding-right: 1%;*/
    width: 25%;
    height: auto;
    white-space: normal;
  }
  .tr-border {
    border-bottom: 2px solid #008231;
  }
  .faults-table td {
    font-size: 0.9vw;
    border-bottom: 0px;
  }
  .faults-table th {
    font-size: 1vw;
  }
  .faults-list td {
    font-size: 0.9vw;
    border-bottom: 0px;
  }
  .faults-list th {
    font-size: 1vw;
  }
  .faults-proc td {
    font-size: 0.9vw;
    border-bottom: 0px;
  }
  .faults-proc th {
    font-size: 1vw;
  }
  .workers th, .users th, .faults th, .plan-audyt th, .sending-msg th {
    font-size: 1.4vw;
  }
  .workers td, .users td, .faults td, .plan-audyt td, .sending-msg td {
    font-size: 1.2vw;
  }
  .workers th, .users th, .faults th, .faults-table th, .faults-list th, .faults-proc th, .plan-audyt th, .sending-msg th {
    text-align: center;
    color: #008231;
    border-top: 2px solid #008231;
    /*padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;*/
    width: 25%;
    height: auto;
  }
  .tytul {
    font-size: 1.7vw;
  }
  .show {
    text-align: center;
    line-height: 2vw;
    color: #008231;
    font-weight: bold;
  }
  .start {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #008231;
  }
  .start>h1 {
    font-size: 5vw;
  }
  .start>h2{
    font-size: 2.3vw;
  }
  .srs-text {
    font-family: "Amethyst";
    font-size: 6vw;
  }
  .rails-img {
    width: 100%;
  }
  .workers, .users, .faults, .faults-table, .faults-list, .faults-proc, .plan-audyt, .sending-msg, .show {
    width: 100%;
  }
  .yes_no{
    height: 2.5vw;
    width: auto;
  }
  .filter-to-right{
    display: inline;
    float:right;
    border-left: 0.2vw solid #008231;
    margin-top: 1vw;
    max-width: 50%;
  }
  .filter-to-left{
    display: inline;
    float:left;
    margin-left: 10%;
    margin-top: 1vw;
    width: 30%;
  }
  .btn-wskaznik{
    margin-left: 3.1%;
    margin-top: 1vw;
  }
  .btn-filter{
    margin-left: 43%;
    margin-top: 1vw;
  }
  .z-index-front{
    z-index: 10000 !important;
  }
  .z-index-back{
    z-index: 0 !important;
  }
    aside.sidebar, header, .navbar2, .back-logo, .bg {
      z-index: 100 !important;
    }
.modalscroll{
  overflow-y: initial !important;
}
.modalscroll2{
overflow-y: auto !important;
}


/*Modale i nie tylko*/
@media (min-width: 2000px){
  .navbar2modal {
    background-color: #008231;
    border-radius: 0px;
    text-align: center;
    color: white;
    font-size: 1.5vw;
    font-weight: normal;
    line-height: 1.42857143;
  }
  .modal-content {
    height: 18vw!important;
  }
  .modal-content2 {
    height: 41vw!important;
  }
  .modal-content3{
    height: 49vw !important;
  }
  .modal-content4{
    height: 62vw !important;
  }
  .modal-content5 {
    height: 37.5vw !important;
  }
  .modal-content6{
    height: 70vw !important;
  }
  .modal-content7{
    height: 330vw !important;
  }
  .modal-content8{
    height: 1320vw !important;
  }
  .modal-content9{
    height: 23vw !important;
  }
  .modal-content10{
    height: 54vw !important;
  }
  .modal-confirm{
    height: 11vw !important;
  }
  .editaddumodal, .edditadu {
    float: right;
  }
  .addulabelmodal, .addulabel {
    color: black;
    text-align: left;
    width: 100%;
    padding-left: 7.5%;
    font-size: 1vw;
  }
  .radio-edit{
    margin-left: 7.5% !important;
    text-align: left;
    float: left;
  }
  .span-edit{
    color: black;
    text-align: left;
    font-size: 1vw;
  }
  .adduinput2modal, .adduinput {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
    color: black;
  }
  .adduinput2{
  width: 20vw;
  float: right;
}
  .editaddudivmodal {
    margin-right: 0;
    margin-top: 1.3vh;
    margin-bottom: 1.3vh;
    float: right;
    padding-right: 20%;
  }
  .modal-dialog {
    width: 45%;
    margin: 30px auto;
  }
  .modal-dialog2{
    width: 80%;
    margin: 30px auto;
  }
  .confirm-text{
    font-size: 1.3vw;
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    color: #000 !important;
  }
  .navbar2, aside.sidebar {
    margin-top: 2.5vw;
  }
  .container-fluid{
    margin-top: 3.5vw;
  }
}
@media (min-width: 1920px){
  .navbar2modal {
    background-color: #008231;
    border-radius: 0px;
    text-align: center;
    color: white;
    font-size: 1.5vw;
    font-weight: normal;
    line-height: 1.42857143;
  }
  .modal-content {
    height: 18vw!important;
  }
  .modal-content2 {
    height:41vw!important;
  }
  .modal-content3{
    height: 49vw !important;
  }
  .modal-content4{
    height: 62vw !important;
  }
  .modal-content5 {
    height: 37.5vw !important;
  }
  .modal-content6{
    height: 70vw !important;
  }
  .modal-content7{
    height: 20vw !important;
  }
  .modal-content8{
    height: 65vw !important;
  }
  .modal-content9{
    height: 23vw !important;
  }
  .modal-content10{
    height: 55vw !important;
  }
  .modal-confirm{
    height: 11vw !important;
  }
  .editaddumodal, .edditadu {
    float: right;
  }
  .addulabelmodal, .addulabel {
    color: black;
    text-align: left;
    width: 100%;
    padding-left: 7.5%;
    font-size: 1vw;
  }
  .radio-edit{
    margin-left: 7.5% !important;
    text-align: left;
    float:left;
  }
  .span-edit{
    color: black;
    text-align: left;
    font-size: 1vw;
  }
  .adduinput2modal, .adduinput {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
  }
  .adduinput2{
  width: 20vw;
  float: right;
}
  .editaddudivmodal {
    margin-right: 0;
    margin-top: 1.3vh;
    margin-bottom: 1.3vh;
    float: right;
    padding-right: 20%;
  }
  .modal-dialog {
    width: 45%;
    margin: 30px auto;
  }
  .modal-dialog2{
    width: 80%;
    margin: 30px auto;
  }
  .confirm-text{
    font-size: 1.3vw;
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    color: #000 !important;
  }
  .navbar2, aside.sidebar {
    margin-top: 4vw;
  }
  .container-fluid{
    margin-top: 3.5vw;
  }
}

@media (min-width: 1600px) and (max-width: 1919px){

  .navbar2modal {
    background-color: #008231;
    border-radius: 0px;
    text-align: center;
    color: white;
    font-size: 1.5vw;
    font-weight: normal;
    line-height: 1.42857143;
  }
  .modal-content {
    height: 18vw!important;
  }
  .modal-content2 {
    height: 43vw!important;
  }
  .modal-content3{
    height: 49vw !important;
  }
  .modal-content4{
    height: 61.5vw !important;
  }
  .modal-content5 {
    height: 37vw !important;
  }
  .modal-content6{
    height: 65vw !important;
  }
  .modal-content7{
    height: 20vw !important;
  }
  .modal-content8{
    height: 65vw !important;
  }
  .modal-content9{
    height: 23vw !important;
  }
  .modal-content10{
    height: 56vw !important;
  }
  .modal-confirm{
    height: 11vw !important;
  }
  .editaddumodal, .edditadu {
    float: right;
  }
  .addulabelmodal, .addulabel {
    color: black;
    text-align: left;
    width: 100%;
    padding-left: 7.5%;
    font-size: 1vw;
  }
  .radio-edit{
    margin-left: 7.5% !important;
    text-align: left;
    float:left;
  }
  .span-edit{
    color: black;
    text-align: left;
    float: left;
    font-size: 1vw;
  }
  .adduinput2modal, .adduinput {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
  }
  .adduinput2{
  width: 20vw;
  float: right;
}
  .editaddudivmodal {
    margin-right: 0;
    margin-top: 1.3vh;
    margin-bottom: 1.3vh;
    float: right;
    padding-right: 20%;
  }
  .modal-dialog {
    width: 45%;
    margin: 30px auto;
  }
  .modal-dialog2{
    width: 80%;
    margin: 30px auto;
  }
  .confirm-text{
    font-size: 1.3vw;
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    color: #000 !important;
  }
  .navbar2, aside.sidebar {
    margin-top: 3.5vw;
  }
  .container-fluid{
    margin-top: 3.5vw;
  }
}
@media (min-width: 1440px) and (max-width: 1599px){
  .navbar2modal {
    background-color: #008231;
    border-radius: 0px;
    text-align: center;
    color: white;
    font-size: 1.5vw;
    font-weight: normal;
    line-height: 1.42857143;
  }
  .modal-content {
    height: 18vw!important;
  }
  .modal-content2 {
    height: 43vw!important;
  }
  .modal-content3{
    height: 49vw !important;
  }
  .modal-content4{
    height: 63vw !important;
  }
  .modal-content5 {
    height: 38vw !important;
  }
  .modal-content6{
    height: 69vw !important;
  }
  .modal-content7{
    height: 20vw !important;
  }
  .modal-content8{
    height: 65vw !important;
  }
  .modal-content9{
    height: 23vw !important;
  }
  .modal-content10{
    height: 56vw !important;
  }
  .modal-confirm{
    height: 11vw !important;
  }
  .editaddumodal, .edditadu {
    float: right;
  }
  .addulabelmodal, .addulabel {
    color: black;
    text-align: left;
    width: 100%;
    padding-left: 7.5%;
    font-size: 1vw;
  }
  .radio-edit{
    margin-left: 7.5% !important;
    text-align: left;
    float:left;
  }
  .span-edit{
    color: black;
    text-align: left;
    float: left;
    font-size: 1vw;
  }
  .adduinput2modal, .adduinput {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
  }
  .adduinput2{
  width: 20vw;
  float: right;
}
  .editaddudivmodal {
    margin-right: 0;
    margin-top: 1.3vh;
    margin-bottom: 1.3vh;
    float: right;
    padding-right: 20%;
  }
  .modal-dialog {
    width: 45%;
    margin: 30px auto;
  }
  .modal-dialog2{
    width: 80%;
    margin: 30px auto;
  }
  .confirm-text{
    font-size: 1.3vw;
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    color: #000 !important;
  }
  .navbar2, aside.sidebar {
    margin-top: 2.5vw;
  }
  .container-fluid{
    margin-top: 3.5vw;
  }
}

@media (min-width: 1330px) and (max-width: 1439px){
  .main {
    width: calc(100% - 200px);
    margin-left: 200px;
    float: right;
  }
  aside.sidebar {
    margin-left: 0px;
    float: left;
  }
  aside.sidebar .forAnimate {
    opacity: 1;
  }
  .navbar2modal {
    background-color: #008231;
    border-radius: 0px;
    text-align: center;
    color: white;
    font-size: 1.5vw;
    font-weight: normal;
    line-height: 1.42857143;
  }
  .modal-content {
    height: 18vw!important;
  }
  .modal-content2 {
    height: 43vw!important;
  }
  .modal-content3{
    height: 52vw !important;
  }
  .modal-content4{
    height: 65.5vw !important;
  }
  .modal-content5 {
    height: 40vw !important;
  }
  .modal-content6{
    height: 71vw !important;
  }
  .modal-content7{
    height: 20vw !important;
  }
  .modal-content8{
    height: 65vw !important;
  }
  .modal-content9{
    height: 23vw !important;
  }
  .modal-content10{
    height: 56vw !important;
  }
  .modal-confirm{
    height: 11vw !important;
  }
  .editaddumodal, .edditadu {
    float: right;
  }
  .addulabelmodal, .addulabel {
    color: black;
    text-align: left;
    width: 100%;
    padding-left: 7.5%;
    font-size: 1vw;
  }
  .radio-edit{
    margin-left: 7.5% !important;
    text-align: left;
    float:left;
  }
  .span-edit{
    color: black;
    text-align: left;
    float: left;
    font-size: 1vw;
  }
  .adduinput2modal, .adduinput {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
  }
  .adduinput2{
  width: 20vw;
  float: right;
}
  .editaddudivmodal {
    margin-right: 0;
    margin-top: 1.3vh;
    margin-bottom: 1.3vh;
    float: right;
    padding-right: 20%;
  }
  .modal-dialog {
    width: 45%;
    margin: 30px auto;
  }
  .modal-dialog2{
    width: 80%;
    margin: 30px auto;
  }
  .confirm-text{
    font-size: 1.3vw;
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    color: #000 !important;
  }
  .navbar2, aside.sidebar {
    margin-top: 2.5vw;
  }
  .container-fluid{
    margin-top: 3.5vw;
  }
}
/* Large desktops and laptops */

@media (min-width: 1200px) and (max-width: 1329px){
  .navbar2modal {
    background-color: #008231;
    border-radius: 0px;
    text-align: center;
    color: white;
    font-size: 1.5vw;
    font-weight: normal;
    line-height: 1.42857143;
  }
  .modal-content {
    height: 18vw!important;
  }
  .modal-content2 {
    height: 44vw!important;
  }
  .modal-content3{
    height: 53vw !important;
  }
  .modal-content4{
    height: 68vw !important;
  }
  .modal-content5 {
    height: 41vw !important;
  }
  .modal-content6{
    height: 70vw !important;
  }
  .modal-content7{
    height: 20vw !important;
  }
  .modal-content8{
    height: 65vw !important;
  }
  .modal-content9{
    height: 24vw !important;
  }
  .modal-content10{
    height: 58vw !important;
  }
  .modal-confirm{
    height: 11vw !important;
  }
  .editaddumodal, .edditadu {
    float: right;
  }
  .addulabelmodal, .addulabel {
    color: black;
    text-align: left;
    width: 100%;
    padding-left: 7.5%;
    font-size: 1vw;
  }
  .radio-edit{
    margin-left: 7.5% !important;
    text-align: left;
    float:left;
  }
  .span-edit{
    color: black;
    text-align: left;
    float: left;
    font-size: 1vw;
  }
  .adduinput2modal, .adduinput {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
  }
  .adduinput2{
  width: 20vw;
  float: right;
}
  .editaddudivmodal {
    margin-right: 0;
    margin-top: 1.3vh;
    margin-bottom: 1.3vh;
    float: right;
    padding-right: 20%;
  }
  .modal-dialog {
    width: 45%;
    margin: 30px auto;
  }
  .modal-dialog2{
    width: 80%;
    margin: 30px auto;
  }
  .confirm-text{
    font-size: 1.3vw;
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    color: #000 !important;
  }
  .navbar2, aside.sidebar {
    margin-top: 2vw;
  }
  .container-fluid{
    margin-top: 3.5vw;
  }
}


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar2modal {
    background-color: #008231;
    border-radius: 0px;
    text-align: center;
    color: white;
    font-size: 1.5vw;
    font-weight: normal;
    line-height: 1.42857143;
  }
  .modal-content {
    height: 21vw!important;
  }
  .modal-content2 {
    height: 44vw!important;
  }
  .modal-content3{
    height: 60vw !important;
  }
  .modal-content4{
    height: 77.5vw !important;
  }
  .modal-content5 {
    height: 47vw !important;
  }
  .modal-content6{
    height: 70vw !important;
  }
  .modal-content7{
    height: 20vw !important;
  }
  .modal-content8{
    height: 65vw !important;
  }
  .modal-content9{
    height: 27vw !important;
  }
  .modal-content10{
    height: 60vw !important;
  }
  .modal-confirm{
    height: 12vw !important;
  }
  .editaddumodal, .edditadu {
    float: right;
  }
  .addulabelmodal, .addulabel {
    color: black;
    text-align: left;
    width: 100%;
    padding-left: 7.5%;
    font-size: 1vw;
  }
  .radio-edit{
    margin-left: 7.5% !important;
    text-align: left;
    float:left;
  }
  .span-edit{
    color: black;
    text-align: left;
    float: left;
    font-size: 1vw;
  }
  .adduinput2modal, .adduinput {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
  }
  .adduinput2{
  width: 20vw;
  float: right;
}
  .editaddudivmodal {
    margin-right: 0;
    margin-top: 1.3vh;
    margin-bottom: 1.3vh;
    float: right;
    padding-right: 20%;
  }
  .modal-dialog {
    width: 45%;
    margin: 30px auto;
  }
  .modal-dialog2{
    width: 80%;
    margin: 30px auto;
  }
  .confirm-text{
    font-size: 1.3vw;
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    color: #000 !important;
  }
  .navbar2, aside.sidebar {
    margin-top: 0.8vw;
  }
  .container-fluid{
    margin-top: 3.5vw;
  }
}


/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  .navbar2modal {
    background-color: #008231;
    border-radius: 0px;
    text-align: center;
    color: white;
    font-size: 1.5vw;
    font-weight: normal;
    line-height: 1.42857143;
  }
  .modal-content {
    height: 22vw !important;
  }
  .modal-content2 {
    height: 50vw !important;
  }
  .modal-content3{
    height: 73vw !important;
  }
  .modal-content4{
    height: 90vw !important;
  }
  .modal-content5 {
    height: 57vw !important;
  }
  .modal-content6{
    height: 70vw !important;
  }
  .modal-content7{
    height: 20vw !important;
  }
  .modal-content8{
    height: 75vw !important;
  }
  .modal-content9{
    height: 35vw !important;
  }
  .modal-content10{
    height: 60vw !important;
  }
  .modal-confirm{
    height: 13vw !important;
  }
  .editaddumodal, .edditadu {
    float: right;
  }
  .addulabelmodal, .addulabel {
    color: black;
    text-align: left;
    width: 100%;
    padding-left: 7.5%;
    font-size: 1vw;
  }
  .radio-edit{
    margin-left: 7.5% !important;
    text-align: left;
    float:left;
  }
  .span-edit{
    color: black;
    text-align: left;
    float: left;
    font-size: 1vw;
  }
  .adduinput2modal, .adduinput {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
  }
  .adduinput2{
  width: 20vw;
  float: right;
}
  .editaddudivmodal {
    margin-right: 0;
    margin-top: 1.3vh;
    margin-bottom: 1.3vh;
    float: right;
    padding-right: 20%;
  }
  .modal-dialog {
    width: 45%;
    margin: 30px auto;
  }
  .modal-dialog2{
    width: 80%;
    margin: 30px auto;
  }
  .confirm-text{
    font-size: 1.3vw;
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    color: #000 !important;
  }
  .navbar2, aside.sidebar {
    margin-top: 0.5vw;
  }
  .container-fluid{
    margin-top: 3.5vw;
  }
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
  .navbar2modal {
    background-color: #008231;
    border-radius: 0px;
    text-align: center;
    color: white;
    font-size: 1.5vw;
    font-weight: normal;
    line-height: 1.42857143;
  }
  .modal-content {
    height: 27vw!important;
  }
  .modal-content2 {
    height: 51vw!important;
  }
  .modal-content3{
    height: 73vw !important;
  }
  .modal-content4{
    height: 96vw !important;
  }
  .modal-content5 {
    height: 78vw !important;
  }
  .modal-content6{
    height: 70vw !important;
  }
  .modal-content7{
    height: 20vw !important;
  }
  .modal-content8{
    height: 65vw !important;
  }
  .modal-content9{
    height: 50vw !important;
  }
  .modal-content10{
    height: 66vw !important;
  }
  .modal-confirm{
    height: 14vw !important;
  }
  .editaddumodal, .edditadu {
    float: right;
  }
  .addulabelmodal, .addulabel {
    color: black;
    text-align: left;
    width: 100%;
    padding-left: 7.5%;
    font-size: 1vw;
  }
  .radio-edit{
    margin-left: 7.5% !important;
    text-align: left;
    float:left;
  }
  .span-edit{
    color: black;
    text-align: left;
    float: left;
    font-size: 1vw;
  }
  .adduinput2modal, .adduinput {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
  }
  .adduinput2{
  width: 20vw;
  float: right;
}
  .editaddudivmodal {
    margin-right: 0;
    margin-top: 1.3vh;
    margin-bottom: 1.3vh;
    float: right;
    padding-right: 20%;
  }
  .modal-dialog {
    width: 45%;
    margin: 30px auto;
  }
  .modal-dialog2{
    width: 80%;
    margin: 30px auto;
  }
  .confirm-text{
    font-size: 1.3vw;
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    color: #000 !important;
  }
  .navbar2, aside.sidebar {
    margin-top: 0.5vw;
  }
  .container-fluid{
    margin-top: 3.5vw;
  }
}

/* Portrait phones and smaller */

@media (max-width: 480px) {
  .navbar2modal {
    background-color: #008231;
    border-radius: 0px;
    text-align: center;
    color: white;
    font-size: 1.5vw;
    font-weight: normal;
    line-height: 1.42857143;
  }
  .modal-content {
    height: 29vw!important;
  }
  .modal-content2 {
    height: 50vw!important;
  }
  .modal-content3{
    height: 105vw !important;
  }
  .modal-content4{
    height: 133vw !important;
  }
  .modal-content5 {
    height: 93vw !important;
  }
  .modal-content6{
    height: 90vw !important;
  }
  .modal-content7{
    height: 20vw !important;
  }
  .modal-content8{
    height: 90vw !important;
  }
  .modal-content9{
    height: 55vw !important;
  }
  .modal-content10{
    height: 73vw !important;
  }
  .modal-confirm{
    height: 15vw !important;
  }
  .editaddumodal, .edditadu {
    float: right;
  }
  .addulabelmodal, .addulabel {
    color: black;
    text-align: left;
    width: 100%;
    padding-left: 7.5%;
    font-size: 1vw;
  }
  .radio-edit{
    margin-left: 7.5% !important;
    text-align: left;
    float:left;
  }
  .span-edit{
    color: black;
    text-align: left;
    float: left;
    font-size: 1vw;
  }
  .adduinput2modal, .adduinput {
    width: 20vw;
    float: right;
    margin-right: 7.5%;
  }
  .adduinput2{
  width: 20vw;
  float: right;
}
  .editaddudivmodal {
    margin-right: 0;
    margin-top: 1.3vh;
    margin-bottom: 1.3vh;
    float: right;
    padding-right: 20%;
  }
  .modal-dialog {
    width: 45%;
    margin: 30px auto;
  }
  .modal-dialog2{
    width: 80%;
    margin: 30px auto;
  }
  .confirm-text{
    font-size: 1.3vw;
    text-align: center;
    width: 100%;
    margin-top: 1vw;
    color: #000 !important;
  }
  .navbar2, aside.sidebar {
    margin-top: 0.7vw;
  }
  .container-fluid{
    margin-top: 3.5vw;
  }
}
