pre.Ph-Pretg {
    font-family: roboto;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    color: #c89b52;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

html {
    /*height: 100%;*/
    overflow-x: hidden;
}

body {
    height: 80%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto', arial, sans-serif;
    color: #110600;
}

#map-canvas {
    height: 100%
}

.ph-align-footer-body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /*background: url(../img/TemplateImg/Phoenicia-Header.jpg);
    box-shadow: 0px 1px 6px #505050;
    background-repeat: no-repeat;
    background-position: 20% 0%;
    background-size: cover;*/
}

.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}

.ph-footer-align {
    flex: 1;
    -webkit-box-flex: 1;
}

@media (max-width:767px) {
    .ph-footer-align {
        margin-top: 53px;
    }

    .ph-navDecor.navbar-default {
        /*background: url(../img/TemplateImg/Phoenicia-Header.jpg);*/
        background: url(../img/productImg/Login-Screen-New.png);
        /*box-shadow: 0px 1px 6px #505050;*/
        box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.5);
        background-repeat: no-repeat;
        background-position: 0 30%;
        background-size: 100%;
    }
}

p {
    font-family: "Roboto", arial, sans-serif;
    line-height: 1.5;
    font-weight: 300;
    font-size: 1.25em;
}

    p.small {
        font-size: 16px;
    }

a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    color: #110600;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
    font-family: "Roboto", arial, sans-serif;
    line-height: 1.11;
    font-weight: bold;
}

hr.star-light, hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

    hr.star-light:after, hr.star-primary:after {
        content: "\f005";
        display: inline-block;
        position: relative;
        top: -.8em;
        padding: 0 .25em;
        font-family: FontAwesome;
        font-size: 2em;
    }

.form-control, input {
    border: 1px solid #ddd;
}

    .form-control:focus {
        border-color: #ddd;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(144, 144, 144, 0.075), 0 0 8px rgba(121, 121, 121, 0.6);
        box-shadow: inset 0 1px 1px rgba(144, 144, 144, 0.075), 0 0 8px rgba(121, 121, 121, 0.6);
    }

/*hr.star-light:after {

    background-color: #444444;

}

 

.list_blogs hr.star-light:after {

    background-color: #f2f2f2;

}*/

.team .main_heading:after {
    border-top-color: #110600;
}

/*.services hr.star-light:after {

    background-color: #91C444;

}

 

.contact hr.star-primary:after {

    color: #fff;

    background-color: #f67d42;

}

 

.contact hr.star-primary {

    border-color: #fff;

}

 

hr.star-primary {

    border-color: #444444;

}

 

    hr.star-primary:after {

        color: #444444;

        background-color: #f2f2f2;

    }*/

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    /*color: #fff;*/
    background: #f8f1e9;
}

    header .container {
        /* padding-top: 100px; */
        /* padding-bottom: 50px; */
    }

    header img {
        display: block;
        margin: 0 auto 20px;
    }

    header .intro-text .name {
        display: block;
        text-transform: none;
        font-family: "Roboto", arial, sans-serif;
        font-weight: 300;
        font-size: 1.348em;
        line-height: 1.249em;
        margin-top: 40px;
    }

    header .intro-text {
        height: 100%;
    }

        header .intro-text .skills {
            font-size: 1.25em;
            font-weight: 300;
        }

    header .menu-icon {
        margin: auto;
        width: 100px;
        color: #fff;
    }

        header .menu-icon i {
            border-radius: 50%;
            margin-top: 30px;
            color: #fff;
        }

        header .menu-icon:hover i {
            background-color: #fff;
            color: #330033;
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
        }

.ph-star-align {
    position: absolute;
    right: 25px;
    top: -15px;
    color: #fff;
    font-size: 30px;
}

/********* CUSTOMISATION START ********/

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #347f36;
    border-color: #347f36;
}

.ph-logo-style {
    width: 170px;
    margin-top: 15px;
}

.ph-logo-login-style {
    width: 55%;
    margin-bottom: 15px;
}

#myvideo {
    width: 100%;
}

.playbtn.fa-pause {
    opacity: 0.1;
}

textarea {
    resize: vertical;
}

.playbtn {
    color: #fff;
    margin: auto;
    font-size: 200px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -100px;
}

.video-section {
    position: relative;
    padding: 0px;
}

.button-background {
    background-color: #67005b;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 5;
}

.ph-login-box {
    display: inline-block;
    width: 100%;
}

    .ph-login-box a {
        color: #330033;
    }

.ph-line-height-17 {
    line-height: 17px;
}

.ph-line-height-20 {
    line-height: 20px;
}

.ph-line-height-22 {
    line-height: 24px;
}

.ph-line-height-24 {
    line-height: 24px;
}

.ph-line-height-40 {
    line-height: 40px;
}

.btn {
    font-size: 12px;
}

#phFreezeBox, #phFreezeBoxRes {
    margin-bottom: 35px;
}

#phFreezeBox100 {
    margin-bottom: 100px;
}

.ph-freeze-btm {
    position: fixed;
    bottom: 19px;
    /* left: 265px; */
    right: 0;
    padding: 15px 30px;
    border-top: 1px solid #ddd;
    background: #fff;
    width: 100%;
    z-index: 5;
}

.uib-close:hover, .ph-btn:hover, .ph-btn:focus, .ph-btn:active {
    background: #67005b;
    border: 2px solid #67005b !important;
    color: #FFFFFF !important;
}

.uib-clear {
    margin-left: 2px !important;
}

/*.ph-btn-blue {

    background: #3498db;

    border: 1px solid #3498db;

    border-radius: 2px;

    font-size: 12px;

    text-transform: uppercase;

    color: #fff !important;

}

 

    .ph-btn-blue:hover,

    .ph-btn-blue:focus,

    .ph-btn-blue:active {

        background: linear-gradient(#0e866e,#0e866e);

        color: #fff;

        box-shadow: none;

    }*/

.uib-datepicker-current, .uib-clear, .ph-btn-sec {
    background: #FCF9F7;
    border: 2px solid #67005b !important;
    border-radius: 2px;
    text-transform: uppercase;
    color: #67005b !important;
}

    .uib-datepicker-current:hover, .uib-clear:hover, .ph-btn-sec:hover, .ph-btn-sec:active {
        background: #67005b !important;
        border: 2px solid #67005b !important;
        color: #fff !important;
        box-shadow: none;
    }

/*.ph-btn-dec-row {

    background: linear-gradient(#f5f5f5,#e0e0e0);

    border: 1px solid #939393;

    color: #939393;

    border-radius: 1px;

    position: relative;

    top: 1px;

}*/

.ph-btn-white {
    background: #67005b;
    border: 1px solid #67005b !important;
    border-radius: 2px;
    /*font-size: 12px;*/
    color: #fff !important;
    text-transform: uppercase;
}

.ph-btn-upload {
    background: #67005b;
    color: #fff;
    margin-bottom: 0px;
    border: 1px solid #347f36;
}

.ph-btn-white:hover, .ph-btn-white:focus, .ph-btn-white:active {
    background: #FCF9F7;
    border: 1px solid #67005b !important;
    color: #110600 !important;
}

.ph-btn-alignment input[type="button"], .ph-btn-alignment input[type="submit"] {
    margin: 0px;
}

.btn {
    border-radius: 2px;
    padding: 6px 8px;
}

.btn-tab {
    font-size: 12px;
    padding: 10px;
}

.ph-align-center {
    margin: 0 auto;
    width: 40%;
}

.ph-align-login-center {
    margin: 0 auto;
    width: 100%;
}

.navbar-nav > li {
    font-size: 14px;
}

.ph-display-in-block {
    display: inline-block;
}

.ph-display-in-block-imp {
    display: inline-block !important;
}

.ph-font-bold {
    font-weight: bold;
}

.ph-font-normal {
    font-weight: normal;
}

/*::-webkit-input-placeholder {

    color: red;

    height: 0;

}*/

/*[placeholder]:focus::-webkit-input-placeholder {

    color: red;

    height: 0;

}*/

/*.ui-select-multiple.ui-select-bootstrap input.ui-select-search.input-xs {

    display: none;

}*/

/*input:focus::-webkit-input-placeholder {

    color: blue;

    opacity: 0;

}*/

.navbar-brand {
    padding: 0px;
}

.navbar-collapse {
    max-height: 100vh !important;
    height: 100vh !important;
    overflow-y: auto;
}

.navOverlay {
    /*background: rgba(0,0,0,0.6);*/
}

.ph-table {
    display: table;
    border-collapse: collapse;
    border-spacing: 7px 6px;
    width: 100%;
    /*margin: 0 15px;*/
}

.ph-table-row {
    display: table-row;
}

.ph-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.ph-tb-border {
    /*border: 1px solid #bcbcbc;*/
    padding: 8px;
}

.navbar-toggle {
    margin-top: 7px;
    padding: 9px 0px 9px 15px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default {
    /*background: transparent;
    border-bottom: 1px solid #ddd;*/
    background: url('../img/productImg/Header-Dark.png');
    width: 100%;
    height: 400px;
    box-shadow: 0px 1px 6px #505050;
    background-repeat: no-repeat;
    background-position: 20% 0%;
    background-size: cover;
    box-shadow: 0px 1px 6px #333;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
        /*color: #fff;

        background-color: #347f36 !important;*/
        background-color: transparent !important;
        color: #67005b !important;
        font-weight: bold;
    }

    .navbar-default .navbar-nav li:first-child a:hover, .navbar-default .navbar-nav li:first-child a:focus, .navbar-default .navbar-nav li:first-child a:active {
        background-color: transparent !important;
        color: #67005b !important;
        font-weight: bold;
    }

.ph-header-icon, .ph-header-icon:focus, .ph-header-icon:active {
    font-size: 23px;
    margin: 6px;
    color: #fff;
    cursor: pointer;
}

.ph-align-asterisk {
    position: relative;
    color: #d63700;
    /*right: 3px;

    top: 7px;*/
    font-size: 20px;
}

.fa-align-right:before {
    display: none;
}

.ph-align-asterisk-sub {
    position: absolute;
    color: #e85155;
    right: 3px;
    top: 2px;
    font-size: 20px;
}

.ph-home-order-alert {
    background: #347f36;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #FFF;
    margin-bottom: 0px;
}

.ph-alert-box div:first-child a.ph-home-order-alert {
    border-right: 1px solid #FFFFFF;
    padding-right: 5px;
}

.ph-alert-box div:last-child a.ph-home-order-alert {
    padding-left: 5px;
}

a.ph-home-order-alert:hover, a.ph-home-order-alert:focus {
    color: rgba(221, 221, 221, 0.5);
}

.ph-home-page ul .ph-alert-box a li {
    border-right: 1px solid #fff !important;
    border-bottom: 0;
}

.ph-home-page ul .ph-alert-box a:last-child li {
    border-right: none !important;
}

.ph-mg-15 {
    margin: 15px 10px 15px 0;
}

.ph-mg-15-md {
    margin: 0px 10px 0px 0;
    float: left;
}

.ph-mg-15-ryt {
    margin-right: 15px;
}

.ph-mg-30-ryt {
    margin-right: 30px;
}

.ph-mg-ryt-6 {
    margin-right: 6px;
}

.ph-mg-left-6 {
    margin-left: 6px;
}

.ph-mg-ryt-4 {
    margin-right: 4px !important;
}

.ph-mg-0-ryt {
    margin-right: 0px !important;
}

.ph-mg-5-ryt-neg {
    margin-right: -5px !important;
}

.ph-mg-5-top-neg {
    margin-top: -5px !important;
}

.ph-mg-10-ryt {
    margin-right: 10px;
}

.ph-mg-10-top {
    margin-top: 10px;
}

.ph-mg-10-btm {
    margin-bottom: 10px !important;
}

.ph-mg-20-btm {
    margin-bottom: 20px !important;
}

.ph-mg-10-lt {
    margin-left: 10px;
}

.ph-mg-15-btm {
    margin-bottom: 15px !important;
}

.ph-mg-10-btm-neg {
    margin-bottom: -10px;
}

.ph-mg-20-btm-neg {
    margin-bottom: -20px;
}

.ph-mg-10-top-neg {
    margin-top: -10px !important;
}

.inner-addon {
    position: absolute;
    top: 60px;
    z-index: 3;
    right: 35px;
}

    /* style glyph */

    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/*.ph-searchIcon {

  position: absolute;

  pointer-events: none;

}*/

/* add padding  */

.left-addon input {
    padding-left: 10px;
    /* border-radius: 2px; */
    width: 100%;
}

.left-addon-filter input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.inner-addon .fa,
.inner-addon .far,
.inner-addon .fas {
    position: absolute;
    padding: 8px;
    left: 8px;
    top: 8px;
    pointer-events: none;
}

.fa,
.far,
.fas {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ph-searchIcon {
    background: #67005b;
}

.searchLot .add-on .ph-searchIcon .btn {
    height: 32px;
}

    .searchLot .add-on .ph-searchIcon .btn:hover, .searchLot .add-on .ph-searchIcon .btn:focus, .searchLot .add-on .ph-searchIcon .btn:active {
        border: 0 !important;
        background: transparent;
    }

        .searchLot .add-on .ph-searchIcon:hover .btn i, .searchLot .add-on .ph-searchIcon .btn:hover i, .searchLot .add-on .ph-searchIcon:active .btn i, .searchLot .add-on .ph-searchIcon .btn:active i {
            color: #110600;
        }

.searchLot .add-on .ph-searchIcon:hover, .searchLot .add-on .ph-searchIcon:active, .searchLot .add-on .ph-searchIcon:focus {
    background: #fcf9f7;
    border: 1px solid #67005b;
    color: #110600;
}

.searchBox {
    width: 85%;
}

    .searchBox .add-on .input-group-btn {
        border-left-width: 0;
        left: -2px;
        border: none;
        border-radius: 0 2px 2px 0;
    }

        .searchBox .add-on .input-group-btn > .btn {
            border: none;
            background: transparent;
            padding: 0;
        }

    /* stop the glowing blue shadow */

    .searchBox .add-on .form-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #ddd;
    }

.searchLot .add-on .input-group-btn {
    border-left-width: 0;
    left: -2px;
    border: 1px solid #67005b;
    border-radius: 0 2px 2px 0;
    padding: 0 5px;
}

    .searchLot .add-on .input-group-btn > .btn {
        border: none;
        background: transparent;
        padding: 0;
        color: #110600;
    }

.searchLot .ph-searchIcon button .fa,
.searchLot .ph-searchIcon button .far,
.searchLot .ph-searchIcon button .fas {
    position: relative;
    padding: 9px;
    left: 1px;
    top: 0;
    /*  padding: 10px;

    left: 8px;

    top: 6px;

    pointer-events: none;*/
}

.searchLot .left-addon input {
    padding-left: 10px;
    border-radius: 2px;
}

/* stop the glowing blue shadow */

.searchLot .add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ddd;
}

.ph-searchIcon button .fa,
.ph-searchIcon button .far,
.ph-searchIcon button .fas {
    position: relative;
    padding: 9px;
    left: 1px;
    top: 0;
    /*  padding: 10px;

    left: 8px;

    top: 6px;

    pointer-events: none;*/
}

.searchBox {
    display: none;
}

.filterContentBox, .sortContentBox {
    display: block;
}

.searchBox, .filterContentBox, .sortContentBox {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 2;
}

.searchBox {
    padding: 8px;
}

.filterContentBox, .sortContentBox {
    position: relative;
    padding: 10px 2px;
}

    .searchBox:after, .filterContentBox:after {
        content: "";
        display: block;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #ccc;
        width: 11px;
        height: 12px;
        position: absolute;
        top: -12px;
        right: 14px;
        z-index: -1;
    }

    .searchBox:before, .filterContentBox:before {
        content: "";
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        top: -10px;
        right: 15px;
    }

    .sortContentBox:before {
        content: "";
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        width: 10px;
        height: 11px;
        position: absolute;
        top: -10px;
        right: 94px;
    }

    .sortContentBox:after {
        content: "";
        display: block;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #ddd;
        width: 11px;
        height: 12px;
        position: absolute;
        top: -12px;
        z-index: -1;
        right: 93px;
    }

    .filterContentBox .dropdown-menu {
        min-width: 120px;
    }

/*.ui-select-match-text {

    width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    padding-right: 40px;

}

 

.ui-select-toggle > .btn.btn-link {

    margin-right: 10px;

    top: 6px;

    position: absolute;

    right: 10px;

}*/

.ui-select-bootstrap .ui-select-choices-row > span {
    padding: 3px 6px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    /*width: 100%;*/
    text-overflow: ellipsis;
    overflow: hidden;
    background: #347f36;
    color: #fff;
    border: 1px solid #347f36;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    color: #fff;
    top: 1px;
    position: relative;
    left: 4px;
}

.ui-select-bootstrap .ui-select-choices-row > span {
    white-space: normal;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    margin-bottom: 0px;
}

.ui-select-multiple.ui-select-bootstrap.open.ng-not-empty input.ui-select-search {
    /*display: none;*/
    /*overflow: hidden;

    height: 0;

    opacity: 0;*/
}

.ui-select-container {
}

.ui-select-multiple.ui-select-bootstrap {
    padding: 4px 3px 3px 3px;
}

    .ui-select-multiple.ui-select-bootstrap > div {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 75px;
    }

.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    /*position: relative !important;

    top: 5px !important;*/
    z-index: 1;
    position: relative;
}

.searchBox input {
    border: 1px solid #ddd;
    padding-left: 10px;
    font-weight: normal;
}

.searchBox i {
    color: #888888;
    border: 1px solid #ddd;
}

.searchBox .form-control {
    height: 35px;
}

.sortContentBox {
    padding: 10px 2px;
    /* right: 15px;*/
    width: 100%;
    margin-bottom: 15px;
}

    .sortContentBox .select2-selection--single {
        max-width: 185px;
        width: 177px;
        height: 32px;
    }

.filterContentBox {
    padding: 10px;
    /*right: 15px;*/
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 10px;
}

    .filterContentBox .select2-selection--multiple {
        /*max-width: 185px;

    width: 164px;*/
    }

    .filterContentBox .select2-container {
        width: 100% !important;
    }

    .filterContentBox.ph-table {
        border-collapse: separate;
        border-spacing: 0px 5px;
    }

    .filterContentBox .ph-input-dd {
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 4px;
        min-height: 32px;
        height: 35px;
    }

.ph-category-name {
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0;
}

.sortContentBox input[type="radio"] {
    margin-right: 3px;
}

.sortContentBox .sortBoxLabel label:nth-child(2) {
    font-weight: normal;
}

.ph-font-upper {
    text-transform: uppercase;
}

.ph-text-tran-none {
    text-transform: none;
}

.ph-name-middle-align {
    position: relative;
    /*top: 5px;*/
    left: 10px;
    color: #67005b;
    font-size: 1.4rem;
    word-break: break-word;
}

.ph-border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.ph-border-btm-nil tr {
    border-bottom: 0 !important;
}

.ph-border-btm-none {
    border-bottom: 0 !important;
}

.ph-border-top-none {
    border-top: 0 !important;
}

.ph-border-top {
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.navbar-nav .fa,
.navbar-nav .far,
.navbar-nav .fas {
    width: 13px;
}

.navbar-collapse.ph-flex-nav {
    -webkit-flex-direction: column;
    height: 100%;
}

.navbar-collapse.ph-flex-nav {
    display: flex;
}

.ph-flex-nav .navbar-nav {
    flex: 1;
    -webkit-box-flex: 1;
    padding-bottom: 2px;
}

.navbar-nav .ph-user-icon {
    font-size: 20px;
    background: #ffffff;
    border-radius: 50%;
    padding: 5px 8px;
    width: auto;
}

    .navbar-nav .ph-user-icon:before {
        color: #67005b;
    }

.ph-slidemenu-action-content a {
    font-size: 12px;
    line-height: 6px;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-weight: normal;
}

.ph-slidemenu-action-content {
    /*position: absolute !important;

    bottom: 70px;*/
    border-top: none;
    border-bottom: none;
    text-transform: capitalize;
    width: 100%;
    position: relative;
    bottom: 60px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: normal;
    color: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle .icon-bar {
    height: 3px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: transparent;
}

.ph-btn-close {
    position: absolute;
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #110600;
    color: #fff;
    padding: 0px 8px;
    font-size: 18px;
    top: -9px;
    right: -9px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}

    .ph-btn-close:focus, .ph-btn-close:active, .ph-btn-close:hover {
        color: #f8f1e9;
    }

.ph-btn-trash {
    position: absolute;
    z-index: 1;
    border-radius: 2px 0 0 0;
    background: rgba(255, 255, 255, 0.7);
    color: #110600;
    padding: 3px 8px;
    font-size: 18px;
    bottom: 1px;
    right: 0px;
}

.ph-btn-setProfile {
    position: absolute;
    z-index: 1;
    border-radius: 2px 0 0 0;
    background: rgba(255, 255, 255, 0.7);
    color: #110600;
    padding: 3px 8px;
    font-size: 18px;
    bottom: 1px;
    left: 0px;
}

.closebtn {
    float: right;
    color: #fff;
    font-size: 25px;
    position: absolute;
    right: 7px;
    top: 0px;
    z-index: 1;
}

    .closebtn:focus, .closebtn:active, .closebtn:visited {
        color: #fff;
    }

.ph-see-more {
    margin: 15px 0;
}

.ph-pos-rel {
    position: relative !important;
}

.ph-pos-abs {
    position: absolute !important;
}

.ph-display-none {
    display: none;
}

.ph-tbl-spacing {
    border-spacing: 6px 9px !important;
    border-collapse: separate;
}

.gap-50 {
    margin-top: 50px;
}

.gap-30 {
    margin-top: 30px;
}

.input-group-btn .btn {
    height: 34px;
}

/*.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    background: #FCF9F7;
    border: 1px solid #347f36 !important;
    color: #347f36 !important;
}

    .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn-group:active, .input-group-btn:last-child > .btn:hover, .input-group-btn:last-child > .btn-group:hover, .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn-group:focus {
        background: #347f36;
        color: #fff !important;
        border: 1px solid #347f36;
        box-shadow: none;
    }*/
.ph-calender-new .input-group-btn:last-child > .btn {
    background: #FCF9F7;
    border: 1px solid #347f36 !important;
    color: #347f36 !important;
}

    .ph-calender-new .input-group-btn:last-child > .btn:active,
    .ph-calender-new .input-group-btn:last-child > .btn:hover,
    .ph-calender-new .input-group-btn:last-child > .btn:focus {
        background: #347f36;
        color: #fff !important;
        border: 1px solid #347f36;
        box-shadow: none;
    }

/*.ph-calender-new .input-group-btn:last-child > .btn-group:active, .ph-calender-new .input-group-btn:last-child > .btn-group:hover, .ph-calender-new .input-group-btn:last-child > .btn-group:focus {
        background: #347f36;
        color: #fff !important;
        border: 1px solid #347f36;
        box-shadow: none;
    }*/

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    background: #347f36;
    color: #fff;
    border: 1px solid #347f36;
}

    .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn-group:active, .input-group-btn:last-child > .btn:hover, .input-group-btn:last-child > .btn-group:hover, .input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn-group:focus {
        background: #FCF9F7;
        border: 1px solid #347f36 !important;
        color: #347f36 !important;
        box-shadow: none;
    }

/******LOGIN START******/

.ph-login-box-content {
    /*background: rgba(0,0,0,.5);*/
    background: rgba(255, 255, 255, .85);
    padding: 40px 20px;
    display: inline-block;
    width: 35%;
}

.ph-font-text {
    color: #110600;
}

.btn.disabled, .btn[disabled], .btn[disabled]:hover, fieldset[disabled] .btn {
    background: #ddd !important;
    color: #110600 !important;
    border: 2px solid #919191 !important;
}

/*******LOGIN END******/

/********Add / Edit Stock Start*******/

/*.ph-add-stock-photo {

    background: #333;

    position: relative;

    text-align: center;

    padding: 70px 0;

}*/

.ph-add-photo-btn {
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 8px;
}

/*.ph-add-stock-photo a:hover,

.ph-add-stock-photo a:focus,

.ph-add-stock-photo a:active {

    text-decoration: none;

    background: #464646;

    color: #fff;

}*/

.ph-tagline .ph-bottom-line-input {
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    border-radius: 0;
}

.ph-sub-heading {
    font-size: 14px;
}

.ph-input-icon.inner-addon {
    top: 0;
}

    .ph-input-icon.inner-addon .fa,
    .ph-input-icon.inner-addon .far,
    .ph-input-icon.inner-addon .fas {
        left: 4px;
        top: 4px;
        z-index: 1;
    }

.ph-edit-stock-tbl {
    margin: 20px auto 0;
    width: 100%;
}

    .ph-edit-stock-tbl .ph-table {
        border-collapse: separate;
        border-spacing: 7px 7px;
        border-radius: 2px;
        margin: 0;
        table-layout: fixed;
        width: 100%;
        padding: 5px;
    }

        .ph-edit-stock-tbl .ph-table .ph-table-row:first-child .ph-table-cell {
            box-shadow: none;
        }

        .ph-edit-stock-tbl .ph-table .ph-table-cell {
            box-shadow: 2px 2px 3px #bcbcbc;
        }

.ph-border-tbl {
    border: 1px solid #ddd;
}

.ph-border-tbl-row {
    border: 1px solid #ddd;
}

.datepicker .input-group-addon {
    background-color: #67005b;
    border: 1px solid #67005b;
    color: #fff;
    cursor: pointer;
}

.sortData .input-group-addon {
    background-color: #67005b;
    border: 1px solid #67005b;
    color: #fff;
    cursor: pointer;
    z-index: 4;
    position: absolute;
    right: 0;
    padding: 9px 20px 9px 15px;
}

.sortData.input-group {
    width: 100%;
    position: relative;
}

.uib-increment, .uib-decrement, .uib-increment td, .uib-decrement td {
    display: none;
}

/*table.uib-timepicker tr td:nth-child(2n) {

    display: none;

}*/

/********Add / Edit Stock End *******/

/********* Create Stock start **********/

.ph-create-lot .form-group {
    margin-bottom: 0px;
}

.ph-resp-table-xs label {
    font-weight: normal;
}

.ph-resp-table-xs {
    /*border: 1px solid #bcbcbc;*/
}

    .ph-resp-table-xs .ph-table-row {
        /*border-top: 1px solid #bcbcbc;

    border-bottom: 1px solid #bcbcbc;*/
    }

.ph-resp-table-md .ph-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
}

