/*!
 *   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; 
    display: flex;
    justify-content: center;
}

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

.pointer {
    cursor: pointer;
}

.pointer_none {
    cursor: none;
}

.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;
    height: 50px;
    width: 100%;
    line-height: 50px;
}

.icon-container {
    display: inline-flex;
    align-items: center;
    height: 100%;
  }

.list-item-clicktoshow .user-fa-icon,
.list-item-description .dragndrop {
    line-height: 50px;
}

.list-item-clicktoshow.d-inline-flex {
    max-width: 100%;
    flex: 1;
}

.list-item-row-description-extend {
    flex: 1;
}

.list-item-actions {
    position: absolute;
    top: 8px;
    right: 0px;
    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%;
}

.meterFail { border: 1px solid #daa; background-color: #fdd; }
.meterWarn { border: 1px solid #fd6; background-color: #feb; }
.meterGood { border: 1px solid #ada; background-color: #dfd; }
.meterExcel { border: 1px solid #aad; background-color: #ddf; }

.simplePassMeterBar { background-color: #ddd; }
.meterFail .simplePassMeterProgress  { background-color: #f66; }
.meterWarn .simplePassMeterProgress  { background-color: #fd6; }
.meterGood .simplePassMeterProgress  { background-color: #ada; }
.meterExcel .simplePassMeterProgress { background-color: #88f; }

.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;
}

.tooltip {
    top:0px;
    background-color:black;
    color:white;
    border-radius:5px;
    opacity:0;
    position:absolute;
    -webkit-transition: opacity 0.5s;
    -moz-transition:  opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition:  opacity 0.5s;
    transition:  opacity 0.5s;
}

.input-group > .select2-container--bootstrap4 .select2-selection--single {
	height: 100%;
	line-height: inherit;
	padding-top: 10px;
}

/* Some issues with background-image on buttons in 
 * dark mode and it's not particularly pretty. */
.btn {
    background-image: none !important;
}

/* Light blue on blue is not very readable */
.dark-mode .jstree-anchor:hover {
    color: #fff !important;
}

/* Not adminlte items */
.dark-mode .select2-selection {
    background-color: #343a40 !important;
    border: 1px solid #6c757d !important;
}
.dark-mode .select2-selection span {
    color: #fff !important;
}

/* Scrollbar */
.dark-mode {
    scrollbar-color: #3b3b3b #555;
}
