body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

.modal-fullscreen {
    left: 20px !important;
    right: 20px !important;
    width: auto !important;
    margin-left: 0 !important;
    top: 20px !important;
}

.modal-fullscreen .modal-body {
    padding: 0 !important;
    max-height: none !important;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.popover {
    max-width: none !important;
}

div.pick-a-color-markup .color-preview.current-color, div.control-group-table, div.control-group input   {
    margin-bottom: 0 !important;
}

table.table-bordered tbody tr.even td {
    background-color: #f9f9f9;
}

hr.separator {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
    margin: 20px 0 30px;
}

td .color-preview, th .color-preview, li .color-preview {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.075);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.075);
    height: 1.429em;
    width: 1.429em;
    display: inline-block;
    margin-right: 5px;
}

th {
    font-size: 14px;
}

#page
{
	margin-top: 60px;
	margin-bottom: 5px;
	background: white;
}

.ajaxContainer {
    padding-top: 20px;
}

.statsContainer {
    margin: 20px auto;
}

.statsContainer > div {
    padding-left: 20px;
}

.controls a.btn-link, .controls .btn-link {
    margin-bottom: 10px;
    padding: 2px 0 2px 0;
}

td .btn-link {
    padding: 0;
  }

.row .btn-margin {
    margin-bottom: 10px;
}

button.btn-link {
    padding: 2px 0;
}

.control-group.error .help-block {
    margin-top: 0;
}

.control-label {
    font-weight: normal !important;
}

#header
{
	margin: 0;
	padding: 0;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
    border-top: 1px solid #e5e5e5;
    text-align: center;
    background-color: #f5f5f5;
    color: #777;
    padding: 10px 0;
    margin: 0 -10px;
}

#footer .developer {
    margin-bottom: 0;
}

#logo, #extra-logo
{
    margin-left: 0;
}

#logo {
    padding: 10px 20px 10px 35px;
    background: transparent url(logo.png) no-repeat left center;
    float: right;
}

#extra-logo {
    padding: 10px 20px 10px 120px;
    background: transparent url(extra_logo.png) no-repeat left center;
    float: left;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.pointer {
    cursor: pointer;
}

.hidden {
    display: none;
}

.operations li a:hover
{
	background: #80CFFF;
}

@media (max-width: 980px) {
    #page {
        margin-top: 0;
    }
    #extra-logo {
        margin-left: 10px;
    }
}


/*
Sidebar Affix Start
*/

#sidebar .affix {
    position: fixed;
    top: 80px;
}

#sidebar i {
    float: right;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#sidebar ul li.active a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    background-color: #08c;
}

@media (max-width: 768px) {
    #sidebar .affix {
        position: static !important;
    }
}

@media (min-width: 1201px) {
    #sidebar .affix {
        width: 220px;
    }
}

@media (min-width: 980px) and (max-width: 1200px) {
    #sidebar .affix {
        width: 170px;
    }
}

@meida (max-width: 979px) {
    #sidebar .affix {
        width: 116px;
    }
}


@media only screen and (max-width : 1200px) {
    #sidebar .affix {
        width: 170px;
    }
}

@media only screen and (max-width : 979px) {
    #sidebar .affix {
        width: 116px;
    }
}
/*
Sidebar Affix End
*/
.btn-small {
    font-weight: normal;
}

.control-group span.anchor, h3 span.anchor {
    display: block;
    position: relative;
    top: -50px;
}

.button-column {
    font-size: 14px;
}

.extra-row {
    border: 0 !important;
    font-size: 12px;
    border-color: red !important;
    padding: 4px !important;
}
.extra-row table {
    margin-left: 40px;
}

.extra-row th {
    font-size: 12px !important;
}

.extra-row td {
    border-top: 0 !important;
    background-color: transparent !important;
}

.extra-row .empty {

}

.grid-extra > .table-striped > tbody > tr:nth-child(4n+1) > td, .grid-extra > .table-striped > tbody > tr:nth-child(4n+2) > td {
    background-color: #f9f9f9 !important;
}

.grid-extra > .table-striped > tbody > tr:nth-child(4n+3) > td, .grid-extra > .table-striped > tbody > tr:nth-child(4n+4) > td {
    background-color: transparent !important;
}

table.sku-total tr.odd td, table.sku-total tr.odd th {
    background-color: #ffffff !important;
}

table.sku-total tr.even td, table.sku-total tr.even th {
    background-color: #d9edf7 !important;
}

table.sku-total td, table.sku-total th {
    border-top-color: #7dc2e5 !important;
}

.control-group small, table.table-striped small {
    color: grey;
    font-weight: normal;
}

h1>div.created {
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    display: inline-block;
    float: right;
    font-style: italic;
}

a.currency-select {
    cursor: pointer;
}

/* Sticky footer styles */

html,
body {
    height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px;
}

#push,
#footer {
    height: 20px;
}
#footer {
    background-color: #f5f5f5;
}

@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

table.schedule td, table.schedule th {
    width: 25%;
}

ul.schedule-info li.customer {
    font-weight: bold;
}

ul.schedule-info li.portfolio {
    padding-left: 10px;
}

ul.schedule-info li.purchase {
    padding-left: 20px;
}

ul.schedule-info li.order {
    padding-left: 30px;
}

ul.filter-breakdown > li.stats-filter {
    padding-left: 0;
    padding-right: 20px;
}

.table tbody tr.success > th {
    background-color: #dff0d8;
}

.table tbody tr.error > th {
    background-color: #f2dede;
}

.table tbody tr.warning > th {
    background-color: #fcf8e3;
}

.table tbody tr.info > th {
    background-color: #d9edf7;
}

#invoice-grid table tbody tr:first-child td:not(.empty) {
    background-color: #dff0d8 !important;
}