.ph-resp-table-md .ph-table-cell {
    border: 1px solid #ddd;
    padding: 8px;
}

.ph-horizontal-tbl {
    margin-bottom: 5px;
    margin-left: -2px;
    margin-right: 5px;
    margin-top: 5px;
}

.ph-td-align-middle td {
    vertical-align: middle !important;
}

    .ph-td-align-middle td label {
        padding-left: 15px;
    }

        .ph-td-align-middle td label .control__indicator {
            top: -13px;
        }

    .ph-td-align-middle td .form-group {
        margin-bottom: 0;
    }

.table-hover > tbody > tr:hover > td {
    background-color: rgba(221, 221, 221, 0.5);
}

.table > thead > tr > th {
    padding: 20px 0;
    vertical-align: middle;
}

/*.ph-up-btn-bg {

    background: #fcf9f7;

}*/

.ph-resp-table-xs .ph-table .ph-table-row .ph-table-cell .ph-table:nth-child(odd) {
    /*background-color: #f5f5f5;*/
}

.ph-resp-table-xs .ph-table:first-child > .ph-table-row {
    /* border-top: 1px solid #bcbcbc;*/
}

.ph-resp-table-xs {
    position: relative;
}

.ph-vertical-arrow-middle {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
}

.has-error .form-control {
    border-color: none !important;
}

    .has-error .form-control:focus {
        border-color: none !important;
        box-shadow: none;
    }

.ph-login-box-content .form-group span {
    color: #d63700;
}

.ph-hori-align-middle.ph-spinner {
    position: fixed !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 50% !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.ph-hori-align-middle {
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
}

.ph-element-align-middle {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.ph-spinner {
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 6px rgba(17, 6, 0, 0.5);
    z-index: 99999;
}

    .ph-spinner i {
        position: fixed;
        transform: translate(-50%, -50%);
        left: 15%;
        top: 14%;
        font-size: 36px;
        color: #67005b;
    }

.ph-red-alert {
    color: #d63700 !important;
}

.ph-btn-resp-tbl {
    border: 1px solid #ddd;
    margin-top: -22px;
}

/********* Create Stock end **********/

/********* Search Result Page start **********/

.ph-resp-table-search .ph-table {
    margin: 0;
    border: 1px solid #ddd;
}

.ph-result-img {
    margin: 10px 0;
}

.searchLot .input-group .dropdown-menu {
    width: 100%;
}

.ph-white-space-normal {
    white-space: normal;
}

.ph-text-wrap {
    white-space: nowrap;
    margin-bottom: 10px;
}

/********* Search Result Page end  **********/

/******* Add New Lot start *******/

.ph-align-fliter-btn {
    margin: 4px 0;
    position: relative;
    right: 15px;
}

.ph-align-date-field {
    position: relative;
}

.ph-align-hyphen {
    float: left;
    position: relative;
    font-size: 20px;
    display: none;
}

    .ph-align-hyphen span {
        position: absolute;
        left: 0px;
        top: 5px;
    }

.ph-lot-mgmt .ph-align-date-field .form-group {
    padding-right: 0;
}

.ph-lot-mgmt .form-group {
    margin-bottom: 0px;
}

.ph-status-bar {
    width: 10px;
}

.ph-status-shipped {
    background: #545ca8;
}

.ph-status-price {
    background: #609e1e;
}

.ph-status-noprice {
    background: #fcc12c;
}

.ph-status-farm {
    background: #fcc12c;
}

.ph-status-received {
    background: #545ca8;
}

.ph-status-hold {
    background: #d63700;
}

.ph-status-hold {
    background: #2196f3;
}

.ph-btn-status {
    border-radius: 10px;
    margin: 5px 0;
    font-size: 11px;
    padding: 3px 5px;
    background: #fff;
}

.ph-resp-table-lot > .ph-table:first-child {
    margin: 0;
    border-collapse: separate;
    border: 1px solid #ddd;
}

.ph-btn-shipped {
    color: #609e1e !important;
    border: 1px solid #609e1e;
}

.btn-flat {
    background: #67005b;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 9px 15px !important;
}

    .btn-flat:hover, .btn-flat:focus, .btn-flat:active {
        background: #FCF9F7 !important;
        border: 1px solid #67005b !important;
        color: #110600 !important;
        box-shadow: none;
        padding: 8px 15px !important;
    }

.ph-btn-farm {
    color: #fcc12c !important;
    border: 1px solid #fcc12c;
}

.ph-btn-received {
    color: #545ca8 !important;
    border: 1px solid #545ca8;
}

.ph-btn-hold {
    color: #d63700 !important;
    border: 1px solid #d63700;
}

.ph-color-hold {
    color: #d63700;
}

.inner-addon-lot .fa,
.inner-addon-lot .far,
.inner-addon-lot .fas {
    position: absolute;
    padding: 10px;
    left: 13px;
    top: 0px;
    color: #fff;
    pointer-events: none;
}

    .inner-addon-lot .fas.fa-times-circle {
        position: relative;
        color: #110600;
        left: 0;
        top: 0;
    }

.inner-search span i {
    color: rgba(17, 6, 0, 0.5) !important;
}

.inner-search input {
    padding-left: 25px;
}

.fa-dollar {
    top: -0.5px;
    font-size: 12px;
}

.uib-datepicker-popup.dropdown-menu {
    z-index: 9999;
}

.ph-lot-management {
    font-size: 14px;
}

    .ph-lot-management .ph-table .ph-table {
        border-bottom: 1px solid #ddd;
    }

    .ph-lot-management .ph-table:last-child .ph-table {
        border-bottom: none;
    }

    .ph-lot-management .ph-table tr td table tr:nth-child(2n+1) td {
        padding-top: 2px;
    }

    .ph-lot-management .ph-table tr:nth-child(2n) td {
        /*padding-bottom: 5px;*/
    }

    /*.ph-lot-management .ph-table tr td.ph-table-cell  {

    font-size: 14px;

}*/

    .ph-lot-management table tr td table tr:nth-child(2n) {
        color: #110600;
        /*font-size: 12px;*/
        padding-bottom: 5px;
    }

    /*.ph-lot-management table tr:nth-child(3n) {

    border-bottom: 1px solid #999;

}*/

    .ph-lot-management table tr:last-child td table tr:nth-child(3n):last-child {
        border-bottom: 0;
    }

    .ph-lot-management table tr td table tr:nth-child(3n) {
        border-bottom: 1px solid #ddd;
    }

    .ph-lot-management table tr td table tr:nth-child(2n) td {
        /*padding-bottom: 5px;*/
        /*padding-right: 10px;*/
    }

    .ph-lot-management table tr td table tr:nth-child(2n+1) td {
        /*padding-top: 5px;*/
    }

    .ph-lot-management .ph-vertical-arrow-middles .control {
        padding-left: 15px;
    }

        .ph-lot-management .ph-vertical-arrow-middles .control .control__indicator {
            top: -15px;
        }

/*.ph-order-summary .ph-table {

    border-collapse: separate;

    border-bottom: 1px solid #999;

    padding-top: 5px;

    border-top: 1px solid #999;

    padding-bottom: 5px;

}

 

.ph-order-summary table tr {

    color: #a4a1a1;

    font-size: 14px;

    padding-bottom: 5px;

}*/

.ph-lot-status {
    border-radius: 2px;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ph-lotstatus-icon {
    /*font-size: 9px;*/
    padding: 2px 0px 3px;
    color: #ffffff;
    position: relative;
    border-radius: 50%;
    top: -1px;
    margin-right: 6px;
    /*box-shadow: 2px 2px 4px #999;*/
}

.ph-lotstatus-arrived {
    color: #609e1e;
}

.ph-lotstatus-shipped {
    /*border: 1px solid #609e1e;*/
    color: #fcc12c;
}

.ph-lotstatus-farm {
    /*border: 1px solid #fcc12c;*/
    color: #fcc12c;
}

.ph-lotstatus-hold {
    /*border: 1px solid #d63700;*/
    color: #d63700;
}

/******* Add New Lot end *******/

/******edit Add New Lot start******/

.ph-tbl-edit-lot .ph-table .ph-table-cell {
    padding: 2px 4px;
}

.ph-lotdisplay-summary.ph-order-summary .ph-table {
    border-collapse: collapse;
}

.ph-lotdisplay-summary .ph-table tr {
    border-bottom: 1px solid #ddd;
}

.ph-lotdisplay-summary .ph-table tbody {
    border-bottom: 1px solid #ddd;
}

    .ph-lotdisplay-summary .ph-table tbody:last-child {
        border-bottom: none;
    }

.ph-lotdisplay-summary .ph-table tr td table tr {
    border-bottom: none;
}

    .ph-lotdisplay-summary .ph-table tr td table tr:first-child td {
        padding-top: 10px;
    }

/*.ph-lotdisplay-summary .ph-table tr:nth-child(2n+1) td {

    padding-top: 5px;

}*/

/*.ph-lotdisplay-summary .ph-table tr:nth-child(2n) td {

    padding-bottom: 5px;

}*/

.ph-lotdisplay-summary table tr:nth-child(2n) {
    border-bottom: 1px solid #ddd;
    color: #110600;
    /*font-size: 12px;*/
    padding-bottom: 5px;
}

    .ph-lotdisplay-summary table tr:nth-child(2n):last-child {
    }

    .ph-lotdisplay-summary table tr:nth-child(2n) td {
        /*padding-right: 10px;*/
    }

.ph-lotdisplay-summary table tr td {
    line-height: 25px;
    /*padding-right: 10px;*/
}

.ph-lotdisplay-summary .ph-vertical-arrow-middles .control {
    padding-left: 15px;
}

    .ph-lotdisplay-summary .ph-vertical-arrow-middles .control .control__indicator {
        top: -15px;
    }

.ph-editlot .ph-table {
    padding: 10px;
    color: #110600;
}

.ph-place-order-tab {
    /*padding-top: 10px;

    padding-bottom: 10px;*/
}

.ph-editlot table tr {
    border-bottom: 1px solid #ddd;
}

.ph-editlot .ph-table td {
    padding: 10px;
    cursor: pointer;
}

    .ph-editlot .ph-table td:nth-child(2n) {
        float: right;
    }

/******edit Add New Lot end******/

/******confirm order start******/

.ph-tbl-confirm-order .ph-table .ph-table-cell {
    padding: 2px 4px;
}

.ph-tbl-confirm-order .ph-table .ph-up-btn-bg .ph-table-cell {
    padding: 7px 4px;
}

.ph-overflow-scroll-v {
    max-height: 55vh;
    overflow-y: scroll;
}

.ph-order-summary.ph-tbl-tr-border .ph-table {
    border-collapse: collapse;
}

.ph-tbl-tr-border table > tr:last-child {
    border-bottom: none;
}

.ph-note-control {
    text-align: left !important;
}

/******confirm order management end******/

/*********** Order Management Start ********/

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs.phTab > li.active > a, .nav-tabs.phTab > li.active > a:hover, .nav-tabs.phTab > li.active > a:focus {
        background: #347f36;
        color: #fff;
        border-radius: 0;
    }

.phTab li {
    width: 50%;
}

.phTab li, .phSubTab li {
    text-align: center;
}

    .phTab li a, .phSubTab li a {
        margin-right: 0px;
        border: 1px solid #67005b !important;
        border-radius: 0;
        padding: 10px 5px;
        display: inline-block;
        width: 100%;
        min-width: 110px;
        /*change with respect to bug 3805*/
    }

.phTabContent .ph-table .ph-table-cell {
    padding-left: 5px;
    line-height: 20px;
}

.nav-tabs.phSubTab > li.active > a, .nav-tabs.phSubTab > li.active > a:hover, .nav-tabs.phSubTab > li.active > a:focus {
    background: #347f36;
    color: #fff;
    border-radius: 0;
}

#orderMgmt .phSubTab li {
    width: 33.33%;
}

/********* Order Management End **********/

/********* Approve Order Start **********/

/********* Approve Order End **********/

/*****Place Order start*******/

.ph-place-order .ph-user-icon {
    font-size: 30px;
    background: #67005b;
    border-radius: 50%;
    padding: 9px 13px;
    position: relative;
    top: -8px;
    margin-right: 15px;
}

    .ph-place-order .ph-user-icon:before {
        color: #fff;
    }

.ph-mg-top-15-neg {
    margin-top: -15px;
}

.ph-name-align-order {
    position: relative;
    top: -5px;
    font-size: 1.8rem;
}

/*****Place Order end*******/

/*****Place Order AEC start*******/

.ph-categories-order {
    border-radius: 2px;
}

.phCheckHighlight {
    background: #67005b;
    color: #fff;
    border: 6px solid #fff !important;
    box-shadow: 1px 1px 2px #ddd;
}

/*.phCheckHighlightUpdate {

    background: #f5f5f5;

    color: #110600;

}*/
.phCheckHighlightCheckbox {
    background: #eea710 !important;
    color: #000000;
}

.phHighlightSelectedProduct {
    background: #F0F0F0;
}

.phHighlightUnSelectedProduct {
    background: none;
}

.ph-categories-order .phCheckHighlight .control input:checked ~ .control__indicator {
    background: #fff !important;
    box-shadow: 2px 2px 3px #000;
}

.ph-categories-order .phCheckHighlight .control--checkbox .control__indicator:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #67005b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ph-categories-order.ph-table {
    margin: 0;
}

.ph-categories-order label {
    font-weight: normal;
    position: initial;
    word-break: break-word;
}

.ph-categories-order .ph-cell-cat {
    border: 1px solid #ddd;
    position: relative;
    margin: 0px -3px;
}

.ph-categories-order .control__indicator {
    right: 1px;
    top: 1px;
    left: auto;
    height: 14px;
    width: 14px;
}

.ph-categories-order .control {
    padding-left: 0px;
    text-align: center;
    padding: 9px 0;
    font-size: 12px;
}

.ph-categories-order .control--checkbox .control__indicator:after {
    left: 5px;
    top: 3px;
    width: 4px;
    height: 7px;
}

.ph-categories-order .control input:checked ~ .control__indicator {
    box-shadow: 2px 2px 3px #ccc;
}

    .ph-categories-order .control input:checked ~ .control__indicator:after {
        /*background: green;*/
    }

.ph-extract-categories .ph-table {
    border-collapse: separate;
    border-spacing: 4px 2px;
}

.ph-extract-category-section {
    width: 31.7%;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    padding: 5px 0px 0 0;
    line-height: 20px;
    position: relative;
    box-shadow: 2px 2px 2px #ddd;
    margin: 3px 2px;
    display: inline-block;
}

.ph-cat-qaunt {
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(71, 73, 36, .9);
    border-radius: 0 0 2px 2px;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ph-extract-category-section .control__indicator {
    top: 1px;
    left: auto;
    right: 1px;
}

.dropdown-menu .dropdown-item i {
    color: #110600;
}

.ph-extract-category-section .control {
    padding-left: 0px;
    margin: 0;
    position: initial;
    word-break: break-word;
    font-weight: normal;
}

/*****Place Order AEC END*******/

table-bordered > thead > tr > th, .table-bordered > thead > tr > th, table-bordered > tbody > tr > th, .table-bordered > tbody > tr > th, table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > th, table-bordered > thead > tr > td, .table-bordered > thead > tr > td, table-bordered > tbody > tr > td, .table-bordered > tbody > tr > td, table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd !important;
}

.ph-scroll-body {
    overflow-y: auto;
    /*height: 70vh;*/
    margin-bottom: 10px;
}

.ph-a-link {
    color: #3498db !important;
    text-decoration: underline !important;
    word-break: break-word;
    cursor: pointer;
}

.ph-pos-rel-top-0 {
    position: relative;
    top: 0;
}

.ph-pos-rel-top-4 {
    position: relative;
    top: 4px !important;
}

.ph-align-username {
    top: 5px;
    position: relative;
}

.ph-pd-top-75 {
    padding-top: 75px;
}

.ph-pad-right-10 {
    padding-right: 10px;
}

.ph-pd-right-0 {
    padding-right: 0px !important;
}

.ph-pd-top-0 {
    padding-top: 0px !important;
}

.ph-pd-top-5 {
    padding-top: 5px !important;
}

.ph-pd-top-10 {
    padding-top: 10px !important;
}

.ph-pd-left-0 {
    padding-left: 0px !important;
}

.ph-pd-10-15 {
    padding: 10px 15px;
}

.ph-pd-0-15 {
    padding: 0px 15px;
}

.ph-pd-left-10 {
    padding-left: 10px;
}

.ph-pd-left-15 {
    padding-left: 15px !important;
}

.ph-pd-left-3 {
    padding-left: 3px !important;
}

.ph-pd-left-30 {
    padding-left: 30px !important;
}

.ph-pd-left-1 {
    padding-left: 1px !important;
}

.ph-mg-top-75 {
    padding-top: 65px;
}

.ph-mg-top-75-md {
    margin-top: 75px !important;
}

.ph-mg-top-55 {
    margin-top: 55px;
}

.ph-mg-top-30 {
    margin-top: 30px;
}

.ph-mg-top-20 {
    margin-top: 20px;
}

.ph-mg-top-10 {
    margin-top: 10px !important;
}

.ph-mg-top-5 {
    margin-top: 5px;
}

.ph-mg-top-0 {
    margin-top: 0px !important;
}

.ph-mg-btm-0 {
    margin-bottom: 0px;
}

.ph-mg-btm-5 {
    margin-bottom: 5px;
}

.ph-mg-btm-10 {
    margin-bottom: 10px;
}

.ph-mg-btm-40 {
    margin-bottom: 40px;
}

.ph-mg-left-10-neg {
    margin-left: -10px;
}

.ph-mg-left-15-neg {
    margin-left: -15px;
}

.ph-color-a {
    color: #517891;
}

.ph-validation-msg-error {
    color: #e85155;
}

.ph-font-size-link {
    font-size: 24px !important;
}

.ph-font-35 {
    font-size: 35px;
}

.ph-font-25 {
    font-size: 25px;
}

.ph-font-20 {
    font-size: 20px !important;
}

.ph-font-18 {
    font-size: 18px;
}

.ph-font-16 {
    font-size: 16px;
}

.ph-font-15 {
    font-size: 15px;
}

.ph-font-14 {
    font-size: 14px !important;
}

.ph-font-12 {
    font-size: 12px;
}

.ph-font-10 {
    font-size: 10px;
}

.ph-font-1-mb {
    font-size: 1.1em;
}

.ph-font-dot-9-mb {
    font-size: 0.9em;
}

.ph-mb-pd-lr-0 {
    padding-left: 0px;
    padding-right: 5px;
}

.ph-tbl-border-top {
    border-top: 1px solid #ddd;
}

.ph-tbl-border-btm {
    border-bottom: 1px solid #ddd;
}

.ph-pd-10 {
    padding: 10px !important;
}

.ph-pd-0-10 {
    padding: 0px 10px;
}

.ph-pd-20-0 {
    padding: 20px 0;
}

.ph-pd-15-0 {
    padding: 15px 0;
}

.ph-pd-10-0 {
    padding: 10px 0;
}

.ph-pd-5-0 {
    padding: 5px 0 !important;
}

.ph-pd-btm-10 {
    padding-bottom: 10px !important;
}

.ph-pd-btm-0 {
    padding-bottom: 0px !important;
}

.ph-mr-rt-8 {
    margin-right: 8px;
}

.ph-mr-rt-10 {
    margin-right: 10px !important;
}

.ph-w25-md {
    width: 25%;
}

.ph-w25-mb {
    width: 25%;
}

.ph-w100 {
    width: 100% !important;
}

.ph-w95 {
    width: 95%;
}

.ph-w75 {
    width: 75%;
}

.ph-w70 {
    width: 70%;
}

.ph-w60 {
    width: 60%;
}

.ph-w60-b-res {
    width: 60%;
}

.ph-w50 {
    width: 50%;
}

ph-w37 {
    width: 37%;
}

.ph-w35 {
    width: 35%;
}

.ph-w38 {
    width: 38%;
}

.ph-w35-xs {
    width: 35%;
}

.ph-w30-rs {
    width: 27%;
}

.ph-w28 {
    width: 28%;
}

.ph-w30 {
    width: 30%;
}

.ph-w10 {
    width: 10%;
}

.ph-font-suncontent {
    font-size: 10px;
    line-height: 15px;
}

#scrollTopIcon {
    display: none !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #330033;
    border-color: #330033;
}

.pagination > li > a, .pagination > li > span {
    color: #330033;
}

.alert {
    padding: 5px 7px;
    margin-bottom: 5px;
    border-radius: 2px;
}

.alert-success {
    color: #fff;
    background-color: #609e1e;
    border-color: #609e1e;
}

.alert-danger {
    color: #ffffff;
    background-color: #d63700;
    border-color: #d63700;
}

p.alert {
    font-size: 1em;
}

.ph-refer-label {
    position: absolute;
    top: -2px;
    right: 2px;
}

.ph-tbl-edit-lot .form-control {
    height: 32px;
}

.ph-order-summary table .form-control {
    text-align: right;
}

.ph-heading-abs {
    position: absolute;
}

.ph-progressBar-align {
    word-break: break-word;
    width: 60%;
    font-size: 20px;
    z-index: 1;
    position: absolute;
    text-align: center;
    left: 50%;
    line-height: 20px;
    top: 53%;
    transform: translate(-50%, -50%);
}

.ph-heading-strip, .ph-heading-strip-2 {
    background: #67005b;
    color: #fff;
    padding: 3px 3px 3px 20px;
    font-size: 10px;
    margin: 0px 0 0px;
    display: inline-block;
    position: relative;
    top: -1px;
    line-height: 13px;
    margin-bottom: 1px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

    .ph-heading-strip a, .ph-heading-strip-2 a {
        color: #fff;
        cursor: pointer !important;
    }

.section-heading {
    margin-bottom: 10px;
}

    .section-heading hr {
        margin-top: 4px;
        margin-bottom: 4px;
        border: 0;
        border-top: 2px solid #110600;
    }

    .section-heading .heading-text {
        /*padding: 0 .25em;*/
        font-size: 1.5em;
        /*text-transform: capitalize;*/
        color: #110600;
    }

    .section-heading .heading-width {
        width: 0.01%;
        text-align: left;
    }

/********* CUSTOMISATION END ********/

/**** CUSTOMIZE CHECKBOX START ****/

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    margin: 4px 5px;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #dddddd;
}

.ph-login-box-content .control__indicator {
    top: 0px;
    left: -4px;
    border: 1px solid rgba(145, 145, 145, 0.6);
}

.ph-vertical-arrow-middles-stock {
    margin-bottom: -4px;
}

.ph-login-box-content .control--checkbox .control__indicator:after {
    left: 5px;
    top: 3px;
}

.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
    background: rgba(145, 145, 145, 0.6);
}

.control input:checked ~ .control__indicator {
    background: #347f36;
}

.control:hover input:not([disabled]):checked ~ .control__indicator {
    background: #347f36;
}

.control input:checked:focus ~ .control__indicator {
    /*background: #0e866e;*/
}

.control input:disabled ~ .control__indicator {
    background: #ddd;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: rgba(145, 145, 145, 0.6);
}

/******** CUSTIOMIZE CHECKBOX END ********/

/*******CUSTOMIZE RADIO BUTTON START********/

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        line-height: 12px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: -3px;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #347f36;
            position: absolute;
            top: 0px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/*******CUSTOMIZE RADIO BUTTON END********/

@media(min-width:1024px) {
    .ph-contact-screen-icon {
        width: 65% !important;
    }

    .ph-no-pad-left {
        padding-left: 0px !important;
    }

    .ph-no-pad-right {
        padding-right: 0px !important;
    }
}

@media(min-width:992px) {
    header .container {
        padding: 200px 0 200px;
    }

    header .intro-text .name {
        font-size: 1.869em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }

    header .menu-icon {
        font-size: 2.5em;
    }

    .ph-signup-box-content {
        width: 60% !important;
    }

    .ph-mg-left-50per {
        margin-left: 50%;
    }

    .ph-checkbox-align table.ph-tb-3 {
        width: 70%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    header .container {
        padding: 100px 0 100px;
    }

    header .intro-text .name {
        font-size: 1.269em;
    }

    header .intro-text .skills {
        font-size: 1.25em;
    }

    header .menu-icon {
        font-size: 2.1em;
    }

    .ph-checkbox-align table.ph-tb-3 {
        width: 75%;
    }
}

@media(min-width:768px) {
    .ph-profile-tab .nav-tabs > li.nav-item > a {
        border-left: 2px solid #347f36 !important;
        border-right: 2px solid #347f36 !important;
    }

    .ph-home-order-alert {
        margin-bottom: 1px;
    }

    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

        .navbar-fixed-top .navbar-brand {
            font-size: 2em;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
        }

        .navbar-fixed-top.navbar-shrink {
            padding: 0px 0 0;
        }

            .navbar-fixed-top.navbar-shrink .navbar-brand {
                font-size: 1.5em;
            }

    .navbar-right {
        margin-right: 0;
    }

    .ph-w95-res {
        width: 98%;
    }
    /*.ph-footerFixed {

        position: fixed;

        width: 100%;

        bottom: 0;

    }*/
    .searchBox {
        width: 200px;
    }

        .searchBox:before {
            right: 6px;
        }
    /*.ph-lg-screen .ph-table {

        display: ;

    }*/
    .ph-border-tbl {
        border: 1px solid #ddd;
    }

    .navbar-nav > li > a {
        margin-top: 1px;
        padding-top: 22px;
        padding-bottom: 21px;
    }
}

.navbar {
    /*text-transform: uppercase;*/
    font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
}

    .navbar a:focus {
        outline: 0;
    }

    .navbar .navbar-nav {
        letter-spacing: 0px;
        margin: 0px -15px;
    }

        .navbar .navbar-nav li a:focus {
            outline: 0;
        }

.navbar-default, .navbar-inverse {
    border: 0;
}

section {
    padding: 10px 0;
    background-color: transparent;
}

    section h2 {
        margin: 0;
        font-size: 3em;
    }

    section.success {
        color: #fff;
        background: #110600;
    }

#gallery .gallery-item {
    /*right: 0;

    margin: 0 0 15px;*/
    float: left;
}

    #gallery .gallery-item .gallery-link {
        display: block;
        position: relative;
        margin: 0px;
        max-width: 400px;
        float: left;
    }

        #gallery .gallery-item .gallery-link .caption {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            background: rgba(71, 73, 36, 0.7);
            -webkit-transition: all ease .5s;
            -moz-transition: all ease .5s;
            transition: all ease .5s;
        }

            #gallery .gallery-item .gallery-link .caption:hover {
                opacity: 1;
            }

            #gallery .gallery-item .gallery-link .caption .caption-content {
                position: absolute;
                top: 50%;
                width: 100%;
                height: 20px;
                margin-top: -12px;
                text-align: center;
                font-size: 20px;
                color: #fff;
            }

                #gallery .gallery-item .gallery-link .caption .caption-content i {
                    margin-top: -12px;
                }

                #gallery .gallery-item .gallery-link .caption .caption-content h3, #gallery .gallery-item .gallery-link .caption .caption-content h4 {
                    margin: 0;
                }

