[data-notify="progressbar"] { margin-bottom: 0px; position: absolute; bottom: 0px; left: 0px; width: 100%; height: 5px; }

.alert-success [data-notify="progressbar"] { background-color: #008949; }

[data-notify="icon"] { font-size: 18px; }
[data-notify="title"] { font-weight: 600; font-size: 18px; }

.alert-danger [data-notify="progressbar"] { background-color: #BF2C1C; }

.relative { position: relative; }
.pointer { cursor: pointer; }
.text-white { color: #fff; }

.btn-hspace, .btn-space {
    margin-right: 5px;
}

.modal-main-icon { display: inline-block; height: 45px; width: 45px; line-height: normal; font-size: 50px; }

.xs-mt-50 {
    margin-top: 50px!important;
}

[hidden] {
  display: none !important;
}

img.ascunsa { -webkit-filter: grayscale(100%);  filter: grayscale(100%); }

.widget-user .widget-user-header {
	height: 220px;
}

.mr-5 { margin-right: 5px !important;}
.ml-5 { margin-left: 5px !important;}

.mb-5 { margin-bottom: 5px !important;}
.mb-10 { margin-bottom: 10px !important;}

.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td { vertical-align: middle; }

.upload-pic-box {
	display: inline-block; width: 80px; height: 60px; overflow: hidden; position: relative; vertical-align: middle; background-image: url(../images/upload_img.png); background-size: cover;
	text-align: center; font-size: 11px;
}
.upload-pic-box .progress { position: absolute; bottom: 1px; left: 0; width: 100%; margin-bottom: 0; }

.upload-pic-box.upload-error:after {
	content: '\F00D'; display: block; position: absolute; bottom: 14px; left: 8px; font-family: "FontAwesome"; color: #dd4b39; font-size: 32px;
}
.upload-pic-box.upload-ok:after {
	content: '\F00C'; display: block; position: absolute; bottom: 14px; left: 8px; font-family: "FontAwesome"; color: #00a65a; font-size: 32px;
}

img.auto-scale {max-width: 100%; height: auto; }
img.full-width {width:100%; height:auto;}

/* TOOLTIP */
.theme-a .ui-element-inline { max-width: 35em; }
.dt-tooltip { cursor: help; }
.ui-tooltip-content.theme-a { padding: 10px; background: #222; color: #fff; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}

.ps-container { position: relative; }

.pick-img-ctn { padding: 1px;  }
.pick-img-ctn img { cursor: pointer; }
.pick-img-ctn img.selected { border: 2px solid #f00; }

.status-1 { background-color: #00a65a !important; color: #fff;}
.status-2 { background-color: #d33724 !important; color: #fff;}
.status-3 { background-color: #00a7d0 !important; color: #fff;}
.status-4 { background-color: #db8b0b !important; color: #fff;}
.status-5 { background-color: #555299 !important; color: #fff;}
.status-6 { background-color: #b5bbc8 !important; color: #fff;}

/* NESTABLE */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}
.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #c7cbd5;
  background: #f6f6f8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dd-handle:hover {
  color: #36a9e1;
  background: white;
}
.dd-handle .icon {
  float: right;
  font-size: 16px;
  margin-left: 10px;
}
.dd-handle .icon:hover {
  text-decoration: none;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 700px) {
	.dd { float: left; width: 100%; }
}