/*================================================================================
	Item Name: Stack - Responsive Admin Theme
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

input[type=checkbox], input[type=radio] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.3); /* IE */
  -moz-transform: scale(1.3); /* FF */
  -webkit-transform: scale(1.3); /* Safari and Chrome */
  -o-transform: scale(1.3); /* Opera */
  transform: scale(1.3);
  padding: 10px;
  margin-right: 5px;
}

.required label:after {
  content: ' *';
  color: red;
}

.help-block-error {
  color: red;
}

.errorMessage {
  color: red;
}

.hint-block {
    margin: 2px 0 0 160px;
    margin-left: 160px;
    font-size: 0.9em;
}

select.form-control {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    padding-left: 10px;
    padding-right: 10px;
}


div.dt-buttons {
    margin-left: 30px;
}


.breadcrumb {
    margin: 5px 0;
    font-size: 0.8em;
}

.nav-item a>svg {
    margin-right: 10px;
}

.modal-footer {
  display: block;
}

#delete-form .modal-body {
  background-color: #ffe7e7;s
}

.trash-can-div {
  margin: auto;
  border: 1px solid #ffc8c8;
  padding: 30px !important;
  text-align: center;
  vertical-align: top;
  background-color: #fff;
  font-size: 20px;
  border-radius: 5px;
}

.drag-div {
  margin: auto;
  border: 1px solid #ffc8c8;
  padding: 30px;
  text-align: center;
  vertical-align: top;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
}

.trash-can-highlight {
  outline: 2px dashed orange;
  background-color: #f6db4c !important;
}

.breadcrumb {
  float:right;
}

.red {
  color: red;
}
/***********DATATABLES*********/

/*.dt-buttons {
    float: right !important;
    margin-right: 30px;
}
*/

.dt-buttons .btn {
  padding: 5px 10px;
  border-right: 1px solid #9ba8c0;
  margin-right: 1px;
}

.dt-buttons .btn:last-child {
  border-right: 0;
}

.dataTables_filter input {
    width: 260px !important;
    border: 1px solid #404e67;
}

.dataTables_paginate .page-item.active .page-link {
  background-color: #404e67;
  border-color: #404e67;
}

.dataTables_paginate .page-link {
    color: #404e67;
}

/**********FORM****************/
.form-horizontal-2 .control-label {
  width: 160px;
}

.form-horizontal-2 .form-control {
  display: inline-block;
  max-width: calc(100% - 170px);
}

.button-wrapper {
  border-top: 1px solid #98a4b8;
  padding-top:30px;
}
