/* form-control zit rond de input */
.form-control {
  height: auto;
  padding: 0;
  border: 0;
  /*input {
        height: 34px;
        padding: 6px 12px;
        background-color: #fff;
        border: 1px solid #c2cad8;
        border-radius: 4px;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        width: 100%;
    }*/ }

.form-control input, .form-control select, .form-control textarea {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #c2cad8;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  display: block; }

.form-control textarea {
  height: 100px !important;
  resize: none; }

.form-control input[type=checkbox] {
  height: 15px;
  width: auto; }

.form-control.display-value {
  padding-top: 7px;
  margin-top: 1px; }

.has-error input, .has-error select, .has-error textarea {
  border-color: #e73d4a; }

.ui-datepicker-title select {
  color: #000; }

.input-group-addon {
  background-color: #eee; }

input[type=checkbox] {
  width: 15px;
  height: auto; }

.tooltip-info + .tooltip .tooltip-inner {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  border-color: #9acfea;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); }

.tooltip-info + .tooltip.top .tooltip-arrow,
.tooltip-info + .tooltip.top-left .tooltip-arrow,
.tooltip-info + .tooltip.top-right .tooltip-arrow {
  border-top-color: #bce8f1; }

.tooltip-info + .tooltip.bottom .tooltip-arrow,
.tooltip-info + .tooltip.bottom-left .tooltip-arrow,
.tooltip-info + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #bce8f1; }

.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #bce8f1; }

.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #bce8f1; }

.tooltip-danger + .tooltip .tooltip-inner {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); }

.tooltip-danger + .tooltip.top .tooltip-arrow,
.tooltip-danger + .tooltip.top-left .tooltip-arrow,
.tooltip-danger + .tooltip.top-right .tooltip-arrow {
  border-top-color: #ebccd1; }

.tooltip-danger + .tooltip.bottom .tooltip-arrow,
.tooltip-danger + .tooltip.bottom-left .tooltip-arrow,
.tooltip-danger + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #ebccd1; }

.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #ebccd1; }

.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #ebccd1; }

.tooltip-warning + .tooltip .tooltip-inner {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  border-color: #f5e79e;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); }

.tooltip-warning + .tooltip.top .tooltip-arrow,
.tooltip-warning + .tooltip.top-left .tooltip-arrow,
.tooltip-warning + .tooltip.top-right .tooltip-arrow {
  border-top-color: #faebcc; }

.tooltip-warning + .tooltip.bottom .tooltip-arrow,
.tooltip-warning + .tooltip.bottom-left .tooltip-arrow,
.tooltip-warning + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #faebcc; }

.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #faebcc; }

.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #faebcc; }

.tooltip-success + .tooltip .tooltip-inner {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); }

.tooltip-success + .tooltip.top .tooltip-arrow,
.tooltip-success + .tooltip.top-left .tooltip-arrow,
.tooltip-success + .tooltip.top-right .tooltip-arrow {
  border-top-color: #d6e9c6; }

.tooltip-success + .tooltip.bottom .tooltip-arrow,
.tooltip-success + .tooltip.bottom-left .tooltip-arrow,
.tooltip-success + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #d6e9c6; }

.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #d6e9c6; }

.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #d6e9c6; }

.dataTables_wrapper .datatable-pagination .select2-container--bootstrap {
  display: inline-block;
  width: auto !important; }

body {
  overflow-x: hidden; }
  body table.dataTable td.sorting_1, body table.dataTable td.sorting_2, body table.dataTable td.sorting_3, body table.dataTable th.sorting_1, body table.dataTable th.sorting_2, body table.dataTable th.sorting_3 {
    background: transparent !important; }

	body.login {
		background: url("../../../Custom/img/loginbackground.jpg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

body.login .logo {
  margin: 0; }

body.login input[type=text], body.login input[type=password] {
  padding: 6px 12px; }

.login .copyright {
	color: whitesmoke;
}

.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
  padding-left: 25px; }

.select2-container {
  width: 100% !important; }

.select2-dropdown {
  z-index: 11000 !important; }

table.enable-tablesorting tr:hover {
  cursor: move; }

.portlet-title {
  font-size: 36px;
  margin-top: 10px;
  font-weight: 300; }

.portlet-title i.title-icon {
  margin: 0 15px; }

input .datatable-column-filter, table input {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  input .datatable-column-filter:focus, table input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.navbar-collapse.collapse {
  height: calc(100vh - 46px) !important;
  overflow-y: auto !important; }

.page-sidebar img.logo-default {
  max-width: 80%;
  margin: 10px 10%;
  position: absolute;
  bottom: 0; }

.page-logo > a > span {
  color: #ffffff;
  font-size: 28px;
  line-height: 44px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 5px; }

.table-scrollable {
  overflow: visible; }

.dropdown-menu {
  box-shadow: 2px 2px rgba(102, 102, 102, 0.1); }

.td-actions {
  width: 80px; }

.dashboard-widget .loading-overlay {
  font-size: 100px;
  text-align: center; }

tr.disableExpand > td:first-child:before {
  content: none !important; }

.round-image {
  border-radius: 50%; }

.form-group > div.select {
  padding-top: 7px; }

.select2-container--bootstrap .select2-selection,
.select2-dropdown {
  border-radius: 0; }

table.table-input tr > th, table.table-input tr > td {
  padding: 7px; }

table.table-input td.input {
  padding: 0; }

table.table-input input {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid transparent;
  border-radius: 0;
  width: 150px; }
  table.table-input input:focus {
    border: 1px solid #36c6d3; }
  table.table-input input.invalid, table.table-input input.error {
    border: 1px solid #e74c3c; }

table.table-select tr > td, table.table-select tr > th {
  width: 50%; }
  table.table-select tr > td:first-of-type, table.table-select tr > th:first-of-type {
    width: 50px; }

table.table-select, table.table-select thead, table.table-select tbody, table.table-select tr {
  width: 100%; }

section.subsection .icheck-list {
  margin-bottom: 8px;
  margin-left: 30px; }

div[class^="icheck"] label {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

textarea.form-control {
  padding: 6px 12px;
  border: 1px solid #c2cad8;
  border-radius: 0; }

html .hover {
  background-color: transparent !important; }

html .hoverfirst {
  background-color: transparent !important; }

.page-content-wrapper .page-content {
  overflow-y: scroll; }

body, html {
  overflow: hidden; }

table, table thead, table tbody, table tfoot, table tr {
  width: 100%; }

table.table td.input > select {
  width: auto; }

@media (min-width: 992px) {
  .page-content-wrapper .page-content {
    padding: 25px 40px 10px; } }

@media (max-width: 1280px) {
  .page-sidebar img.logo-default {
    display: none; } }

img {
  border: none; }

.hideforIE {
  display: none !important; }

.firstelementcontainer {
  height: 65px;
  border: 1px solid #629B58;
  background-color: #BBD7B7;
  margin-bottom: 5px;
  box-sizing: border-box; }

.dropzone .icon {
  font-size: 35px;
  line-height: 55px;
  padding-left: 5px;
  padding-right: 5px; }

.selecttext {
  font-size: 16px;
  line-height: 52px;
  color: white;
  margin-left: 5px; }

.firstelement .dropzone {
  background-color: transparent !important;
  border: none !important; }

.hover {
  background-color: #ABABAB !important; }

.hoverfirst {
  background-color: #DAE9D8 !important; }

.firstelementcontent {
  padding-top: 5px;
  padding-bottom: 5px; }

.firstelementcontent .icon {
  color: white; }

.fileupload {
  float: left; }

#attachments ul {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%; }

#attachments ul li.newest-version {
  list-style: none;
  float: left;
  clear: left;
  width: 100%;
  line-height: 16px; }

#attachments ul li.newest-version ul.older-versions {
  display: none; }

#attachments ul li.newest-version.open ul.older-versions {
  display: inline; }

#attachments ul li.newest-version div .dropzone {
  float: left;
  background-color: white;
  border: 1px black solid;
  padding: 5px;
  overflow: hidden;
  height: 55px; }

#attachments ul li.newest-version div .nodropzone {
  float: left;
  background-color: inherit;
  border: none; }

#attachments ul li.newest-version .showfirst, #attachments ul li ul .noshowfirst {
  display: inline; }

#attachments ul li.newest-version .noshowfirst, #attachments ul li ul .showfirst {
  display: none; }

#attachments > ul li.newest-version div {
  float: left; }

#attachments ul li.newest-version .fileicon div,
#attachments ul li.newest-version .info div,
#attachments ul li.newest-version .info .versioninfo div {
  clear: left; }

#attachments ul li.newest-version .fileicon .icon img {
  height: 45px; }

#attachments ul li.newest-version .actions {
  padding-top: 17px; }

#attachments ul li.newest-version .attachmentcontainer {
  border: 1px solid #dce8f1;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-sizing: border-box; }

#attachments ul .parent.selected .attachmentcontainer {
  border: 1px solid #629B58;
  background-color: #BBD7B7; }

#attachments ul .parent .attachmentcontainer {
  width: 100% !important;
  background-color: #E9F2F7;
  cursor: pointer; }

.padding-leftActions {
  padding-left: 3px; }

#attachments ul li .child {
  list-style-type: none; }

#attachments ul li .child .attachmentcontainer {
  width: 97% !important;
  margin-left: 3%;
  background-color: #FBFDFE; }

#attachments .version, #attachments .underlyingversion {
  clear: left;
  text-align: center; }

.fileinput-button span .icon-plus {
  text-align: center;
  padding: 0px;
  margin: 0px;
  vertical-align: middle; }

.fileupload-buttonbar {
  padding-top: 10px !important; }

.fileupload .btn, .fileupload {
  margin-bottom: 0px !important; }

.progress-extended {
  display: none !important; }

.securedcultures, .securedroles {
  color: #AAAAAA; }

.securedcultures i, .securedroles i {
  margin-right: 3px;
  display: inline-block;
  width: 10px; }

#attachment-progress {
  display: none; }

#attachment-progress #fullbg {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  Height: 100%;
  opacity: 0.65;
  filter: alpha(opacity=65);
  background-color: #000;
  z-index: 50000; }

