/*!
 * Modal v2.0 (http://www.factordigital.cl)
 * Copyright 2014-2015 Material Design
 */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-backdrop.opacity-none {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    /*width: 600px;*/
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 900px) {
  .modal-dialog {
    width: 800px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media (min-width: 992px) {
  .modal-xl {
    width: 1100px;
  }
}

/* MODAL BOTTOM (by Luis Felipe)*/
.modal.bottom {
	overflow-y: hidden;
}
.modal.bottom .modal-dialog {
	bottom: 0;
	margin: 0;
	position: absolute;
	top: 10%;
	width: 100%;

	-webkit-transition: -webkit-transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out;
	-o-transition: -o-transform .4s ease-out;
	transition: transform .4s ease-out;

	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
.modal.bottom.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal.bottom.out .modal-dialog {
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.modal.bottom .modal-content {
	border-radius: 0;
	height: 100%;
}
.modal.bottom .modal-content .modal-body{
  /*height: 75%;*/
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal__header--blue{
  background-color: #4D648D;
  border: 1px solid #304467;
  border-radius: 4px 4px 0 0;
  height: 50px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
}
.modal-header.modal__header--blue h2{
  color: #ffff !important;
  text-align: left !important;
}
.modal__header--blue .print-header {
  color: #fff;
  transition: all ease-in-out 0.3s;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  font-size: 20px;
  text-decoration: none;
}
.modal__header--blue .print-header:hover {
  color: #56EFE9;
}
.modal__header--blue button.close {
  color: white;
  border-color: #fff;
}
.modal__header--blue button.close:hover {
  color: #56EFE9;
  opacity: 1;
  text-shadow: none;
  border-color: #56EFE9;
}
.modal__subheader--blue {
  background-color: #F7F7FD;
  border-bottom: 1px solid #CBD0DF;
  color: #6077A0;
  font-size: 13px;
  line-height: 17px;
  text-align: left;
  font-weight: 400;
  align-items: center;
  padding: 15px 0;
  display: inline-block;
}

.modal__body--blue {
  position: relative;
  padding: 0 0 20px 0;
  color: #4D648D;

}
.py2 {
  padding: 5px 15px;
}
.tableFixHead {
  overflow-y: auto;
  height: 170px;
  background-color: #fff;
  padding: 0px 10px;
  border: 1px solid #B8CDEB;
}
table.table--blue tr th {
  color: #4D648D;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  background-color: #F7F7FD;
  border-radius: 2px;
  border-bottom: 0px;
}
table.table--blue tbody tr {
  border-bottom: 1px solid #DBE0E8 !important;
  background-color: #FFFFFF;
}
table.table--blue tbody tr td {
  display: table-cell;
  vertical-align: middle;
  color: #4D648D;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}


@media (min-width: 768px) {
  .modal.bottom .modal-dialog {
    margin: 0;
    /*top: 15%;*/
    top: 5%;
  }
}
@media (min-width: 900px) {
  .modal.bottom .modal-dialog {
    width: 100%;
  }
}

/* MODAL RIGHT (by Luis Felipe)*/
.modal.right {
  overflow-y: hidden;
}
.modal.right .modal-dialog {
  bottom: 0;
  top: 10%;
  margin: 0;
  position: absolute;
  left: 25%;
  right: 0; 
  width: 75%;

  -webkit-transition: -webkit-transform .4s ease-out;
  -moz-transition: -moz-transform .4s ease-out;
  -o-transition: -o-transform .4s ease-out;
  transition: transform .4s ease-out;

  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.modal.right.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal.right.out .modal-dialog {
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.modal.right .modal-content {
  border-radius: 0;
  height: 100%;
}
.modal.right.new-modal .modal-dialog .modal-header{
  padding: 10px 15px;
  height: 50px;
  display: flex;
  justify-content: left;
  align-items: center;
  background: linear-gradient(102.57deg, #A1C0FF -7.39%, #7093FF 31.75%);
  border: 1px solid #7091F5;
  box-sizing: border-box;
  color: #fff;
}
.modal.right.new-modal .modal-dialog .modal-header .close{
  color: #fff;
  border-color: #fff;
  top: 12px;
  height: 28px;
  width: 28px;
  position: absolute;
  right: 15px;
}

.modal.right .modal-content .modal-body{
  height: 70%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .modal.right .modal-dialog {
    width: 100%;
  }
}

@media (min-height: 620px) {
  .modal.right .modal-dialog .modal-body {
    height: 75%;
  }
}

@media (min-height: 768px) {
  .modal.right .modal-dialog .modal-body {
    height: 80%;
  }
}

@media (min-height: 900px) {
  .modal.right .modal-dialog .modal-body {
    height: 84%;
  }
}

/* MODAL RIGHT xs (by Cesar)*/

.modal.right.modal-xs .modal-dialog {
    top: 25%;
    margin: 0;
    position: absolute;
    left: 50%;
    right: 0;
    width: 50%;
    height: 75%;

}
.modal.right.new-modal .modal-content .modal-footer{
  height: 50px;
  margin: 0px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.modal.right.modal-xs .modal-content .modal-body{
  height: calc(100% - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .modal.right .modal-dialog {
    width: 100%;
  }
}

@media (min-height: 620px) {
  .modal.right .modal-dialog .modal-body {
    height: 75%;
  }
}

@media (min-height: 768px) {
  .modal.right .modal-dialog .modal-body {
    height: 80%;
  }
}

@media (min-height: 900px) {
  .modal.right .modal-dialog .modal-body {
    height: 84%;
  }
}