@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #F5F6F8;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #222222;
}

#header {
	width: 100%;
	padding: 10px;
	background: #222222;
    position: fixed;
    z-index: 100
}

.main-logo {
    float: left;
}

.top-right {
    float: right;
    margin: 8px;
}

.welcome {
    font-weight: 700;
    color: #FFFFFF;
    display: inline-block;
    padding-right: 5px;
    font-size: 14px;
}

#wrapper {
    padding-top: 70px;
}

#left-col {
	position: fixed;
	height: 100%;
	background: #2F4591;
	width: 120px;
    margin-top: 70px;
}
.left-col-sm {
    background: #2F4591;
    width: 100%;
}
#content-block {
	/*position: relative;*/
	margin-left: 120px;
	padding: 20px;
}

.notes {
	margin: 0px;
	padding: 0px;
}

.notes li {
	list-style: none;
	border-bottom: 1px dashed #DDDDDD;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	display: block;
}

.notes li i {
	color: #C2382D;
	padding-right: 5px;
}

.notes li span {
	display: block;
	text-align: right;
	color: #CCCCCC;
}

.notes li a {
	color: #C2382D;
}

/* ------ Tabs ------ */

.tab-content {
	padding-top: 20px;
}

/* ------ Panels ------ */

.panel {
	padding: 15px;
}

.panel-heading h1 {
	margin-top: 7px;
}

.panel-default > .panel-heading {
	background: none;
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 15px 0;
}

.panel-body {
	padding: 15px 0px;
}

/* ------ Tables ------ */

.table > tbody > tr > td,.table > tbody > tr > th {
	vertical-align: middle;
}

/* ------ Buttons ------ */

.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}

.btn:hover {
	color: #FFFFFF;
}

.btn-default {
	border: 1px solid #DDDDDD;
	background: #F9F9F9;
	color: #222222;
}

.btn-default:hover {
	border: 1px solid #F9F9F9;
	background: #DDDDDD;
}

.btn-primary {
	background: #63B829;
	border: 1px solid #59A425;
}

.btn-primary:hover {
	background: #59A425;
	border: 1px solid #63B829;
}

.btn-info {
	background: #2F4591;
	border: 1px solid #23346D;
}

.btn-info:hover {
	background: #23346D;
	border: 1px solid #2F4591;
}

h4.part-ship-header {
    font-size: 16px !important;
    font-weight: 400;
}

.part-ship-note {
    color: #e57c22;
}
/* ------ Forms ------ */

.form-horizontal .control-label {
	text-align: left;
}

/* ------ Pagination ------ */


.pagination {
	margin: 0 0 20px 0;
}
.pagination > span > a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    text-decoration: none;
}
.pagination > span.current {
    background: #2f4591 none repeat scroll 0 0;
    border: 1px solid #23346d;
    color: #FFFFFF;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    text-decoration: none;
}
.cancelled {
    color: #c9302c;
}

/*.pagination > span:first-child > a, .pagination > span:first-child > span, .pagination:first-child > span {*/
    /*border-bottom-left-radius: 4px;*/
    /*border-top-left-radius: 4px;*/
    /*margin-left: 0;*/
/*}*/

/*.pagination > span:last-child > a, .pagination > span:last-child > span, .pagination:last-child > span {*/
    /*border-bottom-right-radius: 4px;*/
    /*border-top-right-radius: 4px;*/
/*}*/

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background: #2F4591;
	border: 1px solid #23346D;
}

/* ------ Main Nav ------ */

.global {
	margin:  0;
	padding: 0;
	border-bottom: 1px solid #44589C;
}

.global li {
	list-style: none;
}

.global li a {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid #182349;
	border-top: 1px solid #44589C;
	position: relative;
}

.global li a .badge {
	position: absolute;
	top: 10px;
	right: 20px;
	background: #C2382D;
}

.global li a i {
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
}

.global li.active a {
	background: #23346D;
}

