html, body {
    min-width:inherit;
}
.panel-body {
  padding: 15px 10px 20px;
  border-radius: 0 0 3px 3px;
 }
.panel-body:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 12px;
   font-size: 14px;
  line-height: 1.42857143;
  color: #404040;
 }
.form-control:focus {
  border-color: #1f3d76;
  outline: 0;
 }
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 48px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 37px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 57px;
  }
}
.form-group {
  margin-bottom: 20px;
	line-height: 22px;
  	text-align: left;
	vertical-align: middle;
}
.form-group:after {
	content: "";
	display: block;
 	clear: both;
	visibility: hidden;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 37px;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 3px;
}
select.input-sm {
  height: 37px;
  line-height: 37px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 37px;
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.6;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 37px;
  min-height: 30px;
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.6;
}
.input-lg {
  height: 57px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.7;
  border-radius: 4px;
}
select.input-lg {
  height: 57px;
  line-height: 57px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 57px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.7;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 57px;
  line-height: 57px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 57px;
  min-height: 33px;
  padding: 13px 16px;
  font-size: 15px;
  line-height: 1.7;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 60px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 57px;
  height: 57px;
  line-height: 57px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px;
}

.form-group .col-sm-1{ width: 15%; padding-right: 0px; min-height: 40px; display: flex;  flex: auto; align-items: center; } 
 .form-group .col-sm-3{ width: 18%; padding-left: 5px; }
.form-group .col-sm-4{ width: 35%; padding-left: 5px; }
 .form-group .col-sm-11{ width: 85%; padding-left: 5px; }
.form-group .col-sm-2{ width: 17.5%; padding-left: 5px; }
.form-group .data{padding: 9px 0}

.form-photo .col-sm-2{ width: 16.66666667%; padding-left: 5px; }


.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #cecece;
  border-radius: 4px;
 }
.select2-container--default .select2-selection--single {
  height: 40px; outline: 0
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 50px 0 12px;
  height: 40px;
  min-width: 90px;
  line-height: 40px;
  font-size: 14px;
  color: #404040;
	font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "\f2f9";
  font-family: 'Material Icons';
  font-size: 25px;
  font-weight: normal;
  line-height: 40px;
  color: #404040;
}
.select2-container--default .select2-selection--multiple {
  min-height:inherit; margin: 0 0 0 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 2px 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 2px;
  background-color: #ebeaea;
  color: #5a5a5a;
  border-width: 0;
  padding: 4px 6px;
  line-height: 18px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #666666;
  margin-right: 3px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #4d4d4d;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  line-height: 26px;
}
.select2-container--default.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d5d8de;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  content: "\f2f9";
}
.select2-container--default .select2-results__group {
  font-size: 13px;
  color: #5a5a5a;
  background: #ebebeb
}
.select2-container--default .select2-results__option {
  padding: 10px 30px 10px 10px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	position: relative;
  background-color: #f9f9f9;
}
.select2-container--default .select2-results__option[aria-selected="true"]:after {
	position: absolute;
	top: 10px; 
	right: 10px;
    content: "\f26b";
    font-family: 'Material Icons';
    font-size: 20px;
    font-weight: normal;
     color: #404040;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1f3d76;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]:after {color: #fff;}
.select2-container--default .select2-dropdown {
  border-width: 1px;
  border-color: #d5d8de;
}
.select2-container--default .select2-dropdown--above {
  border-radius: 2px 2px 0 0;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.12);
}
.select2-container--default .select2-dropdown--below {
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}
.select2-container--default .select2-search--dropdown {
  background-color: #f2f3f4;
  border-bottom: 1px solid #d5d8de;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
  border-width: 0;
  outline: none;
}

