.has-float-label label, .has-float-label>span
{
	font-size: 90%;
	background: #fff;
	padding: 0, 1.9rem;
}
.w-5
{
	width: 5% !important;
}
.w-10
{
	width: 10% !important;
}
.w-15
{
	width: 15% !important;
}
.w-20
{
	width: 20% !important;
}
.w-30
{
	width: 30% !important;
}
.w-35
{
	width: 35% !important;
}
.w-40
{
	width: 40% !important;
}
.w-45
{
	width: 45% !important;
}
.form-control-lg
{
	padding: .8rem;
}
.tbl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.tbl-row {
  display: table-row;
}
.tbl-cell {
  display: table-cell;
  vertical-align: middle;
}
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]), .input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.6rem + 2px);
}
.select2-container-multi .select2-choices .select2-search-field input
{
	padding: .5rem;
}
.ss-main .ss-single-selected {
    height: 50px;
    padding: 10px;
}
.ss-main .ss-content .ss-search input {
    height: 40px;
    padding: 5px 10px;
}
.ss-main .ss-multi-selected {
    min-height: 50px;
    padding: 10px;
}
@media screen and (max-width:768px) {
	.has-float-label label, .has-float-label>span
	{
	    font-size: 79%;
	    top: .15em;
	}
	.has-float-label label, .has-float-label>span.multi
	{
	    font-size: 79%;
	    top: -0.4rem;
	}
	.ss-main .ss-single-selected, .ss-main .ss-multi-selected {
	   margin-top: .5rem;
	}
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: #044f67b0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px transparent;
  outline: 0 none;
}
.btn.disabled, .btn:disabled {
    background-color: rgba(0,0,0,.12);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0,0,0,.26);
    cursor: not-allowed;
    opacity: 1;
    pointer-events: none;
    border: 1px solid rgba(0,0,0,.12);
}
/*
alert
 */
.alert {
	color: #fff;
}
.alert.alert-primary {
  background-color: #00a8ff;
  border-color: #00a8ff;
}
.alert.alert-primary:hover {
  background-color: #16b4fc;
  border-color: #16b4fc;
}
.alert.alert-secondary {
  background-color: #6b7a85;
  border-color: #6b7a85;
}
.alert.alert-secondary:hover {
  background-color: #7a8994;
  border-color: #7a8994;
}
.alert.alert-success {
  background-color: #46c35f;
  border-color: #46c35f;
}
.alert.alert-success:hover {
  background-color: #5dca73;
  border-color: #5dca73;
}
.alert.alert-info {
  background-color: #ac6bec;
  border-color: #ac6bec;
}
.alert.alert-info:hover {
  background-color: #bb86ef;
  border-color: #bb86ef;
}
.alert.alert-warning {
  background-color: #f29824;
  border-color: #f29824;
}
.alert.alert-warning:hover {
  background-color: #f4a641;
  border-color: #f4a641;
}
.alert.alert-danger {
  background-color: #fa424a;
  border-color: #fa424a;
}
.alert.alert-danger:hover {
  background-color: #fb6067;
  border-color: #fb6067;
}
.alert-soft-primary {
    color: #2c7be5;
    background-color: #d5e5fa
}

.alert-soft-primary[href]:focus,
.alert-soft-primary[href]:hover {
    color: #2c7be5;
    text-decoration: none;
    background-color: #bed7f7
}

.alert-soft-secondary {
    color: #6e84a3;
    background-color: #e2e6ed
}

.alert-soft-secondary[href]:focus,
.alert-soft-secondary[href]:hover {
    color: #6e84a3;
    text-decoration: none;
    background-color: #d2d8e3
}

.alert-soft-success {
    color: #00d97e;
    background-color: #ccf7e5
}

.alert-soft-success[href]:focus,
.alert-soft-success[href]:hover {
    color: #00d97e;
    text-decoration: none;
    background-color: #b6f4da
}

.alert-soft-info {
    color: #39afd1;
    background-color: #d7eff6
}

.alert-soft-info[href]:focus,
.alert-soft-info[href]:hover {
    color: #39afd1;
    text-decoration: none;
    background-color: #c2e7f1
}

.alert-soft-warning {
    color: #f6c343;
    background-color: #fdf3d9
}

.alert-soft-warning[href]:focus,
.alert-soft-warning[href]:hover {
    color: #f6c343;
    text-decoration: none;
    background-color: #fcebc1
}

.alert-soft-danger {
    color: #e63757;
    background-color: #fad7dd
}

.alert-soft-danger[href]:focus,
.alert-soft-danger[href]:hover {
    color: #e63757;
    text-decoration: none;
    background-color: #f7c0ca
}

.alert-soft-light {
    color: #edf2f9;
    background-color: #fbfcfe
}

