/* 
    Document   : admin
    Created on : Jul 12, 2012, 10:06:06 AM
    Author     : martin
    Description:
        Purpose of the stylesheet follows.
*/
* {
    outline: medium none !important;
}
html {
    color: #333;
}

body {
    background-color: #FFFFFF;
    overflow-x: hidden;
}
a:hover {
    text-decoration: none;
}

/**
basic layout settings for admin
*/
#sidebar {
    display: block;
    position: fixed;
    width: 228px;
    z-index: 16;
}



#bs-navbar-collapse {
    padding: 0;
}

#breadcrumb {
    background-color: #fbfbfb;
    border-bottom: 1px solid #D6D6D6;
    box-shadow: 0 0 1px #FFFFFF;
    padding-left: 10px;
}
#breadcrumb a {
    color: #555;
    font-size: 12px;
    padding: 8px 0px 8px 10px;
    display: inline-block;
}
#breadcrumb a .icon-angle-right {
    margin-left: 10px;
    color: #999;
}
#breadcrumb a.active {
    font-weight: bold;
}

.widget {
    clear: both;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;
    width: auto;
}
.widget-header {
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CDCDCD;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.widget-header h3 {
    color: #555555;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
    margin: 0 0 0 10px;
    position: relative;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
    color: #555555;
    display: inline-block;
    font-size: 16px;
    margin-left: 13px;
    margin-right: -2px;
    vertical-align: middle;
}
.widget-header .toolbar {
    margin: 18px 12px 0 0;
}

.wsbox {
    border: 1px solid #CDCDCD;
    margin: 10px 0;
}
.wsbox-header {
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #CDCDCD;
    position: relative;
}
.wsbox-header h3 {
    color: #555555;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    left: 10px;
    line-height: 18px;
    margin-right: 3em;
    position: relative;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
.wsbox-content {
    padding: 10px;
}
.wsbox-header .toolbar {
    margin: 6px 6px 0 0;
}

span.required {
    color: #f00;
}


/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #233646;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding: 0 0 50px 0;
    position: absolute;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: relative;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
    padding: 0 10px 0 20px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar-wrapper .copy {
    color: #fefefe;
    font-size: 10px;
    padding: 10px 10px 10px 20px;
    position: absolute;
    bottom: 0;
}
#sidebar_stats {
    margin-top: 70px;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0 0 50px 0;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

#menu-toggle {
    background-color: #233646;
    background-image: none;
    border: 1px solid #333;
    border-radius: 3px;
    color: #fff;
    margin: 2px 10px 2px -6px;
    padding: 9px 10px;
    position: relative;
}
#menu-toggle .icon-bar {
    background-color: #fff;
    border-radius: 1px;
    margin: 0;
    display: block;
    height: 2px;
    width: 22px;
}
#menu-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.ws-box.container-fluid {
    padding-top: 20px;
}
/** loading indicator **/
.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '/img/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

div.dataTables_length label {
    width: 460px;
    float: left;
    text-align: left;
}

div.dataTables_length select {
    width: 75px;
}

div.dataTables_filter label {
    float: right;
    width: 460px;
}

div.dataTables_info {
    padding-top: 8px;
}

div.dataTables_paginate {
    float: right;
    margin: 0;
}

table {
    margin: 1em 0;
    clear: both;
}

table .header {
    cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000000 transparent;
  visibility: hidden;
}
table .headerSortUp, table .headerSortDown {
  background-color: #f7f7f9;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

table td.text-right {
    text-align: right;
}
table td.text-center {
    text-align: center;
}
.actions .btn {margin-right: 3px;}

.stats-small h4 {
    margin: 0;
    text-align: center;
}
.stats-small p {
    font-size: 10px;
    margin: 0;
    text-align: center;
}