/*@import url('https://fonts.googleapis.com/css?family=Lato|Lato');*/

.dp-header {
  margin: 0px;
}
.dp-inline-btn {
  margin: 25px 0px 0px 0px;
}
.dp-row-pad {
  padding: 0px 0px 20px 0px;
}
.dp-input-number {
  text-align: right;
}
.form-group.dp{
  margin-bottom:0;
}
table {
  font-size:inherit;
}
h1 {
  font-size: 28px;
}
a.btn h1 {
  font-weight: bold;
  font-size: 36px;
  margin-top: 10px;
  font-family: "Lato","Helvetica Neue", Helvetica, Arial, sans-serif;
}
thead th {
    text-align: center;
}
.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.content-wrapper {
  min-height: 800px;
}
table.dataTable>tbody>tr.child ul {
  width:95%
}
hr.dp {
    margin: 10px 0;
}
label+.radio {
    margin-top: 0
}
.select2 {
    width: 100%!important;
}
td.details-control {
    background: url('../images/expand.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/collapse.png') no-repeat center center;
}

.dtlabel {
   padding-top:0.9em !important;
}

table.footable-editing-no-view td.footable-editing {
    width: 150px;
    max-width:150px;
}
table.footable-editing tfoot {
    display: none;
}

.login-box {
	margin:15% auto !important;
}

.label_content{
    position:relative;
    border-radius: 5px;
    font-weight:500;
    font-family:'Source Sans Pro','sans-serif';
    color:#ffffff;
    background-color: #c61515;
    font-size: 12px;
    width: 100%;
    line-height: 20px;
    text-align: center;
    padding:2px 5px;
    min-width:50px
}

.label_content:after {
    content:'';
    position: absolute;
    top: 85%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #c61515;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.img-thumbnail {
    object-position: center;
    height: 100px;
    width: 100px;
    object-fit: cover;
}