/* Sisamex custom CSS */
body {
  overflow-x: hidden;
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.5em;
}
.main-panel-collapse {
  width: calc(100% - 57px);
}
.sidebar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 57px;
    transition: all 5s ease;
    background: #fff;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.sidebar-collapse .sidebar-wrapper-collapse {
    position: relative;
    height: calc(100vh - 75px);
    width: 53px;
    z-index: 4;
    padding-bottom: 30px;
}
.sidebar-collapse .nav li a {
    margin: 10px 0px 0;
    padding: 10px 15px;
}
.sidebar-collapse .nav i {
    line-height: 30px;
    color: black;
}
.sidebar-collapse .nav .active i {
    line-height: 30px;
    color: white;
}
.sidebar-collapse li.active > a {
    background-color: #d60b38;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}
#sidebar-collapse {
  cursor: pointer;
}

.material-icons {
  cursor: pointer;
}

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background-color: #f0f0f0;
  h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  p:last-child {
    margin-bottom: 0;
  }
  code {
    border-radius: 3px;
  }
  & + .bs-callout {
    margin-top: -5px;
  }
}

.callout-warning {
  border-left-color: #f0ad4e;
  h4 {
    color: #f0ad4e;
  }
}
.callout-primary {
  border-left-color: #d60b38;
  h4 {
    color: #d60b38;
  }
}
.callout-info {
  border-left-color: #428bca;
  h4 {
    color: #428bca;
  }
}

.margin-left {
  margin-left: 10px;
}

.bolder {
  color: black;
  font-weight: 900;
}

.form-group-login input{
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 4px;
  background-color: #e3e9f4;
}

.form-group-custom div{
  margin-top: 10px;
}

.form-group-custom input[type:text], .form-group-custom select,
.form-group-custom textarea {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: white;
  border-color: lightgray;
  color: black;
}

.form-group-custom input[type="checkbox"] {
  width: 30px;
  height: 30px;
}

.form-group-disabled input, .form-group-disabled textarea {
  pointer-events:none;
}

input::-webkit-input-placeholder, input::placeholder {
    font-size: 12.4px;
    font-style: italic;
    line-height: 1;
}

.form-uppercase {
  text-transform: uppercase;
}

.btn-submit {
  width: 100%;
}

.main-panel-login {
  background-image: url(/static/media/sisamexcdth.jpg);
  /* background-position: center; */
  background-repeat: round;
  background-size: cover;
  height: 100vh;
}

.black-a {
  color: #999999;
}

.red-text {
  color: #d60b38;
}

.blue-text {
  color: #4064a4;
}

.bigger-icon {
  font-size: 50px;
}

.navbar-icons {
  color: white !important;
  font-size: 28px !important;
}

.btn-navbar {
  padding: 0.25rem 1rem;
  background-color: black;
}

.nav-link > span {
  color: white;
}

.nav-link {
  color: #d60b38;
}

.nav-link:hover {
  color: #b00b30;
}

.vl {
  border-left: 3px solid gray;
}

.flex {
  display: flex;
}

.table {
  text-align: center;
}

.table .yellowtop th {
    background-color: #fffce8;
}

.table td, .table th {
    border: none;
}

table.table.table-condensed {
    border: 1px solid black;
}

.dataTables_filter {
  float: right;
}

.collapse-li {
  padding-left: 25%;
}

.limit-height {
  max-height: 45vh;
  overflow-y: scroll;
}

.toast-primary {
  opacity: 1;
  /* width: 100vh; */
  transition: all 1s ease;
}

.toast-primary-transform {
  transform: translate(0, 100%);
}

.table-border {
  border: 1px solid black;
  border-collapse: collapse;
}

.btn-table {
  background-color: lightsteelblue;
  border-radius: 0px;
  padding: 12px 12px;
  cursor: auto !important;
}

.btn-table:hover, .btn-table:active, .btn-table:focus {
  background-color: lightsteelblue;
  border-color: none;
}

.collapse-li p:hover {
  cursor: pointer;
}

.btn-black, .btn-black:hover {
  background-color: black;
}

.mouse-pointer:hover {
  cursor: pointer;
}

.primary {
  color: #d60b38;
}

.remove-margin-top {
  margin-top: 0px !important;
}

.input-span-custom {
  margin-top: 5px;
  margin-left: 5px;
}

.margin-top {
  margin-top: 15px;
}

.toast-adjust {
  padding-bottom: 25px;
  background-color: white;
}

.smaller-icon {
  font-size: 20px !important;
  line-height: 20px !important;
  width: 16px !important;
  height: 20px !important;
  text-align: right !important;
}

a.disabled {
  /* Make the disabled links grayish*/
  color: gray;
  /* And disable the pointer events */
  pointer-events: none;
}

.modal-dialog {
  max-width: 800px;
}

.custom-input-err, .custom-input-err:focus {
  color: #212529;
  background-color: #fff;
  border-color: #fe8686;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(253, 13, 13, 0.25);
}

.custom-input-succ, .custom-input-succ:focus {
  color: #212529;
  background-color: #fff;
  border-color: #47ad00;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(32, 120, 0, 0.25);
}

.file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.material-icons.cancel {
  margin-left: -15px;
}

.txt14 {
  font-size: 14px;
}

.callout-primary[data-color="red"]  {
  border-left-color: #d60b38;
}

.callout-primary[data-color="blue"]  {
  border-left-color: #4064a4;
}

.primary-text[data-color="red"] {
  color: #d60b38;
}

.primary-text[data-color="blue"] {
  color: #4064a4;
}

.primary[data-color="red"] {
  color: #d60b38;
}

.primary[data-color="blue"] {
  color: #4064a4;
}

.color-table[data-color="red"] {
  background-color: #d60b38;
  color: white;
}

.color-table[data-color="blue"] {
  background-color: #4064a4;
  color: white;
}

.color-table[data-color="red"] {
  background-color: #d60b38;
  color: white;
}

.color-table[data-color="blue"] {
  background-color: #4064a4;
  color: white;
}

.btn-menu:hover[data-color="red"], .btn-menu.active[data-color="red"] {
  background-color: #d60b38;
  color: white;
}

.btn-menu:hover[data-color="blue"], .btn-menu.active[data-color="blue"] {
  background-color: #4064a4;
  color: white;
}