﻿html, body  { height: 100%; }

#wrap 
{
    min-height: 100%;
    height: auto;
    margin: 0 auto -32px;
    padding-bottom: 32px;
}

#nav-utility
{
	background-color: #333;
	color: #eee;
	font-size: 0.9em;
	height: 25px;
	margin: 0;
	padding: 0.2em;
    position: fixed;
    top: 0; 
	white-space: nowrap;
	width: 100%;
	z-index: 1025;
}

#nav-utility a
{
    color: #eee;
    text-decoration: none;
}

#nav-utility a:hover { text-decoration: underline; }

#header-wrap { padding-top: 25px; }

#header
{
	background-color: #e4e9ef;
    background-image: url('../images/bg-header.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid #333;
    height: 100px;
}

#header a
{
    display: block;
    padding: 13px 0 0 13px;
}

#nav-main { margin-bottom: 0; }

#nav-breadcrumbs
{
	background-color: #eee;
    padding: 6px 12px;
}

#content { margin-bottom: 1em; }

#footer
{
    background: #333;
    border-top: 3px solid #465c71;
    color: #ddd;
    font-size: 0.8em;
    height: 32px;
}

#footer .row 
{
    margin: 0; 
    padding: 0;
}

.footer-content
{
    color: #ddd;
    padding-left: 10px;
    padding-top: 6px;
}

.footer-content a
{
	color: #ddd;
	text-decoration: none;
}

.footer-content a:hover { text-decoration: underline; }

@media (max-width: 767px) 
{
    #nav-utility { height: 45px; }

    #header-wrap { padding-top: 45px; }

    #header 
    {
        background-image: none;
        height: 65px;
    }

    #header > a > img { height: 40px; }

    #footer { height: 55px; }
}

.invalid 
{
    color: #ff0000;
    font-size: 0.8em;
}

.noTopPadding 
{
    padding-top: 0;    
}

/* --- FileManger ----------------- */

.ExpandCollapseLinkButton {
  color: #555 !important;
  text-decoration: none !important;
  font-size: .87em;
}

.UpdatePanelOverwrite {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.4285;
    color: #333 !important;
    white-space: nowrap;
    text-decoration: none !important;
}

/* --- Ajax Update Indicator ----------------- */

.update-indicator
{
	text-align:center; 
	vertical-align:middle;	
	z-index: 2000 !important;
}

.update-indicator img { margin-top: 20%; }
        
.modal-background
{
    background: transparent url('../images/shader-50.png') repeat;
    display: block;
    height: 100%; 
    position: fixed; top: 0; left: 0;
    width: 100%; 
    z-index: 1000000;
}

/* --- E-Library TreeView ----------------- */

td.treeview-controls 
{
    background: #333; 
    border: 1px solid #333; 
    color: #fff; 
    padding: 0.5em;
}

td.treeview-folders 
{
    border: 1px solid #333; 
    height: 520px; 
    min-width: 300px; 
    width: 300px; 
    vertical-align: top; 
    padding: 0;    
}

td.treeview-files 
{
    border: 1px solid #333; 
    height: 520px; 
    min-width: 600px;
}

div.treeview-outer-wrap 
{
    height: 520px; 
    position: relative;
    margin: 0;
    padding: 0;
}

div.treeview-inner-wrap 
{
    height: 520px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: absolute; 
    width: 100%;
}

.treeview table, .treeview table tr td { margin: 0; padding: 0; border: 0; }

.treeview table tr td { vertical-align: middle; }

.treeview .treeview-node 
{
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding-left: 0.25em;
    white-space: nowrap;
}
        
.treeview .node 
{
    color: #000; 
    font-size: 10pt; 
    text-decoration: none;
    margin: 0;
    padding-left: 0.25em;
}
        
.treeview .node-hover 
{
    color: #6666aa; 
    text-decoration: underline;
}
        
.treeview .node-selected 
{
    background-color: #ddd; 
    text-decoration: none;
}

/* -- Bootstrap Overwrites ----------------- */

textarea.form-control { height: 100px; }

.page-header 
{
    margin-top: 20px;
}

.form-inline .form-group 
{
    padding-top: 5px;
}

.control-label 
{
	padding-top: 17px !important;
	text-align: left !important;
}

#content [class*="col-"]
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel > .panel-heading > a { color: #333; }

.panel > .panel-heading > a:hover { text-decoration: none; }

.checkbox-inline.no_indent,
.checkbox-inline.no_indent+.checkbox-inline.no_indent {
  margin-left: 0;
  margin-right: 10px;
  display:inline-block!important;
}
.checkbox-inline.no_indent:last-child {
  margin-right: 0;
  display:inline-block!important;
}


/* -- Bootstrap Additions ----------------- */

.bold { font-weight: bold; }

.no-bold { font-weight: normal; }

.inline { display: inline-block; }

.no-space  { margin: 0; padding: 0; }

.width-80 { width: 80%; }

.width-90 { width: 90%; }

.width-100 { width: 100%; }

.btn-group-text 
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
}

label.required:after,
.control-label.required:after 
{
    color: #ff0000;
    content:  " *";
}

.tab-content > .tab-pane 
{
    border: 1px solid #ddd;
    border-top: 0;
    margin-bottom: 1em;
    padding: 1em;
}

.panel-body > .form-horizontal > .form-group { margin-bottom: 0; }

table.dark thead th 
{
    background: #666;
    border: 1px solid #999;
    color: #fff;
}

table.dark thead th a { color: #fff; }

table.dark thead th a:hover { text-decoration: underline; }

table.dark tfoot td { background: #ccc; }

table.dark.table-striped > tbody > tr:nth-child(odd) > td,
table.dark.table-striped > tbody > tr:nth-child(odd) > th
{
  background-color: #eee;
}

/* -- Bootstrap Additions - ASP.NET Disabled ----------------- */

input[type="radio"].aspNetDisabled,
input[type="checkbox"].aspNetDisabled,
.radio-inline.aspNetDisabled,
.checkbox-inline.aspNetDisabled,
.radio.aspNetDisabled label,
.checkbox.aspNetDisabled label
{
  cursor: not-allowed;
}

.btn.aspNetDisabled 
{
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: .65;
}

.btn-default.aspNetDisabled,
.btn-default.aspNetDisabled:hover,
.btn-default.aspNetDisabled:focus,
.btn-default.aspNetDisabled:active,
.btn-default.aspNetDisabled.active 
{
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary.aspNetDisabled,
.btn-primary.aspNetDisabled:hover,
.btn-primary.aspNetDisabled:focus,
.btn-primary.aspNetDisabled:active,
.btn-primary.aspNetDisabled.active
{
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-success.aspNetDisabled,
.btn-success.aspNetDisabled:hover,
.btn-success.aspNetDisabled:focus,
.btn-success.aspNetDisabled:active,
.btn-success.aspNetDisabled.active
{
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info.aspNetDisabled,
.btn-info.aspNetDisabled:hover,
.btn-info.aspNetDisabled:focus,
.btn-info.aspNetDisabled:active,
.btn-info.aspNetDisabled.active
{
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-warning.aspNetDisabled,
.btn-warning.aspNetDisabled:hover,
.btn-warning.aspNetDisabled:focus,
.btn-warning.aspNetDisabled:active,
.btn-warning.aspNetDisabled.active
{
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger.aspNetDisabled,
.btn-danger.aspNetDisabled:hover,
.btn-danger.aspNetDisabled:focus,
.btn-danger.aspNetDisabled:active,
.btn-danger.aspNetDisabled.active
{
    background-color: #d9534f;
    border-color: #d43f3a;
}

.dropdown-menu > .aspNetDisabled > a,
.dropdown-menu > .aspNetDisabled > a:hover,
.dropdown-menu > .aspNetDisabled > a:focus,
.dropdown-menu > li > a.aspNetDisabled,
.dropdown-menu > li > a.aspNetDisabled:hover,
.dropdown-menu > li > a.aspNetDisabled:focus
{
    color: #777;
}

.dropdown-menu > .aspNetDisabled > a:hover,
.dropdown-menu > .aspNetDisabled > a:focus,
.dropdown-menu > li > a.aspNetDisabled:hover,
.dropdown-menu > li > a.aspNetDisabled:focus
{
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* -- Bootstrap Additions - Navbar ----------------- */

.navbar-semspro 
{
    background-color: #465c71;
    border-color: #333;
}

.navbar-semspro .navbar-nav > li > a { color: #fff; }

.navbar-semspro .navbar-nav > li > a:hover,
.navbar-semspro .navbar-nav > li > a:focus {
    background-color: #bfcbd6;
    color: #465c71;
}

.navbar-semspro .navbar-nav > .active > a,
.navbar-semspro .navbar-nav > .active > a:hover,
.navbar-semspro .navbar-nav > .active > a:focus {
    background-color: #465c71;
    color: #fff;
}

.navbar-semspro .navbar-toggle { border-color: #bfcbd6; }

.navbar-semspro .navbar-toggle:hover,
.navbar-semspro .navbar-toggle:focus {
  background-color: #465c71;
}

.navbar-semspro .navbar-toggle .icon-bar { background-color: #fff; }

@media (max-width: 767px) {
    .navbar-semspro .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; }
    .navbar-semspro .navbar-nav .open .dropdown-menu .divider { background-color: #080808; }
    .navbar-semspro .navbar-nav .open .dropdown-menu > li > a { color: #fff; }
    .navbar-semspro .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-semspro .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #bfcbd6;
        color: #465c71;
    }
    .navbar-semspro .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-semspro .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-semspro .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #465c71;
        color: #fff;
    }
}

@media print
{
    #nav-utility, #nav-main, #nav-breadcrumbs { display: none; }
    
    #header-wrap { padding-top: 0; }

    .container { width: 970px !important; }

    .no-print,
    button, a.button, input.button, input[type="button"]
    {
         display: none;
    }
    
    /* -- Bootstrap Overwrites ----- */
    
    a[href]:after { content: none; }

    [class*="col-"]
    {
        display: inline-block !important;
        float: none !important;
        width: 100% !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .form-group 
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .col-md-2.col-sm-2.col-xs-12,
    .col-md-2.col-sm-4.col-xs-12,
    .col-md-2.col-sm-6.col-xs-12,
    .col-md-2.col-sm-8.col-xs-12,
    .col-md-3.col-sm-3.col-xs-12,
    .col-md-3.col-md-offset-1.col-sm-4.col-xs-12
    {
        width: 24% !important;
    }

    .col-md-3.col-sm-4.col-xs-12,
    .col-md-3.col-sm-6.col-xs-12,
    .col-md-3.col-sm-8.col-xs-12,
    .col-md-6.col-sm-6.col-xs-12,
    .col-md-9.col-sm-8.col-xs-12
    {
        width: 49% !important;
    }
    
    .col-md-4.col-sm-4.col-xs-12,
    .col-md-4.col-sm-8.col-xs-12,
    .col-md-9.col-sm-9.col-xs-12,
    .col-md-10.col-sm-4.col-xs-12,
    .col-md-10.col-sm-8.col-xs-12,
    .col-md-10.col-sm-10.col-xs-12,
    .col-md-8.col-sm-8.col-xs-12
    {
        width: 75% !important;
    }

    .col-md-12.col-sm-12.col-xs-12
    {
        width: 100% !important;
    }
}