*{
  font-family: 'Open Sans', sans-serif;
}

body.site.fluid {
    background-color: #f9f9f9;
  padding:0;
}
main.span9 {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  width: 100%;
  height: 100vh;
  position: absolute;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_container{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 200px;
    max-width: 320px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 30px;
}
.login_container .logo_img{
  width: 230px;
  padding: 20px;
}
.login_form_in{
  width:100%;
}
.login_form_in input{
  width:100%;
  box-sizing: border-box;
  padding: 20px;
}
.login_form_in button{
  width:100%;
  margin-top:10px;
}
.login_form_in .control-group {
  display:flex;
  flex-direction:column;
  margin-bottom:5px;
}
.login_form_in .form-horizontal .controls{
  margin-left:0px;
}
.login_form_in .form-horizontal .control-label {
    float: none;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.login_form_in .control-group.reminder_check{
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.login_form_in .control-group.reminder_check input{
  width:20px;
}
.login_form_in .control-group.reminder_check .control-label {
  width:auto;
}
.login_form_in .nav.nav-tabs.nav-stacked{
  text-align:center;
}






body.site {
    border-top: 0px solid #f9f9f9 !important;
}
.modal-footer {
    background-color: white;
}
.modal-body {
    padding: 9px 15px;
    box-sizing: border-box;
    width: 100%;
}
.logout-button{
  margin-top:10px;
}
div.modal {
    width: 50%;
    margin-left: -25%;
  -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
@media (max-width: 1366px){
  div.modal {
    width: 70%;
    margin-left: -35%;
  }
}
@media (max-width: 991px){
  div.modal {
    width: 80%;
    margin-left: -40%;
  }
}
@media (max-width: 768px){
  div.modal {
    width: auto;
    margin-left: 0;
  }
}


.row{
  margin-left:0 !important;
}
.well {
    background-color: #ffffff;
    border: 0px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(222,222,222,1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(222,222,222,1);
    box-shadow: 0px 5px 20px 0px rgba(222,222,222,1);
}
.table-bordered{
    background:#fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btn{
    padding: 10px 17px;
    border: 0px solid #bbb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-primary {
    background-color: #42C0C6 !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(66,192,198,0.3);
-moz-box-shadow: 0px 5px 20px 0px rgba(66192,198,0.3);
box-shadow: 0px 5px 20px 0px rgba(66,192,198,0.3);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
      text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #42a2a5 !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(66,162,165,0.3);
-moz-box-shadow: 0px 5px 20px 0px rgba(66,162,165,0.3);
box-shadow: 0px 5px 20px 0px rgba(66,162,165,0.3);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #bf2c26;
    background-image: -moz-linear-gradient(top,#ee5bf2c26f5b,#bf2c26);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#bf2c26),to(#bf2c26));
    background-image: -webkit-linear-gradient(top,#bf2c26,#bf2c26);
    background-image: -o-linear-gradient(top,#bf2c26,#bf2c26);
    background-image: linear-gradient(to bottom,#bf2c26,#bf2c26);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf2c26', endColorstr='#bf2c26', GradientType=0);
    border-color: #bf2c26 #bf2c26 #bf2c26;
    *background-color: #bf2c26;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.nav > li > a,
ul.unstyled li>a, ol.unstyled li>a{
    display: block;
    padding: 6px;
  font-size:13px;
}
.input-append, .input-prepend{
  width: 100%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    height: 28px;
    border-radius:0px !important;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 0px 0 0 0px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 0px 0 0 0px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 0px 0px 0;
    background: #fff;
    border: 0px;
    box-shadow: none;
}
#login-form .add-on + #modlgn-username, .add-on + #modlgn-passwd {
    width: calc(100% - 42px);
}
#login-form .input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
    width: calc(100% - 92px);
}
#login-form .form-inline .input-append, #login-form .form-inline .input-prepend {
    width: 100%;
  max-width:250px;
}

.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
}

.logout .form-horizontal .controls{
  margin-left:0px;
}
.logout .form-horizontal .control-group {
    margin-bottom: 0px;
}

@media (min-width: 1200px){
  .row-fluid .span12 {
      margin-left: 0;
  }
}
  .row-fluid .span5{
    margin-right: 2.127659574%;
    margin-left:0;
  }
legend {
    padding-top: 20px;
  	padding-bottom:8px;
}
.nav-tabs.nav-stacked > li > a{
  	border: 0px solid #ddd;
}





select,
.select2-container,
.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single .select2-selection__rendered{
  height:38px !important;
  width:100% !important;
  line-height: 38px !important;
  border-radius:0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.row-fluid .span3 input{
  width: calc(100% - 14px);
}
.row-fluid .span3 .logout-button  input {
    width: 100%;
}
.field-calendar .input-append input{
  width:calc(100% - 64px)
}
.control-group.checkbox input{
  width:auto;
}
@media (min-width: 768px){
  .row-fluid .span9 {
      box-sizing: border-box;
      padding-right: 20px;
  }
  .row-fluid .span3{
    margin-left:0 !important;
    box-sizing:border-box;
    padding-right:10px;
  }
  #aside.span3{
    width: 25.5%;
    padding-right: 0px;
  }
}

.form-validate .span12 .btn-info{
  margin-top: 5px;
  width:100%;
  background: #57b0dc;
}
@media (min-width: 1025px){
  .form-validate .span12 .span3{
    width:25%;
  }
}
@media (max-width: 1024px){
  .form-validate .span12 .span3{
    width:50%;
  }
}
@media (max-width: 768px){
  .form-validate .span12 .span3{
    width:100%;
  }
}
.field-calendar button.btn-secondary{
  background: #dedede;
    box-shadow: 0 0 0 transparent;
}
.field-calendar button.btn-secondary .icon-calendar{
  margin-right:0px;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
}
.modal select{
  margin-top: 0px;
}
.modal .select2-container {
    margin-bottom: 30px !important;
}









/*

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius:100px;
}
input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    content: '\f00c';
    width: 12px;
    height: 12px;
    color: #42C0C6;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

*/




.bottom_foot{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  padding:20px;
  display:flex;
  justify-content:center;
  box-sizing:border-box;
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(222,222,222,1);
   -moz-box-shadow: 0px 5px 20px 0px rgba(222,222,222,1);
   box-shadow: 0px 5px 20px 0px rgba(222,222,222,1);
}

.bottom_foot img{
  height: 40px;
}


body{
  background:red;
}



.espa-img {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}