﻿/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 .dataTables_filter{
  width: auto;
     float: right;
 }
.dt-wrapper .dataTable{
    margin-top: 100px;
}
 .container {
    position: relative;
    padding: 0px;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
}

.no-resize { max-width: 100%; min-width: 100%; max-height: 80px; min-height: 50px; }

.ui-menu { height: 150px; overflow: auto; }

.modal-dialog.demo-modal,
.jarviswidget header { cursor: pointer; }

#widget-grid-sub,
#add-vendor,
#widget-grid-edit { display: none; }

.huge{
    font-size:50px;
    line-height: normal;
}
/**
 * pick list styles
 */
#pick-list-pdt { border-top: 1px solid #CCCCCC; }
#pick-list-edit-modal { background-image: url('../img/img-trans.png'); }
#pick-list-edit-modal .div-combo { display: none; }

.pick-list-action { padding-top: 22px; }

ul.inline-search-options {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px; }

ul.inline-search-options > li { display: inline-block; padding-right: 20px; }
ul.inline-search-options > li > a { color: #585858; }
    ul.inline-search-options > li > a:link,
    ul.inline-search-options > li > a:visited { color: #585858; text-decoration: none; }
    ul.inline-search-options > li > a:hover { color: #060606; text-decoration: none; }

ul.inline-search-options > li > a.active { color: #df1212; }

.content-lookup {
    padding: 20px; background-color: #ffffff;
    border-bottom: 1px solid #cccccc; }

.attr-visibility { cursor: pointer; }

.lookup-search-container { padding: 0px 30px 0px 30px; }
.lookup-search-container .row.well.well-light { background-image: none; background-color: #ffffff; }
.lookup-search-container .row .thumbnail {
    width: 80px; max-width: 80px;
    margin-bottom: 0px; }

.filters-select { margin-bottom: 10px; }

#div-connection-container {
    max-height: 350px;
    height: 115px;
    padding: 6px;
    overflow: hidden; }

#div-connection-container ul li img:hover { outline: 1px solid #969696; }

#div-assets-list, #div-users-list { max-height: 200px; overflow: auto; }



.login-info img{
    border-left: 0px !important;
}