﻿@charset "UTF-8";

#forgot-password-page #cancel {
  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}

#forgot-password-page #cancel:after {
    content: "Cancel";
    text-indent: 0;
    display: block;
    line-height: initial; 
}
    #reset-password {
}

.ams-items {
   max-height: 200px;
   overflow-y: auto;
}

.se-icon.conext-powercloud {
  background-image: url("../../conext-powercloud/img/conext-powercloud.png");
}

.live-search {
    font-size: 14px;
}

.modal-title-text {
    height:35px;
      display:table-cell !important;
      vertical-align:middle;
}

table.table td.selected {
    width: 3px !important;
}

table.table tbody tr:hover td.selected {
          background-color: #3DCD58;
          max-height: 100%;
          max-width: 100%;
    }

.modal-dialog input,
select,
textarea {
    max-width: 90%;
}

table.tree-grid tr.active {
    background: #70E07C;
    color: black;
}

.se-nav-page > li > a {
  text-transform: none;
}

.btn-nav-header {
  text-transform: none;
}

.pagination > li > a {
  font-size: 12px;
}

.modal-content .form-control {
  font-size: 12px;
  height: 28px;
}

.modal-content textarea.form-control {
  font-size: 12px;
  height: 60px;
}

.modal-content .control-label {
  font-size: 12px;
}
                      
.note-label, .modal-content .help-block {
  font-size: 12px;
}

.modal-content .form-group {
    margin-bottom: 5px;
}

.modal-content .form-horizontal .control-label {
    padding-top: 4px;
    text-align: left;
}

.breadcrumb {
    margin-bottom: 5px;
}

.modal-select-action {
  height: 28px;
}

.stackable {
    float: left;
    clear: left;
}
