.mt-15 {
    margin-top: 15px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

.mt-10 {
    margin-top: 10px !important
}


.login_box {
    width: 430px;
    margin: 28% auto;
    padding: 100px 35px 0 35px;
    border: 1px solid #ccc;
    background: #fff;
    position: relative
}

.login_box md-input-container label {
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0.2px;
}

.login_bg {
    background: url(../images/login_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.logo_log {
    background: #28abe3;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px;
    font-family: "Muli", sans-serif;
}

.login_box h2 {
    font-size: 24px;
    float: left;
    margin: 5px 0 20px;
    color: #3e3e3e;
    text-transform: uppercase;
    font-weight: 500
}

.login_box input {
    margin-top: 15px;
    background: url(../images/form_icon_right.png) no-repeat;
    padding-left: 20px;
    border-color: rgba(0, 0, 0, 0.4);
}

.login_box span a {
    float: right;
    margin-top: 15px;
    color: #c12026;
}

.powered_log {
    text-align: center;
    color: #9b9797;
    margin-top: 25px;
}


/*-----------------*/

.nav_bg {
    border-radius: 0px;
}

.nav_bg li a {
    color: #C5C4C4;
    text-decoration: none;
    font-size: 13px;
}

.dropdown-toggle {
    margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-menu .divider {
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav_dp li {
    border-right: none;
}

.nav_dp li a {
    color: #333232;
}

.nav_dp li:first-child {
    border-left: none;
}

.nav_dp li:hover {
    color: #fff !important;
}

.top_white {
    background-color: #ffffff;
    border-bottom: 1px solid #d7d6d6;
    min-height: 52px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0px 2px 1px #D8D8D8;
}

.box_1 {
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #d7d6d6;
    min-height: 355px;
    box-shadow: 0px 2px 1px #D8D8D8;
    float: left;
    width: 100%
}

.table_tittle {
    font-size: 22px;
    color: #333232;
    font-weight: 600;
    margin: 30px 0 10px;
}

.table_tittle span {
    color: #C24E1D;
}

.table thead tr th,
.table tr td {
    padding: 13px !important;
}

.btn_em {
    background-color: #333232;
    color: #d3d0d0;
    text-transform: uppercase;
}

.btn_em:hover {
    background-color: #211f1f;
    color: #d3d0d0;
}

.btn_em2 {
    background-color: #333232;
    color: #d3d0d0;
    text-transform: uppercase;
    padding: 15px;
}

.btn_em2:hover {
    background-color: #211f1f;
    color: #d3d0d0;
}

.popup_box {
    background-color: #fff;
    width: 360px;
    height: 400px;
    padding: 20px;
    border-radius: 3px;
}

.popup_box h3 {
    margin-top: 10px;
}

.popup_box input {
    border-radius: 0px !important;
    padding: 20px;
}

#element_to_pop_up {
    display: none;
}

.modal-footer span a {
    color: #144387;
    text-decoration: none;
}

@media (max-width: 991px) {
    .nav_bg li {
        z-index: 999;
    }

    .dropdown-toggle {
        margin-top: 0px;
        padding: 12px 15px;
    }
}

@media (max-width: 768px) {
    .nav_bg li {
        z-index: 999;
    }
}

.md-datepicker-calendar-pane {
    z-index: 1100 !important;
}

.login_box md-input-container {
    width: 100%;
    margin-bottom: 5px;
}

.btn.btn_login {
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    margin: 10px 0 35px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    height: 45px;
}

.login_box .help-block {
    margin-bottom: 20px;
    font-family: 'Muli', sans-serif;
}

.sidebar-head {
    border-bottom: 1px solid #bdbdbd;
    padding: 0 0 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.side-bar {
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 20px;
    overflow: hidden;
}

.inner-head {
    margin-bottom: 20px;
}

.green {
    color: green
}

.error {
    color: firebrick
}

.btn-action {
    border: 0;
    background: none;
}

.add-cat-bottom {
    margin-top: 15px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    height: 50px;
}

.modal-dialog {
    display: inline-block;
    float: none !important;
    text-align: left;
}

.modal {
    text-align: center
}

.btn-stk-add {
    margin-top: 24px;
}

.stk-dwnld-sample {
    display: inline-block;
}


.stk-browse p {
    margin-bottom: 15px;
}

select {
    height: 30px;
}


.form-control.custom {
    display: inline-block;
    width: auto
}

.damaged-right .form-control,
.expired-stk-pro-slct .form-control {
    width: 200px;
    float: left
}

.table-responsive {
    white-space: nowrap
}

.add-client-table-top .form-control {
    width: 200px;
    float: left;
    margin-right: 8px;
}

.add-client-table-top {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 50px;
}

.form-row {
    margin-bottom: 15px;
}

.btn-add-users {
    float: right;
}

.add-users-aside .form-control {
    margin: 10px 0;
}

.estimation-ight a {
    padding-left: 10px;
}

.side-bar.report label {
    display: block;
}

.report .md-datepicker-input-container {}

.report md-select {
    float: right;
    width: 100%;
    margin: 0 0 20px
}

.side-bar.report {
    padding: 25px 15px 0;
}

footer {
    height: 40px;
    line-height: 40px;
    background: #2d2d2d;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 11px;
    letter-spacing: 0.3px;
}

footer a {
    color: #abaaaa
}

.report-table {
    border: 1px solid #ddd;
    float: left;
    width: 100%;
}

.category-right .form-control {
    width: 200px;
    float: left;
    margin-right: 5px;
}

.category-right {
    padding-top: 15px;
}

.margin-top-space {
    margin-top: 15px;
}

.product-right .form-control,
.stock-top-right .form-control {
    float: left;
    width: 200px;
    margin-right: 8px;
}

.product-right {
    padding-top: 15px;
}

.damaged-right .form-control {
    margin-right: 5px;
}

.expired-stk-pro-slct {
    margin-top: 15px;
}

.expired-stk-pro-slct select {
    margin-right: 5px;
}

.right-content h5 {
    display: inline-block;
    margin: 0;
    width: 120px;
    font-weight: 800
}

.right-content span {
    padding-left: 10px;
}

.tax-top-right .form-control {
    float: left;
    width: 200px;
    margin-right: 8px;
}

.report-head {
    margin: 0 0 15px;
}

.invoice-right h5 {
    font-weight: 800;
    display: inline-block;
    width: 80px;
    margin: 0 0 8px;
}

.invoice-right .inner {
    float: right
}

.invoice-right .inner span {
    padding-left: 10px;
}

.client-right .form-control {
    float: left;
    width: 200px;
    margin-right: 8px;
}

.client-row {
    margin-top: 15px;
}

.checkbox-custom {
    position: relative;
    top: 2px;
    left: 2px;
}

.btn-add-client {
    margin-right: 15px;
}

.users-head {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.add-client-col .col-xs-6.form-row {
    padding-left: 0
}

.star-required {
    color: red;
}

.form-control.textbox-stock-edit {
    width: 100px;
    text-align: center
}

.loading {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1341;
}

.loader img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

md-calender-month td {
    padding: 0 !important;
}

.form-control.black {
    color: #333;
    width: 120px;
}

.user-welcome.desktop a {
    background: #28abe3;
    color: #fff;
    float: right;
    font-size: 11px;
    padding: 0 10px;
}

.user-welcome.desktop {
    width: 70%;
    float: right
}

.user-welcome a:hover {
    text-decoration: none;
}

.total-table .form-control {
    width: 100%;
}

.expired-stk-pro-slct .selection > span,
.stock-top-right .selection > span {
    height: 34px;
    text-align: left;
    padding-top: 2px;
}

html,
body {
    background: #efefef
}

.box_1.table {
    margin-top: 0
}

html {
    position: relative;
    min-height: 100%;
}

.box_1.one {
    min-height: 10px;
    margin: 0
}

.add-btn {
    margin-left: 2px;
}

.add-btn span {
    font-size: 10px;
}

.pad-left-none {
    padding-left: 0
}

.box_1.pad-none {
    padding: 0
}

.stock-right-bot {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding: 15px;
    background: #eee
}

.no-data {
    margin: 70px 0;
}

textarea.client-textarea {
    height: 80px;
}

.margin-top15 {
    margin-top: 15px;
}

.box_1.estimation {
    padding: 30px 10px 25px;
    margin-bottom: 15px;
}

.estimation-table {
    margin: 10px 0;
}

.box_1.estimation-table {
    margin-bottom: 15px;
}

.right-content {
    background: #f3f3f3;
    border-left: 4px solid #23a1d3;
}

.client_addr {}

.client_addr div {
    margin-bottom: 5px;
}

.client_addr div:last-child {
    margin: 0
}

.btn-change-pass {
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
}

.forgot-pass-left {
    padding: 5px 0 0
}

.forgot-pass-left li {
    margin-top: 15px;
    list-style: none;
}

.forgot-pass-left li span {
    margin-right: 8px;
    display: inline-block
}

.change-pass-row .form-row {
    margin-bottom: 20px;
}

.forgot-pass-right {
    padding-top: 25px;
}

.login-body {
    background: url(../images/login-bg.jpg) no-repeat;
    font-family: 'Montserrat', sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-left .text {
    color: #fff;
    letter-spacing: 0.5px;
}

.login-left {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
}

.login-right {
    background: #fff;
    height: 100%;
}

.login-left .text h1 {
    font-weight: 100;
    position: relative;
}

.login-left .text h1::before {
    height: 2px;
    content: "";
    background: #c24e1d;
    position: absolute;
    bottom: 0;
    width: 50px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -15px;
}

.login-left .text p {
    margin-top: 30px;
}

.login_box .alert {
    margin-bottom: 40px;
}

.login-footer {
    padding: 0;
    border: 0;
    background: none
}

.login-footer a,
.login-footer a:hover {
    text-decoration: none;
    color: #c24e1d
}

.login-wrapper,
.login-wrapper body {
    height: 100%;
    position: relative;
}

.login_box md-input-container {
    text-align: left;
}

.login_logo {
    display: inline-block;
    width: 165px;
    background: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    padding: 30px 15px 0;
    z-index: 1
}

.btn-arrow {
    font-size: 28px;
    position: absolute;
    opacity: 0;
    right: -25px;
    top: 0;
    transition: all 0.3s ease 0s;
}

.btn-primary:hover .btn-arrow {
    right: 40px;
    opacity: 1
}

.profile-img {
    width: 120px;
    height: 120px;
    display: inline-block;
    border: 4px solid #e7e3e3;
    border-radius: 50%;
    margin-top: 10px
}

.profile-main {
    margin-top: 60px
}

.profile-text div {
    margin-bottom: 5px;
}

.profile-text span {
    position: absolute;
    top: 3px
}

.profile-text p {
    padding-left: 20px;
    word-break: break-all;
}

.profile-text {
    margin-top: 22px;
    position: relative
}

.profile-edit {
    border: 0;
    background: #C24E1D;
    color: #fff;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 5px;
}

.update-photo {
    color: #333;
    text-decoration: underline
}

.profile-main h3 {
    margin-bottom: 0
}

.profile-main {
    float: none;
    display: inline-block;
}

.profile-toggle {
    width: 46px;
    height: 46px;
    border-radius: 50px;
    border: 3px solid #4b4a4a;
    margin-top: 7px;
    padding: 0
}

.logo-img {
    float: left;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.profil-dropdown {
    width: 200px;
}

.nav_bg .profil-dropdown a {
    color: #333;
    padding: 8px 15px;
}

.nav-icon {
    background: #4b4a4a;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
    margin-right: 3px;
}

.page-select {
    margin: 20px 0
}

.stock-top-right .select2-container {
    width: 170px !important
}

.stk-browse {
    margin-top: 20px;
}

.text-or {
    padding-top: 45px;
}

.fields {
    margin-bottom: 10px;
}

.stock-top-right {
    padding-top: 15px;
}

.box_1.report {
    padding: 20px 0;
    margin-bottom: 30px;
}

md-select.md-default-theme .md-select-value.md-select-placeholder,
md-select .md-select-value.md-select-placeholder {
    color: #333 !important
}

.dashboard-btn {
    margin: 10px 0 0
}

.dashboard-btn .btn {
    padding: 8px 22px;
}

.admin-name {
    background: #eee;
    padding-bottom: 10px;
    border-bottom: 2px solid #dadada
}

.admin-name p {
    margin-bottom: 3px;
    font-size: 12px;
}

.report-select {
    margin-top: 5px;
}

.print-logo {
    width: 85px;
    height: 85px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50px;
    line-height: 87px;
}

.print-btn {
    margin-top: 15px;
}

.upload-image-profile {
    padding: 15px 0
}

.cropArea {
    overflow: hidden;
    width: 382px;
    height: 500px;
    margin: 15px 0;
}

.profile-img img,
.profile-toggle img {
    border-radius: 50%
}

.client-status {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 26px;
    font-size: 14px;
}

.table-stock-popup {
    margin-top: 15px;
}

.forgot-pass-left li img {
    position: relative;
    top: -3px;
}

.iemi-mob {
    margin: 15px 0
}

.form-control.black.billing {
    width: 100px;
    display: inline-block;
    text-align: center
}

.billing-proname {
    padding: 30px 15px;
    border-top: 1px solid #e6e4e4
}

.billing-imei {
    display: inline-block;
    margin: 0 15px 0 30px;
}

.billing-imei-input {
    width: 200px;
    display: inline-block;
    margin-top: 10px
}

.billing-table {
    margin-top: 5px;
}

.billing-dtl-table {
    margin: 15px 0
}

.billing-proname span.icon {
    background: #c24e1d;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    display: inline-block;
    line-height: 38px;
    float: left
}

.green-text {
    color: #0c750e;
    font-size: 12px;
}

md-dialog .md-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600
}

md-dialog-content p {
    font-size: 13px;
}

md-dialog-actions button {
    text-transform: none !important
}

.modal-header .close span {
    position: relative;
    top: -2px;
}

body {
    position: static !important;
    overflow-x: hidden;
}

.confirm-btn {
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 22px !imporatant;
    background: none
}

.billing-head {
    float: left
}

.btn-clear,
.btn-clear:hover {
    color: #fff;
    background: #333;
    padding: 8px 15px
}

.btn-clear:hover {
    background: #000
}

.billing-proname.edit {
    padding: 0;
    border: 0;
}

.billing-proname.edit .icon {
    margin: -10px 10px 0 0;
}

.popup-message {
    line-height: 26px;
    margin-bottom: 30px;
}

.popup-message .md-button {
    border: 1px solid #8f8f8f;
    color: #0f0d0d !important;
    margin: 15px 3px 0 3px;
    padding: 0 12px;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.font11 {
    font-size: 11px
}

.date-picker-main {
    position: relative
}


/*STATUS*/

.status-show {
    display: inline-block;
    border-radius: 50px;
    padding: 2px 10px 3px;
    color: #fff;
    font-size: 11px;
    width: 65px;
}

.status-active {
    background: #049004
}

.status-inactive {
    background: #059ef1
}

.status-cancelled {
    background: #b50909
}

.unique-modular .dropdown-toggle {
    padding-left: 6px;
    padding-left: 6px;
}

.box_1.balance-sheet {
    min-height: 10px;
    padding: 30px 0;
    margin-bottom: 18px;
}

@media(max-width:1200px) {
    .report .md-datepicker-input-container {
        width: 68%;
    }

    .navbar-brand {
        font-size: 16px;
    }
}

@media(min-width:1024px) {
    .min1024-pad-left-none {
        padding-left: 0
    }
}

@media(min-width:992px) {

    .navbar,
    .navbar-brand {
        height: 60px;
    }

    .dropdown-menu.nav_dp {
        top: 52px;
        padding: 0;
    }

    .min992-top15 {
        margin-top: 15px
    }

    .nav_dp li {
        border-bottom: 1px solid rgba(204, 204, 204, .4);
    }

    .nav_dp li:last-child {
        border-bottom: 0;
    }
}

@media(max-width:991px) {
    .navbar-brand {
        height: auto;
        line-height: normal;
        font-size: 15px;
    }

    .stock-right {
        margin-top: 15px;
    }

    .navbar-collapse {
        position: relative;
        z-index: 1;
        background: #333232;
        z-index: 1;
    }

    .navbar-header {
        padding: 6px 0;
    }

    .mob-profile {
        margin: -61px 60px 0 0;
        padding: 0;
        list-style: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .btn-add-users {
        float: left;
        margin-top: 24px;
    }

    .navbar-nav {
        font-size: 13px;
    }

    .product-right .form-control {
        width: 120px;
    }

    .stock-top-right .form-control {
        width: 115px;
    }

    .mob-profile {
        margin: -63px 70px 0 0;
    }
}

@media(min-width:768px) {
    .min768-text-right {
        text-align: right
    }

    .side-bar.category {
        float: right;
        width: 100%;
    }

    .col-md-4.stock-right,
    .col-md-3.add-users-aside {
        float: right
    }

    .report-table {
        min-height: 258px;
    }

    .report-right {
        padding-right: 0
    }

    .stock-top-right {
        padding-top: 20px;
    }

    .change-pass-row {
        min-height: 400px;
        margin-top: 100px;
    }

    .add-client-col.border {
        border-right: 1px solid #ddd;
        padding-left: 15px;
    }

    .navbar-nav li:last-child .dropdown-toggle {
        padding-right: 0;
    }

    .col-sm-8.user-table {
        padding-left: 0
    }

    .navbar-nav {
        position: relative;
        left: 15px;
    }

    .navbar-brand {
        padding: 12px 0 0 10px;
    }

    .login-left .text {
        margin-top: 40%;
        padding: 0 100px;
    }

    .login-wrapper,
    .login-wrapper body {
        overflow: hidden;
    }

    .login-footer {
        color: #fff;
    }

    .navbar-header {
        margin-top: 5px;
    }

    .min768-tetx-right {
        text-align: right;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .tab-top15 {
        margin-top: 15px;
    }

    .tab-text-right {
        text-align: right
    }
}

@media(min-width:1201px) {
    .navbar-brand {
        font-size: 18px;
    }

    .dropdown-toggle {
        margin-top: 14px;
    }

    .dropdown-menu.nav_dp {
        top: 59px;
    }
}

@media(max-width:991px) {
    .pro-inputs {
        margin-bottom: 15px
    }

    .max991-bottom15 {
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
    .nav > li {
        border-bottom: 1px solid #424141;
    }

    .side-bar.category {
        margin-top: 25px;
    }

    .damaged-right .form-control {
        width: 160px;
    }

    .damaged-right {
        margin-bottom: 15px
    }

    .add-client-table-top .form-control {
        width: 160px;
    }

    .report .md-datepicker-input-container {
        width: 80%
    }

    .product-right .form-control {
        width: 150px;
    }

    .right-content {
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .navbar-brand {
        font-size: 16px;
    }

    .col-sm-8.user-table {
        padding: 0;
        margin-top: 15px;
    }

    .add-client-col {
        float: left;
    }

    .user-welcome.mobile {
        padding-top: 10px;
    }

    .navbar-brand {
        padding: 15px !important
    }

    .max767-pad-none {
        padding: 0
    }

    .max767-bottom15 {
        margin-bottom: 15px;
    }

    .max767-top15 {
        margin-top: 15px
    }

    .change-password {
        margin-bottom: 20px;
    }

    .login-left {
        height: 200px;
    }

    .login-left .text h1 {
        font-size: 26px;
        margin-top: 35px;
    }

    .login-footer {
        color: #333
    }

    .navbar-nav.mob {
        width: 30px;
        float: right;
        position: absolute;
        right: 86px;
        top: -6px;
    }

    .navbar-header {
        margin: 0
    }

    .logo-img img,
    .navbar-brand {
        margin-left: 15px;
    }

    .stock-view-right {
        margin-bottom: 15px
    }
    .report-top-filter md-datepicker{ margin-bottom: 15px;}
}

@media(min-width:480px) {
    .damaged-right {
        margin: 20px 0 16px;
    }

    .estimation-ight {
        padding-top: 15px;
    }

    .category-right,
    .damaged-right {
        float: right
    }

    .tax-top-right div {
        float: right;
        padding-top: 15px;
    }

    .add-client-table-top div {
        float: right;
    }

    .min480-top20 {
        margin-top: 20px
    }
}

@media(min-width:600px) {
    .min600-text-right {
        text-align: right
    }

    .page-num {
        width: 75px;
        text-align: center
    }
}

@media(max-width:599px) {
    .max599-fullwidth {
        width: 100%;
    }

    .max599-text-center {
        text-align: center
    }

    .stock-top-right .select2-container {
        width: 120px !important;
    }

    .max599-bottom15 {
        margin-bottom: 15px;
    }

    .click-add-btn .btn {
        width: 100%;
        margin-top: 20px;
    }

    .max599-halfwidth {
        width: 50%;
    }

    .cate-actions {
        margin: 15px 0 10px;
    }

    .edit-pro-input {
        padding: 0;
        width: 120px !important
    }

    .billing-proname.edit {
        margin-right: 15px
    }
}

@media(max-width:479px) {
    .login_box {
        width: 300px;
    }

    .xs-fullwidth {
        width: 100% !important
    }

    .estimation-ight {
        padding-top: 15px;
    }

    .product-right .form-control {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-right .btn,
    .add-client-table-top .btn {
        float: right
    }

    .stk-dwnld-sample {
        margin: 10px 0 0
    }

    .damaged-right .inner {
        float: left;
        width: 100%;
    }

    .tax-top-right div,
    .client-right {
        float: left;
        padding-bottom: 15px;
        width: 100%;
    }

    .client-right .form-control {
        margin-bottom: 10px;
    }

    .client-right .btn {
        float: right
    }

    .max479-fullwidth {
        width: 100%;
    }

    .cropArea {
        width: 240px
    }

    .max479-bottom15 {
        margin-bottom: 15px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .nav-icon {
        display: none
    }

    .dropdown-toggle {
        margin-top: 18px
    }
}

.invoice-head {
    font-weight: 800;
}

.invoice-head span {
    font-weight: normal;
    padding-right: 0
}

.form-control {
    padding: 6px 6px !important;
}

.login_box:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    background: #fff;
    height: 5px;
    width: 125px;
    right: 0;
    margin: auto;
}

.table-desc {
    white-space: normal
}

.btn-icon.material-icons {
    font-size: 19px;
    margin-right: 5px;
}

.w-100 {
    width: 100%;
}

.btn-cancel,
.btn-cancel:hover {
    color: #1d1d1d;
    cursor: pointer
}

.a-link {
    color: #c24e1d;
    text-decoration: underline;
}

.clear-small {
    background: #333;
    border: 0;
    color: #fff;
    width: 20px;
    height: 19px;
    line-height: 16px;
    display: inline-block;
    margin-top: 12px;
    border-radius: 50px;
    font-size: 11px;
    cursor: pointer
}


/*SEARCH PRODUCT*/

.chat-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    right: 25px;
    background: #c24e1d;
    text-align: center;
    line-height: 50px;
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 9
}

.chat-box {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ccc;
    max-width: 700px;
    min-width: 300px;
    position: fixed;
    right: 130px;
    bottom: 100px;
}

.chat-head {
    background: #c24e1d;
    color: #fff;
    height: 45px;
    width: 100%;
    border-radius: 6px 6px 0 0;
    line-height: 45px;
    position: relative;
    font-size: 18px;
}

.chat-head a {
    color: #fff;
    position: relative;
}

.chat-head a:hover {
    color: #fff;
    text-decoration: none;
}

.chat-head img {
    margin-right: 10px;
    float: left;
    position: relative;
    top: 15px;
}

.chat-head span {
    float: right
}

.chat-main {
    margin-top: 5px;
    padding-bottom: 15px
}

.chat-close {
    font-size: 20px;
    top: -5px;
}

.chat-close {
    display: none;
}

.chat-icon.active {
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
    line-height: 50px;
}

.chat-icon.active .chat-on {
    display: none;
}

.chat-icon.active .chat-close {
    display: inline-block;
}

.chat-online.content {
    height: 70px;
}

.content {
    overflow: auto;
    position: relative;
    min-height: 50px;
    max-height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content.hidden {
    display: none;
}

.wrap {
    overflow: hidden;
    right: 105px;
    display: block;
    transform: translateY(20px);
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 9
}

.wrap.active {
    display: block;
    visibility: visible;
    box-shadow: 2px 3px 16px silver;
    transition: all 600ms;
    transform: translateY(0px);
    transition: all 0.5s;
    opacity: 1;
}

.wrap.active .wrapper {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.search-bg {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.loader-search {
    border: 3px solid #c85729;
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    float: right;
    margin-top: 11px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media(max-width:767px) {
    .chat-icon {
        bottom: 15px;
        right: 15px;
    }

    .chat-box {
        bottom: 80px;
    }

    .wrap {
        right: 10px;
    }
}

@media(max-width:599px) {
    .chat-box {
        width: 350px
    }

    .estimation-pro {
        width: 100%;
    }

    .billing-proname span.icon {
        display: none
    }

    .max599-fullwidth {
        width: 100%
    }

    .bill-discount-input {
        float: right;
        margin-top: 20px
    }
}


/***************************************************************/

.qsearchinput {
    font-size: 14px;
    height: 44px;
    background-color: rgb(236, 236, 236);
    color: #000;
    padding-left: 10px;
    width: 100%;
    margin: 15px 0;
    border: 1px solid #ddd;
}

.qsearchclear {
    position: absolute;
    right: 25px;
    top: 15px;
}

.table-desc p {
    margin: 0;
    width: 300px;
    white-space: normal;
}

.table tr td.pad-none,
.table tr th.pad-none {
    padding: 0 !important
}

.td-border-right {
    border-right: 1px solid #ddd;
    border-top: 0 !important
}

.border-none {
    border: 0 !important
}

.theme-bg {
    background: #f2f2f2;
}

.client_addr {
    padding: 0 0 0 20px;
}

.billing-top-margin {
    margin: 30px 0 30px
}

.status-icon {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    padding: 4px 8px
}

.status-partial {
    background: #03a9f4;
}

.status-pending {
    background: #ce3131;
}

.status-full {
    background: #4caf50;
}

.green {
    color: #4caf50
}

.btn.icon {
    padding: 0;
    width: 38px;
    line-height: 10px;
}

md-datepicker {
    border: 1px solid #ccc;
    float: left;
    height: 38px
}

.w-100 {
    width: 100% !important
}

.top20 {
    margin-top: 20px
}

.payment-date .md-datepicker-input-container {
    width: 80%
}

.payment-client-dtls span {
    display: block;
    font-weight: bold;
    color: #000
}

.payment-client-dtls {
    margin-bottom: 20px;
    color: #c24e1d
}

.payment-client-dtls:last-child {
    border-left: 1px solid #ccc;
}

.border {
    height: 1px;
    background: #ccc;
}

.pay-history-amt {
    margin: 3px 0 5px
}

.pay-history-amt span {
    font-size: 18px
}

.pay-history-table {
    margin-top: 5px;
}

.expense-total {
    margin-bottom: 12px
}

.expense-total span {
    font-size: 24px
}

.pay-history-head {
    margin-bottom: 0
}

.w-100 .md-datepicker-triangle-button.md-button.md-icon-button {
    right: 30px;
    top: 10px;
}

.v-align-top {
    vertical-align: top !important
}

.notes h6 {
    font-weight: bold;
    margin: 5px 0 5px;
}

.notes p {
    font-size: 11px;
    margin: 0 12px 5px 0
}

.gray {
    color: #646564
}

.red {
    color: red
}

.notes {
    margin-bottom: 15px;
}

.stock-view-right {
    margin-top: 5px;
}

.stock-view-right .colum {
    margin-left: 10px;
    display: inline-block;
}

.stock-view-right select {
    width: 130px
}

.damaged-popup-restrore {
    margin-top: 3px
}

.position-relative {
    position: relative
}

.payment-pay-btn {
    margin: 50px 0 25px
}

.pay-history-amt p {
    margin: 0;
    font-size: 12px
}

.pay-history-amt .due {
    margin-left: 20px
}

.convertbill-price span {
    margin: 5px 10px 10px 0;
    display: inline-block;
}

.convertbill-price input {
    margin-right: 5px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.m-0 {
    margin: 0 !important
}

.w-150 {
    width: 150px;
}

.estimate-bottom-table tr td {
    padding: 10px !important
}

.estimation-add-client {
    background: #eee;
    border: 1px dashed #ccc;
    margin: 10px 0 20px;
}

.estimation-clientaddress {
    margin-top: 15px
}

.p-0 {
    padding: 0 !important
}

.border-none {
    padding: 0 !important
}

.estimation-pro-result {
    margin-top: 50px
}

.estimation-pro-serach-note {
    display: block;
    font-size: 11px
}

.d-block {
    display: block !important
}

.colum-style h4 {
    margin: 4px 0 0 3px;
    font-size: 22px;
    display: inline-block
}

.colum-style {
    margin: 0 0 15px;
    display: inline-block
}

.colum-style:last-child {
    padding-left: 30px;
}

.btn-icon-img {
    width: 30px !important;
    height: 30px;
}

.other_store_data {
    background-color: rgb(228, 228, 228);
}

.stock-right .md-datepicker-input-container {
    position: relative;
    width: calc(100% - 40px);
}

.stock-right md-datepicker {
    padding-right: 0
}

.stock-right md-datepicker .md-datepicker-triangle-button {
    right: 12px !important;
    top: 0 !important;
}

.stock-view-popup .select2-container {
    width: 150px !important;
    margin: 0 0 8px;
    display: block;
}

.stock-right label {
    font-size: 12px;
}

.purchase-table .expiry-date-td md-datepicker {
    margin-right: 0
}

.add-stock md-datepicker {
    position: relative;
}

.add-stock md-datepicker .md-datepicker-triangle-button {
    right: 12px !important;
}

.stk-browse h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 22px;
}
.stock-report-table{
    overflow: auto;
}
