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

html{
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    background: #F2F4F8;
    font-family: 'Nunito Sans', 'Proxima Nova', sans-serif;
    font-weight: 400;
    font-size: 16px;
   /* overflow-x: hidden;*/
    color: #004F9F;
}

#header {
    width: 100%;
    padding: 10px;
    background: #fff;
    position: relative;
    z-index: 100;
    margin-bottom: 30px;
}

.main-logo {
    float: left;
    padding: 15px 30px;
}

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

input.form-control.width-auto {
    width: auto;
}

.ct-legend {
    z-index: 10;
    list-style: none;
    bottom: 0;
    display: block;
    margin-bottom: -25px;
    position: absolute;
    display: none !important;
}

.ct-grid {
    stroke: rgba(0,0,0,.2);
    stroke-width: 1px;
    stroke-dasharray: 2px;
    display: none !important;
}

span.ct-label.ct-vertical.ct-start,
span.ct-label.ct-horizontal.ct-end {
    color: #000 !important;
}

.headerTitle {
    font-size: 22px;
    margin-left: 5px;
    font-weight: 700;
    color: #444;
}

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

#wrapper {
    padding-top: 0px;
}

#left-col {
    position: fixed;
    height: 100%;
    background: #004F9F;
    width: 240px;
    margin-top: 0px;
    border-right: 1px solid #c9c9c9;
}

.panel.panel-default {
    margin: 15px;
}

.left-col-sm {
    background: #2F4591;
    width: 100%;
}

#content-block {
    /*position: relative;*/
    margin-left: 240px;
    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;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #EAEAEA !important;
    border-radius: 14px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

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

.notes li a {
    color: #C2382D;
}

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

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


.my-chart {
    flex:1 1 0;
    overflow:hidden;
    background-color:yellow;
  }

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

.panel {
    padding: 0px;
    border: 0;
}

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

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

.panel-body {
    padding: 15px;
}

.panel.panel-default.panel-rollover {
    padding: 30px;
}

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

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

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

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 10px;
    margin-left: 1rem;
}

.btn:hover {
    color: #FFFFFF;
}

.btn-danger {
    border: 1px solid #d9534f;
    background: #d9534f;
    color: #fff;
}

.btn-danger:hover {
    border: 1px solid #d43f3a;
    background: #d43f3a;
}

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

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

.btn-primary {
    background: #337ab7;
}

.btn-primary:hover {
    background: #3f6c93;
    border: 1px solid #3f6c93;
}

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

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

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;
    margin-top: 20px;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.global li {
    list-style: none;
}

.global li a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    text-align: left;
    padding: 8px 15px;
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}

.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: #004387;
    color: #fff;
    text-decoration: none;
}

.global li a:hover {
    background: #004387;
    text-decoration: none;
    color: #fff;
}

.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;
}


#left-col li .fa {
    padding-right: 7.5px;
}

li.li-header {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 20px 15px 10px 15px;
}

.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: #337ab7 !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: #337ab7;
    border-color: #337ab7;
}

.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: 220px;
}

.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;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat_box i {
    font-size: 48px;
    color: #44589c;
}

.stat_icon {
    float: left;
}

span.stat_name {
    color: #2ECC71;
}

span.stat_count {
    font-size: 26px;
}

.stat_content {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    font-weight: 700;
}

.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;
    border-radius: 10px;
    font-size: 14px;
}

.btn-disabled:hover {
    background-color: #BBBBBB;
    border-color: #AAAAAA;
    border-radius: 10px;
    font-size: 14px;
}

.btn-lightblue {
    background: #82ade7;
    border-color: #729dce;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 14px;
}

.btn-lightblue:hover {
    background: #7298cb;
    border-color: #6990bd;
    border-radius: 10px;
    font-size: 14px;
}

.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;
}

.form-control {
    margin-left: 1rem;
}

div#content-block {
    padding: 0px 15px;
}

.content-header{
    padding: 0px !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}

.panel-body .tab-content {
    padding-top: 0px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0px solid #ddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #004387;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #004387;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    background: #004387;
    border-radius: 0px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 0px solid #ddd;
}

.panel.panel-default h3{
    padding: 15px;
}


@media (max-width: 767px) {
    #header {
        width: 100%;
        padding: 10px;
        background: #fff;
        position: relative;
        z-index: 100;
        margin-bottom: 30px;
        display: none;
    }
   .open .global {
        margin: 0;
        padding: 0;
        margin-top: 20px;
        float: left;
        width: 100%;
        border-top: 0px solid rgba(255, 255, 255, 0.3);
    }
}