﻿body {
    padding-top: 50px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 18px;
}

/* Fix problem move body on open modal 
   Solution
   http://stackoverflow.com/questions/26819725/bootstrap-header-moves-when-modal-opens
   Live problem:
   http://tinypic.com/view.php?pic=2s0e05x&s=5#.VNvMvC7swdU
*/
/*.modal-open[style] {
       padding-right: 0px !important;
}*/
/* End Fix problem move body on open modal */

/*
    Fix problem z-index datepicker/autocomplete and bootstrap modal
*/

.ui-datepicker { z-index: 10000 !important }

.ui-autocomplete { z-index: 1051 !important; }

/* Today button */
.ui-datepicker-buttonpane .ui-datepicker-current {
    border: 1px solid #aaaaaa;
    color: #000000;
    font-weight: bold;
}
/* end Today button */

/* End Fix problem z-index datepicker and modal */

.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; /* IE 9 */
  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

/* Vertical center button group on panel */
#btg-on-panel .panel-heading {
    overflow: hidden;
    padding-top: 20px;
}

#btg-on-panel .panel-heading .btn-group {
    position: relative;
    top: -5px;
}
/* End vertical center button group on panel */

/* Form-sign */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* End Form-sign */

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00 !important;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00 !important;
    background-color: #fee !important;
}

.validation-summary-errors {
    color: #f00;
}

    .validation-summary-errors span {
        font-weight: bold;
    }

.validation-summary-valid {
    display: none;
}

/* End Styles for validation helpers */

/* Table WebGrid */

.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #BCD2E5;
}

/* End Table WebGrid */

.nav .breadcrumb {
    margin: 0 10px;
}
@media (min-width: 768px) {
    .nav .breadcrumb {
        float: left;
        margin: 7px 10px 0 -15px;
        
    }
}

/* Center the loader */
#loader_div {
  position: absolute;
  z-index: 9999;
  background-color: black;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  height:100vh;
  top: 0;
  left:0;
  right:0;
  bottom:0;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -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); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.loadersmall {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


.divSessaoExpireTime {
 padding-top: 5px; 
 padding-bottom: 0px; 
 line-height: 20px; 
 color:red;
 font-weight:500;
 
}







.ateste_aviso {
    display: block;
    width: 90%;
    min-height: 150px;
    position: absolute;
    left: 0;
    top: 70px;
    background: #FFF;
    z-index: 9900;
    padding: 10px;
    border-radius: 10px;
}
.fechar {
    display: block;
    text-align: right;
}