#gallery * {
    z-index: 2;
}

@media(min-width:767px) {
    #gallery .gallery-item {
        margin: 0 0 0px;
        float: left;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
        border: solid 2px #fff;
        color: #110600;
        background: #fff;
    }

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 2px solid #fff;
}

    .floating-label-form-group input, .floating-label-form-group textarea {
        z-index: 1;
        position: relative;
        padding-right: 0;
        padding-left: 0;
        border: 0;
        border-radius: 0;
        font-size: 1.5em;
        background: 0 0;
        box-shadow: none !important;
        resize: none;
    }

    .floating-label-form-group label {
        display: block;
        z-index: 0;
        position: relative;
        top: 2em;
        margin: 0;
        font-size: .85em;
        line-height: 1.764705882em;
        vertical-align: middle;
        vertical-align: baseline;
        opacity: 0;
        -webkit-transition: top .3s ease, opacity .3s ease;
        -moz-transition: top .3s ease, opacity .3s ease;
        -ms-transition: top .3s ease, opacity .3s ease;
        transition: top .3s ease, opacity .3s ease;
    }

    .floating-label-form-group::not(:first-child) {
        padding-left: 14px;
        border-left: 1px solid #ddd;
    }

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #fff;
}

footer {
    color: #fff;
}

    footer h3 {
        margin-bottom: 30px;
    }

    footer .footer-above {
        padding-top: 50px;
        background-color: #110600;
    }

    footer .footer-col {
        margin-bottom: 50px;
    }

    footer .footer-below {
        padding: 3px 0;
        background-color: #347f36;
        /*position: fixed;

    width: 100%;*/
        bottom: 0;
        font-size: 10px;
        z-index: 2;
    }

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus, .btn:active, .btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 1%;
    bottom: 1%;
    width: 50px;
    height: 50px;
    display: none !important;
}

    .scroll-top .btn {
        width: 45px;
        height: 45px;
        border-radius: 50% !important;
        font-size: 20px;
        background: #fff;
        border: 2px solid #67005b;
        line-height: 25px;
        color: #67005b;
        box-shadow: 2px 2px 2px rgba(17, 6, 0, 0.5);
    }

        .scroll-top .btn:hover {
            background: #330033;
            color: #fff;
            border: 2px solid #fff;
            box-shadow: 2px 2px 2px #000;
        }

        .scroll-top .btn:focus {
            outline: 0;
        }

.gallery-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .gallery-modal .modal-content h2 {
        margin: 0;
        font-size: 3em;
    }

    .gallery-modal .modal-content img {
        margin-bottom: 30px;
    }

    .gallery-modal .modal-content .item-details {
        margin: 30px 0;
    }

.gallery-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

    .gallery-modal .close-modal:hover {
        opacity: .3;
    }

    .gallery-modal .close-modal .lr {
        z-index: 1051;
        width: 1px;
        height: 75px;
        margin-left: 35px;
        background-color: #110600;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .gallery-modal .close-modal .lr .rl {
            z-index: 1052;
            width: 1px;
            height: 75px;
            background-color: #110600;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

/*header.home {

    background-image: url("../img/TemplateImg/home.jpg");

    background-size: cover;

    background-position: 50% 50%;

    background-attachment: fixed !important;

    background-repeat: repeat;

    -webkit-animation: BackgroundAnimation 300s linear infinite;

    -moz-animation: BackgroundAnimation 300s linear infinite;

    -ms-animation: BackgroundAnimation 300s linear infinite;

    position: relative;

    overflow: hidden;

    width: 100%;

    max-width: 100%;

    background-position: 50% 0px;

    min-width: 100%;

    padding: 0px 0 0px 0;

    height: 100vh;

    margin-bottom: 30px;

}*/

header.login {
    /*background-image: url("../img/stockImages/26.JPG");*/
    /*background-image: url('../img/productImg/Login screen.jpg');*/
    /*background-image: url(../img/TemplateImg/Phoenicia-Header.jpg);*/
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed !important;
    background-repeat: repeat;
    -webkit-animation: BackgroundAnimation 300s linear infinite;
    -moz-animation: BackgroundAnimation 300s linear infinite;
    -ms-animation: BackgroundAnimation 300s linear infinite;
    position: relative;
    width: 100%;
    max-width: 100%;
    background-position: 50% 0px;
    min-width: 100%;
    padding: 0px 0 0px 0;
}

/*.home_wrap {

    background-image: url("../img/TemplateImg/bg-home.png");

    height: 100%;

}*/

.navbar-fixed-top {
    display: none;
}

/*.dropdown-menu  {

    top: 100%;

    bottom: auto;

}*/

.ui-select-choices {
    /*top: auto;

    bottom: 100%;*/
}

.dropdown-menu li {
    font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
}

    .dropdown-menu li.uib-typeahead-match a {
        white-space: normal;
    }

.navbar-fixed-top.navbar-shrink {
    display: block;
    height: 53px;
    /*-webkit-transition: all ease .5s;

    -moz-transition: all ease .5s;

    transition: all ease .5s;*/
    margin-bottom: 0;
    padding-bottom: 53px;
}

header.home .img-responsive {
    width: 120px;
    border: solid #fff;
    border-radius: 50%;
}

.heading .white {
    color: #fff;
}

/*.heading .darkblue {

    color: #67005b;

}*/

.textbox .reviewcomment {
    font-style: italic;
    font-weight: bold;
    font-size: 1.0em;
    margin: 30px;
    text-align: center;
}

/*.textbox .reviewcomment:before {

        content: '\201C';

        font-size: 3em;

        color: #67005b;

        position: absolute;

        top: 50%;

        left: 25px;

        margin-top: -0.5em;

        -webkit-text-stroke: 0 rgba(255,255,255,0);

    }

 

    .textbox .reviewcomment:after {

        content: '\201D';

        font-size: 3em;

        right: 35px;

        color: #67005b;

        position: absolute;

        float: right;

        top: 50%;

        margin-top: -0.5em;

        -webkit-text-stroke: 0 rgba(255,255,255,0);

    }*/

.testimonial.testimonial-version2 .item .textbox:after {
    border-right: 0 solid transparent;
    border-left: 22px solid transparent;
    border-top: 22px solid #ddd;
}

.testimonial.testimonial-version2 .item .textbox:after, .testimonial.testimonial-version2 .item .textbox:before {
    left: 10px;
}

.testimonial.testimonial-version2 .testimonial-control {
    top: -45px;
}

/*.testimonial .item .textbox {

    font-style: italic;

    position: relative;

    padding: 20px;

    border-radius: 25px;

    background: #92a792;

}*/

.testimonial .testimonial-control {
    background-image: none;
    top: -65px;
    position: relative;
}

.testimonial .testimonial-metadata img {
    width: 80px;
    height: 80px;
    padding: 2px;
    margin-right: 15px;
    float: left;
    border-radius: 50%;
}

.testimonial .testimonial-metadata .author {
    top: 3px;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    color: #006f8a;
}

.testimonial-control .btn {
    padding: 0px 6px;
    font-size: 11px;
}

.testimonial .item .textbox:after, .testimonial .item .textbox:before {
    width: 0;
    height: 0;
    left: 80px;
    content: " ";
    bottom: -20px;
    display: block;
    position: absolute;
}

.testimonial.testimonial-version1 .item .textbox:after {
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #3fbfE1;
}

.testimonial .item .textbox {
    margin-bottom: 10px;
    width: 100%;
}

.testimonial-version1 {
    margin-top: 30px;
}

.tm_photo {
    float: left;
    border-radius: 50%;
    margin-right: 40px;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

.tm_content {
    text-align: left;
    overflow: hidden;
}

.tm_member {
    text-align: left;
    margin: 50px 0 0 0;
}

.contact {
    background-image: url("../img/TemplateImg/bg-home.png");
    color: #fff;
    background-color: #67005b;
}

#content .contact .heading-text {
    color: #fff;
}

.contact hr.star-light {
    border-color: #fff !important;
}

.right-services .service-item .fa-stack {
    float: left;
    margin-right: 15px;
    font-size: 2.5em;
}

.right-services .service-item {
    text-align: left;
    margin: 40px 0;
}

    .right-services .service-item h4 {
        margin-left: 90px;
    }

    .right-services .service-item p {
        margin-left: 90px;
    }

    .right-services .service-item .fa-stack {
        float: left;
    }

.contact .btn-success {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

    .contact .btn-success:hover {
        color: #000;
        background-color: #fff;
    }

.form-control {
    color: #110600;
    /*font-size: 11.5px;*/
    border-radius: 2px;
    padding: 6px 5px;
    z-index: 0 !important;
    margin-bottom: 3px;
}

.ph-visible-hidden {
    visibility: hidden;
}

.gmap {
    margin: 0px;
    padding: 0px;
}

.gallery-container {
    margin-left: -4px;
    margin-right: -14px;
}

    .gallery-container .mix {
        display: none;
    }

.filter_group {
    margin-bottom: 20px;
}

/* Blog Page CSS */

.blog_photo {
    width: 100%;
    max-width: 100%;
}

.blog_title {
    display: block;
    font-weight: 500;
    line-height: 20px;
    font-size: 30px;
}

.blog_meta {
    margin: 15px 0 8px 0;
}

/*.blog_meta .posted_by {

        color: #757575;

    }

 

    .blog_meta .fa {

        margin-left: 10px;

    }

 

    .blog_meta a {

        color: #757575;

    }*/

/*.blog_item {

    background-color: #fff;

    margin-bottom: 30px;

}*/

/*.blog_content {

    padding: 30px;

}*/

/*.blog_content .date_category {

        float: left;

        margin-right: 15px;

    }*/

.date_icon {
    background-color: #000;
    color: #fff;
    display: block;
    padding: 10px 7px;
    width: 64px;
    height: auto;
    text-align: center;
}

    .date_icon .day {
        font-size: 40px;
        line-height: 30px;
    }

    .date_icon .month {
        font-size: 13px;
        line-height: 17px;
        margin-top: 5px;
    }

.blog_readmore {
    color: inherit;
}

.category_icon {
    background-color: #000;
}

.blog_content .blog_inner_content {
    margin-left: 75px;
}

.primary_color {
    color: #fff;
    background-color: #000;
}

.list_blog .form-control, .input {
    border-width: 0px !important;
    border-radius: 0px !important;
}

.list_blog .input-group {
    margin-bottom: 30px;
}

.list_blog .input-group-btn:last-child > .btn {
    border-radius: 0px;
}

.categories-list {
    background-color: #fff;
    padding: 0px 0;
    list-style: none;
}

    .categories-list li {
        width: 100%;
        border-bottom: 3px solid #ddd;
    }

        .categories-list li a {
            color: #110600;
            padding: 11px 0 11px 10px;
            display: block;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

            .categories-list li a i {
                margin-right: 10px;
                margin-left: 5px;
            }

            .categories-list li a:hover {
                color: white;
                background: #110600;
                text-decoration: none;
            }

.list_tags {
    margin-left: 2px;
    margin-top: 30px;
}

    .list_tags li {
        padding: 0px;
    }

    .list_tags .btn {
        border-radius: 0px;
        margin: 0 5px 5px 0;
    }

.margin-top-180 {
    margin-top: 180px;
}

.post_comment {
    background-color: #fff;
    margin-bottom: 15px;
}

.comment_photo {
    float: left;
    border-radius: 50%;
    margin: 30px 30px 0 30px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

div.comment-block {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #fff;
    border-radius: 0px;
    padding: 20px 20px 30px;
    position: relative;
}

/*div.comment-arrow {

    border-bottom: 15px solid transparent;

    border-right: 15px solid #ddd;

    border-top: 15px solid transparent;

    height: 0;

    left: -15px;

    position: absolute;

    top: 28px;

    width: 0;

}*/

.blog_autor {
    background-color: #fff;
    padding: 30px;
}

.animateup, .animateright, .animateleft {
    -vendor-animation-duration: 4s;
    -vendor-animation-delay: 0s;
    -vendor-animation-iteration-count: infinite;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.navbar-brand i {
    font-size: 15px;
    margin-left: -2px;
    margin-top: -5px;
    vertical-align: middle;
}

.slides {
    list-style: none;
    max-width: 100%;
    height: 100%;
    padding: 0px;
    font-family: "Roboto", arial, sans-serif;
    font-weight: bold;
    font-size: 1.7rem;
}

    .slides li {
        text-align: center;
    }

.flex-viewport {
    width: 90%;
    margin: 0 auto;
}

/*div#content {

    display: none;

    }*/

/*#content {

    transition: margin-right 0.5s;

}*/

.ph-user-dropdown-details {
    margin-top: 1px;
    font-size: 18px;
    font-weight: normal;
}

    .ph-user-dropdown-details .open > .dropdown-menu:before {
        content: "";
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ddd;
        position: absolute;
        top: -10px;
        right: 25px;
    }

    .ph-user-dropdown-details .open > .dropdown-menu:after {
        content: "";
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        top: -9px;
        right: 25px;
    }

    .ph-user-dropdown-details .open > .dropdown-menu .user-footer {
        padding: 5px;
    }

    .ph-user-dropdown-details .open > .dropdown-menu {
        /*left: -130px;*/
        right: -20px;
        left: auto;
        position: absolute;
        top: 40px;
        width: 230px;
    }

.ph-profilePage-align-field-left .ph-input-editable {
    text-align: left !important;
}

.ph-profilePage-align-field-left .ph-btn-alignment {
    text-align: right;
}

.ph-add-stock-template .ph-buttons button.ph-btn-sec {
    width: 48%;
    margin: 0 0.7%;
}

div#loading {
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    z-index: 1000;
    width: 115px;
    height: 119px;
    background: url(../img/TemplateImg/loadingimage3.gif) no-repeat;
    cursor: wait;
}

.main_heading {
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 3px solid;
    display: inline-block;
    position: relative;
    border-radius: 20%;
}

    .main_heading:after {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        background: none;
        border-color: transparent;
        border-top-color: #fff;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }

.intro-text h1 {
    font-size: 3.59em;
}

.btn-social i {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.btn-social:hover i {
    color: #67005b;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

/*.doctors-list .btn-social:hover i {

    color: #110600;

}*/

.grey-area {
    width: 100%;
    padding: 60px 0;
    color: #fff;
    margin: auto;
    text-align: center;
    background: #f5f5f5;
    background-size: inherit;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-attachment: fixed !important;
}

.talkabout {
    background-image: url("../img/TemplateImg/greyarea1.jpg");
}

.awards {
    background-image: url("../img/TemplateImg/awards.jpg");
}

.milestones {
    background-image: url("../img/TemplateImg/rpImg.jpg");
}

.process {
    background-image: url("../img/TemplateImg/awards.jpg");
}

.testimonial-section {
    background-image: url("../img/TemplateImg/red1.jpg");
}

.grey-area .main_heading {
    margin: auto;
}

.gap-80 {
    margin-top: 80px;
}

.contact .form-control {
    color: #fff;
}

#gallery .main_heading:after {
    border-top-color: #110600;
}

.contact .input-group .input-group-addon i {
    margin-top: 25px;
}

.contact .message-addon .input-group-addon {
    vertical-align: top;
}

    .contact .message-addon .input-group-addon i {
        margin-top: 33px;
    }

.inline-icons-text {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .inline-icons-text .inline-icon {
        padding: 0 0 0px 0 !important;
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
        display: table-cell;
    }

    .inline-icons-text .first-img, .inline-icons-text .last-img {
        width: 70px;
        height: 70px;
    }

    .inline-icons-text .first-img {
        margin-right: 15px;
    }

    .inline-icons-text .inline-text .heading {
        margin: 0px;
        margin-bottom: 5px;
    }

    .inline-icons-text .inline-text {
        line-height: 1.2;
    }

.contact-sidebar .inline-icons-text .btn-social {
    margin: 0 20px 0 60px;
}

.contact-sidebar .inline-icons-text .inline-icon {
    width: 0%;
}

.contact-sidebar .inline-icons-text {
    margin-top: 30px;
}

.contact-sidebar .marker {
    font-size: 1.4em;
    white-space: initial;
}

.nav.navbar-nav {
    display: inline-block;
    float: none;
    width: 112%;
}

.ph-pd-panel-heading {
    padding: 3px 2px;
}

/*img.about-photo {

    border-radius: 50%;

    max-width: 100%;

}

 

#about .left-services .service-item .fa-stack,

#about .right-services .service-item .fa-stack {

    color: #444444;

}

 

#about .service-item h3 {

    font-weight: bold;

}

 

.skills h3 {

    font-weight: bold;

    margin-top: -30px;

}

 

 

.timeline {

    border-collapse: collapse;

    border-spacing: 0;

    display: table;

    position: relative;

    table-layout: fixed;

    width: 100%;

}

 

    .timeline:before {

        background-color: #444444;

        bottom: 0;

        content: "";

        left: 50%;

        position: absolute;

        top: 0;

        width: 1px;

        z-index: 0;

    }

 

    .timeline .left-content {

        text-align: right;

        margin-right: 20px;

    }

 

    .timeline .right-content {

        margin-left: 20px;

    }

 

    .timeline .fa-stack {

        float: right;

        font-size: 1.5em;

        margin: -6px -38px 0 0;

    }

 

        .timeline .fa-stack .fa-inverse {

            font-size: 0.8em;

        }

 

    .timeline .work {

        margin: 0px;

        margin-bottom: 15px;

    }

 

    .timeline .organization {

        margin: 0px;

    }

 

    .timeline .row {

        margin-bottom: 60px;

    }

 

    .timeline .bottom {

        width: 30px;

        margin: 0px;

        padding: 0px;

        margin-top: -30px;

        margin-left: auto;

        margin-right: auto;

        border-color: transparent transparent #444444 transparent;

        border-style: solid;

        border-width: 30px;

    }

 

.testimonial-section .testimonial .item .textbox {

    background: transparent;

    padding: 0px;

}

 

    .testimonial-section .testimonial .item .textbox .reviewcomment {

        padding: 0 40px;

    }

 

.testimonial-section .testimonial-version1 {

    margin-top: 0px;

}

 

.testimonial-section .testimonial .item .textbox:after {

    border: none;

}

 

.testimonial-section .textbox .reviewcomment:before,

.testimonial-section .textbox .reviewcomment:after {

    color: #fff;

}

 

.testimonial-section .testimonial .testimonial-control {

    top: 0px;

    color: #fff;

}

 

.testimonial-section .textbox .reviewcomment {

    font-size: 1.4em;

}

 

.testimonial-control .btn-primary {

    border-color: #fff;

    color: #fff;

}

 

.contact .section-heading hr {

    border-color: #fff;

}

 

.element-item.gallery-item {

    max-width: 33.333333333%;

    padding: 2px;

}

 

.doctorname {

    padding-bottom: 10px;

}

 

    .doctorname h4 {

        margin-bottom: 1px;

    }

 

    .doctorname small {

        color: #777;

    }

 

.white-background {

    background-color: #fff;

    margin-bottom: 15px;

}

 

.fullwidth:before,

.fullwidth:after {

    content: " ";

    display: table;

}

 

.fullwidth:after {

    clear: both;

}*/

/*.doctors-list .btn-social {

    color: #444;

    border-color: #444;

    font-size: 1.2em;

    width: 35px;

    height: 35px;

    line-height: 1.7;

}*/

.primary-background {
    background-color: #67005b;
    color: #fff;
    padding: 17px 20px;
    min-height: 462px;
}

#about .list-unstyled {
    font-family: "Roboto", arial, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5;
}

.fancy-carousel .carousel-control {
    background-image: none;
    height: 35px;
    width: 35px;
    top: 50%;
    margin-top: -17px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2px 6px;
}

.carousel-control:hover, .carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(103, 0, 91, 0.7);
    width: 100%;
}

    .carousel-caption p {
        margin-bottom: 0px;
    }

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(52, 152, 219, 0.0001)), to(rgba(52, 152, 219, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(52, 152, 219, 0.0001) 0), color-stop(rgba(52, 152, 219, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(52, 152, 219, 0.0001) 0, rgba(52, 152, 219, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(52, 152, 219, 0.0001) 0, rgba(52, 152, 219, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24b8fB', endColorstr='#3498dB', GradientType=1);
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(52, 152, 219, 0.5)), to(rgba(52, 152, 219, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(52, 152, 219, 0.5) 0), color-stop(rgba(52, 152, 219, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(52, 152, 219, 0.5) 0, rgba(52, 152, 219, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(52, 152, 219, 0.5) 0, rgba(52, 152, 219, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498dB', endColorstr='#24b8fB', GradientType=1);
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: inline-block;
    width: 100%;
}

.gallery-item .carousel-caption h4 {
    margin: 3px 0;
}

.phEdit {
    cursor: pointer;
}

@media(max-width:767px) {
    .ph-align-footer-body {
        background: transparent !important;
        background-position: 0% -9% !important;
        background-size: 100% !important;
    }

    .navbar-collapse .ph-heading-strip {
        background: #67005b;
        color: #fff;
        padding: 3px 3px 3px 10px;
        font-size: 12px;
        margin: 0px 0 1px 0px;
        display: inline-block;
        position: relative;
        top: auto;
        font-weight: 600;
        line-height: 14px;
        /* margin-bottom: -1px; */
        width: 100%;
        text-align: left;
        text-transform: uppercase;
    }

    .ph-btn-2-align input[type="button"] {
        margin: 5px 1px 5px 1px !important;
    }

    .ph-btn-2-align-manage input[type="button"] {
        width: 48.5%;
        margin: 5px 1px 5px 2px !important;
    }

    .ph-btn-2-align-bg input[type="button"] {
        font-size: 10px;
        margin: 5px 1px 5px 1px !important;
    }

    .ph-btn-2-3-align input[type="button"] {
        margin: 5px 1px 5px 1px !important;
    }

    .ph-btn-3-align input[type="button"] {
        margin: 5px 1px 5px 1px !important;
    }

    .ph-btn-1-3-align input[type="button"] {
        width: 48.75%;
        margin: 5px 1px 5px 1px !important;
    }

    .ph-btn-1-align input[type="button"] {
        width: 100%;
        margin: 5px 1px 8px 1px !important;
    }

    header .container {
        /* padding: 100px 0 100px; */
    }

    header .intro-text .name {
        font-size: 1.0em;
    }

    header .intro-text .skills {
        font-size: 1.0em;
    }

    header .menu-icon {
        font-size: 1.5em;
    }

    .btn-social {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 2px solid #fff;
        border-radius: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 25px;
    }

    .element-item.gallery-item {
        max-width: 50%;
    }

    .navbar-brand {
        width: 27%;
    }

    .ph-logo-style {
        width: 180px;
        margin-top: -5px;
    }

    .ph-align-center {
        width: 80%;
    }

    header.home {
        height: 250px !important;
    }

    .gap-30 {
        margin-top: 10px;
    }

    .ph-w35 {
        width: 100%;
    }

    .ph-last-align-xs table tr:last-child td table tr td:last-child {
        padding-right: 0 !important;
    }

        .ph-last-align-xs table tr:last-child td table tr td:last-child .ph-vertical-arrow-middles i {
            padding-right: 10px !important;
        }

    .ph-table-layout-fixed-bres {
        width: 100%;
        table-layout: fixed;
    }

        .ph-table-layout-fixed-bres .uib-timepicker {
            table-layout: fixed;
            width: 100%;
        }

            .ph-table-layout-fixed-bres .uib-timepicker td {
                width: 50%;
            }

                .ph-table-layout-fixed-bres .uib-timepicker td:last-child {
                    width: 38px;
                }

        .ph-table-layout-fixed-bres .uib-separator {
            width: 5px !important;
        }
}

@media(max-width:767px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        border-color: transparent;
    }

    .navbar-default .navbar-nav > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            border-color: transparent;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #ddd;
        box-shadow: 1px 2px 7px rgba(17, 6, 0, 0.5);
    }
    /*.navbar-header {

        background: #ffffff;

        border-bottom: 1px solid #ddd;

        box-shadow: 0px 1px 6px rgba(17,6,0,0.5);

        display: inline-block;

        width: 100%;

        margin-bottom: 0px;

        height: 53px;

        padding-left: 0;

    }*/
    .navbar-brand {
        padding: 17px 0px 20.5px;
    }

    .navbar-collapse {
        position: relative;
        border-top: none;
        /*top: -1px;*/
        top: -6px;
        left: 0px;
        background: #67005b;
        text-align: left;
        /*position: fixed;*/
        height: 100%;
        width: 250px;
    }

        .navbar-collapse .navbar-nav {
            flex: 1;
            -webkit-box-flex: 1;
        }

    .navbar-default {
        background: transparent;
    }

    .ph-mg-15 {
        margin: 14px 0;
    }

    .visible {
        width: 250px;
    }

    .ph-star-align {
        top: 70px;
    }

    .ph-logo-login-style {
        width: 70%;
    }

    .ph-login-box-content {
        padding: 35px 15px;
        width: 85%;
    }

    #gallery .gallery-item {
        max-width: 32.5% !important;
        margin-bottom: 2px;
    }

    .element-item.gallery-item {
        margin: 1px;
    }

    .ph-category-name {
        font-size: 12px;
        margin: 4px 0;
    }

    .ph-table {
        margin: 0 0px;
    }

    .filterBox.ph-table {
        margin: 0px;
    }

    .ph-resp-table-xs .ph-table {
        margin: 0;
        /* border-top: 1px solid #bcbcbc;*/
        border-spacing: 0;
    }
    /*.ph-resp-table-xs .ph-table .ph-table-row:nth-child(even) {

        background-color: #f5f5f5;

    }

    .ph-resp-table-xs .ph-table .ph-table-row:nth-child(odd) {

        background-color: #fff;

    }*/
    .ph-w27-mb {
        width: 27%;
    }

    .ph-w35-mb {
        width: 35%;
    }

    .ph-w25 {
        width: 25%;
    }

    .ph-pd-left-35 {
        padding-left: 35px;
    }

    .ph-pd-left-5 {
        padding-left: 5px;
    }

    .ph-pd-left-10 {
        padding-left: 10px;
    }

    .ph-pd-left-15 {
        padding-left: 15px;
    }

    .ph-pd-right-10 {
        padding-left: 5px;
    }

    .ph-pd-ryt-10 {
        padding-right: 5px;
    }

    .ph-font-1-mb {
        font-size: 1em;
    }

    .ph-font-dot-9-mb {
        font-size: 0.8em;
    }

    .ph-w75 {
        width: 80%;
    }

    .input-group.datepicker .form-control {
        height: 32px;
    }

    .input-group.datepicker .input-group-addon {
        padding: 6px 15px;
    }

    .navbar-nav > li {
        margin-right: -4px;
        /* margin-left: 0px; */
        border-bottom: 1px solid #ddd;
        /* text-transform: capitalize; */
    }

        .navbar-nav > li:first-child {
            /* text-transform: uppercase; */
        }
    /*.navbar-nav > li:nth-last-child(2) {

            border-bottom: none;

        }*/
    .ph-buttons button {
        border-radius: 0px;
        padding: 12px 12px;
        font-size: 11px;
        border: 0;
        /*box-shadow: -3px -3px 3px #2c8aca inset;*/
    }

        .ph-buttons button:first-child {
            border-right: 0px solid #fff !important;
        }

        .ph-buttons button.ph-border-right-nil {
            border-right: 0 !important;
            border-left: 0 !important;
        }

        .ph-buttons button span i {
            font-size: 14px;
            top: 0px;
        }
}

@media(max-width:500px) {
    /*.element-item.gallery-item {

        max-width: 100%;

    }*/
}

@media (min-width: 768px) and (max-width: 970px) {
    .navbar-nav > li {
        font-size: 1rem;
    }

        .navbar-nav > li > a {
            padding-left: 1px;
            padding-right: 1px;
        }
}

@media (min-width: 768px) and (max-width: 805px) {
    .ph-logo-style {
        width: 170px;
        margin-top: 4px;
    }

    .ph-align-center {
        width: 80%;
    }
}

#loading-img {
    background: url(../img/loadingGraphic.gif) center center no-repeat;
    height: 100%;
    z-index: 20;
}

.overlayContainer {
    display: none;
}

.overlayBackground {
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #110600;
    opacity: 0.3;
    z-index: 10000;
}

.overlayContent {
    position: absolute;
    height: 100px;
    width: 300px;
    z-index: 10000;
    text-align: center;
}

.ph-edit-stock-tbl .ph-table .ph-table-cell.ph-no-box-shadow {
    box-shadow: none;
}

.ph-w5 {
    width: 5%;
}

.ph-w15-mb {
    width: 15%;
}

.ph-w20-mb {
    width: 20%;
}

.ph-w20-b-res {
    width: 20%;
}

.ph-w20px {
    width: 20px;
    display: inline-block;
}

.ph-w30px {
    width: 30px;
    display: inline-block;
}

.ph-w150px {
    width: 150px !important;
    display: inline-block;
}

.ph-back {
    color: #fff;
    float: left;
    padding: 10px;
    position: relative;
    top: 8px;
    font-size: 16px;
    left: -8px;
}

.ph-bg-grey {
    background: #f5f5f5;
}

.ph-color-theme {
    color: #347f36;
}

.passed-date {
    color: #d63700 !important;
}

.invalid input:required:invalid {
    background: #d63700;
}

.invalid select:required:invalid {
    background: #d63700;
}

/**** Grower Profile Start ****/

.ph-profile-img {
    /*margin-bottom: 10px;*/
    max-height: 230px;
    overflow: hidden;
}

.ph-add-img {
    background: #fff;
}

.ph-star-rating {
    line-height: 35px;
}

    .ph-star-rating i {
        color: #fcc12c;
        outline: none;
        font-size: 16px;
        /*text-shadow: 0px 2px 0 #f2901f, 0px -1px 0 #f2901f, 1px 0px 0px #f2901f, 0px 1px 0 #f2901f;*/
    }

        .ph-star-rating i:focus, .ph-star-rating i:active, .ph-star-rating i:visited {
            outline: none;
        }

.ph-profile-tab .nav-tabs > li > a {
    border: 2px solid #347f36 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: #ffffff;
    color: #347f36;
    font-weight: 700;
}

/*.ph-profile-tab .nav-tabs > li:not(:active) {

    background: #eee;

}*/

.ph-profile-tab .nav-tabs > li.active > a, .ph-profile-tab .nav-tabs > li.active > a:focus, .ph-profile-tab .nav-tabs > li.active > a:hover {
    background: #347f36;
    color: #fff;
    border: 2px solid #347f36 !important;
}

.ph-profile-section-tab .ph-table {
    border-collapse: separate;
    border-spacing: 9px 10px;
    /*line-height: 0;*/
}

.ph-profile-edit-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
}

.ph-profile-edit-img-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
}

.ph-input-editable {
    border: 1px solid #ddd;
    color: #110600;
    border-radius: 2px;
    text-align: right;
    padding: 6px 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
}

.ph-input-editable-text {
    border: 1px solid #ddd;
    color: #888;
    border-radius: 2px;
    padding: 6px 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    font-size: 14px;
}

.ph-social-link-edit input[type="text"] {
    width: 97%;
    float: left;
}

.ph-input-readonly {
    border: 0;
    box-shadow: none;
    color: #110600;
    word-break: break-word;
    background: #fff;
}

.phoe-select {
    position: relative;
}

    .phoe-select.change::after {
        color: #FFFFFF;
        width: 40px;
        position: absolute;
        content: " ";
        right: 0;
        top: 10px;
        height: 40px;
        background: #FFFFFF;
    }

.ph-input-readonly:focus {
    outline: 0;
}

.ph-read-always {
    border: 0;
    box-shadow: none;
    color: #110600;
    background: #fff;
    pointer-events: none;
}

.ph-profile-tab textarea {
    min-height: 75px;
}

.ph-text-scroll {
    /*max-height: 95px;

    overflow: scroll;*/
}

.ph-social-link {
    letter-spacing: 8px;
    line-height: 50px;
}

    .ph-social-link i {
        font-size: 30px;
    }

.ph-fb {
    color: #4867aa;
}

.ph-twitter {
    color: #1da1f2;
}

.ph-instagram {
    color: #ee6725;
    position: relative;
    top: -9px;
}

.ph-pinterest {
    color: #bd081b;
}

.ph-linkedin {
    color: #006699;
}

.ph-photo-tab .ph-table {
    border-collapse: separate;
    border-spacing: 2px 2px;
}

.ph-photo-tab .ph-table-cell {
    width: 33%;
}

.ph-photo-tab img {
    width: 100%;
}

.ph-photo-tab .ph-table-cell .ph-hide-extra {
    height: 170px;
    overflow: hidden;
    border: 1px solid rgba(221, 221, 221, 0.5);
}

.ph-link a {
    color: #fcc12c;
}

.ph-align-plus {
    position: relative;
    top: -7px;
    left: -4px;
    font-size: 16px;
}

.ph-hidden {
    display: none;
}

.ph-show-data {
    margin: 10px 0;
}

.ph-hidden-btn {
    display: none;
    margin: 0;
}

.ph-hide-div-input {
    /*display: none;*/
}

.ph-no-outline span {
    outline: 1px solid transparent;
}

.phProfileTab li {
    width: 33.33%;
}

.nav-tabs.phProfileTab > li.active > a, .nav-tabs.phProfileTab > li.active > a:hover, .nav-tabs.phProfileTab > li.active > a:focus {
    background: #1d3455;
    color: #fff;
    border-radius: 0;
}

/*.phProfileTab .nav-tabs > li.active > a,

.phProfileTab .nav-tabs > li.active > a:focus,

.phProfileTab .nav-tabs > li.active > a:hover {

    border-right: 1px solid #92a792 !important;

}*/

.phProfileTab .nav-tabs > li > a {
    border-right: 2px solid #347f36 !important;
}

.phProfileTab li a {
    margin-right: 0px;
    border: 1px solid #67005b !important;
    border-radius: 0;
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
    min-width: 107px;
    /*change with respect to bug 3805*/
}

.phProfileTab .nav-tabs > li > a.ph-disable-a {
    pointer-events: none;
    background: rgba(221, 221, 221, 0.5) !important;
    border: 2px solid #ddd !important;
    color: rgba(17, 6, 0, 0.5) !important;
}

.ph-profile-produce-tab .panel-body {
    padding: 0;
}

    .ph-profile-produce-tab .panel-body .ph-table tr td:nth-child(2n) {
        padding: 0;
    }

.ph-profile-produce-tab .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -6px;
}

.ph-profile-produce-tab .panel-default {
    border-color: #ddd;
    border-left: 0;
    border-right: 0;
}

    .ph-profile-produce-tab .panel-default > .panel-heading {
        background: #fff;
        padding: 15px 10px;
        border-radius: 0;
    }

        .ph-profile-produce-tab .panel-default > .panel-heading .panel-title {
            font-weight: normal;
            color: #110600;
        }

.ph-profile-produce-tab .panel-body .ph-table tr td {
    /*background: rgba(221,221,221,0.1);*/
}

    .ph-profile-produce-tab .panel-body .ph-table tr td:nth-child(2n) .control__indicator {
        top: -10px;
        left: 10px;
    }

.ph-profile-produce-tab .panel-body {
}

.ph-profile-produce-tab .ph-table {
    border-collapse: collapse;
}

.ph-profile-produce-tab table tr {
    border-bottom: 1px solid #ddd;
}

    .ph-profile-produce-tab table tr td table tr {
        border-bottom: none;
    }

    .ph-profile-produce-tab table tr:last-child {
        /*border-bottom: none;*/
    }

.ph-profile-produce-tab .panel-title table tr {
    border: none;
}

.ph-profile-produce-tab .ph-table td {
    padding: 10px;
}



.ph-account-label {
    line-height: 2.5em;
}



.ph-account-label-icon {
    line-height: 2em;
}

.ph-account-label-icon-edit {
    line-height: 1.7em;
}

.ph-stock-image .modal-content {
    border-radius: 2px;
    background: transparent;
}

    .ph-stock-image .modal-content img {
        border-radius: 3px;
    }

/**** Grower Profile End ****/

/********** Lot Summary Page Start **********/

/*.phProgressBar {

        border: 5px solid #f9bc2c;

        border-radius: 50%;

        width: 100px;

        height: 100px;

        text-align: center;

        background: linear-gradient(#f5f5f5, #ececec);

        line-height: 20px;

    }*/

.ph-vertical-arrow-middles {
    float: right;
    padding-right: 10px !important;
}

.ph-lot-summary .ph-table {
    /*border-top: 1px solid #999;*/
}

    .ph-lot-summary .ph-table tbody:last-child {
        border-bottom: 0;
    }

.ph-lot-summary .ph-table {
    /*border-top: 1px solid #999;*/
}

    .ph-lot-summary .ph-table tr:first-child td {
        padding-top: 5px;
    }

    .ph-lot-summary .ph-table tr td tr:first-child td {
        padding-top: 0px;
    }

    /*.ph-lot-summary .ph-table tr:nth-child(2n+1) td {

    padding-top: 5px;

}*/

    .ph-lot-summary .ph-table tr:nth-child(2n) td {
        padding-top: 0px;
    }

.ph-lot-summary table {
    border-bottom: 1px solid #ddd;
}

    .ph-lot-summary table tr:nth-child(2n) {
        color: #110600;
        font-size: 12px;
        padding-bottom: 5px;
    }

.ph-lot-summary .uib-datepicker-popup table tr:nth-child(2n) {
    color: #110600;
}

.ph-lot-summary table tr:nth-child(2n):last-child {
    /*border-bottom: none;*/
}

.ph-lot-summary table tr:nth-child(2n) td {
    /*padding-bottom: 5px;*/
    /*padding-right: 10px;*/
}

.ph-lot-summary table tr:last-child td {
    /*padding-top: 5px;*/
    /*line-height: 20px;*/
    padding-bottom: 5px;
    padding-right: 10px;
}

.ph-lot-summary.ph-mylot table tr:last-child td table tr td:last-child {
    padding-right: 0px;
}

.ph-lot-summary table tr:last-child td table tr:first-child td:nth-child(2n) {
    padding-right: 0px;
}

.ph-lot-summary table tr:last-child td table tr td:nth-child(2n) .ph-vertical-arrow-middles {
    padding-right: 0px;
}

.ph-lot-summary .ph-vertical-arrow-middles .control {
    padding-left: 15px;
}

    .ph-lot-summary .ph-vertical-arrow-middles .control .control__indicator {
        top: -25px;
    }

.ph-order-summary .ph-table {
    /*border-collapse: separate;*/
    /*border-bottom: 1px solid #999;*/
    padding-top: 5px;
    /*border-top: 1px solid #999;*/
    padding-bottom: 5px;
    line-height: 25px;
}

.ph-border-right-none {
    border-right: 0;
}

.ph-border-alignments .ph-table {
    border-top: none;
}

.ph-table-border .ph-table {
    border-bottom: 1px solid #ddd;
}

    .ph-table-border .ph-table:last-child {
        border-bottom: 0;
    }

    .ph-table-border .ph-table tr td .ph-table {
        border-bottom: none;
    }

        .ph-table-border .ph-table tr td .ph-table tr:nth-child(2n) {
            border-bottom: none;
        }

.ph-order-summary table tr {
    color: #110600;
    font-size: 14px;
    padding-bottom: 5px;
}

/*Fix for defect 2880*/

.ph-btn-2-align input[type="button"] {
    width: 48%;
    /* font-size: 0.7em; */
    margin: 10px 0px 10px 0px;
}

.ph-btn-2-align-bg input[type="button"] {
    width: 48%;
    font-size: 10px;
    margin: 10px 0px 10px 0px;
}

.ph-btn-2-3-align input[type="button"] {
    width: 48.5%;
    margin: 10px 1px 10px 1px;
}

.ph-btn-3-align input[type="button"] {
    width: 29%;
    margin: 10px 5px 10px 5px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 1px solid transparent;
}

/*.ph-order-summary table tr td {

    padding-right: 10px;

    line-height: 25px;

}*/

/*.ph-order-summary .ph-vertical-arrow-middles .control {

    padding-left: 15px;

}

 

.ph-order-summary .ph-vertical-arrow-middles .control .control__indicator {

    top: -15px;

}*/

.ph-font-white {
    color: #fff;
}

.ph-font-light {
    color: #110600 !important;
}

.ph-font-data {
    color: #110600;
}

.ph-font-progressbar {
    font-size: 25px;
    font-weight: bold;
}

.ph-font-xs {
    font-size: 11.5px;
}

.ph-word-break {
    word-break: break-all;
    white-space: normal;
}

.ph-word-break {
    word-break: break-word;
}

.ph-vertical-arrow-middles i {
    color: #110600;
    font-size: 14px;
    position: relative;
    /*top: -10px;*/
}

.ph-arrow-align i {
    top: -13px;
}

.ph-arrow-align-3 i {
    top: -20px;
}

.ph-icon-bookmark i {
    color: #fcc12c;
    font-size: 25px;
}

/********** Lot Summary Page End **********/

/********* Product Snapshot Start *******/

.ph-lotsummary-tab .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -6px;
}

.ph-lotsummary-tab .panel-default > .panel-heading {
    background: #fff;
}

    .ph-lotsummary-tab .panel-default > .panel-heading .panel-title {
        text-transform: capitalize;
        font-weight: normal;
    }

.ph-lotsummary-tab .panel-body {
    background: rgba(221, 221, 221, 0.1);
    padding: 5px 15px;
}

/*.ph-lotsummary-tab .panel-default > .panel-heading + .panel-collapse > .panel-body {

    margin-bottom: -6px;

}*/

/********* Product Snapshot End *******/

/* round progress bar css start */

.round-progress-container {
    position: relative;
}

.center-absolute {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    overflow: hidden;
    margin: auto;
}

.progress-display {
    font-family: 'Impact';
}

    .progress-display label {
        display: block;
        font-weight: 400;
    }

canvas {
    display: inline-block;
}

/*input {

    width: 200px;

}*/

/* round progress bar css end */

/******* Home page start ******/

.ph-home-page ul li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

    .ph-home-page ul li:last-child {
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

.ph-home-page ul a:last-child li {
    border-bottom: none;
}

.ph-home-page ul {
    margin-bottom: 0px;
}

.ph-home-page.ph-merchant ul li:last-child {
    border-bottom: none;
}

.ph-alert-box a li {
    padding: 3px;
}

/*.ph-home-page-content {

    background: url("../img/stockImages/farm.png") center center no-repeat;

}*/

.ph-hm-ft-area {
    position: relative;
}

.ph-footer-home-img {
    position: fixed;
    bottom: 0px;
    opacity: 0.35;
    width: 100%;
    z-index: -1;
}

/******* Home page end ******/

/***** Multistep Wizard feature start ****/

#form-container {
    background: #110600;
    margin-bottom: 20px;
    border-radius: 5px;
}

    #form-container .page-header {
        background: #110600;
        margin: 0;
        padding: 30px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

/* numbered buttons */

#status-buttons {
    margin-bottom: 10px;
    margin-top: 10px;
}

    #status-buttons i {
        font-size: 16.5px;
        top: 3px;
    }

    #status-buttons a {
        color: #92a792;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        margin: 0 3%;
        text-align: center;
        position: relative;
        /*text-transform: uppercase;*/
    }

    #status-buttons.ph-wizard-3 a {
        margin: 0 5%;
    }

        #status-buttons.ph-wizard-3 a::before {
            left: -100px;
        }

    /*#status-buttons a::after {

    content: "";

    display: block;

    border-bottom: 3px solid #ececec;

    position: absolute;

    width: 50px;

    height: 5px;

    top: 3px;

}*/

    #status-buttons a:first-child:before {
        height: 10px;
        border-bottom: 10px solid #ffffff !important;
        top: -1px;
        z-index: 1;
        position: absolute;
        width: 60px;
    }

    #status-buttons.ph-wizard-3 a:first-child:before {
        top: 0;
    }

    #status-buttons a:first-child:before {
        width: 130px;
    }

    #status-buttons a::before {
        content: "";
        display: block;
        border-bottom: 3px solid #92a792;
        position: absolute;
        width: 130px;
        height: 5px;
        top: 2px;
        left: -95px;
    }

    #status-buttons.ph-wizard-3 a::before {
        left: -120px;
    }

        #status-buttons.ph-wizard-3 a::before:first-child {
            width: 108px;
            left: -100px;
            display: block;
            /* height: 3px; */
            border-bottom: 7px solid #ffffff;
            top: 2px;
            z-index: 2;
            position: absolute;
        }

    #status-buttons a#ConfirmForm::after {
        content: "";
        display: block;
        /* height: 3px; */
        border-bottom: 7px solid #ffffff;
        top: 2px;
        z-index: 2;
        left: 39px;
        position: absolute;
        width: 40px;
    }

    #status-buttons.ph-wizard-3 a::after:last-child {
        width: 50px;
        display: block;
        border-bottom: 3px solid #92a792;
        position: absolute;
        width: 130px;
        height: 5px;
        top: 2px;
        left: -60px;
    }

    /*#status-buttons a#eExport::before {

            width: 120px;

        }*/

    /*#status-buttons a#ConfirmForm::after {

        content: "";

        display: block;

        height: 4px;

        border-bottom: 3px solid #ff0000;

        top: 5px;

        z-index: 2;

        width: 10px;

    }*/

    #status-buttons a:hover {
        text-decoration: none;
    }

    #status-buttons a.active {
        color: #67005b;
    }

    /*.ph-ab-border-strip {

    border-top: 5px solid #ececec;

    position: relative;

    top: -35.5px;

}*/

    #status-buttons span {
        background: #92a792;
        display: block;
        position: relative;
        z-index: 1;
        height: 35px;
        top: -11px;
        margin: 0 auto -5px;
        padding-top: 7px;
        width: 35px;
        /* border: 3px solid #fff; */
        border-radius: 50%;
    }

    /* active buttons */

    #status-buttons a.active span {
        background: #67005b;
    }

    #status-buttons a span i {
        color: #fff;
    }

