html {
	font-size: 14px;
}

body {
    /*override stupid bootstrap blank space at top*/
	padding-top: 0px !important;
	font-size: 14px;
}

/* Header and Footer Colors and Logo Sizes */
#header {
    top: 0px;
    left: 0px;
    width: auto;
    background: url(/images/admin/header_bg.png) repeat-x scroll 50% 0 #3276BD;
    height: 140px;
    padding: 0;
    margin: 0 0 20px 0;
    color:white;
}

#header h1 {
  color: #FFFFFF;
  font-size: 30px;
  padding-top: 12px; /* adjust to center text vertically with logo */
}

#footer {
    background: url(/images/header_bg.png) repeat-x scroll 50% 0 #3276BD;
    color: white;
    overflow: hidden;
}


table form { margin-bottom: 0; }
form ul { margin-left: 0; list-style: none; }
.error { color: red; font-style: italic; }
body { padding-top: 20px; }
.product-description {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    }
label {
    }
textarea {
    width: 500px;
    height: 60px;
    }
textarea#description {
    height: 80px;
    }
.alert p {
    margin: 0;
    }
.alert ul {
    margin: 3px 0 5px 20px;
    }

.alert-error{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.align_center {
    text-align: center !important;
    }
.align_left {
    text-align: left !important;
    }
.cell_actions .btn.btn-small {
    width: 60px;
    margin-bottom: 4px;
    }
.cell_actions a.btn-small {
    width: 41px;
    margin-bottom: 4px;
    }
.hidden {
    display: none;
}
.v-padded5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.v-padded10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.nomargin {
   margin: 0 !important;
}

.popover {
    width: auto;
    max-width: none;
}

.inline {
    display:inline;
}

.bottom-position {
	position:absolute;
	bottom:0;
}

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

.top-aligned {
	vertical-align: top !important;
}

.middle-aligned {
    vertical-align: middle !important;
}

.height-small {
    height: 80px;
}

.hidden {
	display: none;
}

/* REPORTS */

.table-reports .error {
    font-style:normal;
}

.table-reports {
    font-size:12px;
    font-style: normal;
}

.table-reports thead th {
    vertical-align: middle;
    font-size:14px;
}

.table-reports .btn {
    margin-top:5px;
}

.table-reports .dashboard-title {
    font-weight: bold;
}

.table-reports .complete, .table-dashboard .complete .dashboard-title, .table-dashboard .incomplete, .table-dashboard .incomplete .dashboard-title {
    font-weight:normal;
    font-style:italic;
}

.table-reports .incomplete {
    color: #FF0000;
}

.table-reports .align_center {
    width: 280px;
}

@media (min-width: 1200px) {
    .table-reports .align_center {
        width: 300px;
    }
}

.action-btn {
    margin-bottom: 4px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.modal {
    position: fixed !important;
}

.input-danger,
.input-danger:focus {
    border: 1px solid #ff5b5b !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table-striped {
	background: white;
}