/* Global Styles */

/* ------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);

body {
    background-color: #f8f8f8;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
}

/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
    z-index: 8888;
}

.page-header {
    font-size: 24px;
}

.navbar {
    background: #52a8da;
}

.dropdown-toggle i {
    color: #ffffff;
}

#page-wrapper .panel-default > .panel-heading {
    background: #4f8bae;
    color: #ffffff;
}
.logo_wrap {
    position: relative;
    float: left;
    width: 281px;
    background: none repeat scroll 0 0 #4f8bae;
}

.logo_wrap .navbar-header {
    position: absolute;
    right: 5px;
    top: 0;
}

.logo_wrap .navbar-toggle {
    background: #52a8da none repeat scroll 0 0;
}

.logo_wrap .navbar-toggle .icon-bar {
    background: #ffffff;
}

#header .logo {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.navbar-static-top {
    margin-left: 270px;
}

.nav > li > a {
    color: #ffffff;
}
.nav > li > a:hover {
    color: #333;
}
.navbar .nav > li.dropdown > a:hover,
.navbar .nav > li.dropdown > a:focus {
    background: #4f8bae;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        /*margin: 50px 0 0 0px;*/
        padding: 50px 30px 0px;
        min-height: 1300px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
    font-weight: bold;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* Sidebar Menu Styles */

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}

@media (min-width: 768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all 0.5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

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

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #b3a9a9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

.login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}

/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

@media (max-width: 767px) {
    #header .logo {
    }

    .navbar-static-top {
        margin-left: 0px;
    }

    #header {
        position: static;
    }

    .logo_wrap {
        width: 100%;
        float: none;
    }
    .navbar-top-links .dropdown-user {
        left: 0;
    }

    .collapse ul li {
        display: block;
    }
}

.clear {
    clear: both;
}
.search_by_date {
    position: relative;
}

.datepicker {
    /*top: 240px!important;*/
}
.sell-report .datepicker,
.buy-report .datepicker {
    /* top: 313px!important;*/
}

.sell hr {
    margin-top: 0;
    margin-bottom: 0;
}

.deliver_to_label {
    font-size: 20px;
}

.invoice-total > tbody > tr > td:first-child {
    text-align: right;
}

.invoice-total > tbody > tr > td:last-child {
    border-bottom: 1px solid #dddddd;
    text-align: right;
    width: 15%;
}

.invoice-total > tbody > tr > td {
    border: 0 none;
}

.page-heading {
    border-top: 0 none;
    padding: 0 10px 5px;
    border-bottom: 1px solid #eee;
}

.title-action {
    padding-top: 17px;
}

.print-invoice #page-wrapper {
    margin-top: 0;
}

.measurement_cost {
    float: left;
    width: 25%;
}
.measurement_cost input {
    float: left;
    margin-right: 3.5px;
    width: 80%;
}
.company_name {
    font-size: 25px;
}

.word_formate:first-letter {
    text-transform: uppercase;
}

.or-create-customer {
    text-align: center;
    line-height: 30px;
}

.no-padding-left {
    padding-left: 0 !important;
}

#customer_fail,
#customer_success {
    display: none;
}

#user-list {
    float: left;
    list-style: none;
    margin-top: 1px;
    padding: 0;
    width: 100%;
    position: absolute;
    border: 1px solid #cecccc;
}

#user-list li {
    padding: 10px;
    background: #f5f5f5;
    border-bottom: #cecccc 1px solid;
    cursor: pointer;
}
#user-list li:last-child {
    border-bottom: none;
}
#suggesstion-box {
    position: relative;
    z-index: 1;
}

.mb-1 {
    margin-bottom: 10px;
}

.cash-memo-top {
    font-size: 22px;
}

.cash-memo th {
    width: 170px;
}
.cash-memo tr.active th {
    background: #e8e8e8 !important;
}
.cash-memo-top th {
    width: 50%;
}

.borderless td,
.borderless th {
    border: none;
}

.btn-large {
    /* padding: 20px; */
    margin-bottom: 10px;
    /* font-size: 25px; */
}
.no-padding-right {
    padding-right: 0;
}

.manage-sell .sell_date_area {
    float: right;
}

.manage-sell .sell_date {
    width: 150px;
    float: left;
}
.manage-sell label {
    float: left;
    margin-right: 6px;
}

.manage-sell .cash-memo-top input {
    width: 40%;
    float: left;
    font-weight: normal;
    padding: 6px 8px;
}
.cashmemo_image img {
    width: 100%;
}