/* ANIMATION STYLINGS

============================================================================= */

#signup-form {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    padding: 30px;
}

#form-views {
    width: 100%;
}

.ph-algin-price-icon i {
    position: absolute;
    top: 11px;
    left: 5px;
}

.ph-align-price-icon {
    position: absolute;
    top: 7px;
    left: 20px;
}

    .ph-align-price-icon ~ input[type="text"] {
        padding-left: 18px;
    }

/* basic styling for entering and leaving */

/* left and right added to ensure full width */

/*#form-views.ng-enter,

#form-views.ng-leave {

    position: absolute;

    left: 30px;

    right: 30px;

    transition: 0.5s all ease;

    -moz-transition: 0.5s all ease;

    -webkit-transition: 0.5s all ease;

}*/

/* enter animation */

#form-views.ng-enter {
    -webkit-animation: slideInRight 0.5s both ease;
    -moz-animation: slideInRight 0.5s both ease;
    animation: slideInRight 0.5s both ease;
}

/* leave animation */

#form-views.ng-leave {
    -webkit-animation: slideOutLeft 0.5s both ease;
    -moz-animation: slideOutLeft 0.5s both ease;
    animation: slideOutLeft 0.5s both ease;
}

/* ANIMATIONS

============================================================================= */

/* slide out to the left */

@keyframes slideOutLeft {
    to {
        transform: translateX(-200%);
    }
}

@-moz-keyframes slideOutLeft {
    to {
        -moz-transform: translateX(-200%);
    }
}

@-webkit-keyframes slideOutLeft {
    to {
        -webkit-transform: translateX(-200%);
    }
}

/* slide in from the right */

@keyframes slideInRight {
    from {
        transform: translateX(200%);
    }

    to {
        transform: translateX(0);
    }
}

@-moz-keyframes slideInRight {
    from {
        -moz-transform: translateX(200%);
    }

    to {
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translateX(200%);
    }

    to {
        -webkit-transform: translateX(0);
    }
}

/***** Multistep Wizard feature end ****/

/*** Pop up start ***/

.modal-title {
    text-transform: capitalize;
}

.ph-popup-content {
    margin-top: 10px;
}

    .ph-popup-content .datepicker {
        padding: 1px;
    }

    .ph-popup-content .ph-popup-style {
        border-bottom: 1px solid #ddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .ph-popup-content .ph-popup-style:last-child {
            border-bottom: 1px solid #ddd;
        }

.btn-group > .btn:first-child {
    /*margin-left: 5px;*/
}

/*** Pop up end ***/

/*********customised selectable checkbox start ******/

/*.searchable-container {

margin: 20px 0 0 0

}*/

.searchable-container div.items {
    /*width: 29%;*/
    margin: 10px 14px 10px 5px;
    float: left;
}

    .searchable-container div.items:first-child {
        margin-left: 0;
    }

    .searchable-container div.items:last-child {
        margin-right: 0;
    }