.datetimepicker {
  padding: 0px 0;
}
.datetimepicker .input-group-addon {
  padding: 0 13px;
  font-size: 24px;
  line-height: 23px;
    border-radius: 0 3px 3px 0
}
.datetimepicker .input-group-addon > i {
  vertical-align: middle;
}
.datetimepicker.input-group-sm .input-group-addon {
  font-size: 20px;
  line-height: 21px;
  padding: 0 11px;
}
.datetimepicker.input-group-lg .input-group-addon {
  padding: 0 15px;
}
.datetimepicker table {
    text-align: center;
  border-collapse: separate;
  border-spacing: 7px 2px;
}
.datetimepicker table thead tr th {
  padding: 10px 4px 8px;
}
.datetimepicker table thead tr th.prev,
.datetimepicker table thead tr th.next {
  padding: 0;
}
.datetimepicker table thead tr th.prev > .icon,
.datetimepicker table thead tr th.next > .icon {
  font-size: 21px;
}
.datetimepicker table thead tr th.prev:hover,
.datetimepicker table thead tr th.next:hover {
  background-color: transparent;
  color: #1f3d76;
}
.datetimepicker table thead tr th.switch {
   font-weight: 600;
  font-size: 14px;
}
.datetimepicker table thead tr th.switch:hover {
  background-color: transparent;
  color: #5a5a5a;
}
.datetimepicker table thead tr th.dow {
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
}
.datetimepicker table tbody tr td {
  line-height: 31px;
  padding: 0 8px;
}
.datetimepicker table tbody tr td.day {
  border-radius: 50%;
  color: #737373;
}
.datetimepicker table tbody tr td.day.old,
.datetimepicker table tbody tr td.day.new {
  color: #b3b3b3;
}
.datetimepicker table tbody tr td.day.active {
  background: #1f3d76;
  color: #ffffff;
  text-shadow: none;
}
.datetimepicker table tbody tr td.day.active:hover {
  background: #1a458e;
}
.datetimepicker table tbody tr td .year,
.datetimepicker table tbody tr td .month,
.datetimepicker table tbody tr td .hour,
.datetimepicker table tbody tr td .minute {
  color: #737373;
}
.datetimepicker table tbody tr td .year.old,
.datetimepicker table tbody tr td .month.old,
.datetimepicker table tbody tr td .hour.old,
.datetimepicker table tbody tr td .minute.old,
.datetimepicker table tbody tr td .year.new,
.datetimepicker table tbody tr td .month.new,
.datetimepicker table tbody tr td .hour.new,
.datetimepicker table tbody tr td .minute.new {
  color: #b3b3b3;
}
.datetimepicker table tbody tr td .year.active,
.datetimepicker table tbody tr td .month.active,
.datetimepicker table tbody tr td .hour.active,
.datetimepicker table tbody tr td .minute.active {
  background: #1f3d76;
  color: #ffffff;
  text-shadow: none;
}
.datetimepicker table tbody tr td .year.active:hover,
.datetimepicker table tbody tr td .month.active:hover,
.datetimepicker table tbody tr td .hour.active:hover,
.datetimepicker table tbody tr td .minute.active:hover {
  background: #1a458e;
}
.datetimepicker table tbody tr td fieldset legend {
  font-size: 17px;
  font-weight: 400;
  color: #5a5a5a;
  margin-bottom: 5px;
}
.datetimepicker.dropdown-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.datetimepicker.dropdown-menu:before {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}


.table {
  width: 100%;
  max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
	text-align: left;
}
.table > thead > tr > th {
  border-bottom-width: 2px;
  font-family: 'ubuntumedium';
}
.table > thead.primary > tr > th {
  color: #1f3d76;
}
.table > thead.success > tr > th {
  color: #34a853;
}
.table > tbody > tr > td {
  font-weight: 400;
  vertical-align: middle;
}
.table-condensed > thead > tr > th {
  padding-top: 10px;
  padding-bottom: 8px;
}
.table-bordered > thead > tr > th {
  padding: 14px 10px;
}
.table-bordered tbody > tr td:first-child {
  padding-left: 10px;
}
.table-bordered tbody > tr td:last-child {
  padding-right: 10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 6px;
    border-top: 1px solid #ddd;
} 
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #EEEEEE;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 7px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-hover > tbody > tr:hover {
  background-color: #fafbfc;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f0f0f0;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e3e3e3;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #34a853;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #2e9549;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  color: #ffffff;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ea4335;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #e82e1e;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  color: #ffffff;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  color: #ffffff;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table.table-borderless tbody tr td {
  border-top-width: 0;
}
.panel-table table {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.panel-table tr th:first-child,
.panel-table tr td:first-child {
  padding-left: 25px;
}
.panel-table tr th:last-child,
.panel-table tr td:last-child {
  padding-right: 22px;
}
.panel-table thead tr th {
 font-family: 'ubuntumedium';
  padding-top: 10px;
  padding-bottom: 10px;
    font-weight: 200;
}

.table-list-image{max-height: 90px; border-radius: 3px	}
.following-logo{height: 80px; display: flex; align-items: center;}
.following-logo img{max-height: 55px; max-width: 100px; height: auto}
.be-checkbox{position: relative}
.be-checkbox input[type='checkbox'] + label{ position: absolute; top: 3px; left: 0; margin: 0; padding: 0 }
.project-search-result input[type='checkbox'] + label{ position:relative;}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #404040;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #2d5db7;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #174098;
  border-color: #174098;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination {
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 10px 13px;
  color: #404040;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 6px;
}
.pagination > li > a span,
.pagination > li > span span {
  line-height: 12px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 2px;
}
.pagination > li > a:hover {text-decoration: none}
 
.dataTables_info{text-align: left; padding: 5px 0 5px 10px;}
.be-datatable-footer .pagination{float: right; margin: 0 5px 0 0 }
.be-datatable-footer{min-height: 20px}
.user-main .be-datatable-footer{ padding: 15px}

