/*!
 * Bootstrap v4.1.3
 * Copyright 2022 maykelldatcom
 * mvzdigitalsolutions.com
 */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

body {
  padding-top: 3rem;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #dedcdc;
}

h2 {
  text-align: left;
  text-indent: 0;
}
.starter-template {
  padding: 2rem 2rem;
  background-color: #fff;
}

.appform {
  text-indent: 30px;
  text-align: justify;
}
.appforminner {
  text-indent: 0px;
  text-align: justify;
  padding-left: 50px;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-dark .navbar-brand {
  padding-left: 3.5em;
  color: #fff;
}

.bg-dark {
  background-color: #343a40 !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.icon{
  position: inherit;
  width: 50px;
  height: 50px;
}

/* Container */

  .containerrep {
      margin: 0 auto;
    }

  .container2 {
    margin: 0 auto;
    max-width: calc(100% - 5em);
    width: 90em;
  }

  .container {
    margin: 0 auto;
    max-width: calc(100% - 5em);
    width: 70em;
  }

      @media screen and (max-width: 736px) {

      .container {
        max-width: 95%;
      }

      /* The side navigation menu */
      .sidenav {
        height: 100%; /* 100% Full-height */
        width: 0; /* 0 width - change this with JavaScript */
        position: fixed; /* Stay in place */
        z-index: 1; /* Stay on top */
        top: 0; /* Stay at the top */
        left: 0;
        background-color: #111; /* Black*/
        overflow-x: hidden; /* Disable horizontal scroll */
        padding-top: 90px; /* Place content 60px from the top */
        transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
      }

      /* The navigation menu links */
      .sidenav a {
        padding: 5px 5px 5px 29px;
        text-decoration: none;
        font-size: 20px;
        color: #818181;
        display: block;
        transition: 0.3s;
      }

      /* When you mouse over the navigation links, change their color */
      .sidenav a:hover {
        color: #f1f1f1;
      }

      /* Position and style the close button (top right corner) */
      .sidenav .closebtn {
        position: absolute;
        top: 60px;
        right: 5px;
        font-size: 25px;
        margin-left: 50px;
      }

      /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
      #main {
        transition: margin-left .5s;
        padding: 20px;
      }

      .menu_pos{
        float: left;
        padding: 20px 0 0 10px;
        margin: 0;
      }

      .menubtn{
        height: 30px;
        width: 30px;
      }
    }

#footer {
    background-color: #343a40 !important;
    text-align: center;
    color: #b3b4b5;
  }
    #footer p {
        font-size: 12px;
        text-align: center;
        padding: 0.5em 0 0.5em 0;

      }

.form_wrapper {
  background: #fff;
  width: 600px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 25px;
  margin: 3% auto 0;
  position: relative;
  z-index: 1;
  border-top: 10px solid #000080;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: none;
  transition: none;
  -webkit-animation: expand 0.8s 0.6s ease-out forwards;
  animation: expand 0.8s 0.6s ease-out forwards;
}

.label{
  font-size: 12px;
  color: #666565;
  text-align: left;
}

.label2{
  font-size: 12px;
  padding-left: 30px;
  color: #666565;
  margin-left: -1.9em;
  text-align: left;
}

.form_wrapper h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
}

.form_wrapper .border {
  text-align: center;
}

.form_wrapper .fileupalign {
  text-indent: 0;
  text-align: left;
}

.form_wrapper .input_field {
  margin-bottom: 15px;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out;
}

.form_wrapper input[type=text] {
  position: inherit;
  width: 100%;
  padding: 8px 10px 9px 10px;
  height: 35px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form_wrapper input[type=file] {
  position: inherit;
  width: 100%;
  padding: 8px 10px 9px 10px;
  height: 40px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form_wrapper textarea{
  position: inherit;
  width: 100%;
  padding: 8px 10px 9px 10px;
  height: 200px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form_wrapper textarea:hover, input[type=text]:hover, .form_wrapper input[type=email]:hover, .form_wrapper input[type=password]:hover {
  background: #fafafa;
}

.form_wrapper textarea:hover, input[type=text]:focus, .form_wrapper input[type=email]:focus, .form_wrapper input[type=password]:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid #000080;
  background: #fafafa;
}

.form_wrapper input[type=submit] {
  background: #000080;
  height: 35px;
  line-height: 35px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size:16px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form_wrapper input[type=submit]:hover {
  background: #A9A9A9;
}

.form_wrapper input[type=submit]:focus {
  background: #A9A9A9;
}


.select_option {
  position: relative;
  display: inline;
}

.select_option select {
  display: inline-block;
  width: 32%;
  height: 35px;
  padding: 0px 10px;
  cursor: pointer;
  color: #7b7b7b;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
}

.select_option select:hover, .select_option select:focus {
  color: #000000;
  background: #fafafa;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  border-color: #000080;
  outline: none;
}

.select_option2 {
  position: relative;
  display: inline;
}

.select_option2 select {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0px 10px;
  cursor: pointer;
  color: #7b7b7b;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
}

.select_option2 select:hover, .select_option select:focus {
  color: #000000;
  background: #fafafa;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
  border-color: #000080;
  outline: none;
}

.select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

.select_arrow2 {
  position: absolute;
  top: calc(50% - 4px);
  right: 10px ;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

.formp{
  font-size: 20px;
  color: #666565;
  margin: 0;
  text-align: justify;
}

.fileuppar{
  font-size: 12px;
  color: #666565;
  margin: 0;
  padding: 0;
  text-align: justify;
}

.v_idshow1{
  display: none;
}

.v_idshow2{
  display: none;
}

.v_idshow3{
  display: none;
}

.v_idshow4{
  display: none;
}

.checkbox_option{
  font-size: 14px;
  color: #666565;
  text-align: center;
}

.checkbox_disp{
  display: inline-block;
}


.imagePreview{
  max-width: 50%;
  height: auto;
}

.vmessage{
  font-size: 14px;
  color: #666565;
  text-align: left;

}

.errmess{
  float: left;
  font-size: 11px;
  font-style: italic;
  color: red;
  margin-top: -.9em;
  margin-bottom: 1.2em;
  text-align: left;
}

.display-image-id{
    width: 100%;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;

}
.display-image-id:hover{
    width: 100%;
    justify-content: center;
    opacity: 0.7;


}

.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

.del-button{
  background: #b30202;
  line-height: 30px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.add-button{
  background: #025dc5;
  line-height: 30px;
  width: 300px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select, input[type=text], input[type=date] {
    font-family: Arial, Helvetica, sans-serif;
    position: inherit;
    width: 50%;
    padding: 8px 10px 8px 10px;
    height: 35px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.section1{
  display: none; 
}

.section2{
  display: none; 
}

/* loader */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3b3b3d;
  border-bottom: 16px solid #3b3b3d;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10em;
  margin-bottom: 10em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/********* End of loader *********/





/* Pagination styles */
.pagination {
    display: inline-block;
    font-size: small;
    margin-top: 0.5em;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination a.active {
    background-color: #011d52;
    color: white;
    border: 1px solid #011d52;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}



/********* End of Pagination *********/



/* Pagination2 styles */
.pagination2 {
    display: inline-block;
    font-size: small;
    margin-top: 0.5em;
}

.pagination2 a {
    color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pagination2 a.active {
    background-color: #011d52;
    color: white;
    border: 1px solid #011d52;
}

.pagination2 a:hover:not(.active) {
    background-color: #ddd;
}

/********* End of Pagination2 *********/




