/* ==========================================================================
Hide ng-cloak on page load, https://docs.angularjs.org/api/ng/directive/ngCloak
========================================================================== */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.error {
    color: white;
    background-color: red;
}

.pad {
    padding: 10px;
}

.no-padding {
    padding: none;
}

.spacer {
    margin-top: 20px;
}

.break {
    white-space: normal;
    word-break:break-all;
}

a:hover {
  cursor: pointer;
}

.hand {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}


/* ==========================================================================
start Password strength bar style
========================================================================== */
ul#strengthBar {
    display:inline;
    list-style:none;
    margin:0;
    margin-left:15px;
    padding:0;
    vertical-align:2px;
}

.point:last {
    margin:0 !important;
}
.point {
    background:#DDD;
    border-radius:2px;
    display:inline-block;
    height:5px;
    margin-right:1px;
    width:20px;
}

/* ==========================================================================
Fix error field display
========================================================================== */
.form-group .help-block {
    position: static;
}

.ng-table th {
    text-align: left;
    font-size: small;
    font-weight:normal;
    -moz-user-select: none;
}


 .form-group.required .control-label:after {
   content:"*";
   color:red;
   margin-left:5px;
 }


 .green{
    color: green;
 }

.red{
    color: red;
}

.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}

body {
  min-height: 100%;
  height:auto;
}


.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 100%;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    top: 32px;
    left: 0px;
    margin-top: -6px;
    background-color: #ffffff;
}

.dropdown-menu {
    min-width: 0;
    padding: 0;
}

.ng-table-responsive td:before {
    /*position: absolute;*/
    /*padding: 8px;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 50%;*/
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
}

a {
   outline: 0;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}