.table .mdi{font-size: 24px; margin: 0 4px}
.table tr th.actions .icon,
.table tr td.actions .icon {
  color: #a1a1a1;
  font-size: 18px;
  line-height: 18px;
}
.table tr th.actions .icon:hover,
.table tr td.actions .icon:hover {
  color: #808080;
}
.table .actions{text-align: right}
.functions .btn{padding: 6px 15px; margin: 0 8px 0 0; font-family: 'ubuntumedium'; }
.modal-body .btn{padding: 6px 15px; margin: 0 8px 0 0; font-family: 'ubuntumedium'; }
.btn .icon {
  font-size: 16px;
  line-height: 15px;
  margin: 0px 0 2px 0;
	vertical-align: middle
}
.btn .icon.icon-left {
  margin-right: 3px;
}
.btn .icon.icon-right {
  margin-left: 1px;
}
.text-warning {
  color: #fbbc05;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ca9703;
}
.text-danger {
  color: #ea4335;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d62516;
}
.xs-mt-50 {
    margin-top: 50px !important;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.12s linear;
  -o-transition: opacity 0.12s linear;
  transition: opacity 0.12s linear;
}
.fade.in {
  opacity: 1;
}

/*------------------------------------------------------------------
  [Modals]
*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -2%);
  -ms-transform: translate(0, -2%);
  -o-transform: translate(0, -2%);
  transform: translate(0, -2%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out, -o-transform 0.2s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position:fixed;
  width: 600px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: fit-content;  
} 
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
  
  .modal-sm {
    width: 300px;
  }
 @media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-content {
  box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
  overflow: hidden;
  background-color: #ffffff;
  color: #404040;
  border: none;
 }
.modal-header {
  border: 0;
  padding: 20px;
 }
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  display: block;
  margin: 0;
}
.modal-content .close {
	position: absolute;
	top:20px;
	right: 20px;
  font-size: 22px!important;
  opacity: 0.4;
  text-shadow: none;
}
.modal-content .close:hover {
  opacity: 0.8;
}
.modal-content .close:focus {
 outline: none;
}

.modal-body {
  padding: 0px 20px 30px;
}
.modal-body .row:last-child .form-group {
  margin-bottom: 0;
}
.modal-main-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: normal;
  font-size: 50px;
}
.modal-footer {
  padding: 0;
  border: none;
}
.modal-full-color .modal-header {
  padding: 19px;
}
.modal-full-color .modal-content {
  color: #ffffff;
  background-color: transparent;
}
.modal-full-color .modal-content .close {
  color: #ffffff;
  line-height: 40px;
  opacity: 0.6;
}
.modal-full-color .modal-content .close:hover {
  opacity: 1;
}
.modal-full-color .modal-content .modal-footer {
  border: none;
}
.modal-full-color .btn-default {
  border-width: 2px;
  border-color: transparent;
}
.modal-full-color .btn-primary,
.modal-full-color .btn-success,
.modal-full-color .btn-warning,
.modal-full-color .btn-danger {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
}
.modal-full-color .btn-primary:focus,
.modal-full-color .btn-success:focus,
.modal-full-color .btn-warning:focus,
.modal-full-color .btn-danger:focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
}
.modal-full-color .btn-primary:hover,
.modal-full-color .btn-success:hover,
.modal-full-color .btn-warning:hover,
.modal-full-color .btn-danger:hover,
.modal-full-color .btn-primary .hover,
.modal-full-color .btn-success .hover,
.modal-full-color .btn-warning .hover,
.modal-full-color .btn-danger .hover {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.modal-full-color .btn-primary:active,
.modal-full-color .btn-success:active,
.modal-full-color .btn-warning:active,
.modal-full-color .btn-danger:active {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.8);
}
.modal-full-color-success .modal-header {
  background-color: #37b358;
}
.modal-full-color-success .modal-body,
.modal-full-color-success .modal-footer {
  background-color: #37b358;
}
.modal-full-color-success .btn-default {
  color: #37b358;
}
.modal-full-color-success .btn-default:active {
  color: #37b358;
}
.modal-full-color-primary .modal-header {
  background-color: #5f99f5;
}
.modal-full-color-primary .modal-body,
.modal-full-color-primary .modal-footer {
  background-color: #5f99f5;
}
.modal-full-color-primary .btn-default {
  color: #5f99f5;
}
.modal-full-color-primary .btn-default:active {
  color: #5f99f5;
}
.modal-full-color-warning .modal-header {
  background-color: #f6c163;
}
.modal-full-color-warning .modal-body,
.modal-full-color-warning .modal-footer {
  background-color: #f6c163;
}
.modal-full-color-warning .btn-default {
  color: #f6c163;
}
.modal-full-color-warning .btn-default:active {
  color: #f6c163;
}
.modal-full-color-danger .modal-header {
  background-color: #eb6357;
}
.modal-full-color-danger .modal-body,
.modal-full-color-danger .modal-footer {
  background-color: #eb6357;
}
.modal-full-color-danger .btn-default {
  color: #eb6357;
}
.modal-full-color-danger .btn-default:active {
  color: #eb6357;
}
.modal-full-color-dark .modal-header {
  background-color: #3d3c3c;
}
.modal-full-color-dark .modal-body,
.modal-full-color-dark .modal-footer {
  background-color: #3d3c3c;
}
.modal-full-color-dark .btn-default {
  color: #3d3c3c;
}
.modal-full-color-dark .btn-default:active {
  color: #3d3c3c;
}
.full-width {
  width: 90%;
  max-width: none;
}
.modal-md {
  width: 90%;
  max-width: 500px;
  margin: -205px auto 0;
  top:50%;
 }
.modal-dialog .panel-body{ min-height: 130px}
.modal-dialog .form-horizontal{width: 90%; margin: 20px auto 30px}
.modal-dialog .form-group .col-sm-3{width: 22%}
.modal-dialog .form-group .col-sm-9{width: 78%}
.modal-dialog h3{font-family: 'ubunturegular';}

.modal-iframe {
  width: 90%;
  max-width: 900px;
  margin: -305px auto 0;
  top:50%;
}

.modal-iframe .modal-content{height: 610px; position: relative }
.modal-iframe .title{position: absolute; left: 25px; top: 18px; font-size: 16px; font-weight: 500}
.modal-iframe .modal-header{border-bottom: 1px solid #e7e7e7; }
.modal-iframe .modal-footer{position: absolute; bottom: 10px; width: 100%; text-align: center}
.modal-iframe iframe{width: 100%; height: 610px}
.iframe-body{ background: #fff}
.iframe-body .main-content{padding: 0}
.iframe-body .table-list-image{height: 65px}
.iframe-body .panel-heading{ margin: 0; }
.panel-heading .row{margin: 0; padding: 0}
.iframe-body .table td{padding:12px 6px; }
.iframe-body .table .news-title{display: block; width: 500px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.iframe-body .be-datatable-footer{background: #fff; padding: 10px 0; margin: 0; width: 100%; position: fixed; bottom: 0; border-top: 1px solid #ddd;}
 .iframe-body .Tables_wrapper .panel-title{ padding: 15px 0 0 0; height: 60px; font-size: 18px; line-height: 22px; font-family: 'ubuntumedium'; text-align: center}
.modal-dialog .Tables_wrapper .panel-title{ margin: 8px 0 0 0; height: 40px; font-size: 18px; line-height: 22px; font-family: 'ubuntumedium'; text-align: center}
.iframe-body .panel-table table{border-bottom: 1px solid #ddd;}
.iframe-body .panel-table .table-body{height: 451px; overflow: auto}
.iframe-body .panel-function{position: absolute; top: 10px; left: 10px}
.iframe-body .panel-back{position: absolute; top: 18px; left: 18px; font-weight: 400}
.iframe-body .panel-back .mdi{font-size: 26px; float: left; margin: -2px 6px 0 0}
.iframe-body .alert-fixed{top:60px}
.iframe-body .form-photo{margin: 20px auto 50px; width: 60%; min-width: 580px}
.iframe-body .form-company-member{margin: 30px 20px; }
.iframe-body .z_photo .up-img{max-height: 350px; width:auto; max-width: 100%;  margin: 0 auto; border: 1px solid #d5d8de}
.iframe-body .z_photo .up-section{ margin-bottom: 15px;}
.iframe-body .form-signup{margin: 40px auto; width: 85%}

.panel-bottom{position:absolute; background: #fff; bottom: 0; width: 100%; border-top: 1px solid #e6e6e6; padding: 8px 0 10px; text-align: center; border-radius: 0 0 3px 3px }
.panel-bottom .btn{ padding: 8px 20px}


.project-search-wrap{height: 440px; margin: 0 -15px 0 0; overflow: auto}
.project-search-form{margin: 15px 0 20px 74px;}
.project-search-form input{display: inline-block; vertical-align: top; width: 662px; border-radius: 3px 0  0 3px}
.project-search-form button{display: inline-block; vertical-align: top; line-height: 38px!important; margin: 0px 0 0 -5px; padding: 0 23px!important; border-radius: 0 3px 3px 0}
.project-search-result{margin: 0px 62px 0px;}
.project-search-result li{  
	width: 366px;
	position: relative;
	display: inline-block;
    background: #FFF;
    margin: 0 10px 15px 10px;
 	
}
.project-search-result label{display: block; border: 1px solid #e6e6e7; margin: 1px!important; border-radius: 4px; overflow: hidden;}
.project-search-result input[type="checkbox"]:checked + label{ border: 2px solid #1f3d76; margin: 0px!important; }

.project-search-result .img{ display: inline-block; float: left; width: 140px; height: 100px; margin: 0 15px 0 0; overflow: hidden} 
.project-search-result .img img{ width: 130%; max-width: inherit; margin: 0 0 0 -15%}
.project-search-result .text{ display: inline-block; width: 175px;  vertical-align: top; margin: 15px 0 0 0} 
.project-search-result .text .name{ font-size:16px; line-height: 20px; margin: 0 0 0 0; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.project-search-result .text .location{margin: 2px 0 0 0; color: #999;  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.project-search-result label {cursor: pointer;}
.project-search-result label:before{ position: absolute; top: 8px; left: 8px;}
.project-search-result-empty{text-align: center; padding: 60px; color: #999}
.project-search-result input[type="checkbox"]{display: none}
.project-search-result input[type='checkbox'] + label:after, .project-search-result input[type='checkbox'] + label:before{top:3px; left: 2px}


.iframe-body .panel-news{padding: 20px; background: #eee}
.photo-accordion{ margin: 20px 0 0 0}




.colored-header .modal-content .modal-header {
  background-color: #e6e6e6;
  color: #ffffff;
  padding: 30px 20px;
}
.colored-header .modal-content .modal-header .modal-title {
  font-size: 20px;
}
.colored-header .modal-content .modal-header .close {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 2px;
}
.colored-header .modal-content .modal-body {
  padding: 35px 20px 20px;
  background-color: #ffffff;
  color: #404040;
}
.colored-header .modal-content .modal-footer {
  background-color: #ffffff;
}
.colored-header-success .modal-content .modal-header {
  background-color: #37b358;
}
.colored-header-primary .modal-content .modal-header {
  background-color: #5f99f5;
}
.colored-header-warning .modal-content .modal-header {
  background-color: #f6c163;
}
.colored-header-danger .modal-content .modal-header {
  background-color: #eb6357;
}
.colored-header-dark .modal-content .modal-header {
  background-color: #3d3c3c;
}
@media (max-width: 767px) {
  .modal-dialog {
    min-width: 100%;
    padding: 0 15px;
  }
}
.be-modal-open {
  overflow-x: visible;
}


.btn-warning {
  border-color: #e3aa04;
  color: #fff;
  background-color: #fbbc05;
  border-color: #fbbc05;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ca9703;
  border-color: #654c02;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ca9703;
  border-color: #a77d03;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ca9703;
  border-color: #a77d03;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a77d03;
  border-color: #654c02;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

 
.gallery-upload{float: left; margin: 0 0 15px 0}
.edit-title{    
    margin: -6px 0 28px 0;
    font-size: 20px;
    color: #333;
    font-family: 'ubuntumedium';
    text-align: center;
 }
.edit-back{position: absolute; top: -5px; left: 10px; font-size: 16px; font-family: 'ubuntumedium'; padding: 0 0 0 10px}
.edit-back .mdi{font-size: 26px; float: left; margin: -2px 6px 0 0}


.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 0;
   width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.7;
  border-radius: 4px;
  height: 57px;
  padding: 12px 14px;
  font-size: 18px;
  font-weight: 300;
  border-radius: 2px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 57px;
  line-height: 57px;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
} 
.input-group-addon.input-sm {
  padding: 5px 9px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 12px 16px;
  font-size: 15px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bottom-btn{float: left; width: 100%; text-align: center}
.related-project-btn{margin: 0 0 10px 0}
.related-project-btn a{float: left; max-width: 82%;margin: 0 -1px 0 0; }
.related-project-btn a .btn-default{ border-radius: 3px 0 0 3px; padding-right: 20px; width: 100%;  overflow: hidden; white-space:nowrap; text-overflow:ellipsis; }
.btn-success {
    border-color: #2e9549;
    color: #fff;
    background-color: #34a853;
    border-color: #34a853;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #288140;
  border-color: #103319;
}
.btn-success:hover {
  color: #fff;
  background-color: #288140;
  border-color: #206632;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #288140;
  border-color: #206632;
}
.function-btn {
    position: absolute;
    right: 26px;
    top: 16px;
}
.iframe-body .btn{
    display: inline-block;
    padding: 0 14px;
    font-size: 14px;
    line-height: 33px;
    font-family: 'ubuntumedium';
}
.iframe-body .panel-body{padding: 0}
.panel-bottom .btn{ padding: 0 20px;}
.user-main .filter{display: inline-block; vertical-align: top; margin: -2px 0 0 20px; float: none; width: 200px; text-align: left}
.user-main .select2-container--default .select2-selection--single .select2-selection__rendered{height: 38px; line-height: 36px}
.user-main .select2-container--default .select2-selection--single{height: 38px}
.user-main .select2-container--default .select2-selection--single .select2-selection__arrow{top: 0px;}

.table-filter{position: relative; display: inline-block}
.table-filter .launch-dropdown{display: inline-block; padding: 0 15px 0 0; background-image: url(../images/icon-filter-arrow.svg);
    background-position: center right;
    background-size: 10px;
    background-repeat: no-repeat; cursor: pointer}
.table-filter .dropdown-box{top: 30px; right: -20px; min-width: 200px; font-family: 'ubunturegular';}
.table-filter .dropdown-box a:hover, .table-filter .dropdown-box a:checked{text-decoration: none}
.table-filter  .dropdown-box li.current a{background-position: 170px center;}



.file-view-link {
    display: inline-block;
    vertical-align: top;
    margin: 12px 15px 0 0;
    font-weight: 500;
}
.js {
    display: inline-block;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 1rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
	border-radius: 4px;
 }

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
.inputfile-2 + label {
    color: #1f3d76;
    border: 2px solid currentColor;
}
.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #285ebb;
}

.empty-wrap{height:250px; text-align: center; color: #a9acb4 }
.empty-wrap .icon{margin: 110px 0 20px 0}
.empty-wrap .icon img{width: 100px; opacity: 0.6}

.sign-frame {
	margin: 0 0 0 0;
 	line-height:18px;
}
.sign-frame td {
    border-bottom: solid 1px #e9e9e9;
	padding: 14px 3px;
}
.sign-frame thead{font-family: 'ubuntumedium';}
.control-label{margin: 0 0 8px 0}
.form-btn{text-align: left; margin: 0 0 10px 5px}
.image-upload { padding: 0 18px 18px;}

.dashboard-wrap a:hover{text-decoration: none!important; color: #ff8900}


.widget-head .tools {
  float: right;
  margin-left: 10px;
}
.widget-head .tools .icon {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
  color: #bababa;
  min-width: 20px;
  text-align: center;
}
.widget-head .tools .icon + .icon {
  margin-left: 2px;
}
.widget-head .tools .icon:hover {
  color: #a6a6a6;
}
.widget-head .tools .value {
  font-size: 24px;
  line-height: 22px;
}
.widget-head .tools .dropdown {
  display: inline-block;
}
.widget-head .tools .dropdown-menu {
  right: 0;
  left: auto;
}
.widget-head .button-toolbar {
  float: right;
}
@media (max-width: 767px) {
  .widget-head .button-toolbar .btn-group {
    margin-bottom: 5px;
  }
}
.widget-head .button-toolbar .btn-group + * {
  margin-left: 7px;
}
.widget-head .button-toolbar .dropdown-menu {
  right: 0;
  left: auto;
}
.widget.widget-tile {
	position: relative;
  padding: 24px 20px;
  margin-bottom: 28px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.widget.widget-tile .data-info {
  text-align: right;
}
.widget.widget-tile .data-info .value {
  font-size: 22px;
  font-weight: 300;
}
.widget.widget-tile .data-info .indicator {
  font-size: 25px;
  margin-right: 7px;
  line-height: 24px;
  vertical-align: middle;
}
.widget.widget-tile .data-info .indicator-equal {
  color: #1f3d76;
}
.widget.widget-tile .data-info .indicator-positive {
  color: #34a853;
}
.widget.widget-tile .data-info .indicator-negative {
  color: #ea4335;
}
.widget.widget-tile .data-info .desc {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget.widget-tile .chart {
  width: 85px;
  min-height: 45px;
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle;
}
.widget.widget-tile.widget-tile-wide {
  display: table;
  width: 100%;
}
.widget.widget-tile.widget-tile-wide > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.widget.widget-tile.widget-tile-wide .data-info {
  vertical-align: top;
}
.widget.widget-tile.widget-tile-wide .data-info .title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2px;
}
.widget.widget-tile.widget-tile-wide .data-info .desc {
  color: #808080;
  font-size: 12px;
}
.widget.widget-tile.widget-tile-wide .tile-value {
  text-align: right;
}
.widget.widget-tile.widget-tile-wide .tile-value > span {
  display: block;
  padding-right: 10px;
  font-weight: 300;
  font-size: 31px;
}
.widget.widget-tile.widget-tile-wide .icon {
  float: none;
  line-height: 43px;
  vertical-align: top;
  margin-right: 5px;
}
.widget-icon{font-size: 46px;position: absolute;top:20px;left: 25px;}
.widget-blue{color: #1f3d76}
.widget-yellow{color: #fbbd04}
.widget-green{color: #34a853}
.widget-red{color: #ea4335}
.widget-purple{color: #776aae}
.widget .desc{color: #333!important}
.widget .number{color: #333!important}
a .widget:hover{  box-shadow: 6px 6px 30px rgba(0,0,0,0.045);}
.widget .notification{display: inline-block; margin: 0 0 3px 5px; padding: 0 5px; vertical-align: middle; height: 18px;
    min-width: 18px;
    line-height: 16px;
    font-size: 12px; text-align: center; border-radius: 10px; background: #e11313; color: #fff }

.panel-heading {
  font-size: 18px;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0px;
  margin: 0 20px;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
}
.panel-heading-divider {
   margin: 0 20px 8px; 
	padding: 20px 0 10px;
}
.panel {
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  border-width: 0;
  border-radius: 3px;
}
.panel-body {
  padding: 15px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.user-progress-small .value {
  position: absolute; right: 0; top:2px; font-size: 14px; padding-top: 0px;
}
.user-progress-small {
  margin-bottom: 5px;
}

.progress{margin-top: 8px; height: 8px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);}

/*------------------------------------------------------------------
  [Widgets]
*/
.widget {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 10px 10px 50px rgba(0,0,0,0.02);
}
.widget.widget-fullwidth {
  padding: 0;
}
.widget.widget-fullwidth .widget-head {
  padding: 20px 20px 10px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .widget.widget-fullwidth .widget-head {
    padding-left: 15px;
  }
}
.widget.widget-fullwidth .widget-chart-container .counter {
  left: 20px;
}
.widget.widget-fullwidth .chart-table table {
  margin-bottom: 0;
}
.widget.widget-small {
  margin-bottom: 20px;
}
.widget.widget-small.widget-fullwidth > .widget-head {
  padding: 20px 15px 10px;
}
.widget-head {
  margin-bottom: 20px;
  display: block;
  border-radius: 3px 3px 0 0;
}
.widget-head:before,
.widget-head:after {
  content: " ";
  display: table;
}
.widget-head:after {
  clear: both;
}
.widget-head:before,
.widget-head:after {
  content: " ";
  display: table;
}
.widget-head:after {
  clear: both;
}
.widget-head .title {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
.widget-head .description {
  display: block;
  color: #9e9e9e;
  line-height: 22px;
  font-weight: 300;
}
.widget-head .tools {
  float: right;
  margin-left: 10px;
}
.widget-head .tools .icon {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
  color: #bababa;
  min-width: 20px;
  text-align: center;
}
.widget-head .tools .icon + .icon {
  margin-left: 2px;
}
.widget-head .tools .icon:hover {
  color: #a6a6a6;
}
.widget-head .tools .value {
  font-size: 24px;
  line-height: 22px;
}
.widget-head .tools .dropdown {
  display: inline-block;
}
.widget-head .tools .dropdown-menu {
  right: 0;
  left: auto;
}
.widget-head .button-toolbar {
  float: right;
}
@media (max-width: 767px) {
  .widget-head .button-toolbar .btn-group {
    margin-bottom: 5px;
  }
}
.widget-head .button-toolbar .btn-group + * {
  margin-left: 7px;
}
.widget-head .button-toolbar .dropdown-menu {
  right: 0;
  left: auto;
}
.widget-chart-container {
  position: relative;
}
.widget-chart-container .counter {
  min-height: auto;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.widget-chart-container .counter-inline {
  position: relative;
  display: inline-block;
}
.widget-chart-container .counter .value {
  font-size: 24px;
}
.widget-chart-container .counter .desc {
  text-transform: uppercase;
  font-size: 11px;
  color: #9d9d9d;
}
.widget-chart-container .counter-big .value {
  display: block;
  font-size: 27px;
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 5px;
}
.widget-chart-container .indicator-equal .icon {
  color: #1f3d76;
}
.widget-chart-container .indicator-positive .icon {
  color: #34a853;
}
.widget-chart-container .indicator-negative .icon {
  color: #ea4335;
}
.widget-chart-container .indicator .icon {
  font-size: 25px;
  margin-right: 7px;
  line-height: 24px;
  vertical-align: middle;
}
.widget-chart-container .indicator .number {
  font-size: 20px;
  vertical-align: middle;
}
.widget-chart-info:before,
.widget-chart-info:after {
  content: " ";
  display: table;
}
.widget-chart-info:after {
  clear: both;
}
.widget-chart-info:before,
.widget-chart-info:after {
  content: " ";
  display: table;
}
.widget-chart-info:after {
  clear: both;
}
@media (max-width: 767px) {
  .widget-chart-info + .widget-counter-group {
    margin-top: 15px;
  }
}
.widget-fullwidth .widget-chart-info {
  padding: 9px 20px 0;
}
.widget-counter-group {
  padding: 0 20px 10px;
}
.widget-counter-group-right {
  text-align: right;
}
.widget-counter-group .counter {
  position: static;
  display: inline-block;
}
.widget-counter-group .counter + .counter {
  margin-left: 20px;
}
/*------------------------------------------------------------------
  [Charts]
*/
.chart-legend{margin: 15px 0 0}
.chart-legend table {
  width: 100%;
}
.chart-legend table tr td {
  padding: 6px 0;
  vertical-align: middle;
}
.chart-legend-color > span {
  display: block;
  background-color: #f2f2f2;
  height: 10px;
  width: 10px;
}
.chart-legend-value {
  text-align: right;
}
.chart-legend-horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 14px;
}
.chart-legend-horizontal > li {
  display: inline-block;
}
.chart-legend-horizontal > li + li {
  margin-left: 14px;
}
.chart-legend-horizontal > li > span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-right: 2px;
}
.chart-pie-counter {
  diplay: block;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
  font-size: 50px;
  font-weight: 300;
}
/*------------------------------------------------------------------
  [Colors]
*/
.clr-primary {
  background-color: #1f3d76;
}
.clr-success {
  background-color: #34a853;
}
.clr-warning {
  background-color: #fbbc05;
}
.clr-danger {
  background-color: #ea4335;
}
.clr-grey {
  background-color: #cccccc;
}
/*------------------------------------------------------------------
  [Grid]
*/
.bs-grid-block {
  border: 2px dashed #c3c3c3;
  font-weight: 300;
  font-size: 20px;
  color: #807e7e;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}
.bs-grid-block .content {
  display: table-cell;
  height: 177px;
  text-align: center;
  vertical-align: middle;
}
.bs-grid-block .content .size {
  display: block;
}
.bs-grid-block .content .device {
  line-height: 0;
}
.bs-grid-block .content .device:after {
  font-size: 15px;
}
@media (min-width: 1200px) {
  .bs-grid-block .content .device:after {
    content: 'Desktop';
    color: #1f3d76;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs-grid-block .content .device:after {
    content: 'Laptop';
    color: #1f3d76;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs-grid-block .content .device:after {
    content: 'Tablet';
    color: #34a853;
  }
}
@media (max-width: 767px) {
  .bs-grid-block .content .device:after {
    content: 'Phone';
    color: #34a853;
  }
}
.widget-progress-container{margin: 30px 0 0}

.widget-events{padding: 3px;}
.widget-events li{float: left; margin: 0 0 14px 0}
.widget-events li:last-child{margin:0}
.widget-events .img{float: left; width: 82px; height: 62px; background-size: cover; background-position: center center; border-radius: 3px; overflow: hidden}
.widget-events .title{float: left; vertical-align: top; margin: 2px 0 0 15px; width: calc(100% - 120px); font-size: 14px; line-height: 18px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;  overflow: hidden; }
.widget-events .date{ float: left;  margin: 2px 0 0 15px; font-size: 13px; color: #999!important} 
.member-title{float: left;}
.member-menu{float: right;}
.member-title .logo img{max-width: 110px; max-height: 40px}
.member-title .logo{
 	width: 110px;
    height: 60px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;}
.member-title .name{margin: 15px 0 0 20px}

thead .sort{display:inline-block; vertical-align: inherit; margin: 0 0 -2px 5px; width: 20px; height: 20px; font-size: 13px; font-family: 'Glyphicons Halflings';} 
thead .sorting{opacity: 0.3; }
thead .sorting:before {
    content: '\e150';
	cursor: pointer
}
thead .sorting_asc{opacity: 0.7; }
thead .sorting_asc:before {
    content: '\e155';
	cursor: pointer;
 }
thead .sorting_desc{opacity: 0.7; }
thead .sorting_desc:before {
    content: '\e156';
	cursor: pointer;
 }
.table .red-dot{float: left;  margin: 8px 0 0 -12px; height: 6px; width: 6px; border-radius: 10px; background: #e11313;}
.select2-container{margin: 0 0 5px 0}


@media (max-width: 520px){
	.subheader{height: 56px}
	.subheader li{width: 100%; margin: 0 0; }
	.subheader li a{line-height: 52px;}
	.subheader li.current a{border-bottom:0; }
    .widget.widget-tile{margin-bottom: 18px;}
	.member-menu{ background: #fff; position: absolute; padding: 0px 0 20px 0; left: 0; top:56px; width: 100%; box-shadow: 0px 15px 30px rgb(0 0 0 / 4%); z-index: 10; display: none}
	.subheader:after{content: ""; position: absolute; right: 12px; top: 12px; width: 30px; height: 30px; background-image: url(../images/icon-menu.svg); background-repeat: no-repeat; background-size: 30px}
	.subheader.active:after{background-image: url(../images/icon-close.svg); background-repeat: no-repeat; background-size: 30px}
 	.member-title .logo{height: 56px}
	.user-progress-small .value{right: 14px;}
	.user-main{ border-radius: 0px; margin: 10px 0 10px 0;}
	.section-content .user-main .title{margin: 20px 0 10px 20px;}
	.sub-main>.container{padding: 0}
	.sub-main>.container>.row{margin: 0}
	.sub-main>.dashboard-wrap{padding: 20px 15px 0}
	.panel-table .row{margin: 0}
	.uc-mc{border-radius: 0; margin: 0 0 20px 0;}
	.panel-table tr th:first-child, .panel-table tr td:first-child{padding-left: 15px;}
	.panel-table tr th:last-child, .panel-table tr td:last-child{padding-right: 10px;}
	.table .actions{text-align: center}
	.uc-mc .functions{position: relative; right: inherit; top:inherit; margin: 0 0 5px 20px}
	.uc-mc .title{font-size: 24px; margin: 12px 0 10px 20px; padding: 0}
 	.form-group .col-sm-1, .form-group .col-sm-4, .form-group .col-sm-11, .form-group .col-sm-2{width: 100%; padding: 0;}
	.form .btn-primary{margin: 5px 10px 5px 25px}
	.bottom-btn{margin: 0 0 20px 0}
	.user-main .row{margin: 0}
	.dashboard-wrap .col-xs-6, .dashboard-wrap .col-xs-12, .col-sm-12, .col-sm-10, .col-sm-6{ padding: 0}
	.edit-title{ margin: 20px 0 10px 0;}
	.edit-back{ top: 20px;}
	.project-search-result{margin: 0px 12px 0px;}
	.project-search-form{margin: 15px 20px 20px 20px}
	.project-search-form input{ width: 70%;}
	.project-search-form button{width: 29%}
	.project-search-result .img{ width: 120px;}
	.project-search-result li{width: -webkit-fill-available}
	.project-search-result .text{ width: calc(100% - 140px);}
	.panel-bottom{}
	.project-search-wrap{margin: 0 0 0 0; height: calc(100vh - 180px);}
	.iframe-body .form-photo{width: 100%; min-width: inherit}
	.form-horizontal .form-group{margin: 0 20px}
	.mask .mask-content{width: 90%!important} 
	.form-btn{margin: 20px 0 10px 0;}
	.form-btn .btn-primary{margin: 5px 10px 5px 0;}
	.user-main .form-wrong{margin: 0 0px 20px;}
	.modal-dialog{width: 100%}
 		
}

