.rowfilapar {
  background-color:#cdf6ed;
  
}

.rowfilaimpar {
  background-color:#b2f7e8;
}

.btn-create{
  z-index: 9999;
  width:50px;
  height:50px;
  background-color:#22942d;
  border-radius:25px;
  position:fixed;
  bottom:20px;
  right:20px;
  text-align:center;
  font-size:24px;
  color:#fff;
  padding-top:7px;
}

.scroll {
  height: 70vh;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  text-align: left; 
  margin-top: 10px;
}

.body { 
    background-color: #effcf9;
    /**background-image: url("../images/imagen-fondo.jpg");**/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 90%;
}


/***** SIGN IN/UP *****/
.signwrapper {
  /*
  background-image: url(../images/imagen-fondo-login.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  */
  background-color: #dbeddc;
}
@media (max-width: 767px) {
  .signwrapper {
    background-image: none;
    background-color: rgba(38, 43, 54, 0.9);
  }
}
.signwrapper .input-group > .input-group-addon {
  background-color: #fff;
  border-color: transparent;
  padding-right: 0;
}
.signwrapper .input-group > .input-group-addon > i {
  color: #262b36;
}
.signwrapper .form-control {
  border-color: transparent;
  background-color: #fff;
}
.signwrapper .panel-heading {
  padding-top: 10px;
}
.signwrapper .panel-body {
  padding-bottom: 0;
}
.signwrapper .panel-title {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  text-transform: none;
  font-weight: 200;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .7px;
}
.signwrapper .select2-dropdown {
  z-index: 400;
  border-color: transparent;
}
.signwrapper .select2-container--default .select2-selection--single {
  border-color: transparent;
}
.signwrapper .btn-sign {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.signwrapper .btn-sign:hover,
.signwrapper .btn-sign:focus {
  border-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}
.sign-overlay {
  // background-image: url(../images/dot.png);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
}
@media (max-width: 767px) {
  .sign-overlay {
    display: none;
  }
}
.signpanel {
  /*
  background-color: rgba(0, 0, 0, 0.95);
  // background-image: -webkit-linear-gradient(left, transparent 0%, #1b1f27 100%);
  // background-image: -o-linear-gradient(left, transparent 0%, #1b1f27 100%);
  // background-image: linear-gradient(to right, transparent 0%, #1b1f27 100%);
  // background-repeat: repeat-x;
  // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff1b1f27', GradientType=1);
  */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  opacity: .75;
}
@media (max-width: 767px) {
  .signpanel {
    background-image: none;
    background-color: #339966;
    opacity: 1;
  }
}
/***** SIGN IN *****/
.signin {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(38, 43, 54, 0.9);
  padding: 20px;
  z-index: 300;
}
@media (max-width: 767px) {
  .signin {
    top: 20px;
    left: 0;
    transform: none;
    width: 400px;
    position: relative;
    margin: auto;
    padding-top: 0;
  }
}
@media (max-width: 360px) {
  .signin {
    width: 320px;
  }
}
.signin h1 {
  color: #339966;
  text-align: center;
  margin: 0;
  font-weight: 500;
}
.signin .forgot {
  margin: 10px 0 21px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.signin .forgot:hover,
.signin .forgot:focus {
  color: #fff;
}
.signin .btn-fb {
  color: rgba(255, 255, 255, 0.8);
}
.signin .btn-fb:hover,
.signin .btn-fb:focus {
  color: rgba(255, 255, 255, 0.5);
}
/***** SIGN UP *****/
.signup {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 300;
  width: 900px;
}
@media (max-width: 767px) {
  .signup {
    top: 20px;
    left: 0;
    transform: none;
    width: 400px;
    position: relative;
    margin: auto;
    padding-top: 0;
  }
}
@media (max-width: 360px) {
  .signup {
    width: 300px;
  }
}
.signup h1 {
  color: #339966;
  text-align: center;
  margin: 0;
  font-weight: 500;
}
.signup .panel {
  background-color: rgba(38, 43, 54, 0.9);
  padding: 20px 20px 40px 20px;
}
@media (max-width: 360px) {
  .signup .panel {
    padding: 0;
  }
}
.signup .row > div {
  padding-left: 7px;
  padding-right: 7px;
}
.signup .row > div:first-child {
  padding-left: 10px;
}
.signup .row > div:last-child {
  padding-right: 10px;
  color: rgba(1, 1, 1, 0.7);
}
.signup .signtitle {
  color: #339966;
  font-weight: 200;
  letter-spacing: .5px;
  margin-top: 0;
}
.signup .sign-sidebar {
  padding: 33px 40px 0;
}
@media (max-width: 767px) {
  .signup .sign-sidebar {
    display: none;
  }
}
.signup .sign-sidebar p {
  line-height: 21px;
  font-weight: 200;
  letter-spacing: .5px;
  font-size: 14px;
}
.signup .sign-sidebar h4 {
  margin: 0 0 20px;
  color: #339966;
}
.signup .sign-sidebar .panel-title {
  text-align: left;
  color: #fff;
}
.signup .sign-sidebar .reason {
  font-weight: 700;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #fff;
}

.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;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
  cursor: pointer;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: pointer;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