.searchable-container td.items {
    border: 2px solid #eea710;
    white-space: normal;
    background: transparent;
    padding: 0;
    border-radius: 2px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.custom-status .searchable-container td.items {
    border: 2px solid #347f36;
}

    .custom-status .searchable-container td.items label {
        color: #347f36;
    }

.custom-status .searchable-container td.phCheckHighlightCheckbox label span {
    color: #FFFFFF;
}

.custom-status .phCheckHighlightCheckbox {
    background: #347f36 !important;
    color: #FFFFFF;
}

.searchable-container td.items label {
    font-size: 10px;
    background: transparent;
    color: #000000;
    padding: 0px 3px;
    word-wrap: break-word;
    white-space: normal;
    width: 100%;
    border: 1px solid transparent;
    word-break: break-word;
    margin: 0;
}

    .searchable-container td.items label span {
        word-break: break-word;
    }

.searchable-container td .phCheckHighlightCheckbox label span {
    color: #000000;
}

.searchable-container td.phCheckHighlightCheckbox label span {
    color: #000000;
}

.ph-tb-3 .searchable-container td.items {
    /*white-space: nowrap;*/
    width: 100%;
    cursor: pointer;
}

    .ph-tb-3 .searchable-container td.items:first-child {
        min-width: 80px;
    }

        .ph-tb-3 .searchable-container td.items:first-child .info-block {
            min-width: 80px;
        }

    .ph-tb-3 .searchable-container td.items label {
        padding: 1px 5.5px;
        white-space: normal;
        display: block;
        width: auto;
    }

.searchable-container td.items label.active {
    background-color: transparent;
    color: #67005b;
    box-shadow: none;
    border-color: transparent;
    border-radius: 2px;
}

/*.searchable-container td.items label.active {

    background: transparent;

    color: #67005b;

}*/

/*.searchable-container.ph-tab-checkbox td.items label.active {

    background-color: transparent;

    color: #67005b;

}

   

.searchable-container td.phCheckHighlightCheckbox label.active {

    background-color: transparent;

    color: #67005b;

}*/

.phCheckSelect {
    background-color: #67005b !important;
    box-shadow: none;
    border-color: #67005b;
}

    .phCheckSelect label span {
        color: #FFF;
    }

.searchable-container label.btn-default:active, .searchable-container label.btn-default:focus, .searchable-container label.btn-default:visited {
    background: transparent;
    color: #67005b;
    border-color: transparent;
    box-shadow: none;
}

.searchable-container label .bizcontent {
    width: 100%;
}

/*.searchable-container .btn-group {

    width: 90%

}*/

.searchable-container .btn span.glyphicon {
    opacity: 0;
}

.searchable-container .btn.active span.glyphicon {
    opacity: 1;
}

.searchable-container .items.disabled {
    background: #ddd !important;
    color: #110600 !important;
    border: 1px solid #ddd;
    pointer-events: none;
}

    .searchable-container .items.disabled label {
        background: #ddd;
        border: none;
        color: #110600 !important;
    }

table.ph-tb-3 {
    border-collapse: separate;
    border-spacing: 3px 3px;
    table-layout: fixed;
    width: 100%;
}

table.ph-tb-popup {
    border-collapse: separate;
    border-spacing: 3px 3px;
    table-layout: fixed;
    width: 100%;
}

.modal-content .modal-body {
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.modal-content .modal-header {
    padding: 10px 15px;
}

.modal-content.phDialogFilter {
    /*min-height: 96vh;*/
}

.modal-title {
    font-size: 20px;
}

/*********customised selectable checkbox end ******/

/******** place orer screen start ********/

.ph-place-order-tab {
    /*padding-top: 10px;

    padding-bottom: 10px;*/
}

    .ph-place-order-tab table tr {
        border-bottom: 1px solid #ddd;
    }

    .ph-place-order-tab .ph-table td {
        padding: 10px;
    }

    .ph-place-order-tab .control__indicator {
        top: -11px;
        left: 15px;
    }

.ph-date-time-picker .uib-time input {
    width: 100%;
}

.uib-separator {
    display: table-cell !important;
}

/*.ph-date-time-picker table.uib-timepicker tr td:nth-child(2n) {

    display: block;

}

 

.ph-date-time-picker .uib-increment, .uib-decrement, .uib-increment td, .uib-decrement td {

    display: table-cell;

}*/

/******** place orer screen end ********/

/*** small dialog start ***/

.phDialogSm .modal-body {
    padding: 15px;
}

.phDialogSm.modal-content {
    min-height: auto;
}

/*** small dialog end ***/

/******** breadcrumb start ******/

.ph-breadcrumb {
    margin: 5px 0;
    white-space: nowrap;
}

    .ph-breadcrumb span {
        background: rgba(221, 221, 221, 0.5);
        color: #110600;
        font-variant: all-petite-caps;
        padding: 5px 1px 5px 12px;
        position: relative;
        font-size: 13px;
    }

        .ph-breadcrumb span:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            border-left: 10px solid #fff;
            border-top: 13px solid transparent;
            border-bottom: 12px solid transparent;
        }

        .ph-breadcrumb span:after {
            content: "";
            display: block;
            position: absolute;
            right: -10px;
            top: 0;
            z-index: 1;
            border-left: 10px solid rgba(221, 221, 221, 0.5);
            border-top: 13px solid transparent;
            border-bottom: 12px solid transparent;
        }

        .ph-breadcrumb span.active {
            background: #67005b;
            color: #fff;
        }

            .ph-breadcrumb span.active:before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                border-left: 10px solid #fff;
                border-top: 13px solid #67005b;
                border-bottom: 12px solid #67005b;
            }

            .ph-breadcrumb span.active:after {
                content: "";
                display: block;
                position: absolute;
                right: -10px;
                top: 0;
                z-index: 1;
                border-left: 10px solid #67005b;
                border-top: 13px solid transparent;
                border-bottom: 12px solid transparent;
            }

.whitefont {
    color: #fff !important;
}

/******** breadcrumb end ******/

/*******Circular progress bar start ****/

/*.clearfix:before, .clearfix:after {

    content: " ";

    display: table;

}

 

.clearfix:after {

    clear: both;

}

 

.clearfix {

    *zoom: 1;

}*/

/*******Circular progress bar end ****/

/******* Pending Order Start ********/

.ph-pendingorder-tbl table tr {
    border-bottom: 1px solid #ddd;
}

    .ph-pendingorder-tbl table tr:last-child {
        border-bottom: none;
    }

    .ph-pendingorder-tbl table tr td {
        line-height: 25px;
        padding-right: 10px;
        padding-bottom: 4px;
    }

.ph-pick-tbl table tr td {
    line-height: 20px;
    padding-top: 5px;
}

.ph-pick-tbl .ph-vertical-arrow-middles i {
    font-size: 12px;
}

/******* Pending Order End ********/

/******* Amend Order Start ********/

.ph-amendOrder-tab .ph-table {
    border-collapse: separate;
    color: #110600;
    line-height: 20px;
    font-size: 14px;
    border-spacing: 0px 6px;
}

.ph-amendOrder-tab .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -6px;
    border-left: 0;
    border-right: 0;
}

.ph-amendOrder-tab .panel-default > .panel-heading {
    background: #fff;
    padding: 10px;
}

    .ph-amendOrder-tab .panel-default > .panel-heading .panel-title {
        text-transform: capitalize;
        font-weight: normal;
    }

.ph-amendOrder-tab .panel-body {
    background: rgba(221, 221, 221, 0.1);
    padding: 5px 15px;
}

.ph-amendOrder-tab .panel-default > .panel-heading + .panel-collapse > .panel-body {
    line-height: 40px;
}

.ph-amendOrder-tab .panel-default.ph-pd-bar-nil .panel-heading {
    padding: 0;
}

.ph-amendOrder-tab .panel-default.ph-pd-bar-nil .panel-body {
    padding: 0;
}

.ph-amendOrder-tab .ph-pd-bar-nil .ph-table {
    border-spacing: 0;
    line-height: 25px;
}

/******* Amend Order End ********/

/******* Manage Order Start ********/

.ph-manageorder-tab .ph-table {
    border-collapse: separate;
    color: rgba(17, 6, 0, 0.5);
    line-height: 20px;
    font-size: 14px;
    border-spacing: 0px 6px;
}

.ph-manageorder-tab .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -6px;
    border-left: 0;
    border-right: 0;
}

.ph-manageorder-tab .panel-default > .panel-heading {
    background: #fff;
    padding: 10px;
}

    .ph-manageorder-tab .panel-default > .panel-heading .panel-title {
        text-transform: capitalize;
        font-weight: normal;
    }

.ph-manageorder-tab .panel-body {
    background: rgba(221, 221, 221, 0.1);
    padding: 0px;
}

.ph-manageorder-tab .panel-default > .panel-heading + .panel-collapse > .panel-body {
    line-height: 40px;
}

.ph-orderstatus-icon {
    position: relative;
    top: -1px;
    font-size: 16px;
    margin-right: 6px;
}

.ph-orderstatus-waiting {
    color: #d63700;
}

.ph-orderstatus-ready {
    color: #609e1e;
}

.ph-orderstatus-picking {
    color: #2196f3;
}

.ph-orderstatus-pending {
    color: #fcc12c;
}

.ph-orderstatus-picked {
    color: #609e1e;
}

.ph-orderstatus-open {
    color: #FFA500;
    top: 2px;
}

/******* Manage Order End ********/

/******* Sales Feedback Start ********/

.ph-salesfeedback-tab .ph-table {
    border-collapse: collapse;
    color: #110600;
    line-height: 20px;
    font-size: 14px;
}

.ph-salesfeedback-tab .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -6px;
    border-left: 0;
    border-right: 0;
}

.ph-salesfeedback-tab .panel-default > .panel-heading {
    background: #fff;
    padding: 10px 15px;
}

.ph-salesfeedback-tab .panel-open {
    border-bottom: 0
}

.ph-salesfeedback-tab .panel-default > .panel-heading .panel-title {
    text-transform: capitalize;
    font-weight: normal;
}

.ph-salesfeedback-tab .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0px;
    border-top: 0;
}

.ph-salesfeedback-tab .panel-body .ph-table {
    border: 1px solid #ddd;
    background: rgba(221, 221, 221, 0.1);
    border-left: 0;
    border-right: 0;
}

    .ph-salesfeedback-tab .panel-body .ph-table tr {
        border-bottom: 1px solid #ddd;
    }

        .ph-salesfeedback-tab .panel-body .ph-table tr:last-child {
            border-bottom: 0;
        }

        .ph-salesfeedback-tab .panel-body .ph-table tr table tr {
            border-bottom: 0
        }

    .ph-salesfeedback-tab .panel-body .ph-table td {
        padding: 0;
    }

        .ph-salesfeedback-tab .panel-body .ph-table td table td {
            padding: 5px 15px;
            /*font-size: 12px;*/
        }

    .ph-salesfeedback-tab .panel-body .ph-table tr table tr:first-child td {
        font-size: 14px;
    }

.ph-salesfeedback-tab .panel-default > .panel-heading + .panel-collapse > .panel-body {
    line-height: 40px;
}

.ph-text-left {
    text-align: left !important;
}

/******* Sales Feedback End ********/

/******* Sales History Start ********/

.ph-doubleCollapse-tab .ph-table {
    border-collapse: collapse;
    color: #110600;
    line-height: 20px;
    font-size: 14px;
}

.ph-doubleCollapse-tab .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -6px;
    border-left: 0;
    border-right: 0;
}

.ph-doubleCollapse-tab .panel-default > .panel-heading {
    background: #fff;
    padding: 10px 15px;
}

.ph-doubleCollapse-tab .panel-default .panel-collapse .panel-default > .panel-heading {
    background: rgba(221, 221, 221, 0.1);
}

.ph-doubleCollapse-tab .panel-open {
    border-bottom: 0
}

.ph-doubleCollapse-tab .panel-default > .panel-heading .panel-title {
    text-transform: capitalize;
    font-weight: normal;
}

.ph-doubleCollapse-tab .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0px;
    margin-top: -15px;
    border-top: 0;
}

.ph-doubleCollapse-tab .panel-default .panel-collapse .panel-default > .panel-collapse .ph-table {
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

    .ph-doubleCollapse-tab .panel-default .panel-collapse .panel-default > .panel-collapse .ph-table td {
        background: rgba(221, 221, 221, 0.1);
    }

    .ph-doubleCollapse-tab .panel-default .panel-collapse .panel-default > .panel-collapse .ph-table td {
        padding: 5px 15px;
    }

.ph-doubleCollapse-tab .panel-default .panel-collapse .panel-default > .panel-collapse > .panel-body {
    margin-top: 0;
}

.ph-doubleCollapse-tab .panel-default .panel-collapse .panel-default > .panel-collapse .ph-table tr:last-child td {
    padding-bottom: 10px;
}

.ph-doubleCollapse-tab .panel-body .ph-table tr table tr {
    border-bottom: 0
}

.ph-doubleCollapse-tab .panel-body .ph-table td {
    padding: 0;
}

    .ph-doubleCollapse-tab .panel-body .ph-table td table td {
        padding: 5px 15px;
        font-size: 12px;
    }

.ph-doubleCollapse-tab .panel-body .ph-table tr table tr:first-child td {
    font-size: 14px;
}

/******* Sales History End ********/

/******* Complete Order Start ********/

.ph-completeOrder-tab .ph-table {
    border-collapse: collapse;
    /*color: #a4a1a1;*/
    line-height: 20px;
    font-size: 14px;
}

.ph-completeOrder-tab .panel-group {
    margin-bottom: 0;
}

    .ph-completeOrder-tab .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        margin-bottom: -6px;
        border-left: 0;
        border-right: 0;
    }

.ph-completeOrder-tab .panel-default > .panel-heading {
    background: #fff;
    padding: 10px 15px;
}

.ph-completeOrder-tab .panel-open {
    border-bottom: 0
}

.ph-completeOrder-tab .panel-default > .panel-heading .panel-title {
    text-transform: capitalize;
    font-weight: normal;
}

.ph-completeOrder-tab .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0px;
    border-top: 0;
}

.ph-completeOrder-tab .panel-body .ph-table {
    border: 1px solid #ddd;
    background: rgba(221, 221, 221, 0.1);
    border-left: 0;
    border-right: 0;
}

    .ph-completeOrder-tab .panel-body .ph-table tr {
        border-bottom: 1px solid #ddd;
    }

        .ph-completeOrder-tab .panel-body .ph-table tr:last-child {
            border-bottom: 0;
        }

        .ph-completeOrder-tab .panel-body .ph-table tr table tr {
            border-bottom: 0
        }

    .ph-completeOrder-tab .panel-body .ph-table td {
        padding: 0;
    }

        .ph-completeOrder-tab .panel-body .ph-table td table td {
            padding: 5px 15px;
            /*font-size: 12px;*/
        }

    .ph-completeOrder-tab .panel-body .ph-table tr table {
        border: 0;
    }

.ph-completeOrder-tab .panel-default > .panel-heading + .panel-collapse > .panel-body {
    line-height: 40px;
}

/******* Complete Order End ********/

/******* Updated Approve Order Start ********/

.ph-1row-tbl table tr {
    border-bottom: 1px solid #ddd;
}

    .ph-1row-tbl table tr:last-child {
        border-bottom: none;
    }

    .ph-1row-tbl table tr td {
        line-height: 25px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-top: 8px;
    }

.ph-2row-summary tr:last-child {
    border-bottom: none;
}

.ph-2row-summary tr td table tr:nth-child(2n+1) td {
    padding-top: 5px;
}

.ph-2row-summary tr td table tr:nth-child(2n) td {
    padding-bottom: 5px;
}

.ph-badge {
    background: #347f36 !important;
    padding: 7px 9px;
    border-radius: 50%;
    color: #fff !important;
}

.ph-fav-order .panel-default > .panel-heading {
    padding: 0;
}

.ph-w13 {
    width: 13%;
}

.ph-fav-order .ph-table td .ph-table tr td {
    padding: 0;
}

.ph-5row-summary .ph-table {
    border-bottom: 0;
}

    .ph-5row-summary .ph-table:last-child {
        border-bottom: 0px;
    }

    .ph-5row-summary .ph-table tr {
        /*border-bottom: 1px solid #999;*/
    }

/******* Updated Approve Order End ********/

.uib-datepicker-popup .uib-daypicker table tr td {
    padding: 0;
}

/*.fade {

    transition: all;

    -webkit-transition: all;

}*/

/*.modal {

    background: rgba(131,139,142,0.5);

    display: -webkit-box;

}*/

/*.modal-dialog {

    width: unset;

}*/

/*ng-repeat animations*/

/* you can also define the transition style

   on the base class as well (.repeat-item) */

.repeat-item.ng-enter, .repeat-item.ng-leave {
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

    .repeat-item.ng-enter, .repeat-item.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .repeat-item.ng-leave, .repeat-item.ng-enter.ng-enter-active {
            opacity: 1;
        }

.delete {
    float: right;
}

.nav > li > a:hover {
    color: #fff;
    background: #347f36;
}

.nav > li > a:focus {
    color: #fff;
    background: #67005b;
}

.nav .open > a {
    background-color: #67005b;
    color: #fff;
}

    .nav .open > a:focus {
        background-color: #67005b;
        color: #fff;
    }

/*********new css*******/

.content-wrapper, .right-side {
    min-height: 100%;
    /* background-color: #ecf0f5; */
    z-index: 999999999999999999999;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #110600;
    border-top: 1px solid #ddd;
}

/* Fixed layout */

/*

* Component: Sidebar

* ------------------

*/

.main-sidebar, .left-side {
    position: fixed;
    top: 0;
    /*height: 100%;*/
    overflow-y: auto;
    /*background: url("../img/stockImages/bg3.jpg");*/
    left: 0;
    background-size: cover;
    margin-top: 0px;
    /*min-height: 100%;*/
    width: 250px;
    /* z-index: 810; */
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.sidebar {
    padding-bottom: 60px;
    padding-top: 0px;
}

.sidebar-form input:focus {
    border-color: transparent;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    /* border-right: 1px solid #ddd; */
}

    .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

        .sidebar-menu > li > a {
            padding: 7px 5px 7px 13px;
            display: block;
            color: #352c27;
            border-right: 1px solid #67005b;
            border-bottom: 1px solid #67005b;
        }

            .sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .far, .sidebar-menu > li > a > .fas, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
                width: 20px;
            }

        .sidebar-menu > li .label, .sidebar-menu > li .badge {
            margin-right: 5px;
        }

        .sidebar-menu > li .badge {
            margin-top: 3px;
        }

    .sidebar-menu li.header {
        padding: 10px 25px 10px 15px;
        font-size: 12px;
    }

    .sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
    }

    .sidebar-menu li > a > .fa-angle-left {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -8px;
    }

    .sidebar-menu li.active > a > .fa-angle-left, .sidebar-menu li.active > a > .pull-right-container > .fa-angle-left {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sidebar-menu li.active > .treeview-menu {
        display: block;
    }

    .sidebar-menu .treeview-menu {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 5px;
    }

        .sidebar-menu .treeview-menu .treeview-menu {
            padding-left: 20px;
        }

        .sidebar-menu .treeview-menu > li {
            margin: 0;
        }

            .sidebar-menu .treeview-menu > li > a {
                padding: 5px 5px 5px 15px;
                display: block;
                font-size: 14px;
            }

                .sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar-menu .treeview-menu > li > a > .ion {
                    width: 20px;
                }

                .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-left, .sidebar-menu .treeview-menu > li > a > .pull-right-container > .fa-angle-down, .sidebar-menu .treeview-menu > li > a > .fa-angle-left, .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
                    width: auto;
                }

    /*

* Component: Sidebar Mini

*/

    .sidebar-menu, .main-sidebar .user-panel, .sidebar-menu > li.header {
        white-space: nowrap;
        overflow: hidden;
    }

        .sidebar-menu:hover {
            overflow: visible;
        }

        .sidebar-form, .sidebar-menu > li.header {
            overflow: hidden;
            text-overflow: clip;
        }

        .sidebar-menu li > a {
            position: relative;
            cursor: pointer;
            transition: width 3s;
        }

            /*.sidebar-menu li:hover::before,

        .sidebar-menu li:active::before,

        .sidebar-menu li:visited::before {

            position: absolute;

            content: " ";

            display: block;

            width: 5px;

            background: #609e1e;

            left: 0;

            height: 100%;

            margin-right: 10px;

        }*/

            .sidebar-menu li > a > .pull-right-container {
                position: absolute;
                right: 10px;
                top: 50%;
                margin-top: -7px;
            }

/*

* Component: Dropdown menus

* -------------------------

*/

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: url('../img/stockImages/bg1.jpg');
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255, 255, 255, 0.8);
        display: block;
        z-index: 10;
        background: rgba(0, 0, 0, 0.4);
        text-decoration: none;
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0, 0, 0, 0.15);
        }

    .small-box h3 {
        font-size: 38px;
        font-weight: bold;
        margin: 0 0 10px 0;
        white-space: nowrap;
        padding: 0;
    }

    .small-box p {
        font-size: 15px;
    }

        .small-box p > small {
            display: block;
            color: rgba(221, 221, 221, 0.5);
            font-size: 13px;
            margin-top: 5px;
        }

    .small-box h3, .small-box p {
        z-index: 5;
    }

    .small-box .icon {
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: absolute;
        top: -10px;
        right: 10px;
        z-index: 0;
        font-size: 90px;
        color: rgba(0, 0, 0, 0.15);
    }

    .small-box:hover {
        text-decoration: none;
        color: rgba(221, 221, 221, 0.5);
    }

        .small-box:hover .icon {
            font-size: 95px;
        }

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active,
/*.bg-fuchsia-active,

.bg-purple-active,

.bg-maroon-active,

.bg-black-active,

.callout.callout-danger,

.callout.callout-warning,

.callout.callout-info,

.callout.callout-success

.alert-success,

.alert-danger,

.alert-error,

.alert-warning,

.alert-info,

.label-danger,

.label-info,

.label-warning,

.label-primary,

.label-success,

.modal-primary .modal-body,

.modal-primary .modal-header,

.modal-primary .modal-footer,

.modal-warning .modal-body,

.modal-warning .modal-header,

.modal-warning .modal-footer,

.modal-info .modal-body,

.modal-info .modal-header,

.modal-info .modal-footer,

.modal-success .modal-body,

.modal-success .modal-header,

.modal-success .modal-footer,

.modal-danger .modal-body,

.modal-danger .modal-header,

.modal-danger .modal-footer*/ {
    color: #fff !important;
}

/*.bg-gray {

    color: #000;

    background-color: #d2d6de !important;

}

 

.bg-gray-light {

    background-color: #f7f7f7;

}

 

.bg-black {

    background-color: #111111 !important;

}

 

.bg-red,

.callout.callout-danger,

.alert-danger,

.alert-error,

.label-danger,

.modal-danger .modal-body {

    background-color: #dd4b39 !important;

}

 

.bg-yellow,

.callout.callout-warning,

.alert-warning,

.label-warning,

.modal-warning .modal-body {

    background-color: #f39c12 !important;

}

 

.bg-aqua,

.callout.callout-info,

.alert-info,

.label-info,

.modal-info .modal-body {

    background-color: #00c0ef !important;

}

 

.bg-blue {

    background-color: #0073b7 !important;

}

 

.bg-light-blue,

.label-primary,

.modal-primary .modal-body {

    background-color: #3c8dbc !important;

}

 

.bg-green,

.callout.callout-success,

.alert-success,

.label-success,

.modal-success .modal-body {

    background-color: #00a65a !important;

}*/

/*.bg-navy {

    background-color: #001f3f !important;

}

 

.bg-teal {

    background-color: #39cccc !important;

}

 

.bg-olive {

    background-color: #3d9970 !important;

}

 

.bg-lime {

    background-color: #01ff70 !important;

}

 

.bg-orange {

    background-color: #ff851b !important;

}

 

.bg-fuchsia {

    background-color: #f012be !important;

}

 

.bg-purple {

    background-color: #605ca8 !important;

}

 

.bg-maroon {

    background-color: #d81b60 !important;

}

 

.bg-gray-active {

    color: #000;

    background-color: #b5bbc8 !important;

}

 

.bg-black-active {

    background-color: #000000 !important;

}

 

.bg-red-active,

.modal-danger .modal-header,

.modal-danger .modal-footer {

    background-color: #d33724 !important;

}

 

.bg-yellow-active,

.modal-warning .modal-header,

.modal-warning .modal-footer {

    background-color: #db8b0b !important;

}

 

.bg-aqua-active,

.modal-info .modal-header,

.modal-info .modal-footer {

    background-color: #00a7d0 !important;

}

 

.bg-blue-active {

    background-color: #005384 !important;

}

 

.bg-light-blue-active,

.modal-primary .modal-header,

.modal-primary .modal-footer {

    background-color: #357ca5 !important;

}

 

.bg-green-active,

.modal-success .modal-header,

.modal-success .modal-footer {

    background-color: #008d4c !important;

}

 

.bg-navy-active {

    background-color: #001a35 !important;

}

 

.bg-teal-active {

    background-color: #30bbbb !important;

}

 

.bg-olive-active {

    background-color: #368763 !important;

}

 

.bg-lime-active {

    background-color: #00e765 !important;

}

 

.bg-orange-active {

    background-color: #ff7701 !important;

}

 

.bg-fuchsia-active {

    background-color: #db0ead !important;

}

 

.bg-purple-active {

    background-color: #555299 !important;

}

 

.bg-maroon-active {

    background-color: #ca195a !important;

}*/

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

    .content-header > h1 {
        margin: 0;
        font-size: 24px;
    }

        .content-header > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

    .content-header > .breadcrumb {
        float: right;
        background: transparent;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
        padding: 7px 5px;
        position: absolute;
        top: 15px;
        right: 15px;
        border-radius: 2px;
    }

        .content-header > .breadcrumb > li > a {
            color: #110600;
            text-decoration: none;
            display: inline-block;
        }

            .content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .far, .content-header > .breadcrumb > li > a > .fas, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion {
                margin-right: 5px;
            }

        .content-header > .breadcrumb > li + li:before {
            content: '>\00a0';
        }

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.user-menu .user-image {
    float: right;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: -2px;
    border: 2px solid #FFFFFF;
}

.user-menu > .dropdown-menu > li.user-header {
    /*height: 175px;*/
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

    .user-menu > .dropdown-menu > li.user-header > img {
        z-index: 5;
        height: 90px;
        width: 90px;
        border: 3px solid;
        border-color: transparent;
        border-color: rgba(255, 255, 255, 0.2);
    }

    .user-menu > .dropdown-menu > li.user-header > p {
        z-index: 5;
        color: #110600;
        /*color: rgba(255,255,255,0.8);*/
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

.nav > li > a:hover {
    color: #fff;
    background: #347f36;
}

.main-header .navbar-custom-menu, .main-header .navbar-right {
    float: right;
}

.ph-order-center-align {
    width: 45%;
    margin: 0 auto;
}

.main-sidebar {
    /*height: 100%;*/
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 55px;
    right: 0;
    background-color: #67005b;
    overflow-x: hidden;
    transition: 0s;
    padding-top: 0px;
    bottom: 0;
    left: 0;
}

    .main-sidebar a {
        padding: 12px 8px 12px 0px;
        text-decoration: none;
        font-size: 18px;
        color: #67005b;
        background: #FFF;
        display: block;
        transition: 0.5s;
    }

        .navbar-default .navbar-nav > li > a.active,
        .main-sidebar a.active {
            font-weight: bold;
            color: #67005b;
            border-right: none;
        }

        .main-sidebar a:hover {
            font-weight: bold;
            color: #67005b;
        }

    .main-sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-right: 0px;
    }

    .main-sidebar ul li {
        list-style: none;
    }

/*#mainBar {

        transition: margin-right 0.5s;

    }*/

.ph-banner-img {
    /*background-image: url("../img/TemplateImg/bgimg4.png");

    background-size: cover;

    background-position: 50% 50%;

    background-attachment: fixed !important;

    background-repeat: repeat;*/
    -webkit-animation: BackgroundAnimation 300s linear infinite;
    -moz-animation: BackgroundAnimation 300s linear infinite;
    -ms-animation: BackgroundAnimation 300s linear infinite;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    /* background-position: 50% 0px; */
    min-width: 100%;
    padding: 0px 0 0px 0;
    min-height: 83vh;
    /*margin-bottom: 30px;*/
}

.home_wrap {
    /*background-image: url("../img/TemplateImg/bg-home.png");

    height: 100%;*/
}

/*svg {

    position: fixed;

    margin: auto;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    width: 80%;

    max-width: 640px;

}

 

.path {

    stroke-dashoffset: 1000;

    stroke-dasharray: 1000;

}

 

.empty-space {

    width: 100%;

    height: 3000px;

}*/

#nav-icon3 {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    z-index: 1;
    top: 18px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        /*background: #036f65;*/
        background: #110600;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        /* Icon 3 */

        #nav-icon3 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 9px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 18px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open1 span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open1 span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open1 span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open1 span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

#time .uib-time.am-pm {
    position: relative;
    left: 4px;
    top: -1px;
}

    #time .uib-time.am-pm button {
        font-size: 14px;
    }