#attachment-progress #message {
  position: fixed;
  width: 400px;
  margin-left: -200px;
  height: 150px;
  margin-top: -150px;
  left: 50%;
  top: 50%;
  background-color: #fff;
  z-index: 50001;
  text-align: center;
  font-weight: bold; }

#attachment-progress #message #messageHead {
  background-color: #629B58;
  padding: 15px 8px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px; }

#attachment-progress #attachment-progressBar {
  margin: 20px auto;
  width: 300px;
  height: 22px;
  border: 1px solid #111;
  background-color: #292929;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px #333; }

#attachment-progress #attachment-progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 22px;
  width: 0;
  background-color: #629B58;
  background: -o-linear-gradient(top, #BBD7B7, #629B58); }

#attachments .main-dropzone {
  float: none !important; }

#attachments .actions-fixed {
  display: inline-block;
  padding-right: 0; }

#attachments .child .actions-fixed {
  display: none; }

.documentform .row-fluid .spancontent {
  margin-bottom: 20px;
  height: 300px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
  border: solid #dce8f1 1px;
  padding: 5px; }

.form-actions {
  padding-left: 0px; }

.form-actions .btn {
  float: right; }

.search-result:hover {
  background-color: #dce8f1;
  cursor: pointer;
  transition: all 0.3s ease; }

