
html {
	position: relative;
  	min-height: 100%;
    overflow-y: scroll;
}

.container {
	overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/*****************************************************/
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/*****************************************************/

.modal-dialog {
  position: relative;
  width: auto;
  max-width: 600px;
  margin: 10px;
}
.modal-sm {
  max-width: 300px;
}
.modal-lg {
  max-width: 900px;
}

@media (min-width: 320px) {
  .modal-sm {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 620px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
  .modal-lg {
    margin-right: 10px;
    margin-left: 10px;
  }
  .modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
  .modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
  }
}
@media (min-width: 920px) {
  .modal-lg {
    margin-right: auto;
    margin-left: auto;
  }
  .modal .modal-body {
    max-height: 600px;
    overflow-y: auto;
  }
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }	
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

.form-group{
    margin-bottom:5px;
}

.hidden {
    display: none;
}
h1 span {
    color: #337ab7;
}
.step_pointer {
    text-transform: uppercase;
    vertical-align: middle;
    line-height:20px;
    font-size: 12px;
}
.step_pointer ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    cursor:default;
}
.step_pointer li {
	width: 80%;
    display: table;
    padding: 0 10px 0 10px;
    margin: 0 10px 10px 0;
}
.stepli {
	cursor: pointer;
}
.step_pointer li.active {
    background-color: #337ab7;
    color: #fff;
}

.step_pointer li.active::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 21px;
}

.step_pointer li.required {
    color: #838383;
}

.btn_form a:hover {
    background-color: #193f61;
    color: #fff;
    text-decoration: none;
    outline: 0;
}