.fa-3x {
    font-size: 3em;
    color: #110600;
}

.ph-livelotstatus {
    padding: 0 !important;
    border: 0;
    font-size: 14px;
    color: #110600;
}

.ph-font-black {
    color: #110600;
}

.ph-last-align table tr:last-child td table tr td:last-child {
    padding-right: 10px !important;
}

    .ph-last-align table tr:last-child td table tr td:last-child .ph-vertical-arrow-middles {
        padding-right: 0px !important;
    }

        .ph-last-align table tr:last-child td table tr td:last-child .ph-vertical-arrow-middles i {
            padding-right: 0px !important;
        }

@media (min-width: 1680px) {
    .ph-order-center-align {
        width: 50%;
        margin: 0 auto;
    }

    #status-buttons {
        text-align: left;
    }

        #status-buttons.ph-wizard-3 a::before {
            width: 300px;
            left: -180px !important;
        }

        #status-buttons.ph-wizard-3 a:first-child:before {
            z-index: -1;
        }

        #status-buttons a#eExport::before {
            width: 190px !important;
        }
}

@media (min-width: 1200px) {
    .no-right-padding-large {
        padding-right: 0px;
    }

    #about .row {
        margin-right: 0px;
    }

    .ph-mg-top-75-md {
        margin-top: 52px !important;
    }

    .ph-logo-style {
        margin-top: 13px;
    }

    #nav-icon3 {
        top: 17px;
    }

    .ph-user-dropdown-details {
        margin-top: 0px;
    }

    .ph-order-center-align {
        width: 40%;
        margin: 0 auto;
    }

    .navbar-fixed-top.navbar-shrink {
        height: 53px;
        padding-top: 10px;
    }

    .main-sidebar, .left-side {
        margin-top: 0px;
    }

    .ph-w30-rs {
        width: 195px;
    }

    .element-item.gallery-item {
        max-width: 18.5%;
    }

    .ph-category-name {
        font-size: 18px;
        margin: 7px 0;
    }

    #status-buttons a#eExport::before {
        left: -140px;
    }

    #status-buttons.ph-wizard-3 a::before {
        width: 300px;
        left: -150px;
    }

    .ph-checkbox-align table.ph-tb-3 {
        width: 32%;
    }
}

@media (max-width: 1200px) {
    .margin-small {
        margin: 0 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .element-item.gallery-item {
        /*max-width: 23.5%;*/
    }

    .ph-category-name {
        font-size: 18px;
        margin: 8px 0;
    }

    .ph-login-box-content {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .no-left-padding {
        padding-left: 0px;
    }

    .no-right-padding {
        padding-right: 0px;
    }

    .no-padding {
        padding: 0px !important;
    }

    .fa-dollar {
        font-size: 16px !important;
        top: -0.5px;
    }

    header .container {
        padding: 200px 0 200px;
    }

    header .intro-text .name {
        font-size: 1.869em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }

    header .menu-icon {
        font-size: 2.5em;
    }

    .left-services .service-item .fa-stack {
        float: right;
        margin-left: 15px;
        font-size: 2.5em;
    }

    .left-services .service-item {
        text-align: right;
        margin: 40px 0;
    }

    .ph-font-25 .fa-dollar {
        font-size: 25px !important;
    }

    .left-services .service-item h4 {
        margin-right: 90px;
    }

    .left-services .service-item p {
        margin-right: 90px;
    }

    #status-buttons a {
        font-size: 16px;
        margin: 0 52px;
    }

    #status-buttons span {
        height: 50px;
        width: 50px;
    }

        #status-buttons span i {
            top: 7px;
            font-size: 18px;
        }

    #status-buttons a:first-child:before {
        left: -43px;
        width: 60px;
    }

    #status-buttons a::before {
        width: 160px;
        left: -135px;
        top: 10px;
    }

    #status-buttons a#ConfirmForm::after {
        left: 53px;
        width: 100px;
        top: 10px;
    }

    #status-buttons a#eExport::before {
        width: 160px;
    }

    .ph-livelotstatus-icon {
        font-size: 16px;
        /*color: #fff;*/
        border: none;
    }

    .ph-livelotstatus-farm, .ph-livelotstatus-shipped, .ph-livelotstatus-hold {
        border: none;
        color: #fff;
    }

    .ph-livelotstatus {
        /*color: #fff !important;*/
        /*padding: 8px 15px !important;*/
        cursor: default;
        margin-top: 5px;
        max-width: 120px;
        width: 120px;
        white-space: normal;
    }

    .ph-livestatusbar-ready {
        /*background: #609e1e;*/
    }

    .ph-livestatusbar-farm {
        /*background: #fcc12c;*/
    }

    .ph-livestatusbar-hold {
        /*background: #d63700;*/
    }

    .ph-livelotstatus {
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .left-services .service-item .fa-stack {
        float: left;
        margin-right: 15px;
        font-size: 2.5em;
    }

    .left-services .service-item {
        text-align: left;
        margin: 40px 0;
    }

        .left-services .service-item h4 {
            margin-left: 90px;
        }

        .left-services .service-item p {
            margin-left: 90px;
        }

        .left-services .service-item .fa-stack {
            float: left;
        }

    .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: rgba(221, 221, 221, 0.5);
        padding-left: 10px;
    }
    /*.content-header > .breadcrumb li:before {

            color: #97a0b3;

        }*/
    .ph-login-box-content {
        width: 40%;
    }

    .ph-table-cell-res {
        display: table-cell !important;
    }

    .ph-livelotstatus {
        /*line-height: 17px;*/
    }

    .ph-w20-b-res {
        width: 30%;
    }

    .ph-w60-b-res {
        width: 40%;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .ph-logo-style {
        margin-top: 14px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    header .container {
        padding: 100px 0 100px;
    }

    header .intro-text .name {
        font-size: 1.269em;
    }

    header .intro-text .skills {
        font-size: 1.25em;
    }

    header .menu-icon {
        font-size: 2.1em;
    }

    #status-buttons a {
        font-size: 16px;
        margin: 0 3%;
    }

    #status-buttons span {
        height: 40px;
        width: 40px;
    }

    #status-buttons a:first-child:before {
        left: -43px;
        width: 60px;
    }

    #status-buttons a::before {
        width: 190px;
        left: -70px;
        top: 5px;
    }

    #status-buttons a#ConfirmForm::after {
        left: 49px;
        width: 100px;
        top: 5px;
    }

    #status-buttons a#eExport::before {
        width: 120px;
    }
}

@media (min-width: 768px) and (max-width: 970px) {
    .navbar-nav > li {
        font-size: 1rem;
    }

        .navbar-nav > li > a {
            padding-left: 1px;
            padding-right: 1px;
        }

    .ph-w30-rs {
        width: 35%;
    }
}

@media (min-width: 768px) and (max-width: 805px) {
    .ph-align-center {
        width: 80%;
    }
}

.sidebar ul li {
    /* border-bottom: 1px solid #ddd; */
}

    .sidebar ul li:last-child {
        border-bottom: 0px;
    }

.sidebar .ph-heading-strip {
    color: #ffffff;
    font-size: 12px;
    padding: 3px 3px 3px 20px;
    top: auto;
    width: 100%;
    margin-bottom: auto;
}

.ph-mg-top-8-neg {
    margin-top: -8px;
}

.editUnits {
    cursor: pointer;
}

.margin-date-label {
    margin-left: 10px;
}

@media (min-width: 768px) {
    footer > div {
        position: fixed;
        bottom: 0;
        right: 0;
        /* left: 250px; */
        z-index: 300000000000;
        left: 0;
    }

    .margin-date-label {
        margin-left: -5px;
    }

    section {
        padding: 5px 0;
    }

    .no-left-padding {
        padding-left: 0px !important;
    }

    .no-padding-large {
        padding: 0px !important;
    }

    .ph-algin-price-icon i {
        top: 10px;
    }

    .ph-w35 {
        width: 45%;
    }

    .ph-font-capitalize-res {
        text-transform: capitalize;
    }

    .ph-font-text-res {
        color: #110600;
    }

    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .ph-font-12 {
        font-size: 14px !important;
    }

    .ph-font-12-sm {
        font-size: 16px !important;
    }

    .ph-font-16 {
        font-size: 16px;
    }

    .ph-font-18-res {
        font-size: 18px !important;
    }

    .input-group-btn .btn {
        height: 38px;
    }
    /*.ph-align-price-icon {

        left: 0;

    }*/
    .ph-lot-summary table tr:nth-child(2n) {
        font-size: 16px;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 0px 0 0;
    }

        .navbar-fixed-top.navbar-shrink .navbar-brand {
            font-size: 1.5em;
            cursor: default;
        }

    .navbar-right {
        margin-right: 0;
    }

    .searchBox {
        width: 200px;
    }

        .searchBox:before {
            right: 6px;
        }

    .ph-border-tbl {
        border: 1px solid #ddd;
    }

    .ph-tbl-border-top-res {
        border-top: 1px solid #ddd;
    }

    .ph-border-tbl-res {
        border: 1px solid #ddd;
    }

    .navbar-nav > li > a {
        margin-top: 1px;
        padding-top: 22px;
        padding-bottom: 21px;
    }

    .ph-sm-up {
        left: 0px;
        /*height: 100%;*/
        /*position: fixed;*/
        min-height: 90vh;
        bottom: 19px;
        z-index: 1;
        margin-top: 55px;
        /*top: 55px;*/
        right: 0;
        background-color: #ffffff;
        transition: 0s;
        overflow-y: auto;
        padding-bottom: 70px;
    }

    .ph-footer-home-img {
        display: none;
    }

    .sidebar-menu li > a {
        font-size: 14px;
        font-weight: normal;
    }

    .navbar-left {
        /*margin-left: 55px;*/
    }

    .section-heading .heading-text {
        font-size: 1.8em;
    }

    #mainBarHome {
        /* margin-left: -250px; */
    }

    .ph-sm-above-res {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        /*overflow-y: auto;

        height: 88.4vh;*/
    }

    .ph-pd-left-15-res {
        padding-left: 15px !important;
    }

    .ph-pd-left-10-res {
        padding-left: 10px;
    }

    .ph-pd-left-0-res {
        padding-left: 0px !important;
    }

    .ph-pd-top-10-res {
        padding-top: 10px !important;
    }

    .ph-pd-top-25-res {
        padding-top: 25px !important;
    }

    .ph-pd-10-res {
        padding: 10px;
    }

    .ph-pd-25-res {
        padding: 25px;
    }

    .ph-pd-top-0-res {
        padding-top: 0px;
    }

    .ph-display-in-block-res {
        display: inline-block;
    }

    .ph-profile-produce-tab .panel-body .ph-table tr td {
        border: 0;
    }

    .ph-sm-above-res-null {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .ph-pd-left-btm-res {
        padding-left: 20px;
        padding-bottom: 15px;
    }

    .ph-mg-top-nil {
        margin-top: 0;
        padding: 0;
        margin-bottom: 0;
    }

    .ph-mg-25-top-res {
        margin-top: 25px;
    }

    .ph-mg-0-ryt-res {
        margin-right: 0px !important;
    }

    .ph-mg-7-ryt-res {
        margin-right: 7px !important;
    }

    .small {
        font-size: 150px !important;
    }

    .ph-font-bold-res {
        font-weight: 700;
    }

    .ph-mg-btm-nil {
        margin-bottom: 0;
    }

    .ph-mg-btm-10-res {
        margin-bottom: 10px !important;
    }

    .ph-mg-btm-5-res {
        margin-bottom: 5px;
    }

    .ph-mg-top-5-res {
        margin-top: 5px !important;
    }

    .ph-mg-top-10-res {
        margin-top: 10px !important;
    }

    .ph-mg-top-25-res {
        margin-top: 25px;
    }

    .ph-mg-top-5-neg-res {
        margin-top: -5px;
    }

    .ph-mg-top-8-neg-res {
        margin-top: -8px;
    }

    .ph-mg-left-0-res {
        margin-left: 0px !important;
    }

    .ph-mg-top-75-md {
        margin-top: 53px !important;
    }

    .ph-btn-bg-asr {
        width: auto;
        margin-bottom: 10px;
        /*background: #f5f5f5;

        display: inline-block;

        width: 100%;

        padding: 10px;

        border: 1px solid #ddd;*/
    }

        .ph-btn-bg-asr .ph-buttons {
            float: right;
        }

    .ph-btn-edit-res {
        background: #ffffff;
        border-radius: 2px;
        color: #347f36;
        border: 2px solid #347f36;
        padding: 10px 15px;
        min-width: 85px;
        text-transform: uppercase;
    }

        .ph-btn-edit-res i {
            color: #347f36;
        }

    .ph-pos-rel-res {
        position: relative;
    }

    .ph-top-top-0 {
        top: 0px;
    }

    .ph-sm-above-res-null .ph-font-light {
        font-size: 16px;
    }

    .ph-statusbar-waiting {
        /*background: #d63700;*/
        /*#ad382f;*/
        color: #110600;
        cursor: default;
        font-size: 16px !important;
        white-space: normal;
        /*max-width: 120px;

        white-space: normal;

        width: 120px;*/
    }

        .ph-statusbar-waiting i {
            color: #d63700;
            margin-right: 6px;
        }

    .ph-statusbar-ready {
        /*background: #fcc12c;*/
        color: #110600 !important;
        font-size: 16px !important;
        cursor: default;
        /*white-space: normal;*/
        /*max-width: 120px;

        white-space: normal;

        width: 120px;*/
    }

        .ph-statusbar-ready i {
            color: #fcc12c;
        }

    .ph-statusbar-picked {
        /*background: #609e1e;*/
        color: #110600 !important;
        cursor: default;
        font-size: 16px !important;
        /*white-space: normal;*/
        /*max-width: 120px;

        white-space: normal;

        width: 120px;*/
    }

        .ph-statusbar-picked i {
            color: #609e1e;
        }

        .ph-statusbar-waiting:active, .ph-statusbar-ready:active, .ph-statusbar-picked:active, .ph-statusbar-waiting:focus, .ph-statusbar-ready:focus, .ph-statusbar-picked:focus, .ph-statusbar-waiting:hover, .ph-statusbar-ready:hover, .ph-statusbar-picked:hover {
            box-shadow: none;
            /*color: #fff;*/
        }
    /*.ph-lot-summary {

        border-top: 1px solid #999;

    }*/
    .ph-buttons button {
        border-radius: 2px;
        padding: 9px 12px;
        font-size: 14px;
        border: 0;
    }

        .ph-buttons button.ph-btn-sec {
            width: auto;
            margin-left: 1px;
        }

            .ph-buttons button.ph-btn-sec span:first-child {
                margin-right: 10px;
            }

        .ph-buttons button:first-child {
            border-right: none;
        }

        .ph-buttons button:last-child {
            margin-left: 5px;
        }

        .ph-buttons button.ph-border-right-nil {
            border-right: 0;
        }

        .ph-buttons button span i {
            font-size: 14px;
            top: 0px;
        }

    .ph-heading-strip, .ph-heading-strip-2 {
        background: transparent;
        color: #110600;
        padding: 0;
        padding-bottom: 3px;
        font-size: 20px;
        margin: 0px 0 0px;
        display: inline-block;
        position: relative;
        top: 8px;
        line-height: inherit;
        margin-bottom: 5px;
        width: auto;
        text-align: left;
        text-transform: uppercase;
    }
    /*.ph-heading-strip:after {

        content: '';

        display: block;

        position: absolute;

        bottom: -5px;

        width: 50px;

        border-bottom: 1px solid #555;

    }

 

    .ph-heading-strip:before {

        content: '';

        display: block;

        bottom: 0;

        width: 40px;

        position: absolute;

        border-bottom: 1px solid #555;

    }*/
    .gap-30 {
        margin-top: 0;
    }

    .form-control {
        font-size: 16px;
        height: 38px;
    }

    .intro-text slides li {
        font-size: 1.875em;
    }

    .ph-editlot .ph-table {
        border: 1px solid #ddd;
        margin-top: 10px;
        font-size: 16px;
    }

    .ph-mg-left-15-neg-res {
        margin-left: -15px;
    }

    .ph-mg-right-15-neg-res {
        margin-right: -15px;
    }

    .ph-mg-right-30-neg-res {
        margin-right: -30px !important;
    }

    .ph-mg-right-20-neg-res {
        margin-right: -20px !important;
    }

    .ph-mg-right-18-neg-res {
        margin-right: -18px !important;
    }

    .ph-mg-right-9-neg-res {
        margin-right: -9px;
    }

    .ph-mg-right-7-neg-res {
        margin-right: -7px;
    }

    .ph-mg-right-15-res {
        margin-right: 15px;
    }

    .ph-mg-right-5-res {
        margin-right: 5px;
    }

    .ph-btn-2-align input[type="button"] {
        width: auto;
        margin: 0 1px 0 0;
    }

    .ph-btn-2-3-align input[type="button"] {
        width: auto;
        margin: 0px 1px 0px;
        z-index: 3000001;
    }

    .ph-btn {
        font-size: 13px;
    }

    .ph-btn, .ph-btn-white {
        min-width: 100px;
    }

    .btn {
        padding: 8px 15px;
    }

    .ph-btn-close {
        top: -17px;
        padding: 1px 12px;
        font-size: 25px;
    }

    .ph-btn-white {
        font-size: 14px;
    }

    .ph-thumb-img {
        border-radius: 2px;
    }

    #status-buttons {
        margin-bottom: 30px;
        padding-top: 12px;
        overflow-x: hidden;
    }

    .ph-category-name {
        font-size: 14px;
        margin: 6px 0;
    }

    .ph-w100-res {
        width: auto !important;
    }

    .ph-text-right-res {
        text-align: right;
    }

    .ph-pd-ryt-10-res {
        padding-right: 10px !important;
    }

    .ph-pd-ryt-15-res {
        padding-right: 15px;
    }

    .ph-pd-ryt-30-res {
        padding-right: 30px;
    }

    .ph-pd-ryt-0-res {
        padding-right: 0px;
    }

    .ph-home-order-alert {
        background: transparent !important;
        margin-top: 15px;
    }
    /*.form-control {

        height: 40px;

    }*/
    .ph-border-radius-res {
        border-radius: 2px;
    }

    .ph-pull-left-res {
        float: right !important;
    }

    .ph-pull-right-res {
        float: right !important;
    }

    .ph-text-align-left-res {
        /*text-align: left;*/
        text-align: right;
        float: right;
        margin-right: 0px;
    }

    .ph-border-btm-none-res {
        border-bottom: 0 !important;
    }

    .ph-border-top-none-res {
        border-top: 0 !important;
    }

    .ph-pd-btm-10-res {
        padding-bottom: 10px;
    }

    .ph-pendingorder-tbl table tr:first-child td, .ph-pendingorder-tbl table tr:nth-child(2) td {
        border-top: 1px solid #ddd;
    }

    .ph-a-link {
        font-size: 16px;
    }

    .ph-font-14 {
        font-size: 16px;
    }

    .ph-line-height-25-res {
        line-height: 25px;
    }

    .ph-line-height-45-res {
        line-height: 45px;
    }

    .ph-pd-btm-5-res {
        padding-bottom: 5px !important;
    }

    .ph-pd-btm-0-res {
        padding-bottom: 0px !important;
    }

    .uib-increment, .uib-decrement, .uib-increment td, .uib-decrement td {
        display: block;
    }

        .uib-increment a.disabled, .uib-decrement a.disabled {
            background: transparent !important;
            border: none !important;
        }

    .ph-date-time-picker .uib-time input {
        width: 65px;
    }

    .ph-pendingorder-tbl table tr td {
        padding-bottom: 3px;
    }

    .ph-amendOrder-tab .panel-default > .panel-heading {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .ph-amendOrder-tab .panel-default > .panel-collapse {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .ph-completeOrder-tab .panel-default > .panel-heading {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        /*border-bottom: 1px solid #ddd;*/
        padding-left: 0;
    }

    .ph-border-left-ryt-res {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .ph-completeOrder-tab .panel-default > .panel-heading {
        padding: 0;
        padding-right: 10px;
    }

    .ph-completeOrder-tab .panel-body .ph-table, .ph-salesfeedback-tab .panel-body .ph-table {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .ph-salesfeedback-tab .panel-default > .panel-heading {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .ph-salesfeedback-tab .panel-body .ph-table tr table {
        border: 0;
    }

    .ph-lot-summary table tr:last-child td {
        padding-right: 0;
    }

    .ph-pendingorder-tbl table tr:last-child {
        border-bottom: 1px solid #ddd;
    }

    .ph-doubleCollapse-tab .panel-default > .panel-heading {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    .ph-doubleCollapse-tab .panel-default .panel-collapse .panel-default > .panel-heading {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .ph-doubleCollapse-tab .ph-table {
        font-size: 16px;
    }

    .ph-doubleCollapse-tab .panel-group .panel {
        /*border-left: 1px solid #ddd !important;

        border-right: 1px solid #ddd !important;*/
    }

    .ph-doubleCollapse-tab .panel-default .panel-collapse .panel-default > .panel-collapse .ph-table {
        border-left: 1px solid #ddd !important;
        border-right: 1px solid #ddd !important;
    }

    .ph-salesfeedback-tab .panel-body .ph-table tr table tr:first-child td {
        font-size: 20px;
    }

    .ph-comment-lineheight {
        line-height: 25px;
        padding-bottom: 10px;
    }

    .ph-lot-management table tr:last-child td table tr:nth-child(3n):last-child {
        border-bottom: 1px solid #ddd;
    }

    .ph-sub-heading {
        font-size: 16px;
    }

    .ph-place-order-tab {
        border: 1px solid #ddd;
    }

    .ph-profile-produce-tab .panel-default > .panel-heading {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .ph-profile-edit-img-icon {
        font-size: 14px;
        padding: 7px 15px;
        text-transform: uppercase;
    }

    .ph-editlot .ph-table .ph-unit-edit select {
        /*min-width: 197px;*/
    }

    .inner-addon-lot .fa,
    .inner-addon-lot .far,
    .inner-addon-lot .fas {
        top: 2px;
        left: 12px;
    }

    .modal-content .ph-btn-alignment {
        text-align: right;
        margin-right: 6px;
    }

    .ph-freeze-btm {
        text-align: right;
        z-index: 0;
    }

    .ph-pd-0-res {
        padding: 0;
    }

    .ph-profile-produce-tab table tr {
        /*border: 1px solid #ddd;*/
    }
    /*********** Tab style start *********/
    .phTab li {
        width: auto;
        /*margin-right: 30px;*/
        margin-right: 0;
        margin-bottom: 0px;
    }

        .phTab li::after {
        }

    .ph-profile-tab .nav-tabs > li > a {
        padding: 10px 20px;
        border-radius: 4px 4px 0px 0;
    }
        /*.ph-profile-tab .nav-tabs > li.active > a, .ph-profile-tab .nav-tabs > li.active > a:focus, .ph-profile-tab .nav-tabs > li.active > a:hover {

        padding: 10px 20px;

        border-radius: 4px 0 0;

    }*/
        .ph-profile-tab .nav-tabs > li > a:after {
            content: " ";
            display: block;
            border-left: 0px solid transparent;
            border-right: 34px solid transparent;
            border-bottom: 41px solid #347f36;
            border-top: 0px solid transparent;
            position: absolute;
            right: -34px;
            top: 0px;
            border-right: none;
        }

    .ph-profile-tab .nav-tabs > li.active > a:after {
        content: " ";
        display: block;
        border-left: 0px solid transparent;
        border-right: 34px solid transparent;
        border-bottom: 41px solid #347f36;
        border-top: 0px solid transparent;
        position: absolute;
        right: -35px;
        top: 0px;
        border-right: none;
    }
    /*********** Tab style end *********/
    /*******breadcrumb start ***/
    .ph-breadcrumb span {
        font-size: 15px;
        padding: 7px 3px 7px 15px;
    }

        .ph-breadcrumb span:before {
            border-left: 10px solid #fff;
            border-top: 16px solid transparent;
            border-bottom: 16px solid transparent;
        }

        .ph-breadcrumb span:after {
            border-left: 10px solid rgba(221, 221, 221, 0.5);
            border-top: 16px solid transparent;
            border-bottom: 16px solid transparent;
        }

        .ph-breadcrumb span.active {
            background: #67005b;
            color: #fff;
        }

            .ph-breadcrumb span.active:before {
                border-left: 10px solid #fff;
                border-top: 16px solid #67005b;
                border-bottom: 16px solid #67005b;
            }

            .ph-breadcrumb span.active:after {
                border-left: 10px solid #67005b;
                border-top: 16px solid transparent;
                border-bottom: 16px solid transparent;
            }
    /*******breadcrumb start ***/
}

@media(max-width:767px) {
    header .container {
        /* padding: 100px 0 100px; */
    }

    .ph-profile-tab .nav-tabs > li > a {
        font-weight: 600 !important;
    }

    .ph-freeze-btm {
        bottom: -1px;
        padding: 0px 10px;
    }

    header .intro-text .name {
        font-size: 1.0em;
    }

    header .intro-text .skills {
        font-size: 1.0em;
    }

    header .menu-icon {
        font-size: 1.5em;
    }

    .btn-social {
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 2px solid #fff;
        border-radius: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 25px;
    }

    .element-item.gallery-item {
        max-width: 33%;
    }

    .navbar-brand {
        width: 76%;
    }

    .ph-visible-hidden + .navbar-brand {
        width: 100%;
    }

    .ph-logo-style {
        width: 170px;
        margin-top: 14px;
    }

    .ph-align-center {
        width: 80%;
    }

    header.home {
        height: 250px !important;
    }

    .gap-30 {
        margin-top: 10px;
    }

    .ph-w35 {
        width: 100%;
    }

    .ph-photo-tab .ph-table-cell .ph-hide-extra {
        height: 150px;
    }

    .ph-no-left-padding {
        padding-left: 0px !important;
    }

    .ph-no-left-padding {
        padding-right: 0px !important;
    }

    .ph-lot-summary table tr:last-child td table tr td:last-child {
        padding-right: 10px !important;
    }

    .ph-last-align table tr:last-child td table tr td:last-child {
        padding-right: 0 !important;
    }

        .ph-last-align table tr:last-child td table tr td:last-child .ph-vertical-arrow-middles i {
            padding-right: 10px !important;
        }
}

@media(min-width:767px) {
    #gallery .gallery-item img {
        float: left;
        width: 100%;
    }

    #gallery .gallery-item {
        margin: 3px 3px;
        float: left;
    }
}

@media(max-width:767px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        border-color: transparent;
    }

    .phProfileTab .nav-tabs > li:last-child a {
        border-right: none !important;
    }

    .navbar-default .navbar-nav > li > a {
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .navbar-default .navbar-nav > li > a.ph-display-in-block-imp {
            padding-top: 7px;
            padding-bottom: 2px;
        }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            border-color: transparent;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
        box-shadow: 1px 2px 7px #5d5c5c;
    }

    .navbar-header {
        /*background: #ffffff; #c62828;*/
        /*border-bottom: 1px solid #dcddde;*/
        box-shadow: 0px 1px 6px #505050;
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
        height: 53px;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-brand {
        padding: 5px 0px 5px;
        height: 53px;
        /*transform: translateX(-50%);
        position: relative;
        left: 53%;*/
    }

    .ph-visible-hidden {
        display: none;
    }

    .navbar-collapse {
        position: relative;
        border-top: none;
        /*top: -1px;*/
        top: -4px;
        left: 0px;
        background: #67005b;
        text-align: left;
        /*position: fixed;*/
        height: 100%;
        width: 250px;
    }

        .navbar-collapse .navbar-nav {
            flex: 0;
            -webkit-box-flex: 0;
        }

    .navbar-default {
        background-position: 0 33%;
        /*background: transparent;*/
    }

    .ph-mg-15 {
        margin: 14px 0;
    }

    .visible {
        width: 250px;
    }

    .ph-pd-0 {
        padding: 0;
    }

    .ph-star-align {
        top: 70px;
    }

    .ph-logo-login-style {
        width: 60%;
    }

    .ph-login-box-content {
        padding: 35px 15px;
        width: 85%;
    }

    .col-xs-res {
        padding-left: 0;
        padding-right: 0;
    }
    /*#gallery .gallery-item {

        max-width: 33.33%;

        margin-bottom: 0;

    }*/
    .element-item.gallery-item {
        /*padding: 1px;*/
    }

    .ph-category-name {
        font-size: 13px;
        margin: 6px 0;
    }

    .ph-table {
        /*shreeraam-13112017*/
        margin: 0 0;
    }

    .filterBox.ph-table {
        margin: 0px;
    }

    .ph-resp-table-xs .ph-table {
        margin: 0;
        border-spacing: 0;
    }

    .ph-w27-mb {
        width: 27%;
    }

    .ph-w35-mb {
        width: 35%;
    }

    .ph-w25 {
        width: 25%;
    }

    .ph-pd-left-35 {
        padding-left: 35px;
    }

    .ph-pd-left-5 {
        padding-left: 5px;
    }

    .ph-pd-left-10 {
        padding-left: 10px;
    }

    .ph-pd-right-10 {
        padding-left: 5px;
    }

    .ph-pd-ryt-10 {
        padding-right: 5px;
    }

    .ph-font-1-mb {
        font-size: 1em;
    }

    .ph-font-dot-9-mb {
        font-size: 0.8em;
    }

    section {
        padding: 0px 0;
    }

        section.first {
            padding-top: 75px;
        }

    .ph-w75 {
        width: 80%;
    }

    .input-group.datepicker .form-control {
        height: 32px;
    }

    .input-group.datepicker .input-group-addon {
        padding: 6px 15px;
    }

    .navbar-nav > li {
        /* margin-right: -4px; */
        /* margin-left: 0px; */
        /* border-bottom: 1px solid #ddd; */
        /*text-transform: capitalize;*/
        background: #FFF;
    }

        .navbar-nav > li:last-child {
            border-bottom: 0px;
        }

        .navbar-nav > li:first-child {
            /* text-transform: uppercase; */
        }
    /*.navbar-nav > li:nth-last-child(2) {

        border-bottom: none;

    }*/
    .ph-buttons button {
        border-radius: 0px;
        padding: 12px 12px;
        font-size: 11px;
        border: 0;
        /*box-shadow: -3px -3px 3px #2c8aca inset;*/
    }

    .ph-add-stock-template .ph-buttons {
        text-align: center;
        float: left;
        width: 100%;
    }

        .ph-add-stock-template .ph-buttons button:first-child {
            border-right: 2px solid #347f36 !important;
        }

    .ph-buttons button:first-child {
        border-right: 1px solid #fff;
    }

    .ph-buttons button.ph-border-right-nil {
        border-right: 0;
    }

    .ph-buttons button span i {
        font-size: 14px;
        top: 0px;
    }

    .ph-logo-style {
        /*margin-top: 0px;*/
        width: 260px;
        margin: 0 auto;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }

    #status-buttons.ph-wizard-3 a::before {
        left: -130px;
        width: 145px;
    }
}

@media (min-width:480px) and (max-width:687px) {
    .ph-photo-tab .ph-table-cell .ph-hide-extra {
        height: 100px;
    }

    #status-buttons.ph-wizard-3 a::before {
        left: -110px;
    }
}

@media (max-width: 605px) {
    .ph-align-cal .uib-datepicker-popup.dropdown-menu {
        right: 0px !important;
        left: auto !important;
    }
}

@media (min-height: 568px) {
    .ph-scroll-body {
        overflow-y: auto;
        height: 60vh;
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media(max-width:500px) {
    /*.element-item.gallery-item {

        max-width: 100%;

    }*/
}

@media (max-width:480px) {
    .ph-xs-pf-btn {
        padding: 0 10px;
    }

    .ph-photo-tab .ph-table-cell .ph-hide-extra {
        height: 70px;
    }
}

@media (max-width:320px) and (max-height: 567px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding-bottom: 35px;
    }

    .ph-scroll-body {
        overflow-y: auto;
        height: 60vh;
        display: inline-block;
        margin-bottom: 10px;
    }

    .ph-category-name {
        font-size: 12px;
        margin: 4px 0;
    }
}

@media screen and (max-height:607px) {
    .ph-hori-align-middle {
        position: relative !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .navbar-collapse {
        max-height: 86.4vh !important;
        overflow-y: auto;
    }
}

@media screen and (max-width: 992px), screen and (max-height: 567px) {
    .fa-3x {
        font-size: 2em !important;
    }

    .ph-font-25 {
        font-size: 20px;
    }

    .h2, h2 {
        font-size: 22px;
    }

    .ph-mg-top-10-neg-ht {
        margin-top: -10px;
    }

    .ph-font-size-link {
        font-size: 20px !important;
    }
}

@media screen and (device-aspect-ratio: 2/3) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding-bottom: 35px;
    }
}


.ph-terms-modal {
    height: 380px !important;
    -webkit-overflow-scrolling: touch;
}

    .ph-terms-modal iframe {
        height: 380px !important;
    }

/*** iPhone 6 Plus  ****/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding-bottom: 35px;
    }

    .ph-terms-modal {
        height: 420px !important;
        -webkit-overflow-scrolling: touch;
    }

        .ph-terms-modal iframe {
            height: 420px !important;
        }
}

/*** iPhone 5 & 5S ***/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding-bottom: 35px;
    }

    .navbar-collapse.ph-flex-nav {
        height: 76vh;
        overflow-y: auto;
    }

    .ph-btn-1-align input[type="button"] {
        width: 100%;
        margin: 5px 1px 5px 1px !important;
    }

    .ph-terms-modal {
        height: 380px !important;
        -webkit-overflow-scrolling: touch;
    }

        .ph-terms-modal iframe {
            height: 380px !important;
        }
}