.global li a:hover {
	background: #283B7B;
	text-decoration: none;
}

.part-ship-qty { color: #e57c22; font-size: 13px; font-weight: 100; }

/* ------ Headings ------ */

h1,h2,h3 {
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
h4 {
	font-weight: 600;
	margin: 0;
	padding: 20px 0 20px 0;
	text-transform: uppercase;
}

/* ------ General Media Queries ------ */

@media (max-width: 1200px) {


}


@media (max-width: 991px) {

#content-block {
	margin-left: 0;
}

}

@media (max-width: 767px) {

#content-block {
	margin-left: 0;
}

}
.upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
.upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}

/* CSS used here will be applied after bootstrap.css */
.carousel {
    margin-top: 20px;
}
.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}
.item img {
	width: 100%;	
}

#left-col li {
    position: relative;
}

.current-arrow {
    position: absolute;
    font-size: 22px;
    right: -17px;
    top: 27px;
    color: #23346d;
}

.note-banner {
    padding: 3px 8px;
}

.fixed-panel-550 {
    min-height: 550px;
}
.nav-tabs a {
    outline: none;
}
#view .row div:first-child {
    font-weight: 700;
}
h2.inner-tab-title {
    font-size: 1.2em;
    padding-bottom: 12px;
}
#notes textarea {
    height: 100px;
}
.btn-xs {
    font-size: 10px;
    padding: 5px 10px;
}
.row-btn { font-size: 12px !important; }
/** Charts **/

.ct-series-a .ct-bar {
    stroke: #63b829 !important;
}
.ct-label {
    font-size: 0.9rem !important;
}
#chart-filter {
    margin-top: -25px;
    position: relative;
}
#chart-filter form {
    outline: none;
}
.ct-legend {
    z-index: 10;
    list-style: none;
    bottom: 0;
    display: block;
    margin-bottom: -25px;
    position: absolute;
}
.ct-legend li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 3px;
    cursor: pointer;
}
.ct-legend li:before {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    content: '';
    border: 3px solid transparent;
    border-radius: 2px;
    margin-top: 2px;
}
.ct-legend li.inactive:before {
    background: transparent;
}
.ct-legend.ct-legend-inside {
    position: absolute;
    top: 0;
    right: 0;
}
.ct-legend .ct-series-0:before {
    background-color: #63b829;
    border-color: #63b829;
}
.ct-legend .ct-series-1:before {
    background-color: #f05b4f;
    border-color: #f05b4f;
}
.ct-legend .ct-series-2:before {
    background-color: #f4c63d;
    border-color: #f4c63d;
}

/** end Charts **/

#customer-notes {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 193px;
}
#customer-notes .note-entry {
    padding: 10px 4px;
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 10px;
}
#customer-notes .note-entry > .note-date {
    font-size: 11px;
    font-style: italic;
    float: right;
    margin-top: -7px;
}
#customer-notes .important {
    color: #FF0000 !important;
}