.alert-soft-light[href]:focus,
.alert-soft-light[href]:hover {
    color: #edf2f9;
    text-decoration: none;
    background-color: #e7edf9
}

.alert-soft-dark {
    color: #12263f;
    background-color: #d0d4d9
}

.alert-soft-dark[href]:focus,
.alert-soft-dark[href]:hover {
    color: #12263f;
    text-decoration: none;
    background-color: #c2c7ce
}

.alert-soft-white {
    color: #fff;
    background-color: #fff
}

.alert-soft-white[href]:focus,
.alert-soft-white[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f2f2f2
}
/*
table
 */
.table-gender
{
	width: 3%;
}
.table-sn
{
	width: 5%;
}
.table-name
{
	width: 45%;
}
.table-striped tbody tr:nth-of-type(even) {
   background: #f6f8fa;
}
.table-striped tbody tr:nth-of-type(odd) {
   background: #fff;
}
.table .table-photo,
.bootstrap-table .table .table-photo,
.fixed-table-body .table .table-photo {
  padding-right: 15px;
  width: 22px;
  padding-top: 10px;
}
.table .table-photo img,
.bootstrap-table .table .table-photo img,
.fixed-table-body .table .table-photo img {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.no-padding {
  padding: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn
{
 	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.has-shadow {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.no-shadow {
  box-shadow: none;
}
/*====== Trending Articles Box ======*/
.articles a {
  text-decoration: none !important;
  display: block;
  margin-bottom: 0;
  color: #555;
}

.articles .badge {
  font-size: 0.7em;
  padding: 5px 10px;
  line-height: 1;
  margin-left: 10px;
}

.articles .item {
  padding: 20px;
}

.articles .item:nth-of-type(even) {
  background: #fafafa;
}

.articles .item .image {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  margin-right: 15px;
}

.articles .item img {
  padding: 3px;
  border: 1px solid #5cb85c;
}

.articles .item h3 {
  color: #555;
  font-weight: 400;
  margin-bottom: 0;
}

.articles .item small {
  color: #aaa;
  font-size: 0.75em;
}
/*==========================================================================
   Checkbox & Radio
   ========================================================================== */
.checkbox,
.radio,
.checkbox-slide,
.checkbox-toggle,
.checkbox-bird,
.checkbox-detailed {
  position: relative;
  margin-bottom: .75rem;
}
.checkbox input,
.radio input,
.checkbox-slide input,
.checkbox-toggle input,
.checkbox-bird input,
.checkbox-detailed input {
  position: absolute;
  visibility: hidden;
}
.checkbox input + label,
.radio input + label,
.checkbox-slide input + label,
.checkbox-toggle input + label,
.checkbox-bird input + label,
.checkbox-detailed input + label {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  min-height: 18px;
  line-height: 18px;
  cursor: pointer;
}
.checkbox input:disabled + label,
.radio input:disabled + label,
.checkbox-slide input:disabled + label,
.checkbox-toggle input:disabled + label,
.checkbox-bird input:disabled + label,
.checkbox-detailed input:disabled + label {
  cursor: not-allowed;
  color: #8e9fa7;
}
.checkbox,
.radio {
  cursor: default;
}
.checkbox input + label,
.radio input + label {
  z-index: 2;
  padding: 0 0 0 24px;
}
.checkbox input + label:before,
.radio input + label:before,
.checkbox input + label:after,
.radio input + label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox input + label:before,
.radio input + label:before {
  width: 16px;
  height: 16px;
  background: #fff;
  border: solid 1px #c5d6de;
}
.checkbox input + label:hover:before,
.radio input + label:hover:before {
  background-color: #d9f2ff;
  border-color: #00a8ff;
}
.checkbox input[type="checkbox"] + label:after,
.radio input[type="checkbox"] + label:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  position: absolute;
  text-align: center;
  top: 0;
  font-size: 11px;
  line-height: 16px;
}
.checkbox input[type="checkbox"] + label:before,
.radio input[type="checkbox"] + label:before {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.checkbox input[type="radio"] + label:before,
.radio input[type="radio"] + label:before {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.checkbox input:checked + label:before,
.radio input:checked + label:before {
  border-color: #00a8ff;
}
.checkbox input[type="checkbox"]:checked + label:after,
.radio input[type="checkbox"]:checked + label:after {
  content: "\2713";
}
.checkbox input[type="radio"]:checked + label:after,
.radio input[type="radio"]:checked + label:after {
  width: 8px;
  height: 8px;
  background: #343434;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  left: 4px;
  top: 4px;
}
.checkbox input:disabled + label:before,
.radio input:disabled + label:before {
  background-color: #eceff4;
  border-color: #dbe4eb;
}
.checkbox input[type="checkbox"]:disabled + label:after,
.radio input[type="checkbox"]:disabled + label:after {
  color: rgba(52, 52, 52, 0.4);
}
.checkbox input[type="radio"]:disabled + label:after,
.radio input[type="radio"]:disabled + label:after {
  background-color: rgba(52, 52, 52, 0.4);
}
.checkbox.checkbox-only,
.radio.checkbox-only {
  padding: 0;
  width: 16px;
  height: 16px;
  margin: 0;
}
.checkbox-slide input + label {
  padding: 0 0 0 52px;
}
.checkbox-slide input + label:before,
.checkbox-slide input + label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.checkbox-slide input + label:before {
  left: 1px;
  top: 7px;
  width: 42px;
  height: 4px;
  -webkit-border-radius: 25rem;
          border-radius: 25rem;
  background: #929faa;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}
.checkbox-slide input + label:after {
  width: 20px;
  height: 20px;
  top: -1px;
  border: solid 1px #c5d6de;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: left .4s ease;
  transition: left .4s ease;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e4f6ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4f6ff));
  background: linear-gradient(to bottom, #ffffff 0%, #e4f6ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4f6ff', GradientType=0);
}
.checkbox-slide input + label:hover:after {
  border-color: #00a8ff;
}
.checkbox-slide input:checked + label:before {
  background-color: #343434;
}
.checkbox-slide input:checked + label:after {
  left: 24px;
}
.checkbox-slide input:disabled + label:before {
  background-color: #c6d6df;
}
.checkbox-slide input:disabled + label:after {
  background: #fcfefe;
  border-color: #c5d6de;
  background: -webkit-linear-gradient(top, #fcfefe 0%, #edf2f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfefe), to(#edf2f5));
  background: linear-gradient(to bottom, #fcfefe 0%, #edf2f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfefe', endColorstr='#edf2f5', GradientType=0);
}
.checkbox-toggle input + label {
  padding: 0 0 0 52px;
}
.checkbox-toggle input + label:before,
.checkbox-toggle input + label:after {
  content: '';
  display: block;
  -webkit-border-radius: 25rem;
          border-radius: 25rem;
  position: absolute;
  left: 0;
  top: -1px;
  height: 20px;
}
.checkbox-toggle input + label:before {
  width: 43px;
  background: #929faa;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
}
.checkbox-toggle input + label:after {
  width: 20px;
  border: solid 1px #929faa;
  -webkit-transition: left .4s ease;
  transition: left .4s ease;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #eef4f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef4f7));
  background: linear-gradient(to bottom, #ffffff 0%, #eef4f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef4f7', GradientType=0);
}
.checkbox-toggle input + label:hover:after {
  border-color: #00a8ff;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9f8ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9f8ff));
  background: linear-gradient(to bottom, #ffffff 0%, #e9f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9f8ff', GradientType=0);
}
.checkbox-toggle input:checked + label:before {
  background-color: #00a8ff;
}
.checkbox-toggle input:checked + label:after {
  left: 23px;
  border-color: #00a8ff;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e9f8ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9f8ff));
  background: linear-gradient(to bottom, #ffffff 0%, #e9f8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9f8ff', GradientType=0);
}
.checkbox-toggle input:disabled + label:before {
  background-color: #dbe4eb;
}
.checkbox-toggle input:disabled + label:after {
  border-color: #dbe4eb;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #eef4f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef4f7));
  background: linear-gradient(to bottom, #ffffff 0%, #eef4f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef4f7', GradientType=0);
}
.checkbox-toggle.-large {
  margin-top: 15px;
}
.checkbox-toggle.-large input + label {
  padding: 0 0 0 69px;
  position: relative;
}
.checkbox-toggle.-large input + label:before,
.checkbox-toggle.-large input + label:after {
  -webkit-border-radius: 35rem;
          border-radius: 35rem;
  height: 30px;
  position: absolute;
  top: -6px;
}
.checkbox-toggle.-large input + label:before {
  width: 60px;
}
.checkbox-toggle.-large input + label:after {
  width: 30px;
}
.checkbox-toggle.-large input:checked + label:after {
  left: 30px;
}
.checkbox-toggle.-extra-large {
  margin-top: 27px;
}
.checkbox-toggle.-extra-large input + label {
  padding: 0 0 0 89px;
  position: relative;
}
.checkbox-toggle.-extra-large input + label:before,
.checkbox-toggle.-extra-large input + label:after {
  -webkit-border-radius: 45rem;
          border-radius: 45rem;
  height: 40px;
  position: absolute;
  top: -12px;
}
.checkbox-toggle.-extra-large input + label:before {
  width: 80px;
}
.checkbox-toggle.-extra-large input + label:after {
  width: 40px;
}
.checkbox-toggle.-extra-large input:checked + label:after {
  left: 40px;
}
.checkbox-bird input + label {
  display: block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 28px;
  position: relative;
}
.checkbox-bird input + label:before {
  font-family: "startui" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
  content: "\55";
  color: rgba(173, 183, 190, 0.7);
  font-size: 1.125rem /*18/16*/;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
}
.checkbox-bird input:checked + label:before {
  color: #00a8ff;
}
.checkbox-bird.grey input:checked + label:before {
  color: #6b7a85;
}
.checkbox-bird.green input:checked + label:before {
  color: #46c35f;
}
.checkbox-bird.purple input:checked + label:before {
  color: #ac6bec;
}
.checkbox-bird.orange input:checked + label:before {
  color: #f29824;
}
.checkbox-bird.red input:checked + label:before {
  color: #fa424a;
}
.checkbox-detailed {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 12px 0;
}
.checkbox-detailed input + label {
  width: 200px;
  height: 84px;
  border: solid 1px #d8e2e7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 0 10px 0 50px;
  line-height: 1.4;
}
.checkbox-detailed input + label:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: solid 1px #c5d6de;
  position: absolute;
  left: 19px;
  top: 50%;
  margin-top: -6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.checkbox-detailed input:checked + label {
  background-color: #e4f6fe;
  border-color: #00a8ff;
}
.checkbox-detailed input:checked + label:before {
  border-color: #00a8ff;
  background-color: #00a8ff;
}
.checkbox-detailed .checkbox-detailed-tbl {
  display: table;
  width: 100%;
  height: 100%;
}
.checkbox-detailed .checkbox-detailed-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
.checkbox-detailed .checkbox-detailed-title {
  font-weight: 600;
  display: block;
}
/* ==========================================================================
   Labels
   ========================================================================== */
.label {
  font-size: 0.875rem /*14/16*/;
  /*vertical-align: middle; position: relative; top: -.1em;*/
  font-weight: 600;
  background-color: #adb7be;
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: inherit;
}
.label-default {
  background-color: #6c7a86;
}
.label-danger {
  background-color: #fa424a;
}
.label-primary {
  background-color: #00a8ff;
}
.label-success {
  background-color: #46c35f;
}
.label-default {
  background-color: #adb7be;
}
.label-warning {
  background-color: #fdad2a;
}
.label-info {
  background-color: #ac6bec;
}
.label-light-grey {
  background-color: #eceff4;
  color: #919fa9;
}
a.label-light-grey:hover {
  color: #fff;
  background-color: #00a8ff;
}
.label.label-pill.label-custom {
  padding: 3px 6px 2px;
  font-size: .8125rem;
}
/* ==========================================================================
   Tables
   ========================================================================== */
.tbl-typical {
  width: 100%;
  border-collapse: collapse;
}
.tbl-typical th,
.tbl-typical td {
  padding: 14px 15px;
}
.tbl-typical th[align="center"],
.tbl-typical td[align="center"] {
  text-align: center;
}
.tbl-typical th {
  background: #f6f8fa;
  border-bottom: solid 1px #d8e2e7;
  padding: 0;
  font-weight: 700;
  color: #6c7a86;
  font-size: 1rem;
}
.tbl-typical th > div {
  position: relative;
  padding: 8px 15px;
}
.tbl-typical th > div:before {
  content: '';
  display: block;
  width: 1px;
  height: 85%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(216, 226, 231, 0) 0%, #d8e2e7 77%, #d8e2e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 226, 231, 0)), color-stop(77%, #d8e2e7), to(#d8e2e7));
  background: linear-gradient(to bottom, rgba(216, 226, 231, 0) 0%, #d8e2e7 77%, #d8e2e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d8e2e7', endColorstr='#d8e2e7', GradientType=0);
}
.tbl-typical th:first-child > div:before {
  display: none;
}
.tbl-typical td {
  font-size: .9375rem;
}
.tbl-typical tr:nth-child(even) td {
  background: #fbfcfd;
}
.tbl-typical .label {
  margin-top: 2px;
  margin-bottom: 2px;
}
.table,
.bootstrap-table .table,
.fixed-table-body .table {
  font-size: 0.8375rem /*14/16*/;
  margin-bottom: 0;
  background: #fff;
}
.table th,
.bootstrap-table .table th,
.fixed-table-body .table th,
.table td,
.bootstrap-table .table td,
.fixed-table-body .table td {
  vertical-align: middle;
  border-top-color: #d8e2e7;
  padding: 11px 10px 10px;
}
.table th,
.bootstrap-table .table th,
.fixed-table-body .table th {
  font-weight: 700;
}
.table td,
.bootstrap-table .table td,
.fixed-table-body .table td {
  height: 50px;
}
.table thead th,
.bootstrap-table .table thead th,
.fixed-table-body .table thead th {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 9px;
  background: #f6f8fa;
}
.table thead th.table-check .checkbox,
.bootstrap-table .table thead th.table-check .checkbox,
.fixed-table-body .table thead th.table-check .checkbox {
  top: -2px;
}
.table .table-check,
.bootstrap-table .table .table-check,
.fixed-table-body .table .table-check {
  width: 30px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
}
.table .table-check .checkbox,
.bootstrap-table .table .table-check .checkbox,
.fixed-table-body .table .table-check .checkbox {
  float: right;
  top: -1px;
}
.table .table-date,
.bootstrap-table .table .table-date,
.fixed-table-body .table .table-date {
  text-align: right;
  white-space: nowrap;
  width: 10px;
  color: #919fa9;
}
.table .table-date .font-icon,
.bootstrap-table .table .table-date .font-icon,
.fixed-table-body .table .table-date .font-icon {
  vertical-align: middle;
  margin: 0 0 0 3px;
  position: relative;
  top: 1px;
  font-size: .875rem;
}
.table .table-photo,
.bootstrap-table .table .table-photo,
.fixed-table-body .table .table-photo {
  padding-right: 15px;
  width: 22px;
  padding-top: 10px;
}
.table .table-photo img,
.bootstrap-table .table .table-photo img,
.fixed-table-body .table .table-photo img {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.table .table-icon-cell,
.bootstrap-table .table .table-icon-cell,
.fixed-table-body .table .table-icon-cell {
  color: #919fa9;
}
.table .table-icon-cell .font-icon,
.bootstrap-table .table .table-icon-cell .font-icon,
.fixed-table-body .table .table-icon-cell .font-icon {
  position: relative;
}
.table td.table-icon-cell,
.bootstrap-table .table td.table-icon-cell,
.fixed-table-body .table td.table-icon-cell {
  padding-bottom: 10px;
}
.table td.table-icon-cell .font-icon,
.bootstrap-table .table td.table-icon-cell .font-icon,
.fixed-table-body .table td.table-icon-cell .font-icon {
  top: 1px;
}
.table th.table-icon-cell .font-icon,
.bootstrap-table .table th.table-icon-cell .font-icon,
.fixed-table-body .table th.table-icon-cell .font-icon {
  top: 2px;
}
.table a,
.bootstrap-table .table a,
.fixed-table-body .table a {
  position: relative;
  top: -1px;
  font-weight: 600;
}
.table a:hover,
.bootstrap-table .table a:hover,
.fixed-table-body .table a:hover {
  border-bottom-color: transparent;
}
.table.table-sm td {
  height: auto;
  padding: 8px 10px;
}
.table.table-xs td {
  height: auto;
  padding: 5px 10px;
}
.bootstrap-table-header {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px !important;
  position: relative;
  top: 1px;
}
.table td {
  padding-bottom: 8px;
}
.table.font-16 {
  font-size: 1rem;
}
.table-hover tbody tr:hover {
  background: #fbfcfd;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #fbfcfd;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: #ecf2f5;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #edf9ee;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fdf4e6;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #feecec;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #e4f6fe;
}
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #dbe7ec;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #daf3dc;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbeace;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fdd4d4;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #cbeefd;
}
/* ==========================================================================
   Dashboards boxes
   ========================================================================== */
.box-typical {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
  border: solid 1px #d8e2e7;
  margin: 0 0 20px;
}
.box-typical .box-typical-header {
  display: table;
  width: 100%;
}
.box-typical .box-typical-header.box-typical-header-bordered {
  border-bottom: solid 1px #d8e2e7;
}
.box-typical .box-typical-header .tbl-cell {
  vertical-align: middle;
  padding: 15px;
}
.box-typical .box-typical-header .tbl-cell.tbl-cell-title {
  padding-right: 0;
}
.box-typical .box-typical-header .tbl-cell.tbl-cell-title h1,
.box-typical .box-typical-header .tbl-cell.tbl-cell-title h2,
.box-typical .box-typical-header .tbl-cell.tbl-cell-title h3,
.box-typical .box-typical-header .tbl-cell.tbl-cell-title h4,
.box-typical .box-typical-header .tbl-cell.tbl-cell-title h5,
.box-typical .box-typical-header .tbl-cell.tbl-cell-title h6 {
  margin: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 1px 0;
}
.box-typical .box-typical-header .tbl-cell.tbl-cell-actions {
  text-align: right;
  white-space: nowrap;
  padding-top: 18px;
  padding-left: 0;
}
.box-typical .box-typical-header .tbl-cell.tbl-cell-action-bordered {
  border-left: solid 1px #d8e2e7;
  text-align: center;
  width: 54px;
  padding-top: 17px;
}
.box-typical .box-typical-header .tbl-cell.tbl-cell-action-bordered .action-btn {
  margin: 0;
}
.box-typical .box-typical-header .action-btn {
  display: inline-block;
  vertical-align: top;
  color: #adb7be;
  border: none;
  background: none;
  font-size: 1rem;
  margin: 0 0 0 10px;
  line-height: 18px;
}
.box-typical .box-typical-header .action-btn:hover {
  color: #00a8ff;
}
.box-typical .box-typical-header-sm {
  padding: 12px 15px;
  font-weight: 600;
  position: relative;
}
.box-typical .box-typical-header-sm.bordered {
  border-bottom: solid 1px #d8e2e7;
}
.box-typical .box-typical-header-sm .slider-arrs {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -12px;
  zoom: 1;
  *zoom: 1;
}
.box-typical .box-typical-header-sm .slider-arrs:before,
.box-typical .box-typical-header-sm .slider-arrs:after {
  content: " ";
  display: table;
}
.box-typical .box-typical-header-sm .slider-arrs:after {
  clear: both;
}
.box-typical .box-typical-header-sm .slider-arrs button {
  float: left;
  font-size: 1rem;
  margin: 0 0 0 15px;
  border: none;
  background: none;
  color: #c5d6de;
  height: 24px;
  line-height: 24px;
  padding: 0;
}
.box-typical .box-typical-header-sm .slider-arrs button:hover {
  color: #00a8ff;
}
.box-typical .box-typical-header-sm .slider-arrs button .font-icon {
  vertical-align: middle;
  line-height: inherit;
}
.box-typical .box-typical-footer {
  background: #fbfcfd;
  padding: 12px 15px;
  border-top: solid 1px #d8e2e7;
}
.box-typical .box-typical-footer:last-child {
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.box-typical .box-typical-footer .tbl-cell {
  vertical-align: middle;
}
.box-typical .box-typical-footer .tbl-cell-action {
  white-space: nowrap;
  width: 20px;
  padding-left: 15px;
}
.box-typical .box-typical-footer .btn-icon {
  border: none;
  background: none;
  color: #919fa9;
  margin: 0 12px 0 0;
  position: relative;
  top: 2px;
}
.box-typical .box-typical-footer .btn-icon:hover {
  color: #00a8ff;
}
.box-typical .box-typical-section {
  border-top: solid 1px #d8e2e7;
  padding: 15px;
}
.box-typical .box-typical-section:first-child {
  border-top: none;
}
.box-typical .box-typical-section .box-typical-header-sm {
  padding: 5px 0 15px;
}
.box-typical.box-typical-padding {
  padding: 20px 15px;
}
.box-typical.box-typical-max-280 .box-typical-header {
  border-bottom: solid 1px #d8e2e7;
  margin-bottom: -1px;
}
.box-typical.box-typical-max-280 .box-typical-body {
  overflow: auto;
  height: 280px;
}
.box-typical.box-typical-dashboard {
  margin: 0 0 30px;
  overflow: hidden;
}
.box-typical.box-typical-dashboard .box-typical-header {
  border-bottom: solid 1px #d8e2e7;
}
.box-typical.box-typical-dashboard .box-typical-body {
  overflow: auto;
  height: 264px;
}
.box-typical.box-typical-dashboard .box-typical-body .tbl-typical th {
  border-top: none;
}
.box-typical.box-typical-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0 0 20px;
}
.box-typical.box-typical-full-screen .box-typical-header {
  position: relative;
  z-index: 110;
}
.box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h1,
.box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h2,
.box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h3,
.box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h4,
.box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h5,
.box-typical.box-typical-full-screen .box-typical-header .tbl-cell.tbl-cell-title h6 {
  font-size: 1.5rem /*24/16*/;
}
.box-typical.box-typical-full-screen .tbl-typical th,
.box-typical.box-typical-full-screen .tbl-typical td {
  font-size: 0.9375rem /*15/16*/;
}
.box-typical.box-typical-collapsed {
  height: auto;
}
.box-typical.box-typical-collapsed .box-typical-header {
  border-bottom-color: transparent;
}
.box-typical.box-typical-collapsed .box-typical-body {
  display: none;
}
.box-panel .box-typical-header {
  border-bottom: 1px solid #d8e2e7;
}
.box-panel .box-typical-body {
  padding: 16px !important;
}
.dashboard-sortable .box-typical-header {
  cursor: move;
}
.btn {
  background-image: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, -webkit-box-shadow;
  -o-transition-property: background-color, box-shadow, color;
  transition-property: background-color, box-shadow, color;
  transition-property: background-color, box-shadow, color, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-inverse {
    color: rgb(255, 255, 255);
    background-color: #044F67;
    border: solid 1px #044F67;
}
.btn-inverse:hover {
  	color: rgb(255, 255, 255);
    background-color: #044F67;
    border: solid 1px #044F67;
}
.dialog-content,
.modal-content {
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  background-color: white;
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.4);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  position: relative;
  vertical-align: baseline;
  border-radius: 2px;
}
.color-black-blue{color:#323a44!important}.color-blue-grey{color:#6c7a86!important}.color-blue-grey-lighter{color:#919fa9!important}.color-blue{color:#00a8ff!important}.color-purple{color:#ac6bec!important}.color-yellow{color:#fed832!important}.color-lime{color:#afed3e!important}.color-green{color:#46c35f!important}.color-red{color:#fa424a!important}.color-orange{color:#fdad2a!important}.semibold{font-weight:600}.uppercase{text-transform:uppercase}.font-16{font-size:1rem}.font-14{font-size:.875rem}.font-11{font-size:.6875rem}h1,h2,h3,h4,h5,h6{font-weight:400;margin-bottom:1.2rem}h1 .text-muted,h2 .text-muted,h3 .text-muted,h4 .text-muted,h5 .text-muted,h6 .text-muted{display:inline;font-size:80%}h1 .text-muted.smaller,h2 .text-muted.smaller,h3 .text-muted.smaller,h4 .text-muted.smaller,h5 .text-muted.smaller,h6 .text-muted.smaller{font-size:65%}h1 .label,h2 .label,h3 .label,h4 .label,h5 .label,h6 .label{font-size:75%!important}h1.with-border,h2.with-border,h3.with-border,h4.with-border,h5.with-border,h6.with-border{border-bottom:solid 1px #d8e2e7;padding-bottom:.8rem}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: 'Proxima Nova',sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 1.2rem;
  }

a.nav-link {
    font-size: 1rem;
}

.btn-sm
{
	padding: .5rem .5rem;
}

.btn-xs
{
	padding: .15rem .45rem;
}

.blockquote
{
	border-left: 3px solid #ddd;
	padding: .9rem;
	line-height: 1.75;
	margin: 0 0 1.5em 0;
	font-size: .9rem;
}

.blockquote-success
{
	border-left: 3px solid #46c35f;
}

.blockquote-danger
{
	border-left: 3px solid #fa424a;
}

.blockquote-warning
{
	border-left: 3px solid #f29824;
}

.blockquote-info
{
	border-left: 3px solid #00a8ff;
}
.popover-title, .popover-header , .popover-body, .popover-content
{
	background: rgba(0, 0, 0, .75);
	color: #fff;
}
.has-float-label label, .has-float-label>span
{
	font-weight: 600;
}
p 
{
	margin: 0 0 .5em 0;
	font-size: .9rem;
	line-height: 1.6;
}
ol li, ul li
{
	font-size: .9rem;
	line-height: 1.6;
}
div.content-list div.content-list-item
{
  	border-right: 1px solid #ddd;
  	padding-bottom: 1.5rem;
  	padding-top: 1.5rem;
}
div.content-list div.content-list-item:last-child
{
  	border-right: none;
}
div.content-list
{
	display: -ms-flexbox;
  	display: flex;
	border-bottom: 1px solid #ddd;
}
div.content-list:last-child
{
	border-bottom: none;
}
.content-icon
{
	top: 15%;
	color: rgba(0, 0, 0, 0.1);
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.content-text
{
	position: relative;
	width: 90%;
}
.selectgroup {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.selectgroup-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.selectgroup-item + .selectgroup-item {
  margin-left: -1px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.selectgroup-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.selectgroup-button {
  display: block;
  border: 1px solid rgba(0, 40, 100, 0.12);
  text-align: center;
  padding: 0.375rem 1rem;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  color: #9aa0ac;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  min-width: 2.375rem;
}

.selectgroup-button-icon {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
}

.selectgroup-input:checked + .selectgroup-button {
  border-color: #467fcf;
  z-index: 1;
  color: #467fcf;
  background: #edf2fa;
}

.selectgroup-input:focus + .selectgroup-button {
  border-color: #467fcf;
  z-index: 2;
  color: #467fcf;
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.25);
}

.selectgroup-pills {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
  margin-right: .5rem;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.selectgroup-pills .selectgroup-button {
  border-radius: 50px !important;
}
.custom-control{
    margin-top: -1.2rem;
}
/*
fixed table first columns
 */
.scrolling table.scrolling-table {
    table-layout: inherit;
 *margin-left: -100px;/*ie7*/
}
/*.scrolling .fixed {
    vertical-align: top;
	padding: 10px;
	min-width: 100px;
}*/
.scrolling .fixed {
	position: absolute;
 	*position: relative; /*ie7*/
	left: 0;
	min-width: 120px;
}
.outer {
	position: relative
}
.inner {
	overflow-x: auto;
	overflow-y: visible;
	margin-left: 120px;
}
/*
ends here
 */
/*
rotate
 */
th.rotate
{
	height:200px;
}
th.rotate > div
{
	float: left;
	transform: 
	translate(1px, 75px)
	rotate(270deg);
	width: 30px;
	margin-left: 20%;
    white-space: nowrap!important;
}
/*
end rotation
 */
.w-100 th,
.w-100 td{
  padding: 0.1rem !important;
}
@media screen and (max-width:768px) {
	div.content-list div.content-list-item
	{
		border-right: none;
	  	border-bottom: 1px solid #ddd;
	}
	div.content-list div.content-list-item:last-child
	{
	  	border-bottom: none;
	}
	.border-sm-0
	{
		border: none;
	}
	.col-print-1, .col-print-2, .col-print-3, .col-print-4, .col-print-5, .col-print-6, .col-print-7, .col-print-8, .col-print-9, .col-print-10, .col-print-11, .col-print-12 {
		width: 100% !important;
	}
}
.avatar-icon-wrapper {
    display: inline-block;
    margin-right: .1rem;
    position: relative
}

.avatar-icon-wrapper .badge {
    position: absolute;
    right: -2px;
    top: -2px
}

.avatar-icon-wrapper .badge:empty {
    display: block
}

.avatar-icon-wrapper .badge.badge-bottom {
    top: auto;
    right: -2px;
    bottom: -2px
}

.avatar-icon-wrapper .badge-dot {
    width: 10px;
    height: 10px;
    border: #fff solid 2px
}

.avatar-icon-wrapper .badge-dot.badge-dot-lg {
    width: 14px;
    height: 14px;
    border: #fff solid 2px;
    top: 0;
    right: 0
}

.avatar-icon-wrapper .badge-dot.badge-dot-lg.badge-bottom {
    top: auto;
    right: 0;
    bottom: 0
}

.avatar-icon-add .avatar-icon {
    background: #e0f3ff;
    border: #7f9be5 dashed 1px;
    color: #3f6ad8;
    text-align: center;
    opacity: .6
}

.avatar-icon-add .avatar-icon i {
    font-style: normal;
    vertical-align: middle;
    font-size: 1.5rem;
    display: block;
    height: 100%
}

.avatar-icon-add:hover {
    cursor: pointer
}

.avatar-icon-add:hover .avatar-icon {
    opacity: 1
}

a.avatar-icon-wrapper:hover .avatar-icon {
    opacity: .8
}

.avatar-icon {
    display: block;
    width: 44px;
    height: 44px;
    transition: all .2s;
    opacity: 1;
    border-radius: 50px
}

.avatar-icon.rounded {
    border-radius: .39rem !important
}

.avatar-icon-xl .avatar-icon {
    width: 64px;
    height: 64px
}

.avatar-icon-xl.avatar-icon-add i {
    font-size: 2rem
}

.avatar-icon-lg .avatar-icon {
    width: 54px;
    height: 54px
}

.avatar-icon-lg.avatar-icon-add i {
    font-size: 1.75rem
}

.avatar-icon-sm .avatar-icon {
    width: 34px;
    height: 34px
}

/*.avatar-icon-sm.avatar-icon-add i {
    font-size: 1.1rem
}*/

.avatar-icon-xs .avatar-icon {
    width: 26px;
    height: 26px;
    transition: transform .2s
}

.avatar-icon-xs.avatar-icon-add i {
    line-height: 26px;
    font-size: .88rem
}

.avatar-icon-xs:hover .avatar-icon {
    transform: scale(2)
}

.avatar-icon {
    border: #fff solid 3px;
    overflow: hidden
}

.avatar-icon img {
    width: 100%;
    height: 100%
}

.avatar-wrapper-overlap .avatar-icon-wrapper {
    z-index: 5;
    margin-left: -18px
}

.avatar-wrapper-overlap .avatar-icon-wrapper:hover {
    z-index: 7
}

.avatar-wrapper-overlap .avatar-icon-wrapper.avatar-icon-xl {
    margin-left: -30px
}

.avatar-wrapper-overlap .avatar-icon-wrapper.avatar-icon-lg {
    margin-left: -24px
}

.avatar-wrapper-overlap .avatar-icon-wrapper.avatar-icon-sm {
    margin-left: -14px
}

.avatar-wrapper-overlap .avatar-icon-wrapper.avatar-icon-xs {
    margin-left: -10px
}

.avatar-wrapper-overlap .avatar-icon-wrapper.avatar-icon-add,
.avatar-wrapper-overlap .avatar-icon-wrapper:first-child {
    margin-left: 0 !important
}
table {
	background-color: transparent !important; 
}
