﻿@charset "UTF-8";





/* Styles for validation helpers .fernando del carmen.
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.helpTrigger {
   position: fixed;
   top: 1em;
   right: 1em;
   height: 50px;
   width: 50px;
   background: url('logo99.png') 10px 10px;
}

.closeTrigger {
   position: fixed;
   top: 1em;  
   right: 1em;
   height: 50px;
   width: 50px;
   background: url('logo99.png') 0px 50px; 
}    

#helpContent {
   border: solid 1px black;
   border-right: 3em;
   min-height: 4em;
   border-radius: 1em;
   box-shadow: 1px 1px 15px black;
   position: fixed;
   top: 5em;
   right: 5em;
   height: 25em;
   width: 60em;
   overflow: auto;
   background-color: whitesmoke;
   padding: 1.5em;
} 


.cancel {
   text-decoration: underline;
   cursor: pointer;
}



.sidebar-header > .sidebar-header-logo > img,
.sidebar-header > .sidebar-header-logo > svg {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: -5%;
}



.container-fluid2,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  padding: 1px;
  width: auto;
}
@media only screen and (min-width: 480px) {
  .container-fluid2,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs {
    padding: 1px;
  }
}
@media only screen and (min-width: 992px) {
  .container-fluid2,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs {
    padding: 1px;
  }
}
.container-lg {
  max-width: 1200px;
}
.container-md {
  max-width: 992px;
}
.container-sm {
  max-width: 768px;
}
.container-xs {
  max-width: 480px;
}


.custom-class-for-width
{
   width: 450px;
     font-weight: bold;
}

 /**
 * Tables - Datatables
 */
table.dataTable {
  border-bottom: 0;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
table.dataTable tbody tr {
  background-color: transparent !important;
}
table.dataTable tbody tr:nth-of-type(odd) {
  background-color: rgba(162, 162, 162, 0.06) !important;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper select,
.dataTables_wrapper .form-control {
  box-shadow: none;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  background-color: transparent !important;
  background-image: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(162, 162, 162, 0.16);
}
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper select:focus,
.dataTables_wrapper .form-control:focus {
  border-bottom-color: #4caf50 !important;
}
.dataTables_wrapper > .dataTables_paginate .paginate_button {
  background-image: none !important;
  background-color: rgba(162, 162, 162, 0.26) !important;
  border: 0 !important;
  border-radius: 50%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.dataTables_wrapper > .dataTables_paginate .paginate_button:hover {
  background-color: #4caf50 !important;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: inherit !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #4caf50 !important;
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background-color: rgba(162, 162, 162, 0.26) !important;
  color: inherit !important;
}
table.dataTable.no-footer {
  border-bottom: 0;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 0;
}
.card .dataTable {
  width: 100% !important;
}
.card .dataTables_wrapper > .row,
.panel .dataTables_wrapper > .row {
  margin: 0;
}
/* Fix datatables image paths for distribution */
table.dataTable thead .sorting {
  background-image: url("../images/datatables/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/datatables/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/datatables/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/datatables/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/datatables/sort_desc_disabled.png");
}