#search-results-well table {
  width: 100%; }

.search-results-icon {
  padding-left: 5px;
  width: 40px;
  font-size: 32px; }

.search-result-date {
  font-size: 11px;
  font-style: italic;
  display: block;
  margin-top: -3px;
  margin-bottom: 5px; }

.search-result-loader {
  width: 20px;
  margin-top: -30px;
  display: none; }

.search-result-loader.show {
  display: block; }

.dossier {
  display: inline-block;
  width: 100%; }

/* controls */
.dossier > .dossier-controls > .btn-dossier {
  background-color: transparent !important;
  border: none; }

.dossier > .dossier-controls > .btn-dossier:hover {
  background-color: transparent !important;
  border: none;
  text-decoration: underline; }

.dossier > .dossier-controls > .btn-dossier > i {
  color: #777 !important;
  margin: 0;
  padding: 0;
  display: inline;
  height: 100%; }

.dossier > .dossier-controls > .dossier-name {
  color: #777;
  display: inline-block;
  height: 100%; }

.dossier > .dossier-controls > .dossier-name:hover {
  text-decoration: underline;
  cursor: pointer; }

.dossier > .dossier-controls > .dossier-form {
  margin: 0;
  display: none; }

.dossier > .dossier-controls > .btn-dossier-add,
.dossier > .dossier-controls > .btn-dossier-edit,
.dossier > .dossier-controls > .btn-dossier-delete {
  display: none; }

.dossier > .dossier-controls:hover > .btn-dossier-add,
.dossier > .dossier-controls:hover > .btn-dossier-edit,
.dossier.without-children.without-documents > .dossier-controls:hover > .btn-dossier-delete {
  display: inline-block;
  border-width: 1px;
  height: 20px; }