/*@media screen and (device-aspect-ratio: 40/71) {

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {

        padding-bottom: 35px;

    }

}

 

@media screen and (device-aspect-ratio: 375/667) {

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {

        padding-bottom: 35px;

    }

}

 

@media screen and (device-aspect-ratio: 16/9) {

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {

        padding-bottom: 35px;

    }

}*/

/*.ph-Fsxl {

    font-size: 20px !important;

}*/

.ph-Mt15 {
    margin-top: 15px !important;
}

.ph-Mt10 {
    margin-top: 10px !important;
}

.ph-Ml5 {
    margin-left: 15px !important;
}

.ph-Ml {
    margin-left: 1px !important;
}

.ph-border {
    border: 1px solid #ddd;
    padding: 15px;
    /* width: 99%; */
    margin-left: 10px;
    margin-right: 10px;
}

.ph-font-black {
    color: #110600;
}

.ph-click-panel {
    cursor: pointer;
}

/*ng-confirm CSS override as per Phoenicia color scheme - START*/

.ng-confirm.ng-confirm-type-red .ng-confirm-box {
    border-top: solid 7px #D63700 !important;
}

.ng-confirm.ng-confirm-type-green .ng-confirm-box {
    border-top: solid 7px #609E1E !important;
}

.ng-confirm.ng-confirm-type-blue .ng-confirm-box {
    border-top: solid 7px #330033 !important;
}

/*ng-confirm CSS override as per Phoenicia color scheme - END*/

/*WPA Observations START*/

/*Disable re-size marker for textarea*/

textarea {
    resize: none !important;
    min-height: 80px !important;
}

.fas.fa-dollar-sign {
    /*font-family: Arial;*/
}

/*WPA Observations END*/

.uib-datepicker-popup.dropdown-menu {
    /*Anitha-13/11/17*/
    display: block;
    float: none;
    margin: 0;
    /*outline-color: #008000;*/
}

:focus {
    outline: none !important;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
}

/*

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover,

.ui-select-bootstrap .ui-select-choices-row.active > span{

    background-color: #67005b !important;

}

 

    Select option hover has chrome limitation - Check with Vishaka on this.

 

    */

.ph-profile-produce-tab .ph-pd-panel-heading .panel-heading {
    padding: 4px 3px;
}

/*** Sign Up Form start ***/

header.singup {
    /*background-image: url("../img/stockImages/26.JPG");*/
    /*background-image: url('../img/productImg/Login screen.jpg');*/
    background-image: url('../img/productImg/Login-Screen-New.png');
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed !important;
    background-repeat: repeat;
    -webkit-animation: BackgroundAnimation 300s linear infinite;
    -moz-animation: BackgroundAnimation 300s linear infinite;
    -ms-animation: BackgroundAnimation 300s linear infinite;
    position: relative;
    width: 100%;
    max-width: 100%;
    background-position: 50% 0px;
    min-width: 100%;
    padding: 0px 0 0px 0;
}

.ph-signup-box-content {
    /*background: rgba(0,0,0,.5);*/
    background: rgba(255, 255, 255, .85);
    border-radius: 4px;
    padding: 40px 20px;
    display: inline-block;
    width: 85%;
    margin-top: 10px;
}

    .ph-signup-box-content .control__indicator {
        top: 0px;
        left: -4px;
        border: 1px solid rgba(145, 145, 145, 0.6);
    }

    .ph-signup-box-content .control--checkbox .control__indicator:after {
        left: 6px;
        top: 3px;
    }

/*** Sign Up Form end ***/

/*** Contact Form start ***/

.ph-contact-box {
    width: 75%;
}

/*** Contact Form end ***/

.ph-pd-10-20 {
    padding: 10px 20px !important;
}

.ph-contact-screen-icon {
    width: 95%;
}

.ph-vertical-arrow-middle-contact {
    position: absolute;
    transform: translateY(-50%);
    top: 55%;
    width: 40%;
}

.ph-table-layout-fixed {
    width: 100%;
    table-layout: fixed;
}

.ph-pd-right-15 {
    padding-right: 15px;
}

.ph-back-align p i {
    font-size: 14px;
}

.ph-back-btn {
    font-size: 27px;
    color: #110600;
    margin-left: 1px;
}

.ph-replaceExistingAcc .panel-default .panel-title {
    line-height: 22px;
}

.ph-greyout {
    opacity: 0.2;
}

/* New Styles for phase 2 */

div.Ph-Pretg {
    /* pre tag in Merchant profile and Terms and conditions */
    font-family: roboto;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    color: #c89b52;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/* Terms and conditions Textarea */

.TermsnCondTxtarea {
    width: 600px;
    height: 400px;
}

.termsandconditionacceptnote {
    padding-left: 20px;
}

.ta-editor > div > p > a,
.ta-editor > div > h1 > a,
.ta-editor > div > h2 > a,
.ta-editor > div > h3 > a,
.ta-editor > div > h4 > a,
.ta-editor > div > h5 > a,
.ta-editor > div > h6 > a {
    color: #337ab7 !important;
    text-decoration: underline !important;
}

/*Google recaptcha custom styling*/

.g-recaptcha {
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    -o-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

/*Angular Trix toolbar customizations*/

/*#trix-toolbar-1 > div.button_groups > span.button_group.text_tools > button.link,

#trix-toolbar-1 > div.button_groups > span.button_group.block_tools > button.quote,

#trix-toolbar-1 > div.button_groups > span.button_group.block_tools > button.code {

    display: none;

}*/

/* ------------------------------------------------------------------------------

    *

    *  Steps Wizard

    *

    * ---------------------------------------------------------------------------- */

@media (max-width: 767px) {
    .steps li a .fa,
    .steps li a .far,
    .steps li a .fas {
        top: 0px;
    }

    .ph-popup-content-filtr {
        padding: 10px;
    }

    .wizard > .steps > ul > li:first-child a {
        margin-top: 10px;
    }

    .steps li a .inline-icons-text .inline-icon {
        text-align: center;
    }

    .wizard > .steps > ul > li.current.done .number .ph-font-light, .wizard > .steps > ul > li.done .number .ph-font-light {
        color: #FFFFFF !important;
    }
    /*.wizard > .steps > ul > li .number .ph-font-light {

        color: #330033 !important;

    }*/
    .wizard > .steps > ul > li.current .number .ph-font-light {
        color: #110600 !important;
    }

    .wizard {
        width: 100%;
        position: relative;
    }

        .wizard > .steps .active .current-info, .wizard > .content > .title {
            position: absolute;
            left: -99999px;
        }

        .wizard > .content {
            position: relative;
            width: 90%;
            padding: 0;
            float: right;
            padding-bottom: 76px;
        }

            .wizard > .content > .body {
                padding: 0 0px;
            }

            .wizard > .content > iframe {
                border: 0 none;
                width: 100%;
                height: 100%;
            }

        .wizard > .steps {
            position: fixed;
            display: block;
            width: 60px;
            float: left;
            margin-left: 7px;
            z-index: 9;
            left: -8px;
            background: rgba(255, 255, 255, 0.72);
            border: 1px solid #303;
            border-radius: 0px 10px 10px 0px;
        }

            .wizard > .steps > ul {
                display: block;
                width: 100%;
                /* table-layout: fixed; */
                margin: 0;
                padding: 0;
                list-style: none;
            }

                .wizard > .steps > ul > li {
                    display: block;
                    width: auto;
                    vertical-align: top;
                    text-align: center;
                    position: relative;
                }

                    .wizard > .steps > ul > li a {
                        position: relative;
                        padding-top: 48px;
                        margin-top: 20px;
                        margin-bottom: 20px;
                        display: block;
                        text-align: center;
                    }

                    .wizard > .steps > ul > li:before, .wizard > .steps > ul > li:after {
                        content: '';
                        display: block;
                        /* position: absolute; */
                        /* top: 40px; */
                        width: 2px;
                        height: 40px;
                        background-color: #330033;
                        z-index: 9;
                        /* text-align: center; */
                        margin: -20px auto;
                    }

                    .wizard > .steps > ul > li:before {
                        left: 0;
                    }

                    .wizard > .steps > ul > li:after {
                        right: 0;
                    }

                    .wizard > .steps > ul > li:first-child:before, .wizard > .steps > ul > li:last-child:after {
                        content: none;
                    }

                    .wizard > .steps > ul > li.current:after, .wizard > .steps > ul > li.current ~ li:before, .wizard > .steps > ul > li.current ~ li:after {
                        background-color: #110600;
                    }

                    .wizard > .steps > ul > li.current > a {
                        color: #333333;
                        cursor: default;
                        font-weight: 500;
                    }

                    .wizard > .steps > ul > li.current .number {
                        font-size: 0;
                        border-color: #330033;
                        background-color: #fff;
                        color: #330033;
                    }

                        .wizard > .steps > ul > li.current .number:after {
                            content: '';
                            display: inline-block;
                            font-size: 16px;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            line-height: 34px;
                            -webkit-transition: all 0.15s ease-in-out;
                            -o-transition: all 0.15s ease-in-out;
                            transition: all 0.15s ease-in-out;
                        }

                    .wizard > .steps > ul > li.disabled a, .wizard > .steps > ul > li.disabled a:hover, .wizard > .steps > ul > li.disabled a:focus {
                        color: #999999;
                        cursor: default;
                    }

                    .wizard > .steps > ul > li.done a, .wizard > .steps > ul > li.done a:hover, .wizard > .steps > ul > li.done a:focus {
                        color: #999999;
                    }

                    .wizard > .steps > ul > li.done .number {
                        font-size: 0;
                        background-color: #330033;
                        border-color: #330033;
                        color: #fff;
                    }

                        .wizard > .steps > ul > li.done .number:after {
                            content: '';
                            display: inline-block;
                            font-size: 16px;
                            line-height: 34px;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            -webkit-transition: all 0.15s ease-in-out;
                            -o-transition: all 0.15s ease-in-out;
                            transition: all 0.15s ease-in-out;
                        }

                    .wizard > .steps > ul > li.error .number {
                        border-color: #F44336;
                        color: #F44336;
                    }

            .wizard > .steps > ul {
                margin-bottom: 20px;
            }

                .wizard > .steps > ul > li {
                    display: block;
                    float: left;
                    width: 100%;
                }

                    .wizard > .steps > ul > li > a {
                        margin-bottom: 0;
                    }

                    .wizard > .steps > ul > li:last-child:after {
                        background-color: #330033;
                    }

            .wizard > .steps .number {
                background-color: #fff;
                color: #ccc;
                display: inline-block;
                position: absolute;
                top: 0;
                left: 50%;
                margin-left: -19px;
                width: 38px;
                height: 38px;
                border: 2px solid #110600;
                font-size: 14px;
                border-radius: 50%;
                z-index: 10;
                line-height: 34px;
                text-align: center;
            }

    .panel-flat > .wizard > .steps > ul {
        border-top: 1px solid #ddd;
    }

    .wizard > .actions {
        position: absolute;
        display: block;
        text-align: right;
        padding: 15px;
        padding-top: 0;
        width: 90%;
        float: left;
        right: 0;
        bottom: 0;
    }

        .wizard > .actions > ul {
            float: right;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .wizard > .actions > ul:after {
                content: '';
                display: table;
                clear: both;
            }

            .wizard > .actions > ul > li {
                float: left;
            }

                .wizard > .actions > ul > li + li {
                    margin-left: 10px;
                }

                .wizard > .actions > ul > li > a {
                    background: #330033;
                    color: #fff;
                    display: block;
                    padding: 7px 12px;
                    border-radius: 3px;
                    text-transform: uppercase;
                    border: 1px solid transparent;
                }

                    .wizard > .actions > ul > li > a:hover, .wizard > .actions > ul > li > a:focus {
                        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
                    }

                    .wizard > .actions > ul > li > a:active {
                        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
                        box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
                    }

                    .wizard > .actions > ul > li > a[href="#previous"] {
                        background-color: #fcfcfc;
                        color: #333;
                        border: 1px solid #ddd;
                    }

                        .wizard > .actions > ul > li > a[href="#previous"]:hover, .wizard > .actions > ul > li > a[href="#previous"]:focus {
                            -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
                            box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
                        }

                        .wizard > .actions > ul > li > a[href="#previous"]:active {
                            -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
                            box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
                        }

                .wizard > .actions > ul > li.disabled > a, .wizard > .actions > ul > li.disabled > a:hover, .wizard > .actions > ul > li.disabled > a:focus {
                    color: #999999;
                }

                    .wizard > .actions > ul > li.disabled > a[href="#previous"], .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover, .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus {
                        -webkit-box-shadow: none;
                        box-shadow: none;
                    }
}

@media (max-width: 480px) {
    .wizard > .steps > ul > li {
        width: 100%;
    }

        .wizard > .steps > ul > li.current:after {
            background-color: #330033;
        }
}

/* ------------------------------------------------------------------------------

    *

    *  Steps Wizard Ended

    *

    * ---------------------------------------------------------------------------- */

/*Custom CSS*/

.ph-border-bottom-none {
    border-bottom: none !important;
}

#form-stage-buttons {
    margin-bottom: 10px;
    margin-top: 10px;
}

    #form-stage-buttons a {
        color: #92a792;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        margin: 0 3%;
        text-align: center;
        position: relative;
    }

    #form-stage-buttons.ph-wizard-3 a {
        margin: 0 5%;
    }

        #form-stage-buttons.ph-wizard-3 a::before {
            left: -100px;
        }

    #form-stage-buttons a:first-child:before {
        height: 10px;
        border-bottom: 7px solid #ffffff;
        top: -1px;
        z-index: 1;
        position: absolute;
        width: 60px;
    }

    #form-stage-buttons.ph-wizard-3 a:first-child:before {
        top: 0;
    }

    #form-stage-buttons a:first-child:before {
        width: 130px;
    }

    #form-stage-buttons a::before {
        content: "";
        display: block;
        border-bottom: 3px solid #92a792;
        position: absolute;
        width: 130px;
        height: 5px;
        top: 2px;
        left: -95px;
    }

    #form-stage-buttons.ph-wizard-3 a::before {
        left: -120px;
    }

        #form-stage-buttons.ph-wizard-3 a::before:first-child {
            width: 108px;
            left: -100px;
            display: block;
            border-bottom: 7px solid #ffffff;
            top: 2px;
            z-index: 2;
            position: absolute;
        }

    #form-stage-buttons a#ConfirmForm::after {
        content: "";
        display: block;
        border-bottom: 7px solid #ffffff;
        top: 2px;
        z-index: 2;
        left: 39px;
        position: absolute;
        width: 40px;
    }

    #form-stage-buttons.ph-wizard-3 a::after:last-child {
        width: 50px;
        display: block;
        border-bottom: 3px solid #92a792;
        position: absolute;
        width: 130px;
        height: 5px;
        top: 2px;
        left: -60px;
    }

    #form-stage-buttons a:hover {
        text-decoration: none;
    }

    #form-stage-buttons a.active {
        color: #67005b;
    }

    #form-stage-buttons span {
        background: #92a792;
        display: block;
        position: relative;
        z-index: 1;
        height: 35px;
        top: -11px;
        margin: 0 auto -5px;
        padding-top: 5px;
        width: 35px;
        border: 3px solid #fff;
        border-radius: 50%;
    }

    #form-stage-buttons a.active span {
        background: #67005b;
    }

    #form-stage-buttons a span i {
        color: #fff;
    }

/*for user story 3520 bug-fix- label-Export-Information*/

.ph-pad-btm-35 {
    padding-bottom: 35px;
}

.phoenicia-checkbox.control__indicator {
    border-radius: 10%;
}

.phoenicia-custom.control {
    font-size: 14px;
    margin-left: 0px;
    font-weight: 500;
    line-height: 23px;
}

.form-group .phoenicia-custom.control {
    margin-left: 5px;
}

/*CSS for Admin - Account Management - Account Details*/

.right-pad {
    padding-right: 10px;
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 12px;
        color: white;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Active";
        padding-left: 10px;
        background-color: #67005b;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "Inactive";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.ph-account-price-icon {
    position: absolute;
    top: 4px;
    left: 0px;
}

/*Styles for Edit Produce */

/*============================*/

.phTextbox-centrTxt {
    text-align: center;
}

.ph-no-border {
    border: none !important;
}

.ph-input-disabled {
    border: 1px solid #ddd;
    color: #110600;
    border-radius: 2px;
    text-align: right;
    padding: 6px 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
}

.ph-border-right-cell {
    border-right: 1px solid #ddd;
}

.ph-table-cell-display {
    border: 1px solid #ddd;
    padding: 10px !important;
    font-size: 16px !important;
    vertical-align: middle;
}

.ph-table-cell-center {
    display: flex;
    justify-content: center;
}

.ph-btn-white-mob {
    background: #67005b;
    border: 1px solid #67005b !important;
    border-radius: 2px;
    /*font-size: 12px;*/
    color: #fff !important;
    text-transform: uppercase;
    width: 100%;
}

.btn.ph-btn-active {
    background: #67005b !important;
    color: #FFFFFF !important;
}

/*============================*/

/*=============Styles for Edit Account===============*/

.phEditAccountInput {
    color: #110600;
    text-align: left !important;
}

.has-error {
    border-color: #D63700 !important;
}

.ta-toolbar {
    display: none;
}

    .ta-toolbar.focussed {
        display: block;
    }

.addaccountlabel {
    display: block !important;
    position: relative !important;
    padding-left: 7px !important;
    cursor: pointer !important;
    font-size: 15px !important;
}

.addaccounttd {
    padding: 0px 10px 25px 15px !important;
}

.addaccounttable {
    border-bottom: none !important;
    width: auto !important;
}

/*============================*/


/*=============Styles for Edit Printer===============*/

.ph-input-printer {
    color: #110600;
    text-align: left !important;
    text-transform: uppercase;
    background-color: white !important;
    padding: 0.5em !important;
    margin: 0.5em 0.5em 0.5em 0px;
}

.has-error {
    border-color: #D63700 !important;
}

.ta-toolbar {
    display: none;
}

    .ta-toolbar.focussed {
        display: block;
    }

/*============================*/

