/*
 * 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
 */

.center-block {
    float: none !important
}

.select2-container {
    border: 0 !important;
    padding: 0 !important;
}

.nav-tabs > li > a .label {
    opacity: 1 !important;
}

.inline-block {
    display: inline-block !important;
}

.select2-container {
    vertical-align: baseline !important;
}

.badge > a {
    color: #fff;
    text-decoration: underline;
}

.width-100 {
    width: 100px !important;
}

.header-dropdown-list > li > .dropdown-toggle {
    text-decoration: none;
}

#logo img {
    width: initial !important;
    height: initial !important;
    padding-left: 3px;
}

#login #header #logo img {
    width: initial !important;
}

.formset table tbody td {
    vertical-align: middle; /* center checkbox vertically */
}

.formset [data-formset-delete-button] {
    margin-top: 20px;
}

.formset .tr {
    margin-bottom: 5px;
}

table .sort {
    text-align: right;
    cursor: pointer;
    width: 10px;
    line-height: 1 !important;
}

.formset table .sort {
    padding-top: 30px;
}

.formset .has-error .help-block {
    position: absolute;
    margin-top: -5px;
}

table.sortable th:first-child {
    width: 10px;
}

table.sortable td {
    vertical-align: middle !important;
}

.center-vertical {
    vertical-align: middle;
    display: inline-block;
}

.page-footer {
	height: 25px;
	padding: 3px 13px 0;
	padding-left: 233px;
    background: #332f2d;
	border-top: 1px solid #CECECE;
    color: #a8a8a8;
	width: 100%;
	position: absolute;
	display: block;
	bottom: 0
}

.page-footer-grey {
    background: #f4f4f4;
    color: #333;
}

.fixed-page-footer .page-footer {
	position: fixed;
	z-index: 901
}

.minified .page-footer {
	padding-left: 58px
}

.container.fixed-page-footer .page-footer {
	max-width: 1164px
}

.hidden-menu .page-footer {
	padding-left: 20px
}

@media (max-width:979px) {
    html.hidden-menu-mobile-lock {
        overflow-x: hidden
    }

    #main {
        width: 100% !important
    }

    .page-footer {
        padding: 3px 13px 0;
    }
}

.tech-support-popup{
    margin-right: 50px;
    max-width: 300px;
    padding: 0;
    z-index: 10000!important;
}

.tech-support-popup-div{
    padding: 5px 10px 5px 10px;
    text-align: left;
    background: #f3f3f3;
}

.tech-support-popup-item{
    color: #333;
    margin: 0;
}