/* hide the add/edit/delete buttons when the user is editing a dossier */
.dossier.virtual-root.hide-buttons .btn-dossier-add,
.dossier.virtual-root.hide-buttons .btn-dossier-edit,
.dossier.virtual-root.hide-buttons .btn-dossier-delete {
  display: none !important; }

/* 
    dossiers without children don't have collapse/expand buttons.
    The dossier-placeholder ensures that dossiers without children align vertically with dossiers that do have children
*/
.dossier > .dossier-controls > .dossier-placeholder {
  display: none; }

.dossier.without-children > .dossier-controls > .dossier-placeholder {
  width: 18px;
  display: inline-block; }

.dossier.without-children > .dossier-controls > .btn-expand-dossier,
.dossier.without-children > .dossier-controls > .btn-collapse-dossier {
  display: none; }

/* hide the expand button and the closed folder icon for expanded dossiers */
.dossier.expanded > .dossier-controls > .btn-expand-dossier,
.dossier.expanded > .dossier-controls > .btn-select-dossier > .fa-folder {
  display: none; }

/* hide the collapse button and the open folder icon for collapsed dossier */
.dossier.collapsed > .dossier-controls > .btn-collapse-dossier,
.dossier.collapsed > .dossier-controls > .btn-select-dossier > .fa-folder-open {
  display: none; }

/* add some markup to the selected dossier */
.dossier.selected > .dossier-controls {
  background-color: #777; }

.dossier.selected > .dossier-controls > .dossier-name,
.dossier.selected > .dossier-controls > .btn-dossier > i,
.dossier.selected > .dossier-controls > .btn-select-dossier > i {
  color: #eee !important; }

/* when editing a dossier, the name should be hidden and the textbox should be showns */
.dossier.editing > .dossier-controls > .dossier-name {
  display: none; }

.dossier.editing > .dossier-controls > .dossier-form {
  display: inline-block; }

.dossier-contents .dossier-name {
  padding-left: 0; }

/* highlight the current droppable dossier as the user drags around a dossier */
.dossier-controls.dossier-drop-candidate {
  background-color: #78cdff;
  border: 2px dotted #438eb9; }

.dossier-dragging,
.document-dragging {
  display: inline-block;
  background: #eee;
  border: 2px dotted #438eb9;
  padding: 2px; }

/* dossier-contents */
.dossier > .dossier-contents > .dossier-children {
  list-style: none; }

.btn.dossier-name {
  padding: 6px 0; }

#document-items {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%; }

#document-items li {
  clear: left;
  float: left;
  padding: 0;
  padding-left: 5px;
  padding-bottom: 2px;
  margin: 0;
  line-height: 24px !important;
  list-style: none;
  width: 100%;
  display: inline-block; }

#document-items li div .edit, li .actions {
  display: none; }

.editli div .edit {
  display: inline !important; }

.editli div .view {
  display: none; }

.editmode .actions {
  display: none !important; }

#document-items li div {
  float: left; }

#document-items li:hover .actions {
  display: inline-block; }

#document-items form {
  margin: 0 !important;
  float: left; }

.editli .actions {
  display: none !important; }

.documentlink {
  float: left;
  margin-right: 5px;
  color: #777; }

.documentlink:hover {
  text-decoration: underline;
  color: #777; }

#document-items .selected {
  background-color: #777777; }

#document-items .selected a {
  font-weight: bold;
  color: white; }

#dossierdocuments .actions {
  float: left; }

#dossierdocuments .actions a {
  height: 20px !important;
  border-width: 1px; }

.documentname {
  margin-left: 2px; }