.ph-searchIcon[disabled], .ph-searchIcon[disabled]:hover .btn i, .searchLot .add-on .ph-searchIcon[disabled] .btn:hover i, .ph-searchIcon[disabled] .btn.disabled, .ph-searchIcon[disabled] .btn[disabled], .ph-searchIcon[disabled] fieldset[disabled] .btn, .ph-searchIcon[disabled].input-group-btn:last-child > .btn:hover {
    background: #ddd !important;
    color: #FFF !important;
    border: 0px solid #919191 !important;
}

.no-padder {
    padding: 0 !important;
}

.no-z-index {
    z-index: 0 !important;
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .ph-btn-white:hover, .ph-btn-white:focus, .ph-btn-white:active {
        background: #67005b !important;
        border: 1px solid #67005b !important;
        border-radius: 2px;
        color: #fff !important;
    }

    .ph-btn:hover, .ph-btn:focus, .ph-btn:active {
        background: #330033 !important;
        border: 1px solid #330033 !important;
        border-radius: 2px;
        color: #fff !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .ph-btn-white:hover, .ph-btn-white:focus, .ph-btn-white:active {
        background: #67005b !important;
        border: 1px solid #67005b !important;
        border-radius: 2px;
        color: #fff !important;
    }

    .ph-btn:hover, .ph-btn:focus, .ph-btn:active {
        background: #67005b !important;
        border: 1px solid #330033 !important;
        border-radius: 2px;
        color: #fff !important;
    }

    .ph-hori-align-middle {
        position: relative !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        margin-top: 32%;
        margin-bottom: 30%;
    }
}

.ph-btn-white:active.ph-btn-white:focus,
.ph-btn-white:hover.ph-btn-white:active,
.ph-btn-white:hover.ph-btn-white:focus {
    border-radius: 2px;
    background: #fff !important;
    border: 2px solid #347f36 !important;
    color: #347f36 !important;
    box-shadow: none;
}

.ph-btn:active.ph-btn:focus,
.ph-btn:hover.ph-btn:active,
.ph-btn:hover.ph-btn:focus {
    border-radius: 2px;
    background: #fff !important;
    border: 2px solid #67005b !important;
    color: #67005b !important;
    box-shadow: none;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .ph-btn-white:focus, .ph-btn-white:active {
        border-radius: 2px;
        background: #347f36 !important;
        border: 2px solid #347f36 !important;
        color: #fff !important;
        box-shadow: none;
    }

    .ph-btn:focus, .ph-btn:active {
        background: #67005b !important;
        border: 2px solid #67005b !important;
        border-radius: 2px;
        color: #fff !important;
    }
}

.ph-no-pad-lr {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ph-margin-0 {
    margin: 0 !important;
}

.ph-pad-15 {
    padding: 15px !important;
}

.ph-tp-checkbox {
    top: 2px !important;
}

.ph-grey-border {
    border-bottom: 1px solid #ddd !important;
}

.ph-cards-small-txt {
    color: #110600;
    font-size: 12px;
    padding-bottom: 5px;
}

.ph-cards-med-txt {
    color: #110600;
    font-size: 16px;
    padding-bottom: 5px;
}

.ph-pad-btns {
    margin-left: 11px;
    padding-top: 10px;
}

.ph-popup-content-filtr {
    margin-top: 10px;
}

.ph-mg-5-ryt {
    margin-right: 5px !important;
}

/* styles for the new UI design */

.ph-login-box-content .control--checkbox .control__indicator:after {
    left: 8px;
    top: 8px;
}

.ph-login-box-content .control--checkbox .control__indicator:after {
    left: 8px;
    top: 8px;
    width: 13px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(-50deg) scaleX(-1);
}

.ph-login-box-content .control input:checked ~ .control__indicator {
    background: #347f36;
}

control:hover input:not([disabled]):checked ~ .control__indicator {
    background: #347f36;
}

.ph-login-box-content .control__indicator {
    top: 0px;
    width: 20px;
    left: -4px;
    border: 1px solid rgba(145, 145, 145, 0.6);
    height: 30px;
    width: 30px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 35px;
    margin-bottom: 0;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 8px;
    cursor: pointer;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    margin: 4px 5px;
}

    .control input:checked ~ .control__indicator {
        background: #347f36;
    }

.ph-login-box-content {
    /* background: rgba(0,0,0,.5); */
    background: rgba(255, 255, 255, .85);
    /* border-radius: 4px; */
    padding: 40px 20px;
    display: inline-block;
    width: 40%;
}

.uib-close:hover, .ph-btn:hover, .ph-btn:focus, .ph-btn:active {
    background: #67005b;
    border: 2px solid #67005b !important;
    color: #FFFFFF !important;
}

.uib-close, .ph-btn {
    background: #FCF9F7;
    border: 2px solid #67005b !important;
    border-radius: 2px;
    /* font-size: 12px; */
    color: #67005b !important;
    text-transform: uppercase;
}

.ph-btn-white {
    background: #FCF9F7;
    /* background: linear-gradient(#17a085,#17a085); */
    border: 2px solid #347f36 !important;
    border-radius: 2px;
    font-size: 13px;
    color: #347f36 !important;
    text-transform: uppercase;
}

    .ph-btn-white:hover, .ph-btn-white:focus, .ph-btn-white:active {
        background: #347f36 !important;
        border: 2px solid #347f36 !important;
        color: #FFFFFF !important;
        box-shadow: none;
    }

.Login-TextBox {
    background: inherit;
    border: 1px solid #333;
}

.ph-hori-align-middle-login {
    position: fixed;
    transform: translate(-50%, -50%);
    left: 75%;
    top: 50%;
    text-align: center;
}

.ph-success-strip {
    color: #347f36;
}

.ph-danger-strip {
    color: #a94442;
}

@media (max-width:1023px) {
    .ph-hori-align-middle.ph-spinner, .ph-hori-align-middle {
        position: fixed;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        text-align: center;
    }

    .ph-login-box-content {
        /* background: rgba(0,0,0,.5); */
        background: rgba(255, 255, 255, .85);
        /* border-radius: 4px; */
        padding: 40px 20px;
        display: inline-block;
        width: 80%;
    }
}

@media (max-width: 767px) {
    .ph-logo-login-style {
        width: 100%;
    }

    .ph-tp-4 {
        top: 4px !important;
    }
}

.ph-logo-login-style {
    width: 100%;
    margin-bottom: 15px;
}

.ph-th-header {
    background-color: #bcbcbc;
}

@media (max-width: 767px) {
    .ph-bg-div {
        /*background-image: url('../img/productImg/Login-Screen-New.png');*/
        background-image: url('../img/productImg/Header-Dark.png');
        width: 100%;
        height: 400px;
        display: flex;
        vertical-align: middle;
        justify-content: center;
        background-size: cover;
        background-position-y: center;
    }

    .ph-btn-alignment input[type="button"], .ph-btn-alignment input[type="submit"] {
        margin: 6px 0px;
    }
}

.ph-bg-div {
    width: 100%;
    height: 400px;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    background-size: cover;
    background-position-y: center;
}

@media (min-width: 768px) {
    .ph-bg-div {
        background-image: url('../img/productImg/Header-Dark.png');
        /*background-image: url('../img/TemplateImg/Phoenicia-Header.jpg');*/
    }
}

/* styles for the new UI design END Here */

.ph-lowercase-initial {
    text-transform: initial !important;
}

.ph-width-100-pc {
    width: 100% !important;
}

@media (min-width:1366px) and (max-width:1367px) {
    .ph-bg-div {
        height: 200px;
    }
}

@media (max-width:359px) {
    .ph-login-font-ip {
        font-size: 11px !important;
    }
}

@media (min-width:768px) and (max-height: 640px) {
    .ph-freeze-btm {
        padding: 5px 10px;
    }
}

.ph-cust-btn, .ph-cust-btn:active, .ph-cust-btn:focus, .ph-cust-btn:active .ph-cust-btn:focus, .ph-cust-btn:focus .ph-cust-btn:active {
    background: #FCF9F7;
    border: 2px solid #67005b !important;
    border-radius: 2px;
    color: #67005b !important;
    text-transform: uppercase;
    box-shadow: none;
}

    .ph-cust-btn:hover {
        background: #67005b !important;
        border: 2px solid #67005b !important;
        color: #fff !important;
        box-shadow: none;
    }

.ph-profile-section-tab .ph-table i {
    font-size: 20px;
}

.ph-social-link a {
    cursor: pointer;
}

.ph-dtpk-lft {
    left: -7px !important;
}

.ph-white-space-normal-imp {
    white-space: normal !important;
}

.ph-no-ul {
    text-decoration: none !important;
}

.merchant-edit-stock .section-heading .heading-text.ph-font-green {
    color: #347f36;
    text-decoration: underline;
}

.merchant-edit-stock .panel-open .panel-collapse .panel-body {
    padding: 0px;
    border-top: 0 !important;
    margin-top: -11px;
}

.merchant-edit-stock .panel-open .panel-heading {
    padding-bottom: 0;
}

.merchant-edit-stock .ph-editlot .panel-open .ph-table td {
    line-height: 16px;
}

.merchant-edit-stock .ph-editlot .panel-group .panel-title {
    font-size: 14px;
}

.merchant-edit-stock .ph-editlot .panel-group .panel-heading {
    padding: 0px;
    border-radius: 0;
}

.merchant-edit-stock .ph-editlot .panel-group {
    margin-bottom: 0px;
}

    .merchant-edit-stock .ph-editlot .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0px;
        box-shadow: none;
        border: 0;
    }

.merchant-edit-stock .ph-editlot .panel .ph-table td {
    padding: 12px 10px;
}

.merchant-edit-stock .ph-editlot .ph-table td {
    padding: 10px;
    cursor: default;
}

@media (max-width:767px) {

    .ph-pd-lr-15-mob {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.merchant-edit-stock .ph-font-green {
    color: #347f36 !important;
    text-decoration: underline;
}

.merchant-edit-stock .ph-btn-edit-mob {
    background: #ffffff;
    border-radius: 2px;
    color: #347f36;
    border: 2px solid #347f36;
    padding: 6px 15px;
    text-transform: uppercase;
}

.merchant-edit-stock .ph-pd-ryt-6 {
    padding-right: 6px;
}

@media (max-width:1023px) {
    .merchant-edit-stock .ph-no-pad-table {
        padding: 0px !important;
    }
}

.merchant-edit-stock .no-tp-border {
    border-top: none !important;
}

.merchant-edit-stock .ph-font-20 {
    font-size: 20px;
}

@media(max-width:767px) {
    .merchant-edit-stock .ph-mg-10-top-mq {
        margin-top: 10px;
    }
}

.ph-ptr {
    cursor: pointer !important;
}

.ph-ptr-def {
    cursor: default !important;
}

.merchant-edit-stock .ph-editlot [aria-selected~="true"] .ph-table td,
.merchant-edit-stock .ph-editlot [aria-selected~="false"] .ph-table td {
    cursor: pointer;
}

@media (min-width:767px) {
    .ph-above-xs-btns .pg-mg-btn-spacing {
        margin-left: 5px;
    }

    .ph-btn-edit-res:hover {
        color: #fff;
        background: #347f36;
    }

        .ph-btn-edit-res:hover > i {
            color: #fff;
        }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .ph-xs-btns .pg-mg-btn-spacing {
        margin-left: 3px;
    }

    .ph-xs-btns .ph-btn-edit-mob {
        font-size: 10px;
    }
}

@media(max-width:768px) {
    .ph-buyer-disp-msg .ph-dollar-font-size {
        font-size: 20px;
    }
}

@media(min-width:769px) {
    .ph-buyer-disp-msg .ph-dollar-font-size {
        font-size: 25px;
    }
}

/*Styles for account management page*/
.ph-account-management .ph-border-tlr {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.ph-account-management .searchLot .add-on .input-group-btn > .btn {
    border: none;
    background: transparent;
    padding: 0;
    color: #347f36;
}

.ph-account-management .searchLot .add-on .input-group-btn > .btn {
    border: none !important;
    background: transparent;
    padding: 18px 5px;
    color: #110600;
}

.ph-account-management .searchLot .add-on .ph-searchIcon:hover, .ph-account-management .searchLot .add-on .ph-searchIcon:active, .ph-account-management .searchLot .add-on .ph-searchIcon:focus {
    background: #347f36 !important;
    border: 1px solid #347f36;
    color: #fcf9f7;
}

.ph-account-management .searchLot .add-on .ph-searchIcon .btn i {
    color: #347f36;
}

.ph-account-management .searchLot .add-on .ph-searchIcon:hover .btn i, .ph-account-management .searchLot .add-on .ph-searchIcon .btn:hover i, .ph-account-management .searchLot .add-on .ph-searchIcon:active .btn i, .ph-account-management .searchLot .add-on .ph-searchIcon .btn:active i {
    color: #fcf9f7;
}

.ph-account-management .searchLot .add-on .ph-searchIcon btn:hover, .ph-account-management .searchLot .add-on .ph-searchIcon btn:active, .ph-account-management .searchLot .add-on .ph-searchIcon .btn:focus {
    background: #347f36 !important;
    border: 1px solid #347f36;
}

.ph-account-management .searchLot .add-on .input-group-btn {
    border-left-width: 0;
    left: -2px;
    border: 1px solid #347f36;
    border-radius: 0 2px 2px 0;
    padding: 0px 0px;
    color: #fcf9f7;
}

.ph-account-management .searchLot .add-on .ph-searchIcon {
    background-color: #fcf9f7;
}

/*Styles for account management page end*/

/*style for select all*/
.ph-select-all-selected {
    background: #67005b !important;
    border: 2px solid #67005b !important;
    color: #FFFFFF !important;
    box-shadow: none;
}

.ph-select-all-unselected {
    background: #FFFFFF !important;
    border: 2px solid #67005b !important;
    color: #67005b !important;
    box-shadow: none;
}
/* style for select all end*/
.ph-btn-ht {
    height: 40px;
}

.ph-vert-align {
    vertical-align: middle;
}

.ph-ln-ht-48 {
    line-height: 48px;
}

.ph-pd-ryt-5 {
    padding-right: 5px;
}

.ph-pd-left-5 {
    padding-left: 5px;
}

.ph-mg-btm-zero {
    margin-bottom: 0px !important;
}

.ph-pad-right-zero {
    padding-right: 0 !important;
}
/*buyer search results*/
.ph-buyer-search-result .searchLot .ph-searchIcon button .fa,
.ph-buyer-search-result .searchLot .ph-searchIcon button .far,
.ph-buyer-search-result .searchLot .ph-searchIcon button .fas {
    position: relative;
    padding: 7px;
    left: 1px;
    top: -13px;
    /*  padding: 10px;

    left: 8px;

    top: 6px;

    pointer-events: none;*/
}

.ph-account-management .searchLot .ph-searchIcon button .fa,
.ph-account-management .searchLot .ph-searchIcon button .far,
.ph-account-management .searchLot .ph-searchIcon button .fas {
    position: relative;
    padding: 7px;
    left: 1px;
    top: -13px;
}

.ph-buyer-search-result .searchLot .add-on .input-group-btn > .btn {
    border: none;
    background: transparent;
    padding: 0;
    color: #347f36;
}

.ph-buyer-search-result .searchLot .add-on .input-group-btn > .btn {
    border: none !important;
    background: transparent;
    padding: 18px 5px;
    color: #110600;
}

.ph-buyer-search-result .searchLot .add-on .ph-searchIcon:hover, .ph-buyer-search-result .searchLot .add-on .ph-searchIcon:active, .ph-buyer-search-result .searchLot .add-on .ph-searchIcon:focus {
    background: #347f36 !important;
    border: 1px solid #347f36;
    color: #fcf9f7;
}

.ph-buyer-search-result .searchLot .add-on .ph-searchIcon .btn i {
    color: #347f36;
}

.ph-buyer-search-result .searchLot .add-on .ph-searchIcon:hover .btn i, .ph-buyer-search-result .searchLot .add-on .ph-searchIcon .btn:hover i, .ph-buyer-search-result .searchLot .add-on .ph-searchIcon:active .btn i, .ph-buyer-search-result .searchLot .add-on .ph-searchIcon .btn:active i {
    color: #fcf9f7;
}

.ph-buyer-search-result .searchLot .add-on .ph-searchIcon btn:hover, .ph-buyer-search-result .searchLot .add-on .ph-searchIcon btn:active, .ph-buyer-search-result .searchLot .add-on .ph-searchIcon .btn:focus {
    background: #347f36 !important;
    border: 1px solid #347f36;
}

.ph-buyer-search-result .searchLot .add-on .input-group-btn {
    border-left-width: 0;
    left: -2px;
    border: 1px solid #347f36;
    border-radius: 0 2px 2px 0;
    padding: 0px 0px;
    color: #fcf9f7;
}

.ph-buyer-search-result .searchLot .add-on .ph-searchIcon {
    background-color: #fcf9f7;
}
/*buyer search bar end*/
.ph-font-grey {
    color: #bcbcbc;
}

.ph-profile-tab .nav-tabs > li.nav-item > a:focus, .ph-profile-tab .nav-tabs > li.nav-item > a:active {
    background: #347f46 !important;
}

.ph-uib-dtpkr td.uib-time.am-pm {
    padding-left: 5px !important;
}

.ph-uib-dtpkr input.form-control.text-center {
    text-align: center;
}

.ph-mg-btm-2p {
    margin-bottom: 2px !important;
}

.ph-pd-tp-25 {
    padding-top: 25px !important;
}

.ph-account-management .searchLot .add-on .ph-searchIcon .btn:focus i {
    color: #ffffff;
}

.ph-buyer-search-result .searchLot .add-on .ph-searchIcon .btn:focus i {
    color: #ffffff;
}

.ph-account-management input#srch-term {
    min-height: 38px;
}

.ph-buyer-search-result input#srch-term {
    min-height: 38px;
}

.ph-uib-dtpkr td.uib-time.am-pm button {
    height: 38px !important;
    margin-bottom: 3px !important;
}

@media (max-width:767px) {
    .ph-uib-dtpkr td.uib-time.am-pm button {
        height: 34px !important;
        margin-bottom: 3px !important;
    }
}

.ph-acc-details .ph-lot-summary table tr:last-child td {
    /*padding-top: 5px;*/
    /*line-height: 20px;*/
    padding-bottom: 0px;
    padding-right: 10px;
}

.ph-acc-details .ph-pd-ryt-5 {
    padding-right: 5px !important;
}

.ph-pd-lft-right-web {
    padding-left: 18px !important;
    padding-right: 16px;
}

/*new style for return icon */
.ph-rtn-msg {
    color: #110600 !important;
    cursor: default;
    font-size: 16px !important;
}

/*ToolTip in profile*/
.ph-tooltip-insta {
    position: relative;
}

    .ph-tooltip-insta .tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 10px;
        font-family: 'Roboto', arial, sans-serif;
        /* Position the tooltip */
        position: relative;
        z-index: 1;
    }

    .ph-tooltip-insta:hover .tooltiptext {
        visibility: visible;
    }

.ph-deductions {
    font-style: italic;
    font-weight: bold;
    color: red;
    text-align: justify;
    //margin-left:5px;
}

.ph-dedutionsheading {
    font-weight: bold;
}

.ph-deductionslist {
    list-style-type: none;
}

/*Open Sale design*/
@media(max-width:768px) {

    .ph-date-time-full .uib-time input {
        width: 100%;
    }

    .osale {
        margin-right: -10px;
        float: right
    }

    .divopensalae .control__indicator {
        left: 5px;
    }
}

.align-rt {
    float: right;
    margin-right: 54px;
}



.osale {
    margin-right: -10px;
    float: right
}


@media(min-width:992px) {
    .cust-text {
        text-align: center;
        padding-left: 100px;
        font-size: 20px;
    }

    .osale {
        margin-right: 3px;
        float: right
    }

    .divopensalae .control__indicator {
        left: 15px;
    }
}

@media screen and (max-width: 992px) {
    .cust-text {
        font-size: 20px;
    }
}

.marrt15 {
    margin-right: 15px;
}

.marrt25 {
    margin-right: 25px;
}

.width94 {
    width: 80% !important;
}

.width2 {
    width: 88% !important;
}

.width3 {
    width: 100% !important;
}

.width78 {
    width: 76% !important;
}

.marbt10 {
    margin-bottom: 10px;
}

.padbtm15 {
    padding-bottom: 15px;
}

.widt79 {
    width: 77% !important;
}

.fixed1 {
    width: 50%;
    table-layout: fixed;
}

@media screen (min-width:992px) {
    .custombor {
        /* margin-top: 201px; 
    border-top: 1px solid #ddd !important;
    /* margin-bottom: -20px; */
        position: absolute;
        bottom: 20px;
        right: 0px;
        width: 80% !important;
    }
}

.custdv {
    position: fixed;
    bottom: 0px;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin-left: -15px;
    background-color: #ffffff;
    z-index: 1;
}

.marrt10 {
    margin-right: 10px;
}

.fixed2 {
    width: 100%;
    table-layout: fixed;
}

.padtp20 {
    padding-top: 20px;
}

.custtxt1 {
    text-align: left;
    margin-bottom: 20px;
}

.martop0 {
    margin-top: 0px;
}

.padbtm14 {
    padding-bottom: 14px;
}

.ph-input-editable-cust {
    margin-bottom: 10px;
}

.marbtm25 {
    margin-bottom: 25px;
}

.marbtm10 {
    margin-bottom: 10px !important;
}

.custtxt2 {
    text-align: left;
}

.martpmin10 {
    margin-top: -10px;
}




.ph-input-editable-cust {
    padding: 3px 3px;
}



@media screen and (max-width: 600px) {
    .mobdev {
        width: 100%;
        float: right;
    }
}

@media screen and (min-width: 990px) {
    .fixed3 {
        width: 46%;
        table-layout: fixed;
    }
}

@media screen (min-width: 767px) and (max-width:1150px) {
    .ph-sm-above-res-null-cust {
        padding-right: 0px;
        padding-left: 0px;
        width: 80%;
    }
}

@media screen and (max-width:992px) {
    .divopensalae {
        width: 100%;
        float: right;
        margin-right: 0px;
    }
}

@media screen and (min-width:992px) {
    .divopensalae {
        width: 271px;
        float: right;
        margin-right: 16px;
    }
}

@media screen (min-width: 320px) and (max-width:992px) {
    .cust-line {
        bottom: 270px;
    }

    .custombor1 {
        position: absolute;
        bottom: 20px;
        right: 0px;
        width: 100% !important;
    }
}

.ph-sm-open {
    left: 0px;
    /*height: 100%;*/
    /*position: fixed;*/
    min-height: 90vh;
    bottom: 19px;
    z-index: 1;
    margin-top: 55px;
    /*top: 55px;*/
    right: 0;
    background-color: #ffffff;
    transition: 0s;
    overflow-y: auto;
    padding-bottom: 0px;
}

@media screen and (min-width:768px) {
    .btnsyle {
        width: 280px;
        float: right;
        margin-right: 22px;
        margin-bottom: 15px;
    }

    .marbtm0 {
        max-width: 100.5% !important;
        width: 100.5% !important;
    }
}

@media screen and (max-width:768px) {
    .btnsyle {
        width: 95%;
        float: right;
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .marbtm0 {
        max-width: 102% !important;
        width: 102% !important;
    }
}


@media only screen and (min-device-width: 321px) and (max-device-width: 736px) {
    .btnsyle {
        width: 93%;
        float: right;
        margin-right: 14px;
        margin-bottom: 10px;
    }

    .marbtm0 {
        max-width: 105% !important;
        width: 105% !important;
    }
}

@media only screen and (max-device-width: 320px) {
    .btnsyle {
        width: 92%;
        float: right;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .marbtm0 {
        max-width: 106% !important;
        width: 106% !important;
    }
}

/*@media screen and (max-width:100%) {
    .btnsyle {
        width: 97%;
        float: right;
        margin-right: 20px;
        margin-bottom: 20px;
    }
} */

.bornone {
    border-top: 0px !important;
}

.padlt10 {
    padding-left: 10px !important;
}

.tdtxt {
    text-align: left;
    padding-left: 10px;
}

.wdt50 {
    width: 50px;
}

.bor {
    border: 1px solid #dddddd;
}

.osale {
    margin-top: 4px;
}

.marbtm0 {
    margin-bottom: 0 !important;
}

.padtpbtm0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#phFreezeBox, #phFreezeBoxRes {
    margin-bottom: 85px !important;
}


@media (min-width:994px) {
    .fixdht {
        height: 450px;
        overflow: auto;
    }
}

@media (max-width:994px) {
    .fixdht {
        height: 360px;
        overflow: auto;
    }
}

@media screen and (min-width:992px) {
    .wid300 {
        width: 300px;
    }
}

@media screen and (max-width:992px) {
    .wid300 {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .account-ml-leftmargin {
        margin-left: -1em !important;
    }
}

@media screen and (min-width:767px) {
    .ph-pickorder-footer-pd-left {
        margin-left: 32%;
    }
}

@media screen and (min-width:992px) {
    .printerLabel {
        margin: 1em 0em -0.3em -1em;
    }


    .accountEffDate1 {
        padding-left: 1.2em;
    }

    .ph-pickorder-footer-pd-left {
        margin-left: 15.7%;
    }
}



@media screen and (max-width:768px) and (min-width:361px) {
    .ph-account-row {
        padding: 0px 10px 0px 20px;
    }

    .accountEffDate {
        margin-left: -0.8em;
    }

    .accountEffDate1 {
        margin-left: -1.5em;
    }
    .accountEffDate2 {
        margin-left: -1.5em;
    }
}

@media screen and (max-width:360px) {
    .ph-account-row {
        padding: 0px 10px 0px 10px;
    }
    .accountEffDate1 {
        padding-left: 0.3em !important;
    }
}


@media screen and (max-width:767px) {

    .printerLabel {
        margin: 1em 0em -0.3em -0.3em;
    }

    

    .ph-expenses-tab {
        padding-left: 10px;
    }

    .pickorder-pallet-width {
        width: 82%
    } 
    .pickorder-footer-font {
        font-size: 0.9em;
    }
}
 

.selected {
    background-color: #F0F0F0;
}

.marrtmin25 {
    margin-right: -25px !important;
}

/*defect fix-4762*/
.orderstatusbutton {
    min-width: 0% !important;
}

@media (min-width:766px) {
    .note-est-net-price {
        margin-left: 150px;
        margin-top: -40px;
    }
}

.account-per-input {
    width: 99.4%;
}