#customer-notes .note-entry > .note-delete {
    display: inline-block;
    float: right;
    margin-left: 7px;
    margin-top: -10px;
}
#customer-notes .note-entry > .note-delete a {
    color: #d43f3a;
    outline: none !important;
}
#customer-notes .note-entry > .note-delete a:hover {
    color: #880000;
}
.modal-header {
    padding: 10px 15px !important;
}
.modal-footer {
    border: 0 !important;
    padding: 0 15px 15px;
}
.modal-body {
    padding: 10px 15px 0;
}
.form-group > ul {
    background: #d9534f none repeat scroll 0 0;
    border: 1px solid #d43f3a;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
}
.form-group > ul li {
    list-style: none;
    color: #FFFFFF;
}
abbr {
    color: #c9302c;
    padding-left: 3px;
}
.no-padding {
    padding-left: 0;
}
#app_user_edit_stage label,
#app_user_add_stage label {
    font-weight: 100 !important;
    margin-left: 5px;
    display: inline-block;
}
legend.task-legend {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-color: #bce8f1;
    color: #31708f;
}
.stage-selector {
    width: 193px;
    font-size:12px;
}
.actions-header {
    min-width: 100px;
}
.size-header {
    min-width: 80px;
}
#AddStage_category label {
    margin: 0 15px 0 5px;
}
#AddCategory_defaultStage label,
#EditCategories_defaultStage label {
    margin-left: 5px;
    font-weight: 100;
}
tr.blue-head {
    background-color: #44589c;
    color: #FFFFFF;
}
tr.blue-head th {
    border-bottom: 1px solid #182349;
}
h2.sub-heading {
    font-size: 14px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
}
.input-note {
    font-size: 11px;
    font-style: italic;
    margin-top: 2px;
    color: #dd6666;
}
.no-addresses-note {
    font-size: 13px;
    font-style: italic;
    margin: 6px 0 12px;
    color: #dd6666;
}
.welcome-panel {
    padding: 0;
}
h2.welcome-heading {
    font-size: 18px;
}
a.calendar-link {
    color: #FFFFFF;
}
a.calendar-link:hover {
    color: #00ffff;
}
.currency-contain {
    padding: 5px 0;
    display: block;
}
.key {
    display: block;
    margin: 10px 0;
    width: 180px;
}
.key .warning-box {
    width: 20px;
    height: 20px;
    background: #fcf8e3;
    border: 1px solid #ddd;
    float: left;
    clear:both;
    margin-top: -1px;
}
.key .danger-box {
    width: 20px;
    height: 20px;
    background: #f2dede;
    border: 1px solid #ddd;
    float: left;
    clear:both;
    margin-top: -1px;
}
.key .credited-box {
    width: 20px;
    height: 20px;
    background: #ceffc6;
    border: 1px solid #ddd;
    float: left;
    clear:both;
    margin-top: -1px;
}
.warning-box > div {

}

.stat_box {
    display: inline-block;
}
.stat_box i {
    font-size: 24px;
    color: #44589c;
}
.stat_icon {
    float: left;
}
.stat_content {
    float: left;
    margin-left: 10px;
    font-size: 16px;
}
.panel-rollover:hover {
    background: #afd9ee;
}
.margined {
    margin-bottom: 3px;
}
td.alert-danger {
    font-weight: 800;
}
.input-side-symbol {
    float: left;
    font-size: 14px;
    font-weight: 800;
    margin-right: 5px;
    padding-top: 6px;
}
.bootbox-confirm .modal-footer {
    margin-top: 15px;
}
.modal-title {
    padding: 5px 0 !important;
}
#order-details {
    padding: 20px 0 15px;
}
.order_products {
    display: block;
}
span.required {
    color: #b90000;
    margin-left: 1px;
}
.select-wrap, .select2-group select {
    width: 100% !important;
}
.save-button {
    position: absolute;
    top: 10px;
    right: 10px;
}
.part-ship-h2 {
    font-size: 14px;
}
.history_note {
    display: inline-block;
    font-style: italic;
    padding: 0 0 10px;
    color: #999999;
    font-size: 13px;
}
.credited-line, .credited-line td, .credited-line th {
    background: #ceffc6 !important;
}

.credited {
    color: #398637;
}
.btn-disabled {
    background: #EEEEEE;
    border-color: #CCCCCC;
    color: #666666;
}
.btn-disabled:hover {
    background-color: #BBBBBB;
    border-color: #AAAAAA;
}
.btn-lightblue {
    background: #82ade7;
    border-color: #729dce;
    color: #FFFFFF;
}
.btn-lightblue:hover {
    background: #7298cb;
    border-color: #6990bd;
}
.product-minimum-stock input{
    height: 31px;
    width: 40px !important;
    padding: 3px 1px 3px 5px;
}

.product-minimum-stock button {
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}