/*!
 *   AdminLTE v3.0.0-alpha
 *   Author: Abdullah Almsaeed
 *	 Website: AdminLTE.io <http://adminlte.io>
 *   License: Open source - MIT <http://opensource.org/licenses/MIT>
 */
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.login-page {
    background: url("../images/login_wall_5.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
    background-position: center center;
    background-size: cover; 
}

.otv-page {
    background: url("../images/otv-wall-1.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100%;
    background-position: center center;
    background-size: cover; 
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.pointer {
    cursor: pointer;
}

.dragndrop {
    cursor: move;
}


.invisible {
    visibility: hidden !important;
}

.table {
	table-layout:fixed;
}

.table-truncated td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-item-description {
    position: relative;
}

.list-item-actions {
    position: absolute;
    top: 8px;
    right: 0px;
    background-color:#ECECEC;
    color:#c4c4c4;
}

.simplePassMeter {
    border: 1px solid #aaa;
    background-color: #f3f3f3;
    color: #666;
    font-size: 1.5em;
    padding: 10px 5px 0 5px;
    margin: 10px;
    width: 25%;
  }

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
  }

.ui-menu-item {
    display: block;
    margin-left: 3px;
    padding: 3px 15px 0px 5px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    cursor: pointer;
}
  
.ui-state-focus, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.icon-badge{
    position:relative;
    float:left;
}

.icon-badge-text{
    margin: 0;
    position:absolute;
    top: -10px;
    left: 9px;
    font-size: .7rem;
    font-weight: 300;
    padding: 2px 4px;
}

.icon-badge-far {
    right: -16px;
}

.icon-badge-text-bottom-right{
    margin: 0;
    position:absolute;
    top: -10px;
    left: 9px;
    font-size: .7rem;
    font-weight: 300;
    padding: 2px 4px;
}

.sticky-footer {
    position: fixed;
    bottom: 40px;
    background-color: rgb(255, 198, 198);
    border: 1px solid rgb(243, 105, 105);
    padding: 10px;
}

.row-selected {
    background-color: #026fcc;
}

.btn-group {  
    white-space: nowrap;              
}
.btn-group .btn {  
    float: none;
    display: inline-block;
}
 .btn + .dropdown-toggle { 
    margin-left: -4px;
}

.dataTables_wrapper { 
    overflow-x: visible; 
    overflow-y: visible; 
}

.is-invalid .select2-selection,
.needs-validation ~ span > .select2-dropdown{
  border-color:red !important;
}


.card-header > .card-tools-left {
    position: absolute;
    left: 1rem;
    top: .5rem;
}

.datatable.path {
    font-size: 11pt;
}

.tp-borders {
    border: 1px dashed #aaa !important;
}

.td-100 {
    width:100px;
}

.footer {
    position: fixed;
    bottom: 10px;
    color:white;
}

.menu-footer {
    position: fixed;
    padding-bottom: 10px;
    bottom: 0px;
}

.login-logo {
    letter-spacing: 4px;
    font-size: 40pt;
    color: #082d51;
}

.img-modal {
    width:100%;
}

.toast-center-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.no-link, .no-link:hover {
    text-decoration: inherit;
    color: inherit;
}