.modal-dialog {
    margin: 70px auto;
}

.employee-details {
    margin-bottom: 15px;
}
.passsword_error {
    display: none;
    margin-top: 10px;
}

.statement-top {
    margin-bottom: 15px;
}

.statement-top b {
    min-width: 75px;
    display: inline-block;
}

.billing-address {
    padding-left: 20px;
    font-size: 18px;
}

.c_name {
    font-size: 36px;
    margin-top: 0;
}

.border-1px {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    padding: 10px;
}

.loading-image {
    position: fixed;
    top: 48%;
    width: 100%;
    text-align: center;
    display: none;
}

.loading-image img {
    width: 32px;
}

.bill_error_message {
    display: none;
    margin-top: 10px;
}

.border-1px {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    padding: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}
.display-none {
    display: none;
}
.mb-5 {
    margin-bottom: 5px;
}

.tc-ffffff {
    color: #fff;
}
.float-right {
    float: right;
}
.reminder-btn {
    background: #00516d;
    padding: 2px 7px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

.popup-content {
    background: #fff;
    width: 600px;
    position: relative;
    margin: 0 auto;
    padding: 20px 30px;
}
.required {
    color: #a94442;
    margin-top: 5px;
}

.display-none {
    display: none;
}
.reminder-action a {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}
.tc-00516D {
    color: #00516d;
}
.client-completed {
    font-size: 18px;
    margin-left: 10px;
    line-height: 18px;
    vertical-align: middle;
}
.reminder-serarch {
    position: absolute;
    right: 20px;
    top: 30px;
}
.fw-b {
    font-weight: bold;
}
.va-m {
    vertical-align: middle !important;
}

.inner-table,
.inner-table table {
    margin-bottom: 0;
    padding: 0 !important;
}
.inner-table table {
    border: 0;
}
.inner-table table tr td {
    border-left: 0;
    border-top: 0;
}
.inner-table table tr .bl-0 {
    border-left: 0;
}
.inner-table table tr .bb-0 {
    border-bottom: 0;
}
.inner-table table tr .br-0 {
    border-right: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.btn-print-notification {
    background: #b71d1f;
    color: #fff;
    padding: 5px 70px;
}

.pGroup-1 {
    background-color: #f5c6cb;
}

.pGroup-2 {
    background-color: #add4fd;
}

.pGroup-3 {
    background-color: #b2dfe6;
}

.pGroup-4 {
    background-color: #ffeeba;
}

.pGroup-5 {
    background-color: #ade7bce8;
}

.pGroup-6 {
    background-color: #d1cfebec;
}

.pGroup-7 {
    background-color: #c7c3ab;
}

.pGroup-8 {
    background-color: #e7b9b9;
}

.pGroup-9 {
    background-color: #c3e6cb;
}

.pGroup-10 {
    background-color: #c5986e;
}

input.highlight {
    border: 1px solid red;
    -webkit-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
    from {
        box-shadow: 0 0 0px 0 red;
    }
    50% {
        box-shadow: 0 0 10px 0 red;
    }
    to {
        box-shadow: 0 0 0px 0 red;
    }
}
@keyframes blink {
    from {
        box-shadow: 0 0 5px 0 red;
    }
    50% {
        box-shadow: 0 0 0px 0 red;
    }
    to {
        box-shadow: 0 0 5px 0 red;
    }
}

.point-1 {
    background-color: #fa25b8;
}
.mr-5 {
    margin-right: 5px;
}

.chartist-tooltip {
    opacity: 0;
    position: absolute;
    margin: 20px 0 0 10px;
    background: rgba(250, 249, 249, 0.8);
    color: #111;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #a94442;
    font-weight: 600;
    text-align: center;
  }
  
  .chartist-tooltip.tooltip-show {
    opacity: 1;
    z-index: 99999;
  }

  svg.ct-chart-bar, svg.ct-chart-line{
	overflow: visible;
}
.ct-label.ct-label.ct-horizontal.ct-end {
    position: relative;
    justify-content: flex-end;
    text-align: right;
    transform-origin: 100% 0;
    transform: translate(-60%) rotate(-90deg);
    white-space: nowrap;
}
.pb-25{
    padding-bottom: 25px;
}

.pb-30{
    padding-bottom: 30px;
}

.ct-bar {
    fill: none;
    stroke-width: 10px;
}

/* .ct-bar:nth-child(2n){
    stroke: #EFB200 !important;
} */