/* Bij een te kort aan duidelijkheid m.b.t. de variables in Metronic, hierbij mijn eigen variables. */
/* COLORS */
/* FONTS */
/* IMAGES */
.ambureg-wizard {
  display: block;
  width: 100%; }
    .ambureg-wizard ul.wizard-menu {
        border-right: 0;
        display: -ms-flexbox;
        display: flex;
        font-size: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background-color: #2C2619;
    }
    .ambureg-wizard ul.wizard-menu, .ambureg-wizard ul.wizard-menu li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .ambureg-wizard ul.wizard-menu li {
      display: inline-block;
      font-size: 14px; }
      .ambureg-wizard ul.wizard-menu li.dummy {
        display: none; }
      .ambureg-wizard ul.wizard-menu li:last-child {
        border-right: 0; }
      .ambureg-wizard ul.wizard-menu li.right {
        margin-left: auto; }
      .ambureg-wizard ul.wizard-menu li.dropdown {
        position: relative; }
        .ambureg-wizard ul.wizard-menu li.dropdown input[type="checkbox"] {
          display: none; }
        .ambureg-wizard ul.wizard-menu li.dropdown label {
          display: inline-block;
          margin: 0;
          padding: 0;
          cursor: pointer; }
        .ambureg-wizard ul.wizard-menu li.dropdown ul {
          position: absolute;
          left: 0;
          z-index: -100;
          display: block;
          margin: 0;
          padding: 0;
          min-width: 100%;
          width: 200px;
          opacity: 0;
          transition: all .3s ease; }
          .ambureg-wizard ul.wizard-menu li.dropdown ul > li {
            display: block; }
        .ambureg-wizard ul.wizard-menu li.dropdown span.index {
          padding-left: 4px; }
        .ambureg-wizard ul.wizard-menu li.dropdown > a > i {
          transform: rotate(0);
          transition: transform .3s ease; }
        .ambureg-wizard ul.wizard-menu li.dropdown > a:focus ~ ul, .ambureg-wizard ul.wizard-menu li.dropdown > a:focus, .ambureg-wizard ul.wizard-menu li.dropdown ul:hover ~ ul, .ambureg-wizard ul.wizard-menu li.dropdown ul:hover {
          z-index: 100;
          opacity: 1; }
        .ambureg-wizard ul.wizard-menu a {
            display: block;
            padding: 15px;
            line-height: 1;
            background-color: #2C2619;
            color: #ffffff;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 300;
            font-size: 14px;
            transition: all .3s ease;
        }
      .ambureg-wizard ul.wizard-menu a:hover, .ambureg-wizard ul.wizard-menu a:focus {
        text-decoration: none;
        background-color: #354353; }
      .ambureg-wizard ul.wizard-menu a.show {
        background-color: #36c6d3; }
  .ambureg-wizard .wizard-body {
    position: relative;
    width: 100%; }
    .ambureg-wizard .wizard-body > section {
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px 15px;
      width: 100%;
      border: 1px solid #ddd;
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease; }
      .ambureg-wizard .wizard-body > section.show {
        opacity: 1;
        visibility: visible; }
  .ambureg-wizard table, .ambureg-wizard table td, .ambureg-wizard table th {
    width: 100%; }
  .ambureg-wizard .form-actions.clearfix {
    margin-bottom: 20px; }
  .ambureg-wizard .select {
    padding: 10px 20px; }

.row > section {
  border-right: 1px solid #ddd; }
  .row > section:last-child {
    border-right: 0; }

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  /*margin-bottom: 7px;*/
  line-height: 22px; }

.profile-usertitle {
  margin-top: 25px; }

.vtoNumber {
  padding-top: 5px !important;
  text-align: right;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-weight: 300; }

.vto-counter .date {
  font-size: 13px;
  margin-top: 10px;
  color: #fff;
  text-align: right; }

.vto-counter .desc {
  font-weight: bold !important; }

.dashboard-widget-loading .loading-overlay {
  font-size: 100%;
  height: 100px; }

table.dataTable > tbody > tr.child ul {
  width: 100%; }

div.has-error span.field-validation-error {
  color: #e73d4a; }

.page-content-wrapper .page-content {
  min-height: calc(100vh - 46px);
  height: calc(100vh - 46px) !important; }

.attendanceActions {
  width: 150px; }

a#forget-password {
	font-size: 12px;
	padding-top: 11px !important;
	padding-bottom: 12px !important;
}

.login .content .form-actions .btn {
	padding: 10px 10px !important;
}

div.input-group input.text-box.single-line.input-xxlarge {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}

.dl-link-component {
    display: inline-grid;
    width: 350px;
    grid-template-columns: 20% 1fr 15%;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    padding: 0 1rem;
    border-radius: 20px;
    margin-right: 3rem;
}

.component-text-version {
    margin: auto;
    padding-left: 2rem;
    vertical-align: middle;
    margin-bottom: 0rem;
}

.component-img-OS {
    width: 60%;
    margin: auto;
    padding: 0 0 0 1rem;
    vertical-align: middle;
}

.component-eid-icon {
    margin-top: 1rem;
}

.component-group {
    margin-bottom: 3rem;
}

#RegistrationRate{
    width: 300px;
    height: 300px;
}
#unlinkBtn a {
    text-decoration: none;
    color: white;
}

#unlinkBtn {
    float: right;
}

#unlinkTitleBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
