/*:root {
  --main-pale-green: #dcedc1;
  --main-vivid-green: #a8e6cf;
  --light-grey: #f0f0f0;
  --medium-grey: #b0b0b0;
  --basecolor: #a11414;
  --basecolor-light: #e68a8a;
  --basecolor-dark: #570d0d;
  --main-success: #8dcc8a;
  --main-warning: #ffd764;
  --main-danger: #cc3d5f;
  --main-info: #6eb2f3;
}*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  font-family: Verdana;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*COLORS*/
.green{
  color:lightgreen;
}

/* CONTEXT MENU */

/* PAGE CONTENT */
@media (min-width: 767px) {
  .page-content {
    padding-left: 200px;
    width: 100%;
  }
}




/* TABLES */
.default-table {
  margin: 0px auto;
  font-size: 13px;
  text-align: left;
}

  .default-table tr {
    border-bottom: 1px solid #23282e;
  }

  .default-table .edited-row{
    background-color:lightgreen;
  }

  .default-table .deleted-row,
  .default-table .deleted-row th,
  .default-table .deleted-row input {
    background-color: #f6f6f6 !important;
    color: #cccccc;
    font-weight: normal;
    text-decoration:line-through;
  }

  .default-table .deleted-row .th-document-action{
    background-color:#ffffff !important;
  }

  .default-table .exported-row,
  .default-table .exported-row th,
  .default-table .exported-row input {
    background-color: #f6f6f6 !important;
    color: #cccccc;
    font-weight: normal;
  }

  .default-table .exported-row .th-document-action {
    background-color: #ffffff !important;
  }

.default-table .no-border {
  border: none;
}
  
  .default-table th {
    background-color: #2e353d;
    color: #e1ffff;
    font-weight: 200;
    padding: 5px 10px !important;
  }

  .default-table .no-wrapping {
    white-space: nowrap;
  }

  .default-table .th-document-action {
    background-color: transparent !important;
    border: none;
    cursor: pointer;
  }

    .default-table .th-document-action .remove-icon {
      color: #870000;
    }

    .default-table .th-document-action .add-icon {
      color: lightgreen;
    }
  
  .default-table .number-header {
    text-align: right !important;
  }

  .default-table td {
    white-space: nowrap;
    padding: 8px 10px !important;
  }

  .default-table .editable {
    background-color: #f6f6f6;
  }

  .default-table input {
    background-color: #f6f6f6;
    font-weight: bold;
    color: #000000;
    margin-top: -5px;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    text-align: right;
  }

    .default-table input[type=number]::-webkit-inner-spin-button,
    .default-table input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    .default-table input::-webkit-input-placeholder {
      -webkit-appearance: initial;
    }

  .default-table .input-number-6 {
    width: 55px;
  }

  .default-table .input-number-3 {
    width: 40px;
  }

.pagination-container{

  margin:0px auto;
}

  .pagination-container input{
    cursor:pointer;
  }

.filter-container {
  background-color: #2e353d;
  min-height:40px;
  padding:0px 10px;
}

  .filter-container input, 
  .filter-container .select2, 
  .filter-container button {
    margin-top: 4px;
  }
  .filter-container .date-picker .input-group-addon{
    color:#FFFFFF;
    border:none;
    padding:5px 10px 0px 5px;
  }
  
  .filter-container .date-picker .form-control {
    height: 32px;
    background-color: white;
    padding: 0px 5px;
  }

  .filter-container .date-picker .btn{
    height:32px;
    border:none;
  }

  .filter-container .btn-filtro{
    padding:8px;
  }

  /* AUTOCOMPLETE */
.easy-autocomplete{
  width:100% !important;
  margin:0px;
  padding:0px;
}
.easy-autocomplete input{
  width: 100%;
  height:24px;
  text-align:left;
  padding:5px 10px;
  margin:0px;
}
  .easy-autocomplete ul li {
    color: #555;
  }

  /*VALIDATIONS*/

.alert-table tr:hover{
  background-color:#f7f7f7;
  cursor:pointer;
}

.action-button {
  margin: 0px 5px;
}

  .action-button i {
    border:solid 1px #dbdbdb;
    padding:5px;
  }

  .action-button:hover {
    color: #d19b3d;
  }

  .clickable{
      cursor:pointer;
  }
