﻿body {

}
.pagination {
  margin-bottom: 5px;
}

.w5 {
    width: 5%;
}

.span-icon-md{
    padding: 6px 10px;
}

.rowTable td{
    border-top: 1px solid #aaa !important;
}

.alingColumn th,td {
    text-align:center;
}

.widthRow {
    width:100px;
}


.table-bordered td {
   text-align: center;
}

.modal-xl{
    width:1020px;
}

@media all {
   div.saltopagina{
      display: none;
   }
   div.saltopaginaAfter{
      display: none;
   }
}

@media print{
   div.saltopagina{
      display:block;
      page-break-before:always;
   }
}

@media print{
   div.saltopagina{
      display:block;
      page-break-before:always;
      page-break-inside: avoid;
   }
   div.saltopaginaAfter{
      display:block;
      page-break-after:always;
      page-break-inside: avoid;
   }

   div.documentoImprimir
   {
       width:100%;
       margin-top: 20px;
   }
  .container {
    width: 780px;
  }
}

body.log {
    width:100%;
    overflow:hidden;
}
@page
{
    size:  A4;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
}
/* Start by setting display:none to make this hidden.
Then we position it in relation to the viewport window
with position:fixed. Width, height, top and left speak
for themselves. Background we set to 80% white with
our animation centered, and no-repeating */
.modal-loading {
    display: none;
    position: fixed;
    z-index: 9999999 !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 95, 95, 95, .6 ) url('/Content/images/spinner2.gif') 50% 50% no-repeat;
    background-size: 54px 55px;
}

/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
modal element will be visible */
body.loading .modal-loading {
    display: block;
}
.gridTextAlign{
    text-align:center;
}


.cover {
    /*background-image: url('/Content/Images/logo.png');*/
    background-repeat: no-repeat;
    height: 200px;
}
.login {
    /*margin-top: 20vh;*/
    margin-top:50px;
}

    .login > .form-color {
        background-color: #e8e8e871;
        color: #428bca;
        border: 1px solid #aaa;
        border-radius: 5px;
    }