/* Main.css version 1.2

================================================== */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
        url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/droidsans-webfont.woff') format('woff'),
        url('../fonts/droidsans-webfont.ttf') format('truetype'),
        url('../fonts/droidsans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    height: 100%;
}

em {
    color: #F00;
    font-family: Arial, Helvetica, sans-serif;
}

/*Error pages style*/

body.errorPage, body.loginPage {
    background: url(../images/patterns/2.png) repeat;
}

.errorContainer {
    background: url(../images/patterns/6.png) repeat;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    /* top:50%;*/
    left: 50%;
    margin-left: -286px;
    margin-top: -155px;
    width: 540px;
}

.errorContainer h1 {
    font-size: 10em;
    line-height: 1em;
}

.errorContainer.offline h1 {
    font-size: 5em;
}

.errorContainer h1 small {
    font-weight: 700;
    font-size: 0.3em;
}
.gary-box1{background: none repeat scroll 0% 0% rgb(251, 251, 251); border: 1px solid rgb(217, 217, 217);padding:10px 0px;}
.gary-box{background: none repeat scroll 0% 0% rgb(251, 251, 251); border: 1px solid rgb(217, 217, 217); padding: 20px 0px;}
.loginContainer {
    position: absolute;
    border: 1px solid #c4c4c4;
    width: 300px;
    /*height:232px;*/
    height: auto;
    left: 50%;
    top: 50%;
    margin-left: -171px;
    margin-top: -150px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    background: #fefefe;
    padding: 0px 20px 0 20px;
}
.change-password{
    width: 32%;
    left: 47%
}
.loginContainer:after,.loginContainer:before,.errorContainer:after,.errorContainer:before {
    background: #f9f9f9;
    background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    border: 1px solid #c4c6ca;
    content: "";
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    width: 100%;
}

.loginContainer:after, .errorContainer:after {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    top: 0;
    z-index: -1;
}

.loginContainer:before, .errorContainer:before {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    top: 0;
    z-index: -2;
}

.loginPage .navbar .brand {
    float: none;
    text-align: center;
    margin: 0;
}

.loginContainer .forgot {
    float: left;
    margin: 5px 0 0 0;
    font-size: 11px;
}

.loginContainer .form-horizontal {
    margin-bottom: 0px;
}

.loginContainer .form-actions {
    margin: 0 -20px 0 -20px;
    padding-left: 20px !important;
    padding-right: 12px;
}

.loginContainer .form-row .form-label {
    text-align: left;
    padding-right: 27px;
    padding-top: 6px;
    position: relative;
}

#frmLogin label .icon16 {
    position: absolute;
    right: 0;
    bottom: -26px;
}
#frmConfPassword label .icon16 {
    position: absolute;
    right: 0;
    bottom: -26px;
}

/** {

        -moz-box-sizing: border-box;

        -webkit-box-sizing: border-box;

        box-sizing: border-box;

}*/



/*Colors*/

.green {
    color: #9FC569;
}

.red {
    color: #ED7A53;
}

.gray {
    color: #a2aaac;
}

.orange {
    color: #FF8A00;
}

.dark {
    color: #1F3140;
}

.blue {
    color: #1F1F1F;
}

.white {
    color: #ffffff;
}

.dark-red { 
    color : #bd362f;
}

/*position elements*/

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.center i {
    float: none;
    display: inline;
}



/*margins*/

.marginR5 {
    margin-right: 5px;
}

.marginR10 {
    margin-right: 10px;
}

.marginT5 {
    margin-top: 5px;
}

.marginT10 {
    margin-top: 10px;
}

.marginB5 {
    margin-bottom: 5px;
}

.marginB10 {
    margin-bottom: 10px;
}

.marginL5 {
    margin-left: 5px;
}

.marginL10 {
    margin-left: 10px;
}

.margin10 {
    margin: 10px;
}



/*paddings*/

.padding15 {
    padding: 15px;
}

.padingR5 {
    padding-right: 5px;
}

.padingR10 {
    padding-right: 10px;
}

.padingT5 {
    padding-top: 5px;
}

.padingT10 {
    padding-top: 10px;
}

.padingB5 {
    padding-bottom: 5px;
}

.padingB10 {
    padding-bottom: 10px;
}

.padingL5 {
    padding-left: 5px;
}

.padingL10 {
    padding-left: 10px;
}

.padding {
    padding: 10px;
}

div.centerContent {
    margin: 0;
    display: block;
}

.strong {
    font-weight: 700;
}

a,.btn {
    outline: none !important;
}





/* Typography 

-------------------------------------------------- */



li {
    margin-bottom: 7px;
}

a {
    color: #3399cc;
    text-decoration: none;
}

a:hover {
    color: #005580;
    text-decoration: none;
}

body {
    font-family: 'Droid Sans', 

        Helvetica, Arial, sans-serif;
    color: #353535;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    font-size-adjust: 100%;
    font-weight:normal;
    /*-webkit-text-stroke: 100%;*/;
}

p {
    margin: 0 0 9px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}

p small {
    font-size: 11px;
    color: #999999;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Signika', sans-serif;*/
    font-weight: 700;
    color: inherit;
    text-rendering: optimizelegibility;
    margin-bottom: 10px;
}

#top-nav a {
    font-family: 'Open Sans', sans-serif;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    font-weight: normal;
    color: #999999;
}

h1 {
    font-size: 30px;
    line-height: 45px;
}

h1 small {
    font-size: 18px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
}

h2 small {
    font-size: 18px;
}

h3 {
    font-size: 18px;
    line-height: 27px;
}

h3 small {
    font-size: 14px;
}

h4,h5,h6 {
    line-height: 18px;
}
.title h4{
    line-height:24px;
}
h4 {
    font-size: 14px;
}

h4 small {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
    color: #999999;
    text-transform: uppercase;
}

form{margin: 0;}
#searchForm .search-label-1, #searchForm .search-label{ margin-bottom: 0;}
#searchForm .text{ margin-bottom: 0; vertical-align: top;}


/*Change here if you want to use other fonts*/

#top-nav a, h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

body, p {
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
}



/* Boostrap override (make it pretty :)

================================================== */



/*Page header*/

.page-header {
    padding-bottom: 0;
    margin-top: 9px;
    border-color: #c4c4c4;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}



/*Tables*/

.table {
    position: relative;
}

.table td {
    border-top: 1px solid #c4c4c4;
}

.table thead th, .table tbody td {
    text-align: center;
    vertical-align: middle;
}

.table thead th:first-child, .table tbody td:first-child {
    text-align: left;
}

.table tr {
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    border-bottom: 1px solid #c4c4c4;
}
.table tbody tr.cancelled td{background: #bd362f!important; color: #FFFFFF}
.table tbody tr.cancelled td a span{color: #FFFFFF!important}
.table tr td table{border: 1px solid #c4c4c4; }
.table tbody {
    background-color: #fafafa;
}

.table tbody + tbody {
    border-top: 2px solid #c4c4c4;
}

/*.table tbody tr:last-child {
  border-bottom: 1px solid #c4c4c4;
}*/

.table thead th {
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}
.table thead th  div.checker, .table tbody td  div.checker{margin: 0;}

.table-bordered {
    border-color: #c4c4c4;
    border-top: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding-bottom: 1px;
    border-collapse: collapse;
    margin-top: -1px;
    margin-left: -1px;
}

.table caption + thead tr:first-child th,.table caption + thead tr:first-child td,.table colgroup + thead tr:first-child th,

.table colgroup + thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td {
    border-top: 1px solid #c4c4c4;
}

.table-bordered th,.table-bordered td {
    border-left: 1px solid #c4c4c4;
}

.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
}

.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
}

.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
}

.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
}

.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th {
    background-color: #f7f7f7;
}

.table tbody tr:hover td,

.table tbody tr:hover th {
    background-color: #e8eaeb;
}

.table .ch {
    width: 10px;
}

.noPad .table {
    border: 1px solid transparent;
    margin-bottom: -1px;
    margin-top: -1px;
}

.box .dataTables_wrapper {
    margin-left: -1px;
}

/*Forms*/

.form-row {
    margin-top: 15px;
    width: 100%;
    position: relative;
}


.form-row .form-label {
    text-align: right;
    padding-right: 27px;
    padding-top: 0px;
}

#general .form-label{ text-transform: capitalize;}
.popover-title{ text-transform: capitalize;}
.form-row .watermark_container {
    width: 100%;
}

.form-row .help-block {
    margin-left: 0;
    min-height: 16px;
}

.form-row label .help-block {
    font-size: 11px;
    color: #999999;
}

.form-row .grid-inputs {
    margin-left: 0;
}

.form-row .grid-inputs input {
    margin-bottom: 15px;
}

.form-row .controls, .form-row .controls-textarea {
    margin-left: 0;
}

.form-row .controls input {
    margin-bottom: 20px;
}

.form-row .controls input:nth-child(2) {
    margin-bottom: 5px;
}

/*.form-row input, .form-row textarea, .form-row select {width: 100%;}*/

.form-row .form-actions {
    padding-left: 0;
}

#content .form-row.row-fluid {
    margin-top: 15px;
}

#content .form-row.row-fluid .row-fluid {
    margin-top: 0;
}

.form-horizontal .controls {
    padding-left: 0;
}



/*Left direction in labels */

.form-row .form-label.lDir {
    text-align: left;
    padding-right: 27px;
    padding-top: 6px;
}

.seperator .form-row {
    border-bottom: 1px dashed #c4c4c4;
    padding-bottom: 10px;
}

.seperator .form-row:last-child {
    border-bottom: none;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0px;
}

.controls label.checkbox {
    margin-left: -18px;
}

select {
    width: 150px;
}

.form-actions {
    border-bottom: 1px solid #E5E5E5;
    -moz-box-shadow: 0 1px 0px rgba(229, 229, 229, 0.1);
    -webkit-box-shadow: 0 1px 0px rgba(229, 229, 229, 0.1);
    box-shadow: 0 1px 0px rgba(229, 229, 229, 0.1);
}

.btn-group > .dropdown-toggle {
    padding-bottom: 12px;
}

/*Labels & badge fix*/

.label {
    padding: 2px 4px 2px;
}

.badge {
    padding-top: 2px;
    padding-bottom: 2px;
}

.tab-content {
    background-color: #fff;
    padding: 15px;
    border-left: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
}

.nav-tabs {
    margin-bottom: 0;
    border-color: #c4c4c4;
    background: #fff;
    border-top: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid #c4c4c4;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.nav-tabs.pattern {
    background: url(../images/patterns/2.png) repeat;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-color: #c4c4c4;
    border-bottom: 2px solid #fff;
    margin-left: -1px;
    border-top: 1px solid transparent;
}

.nav-tabs > li > a {
    margin-left: -1px;
    margin-right: -1px;
    border-right: 1px solid #c4c4c4;
    border-left: 1px solid transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.nav-tabs > li > a:hover {
    border-color: transparent #c4c4c4 transparent #c4c4c4;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.nav-tabs > li:first-child > a:hover {
    -webkit-border-radius: 0 0 0 2px;
    -moz-border-radius: 0 0 0 2px;
    border-radius: 0 0 0 2px;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
    border-radius: 0;
}

.tabs-below > .tab-content {
    border-top: 1px solid #c4c4c4;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.tabs-below .nav-tabs > .active > a,.tabs-below .nav-tabs > .active > a:hover {
    margin-top: 0;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-color: #ffffff #c4c4c4 #c4c4c4 #c4c4c4;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

.tabs-below > .nav-tabs {
    border-top: none;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: -1px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.tabs-below > .nav-tabs > li {
    margin-bottom: -1px;
}

.tabs-below > .nav-tabs > li > a:hover {
    border-color: #c4c4c4 #c4c4c4 #c4c4c4 #c4c4c4;
}

.tabs-left > .nav-tabs {
    border-color: #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    margin-right: -1px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.tabs-left > .tab-content {
    min-height: 100%;
    min-height: 81px;
    border-top: 1px solid #c4c4c4;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover {
    border-color: #c4c4c4 #fff #c4c4c4 #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    /*margin-right: -1px;*/;
}

.tabs-left> .nav-tabs .active > a {
    border-right: 1px;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #c4c4c4;
}

.tabs-left > .nav-tabs > li > a:hover {
    border-color: #c4c4c4 #c4c4c4 #c4c4c4 #c4c4c4;
    margin-left: -1px;
    margin-right: -1px;
}

.tabs-left > .nav-tabs > li:first-child a:hover {
    border-top: 1px solid transparent;
}

.tabs-left > .nav-tabs > li.active:first-child a:hover {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.tabs-left > .nav-tabs > li.active:first-child a {
    border-top: 1px solid transparent;
}

.tabs-right > .nav-tabs {
    margin-left: -1px;
    border-left: 1px solid #c4c4c4;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    border-bottom: 1px solid #c4c4c4;
}

.tabs-right > .tab-content {
    min-height: 81px;
    border-top: 1px solid #c4c4c4;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
    border-color: #c4c4c4 #c4c4c4 #c4c4c4 transparent;
    border-bottom: 1px solid #c4c4c4;
    margin-right: -1px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover {
    border-left: 0;
}

.tabs-right > .nav-tabs > li > a {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    border-left: 1px solid #c4c4c4;
    margin-right: -1px;
}

.tabs-right > .nav-tabs > li:first-child a:hover {
    border-top: 1px solid transparent;
}

.tabs-right > .nav-tabs > li.active:first-child a:hover {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.tabs-right > .nav-tabs > li.active:first-child a {
    border-top: 1px solid transparent;
}

.tabs-right > .nav-tabs > li > a:hover {
    border-color: #c4c4c4 #c4c4c4 #c4c4c4 #c4c4c4;
    margin-left: -1px;
    margin-right: -1px;
    border-left: 1px solid #c4c4c4;
}


ul.stock-receipt{ list-style: none; margin:0;width: 49.5%; overflow: hidden; padding:0px 0 ;background-color:#FBFBFB;border:solid 1px #D9D9D9;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
ul.stock-receipt li { margin: 0 0 0 ; padding: 10px ;  line-height: 18px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow:hidden;}
ul.stock-receipt li label{display: inline-block; float: left;width:31.6239%; margin: 0;line-height: 18px; padding-left: 0px; font-family: Open Sans , arial}
ul.stock-receipt li div.ibutton-container label{display: block; float: none;width:inherit; margin: 0;line-height: 18px; padding-left: 0px; font-family: Open Sans , arial}
ul.stock-receipt li.even{border-right:solid 0px #D9D9D9;}
/*ul.stock-receipt li div:not(.ibutton-container > *){padding-left: 31.6239%; }*/
ul.contact_log_view li div{padding-left: 0.0%; }


ul.quote-top-left{ list-style: none; margin:0;width: 34.5%; overflow: hidden; padding:0px 0 ;background-color:#FBFBFB;border:solid 1px #D9D9D9;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
/*ul.quote-top-left li { margin: 0 0 0 ; padding: 10px ;  line-height: 18px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow:hidden;}*/
ul.quote-top-left li { margin: 0 0 0 ; padding: 10px;  line-height: 18px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow:hidden;}
ul.quote-top-left li label{display: inline-block; float: left;width:45.6239%; margin: 0;line-height: 18px; padding-left: 0px; font-family: Open Sans , arial}
ul.quote-top-left li.even{border-right:solid 0px #D9D9D9;}
ul.quote-top-left li div{padding-left: 31.6239%; }


ul.quote-top-right{ list-style: none; margin:0;width: 64.5%; overflow: hidden; padding:0px 0 ;background-color:#FBFBFB;border:solid 1px #D9D9D9;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
ul.quote-top-right li { margin: 0 0 0 ; padding: 10px ;  line-height: 18px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow:hidden;}
ul.quote-top-right li label{display: inline-block; float: left;width:31.6239%; margin: 0;line-height: 18px; padding-left: 0px; font-family: Open Sans , arial}
ul.quote-top-right li.even{border-right:solid 0px #D9D9D9;}
ul.quote-top-right li div{padding-left: 31.6239%; }


/*fix dropdown menu padding in tabs*/

.nav-tabs .dropdown-menu {
    top: auto;
    left: -1px;
}

.nav-tabs span.label {
    margin-left: 10px;
    margin-right: 5px;
}

.btn-group .dropdown-menu {
    top: 28px;
}

.btn-group.dropup .dropdown-menu {
    top: auto;
}

.tab-content .tab-pane.calendar {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    margin-top: -15px;
    overflow: hidden;
    position: relative;
}

.tab-content .tab-pane.calendar .fc-header-right {
    position: relative;
    top: 0;
    right: 0;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 5px;
    float: left;
}



/*Labels*/

.label {
    padding: 2px 4px 2px;
}



/*Accordion style*/

.accordion .accordion-group {
    margin-bottom: 0px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: -1px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.accordion .accordion-group:first-child {
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    /*border-bottom: none;*/;
}

.accordion .accordion-group:last-child {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    /*border-top:none;*/;
}

.accordion-heading {
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.accordion.pattern  .accordion-heading {
    background: url(../images/patterns/2.png) repeat;
}

.accordion-inner {
    border-color: #c4c4c4;
    background: #fff;
}

.accordion-toggle span {
    float: right;
    margin-top: 1px;
}



/*Progress bars*/

.progress {
    height: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #e1e1e1;
    box-shadow: -1px -1px 0 0 #d4d4d4 inset;
    z-index: 1;
}

.progress .bar {
    z-index: 2;
    height: 13px;
    border: 1px solid #439db8;
    box-shadow: 0 1px 0 #55cbee inset;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    color: white;
    text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.progress .bar + .bar {
    border-radius: 0;
    margin-left: -4px;
    box-shadow: none;
}

.progress .bar + .bar +.bar {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    margin-left: -4px;
    box-shadow: none;
}

.progress-info .bar {
    border: 1px solid #48a9c6;
    box-shadow: 0 1px 0 #4eb8d7 inset;
}

.progress-success .bar {
    border: 1px solid #57ac57;
    box-shadow: 0 1px 0 #65c765 inset;
}

.progress-danger .bar {
    border: 1px solid #b0352f;
    box-shadow: 0 1px 0 #d6423a inset;
}

.progress-warning .bar {
    border: 1px solid #ea8c06;
    box-shadow: 0 1px 0 #fe9706 inset;
}

.progress-mini {
    height: 6px;
}

.progress-mini .bar {
    height: 4px;
}

.progress-danger .bar {
    background-color: #ED7A53;
    background-image: -moz-linear-gradient(top, #ED7A53, #c43c35);
    background-image: -ms-linear-gradient(top, #ED7A53, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED7A53), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ED7A53, #c43c35);
    background-image: -o-linear-gradient(top, #ED7A53, #c43c35);
    background-image: linear-gradient(top, #ED7A53, #c43c35);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ED7A53', endColorstr='#c43c35', GradientType=0);
}



/*Pagination*/

.pagination {
    height: auto;
    margin: 0 0 18px 0;
}

.pagination a {
    display: inline-block !important;
    float: left !important;
    padding: 0 14px !important;
    line-height: 28px !important;
    text-decoration: none !important;
    border: 1px solid #c4c4c4 !important;
    border-left-width: 1px !important;
    background-color: #f3f3f3 !important;
    background: rgb(255,255,255) !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%) !important;
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%) !important;
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ) !important;
    min-height: 28px !important;
    color: #717171 !important;
    box-shadow: 0 1px 0 #eaeaea ,0 1px 0 #fff inset !important;
    margin-right: 4px !important;
    -webkit-border-radius: 2px 2px 2px 2px !important;
    -moz-border-radius: 2px 2px 2px 2px !important;
    border-radius: 2px 2px 2px 2px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.pagination li:last-child a {
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

.pagination a span {
    margin: 0;
    color: #717171;
    padding: 0;
    line-height: 28px;
    background: transparent;
    border: none;
}

.pagination li>span {
    margin: 0px 8px 0 7px !important;
    padding: 0 5px 0 5px !important;
    float: left !important;
    display: inline-block !important;
    border: none !important;
    background: transparent !important;
    line-height: 30px !important;
}

.pagination .active a, .pagination .active a:hover {
    color: #f2f2f2 !important;
    box-shadow: 0 1px 0 #eaeaea ,0 1px 0 #67c3da inset !important;
    border-color: #5098aa !important;
    background: #88BBC8 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false') !important;
}

.pagination a:hover {
    border: 1px solid #a3a3a3 !important;
    background: #e8e6e6 !important;
}

.pager a {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    color: #717171;
    box-shadow: 0 1px 0 #eaeaea ,0 1px 0 #fff inset;
    margin-right: 4px;
}

.pager a:hover {
    border: 1px solid #a3a3a3;
    background: #e8e6e6;
}



/*Modal window*/

.modal {
    margin: -250px 0 0 -280px;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.modal-header {
    padding: 9px 15px 0px 15px;
    border-bottom: 1px solid #c4c4c4;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.modal-footer {
    padding: 10px 15px 10px;
    text-align: center;
    border-top: 1px solid #c4c4c4;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}



/*Popover*/

.popover-inner {
    background: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.popover-title {
    margin-bottom: 0;
    border-bottom: 1px solid #c4c4c4;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.popover-content {
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

.carousel {
    margin-bottom: 25px;
}

.carousel-control {
    top: 50%;
    margin-top: -30px;
}



/* Layout structure

================================================== */

/*#header {

        background: url(../images/patterns/4.png) repeat;

        height:66px;

        border-bottom: 1px solid #c4c4c4;

        -moz-box-shadow:0 1px 0px rgba(255, 255, 255, 1);

        -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);

        box-shadow: 0 1px 0px rgba(255, 255, 255, 1);

        position: absolute;

        top:0;

        left:0;

        right:0;

        z-index: 1000;

}*/

#header {  
    background: url('../images/patterns/4.png') repeat;
    height: 112px;
    /*border-bottom: 1px solid #c4c4c4;*/
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    z-index: 1000;
}
.header_perth {
    /*background: url('../images/patterns/4.png') repeat;*/
    /**
    header color changed. for perth
    
    */
    background:none repeat scroll 0 0 #fce6b2 !important;
}
.header_perth .heading_menu {

    background:none repeat scroll 0 0 #fce6b2 !important;
}
.header_melbourne {
    /*background: url('../images/patterns/4.png') repeat;*/
    /**
    header color changed. for perth
    
    */
    background: url('../images/patterns/4.png') repeat;
}
.header_melbourne_cont { background-color: rgba(53, 190, 183, 0.30); }
.header_melbourne .heading_menu {
    /*background: url('../images/patterns/4.png') repeat;*/
    /**
    header color changed. for perth
    
    */
    background-color: rgba(53, 190, 183, 0.30);
}
.header_brisbane{
    background: url('../images/patterns/3.png') repeat;
}
.header_brisbane_cont { background-color:rgba(182, 197, 42, 0.3); }
.header_brisbane .heading_menu {
    /*background: url('../images/patterns/4.png') repeat;*/
    /**
    header color changed. for perth
    
    */
    background-color: rgba(182, 197, 42, 0.3);
}

.header_testing_cont { background-color: rgba(46, 252, 78, 0.39) }
.header_testing .heading_menu {
    /*background: url('../images/patterns/4.png') repeat;*/
    /**
    header color changed. for perth
    
    */
    background-color:rgba(46, 252, 78, 0.39)
}


/*.header-new{

        background: url(../images/patterns/4.png) repeat;

        float:left;

        width:100%;

        position:fixed;

        top:0;

        height:66px;

        position:fixed;

        z-index:1;

}*/

/*Fix the header in top*/

#header.fixed {
    position: fixed;
}

.fixed {
    position: fixed;
}

#header .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

#header .logo {
    padding: 0px 0px 0px 0px;
    float: left;
    width: 310px;
}

/*Navbar*/

.navbar {
    color: #3f3f3f;
    position: relative;
    margin-bottom: 0;
}

.navbar-inner {
    min-height: 69px;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

.navbar .brand {
    padding: 15px 12px 0 12px;
    margin-left: -20px;
    margin-right: 55px;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: #353535;
}

.navbar .brand .slogan {
    font-size: 14px;
    color: #6b6b6b;
}

.navbar .nav {
    margin: 15px 0px 5px 20px;
}

.navbar .nav > li {
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
}
.navbar .nav > li.instock > a span.instock_icon {background: url(../images/stock-in-1.png) no-repeat;  width: 16px;  height: 19px;  display: inline-block;  margin-left: 5px;    margin-right: 5px;    vertical-align: middle}
.navbar .nav > li.outstock > a span {background: url(../images/stock-out-1.png) no-repeat;  width: 16px;  height: 19px;  display: inline-block;  margin-left: 5px;    margin-right: 5px;    vertical-align: middle}
.navbar .nav > li > a {
    float: none;
    line-height: 18px;
    font-size: 12px;
    color: #555;
    /*padding: 8px 10px;*/
    padding: 5px 5px;
    border: 1px solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    -webkit-text-shadow: 0 1px 0 white;
    -moz-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
    border-color: #CCC #CCC #AAA;
    background-color: #E0E0E0;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px white;
    box-shadow: inset 0 0 1px white;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
    background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
    background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
}

.navbar .nav .active > a {
    color: #3f3f3f;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
    background: #fff;
    box-shadow: none;
}

/*.navbar .nav .active > a:after {
    content: "";
    background: url(../images/arrowdown.png) no-repeat;
    width: 11px;
    height: 8px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -5px;
}*/

.navbar .nav .active > a:hover {
    border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(153, 153, 153);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    background: #fff;
    color: #3f3f3f;
}

.navbar .nav li > a:hover {
    color: #3f3f3f;
    background: rgb(232,232,232);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(249,249,249,1)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 );
    text-decoration: none;
    border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(153, 153, 153);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
}

.navbar .nav .avatar {
    position: relative;
    padding-left: 44px;
}

.navbar .nav .image {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 36px;
    height: 32px;
}

.dropdown-menu {
    font-size: 12px;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 9999999999;
    display: none;
    float: left;
    min-width: 75px;
    padding: 4px;
    margin: 0;
    list-style: none;
    background: #efefef;
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.navbar .dropdown-menu:before, .dropdown .dropdown-menu:before{
    content: "";
    position: absolute;
    top: -13px !important;
    background: url(../images/arrowup.png) no-repeat !important;
    width: 15px !important;
    height: 14px !important;
    border: none !important;
    z-index: 5;
}
li.salesOrderPDF .dropdown-menu:before, li.quotePDF .dropdown-menu:before{right:12px; background: url(../images/pdf-arrowup.png) no-repeat !important;}

.dropdown-menu a {
    display: inline-block;
    padding: 5px 0 5px 5px;
    clear: both;
    font-weight: normal;
    line-height: 14px;
    color: #333;
    white-space: normal;
    width: 98%;
}
.box-form .dropdown-menu a:hover{background: none;color: #333;}
.dropdown .menu ul li a span {
    margin-right: 15px;
}

.navbar .nav li.dropdown ul a:hover {
    color: rgb(63, 63, 63);
    background: none;

    border: none;
    box-shadow: none;
}

.dropdown-menu .menu {
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: block;
    float: left;
    background: #fff;
    padding: 0 10px;
    margin-bottom: 0;
    min-width: 150px;
}

.dropdown-menu .menu ul {
    list-style: none;
    margin: 0;
}

.dropdown-menu .menu li {
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 14px;
    width: 100%;
}

.dropdown-menu .menu li:last-child {
    border-bottom: none;
}

.dropdown-menu .icon {
    float: left;
    padding: 6px 1px 6px 1px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #efefef;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 26px;
}

.dropdown-menu .menu .notif {
    min-width: 180px;
}

.dropdown-menu .menu .notif li a {
    padding-bottom: 0;
    line-height: 14px;
}

.dropdown-menu .menu .notif li {
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 7px;
}

.dropdown-menu .menu .notif li.header {
    padding-top: 10px;
    padding-bottom: 8px;
}

.dropdown-menu .notif .event {
    padding-top: 7px;
    padding-bottom: 5px;
    display: block;
    margin-right: 5px;
}

.dropdown-menu .menu .notif li.view-all {
    line-height: 28px;
    padding-top: 0 !important;
    padding-bottom: 3px !important;
}

.dropdown-menu .menu ul li a .icon {
    margin-bottom: 0px;
}

.dropdown-menu .icon.avatar {
    padding: 2px 1px 9px 2px;
}

.dropdown-menu .name {
    float: left;
    width: 168px;
}

.dropdown-menu .messages {
    min-width: 210px;
}

.dropdown-menu .messages a {
    padding: 0;
}

.dropdown-menu .messages .time {
    font-size: 8px;
    text-transform: uppercase;
    float: right;
    padding-top: 0px;
    margin-top: -13px;
}

.dropdown-menu .msg {
    width: 190px;
    clear: both;
    color: #6e6e6e;
}

.dropdown-menu .view-all {
    width: 100%;
    text-align: center;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

.dropdown-menu .header {
    font-size: 13px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #666666;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
    border-top-color: #666666;
    border-bottom-color: #666666;
    opacity: 0.8;
}

.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret {
    border-top-color: #666666;
    border-bottom-color: #666666;
}

.nav.pull-right.usernav li.dropdown a span.icon16 {
    padding-top: 2px;
}



/*Notification styles*/



/*Red style*/
.menu-name .notification {padding: 0; line-height: 20px; border-radius: 5px;top: -9px; right: -10px; text-align: center; max-width: 25px; min-width: 25px;  font-size: 10px;z-index: 100}
.menu-name ul li span.notification{top: 5px; right: 3px; max-width: 24px; min-width: 24px; font-size: 10px; line-height: 24px;}
#nav .menu-name ul li a{padding: 0 10px 0 5px;}
.notification {
    padding: 0px 7px 0px 7px;
    color: #fff;
    background: #ed7a53;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    font-family: Tahoma;
    position: absolute;
    top: -11px;
    right: -10px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    text-shadow: none;
}

.notification.green {
    background: #9fc569;
}/*green style*/

.notification.blue {
    background: #88bbc8;
}/*blue style*/



/*Responsive buttons*/

.resBtn {
    position: absolute;
    top: 15px;
    left: 235px;
    z-index: 1000;
    display: none;
}

.resBtn a, .resBtnSearch a {
    float: left;
    line-height: 16px;
    font-size: 12px;
    color: #555;
    padding: 9px 10px;
    border: 1px solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    -webkit-text-shadow: 0 1px 0 white;
    -moz-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
    border-color: #CCC #CCC #AAA;
    background-color: #E0E0E0;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px white;
    box-shadow: inset 0 0 1px white;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
    background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
    background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
    text-decoration: none;
}

.resBtnSearch {
    margin-top: 6px;
    display: none;
}



/*Collapse sidebar button*/

.collapseBtn {
    position: absolute;
    z-index: 1000;
    display: block;
}

.collapseBtn.shadow .icomoon-icon-arrow-left-2:before {
    content: "\e1b9";
    margin-right: -5px;
}

.collapseBtn.leftbar {
    top: 70px;
    -moz-animation: pulse 2s ease-in-out;
    -webkit-animation: pulse 2s linear;
    left: 170px;
}

.collapseBtn.rightbar {
    top: 120px;
    right: 18px;
}

.collapseBtn a {
    float: left;
    color: #555;
    padding: 0;
    border: 1px solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    -webkit-text-shadow: 0 1px 0 white;
    -moz-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
    border-color: #CCC #CCC #AAA;
    background-color: #E0E0E0;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px white;
    box-shadow: inset 0 0 1px white;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
    background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
    background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
    text-decoration: none;
}

.collapseBtn.shadow {
    /*box-shadow: 0px 0px 8px rgba(136, 187, 200, 0.99);
  
  -moz-box-shadow: 0px 0px 8px rgba(136, 187, 200, 0.99);
  
  -webkit-box-shadow: 0px 0px 8px rgba(136, 187, 200, 0.99);*/
    -moz-animation: pulse 2s ease-in-out;
    -webkit-animation: pulse 2s linear;
    margin-left: -3px;
}

@-moz-keyframes pulse {

    0% {
        box-shadow: 0px 0px 16px rgba(136, 187, 200, 0.99);
    }

    50% {
        box-shadow: 0px 0px 16px rgba(136, 187, 200, 0);
    }

    100% {
        box-shadow: 0px 0px 8px rgba(136, 187, 200, 0.99);
    }
}

@-webkit-keyframes pulse {

    0% {
        box-shadow: 0px 0px 16px rgba(136, 187, 200, 0.99);
    }

    50% {
        box-shadow: 0px 0px 16px rgba(136, 187, 200, 0);
    }

    100% {
        box-shadow: 0px 0px 8px rgba(136, 187, 200, 0.99);
    }
}

#wrapper {
    height: auto;
    min-height: 100%;
    position: relative;
    background: url(../images/patterns/5.png) repeat;
}



/*Content for left sidebar only*/

#content {
    padding: 67px 10px 10px 10px;

    /*padding: 106px 10px 10px 10px;*/
    margin-left: 213px;
    padding-top: 111px;
    min-height: 100%;
    /*background: url(../images/patterns/5.png) repeat;*/;
}



/*Content for right sidebar only*/

#content-one {
    padding: 67px 25px 25px 25px;
    margin-right: 212px;
    padding-top: 67px;
    min-height: 100%;
    background: url(../images/patterns/5.png) repeat;
}



/*Content for two sidebars*/

#content-two {
    padding: 67px 25px 25px 25px;
    margin-left: 213px;
    margin-right: 212px;
    padding-top: 67px;
    min-height: 100%;
    background: url(../images/patterns/5.png) repeat;
}

.contentwrapper {
    float: left;
    width: 100%;
}



/*Left sidebar*/



/*#sidebarbg {

        left: 0;

        z-index: 0;

        position: absolute;

        top:0;

        bottom:0;

        border-right: 1px solid #d9d9d9;

        width: 210px;

        background: url(../images/patterns/2.png) repeat;

}

#sidebar {

        width: 210px;

        padding-top: 67px;

        float: left;

        z-index: 1;

        position: relative;

}

*/





#sidebarbg {
    left: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 1px solid #d9d9d9;
    width: 210px;
    background: url(../images/patterns/2.png) repeat;
}

#sidebar {
    width: 210px;
    padding-top: 67px;
    float: left;
    z-index: 1;
    position: relative;
}

#sidebar .shortcuts, #sidebar-right .shortcuts {
    border-bottom: 1px solid #c4c4c4;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    position: relative;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    height: auto;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 5px;
    float: left;
}

.shortcuts ul {
    list-style: none;
    margin: 0;
    text-align: center;
    width: 100%;
}

.shortcuts ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 3px;
    padding-bottom: 0;
}

.shortcuts li a {
    float: left;
    padding: 0;
    width: 40px;
    height: 36px;
    border: 1px solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    -webkit-text-shadow: 0 1px 0 white;
    -moz-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
    border-color: #CCC #CCC #AAA;
    background-color: #E0E0E0;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px white;
    box-shadow: inset 0 0 1px white;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
    background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
    background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
}

.shortcuts li a:hover {
    border: 1px solid;
    background: rgb(232,232,232);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(249,249,249,1)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 );
    text-decoration: none;
    border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(153, 153, 153);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
.shortcuts li button {
    padding: 2px 10px 3px ;
    border: 1px solid;
    font-size: 13px;
    font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    -webkit-text-shadow: 0 1px 0 white;
    -moz-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
    border-color: #CCC #CCC #AAA;
    background-color: #E0E0E0;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px white;
    box-shadow: inset 0 0 1px white;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
    background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
    background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
}

.shortcuts li button:hover {
    border: 1px solid;
    background: rgb(232,232,232);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(249,249,249,1)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 );
    text-decoration: none;
    border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(153, 153, 153);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.shortcuts li a:hover span,.shortcuts li button:hover span {
    color: #3399cc;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

.shortcuts li a span {
    padding: 8px 3px 5px 3px;
    display: inline-block;
}
.shortcuts li button span {
    margin-right: 0px;
}



/*Right sidebar*/

#sidebarbg-right {
    right: 0;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d9d9d9;
    background: url(../images/patterns/2.png) repeat;
    width: 211px;
}

#sidebar-right {
    width: 211px;
    padding-top: 67px;
    float: right;
    z-index: 1;
    position: relative;
}

.search {
    float: right;
    position: relative;
    padding-right: 12px;
}

.search form {
    margin-bottom: 0;
}

.search .top-search {
    width: 75%;
    margin: 10px 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-color: #d9d7d7;
    padding-left: 25px;
}

.search .search-btn {
    background: url(../images/search.png) no-repeat;
    border: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 18px;
}

.sidenav {
    float: left;
    margin-left: 1px;
    width: 99.33333%;
}

#sidebar-right .sidenav {
    margin-left: 0px;
}

.mainnav ul {
    list-style: none;
    margin: 0;
}

#sidebar .mainnav li a span.icon16 {
    margin: 0;
    padding: 0 5px;
}

.mainnav li {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mainnav li a {
    position: relative;
    font-size: 14px;
    height: 38px;
    float: left;
    width: 100%;
    line-height: 38px;
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid white;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    color: #3f3f3f;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mainnav li a:hover {
    text-decoration: none;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    color: #1f1f1f;
}
#sidebar .mainnav li a span.instock-icon{background: url("../images/stock-in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);  width: 16px; display: inline-block; height: 19px; padding: 0; margin: 0 5px; vertical-align: text-bottom;}
#sidebar .mainnav li a span.outstock-icon{background: url("../images/stock-out.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);  width: 16px; display: inline-block; height: 19px; padding: 0; margin: 0 5px; vertical-align: text-bottom;}
.mainnav li a.current, .mainnav li a.current:hover {
    background: url(../images/patterns/5.png) repeat;
    width: 101%;
    margin-left: -1px;
}

#sidebar-right .mainnav li a.current, #sidebar-right .mainnav li a.current:hover {
    margin-left: -1px;
}

.mainnav li a span[class*=" icon-"], .mainnav li a span[class*=" brocco-icon-"], .mainnav li a span[class*=" cut-icon-"], .mainnav li a span[class*=" entypo-icon-"], .mainnav li a span[class*=" icomoon-icon-"],.mainnav li a span[class*=" minia-icon-"],.mainnav li a span[class*=" iconic-icon-"],.mainnav li a span[class*=" meteo-icon-"],.mainnav li a span[class*=" silk-icon-"],.mainnav li a span[class*=" typ-icon-"],.mainnav li a span[class*=" wpzoom-"],.mainnav li a span[class*=" eco-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.mainnav .notification {
    line-height: 21px;
    top: 8px;
    right: 30px;
    display: none;
}

.mainnav ul li .sub {
    display: none;
    float: left;
    width: 100%;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    margin-top: 0px;
}

.mainnav ul li .sub.expand {
    display: block;
}

.mainnav ul li .sub li a {
    font-size: 13px;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    border-top: 1px solid transparent;
}

.mainnav ul li .sub li a.current {
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.mainnav ul li .sub li a.current:hover {
    background: url(../images/patterns/5.png) repeat;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.mainnav ul li .sub li:first-child a.current {
    border-top: none;
}

.mainnav ul li .sub li:last-child {
    border-bottom: 1px solid #c4c4c4;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.mainnav ul li .sub li a:hover {
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    color: #1f1f1f;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}

.mainnav ul li .sub li {
    width: 100%;
}

/*.mainnav ul li .sub li:first-child a:hover {
  border-top: 1px solid transparent;
}*/
/*
.mainnav ul li .sub li:last-child a:hover {
  border-top: 1px solid #dfdfdf;
  border-bottom: none;
}*/

.mainnav ul li .sub a span[class*=" icon-"], .mainnav ul li .sub a span[class*=" brocco-icon-"],.mainnav ul li .sub a span[class*=" cut-icon-"],.mainnav ul li .sub a span[class*=" entypo-icon-"],.mainnav ul li .sub a span[class*=" icomoon-icon-"], .mainnav ul li .sub a span[class*=" minia-icon-"],.mainnav ul li .sub a span[class*=" iconic-icon-"],.mainnav ul li .sub a span[class*=" meteo-icon-"],.mainnav ul li .sub a span[class*=" silk-icon-"],.mainnav ul li .sub a span[class*=" typ-icon-"],.mainnav ul li .sub a span[class*=" wpzoom-"],.mainnav ul li .sub a span[class*=" eco-"] {
    padding-left: 25px;
    padding-right: 10px;
}

.mainnav ul li .sub li .sub a span[class*=" icon-"], .mainnav ul li .sub li .sub a span[class*=" brocco-icon-"], .mainnav ul li .sub li .sub a span[class*=" cut-icon-"], .mainnav ul li .sub li .sub a span[class*=" entypo-icon-"], .mainnav ul li .sub li .sub a span[class*=" icomoon-icon-"],  .mainnav ul li .sub li .sub a span[class*=" minia-icon-"], .mainnav ul li .sub li .sub a span[class*=" iconic-icon-"], .mainnav ul li .sub li .sub a span[class*=" meteo-icon-"], .mainnav ul li .sub li .sub a span[class*=" silk-icon-"], .mainnav ul li .sub li .sub a span[class*=" typ-icon-"], .mainnav ul li .sub li .sub a span[class*=" wpzoom-"],.mainnav ul li .sub li .sub a span[class*=" eco-"] {
    padding-left: 35px;
    padding-right: 10px;
}

.mainnav .hasDrop {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 0 !important;
}



/*Widget box style*/

.box {
    width: 100%;
    min-height: 100%;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    margin-bottom: 0px;
}

.box.hover {
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.box.plain.hover {
    box-shadow: none;
}

.box .title {
    height: auto;
    background: url(../images/patterns/2.png) repeat;
    position: relative;
    border: 1px solid #c4c4c4;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}
.title2{
    background: url(../images/patterns/3.png) repeat !important;
    border-bottom: 1px solid #7E7E7E !important;
}
.box.plain .title {
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
}

.box.gradient .title {
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.box .title.min {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.box .title h4 {
    padding-left: 15px;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;
}

h4 .label {
    float: right;
    margin-right: 40px;
}

h4 .badge {
    float: right;
    margin-right: 40px;
}

.box .title span[class*=" icon-"], .box .title span[class*=" brocco-icon-"], .box .title span[class*=" cut-icon-"], 

.box .title span[class*=" entypo-icon-"], .box .title span[class*=" icomoon-icon-"], .box .title span[class*=" minia-icon-"], 

.box .title span[class*=" iconic-icon-"], .box .title span[class*=" meteo-icon-"], .box .title span[class*=" silk-icon-"],

.box .title span[class*=" typ-icon-"], .box .title span[class*=" wpzoom-"], .box .title span[class*=" eco-"] {
    margin: 0 10px 0 0px;
}

.box .title .loader {
    position: absolute;
    right: 40px;
    top: 10px;
}

.box .title>a {
    position: absolute;
    right: 10px;
    top: 8px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-decoration: none;
    color: #3f3f3f;
    /*padding: 2px 4px 0px 4px;*/
    text-indent: -9999px;
    background-color: #f3f3f3;
    width: 16px;
    height: 16px;
    padding: 0px 2px 3px 2px;
}

.box .spark {
    margin-right: 40px;
    float: right;
}

.box .box-form {
    margin-right: 40px;
    margin-bottom: 0;
    position: relative;
}

.box .box-form input {
    width: 100%;
    margin-bottom: 0;
}

.box .box-form .dropdown-menu {
    top: auto;
    left: auto;
}
.box .box-form .dropdown-menu li{margin: 0;}
.box .box-form .btn-mini.dropdown-toggle {
    margin-top: -1px;
}

.box .box-form .btn span {
    margin-right: 0;
    margin-top: -8px;
    display: inline-block;
}

.box .box-form .btn-mini span {
    margin-top: 0;
}

.box .box-form .dropdown-toggle {
    margin-top: 0px;
    padding-bottom: 0;
}

.box .box-form .btn span.caret {
    margin-left: 2px;
    margin-top: 7px;
}

.box .box-form .ibutton-container {
    margin-top: -2px;
}

.box .title .label span, .box .title .badge span {
    margin-left: 0;
    margin-right: 0;
}

.box .title .progress {
    width: 40%;
    position: absolute;
    right: 40px;
    top: 8px;
}

.box .title .minimize {
    cursor: pointer;
    background: url(../images/icons/minus.png) no-repeat center 3px #f3f3f3;
    display: none;
}

.box .title .maximize {
    background: url(../images/icons/plus.png) no-repeat center 3px #f3f3f3;
    display: block;
}
.popular-products{overflow: hidden;}
.popular-products.box .content{margin: 0 -1px -1px;}
.popular-products .minimize_section , .prod_grid .minimize_section {
    cursor: pointer;
    background: url(../images/icons/minus1.png) no-repeat center 3px;
    display: inline-block;  width: 21px;  height: 18px; margin-top: 1px;  *margin-right: .3em;  line-height: 14px;  vertical-align: text-top; 
}

.popular-products .maximize_section, .prod_grid .maximize_section {
    background: url(../images/icons/plus1.png) no-repeat center 3px;

    display: inline-block;  width: 21px;  height: 18px;  margin-top: 1px;  *margin-right: .3em;  line-height: 14px;  vertical-align: text-top; 
}

.popular-products .accordion-body .btn-danger { padding: 1px 5px; }

.toggle_section{
    width:5%;
    float:right;
}

.box .content {
    padding: 10px;
    border: 1px solid #c4c4c4;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: none;
    background-color: #fff;
    position: relative;
}

.box .content.vertical-scroll {
    width: 200px;
}

.box .content.noPad {
    padding: 0;
}

.box .content.noPad .nav-tabs {
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
}

.box .content.noPad .tab-content {
    margin-bottom: -1px;
    margin-left: -1px;
    margin-right: -1px;
}

.box.boxMargin {
    margin-bottom: 27px;
}	



/*General heading style*/

.heading {
    height: 49px;
    border-bottom: 1px solid #c4c4c4;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    z-index: 1;
    float: left;
    width: auto;
    min-width: 100%;
    position: relative;
    margin-top: 0px;
    margin-bottom: 14px;
    padding-left: 10px;
    margin-left: -12px;
    padding-right: 12px;
}

.heading h3 {
    line-height: 48px;
    float: left;
    margin-right: 20px;
}

.heading .breadcrumb {
    float: right;
    padding: 15px 10px 6px 10px;
    margin: 0 20px 0 0;
    background: none;
    border: none;
    box-shadow: none;
}

.heading .breadcrumb span {
    margin-left: 0;
    margin-right: 0;
}

.heading .breadcrumb li:first-child {
    margin-right: 8px;
}



/*Big buttons with icons*/

.bigBtnIcon {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.bigBtnIcon li {
    text-align: center;
    margin-right: 14px;
    margin-bottom: 13px;
    display: inline-block;
}

.bigBtnIcon li a {
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 5px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    position: relative;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    text-decoration: none;
    width: 90px;
    height: 60px;
    display: inline-block;
}

.bigBtnIcon li a:after {
    content: "";
    width: 98px;
    height: 68px;
    border: 1px solid #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.bigBtnIcon li a:hover {
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    border-color: #a5a5a5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bigBtnIcon li a.pattern {
    background: url(../images/patterns/sidebarbg1.png) repeat;
}

.bigBtnIcon li a .icon {
    font-size: 26px;
    width: 100%;
    margin: 8px 0 12px 0;
    display: inline-block;
}

.bigBtnIcon li a .txt {
    line-height: 12px;
    text-align: center;
    font-size: 12px;
}

.bigBtnIcon li a .notification {
    padding: 0 6px 1px 6px;
    z-index: 999;
} 



/*Circle stats*/

.circle-stats {
    text-align: center;
    margin-top: -5px;
    position: relative;
}

.circular-item {
    position: relative;
    width: 82px;
    height: 82px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.circular-item .icon {
    font-size: 20px;
    position: absolute;
    top: 48%;
    left: 50%;
    margin-top: -18px;
    margin-left: -10px;
}

.circular-item input {
    cursor: default;
    box-shadow: none;
    border: none;
    height: auto;
    position: absolute;
    top: 15px;
    border-color: rgba(82, 168, 236, 0.8);
}

.circular-item input:focus {
    outline: 0;
    outline: thin dotted 0;
    /* IE6-9 */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.circular-progress-item {
    position: relative;
    width: 82px;
    height: 82px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.circular-progress-item input {
    cursor: default;
    box-shadow: none;
    border: none;
    height: auto;
    position: absolute;
    top: 0px;
    border-color: rgba(82, 168, 236, 0.8);
}

.circular-progress-item input:focus {
    outline: 0;
    outline: thin dotted 0;
    /* IE6-9 */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



/*circular porgress bars*/

.jCProgress {
    position: absolute;
    z-index: 999;
    /*  margin-top:-15px; /* offset from the center */;
}

.jCProgress > div.percent {
    font-size: 16px;
    text-shadow: 0px 0px 1px #1f1f1f;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    text-align: center;
    width: 40px;
    margin-top: 2px;
}

div.percent:before {
    content: "%";
    width: 10px;
}



/*Reminder*/

.reminder {
    position: relative;
    margin-bottom: 25px;
}

.reminder h4 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 3px;
    margin-bottom: 0px;
    line-height: 37px;
    position: relative;
}

.reminder ul {
    list-style: none;
    margin: 0;
}

.reminder li {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.reminder ul li .icon {
    float: left;
    width: 32px;
    margin-top: 6px;
}

.reminder .number {
    float: left;
    font-size: 26px;
    font-weight: 700;
    padding: 0 15px;
    color: #ed7a53;
    margin-top: 6px;
}

.reminder .btn {
    text-transform: uppercase;
    float: right;
    font-weight: 700;
}

.reminder .txt {
    float: left;
    margin-top: 6px;
}

.reminder li:hover {
    background: #fcfcfc;
    border-color: #d9d9d9;
}



/* Icon in headlines */

h4 .icon {
    width: auto;
    position: absolute;
    right: 0;
}

h4 .icon span {
    color: #7d7d7d;
}

h4 .icon span:hover {
    color: #3F3F3F;
}





/*Spark stats*/

.sparkStats {
    position: relative;
    margin-bottom: 25px;
}

.sparkStats ul {
    margin: 0;
}

.sparkStats li {
    margin-bottom: 0;
    line-height: 32px;
    padding-top: 3px;
}

.sparkStats li .number {
    font-size: 18px;
    font-weight: 700;
    padding: 0 10px;
    color: #ed7a53;
}

.sparkStats li span:first-child {
    margin-right: 15px;
}

.sparkStats h4 {
    position: relative;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 37px;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}



/*Chart shortcuts style*/

.chartShortcuts {
    width: 100%;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.chartShortcuts li {
    display: inline-block;
    margin: 0 5px 5px 0;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.chartShortcuts a {
    float: left;
    color: #666666;
    min-width: 150px;
    padding: 10px 0px 10px 10px;
    background: url(../images/icons/external.png) no-repeat;
    background-position: 150% center;
    text-align: left;
}

.chartShortcuts a:hover {
    background-position: 85% center;
    color: #444444;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.chartShortcuts .head {
    font-size: 11px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.chartShortcuts .number {
    font-family: 'Signika';
    float: left;
    font-size: 21px;
    font-weight: 700;
    width: 100%;
}



/*To Do List*/

.todo {
    position: relative;
    margin-bottom: 27px;
}

.todo h4 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 37px;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.todo ul {
    list-style: none;
    margin: 0;
}

.todo li {
    margin-bottom: 0;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 10px;
    padding-bottom: 10px;
}

.todo li:hover {
    background: #FCFCFC;
    border-color: #D9D9D9;
}

.todo li .txt {
    float: left;
}

.todo li .by {
    margin-left: 10px;
    margin-right: 10px;
}

.todo li .date {
    margin-right: 10px;
}

.todo li .controls {
    float: right;
}



/*Sidebar Widget*/

.sidebar-widget {
    position: relative;
    margin: -1px 0 10px 0;
    display: block;
    float: left;
    width: 100%;
}

.sidebar-widget .content {
    padding: 0px 10px;
    position: relative;
}

.sidebar-widget .title {
    /*background-color: #e5e5e5;*/
    background: url(../images/patterns/3.png) repeat;
    padding: 5px 15px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.sidebar-widget .content span.icon16.left {
    line-height: 12px;
}

.sidebar-widget .progress {
    margin-bottom: 2px;
    width: 70%;
    margin-top: 2px;
}

.sidebar-widget .percent {
    position: absolute;
    right: 10px;
    top: -1px;
    font-weight: 700;
}

.sidebar-widget .stat {
    font-size: 11px;
}

.vital-stats {
    margin-bottom: 25px;
}

/*Sidebar Widget stats*/

.sidebar-widget .stats {
    position: relative;
    margin: 0px -10px;
}

.stats .item {
    width: 90px;
    float: left;
    margin-left: 10px;
    margin-bottom: 5px;
}

.sidebar-widget .item span.icon16.left {
    line-height: 18px;
}

.stats .head {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.stats .number {
    font-size: 20px;
    font-weight: 700;
    float: left;
    width: 48%;
}

.stats .txt {
    float: left;
}

.stats .change {
    float: left;
    margin-top: 8px;
}

.stats .change span {
    margin-left: -2px;
    margin-right: 0;
}

.stats .spark {
    float: left;
    margin-top: 8px;
    margin-left: 5px;
}



/*Rightnow stats style*/

.rightnow {
    position: relative;
}

.rightnow ul {
    margin-left: 10px;
}

.rightnow li {
    line-height: 24px;
}

.rightnow .number {
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    width: 30px;
    float: left;
    text-align: right;
    color: #2C7282;
}



/*Misc styles*/

.pie-chart-label {
    font-size: 12px;
    text-align: center;
    background: #e2e2e2;
    color: #000;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px 10px;
    -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
    opacity: 0.8;
}



/*Btn with font face icon fix*/

.right .btn [class^="brocco-icon-"],.right .btn [class*=" brocco-icon-"],.right .btn [class^="cut-icon-"], .right .btn [class*=" cut-icon-"],.right .btn [class^="entypo-icon-"],.right .btn [class*=" entypo-icon-"],.right .btn [class^="icomoon-icon-"],.right .btn [class*=" icomoon-icon-"],.right .btn [class^="minia-icon-"],.right .btn [class*=" minia-icon-"],.right .btn [class^="iconic-icon-"],.right .btn [class*=" iconic-icon-"],.right .btn [class^="meteo-icon-"],.right .btn [class*=" meteo-icon-"],.right .btn [class^="silk-icon-"],.right .btn [class*=" silk-icon-"],.right .btn [class^="typ-icon-"],.right .btn [class*=" typ-icon-"] {
    margin-left: 0;
    margin-right: 0;
}

.btn [class^="brocco-icon-"], .btn [class*=" brocco-icon-"], .btn [class^="cut-icon-"],  .btn [class*=" cut-icon-"], .btn [class^="entypo-icon-"], .btn [class*=" entypo-icon-"], .btn [class^="icomoon-icon-"], .btn [class*=" icomoon-icon-"], .btn [class^="minia-icon-"], .btn [class*=" minia-icon-"], .btn [class^="iconic-icon-"], .btn [class*=" iconic-icon-"], .btn [class^="meteo-icon-"], .btn [class*=" meteo-icon-"], .btn [class^="silk-icon-"], .btn [class*=" silk-icon-"], .btn [class^="typ-icon-"], .btn [class*=" typ-icon-"] {
    margin-left: 0;
    margin-right: 5px;
}

.btn-link:disabled {
    background: none;
    cursor: not-allowed;
}

.hasTimeEntry {
    background: url(../images/spinner.png) no-repeat center right;
}



/* Dual Multiselect

----------------------------------*/

.leftBox {
    float: left;
    width: 38%;
}

.rightBox {
    float: right;
    width: 38%;
    margin-right: 2%;
}

.dualBtn {
    text-align: center;
    width: 100px;
    margin: 160px 1px;
    position: absolute;
    left: 50%;
    margin-left: -55px;
}

.dualBtn .btn span {
    margin-right: 0;
}

.searchField {
    max-width: 60%;
    margin: 0 5px 0 5px;
    float: left;
    background: url(../images/search.png) no-repeat 95% center;
}

.searchBox {
    margin: 10px 0 22px 0;
    position: relative;
    width: 100%;
}

.searchBox > span {
    float: left;
    display: block;
    margin-top: 8px;
}

.searchBox button {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
}

.count {
    margin-top: 10px;
    display: block;
    float: left;
}

#box1Clear span, #box2Clear span {
    display: inline-block;
    margin-right: 0;
}

.clear {
    clear: both;
}
.clear1 {
    clear: both;
    margin-bottom: 10px;
}

.slider {
    margin-top: 8px;
}

.pbar .ui-progressbar-value {
    display: block !important;
}

.pbar {
    overflow: hidden;
}

.percent1 {
    position: relative;
    float: left;
}

.elapsed {
    position: relative;
    float: right;
}



/* Gallery view

----------------------------------*/

.galleryView>li img {
    border: 1px solid #e3e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
}

.galleryView>li img:hover {
    border: 1px solid #88BBC8;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.galleryView>li .actionBtn {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.galleryView>li .actionBtn a {
    padding: 3px;
    background: #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 23px;
    display: inline-block;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.galleryView>li .actionBtn a span {
    margin-left: 0;
    margin-right: 0;
}

.galleryView>li .actionBtn a:first-child {
    float: left;
    margin-left: 10px;
}

.galleryView>li .actionBtn a:last-child {
    float: right;
    margin-right: 10px;
}



/*Activity widget*/

.activity {
    position: relative;
    list-style: none;
    padding-top: 15px;
    margin-left: 0;
    padding-bottom: 0;
}

.activity li {
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 0 15px 0;
    width: 100%;
}

.activity li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}

.activity li:hover {
    border-color: #a9a9a9;
}

.activity li span {
    margin-left: 25px;
    margin-right: 20px;
    margin-bottom: 25px;
    float: left;
}

.activity li strong {
    text-align: center;
    margin-right: 2px;
}

.activity li .btn {
    margin-left: 15px;
    margin-right: 15px;
}

.activity li small {
    margin-right: 15px;
    font-size: 11px;
    color: #999999;
}

.recent-users {
    position: relative;
    list-style: none;
    padding-top: 15px;
    margin-left: 0;
    padding-bottom: 0;
}

.recent-users li {
    border-bottom: 1px solid #c4c4c4;
    padding: 10px 0 15px 0;
    width: 100%;
}

.recent-users .avatar {
    margin-left: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid #e3e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px;
    float: left;
}

.recent-users .avatar img {
    width: 40px;
    height: 40px;
}

.recent-users .avatar span {
    margin-top: 8px;
    display: inline-block;
}

.recent-users .name {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.recent-users .status {
    float: right;
    margin-right: 15px;
    margin-top: 2px;
}

.recent-users .status small {
    font-size: 11px;
    color: #999999;
}

.recent-users .email {
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}

.recent-users li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
}



/*Messages layout*/

.messages {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: -7px;
}

.messages li {
    position: relative;
    padding: 10px 0 15px 0;
    width: 100%;
}

.messages li.sendMsg {
    border-top: 1px solid #c4c4c4;
    padding-top: 15px;
    background: #f0f0f0;
}

.messages li.sendMsg form {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
}

.messages li a.avatar {
    float: left;
    margin: 0 15px 0 15px;
}

.messages li a.avatar img {
    width: 40px;
    height: 40px;
}

.messages li div.message {
    position: relative;
    margin-right: -6px;
    margin-left: 81px;
    border: 1px solid #d8d8d8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.messages li.user div.message:after {
    float: left;
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 10px;
    height: 17px;
    background: url(../images/icons/arrow-left.png) no-repeat;
}



.messages li div.message .head {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.messages li div.message .head span.name {
    float: left;
    color: #999999;
}

.messages li div.message .head span.name strong {
    color: #ED7A53;
}

.messages li div.message .head span.time {
    float: right;
    font-size: 11px;
    color: #999999;
    margin-right: -2px;
    position: absolute;
    width: auto;
    right: 8px;
}

.messages li div.message p {
    margin-bottom: 0
}

.messages li.admin a.avatar {
    float: right;
}

.messages li.admin div.message {
    margin-left: 15px;
    margin-right: 75px;
}

.messages li.admin div.message .head span.name {
    float: right;
}

.messages li.admin div.message .head span.time {
    float: left;
    margin-right: 15px;
}

.messages li.admin div.message:after {
    float: left;
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 10px;
    height: 17px;
    background: url(../images/icons/arrow-right.png) no-repeat;
}		

.messages .message-to-list{float:left;}


/*loader*/

.loadstate, .loadstate body {
    overflow: hidden;
}

.loadstate body > * {
    visibility: hidden;
}

.loadstate #qLoverlay {
    visibility: visible;
}

.loadstate #qLbar {
    visibility: visible;
}

/*.js .tab-pane {display:block !important}*/

/*.js .hide {display: inherit}*/

#qLoverlay {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 666999;
    top: 0;
    left: 0;
    background: url(../images/patterns/3-1.png) repeat;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#qLbar {
    visibility: visible;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -40px;
    background: url(../images/loader.gif) no-repeat;
    z-index: 667999;
}

.qLoverlay-new {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 666999;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=90);
}

.qLbar-new {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    left: 50%;
    background: url(../images/loader-small.gif) no-repeat;
    z-index: 667999;
}

.qLoverlay-new-instock {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 666999;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=90);
}

.qLbar-new-instock {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    left: 50%;
    background: url(../images/loader-small.gif) no-repeat;
    z-index: 667999;
}

.qLoverlay-new-outstock {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 666999;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=90);
}

.qLbar-new-outstock {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    left: 50%;
    background: url(../images/loader-small.gif) no-repeat;
    z-index: 667999;
}

.showProcess {
    display: block !important;
}





/*Invoice page*/

.invoice {
    position: relative;
}

.invoice .content {
    padding-left: 25px;
    padding-right: 25px;
}

.invoice .invoice-info {
    float: right;
    margin-right: 10px;
    font-size: 12px;
    width: 100px;
    padding: 5px 0;
}

.invoice .invoice-info .number {
    float: left;
}

.invoice .invoice-info .data {
    float: left;
}

.invoice .print {
    float: right;
    margin-right: 25px;
    margin-top: 5px;
}

.invoice .print a span {
    margin-top: 8px !important;
    margin-left: 8px !important;
    display: inline-block;
}

.invoice .print a {
    float: left;
    padding: 0;
    width: 40px;
    height: 36px;
    border: 1px solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    position: relative;
    -webkit-text-shadow: 0 1px 0 white;
    -moz-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
    border-color: #CCC #CCC #AAA;
    background-color: #E0E0E0;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px white;
    box-shadow: inset 0 0 1px white;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
    background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
    background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
}

.invoice .print a:hover {
    border: 1px solid;
    background: rgb(232,232,232);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(249,249,249,1)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#f9f9f9',GradientType=0 );
    text-decoration: none;
    border-color: rgb(170, 170, 170) rgb(170, 170, 170) rgb(153, 153, 153);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.invoice .you {
    float: left;
    margin-bottom: 15px;
}

.invoice .client {
    float: right;
}

.invoice .payment {
    float: left;
}

.invoice .total {
    float: right;
    margin-right: 20px;
}

.invoice .total span {
    font-size: 20px;
}

.invoice-footer {
    border-top: 1px solid #c4c4c4;
    padding: 10px 0;
    margin-top: 10px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -10px;
    background: #f1f1f1;
}

.invoice-footer p {
    margin-left: 20px;
    margin-top: 10px;
}

form .image {
    padding: 5px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}



/* Form Validation */

label.error {
    padding: 3px 4px 3px 4px;
    color: #c93605;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(164, 44, 4, 0.20);
    -moz-text-shadow: 0px 1px 1px rgba(164, 44, 4, 0.20);
    -webkit-text-shadow: 0px 1px 1px rgba(164, 44, 4, 0.20);
    font-size: 11px;
}

form input.error {
    border: 1px solid #ED7A53 !important;
}

form input.valid {
    border: 1px solid #9FC569 !important;
}

.controls .checker label.error {
    min-width: 260px;
    text-align: left;
    margin-top: -28px;
}

.controls label.error {
    margin-top: -20px;
}

.controls .selector label.error {
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
}

.controls .radio label.text-error {
    margin-top: -28px;
    min-width: 260px;
    text-align: left;
}

.controls.sel label.error, text-error {
    position: absolute;
    top: 50px;
}



/*Email page*/



.email-nav {
}

.email-nav .nav-list > .active > a, .email-nav .nav-list > .active > a:hover {
    background-color: #88BBC8;
}

.email-nav .nav-list > li > a {
    padding: 3px 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.email-nav .nav-header {
    color: #666;
}

.email-nav .composeBtn {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.email-nav .composeBtn .btn {
    text-transform: uppercase;
    font-weight: 700;
}

.email-nav .nav-list .divider {
    height: 1px;
    margin: 5px 1px;
    background-color: #c4c4c4;
    border-bottom: 1px solid white;
}

.email-header {
    margin-bottom: 20px;
}

.email-header .btn-group > .dropdown-toggle, .email-header .btn-group .check {
    padding: 2px 10px;
    font-size: 12px;
    -moz-border-radius: 2px 2px 2px 2px !important;
    -webkit-border-radius: 2px 2px 2px 2px !important;
    border-radius: 2px 2px 2px 2px !important;
}

.email-header .btn-group .check div.checker span {
    margin-left: 2px;
}

.email-header .btn-group label {
    margin-bottom: 0;
}

.email-header .btn-group > .btn:first-child {
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.email-header .btn-group > .btn:last-child {
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.email-header .btn-group .btn {
    height: 30px;
}

.email-header .btn-group .btn span.icon16 {
    margin-right: 0;
}

.email-header .btn-group .dropdown-menu a {
    font-size: 12px;
}

/*.email-header .btn-group .btn.dropdown-toggle {

        padding-top: 4px;

        padding-bottom: 4px;

        padding-right: 6px;

}*/



.email-content .box.plain {
    display: block;
}

.email-content .box .dataTables_filter {
    margin-right: 15px;
    position: absolute;
    top: -46px;
    right: 0;
}

.email-content .box.plain .dataTables_wrapper {
    padding-top: 0;
    margin-top: -2px;
}

.email-content .emailTable {
    border-left: 1px solid #C4C4C4;
}

.emailTable a {
    text-decoration: none;
    color: #555;
}

.emailTable .star span {
    cursor: pointer;
}

.emailTable .subject, .emailTable .from {
    text-align: left;
}

.emailTable .subject span {
    color: #999;
}

.emailTable .unread {
    color: #005580;
}

.compose {
    display: none;
}

.compose .form-label, .read-email .form-label {
    text-align: left;
    font-weight: 700;
    font-size: 13px;
}

.compose .page-header h4 {
    float: left;
    margin-right: 15px;
}

.compose .page-header .actions, .read-email .page-header .actions {
    margin-top: -6px;
    margin-bottom: 5px;
    display: inline-block;
}

.read-email {
    display: none;
}

.read-email .page-header .actions {
    width: 100%;
    margin-bottom: 10px;
}

.read-email .attach {
    margin-top: 0;
}

.read-email .attach dd {
    margin-bottom: 5px;
    margin-left: 0;
}

.read-email span.icon16 {
    margin-right: 0;
}





/*Support page*/

.support-section {
    position: relative;
}

.support-section .support-search {
    position: absolute;
    left: 50px;
}

.support-section .support-search form {
    margin-bottom: 0;
}

.support-section .support-search .searchfield {
    width: 100%;
    margin: 10px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #c4c4c4;
    padding-left: 25px;
    float: right;
    position: relative;
}

.support-section .support-search .search-btn {
    background: url(../images/search.png) no-repeat;
    border: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: -32px;
}

.support-section .nav-tabs {
    margin-top: 58px;
    overflow-x: hidden;
    width: 236px;
    height: 399px;
}

.support-section .nav-tabs li {
    position: relative;
    width: 236px;
}

.support-section .nav-tabs li a {
    border-left: 5px solid transparent;
    padding-right: 46px;
}

.support-section .nav-tabs li.active a {
    border-left: 5px solid #555;
}

.support-section .status {
    font-size: 32px;
    position: absolute;
    left: -5px;
    top: 21px;
    width: 10px;
    height: 10px;
}

.support-section .nav-tabs li:last-child a {
    padding-bottom: 10px;
}

.support-section .disconnected .status {
    font-size: 16px;
    left: 3px;
}

.support-section .avatar img {
    width: 40px;
    height: 40px;
}

.support-section .avatar .icon {
    width: 40px;
    height: 40px;
    font-size: 32px;
    margin-top: 10px;
    margin-left: 2px;
    display: inline-block;
}

.support-section .nav-tabs li .avatar {
    width: 40px;
    height: 40px;
    padding-right: 10px;
    padding-left: 20px;
    display: block;
    float: left;
}

.support-section .nav-tabs .name {
    float: left;
    line-height: 37px;
}

.support-section .closeMsg {
    position: absolute;
    right: 0px;
    top: 2px;
    display: none;
    cursor: pointer;
}

.support-section .tab-content {
    padding: 0;
}

.support-section .tab-pane.active {
    /*height: 457px;*/
    /*height: 300px;*/
}

.support-section .messages {
    padding: 15px;
    max-height: 400px;
}

.support-section .sendMsg {
    border: 1px solid #c4c4c4;
    margin-left: 0;
    margin-top: 15px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}

.support-section .sendMsg textarea {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 97%;
}

.support-section .sendMsg .send {
    margin-top: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 700;
    margin-left: 15px;
}

.support-section .sendMsg .attach {
    margin-top: 15px;
    display: inline-block;
    margin-left: 5px;
}

.support-section .notification {
    right: 15px;
    top: 18px;
}

.support-section .notification.newMsg {
    animation: support-notif 2s linear;
    -moz-animation: support-notif 2s ease-in-out;
    /* Firefox */
    -webkit-animation: support-notif 2s linear;
    /* Safari and Chrome */
    -o-animation: support-notif 2s linear;
    /* Opera */;
}

@keyframes support-notif {

    0% {
        -webkit-transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.08);
    }

    50% {
        -webkit-transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1);
    }

    70% {
        -webkit-transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes support-notif {

    0% {
        -webkit-transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.08);
    }

    50% {
        -webkit-transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1);
    }

    70% {
        -webkit-transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes support-notif /* Safari and Chrome */ {

    0% {
        -webkit-transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.08);
    }

    50% {
        -webkit-transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1);
    }

    70% {
        -webkit-transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-o-keyframes support-notif {

    0% {
        -webkit-transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1);
    }

    40% {
        -webkit-transform: scale(1.08);
    }

    50% {
        -webkit-transform: scale(1);
    }

    60% {
        -webkit-transform: scale(1);
    }

    70% {
        -webkit-transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}



/*FAQ page*/

.faq-search {
    position: relative;
    margin-top: -15px;
}

.faq-search form {
    margin-bottom: 0;
    position: relative;
}

.faq-search .searchfield {
    width: 50%;
    margin: 10px 10px 10px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #c4c4c4;
    padding-left: 25px;
}

.faq-search .search-btn {
    background: url(../images/search.png) no-repeat;
    border: none;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 7px;
}

.categories ul {
    list-style: none;
}

.categories ul li {
    line-height: 32px;
}

.categories a {
    color: #555;
    text-decoration: underline;
    font-weight: 700;
}

.categories a:hover {
    color: #666;
    text-decoration: none;
}

.popular-question ul {
    list-style: none;
}

.popular-question a {
    color: #555;
    text-decoration: underline;
    font-weight: 700;
}

.popular-question a:hover {
    color: #666;
    text-decoration: none;
}

.popular-question .txt {
    margin-bottom: 0;
}

.popular-question .info {
    font-size: 11px;
    margin-top: -5px;
    display: inline-block;
    color: #666;
}



/*

|--------------------------------------------------------------------------

| UItoTop jQuery Plugin 1.2

|--------------------------------------------------------------------------

*/



#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 30px;
    height: 31px;
    border: none;
    text-indent: 100%;
    background: url(../images/ui.totop.png) no-repeat left top;
    z-index: 999;
}

#toTopHover {
    background: url(../images/ui.totop.png) no-repeat left -31px;
    width: 30px;
    height: 31px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}





/* # Media queries

================================================== */



@media only screen and (max-width: 1350px) {

    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (max-width: 1100px) {

    #content-two .resBtnSearch {
        display: block;
        position: absolute;
        right: 15px;
    }

    #content-two .search {
        z-index: 1000;
        display: none;
        position: absolute;
        top: 0px;
        right: 70px;
        float: left;
        background: rgb(255,255,255);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
        border: 1px solid #c4c4c4;
        /*border-top: none;*/
        padding-right: 0;
        padding-top: 0px;
    }

    #content-two #searchform .top-search {
        width: 150px;
    }

    .heading .breadcrumb {
        margin-right: 40px;
    }
}
#header .navbar .nav li.instock a.dropdown-toggle, #header .navbar .nav li.outstock a{text-indent: 0px; width: auto; padding: 8px 10px;}

/*#header .navbar .nav li.scaffSAFEAppBtn{position: absolute; top: 0px; width: 140px; right: -150px;}*/
#header .navbar .nav li.scaffSAFEAppBtn a.turboApp{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #c64923;
    *background-color: #51a351;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f15a2b), to(#c64923));
    background-image: -webkit-linear-gradient(top, #f15a2b, #c64923);
    background-image: -o-linear-gradient(top, #f15a2b, #c64923);
    background-image: linear-gradient(to bottom, #f15a2b, #c64923);
    background-image: -moz-linear-gradient(top, #f15a2b, #c64923);
    background-repeat: repeat-x;
    border-color: #c64923 #c64923 #c64923;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

#header .navbar .nav li.instock a.dropdown-toggle{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#header .navbar .nav li.completed-po a{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#header .navbar .nav li.outstock a{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#header .navbar .nav li.shipments > a{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
#header .navbar .nav li.price-list a{
    color: #fff;
    font-weight: 400;
    text-shadow: inherit;
    background: #627d4d; 
    background: -moz-linear-gradient(top,  #627d4d 0%, #1f3b08 100%); 
    background: -webkit-linear-gradient(top,  #627d4d 0%,#1f3b08 100%);
    background: linear-gradient(to bottom,  #627d4d 0%,#1f3b08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); 

}
#header .navbar .nav li.pending-po > a{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #1ea4c9;
    *background-color: #1ea4c9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#46c9ed), to(#1391B4));
    background-image: -webkit-linear-gradient(top, #46c9ed, #1391B4);
    background-image: -o-linear-gradient(top, #46c9ed, #1391B4);
    background-image: linear-gradient(to bottom, #46c9ed, #1391B4);
    background-image: -moz-linear-gradient(top, #46c9ed, #1391B4);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

@media only screen and (max-width: 1024px) {

    #header .navbar .nav a {
        text-indent: -9999px;
        padding: 8px 0;
        width: 46px;
    }
    /*.navbar .nav > li.instock > a span:before {content: ""; background: url(../images/stock-in.png) no-repeat;  width: 16px;  height: 19px;  display: inline-block;  margin-left: 5px;    margin-right: 5px;    vertical-align: middle; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;}*/
    /*.navbar .nav > li.outstock > a span:before {content: "";background: url(../images/stock-out.png) no-repeat;  width: 16px;  height: 19px;  display: inline-block;  margin-left: 5px;    margin-right: 5px;    vertical-align: middle;position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto;}*/

    #header .navbar .nav a img.image {
        margin-left: 4px;
    }

    #header .navbar .nav a span.icon16 {
        text-indent: +9999px;
        margin-left: 15px;
        display: inline-block;
        line-height: 14px;
    }

    #header .navbar .nav a span.notification {
        text-indent: 0;
    }

    #header .dropdown-menu li span.name a {
        text-indent: 0 !important;
        padding: 5px 0 5px 5px;
        width: 100%;
    }

    #header .dropdown-menu li span.time {
        margin-top: -18px;
    }

    #header .dropdown-menu li.view-all a {
        text-indent: 0;
        padding: 5px 0 5px 5px;
        width: auto;
    }

    #header .dropdown-menu li.view-all a span.icon16 {
        text-indent: 0;
    }

    #header .dropdown-menu li.menu a {
        text-indent: 0;
    }

    #header .dropdown-menu li.menu a span {
        text-indent: 0 !important;
        margin-left: 0 !important;
    }

    #header .dropdown-menu .messages {
        padding-top: 0;
    }

    #header .dropdown-menu span.icon span {
        margin-left: 5px !important;
    }

    #header .dropdown-menu ul.notif a {
        width: 100% !important;
    }

    #header .dropdown-menu li a {
        width: auto !important;
    }

    .row-fluid .adress-details { margin: 0 10px 15px 0!important; }
    .row-fluid .adress-details .span3 { margin-right: 10px; }
    .row-fluid .customer_address { margin-right: 10px!important; }
    .row-fluid .customer_address .span3 { margin-right: 10px; }
    .row-fluid .adress-details .btn { padding: 4px 10px; }
    .row-fluid .customer_address .btn { padding: 4px 10px; }

    #ext_addre_dialog .addr_container { width: 195px!important; }
    #ext_addre_dialog .addr_container .btn { padding: 4px 10px; }

    .ipadhorizontal { margin-top: 10px; }
    .ipadhorizontalradio { margin: 0; }
}

@media only screen and (max-width: 980px) {

    .resBtn {
        left: 170px;
        display: block;
    }

    .navbar .nav {
        margin-left: 5px;
    }

    .collapseBtn {
        display: none;
    }

    #sidebar, #sidebar-right {
        width: 100%;
        z-index:2;
        margin-top: 67px;
        padding-top: 0;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 0;
        float: left;
        display: none;
    }

    #sidebarbg, #sidebarbg-right {
        display: none;
    }

    #sidebar .shortcuts, #sidebar-right .shortcuts {
        display: none;
    }

    #sidebar .sidenav, #sidebar-right .sidenav {
        display: none;
    }

    #sidebar>.sidebar-widget, #sidebar-right>.sidebar-widget {
        display: none;
    }

    #content {
        margin-left: 0 !important;
        padding-top: 0;
    }

    #content-one {
        margin-right: 0 !important;
        padding-top: 0;
    }

    #content-two {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mainnav ul li .sub {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .heading .breadcrumb {
        margin-right: 80px;
    }

    .resBtnSearch {
        display: block;
        position: absolute;
        right: 15px;
    }

    .search {
        z-index: 1000;
        display: none;
        position: absolute;
        top: 0px;
        right: 70px;
        float: left;
        background: rgb(255,255,255);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
        border: 1px solid #c4c4c4;
        /*border-top: none;*/
        padding-right: 0;
        padding-top: 0px;
    }

    #searchform .top-search {
        width: 150px;
    }

    .loginContainer input#username {
        width: 100%;
    }

    .form-row .form-label {
        text-align: left;
    }

    input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
        width: 98%;
    }

    .input-prepend input[class*="span"], .input-append input[class*="span"] {
        width: auto;
    } 





    /*Responsive tables*/

    table.responsive {
        margin-bottom: 0;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        width: 35%;
        overflow: hidden;
        /*overflow-x: scroll;*/
        border-right: 1px solid #c4c4c4;
        /* border-left: 1px solid #ccc;*/;
    }

    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }

    .box .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
        margin-bottom: 1px;
        margin-bottom: 5px;
    }

    .pinned table th, .pinned table td {
        white-space: nowrap;
    }

    .pinned td:last-child {
        border-bottom: 0;
    }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

    .box div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: none;
    }

    div.table-wrapper div.scrollable table {
        margin-left: 35%;
    }

    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

    table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, 

    table.responsive.pinned td {
        display: none;
    }

    .dataTables_filter {
        position: absolute;
        top: 15px;
    }

    .dataTables_wrapper .table-wrapper {
        margin-top: 45px;
        border-top: 1px solid #c4c4c4;
    }

    .paging_full_numbers a {
        display: none !important;
    }

    .paging_full_numbers a.previous, .paging_full_numbers a.next {
        display: block !important;
    }

    #header .navbar .nav li.scaffSAFEAppBtn{position:static}
    #header .navbar .nav.pull-right.usernav{z-index:999999; float:left; position:relative;}
    #header .navbar .nav.StockBtn{float:left; position:static; display:inline-block; clear:both; z-index:1}
    .nav-no-collapse{z-index:99999; position:relative}
    .dropdown-menu{}
    .heading_menu{float:left; width:100%; position:relative; clear:both;}
}

@media only screen and (max-width: 687px) {

    #header .nav .notification {
        display: none;
    }

    #header .navbar .nav > li {
        margin-right: 1px;
    }

    #header .usernav {
        margin-right: 15px;
    }

    .modal {
        width: 70%;
        left: 60%;
    }

    .faq-search .searchfield {
        width: 90%;
    }
}

@media only screen and (max-width: 572px) {

    #header {
        height: 110px;
    }

    .loginPage #header {
        height: 67px;
    }

    .loginPage .navbar .brand {
        width: auto;
    }

    #header .navbar .nav.pull-right {
        margin-left: 0;
    }

    .navbar .brand {
        margin-right: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 0;
        padding-right: 0;
    }

    .navbar .nav {
        margin-top: 0;
        margin-left: 50px;
    }

    .resBtn {
        top: 59px;
        left: 10px;
    }

    #wrapper {
        padding-top: 44px;
    }

    .dropdown-menu .menu {
        padding: 0 5px;
    }

    .holder a, .holder span {
        display: none;
    }

    .holder a.jp-previous, .holder a.jp-next {
        display: inline-block;
    }

    .modal {
        left: 70%;
    }

    .errorContainer {
        width: 450px;
        margin-left: -241px;
    }

    .support-section .sendMsg textarea {
        width: 94%;
    }

    .support-section .nav-tabs {
        width: 100px;
    }

    .support-section .nav-tabs li {
        width: auto;
    }

    .support-section .notification {
        right: 18px;
        top: 0;
    }

    .support-section .nav-tabs .name {
        line-height: 18px;
        width: 100%;
    }

    .support-section .support-search {
        left: 0;
    }

    .support-section .support-search .searchfield {
        width: 60px;
        margin: 10px 0px;
    }

    .support-section .support-search .search-btn {
        left: 7px;
    }
}

@media only screen and (max-width: 500px) {

    .heading {
        height: 96px;
    }

    .heading .breadcrumb {
        width: 100%;
        padding: 14px 0 0 0;
        margin: 0;
        float: left;
        margin-top: -8px;
        border-top: 1px solid #C4C4C4;
        padding-right: 28px;
        text-align: center;
        margin-left: -27px;
        padding-left: 28px;
    }

    .modal {
        left: 90%;
    }

    .errorContainer {
        width: 340px;
        margin-left: -185px;
    }

    .elfinder-navbar {
        width: 120px !important;
    }

    .search .search-btn {
        top: 18px;
    }

    .search {
        padding-top: 1px;
    }
}

@media only screen and (max-width: 400px) {

    .resBtn {
        top: 15px;
        left: 15px;
    }

    #header .navbar .nav {
        margin-left: 15px;
    }

    #header .navbar-inner {
        padding-left: 0;
    }

    .loginContainer {
        width: 250px;
        margin-left: -150px;
    }

    .leftBox, .rightBox {
        width: 100%;
        float: left;
    }

    .dualBtn {
        text-align: center;
        width: 100%;
        margin: 10px -10px;
        position: relative;
        float: left;
        left: 0;
        border-top: 1px solid #C4C4C4;
        border-bottom: 1px solid #C4C4C4;
        padding: 10px 10px;
        background: #f2f2f2;
        padding-bottom: 12px;
    }

    .modal {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .errorContainer {
        width: 280px;
        margin-left: -155px;
    }

    .invoice .you, .invoice .client {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .invoice .total {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    .support-section .support-search .searchfield {
        width: 100%;
        float: none;
    }

    .support-section .nav-tabs {
        width: 100%;
    }

    .support-section .nav-tabs .name {
        line-height: 38px;
        width: auto;
    }

    .support-section .notification {
        top: 18px;
    }
}

@media only screen and (max-width: 340px) {

    #header .navbar .nav {
        margin-left: 2px;
    }

    #header .usernav {
        margin-right: 2px;
    }

    .ui-datepicker {
        max-width: 260px;
    }

    .activity li .btn {
        margin-left: 0px;
        margin-right: 15px;
    }

    .dataTables_filter {
        position: absolute;
        top: 15px;
    }

    .dataTables_wrapper .table-wrapper {
        margin-top: 60px;
    }

    .dataTables_paginate {
        margin: 0;
        display: inline-block;
        margin-left: 50px;
        float: none;
        margin-bottom: 15px;
    }

    .dataTables_info {
        text-align: center;
        width: 100%;
        margin: 10px 0 15px 0;
        padding-left: 0;
    }

    .errorContainer {
        width: 240px;
        margin-left: -135px;
    }

    .errorContainer.offline h1 {
        font-size: 4em;
    }

    .elfinder-ltr .elfinder-button-search {
        width: 90%;
    }

    form .image {
        margin-bottom: 20px;
    }
}



/* Smartphones (landscape) ----------- */

@media only screen and (min-width : 321px) and (max-device-width : 480px) {

    .loginPage #header {
        display: none;
    }

    .loginContainer {
        top: 10px;
        margin-top: 0;
    }
}





/* Most phones */

@media only screen and (max-width: 320px) {

    #header .navbar .nav a {
        width: 36px;
    }

    #header .navbar .nav a span.icon16 {
        margin-left: 10px;
    }

    #header .navbar .nav a img.image {
        margin-left: 0px;
    }

    #header .navbar .nav {
        margin-right: 0px;
    }

    .resBtnSearch {
        right: 20px;
    }

    .fc-header-right {
        position: relative;
        top: 0;
        right: 0;
        float: left;
        margin-left: 60px;
    }

    .fc-header-center {
        margin-right: 80px;
    }

    .todo li .txt {
        width: 75%;
    }

    .sparkStats li {
        text-align: center;
    }

    .sparkStats li span:first-child {
        margin-right: 0px;
        width: 100%;
        float: left;
    }

    .loginContainer {
        width: 220px;
        margin-left: -130px;
        top: 15%;
        margin-top: 0;
    }

    .loginPage #header {
        display: none;
    }

    .ui-datepicker {
        max-width: 220px;
    }

    .breadcrumb li:first-child {
        display: none;
    }

    .recent-users .status {
        float: left;
        margin-left: 15px;
    }

    .modal {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .ui-pnotify {
        position: fixed;
        right: 10px !important;
    }

    .errorContainer {
        width: 200px;
        margin-left: -115px;
    }

    .errorContainer .btn {
        margin-bottom: 15px;
    }

    .elfinder-navbar {
        width: 80px !important;
    }

    .plupload_filelist_footer {
        height: auto;
        line-height: none;
    }

    #html4_uploader {
        height: auto !important;
    }

    .plupload_button {
        margin-bottom: 10px;
    }
}

/* Crappy phones :) :D */

@media only screen and (max-width: 241px) {

    .resBtn {
        left: 5px;
    }

    #searchform .top-search {
        width: 130px;
    }

    .fc-header-right {
        margin-left: 25px;
    }

    .fc-header-center {
        margin-right: 45px;
    }

    .loginContainer {
        width: 180px;
        margin-left: -100px;
    }

    .ui-datepicker {
        max-width: 180px;
    }
}

.paging_full_numbers {
    height: 28px;
}

.paging_full_numbers a:active {
    color: #f2f2f2;
    box-shadow: 0 1px 0 #eaeaea ,0 1px 0 #67c3da inset;
    border-color: #5098aa;
    background: #88BBC8;
}

.paging_full_numbers a:hover {
    border: 1px solid #a3a3a3;
    background: #e8e6e6;
}

.paging_full_numbers a.paginate_button,

.paging_full_numbers a.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
}

.paging_full_numbers a.paginate_button {
    display: inline-block;
    float: left;
    padding: 0 14px;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid #c4c4c4;
    border-left-width: 1px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    min-height: 28px;
    color: #717171;
    box-shadow: 0 1px 0 #eaeaea ,0 1px 0 #fff inset;
    margin-right: 4px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-weight: 700;
}

.paging_full_numbers a.disabled {
    display: inline-block;
    float: left;
    padding: 0 14px;
    line-height: 28px;
    text-decoration: none;
    border: 1px solid #c4c4c4;
    border-left-width: 1px;
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    min-height: 28px;
    color: #717171;
    box-shadow: 0 1px 0 #eaeaea ,0 1px 0 #fff inset;
    margin-right: 4px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-weight: 700;
}

.paging_full_numbers a.paginate_button:hover {
    border: 1px solid #a3a3a3;
    background: #e8e6e6;
}

.paging_full_numbers a.paginate_active {
    color: #f2f2f2;
    box-shadow: 0 1px 0 #eaeaea ,0 1px 0 #67c3da inset;
    border-color: #5098aa;
    background: #88BBC8;
    float: left;
    padding: 0 14px;
    line-height: 28px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    font-weight: 700;
    cursor: default;
    text-decoration: none;
    color: #fff;
}
.prd_register_grid a.paginate_button, .prd_register_grid a.disabled, .prd_register_grid a.paginate_active{padding:0 5px; font-size: 12px; line-height: 22px; min-height: 22px;}

.prd_register_grid .paging-detail{display: none;}

/*** sorting class */
.alert{padding: 10px;}
.sort {
    cursor: pointer;
}

.sort_both {
    background: url("../images/sort_both.png") no-repeat scroll right center transparent !important;
}

.sort_asc {
    background: url("../images/sort_asc.png") no-repeat scroll right center transparent !important;
}

.sort_desc {
    background: url("../images/sort_desc.png") no-repeat scroll right center transparent !important;
}

/*** 06022013 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.wd {
    width: 100%;
}

.pd10 {
    padding: 10px;
}

.search-label {
    float: left;
    padding: 5px 10px 0 0;
}
.search-label-1 {
    float: left;
    padding: 5px 10px 0 0;
}

.paging_full_numbers em {
    line-height: normal;
    padding: 15px 0 0 0;
    float: left;
    color: #000;
}

.paging-detail {
    float: left;
    padding: 5px 0px 0 5px;
    font-size: 11px;
    color: #0044cc;
}

.paging-section {
    float: right;
}

table#checkAll thead tr, table#checkAllInStock thead tr, table#checkAllOutStock thead tr{
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.displayBlock {
    display: block;
}

.hideBlock {
    display: none;
}

.greenColor {
    color: #009900;
}

.redColor {
    color: #CC0000;
}

.dbVariables {
    padding-left: 14.5299%;
}

.msg {
    color: #F00;
    font-size: 11px;
}

.unread {
    background: #DDDDDD;
    font-weight: bold;
}

.reminderblock {
    float: left;
    margin-left: 8px;
    width: 24%;
}

.displayProcess {
    background: url(../images/loaders/circular/054.gif) no-repeat;
    background-color: rgba(255,255,255,0.6);
    width: 600px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: -255px;
}

.scroll {
    background: #f5f5f5;
    width: 100%;
    border: 1px solid #aaaaaa;
    float: left;
}

.scrollsticky {
    background: #93e1ca;
    border: 1px solid #40cca3;
    opacity: 0.7;
}

#footer {
    background: none repeat scroll 0 0 #EBEBEB;
    float: right;
    font-size: 11px;
    padding: 15px 10px;
    text-align: right;
    width: 100%;
}





/* ----------------------------------- button css 22 nov palak starts ------------------------------------ */

@media only screen and (width: 768px) {
    .search-label-1{padding:0px 10px 0 0; line-height: 14px;}
    .heading{margin-bottom: 29px;}

    .ipadhorizontal { margin-top: 10px; }
    .ipadhorizontalradio { margin: 0; }
}

.topBtns {
    list-style: none outside;
    margin: 5px 5px 5px 5px !important;
    float: right;
}

.topBtns a {
    padding: 2px 5px 5px 5px !important;
    height: 20px !important;
    line-height: 12px !important;
    font-size: 13px !important;
}

.topBtns a span {
    padding: 5px 5px 5px 0px  !important;
    margin: 0px 0 0 0 !important;
    ;
}



/* ----------------------------------- button css 22 nov palak ends ------------------------------------ */

#long_description table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 0 15px 0;
}

#long_description table td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 2px 5px;
    border-left: 1px solid #ccc;
}

#long_description table thead tr th {
    border-bottom: 1px solid #ccc;
    text-align: left;
    padding: 5px;
    background-color: #F5F5F5;
    width: 25%;
    border-left: 1px solid #CCCCCC;
}
.auto-width thead tr th {width : auto!important}
.package-data, #tblData , .tbl_Data,#comment_msg { margin: 10px 0 0 0; border: 1px solid #ccc;}
.package-data th, #tblData th, .tbl_Data th , #comment_msg th {  padding: 5px;  text-align: left;  border-right: 1px solid #ccc;  border-bottom: 1px solid #ccc;  background: #F5F5F5;}

.package-data td, #tblData td, .tbl_Data  td, #comment_msg td{ border-right: 1px solid #ccc; padding: 5px; vertical-align: top; border-bottom: 1px solid #ccc;}
input.doller_price{background: url(../images/doller-icon.png) no-repeat 4px 50%; padding-left: 20px;background-color: #FFFFFF}

.dashboard .title h4 span.instock-icon{background: url("../images/stock-in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);  width: 16px; display: inline-block; height: 19px; padding: 0; margin: 0 5px 0 0; vertical-align: text-bottom;}
.product_register .title h4 span.instock-icon{background: url("../images/stock-in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);  width: 16px; display: inline-block; height: 19px; padding: 0; margin: 0 5px 0 0; vertical-align: text-bottom;}
/**
*/
span.instock-icon{background: url("../images/stock-in.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);  width: 16px; display: inline-block; height: 19px; padding: 0; /*margin: 0 5px 0 0;*/ vertical-align: text-bottom;}
/**
*/

.dashboard .title h4 span.outstock-icon{background: url("../images/stock-out.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);  width: 16px; display: inline-block; height: 19px; padding: 0; margin: 0 5px 0 0; vertical-align: text-bottom;}
.product_register .title h4 span.outstock-icon{background: url("../images/stock-out.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);  width: 16px; display: inline-block; height: 19px; padding: 0; margin: 0 5px 0 0; vertical-align: text-bottom;}

.dashboard .table tbody tr td{cursor: pointer}

ul.documents_box{padding: 0; margin: 0px 0 0 -15px; list-style: none; overflow: hidden;}
ul.documents_box li{float: left; width: 170px; margin-bottom: 20px; margin-left: 15px; word-break: break-all; }
ul.documents_box li:first-child{margin-left: 0;}
ul.documents_box li table{width: 90%;border:solid 1px #CCCCCC; }
/*ul.documents_box li img{max-height: 80px; max-width: 160px;}*/
ul.documents_box li img{max-width: 160px;}
ul.documents_box li a.img-title{height: 37px ; overflow: hidden; display: block;}
ul.documents_box li td{padding: 5px;}
/*ul.documents_box li td img{max-height: 80px!important;}*/
ul.documents_box li td.botmboder{border-bottom: solid 1px #CCCCCC;}

ul.documents_box2{ list-style: none; overflow: hidden;}
ul.documents_box2 li{float: left; width: 170px; margin-bottom: 20px; margin-left: 15px; word-break: break-all; }
ul.documents_box2 li table{width: 90%;border:solid 1px #CCCCCC; }
ul.documents_box2 li img{max-width: 160px;}
ul.documents_box2 li a.img-title{height: 37px ; overflow: hidden; display: block;}
ul.documents_box2 li td{padding: 5px;}
ul.documents_box2 li td.botmboder{border-bottom: solid 1px #CCCCCC;}

fieldset.fieldset-box{ position: relative;}
fieldset.fieldset-box legend{ position: absolute; top: -10px; left: 0; width: 100%; }
fieldset.fieldset-box legend h2, fieldset.fieldset-box legend span{ background-color: #FFFFFF; display: inline-block; padding: 0 15px; }

.save-outgoing-stock{color: #ffffff;
                     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                     background-color: #da4f49;
                     *background-color: #bd362f;
                     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
                     background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
                     background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
                     background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
                     background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
                     background-repeat: repeat-x;
                     border-color: #bd362f #bd362f #802420;
                     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                     filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
                     filter: progid:dximagetransform.microsoft.gradient(enabled=false);
                     font-size: 18px;
                     font-weight: 600;
                     padding: 10px 0;
                     width: 100%;
                     text-align:center;
}
.exceed-limit-msg{color: #261111;
                  /*                     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                                       background-color: #da4f49;
                                       *background-color: #bd362f;
                                       background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
                                       background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
                                       background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
                                       background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
                                       background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
                                       background-repeat: repeat-x;
                                       border-color: #bd362f #bd362f #802420;
                                       border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
                                       filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
                                       filter: progid:dximagetransform.microsoft.gradient(enabled=false);*/
                  font-size: 18px;
                  font-weight: 600;
                  padding: 10px 0;
                  width: 100%;
                  text-align:center;
}

/* 12-07-2014 Mustafa */
.dashboard .table tbody tr td.section-name 
{
    cursor: default;
    font-size: 14px;
    background-color: #D8FED8;
    *background-color: #D8FED8;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DDFFDD), to(#D8FED8));
    background-image: -webkit-linear-gradient(top, #DDFFDD, #D8FED8);
    background-image: -o-linear-gradient(top, #DDFFDD, #D8FED8);
    background-image: linear-gradient(to bottom, #DDFFDD, #D8FED8);
    background-image: -moz-linear-gradient(top, #DDFFDD, #D8FED8);
    padding: 3px 20px;
    font-weight: bold;
}

.prod-outofstock { margin: 10px 0 0 0; }
.prod-outofstock .title { border: 0 none; background: none; box-shadow: none; padding: 0; margin: 0; }
.prod-outofstock .title a {
    padding: 10px 15px; display: block;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.prod-outofstock .title a:hover,.mainnav ul li .sub li.prod-outofstock a:hover {
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25), 0px 0px 3px rgb(255, 255, 255) inset;
}

.mainnav ul li .sub li.prod-outofstock a{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.report{color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #5bb75b;
        *background-color: #51a351;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
        background-image: -webkit-linear-gradient(top, #62c462, #51a351);
        background-image: -o-linear-gradient(top, #62c462, #51a351);
        background-image: linear-gradient(to bottom, #62c462, #51a351);
        background-image: -moz-linear-gradient(top, #62c462, #51a351);
        background-repeat: repeat-x;
        border-color: #51a351 #51a351 #387038;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
        filter: progid:dximagetransform.microsoft.gradient(enabled=false);}

.report:hover{color: #ffffff;
              background-color:#51a351 ;
}
.form-actions-mr{margin:0 -10px;}
.row-fluid .adress-details { margin: 0 15px 15px 0; border: 1px solid #aaaaaa; background: #f5f5f5; padding: 10px; position: relative;}
.row-fluid .adress-details span { min-height: 25px; margin: 0; }
.row-fluid .customer_address { margin-right: 15px; margin-left: 0; margin-bottom: 15px; border: 1px solid #aaaaaa; background: #f5f5f5; padding: 10px;position: relative; }
.row-fluid .adress-details .address_type { font-size: 14px; margin: 0px auto; padding: 4px 10px; background-color: #546246; color: white; position: absolute; right: 0px; top: 0px; border: 1px solid #546246; }
.row-fluid .customer_address span { min-height: 25px; margin: 0; }
.row-fluid .customer_address .address_type { font-size: 14px; margin: 0px auto; padding: 4px 10px; background-color: #546246; color: white; position: absolute; right: 0px; top: 0px; border: 1px solid #546246; }

div.cust_addres_txt{ width: 100%; overflow: hidden; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

/*.stock-receipt li div{padding-left: 31.6239%; }*/
/*#ext_addre_dialog { overflow-y: scroll; height: 500px!important; }*/
#ext_addre_dialog { overflow-y: auto; max-height: 500px!important; }
#ext_addre_dialog .addr_container { width: 295px; margin: 0 10px 10px 0; border: 1px solid #aaaaaa; background: #f5f5f5; padding: 10px; }
#ext_addre_dialog .addr_container .company_name { font-weight: bold; font-size: 16px; text-transform: capitalize; }
#ext_addre_dialog .addr_container .cust_addres_txt { font-size: 12px; font-family: Arial; }
.qty-background th{
    color: #ffffff;       
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b!important;
    *background-color: #51a351!important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351))!important;
    background-image: -webkit-linear-gradient(top, #62c462, #51a351)!important;
    background-image: -o-linear-gradient(top, #62c462, #51a351)!important;
    background-image: linear-gradient(to bottom, #62c462, #51a351)!important;
    background-image: -moz-linear-gradient(top, #62c462, #51a351)!important;
    background-repeat: repeat-x!important;
    border-color: #51a351 #51a351 #387038!important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0)!important;
    filter: progid:dximagetransform.microsoft.gradient(enabled=false)!important;
}

.accordion{margin-bottom: 0px;}


.no-pad div{padding-left: 0px!important}

.purchase-reg-radio { width: auto; display: inline-block; float: left; margin-right: 10px; margin-top: 5px; }
.sortInStock {
    cursor: pointer;
}

.instock_sort_both {
    background: url("../images/sort_both.png") no-repeat scroll right center transparent !important;
}

.instock_sort_asc {
    background: url("../images/sort_asc.png") no-repeat scroll right center transparent !important;
}

.instock_sort_desc {
    background: url("../images/sort_desc.png") no-repeat scroll right center transparent !important;
}
.incoming-stock { border-color: rgb(196, 196, 196); border-radius: 2px; border-style: solid; border-width: 1px; line-height: normal; outline: 0 none; padding: 5px; margin-left: 15px!important; float: left; background-color: #F1F1F1;}
.alignRight-stock {text-align: right; padding-top: 5px; float: left;}
.mb0 {margin-bottom: 0;}

.qty_error,.price_error{
    color: red;
    width:100%;
    clear:both;
    font-size: 12px;
}
.export-excel:before{ background: url("../images/arrowup.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) ; border: medium none ;content: ""; height: 14px;  position: absolute; top: -13px ;  width: 15px ;   z-index: 5; left: 50%; margin-left: -7px;}

ul.export-excel{width: auto; margin-top: -10px; margin-left: 0px;}
ul.export-excel .menu{margin-left: 0; min-width: 100px;}
ul.export-excel .menu ul li {display: block; width: auto;}
ul.export-excel .menu ul li a{ color: #333333;  background: none; border: none; border-width: 1px; margin: 4px 0; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-shadow: 0 0 1px #ffffff inset; float: none; height: auto;  padding: 5px !important ;    position: relative;text-shadow: none;width: 100%; text-align: left;}
ul.export-excel .menu ul li a:hover{color: #000000; }

.export-excel-dealer:before{ background: url("../images/arrowup.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) ; border: medium none ;content: ""; height: 14px;  position: absolute; top: -13px ;  width: 15px ;   z-index: 5; left: 50%; margin-left: -7px;}
ul.export-excel-dealer{width: auto; margin-top: -10px; margin-left: 0; left: auto; right: 0;}
ul.export-excel-dealer .menu{margin-left: 0; min-width: 100px;}
ul.export-excel-dealer .menu ul li {display: block; width: auto;}
ul.export-excel-dealer .menu ul li a{ color: #333333;  background: none; border: none; border-width: 1px; margin: 4px 0; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-shadow: 0 0 1px #ffffff inset; float: none; height: auto;  padding: 5px !important ;    position: relative;text-shadow: none;width: 100%; text-align: left;}
ul.export-excel-dealer .menu ul li a:hover{color: #000000; }


.accordion-toggle{color: #353535;}
/*Ripal 21-01-2014*/
.customer-contact-log{display: block;}
.customer-contact-log .row-fluid [class*="span"]{margin: 0;}
.customer-contact-log #searchForm #uniform-s_related_document_no{margin-left: 10px}
.customer-contact-log #searchForm .selector{padding-left: 5px }
.customer-contact-log #searchForm .check{ display: inline-block;    margin-top: 6px;}
.customer-contact-log .box-form .btn span{ display: inline;  margin: 0 10px 0 0; }
.customer-contact-log  .stock-receipt a.view_old_log{text-decoration: underline;}
.customer-contact-log  .stock-receipt a.view_old_log span{text-decoration: underline;}
.customer-contact-log  .stock-receipt a.view_old_log span:hover{text-decoration: none;}
.customer-contact-log  .stock-receipt ul.stock-receipt{border: none; background: #fbfbfb;}
#supportTab .tab-content{border: none; background: #fbfbfb;}
.left-date-time{position: absolute; width:75px;border: 1px solid #d8d8d8; left: -15px; float: left;margin: 0 15px; color: #3399cc;} 
.left-date-time label{display: block; width: auto; padding: 3px;}

/*End*/
/* 22-01-2014*/
.time{margin-right: 0}
.time .reminder{margin: 0; font-size: 20px;}
.time .edit_log{display: inline-block;}
.time .deleteLog{display: inline-block;}
.time .entypo-icon-close{font-size: 24px; margin: 0}
.customer-contact-log ul.stock-receipt .user-icon{font-size: 80px; margin: 0; overflow: visible;}
.customer-contact-log ul.stock-receipt .user-icon .icomoon-icon-user{ border: 1px solid #000000;  display: table; padding: 34px 5px 11px;}
.customer-contact-log ul.user-part li{line-height: 22px;}
.customer-contact-log ul.user-part{margin-top: 0;}
.customer-contact-log ul.stock-receipt .user-icon .icomoon-icon-user-5{display: inline-block}
.customer-contact-log ul.stock-receipt  .user-icon-left-text{padding: 0;}

.customer-contact-log ul.stock-receipt li{overflow: visible}
.contact_log_view.stock-receipt .tab-content{overflow: hidden}
.customer-contact-log  .support-section .box .content{background: none repeat scroll 0 0 #fbfbfb; margin: 0;}
/*.customer-contact-log .box .content{ border: none;  background-color:#fbfbfb;position: relative;}*/
.support-section.content{ border: none;  background-color:#fbfbfb;position: relative;}
.customer-contact-log .messages li.user div.message:after{position: relative;}
.customer-contact-log #log_messages li.user div.message:after{position: absolute;}
.customer-contact-log .stock-receipt ul.stock-receipt li .tab-content .avatar.left-date-time{margin: 0}
.customer-contact-log .messages li div.message{margin-left: 64px; background: url("../images/patterns/2.png") repeat scroll 0 0 rgba(0, 0, 0, 0)}
.customer-contact-log .messages li div.message:hover{
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
}
.customer-contact-log ul.stock-receipt li.user-icon-content span.user-icon-left-text{margin-right:  5px; display: block; margin-left: 111px;
}

.customer-contact-log ul.stock-receipt li.user-icon-content div.user-icon-left-text{margin-right:  5px; display: block; margin-left: 111px;}

.nicescroll-rails{background: #ccc;border-radius: 5px}

/*End*/
/*Ripal 23-01-2014*/
.customer-contact-log .form-horizontal .tab-pane .form-label{margin-bottom: 5px;}
.nicescroll-cursors{cursor: pointer;}

/*End*/
/*Ripal 26-01-2014*/
ul#log_messages li label{padding-left: 3px; width: auto;}
ul#log_messages li:first-child{padding-top: 0}
ul#log_messages{padding-top: 0}
ul.stock-receipt li .view_old_log{    display: block; margin-right: 12px;}
.advance-panel .form-row.row-fluid.first{margin-top: 0 !important;}
#uniform-related_document,#uniform-related_document_no{margin-right: 10px}
.advance-panel input{padding: 5px 5px 5px 8px}
.advance-panel .form-row label.dark-red{line-height: 18px;}
.d_advance-panel .row-fluid [class*="span"]{margin: 0}
.d_advance-panel .form-row:first-child{margin-top: 0}
.d_advance-panel .form-row .dark-red{ line-height: 18px}

#general .d_advance-panel label.form-label{margin-bottom: 1px}
/*#general .d_advance-panel #d_reminder_date_d{margin-left: 11px;}*/

/*End*/

.log_view .stock-receipt.contact_log_view{width: 100%}

/*.log_view .contact_log_view.exclude{border-top: none;}*/
.log_view .contact_log_view li:first-child{margin-top: 9px;}
.log_messages li:first-child{padding-top: 0px;}
.sales-Quotation .invoiceBTN a{line-height: 23px !important}
#new_address_form1 input[type="text"]{margin-bottom: 0}
#new_customer_form1 input[type="text"]{margin-bottom: 0}
.select2-result-label { position: relative; }
.tag2delet { position: absolute; top: 3px; right: 10px; z-index: 20; width: 15px; height: 20px; text-align: center; }
.label2delet { position: relative; z-index: 5 }
#user1 .messages li div.message .head{margin-bottom: 5px;}
#general .tag_dialog{cursor: pointer; padding: 5px 10px; border: 1px solid #969696; border-radius: 5px; background: none repeat scroll 0 0 #cdcdcd; color: #000; font-weight: bold;}
#general .remove_tag{cursor: pointer;}
.contact_log_dialog{width: 760px !important}
.contact_log_dialog .Send-miail-pop{float: left; width: 57%;}
.contact_log_dialog .Send-miail-pop .form-label{ margin-left: 6px;    margin-right: 5px;}
.contact_log_dialog .Send-miail-pop .dark-red{font-size: 11px;}
/*.contact_log_dialog .Send-miail-pop input{width: 255px;}*/
.send-mail-desk .form-label{margin-right: 10px;}
.send-mail-desk{float: right; width: 69%;}
.send-mail-desk input{ width: 100%;}
.send-mail-lable .form-label.fl{margin: 0 8px;}
.Send-miail-pop-left{float: left; width: 83%;}
.contact_log_dialog .Send-miail-pop-left{width: 71%}
/*label.search-label-1 {padding-top: 0;}*/
/*#searchForm .search-label{padding-top: 0}*/
.cus .search-label-1{margin-top: 3px;}
.cus .search-label{margin-top: 3px;}
.cus .check .search-label{margin-top: 0;}
/*#searchForm .quo .search-label-1{margin-top: 0px!important;}*/
#searchForm .ibutton-container{float: left;}
.cntr .icomoon-icon-popout:before{letter-spacing: 6px;}

.pending_amt_info .user-icon-left-text{display: block;}

.ul-3 ul.quote-top-left{ list-style: none; margin:0;width: 30.5%; overflow: hidden; padding:0px 0 ;background-color:#FBFBFB;border:solid 1px #D9D9D9;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
/*.ul-3 ul.quote-top-left li { margin: 0 0 0 ; padding: 10px ;  line-height: 18px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow:hidden;}*/

.ul-3 ul.quote-top-left li { margin: 0 0 0 ; padding: 10px 7px 0px 7px ;  line-height: 18px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow:hidden;}
.ul-3 ul.quote-top-left.setHeight li label{width:100%}

.ul-3 ul.quote-top-left li label{display: inline-block; float: left;width:45.6239%; margin: 0;line-height: 18px; padding-left: 0px; font-family: Open Sans , arial}
.ul-3 ul.quote-top-left li.even{border-right:solid 0px #D9D9D9;}
ul.quote-top-left li div{padding-left: 31.6239%; }


.ul-3 ul.quote-top-right{ list-style: none; margin:0; width: 34.5%; overflow: hidden; padding:0px 0 ;background-color:#FBFBFB;border:solid 1px #D9D9D9;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ul-3 ul.quote-top-right li { margin: 0 0 0 ; padding: 10px ;  line-height: 18px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow:hidden; }
.ul-3 ul.quote-top-right li label{display: inline-block; float: left;width:31.6239%; margin: 0;line-height: 18px; padding-left: 0px; font-family: Open Sans , arial}
.ul-3 ul.quote-top-right li.even{border-right:solid 0px #D9D9D9;}
.ul-3 ul.quote-top-right li div{padding-left: 31.6239%; }

.ul-3 ul.quote-top-right-2{ list-style: none; margin:0;margin-right: 14px;width: 32.5%; overflow: hidden; padding:0px 0 ;background-color:#FBFBFB;border:solid 1px #D9D9D9;box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

.ul-3 ul.quote-top-right-2 li { margin: 0 0 0 ; padding: 10px 10px 0px 10px ;  line-height: 18px; box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow:hidden; float: left;
                                width: 100%;}	
.ul-3 ul.quote-top-right-2 li label{display: inline-block; float: left;width:31.6239%; margin: 0;line-height: 18px; padding-left: 0px; font-family: Open Sans , arial}
.ul-3 ul.quote-top-right-2 li.even{border-right:solid 0px #D9D9D9;}
.ul-3 ul.quote-top-right-2 li div{padding-left: 31.6239%; }

.stock-receipt .cntr{position: relative; display: inline-block}
.stock-receipt .cntr .remove_tag{position: absolute; top: -13px; right: 0px; margin: 0}

.quote-color { background-color: #fffce7!important; }
.advance-invoice-color { background-color: #e6fff3!important; }
.sales-order-color { background-color: #FFF1ED!important; }
.create-docket-color { background-color: #FFFFF3!important; }
table.responsive .dropdown-menu,table.responsive_reminder .dropdown-menu{top:27px;left:-69px;background:#b9b9b9;border:0;}
table.responsive .navbar .dropdown-menu::before,table.responsive_reminder .navbar .dropdown-menu::before{right:60px;background: url(../images/pdf-arrowup.png) no-repeat !important;}
table.responsive .dropdown-menu .menu,table.responsive_reminder .dropdown-menu .menu{padding:0;margin-bottom:4px;border:0;}
table.responsive .dropdown-menu .menu:last-child,table.responsive_reminder .dropdown-menu .menu:last-child{margin-bottom:0px;}
table.responsive .dropdown-menu a,table.responsive_reminder .dropdown-menu a{padding:5px;box-sizing:border-box;width:100%;}

.shortcuts li.salesOrderPDF ul, .shortcuts li.quotePDF ul{width:auto;left:-22px;top:45px;background:#b9b9b9;border:0;}
.shortcuts li.salesOrderPDF ul li, .shortcuts li.quotePDF ul li{margin-left:0;box-sizing:border-box;padding:0;margin-bottom:4px;border:0;}
.shortcuts li.salesOrderPDF ul li:last-child, .shortcuts li.quotePDF ul li:last-child{margin-bottom:0;}

.shortcuts li.salesOrderPDF ul li a, .shortcuts li.quotePDF ul li a{height:auto !important;line-height:12px !important;background:none;border:0;width:100%;box-sizing:border-box;text-align:center;font-size:12px !important;padding:5px 5px 4px !important;height:auto;}
.shortcuts li.salesOrderPDF ul li a:focus, table.responsive .dropdown-menu a:focus, .shortcuts li.quotePDF ul li a:focus, table.responsive_reminder .dropdown-menu a:focus{color:#000;}

button.location_menu{padding:14px 40px 10px;margin:-6px 0 0 !important;font-weight:bold;font-size:22px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px rgb(255, 255, 255) inset;background:#f33a00 !important;}
button.location_menu:hover{box-shadow:0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px rgb(255, 255, 255) inset;background:#f33a00 !important;}
.navbar .nav li.dropdown.open > button.location_menu{box-shadow:0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px rgb(255, 255, 255) inset;background:#f05828 !important;}

button.location_menu .caret, .navbar .nav li.dropdown.open button.location_menu .caret{border-top-color:#fff !important;} 



.cityul li.menu{background: #d06700; /* Old browsers */
                background: -moz-linear-gradient(top, #d06700 0%, #dd8500 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d06700), color-stop(100%,#dd8500)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #d06700 0%,#dd8500 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #d06700 0%,#dd8500 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #d06700 0%,#dd8500 100%); /* IE10+ */
                background: linear-gradient(to bottom, #d06700 0%,#dd8500 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d06700', endColorstr='#dd8500',GradientType=0 ); /* IE6-9 */
                padding:0;
}
.xero-icon{
    background: url("../images/xero/xero-icon.png") no-repeat scroll right center transparent !important;
    display: inline-block;
    font-size: 17px;
    height: 20px;
    vertical-align: middle;
    width: 41px;
}
/* css to set top menu. 05/06/2015 */
.heading_menu {
    box-shadow: none;
    float: left;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    min-width: 100%;
    position: relative;
    width: auto;
    z-index: 1;
    padding: 0;
    box-sizing: border-box;
    border-bottom:2px solid #bbb;
}
.navbar-inner .heading_menu::before {
    background-color: #e4e4e4;
    box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05) inset;
}
.heading_menu::before {
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-width: 0 0 1px;
    bottom: auto;
    display: block;
    height: 17px;
    left: 0 !important;
    position: absolute;
    right: 0 !important;
    top: -17px;
    width: auto;
    z-index: -1;
}
.heading_menu .dropdownnav {
    padding: 0 10px;
}
.heading_menu .dropdownnav {
    border-bottom: 2px solid #79b0ce;
    border-width: 0 0 2px;
}
.heading_menu .dropdownnav {
    margin: 0;
    padding: 0;
}
.heading_menu .dropdownnav li {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px;
    display: block;
    float: left;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: -1px;
    padding: 0;
    position: relative;
}
.heading_menu .dropdownnav li:hover, .heading_menu .dropdownnav li:hover a.current {
    background: rgba(0, 0, 0, 0) url("../images/patterns/5.png") repeat scroll 0 0;
}
.heading_menu .dropdownnav li a {
    color: #636363;
    display: block;
    font-size: 12px;
    padding: 8px 15px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.heading_menu .dropdownnav li > a:hover {
    color: #2b7dbc;
}
.heading_menu .dropdownnav li.current > a {
    background: rgba(0, 0, 0, 0) url("../images/patterns/5.png") repeat scroll 0 0;
    color: #2b7dbc;
    font-weight: bold;
}
.heading_menu .dropdownnav li.current {
    background: #ffffff none repeat scroll 0 0;
    box-sizing: border-box;
}
.heading_menu .dropdownnav li.current {
    border-color: #79b0ce;
    z-index: 5;
}
.heading_menu .dropdownnav li.current a::after {
    background: rgba(0, 0, 0, 0) url("../images/patterns/5.png") repeat scroll 0 0;
    border-width: 0 0 3px;
    bottom: -3px;
    display: block;
    left: 0;
    right: 0;
    top: auto;
}
.dropdownnav li.current > a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 14px 10px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
}
.heading_menu .dropdownnav li.current::before {
    background-color: #2b7dbc;
    display: block;
}
.heading_menu .dropdownnav li.current::before {
    border-width: 0;
    bottom: auto;
    height: 2px;
    left: -1px;
    max-width: none;
    right: -1px;
    top: -2px;
    width: auto;
}
.dropdownnav li::before {
    background-color: #629cc9;
    content: "";
    display: none;
    height: 41px;
    left: 0;
    max-width: 3px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    width: 3px;
    z-index: 1;
}
.heading_menu .dropdownnav > li::before {
    border-width: 0;
    bottom: auto;
    height: 2px;
    left: -1px;
    max-width: none;
    right: -1px;
    top: -2px;
    width: auto;
}
.dropdownnav > li:hover::before {
    display: block;
}
.heading_menu .dropdownnav li ul {
    display: none;
    padding: 0;
}
.heading_menu .dropdownnav li:hover ul {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
    display: block;
    min-width: 100px;
    padding: 0 2px;
    position: absolute;
    top: 100%;
    width: auto;
}
.heading_menu .dropdownnav li:hover ul::after, .heading_menu .dropdownnav li:hover ul::before {
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 10%;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.heading_menu .dropdownnav li:hover ul::after {
    border-color: rgba(255, 253, 250, 0) rgba(255, 253, 250, 0) #fffdfa;
    border-width: 6px;
    margin-left: -10px;
}
.heading_menu .dropdownnav li:hover ul::before {
    border-color: rgba(204, 204, 204, 0) rgba(204, 204, 204, 0) #cccccc;
    border-width: 7px;
    margin-left: -11px;
}
.heading_menu .dropdownnav li ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    float: none;
    margin: 0;
    min-width: 144px;
    padding: 0;
}
.heading_menu .dropdownnav li ul li a {
    font-size: 13px;
    font-weight: normal;
    margin: 2px 0;
    padding: 6px 15px;
    text-align: left;
    text-transform: capitalize;
}
.heading_menu .dropdownnav li ul li a:hover {
    background-color: #f5f5f5;
}
.heading_menu .dropdownnav li ul li a.current-sub {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , rgba(224, 224, 224, 1) 1%, rgba(196, 196, 196, 1) 100%) repeat scroll 0 0;
}
.heading_menu .dropdownnav > li > a > .menu-icon {
    display: block !important;
    line-height: inherit;
    margin: 1px 0 4px;
    width: auto;
}
.dropdownnav > li > a > .menu-icon {
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    margin-right: 2px;
    min-width: 30px;
    text-align: center;
    vertical-align: sub;
}
.heading_menu h3 {
    float: left;
    line-height: 48px;
    margin-right: 20px;
}
.heading_menu .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    float: right;
    margin: 0 20px 0 0;
    padding: 15px 10px 6px;
}
.heading_menu .breadcrumb span {
    margin-left: 0;
    margin-right: 0;
}
.heading_menu .breadcrumb li:first-child {
    margin-right: 8px;
}
#nav{
    height: auto;
    border-radius: 0px;
    width:795px;
    border-top:0px;
    margin:0 auto;
}   
#nav .menu-name{
    border-top:1px solid #bbb;
}
#nav li{
    list-style: none;
    display: block;
    float: left;
    padding: 0px;
    margin: 0;
    width: 130px;
    position: relative;
}
#nav li:last-child { margin: 0; border-right: 1px solid #bbb; }

#nav li a{
    padding: 0px 10px;
    margin: 0px 0;
    line-height: 40px;
    border-left: 1px solid #bbb;
    height: auto;
    text-align: center;
    background-color: #E0E0E0;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#ffdcdcdc);
    background-image: -moz-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -o-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#DCDCDC));
    background-image: -webkit-linear-gradient(top,#FAFAFA 0,#DCDCDC 100%);
    background-image: linear-gradient(to bottom,#FAFAFA 0,#DCDCDC 100%);
}

#nav li a:hover, #nav li a.active {
    background: rgb(241,241,241);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(241,241,241,1) 1%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(241,241,241,1)), color-stop(100%,rgba(238,238,238,1)));
    background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 1%,rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(top,  rgba(241,241,241,1) 1%,rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(top,  rgba(241,241,241,1) 1%,rgba(238,238,238,1) 100%);
    background: linear-gradient(top,  rgba(241,241,241,1) 1%,rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1f', endColorstr='#eeeeee',GradientType=0 ); 
    color: #2b7dbc;
}

#nav li a:hover i, #nav li a.active i  { color: #2b7dbc; }

#nav li a i { display: inline-block; margin: 0; float: left; }

#nav li ul li a i { display: inline; margin: 0 5px; }

#nav li ul li a:hover span.outstock-icon { background: url("../images/stock-out-hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); }

#nav ul{
    padding: 0px;    
    border:1px solid #bbb;
    background-color:#fff;
}
#nav .menu-name,#nav .menu-name:hover{
    /*padding-left: 10px;
    padding-right: 10px;
    width: 160px;*/
    color: #2b7dbc;
}
#nav .menu-name a{
    overflow:hidden;
    color: #636363;

    margin:0px;
}
#nav li a{
    display: block;
}
#nav ul li {
    border-right:none;
    border-bottom:1px solid #DDDDDD;    
    background: none;
}
#nav ul li a {
    border-right: none;    
    background: none;
    border: 0;
    text-align: left;
    line-height: 35px;
}

/* Sub menus */
#nav ul{
    display: none;
    visibility:hidden;
    position: absolute;
    top: 40px;
    margin:0px;
}
/* Third-level menus */
#nav ul ul{
    /*top: -7px;
    left:144px;*/


    /*left:170px;*/
    /*left:208px;*/
    left: 222px;
    display: none;
    visibility:hidden;
    border: 1px solid #bbb;
    width: 100%;
    top: -1px;
}
/* Fourth-level menus */
#nav ul ul ul{
    top: 0px;
    left:170px;
    /*top: -7px;
    left:144px;*/
    display: none;
    visibility:hidden;
    border: 1px solid #bbb;
}

#nav ul li{
    display: block;
    visibility:visible;
}
#nav li:hover > ul{
    display: block;
    visibility:visible;
    width: 225px; box-sizing: border-box; z-index: 999;
    white-space: nowrap;
}

#nav li ul li { margin: 0; display: block; float: none; position: relative; width: 100%; }
#nav li ul li:last-child { border: 0 none; }
#nav li ul li a span.outstock-icon{background: url("../images/stock-out.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);  width: 16px; display: inline-block; height: 19px; padding: 0; margin: 0 5px; vertical-align: text-bottom;}

.xero-sending{
    /*content: " ";*/
    /*background-image: url("../images/xero/blue-xero.png");*/
    /*background: url("../images/xero/black-xero.png") no-repeat scroll right center transparent !important;*/
    background: url("../images/loaders/circular/020.gif") no-repeat scroll center center transparent !important;
    display: inline-block;
    font-size: 17px;
    height: 20px;
    vertical-align: middle;
    width: 41px;
}

/* css to set top menu. 05/06/2015 */

#menu { z-index: 998!important; }

form#credit_frm .no_record { padding: 10px 0px; text-align: center; border: 1px solid #cfcfcf; }

form#frmGrid .top_paging1 { border-left: 0 none; border-right: 0 none; overflow: hidden; background: url(../images/patterns/2.png) repeat; padding: 5px 10px; }
form#frmGrid .top_paging #pagingNo1 { height: auto; }
form#frmGrid .top_paging #pagingNo1 .paging-detail1 { display: block; padding: 0; float: none; font-size: 13px; color: #0044cc; }

.title h4 span{font-size:18px;}
.title h4 .topBtns span.icon16{margin-top:1px !important;}

/*
time
*/
.disp-payment #ship_time{margin-left: 6px}

/*.ui-dialog-content .nav-tabs{padding:10px 0 0 10px;}
.ui-dialog-content .nav-tabs li{margin-right:5px;}
.ui-dialog-content .nav-tabs li a{border:1px solid #c4c4c4;color:#fff;background-color:#484c55;}
.ui-dialog-content .nav-tabs li a:hover{border-top:1px solid #c4c4c4l;background-color:#484c55;}
.ui-dialog-content .nav-tabs li.active a{color:#555555;border-bottom:1px solid transparent;background-color:transparent;}*/

.ui-dialog-content .nav-tabs{padding:0 0 0 1px;background:transparent;border:0;border-bottom:1px solid #c4c4c4;}
.ui-dialog-content .nav-tabs li a{border-color:#c4c4c4;border-bottom:0;background-color:#d86a49;color:#fff;border-radius:5px 5px 0 0;text-align:center;}
.ui-dialog-content .nav-tabs li{margin-right:8px;}
.ui-dialog-content .nav-tabs li a:hover, .ui-dialog-content .nav-tabs li.active a{border-top:1px solid #c4c4c4;background-color:#fff;color:#555555;border-radius:5px 5px 0 0;}
.ui-dialog-content .nav-tabs li a:hover{background-color:#af5033;color:#fff;}
.ui-dialog-content .nav-tabs li.active a:hover{border-bottom:0px solid #fff;background-color:#fff;color:#555555;}
.ui-dialog-content .documents_box{margin:0;}

.syncxeroBtn{font-size: 20px;}
.syncxeroBtn span{font-weight: 700;color:#0d6c8d}


/*--------------------new---------------*/

#long_description table.tableRequestView{ border: 1px solid #ccc; width: 100%; margin: 0 0 15px 0;}
#long_description table.tableRequestView thead tr th {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    background-color: #F5F5F5;
    width: auto;
    border-left: 1px solid #CCCCCC;
}
#long_description table.tableRequestView td {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 2px 5px;
    border-left: 1px solid #ccc;
}

/*scaffSAFEAppBtn  css parth parikh dt 24-11-2015*/
.dropdown-menu1 .menu ul{
    list-style: outside none none;
    margin: 5px;
    background-color: #FFFFFF;
    color: #000000;
}

.scaffSAFEAppBtn .dropdown-menu1 .menu li.header{
    border-bottom: 1px solid #ebebeb;
    line-height: 14px;
    margin: 0;
    /*padding-bottom: 8px;*/
    padding: 8px 0px 10px 5px;
    width: 100%;
}

.scaffSAFEAppBtn .dropdown-menu1 li.menu ul.messages li.enquiry{
    border-bottom: 1px solid #ebebeb !important;
    border-left: 1px solid #ebebeb !important;
    border-right: 1px solid #ebebeb  !important;
    /*line-height: 14px;*/
    margin: 0;
    /*    padding-bottom: 8px;
        padding-top: 10px;*/
    padding: 10px;
    width: 100%;

}

.scaffSAFEAppBtn .dropdown-menu1 .menu li.enquiry a{
    padding-left: 8px;
    color: #000000;
}
.scaffSAFEAppBtn .dropdown-menu1 .menu li.enquiry a:hover{
    padding-left: 8px;
    color: #000000;
    /*    background : #FFFFFF;
        box-shadow : #FFFFFF;
        border-color : 0 1px 2px rgba(0, 0, 0, 0), 0 0 3px rgb(255, 255, 255) inset;*/
}

.scaffSAFEAppBtn .dropdown-menu1 .name{
    float: left;
    width: 195px;
    color: #000000;
}

.scaffSAFEAppBtn .dropdown-menu1 .messages .time {
    float: right;
    font-size: 8px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
    color: #000000;
}

.scaffSAFEAppBtn .dropdown-menu1 .messages .msg {
    color: #000000;
}


.scaffSAFEAppBtn .dropdown-menu1 {
    font-size: 12px;
    position: absolute;
    /*top: 0px;*/
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 75px;
    padding: 4px;
    margin: 0;
    list-style: none;
    /*background: #efefef;*/
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #FFFFFF;
}

.scaffSAFEAppBtn .dropdown-menu1 .loading {
    background: url(../images/loading.gif) no-repeat scroll center 0;
    height: 25px;
    width: 195px;
}

.scaffSAFEAppBtn .dropdown-menu1 li.menu ul.messages li.enquiry{width:90%;background-color:#fff;}
.scaffSAFEAppBtn .dropdown-menu1 .menu li.header{width:100.1%;font-size:18px;padding-left:0;}
.scaffSAFEAppBtn .dropdown-menu1{box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-ms-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);}
.scaffSAFEAppBtn .dropdown-menu1 .menu li.enquiry:hover{background-image: linear-gradient(top, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
                                                    background-image: -o-linear-gradient(top, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
                                                    background-image: -moz-linear-gradient(top, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
                                                    background-image: -webkit-linear-gradient(top, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
                                                    background-image: -ms-linear-gradient(top, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
                                                    background-image: -webkit-gradient(
                                                        linear,
                                                        bottom left,
                                                        top left,
                                                        color-stop(0.5, rgb(123,168,55)),
                                                        color-stop(0.79, rgb(160,202,83))
                                                        );}
.scaffSAFEAppBtn .dropdown-menu1 li.menu ul.messages li.enquiry + li.header{padding-top:20px;}
.scaffSAFEAppBtn .dropdown-menu1 .menu li.header{background-color:transparent;border-bottom:0;}
.scaffSAFEAppBtn .dropdown-menu1 .menu li:hover a{background-color:transparent;}
.scaffSAFEAppBtn .dropdown-menu1 .menu li:hover .name, .scaffSAFEAppBtn .dropdown-menu1 .menu li:hover .time, .scaffSAFEAppBtn .dropdown-menu1 .menu li:hover .msg{color:#fff;}
.dropdown-menu1 .menu ul{color:#fff;}
.scaffSAFEAppBtn .dropdown-menu1 .menu li.enquiry{border:1px solid #fff;margin-bottom:3px !important;padding:4px 10px !important;}
.scaffSAFEAppBtn .dropdown-menu1 .menu li.enquiry a:hover{box-shadow:none;background:none;}

.scaffSAFEAppBtn .dropdown-menu1, .scaffSAFEAppBtn .dropdown-menu1 > .menu, .dropdown-menu1 .menu ul{background-image: linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
                                                                                             background-image: -o-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
                                                                                             background-image: -moz-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
                                                                                             background-image: -webkit-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
                                                                                             background-image: -ms-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
                                                                                             background-image: -webkit-gradient(
                                                                                                 linear,
                                                                                                 left bottom,
                                                                                                 left top,
                                                                                                 color-stop(0.5, rgb(123,168,55)),
                                                                                                 color-stop(0.79, rgb(160,202,83))
                                                                                                 );}
.scaffSAFEAppBtn .dropdown-menu1 .name, .scaffSAFEAppBtn .dropdown-menu1 .messages .msg, .scaffSAFEAppBtn .dropdown-menu1 .messages .time{color:#222;font-size: 10px}	
.scaffSAFEAppBtn .dropdown-menu1 .name strong{letter-spacing:0.6px;}



.system_notification .dropdown-menu1 .menu li.header{
    border-bottom: 1px solid #ebebeb;
    line-height: 14px;
    margin: 0;
    /*padding-bottom: 8px;*/
    padding: 8px 0px 10px 5px;
    width: 100%;
}

.system_notification .dropdown-menu1 li.menu ul.messages li.enquiry{
    border-bottom: 1px solid #ebebeb !important;
    border-left: 1px solid #ebebeb !important;
    border-right: 1px solid #ebebeb  !important;
    /*line-height: 14px;*/
    margin: 0;
    /*    padding-bottom: 8px;
        padding-top: 10px;*/
    padding: 10px;
    width: 100%;

}

.system_notification .dropdown-menu1 .menu li.enquiry a{
    padding-left: 8px;
    color: #000000;
}
.system_notification .dropdown-menu1 .menu li.enquiry a:hover{
    padding-left: 8px;
    color: #000000;
    /*    background : #FFFFFF;
        box-shadow : #FFFFFF;
        border-color : 0 1px 2px rgba(0, 0, 0, 0), 0 0 3px rgb(255, 255, 255) inset;*/
}

.system_notification .dropdown-menu1 .name{
    /*float: left;*/
    width: 195px;
    color: #000000;
}

.system_notification .dropdown-menu1 .messages .time {
    float: right;
    font-size: 8px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
    color: #000000;
}

.system_notification .dropdown-menu1 .messages .msg {
    color: #000000;
}


.system_notification .dropdown-menu1 {
    font-size: 12px;
    position: absolute;
    /*top: 0px;*/
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 75px;
    padding: 4px;
    margin: 0;
    list-style: none;
    /*background: #efefef;*/
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #FFFFFF;
}

.system_notification .dropdown-menu1 .loading {
    background: url(../images/loading.gif) no-repeat scroll center 0;
    height: 25px;
    width: 195px;
}

.system_notification .dropdown-menu1 li.menu ul.messages li.enquiry{width:90%;background-color:#fff;}
.system_notification .dropdown-menu1 .menu li.header{width:100.1%;font-size:18px;padding-left:0;}
.system_notification .dropdown-menu1{box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-ms-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);}
.system_notification .dropdown-menu1 .menu li.enquiry:hover{
    background-image: linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -o-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -moz-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -webkit-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -ms-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -webkit-gradient(
        linear,
        bottom left,
        top left,
        color-stop(0.18, rgb(84, 92, 112)),
        color-stop(0.68, rgb(50, 110, 151))
        );}
.system_notification .dropdown-menu1 li.menu ul.messages li.enquiry + li.header{padding-top:20px;}
.system_notification .dropdown-menu1 .menu li.header{background-color:transparent;border-bottom:0;}
.system_notification .dropdown-menu1 .menu li:hover a{background-color:transparent;}
.system_notification .dropdown-menu1 .menu li:hover .name, .system_notification .dropdown-menu1 .menu li:hover .time, .system_notification .dropdown-menu1 .menu li:hover .msg{color:#fff;}
.dropdown-menu1 .menu ul{color:#fff;}
.system_notification .dropdown-menu1 .menu li.enquiry{border:1px solid #fff;margin-bottom:3px !important;padding:4px 10px !important;}
.system_notification .dropdown-menu1 .menu li.enquiry a:hover{box-shadow:none;background:none;}

.system_notification .dropdown-menu1, .system_notification .dropdown-menu1 > .menu, .system_notification .dropdown-menu1 .menu ul{background-image: linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                  background-image: -o-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                  background-image: -moz-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                  background-image: -webkit-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                  background-image: -ms-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                  background-image: -webkit-gradient(
                                                                                                                                      linear,
                                                                                                                                      left bottom,
                                                                                                                                      left top,
                                                                                                                                      color-stop(0.5, rgb(84, 92, 112)),
                                                                                                                                      color-stop(0.79, rgb(50, 110, 151))
                                                                                                                                      );}
/*.system_notification .dropdown-menu1, .system_notification .dropdown-menu1 > .menu,.system_notification .dropdown-menu1 .menu ul{background-image: linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -o-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -moz-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -webkit-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -ms-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.5, rgb(123,168,55)),
                color-stop(0.79, rgb(160,202,83))
        );}*/
.system_notification .dropdown-menu1 .name, .system_notification .dropdown-menu1 .messages .msg, .system_notification .dropdown-menu1 .messages .time{color:#222;font-size: 10px}	
.system_notification .dropdown-menu1 .name strong{letter-spacing:0.6px;}
#header .navbar .nav li.system_notification {
    /*position: absolute;*/
    /*left: -61px;*/
    top: 0;

}


legend {
    background-color: darkred;
    color: white;
    text-align: center;
}
.contact_person legend {
    background-color: #008B7F;

}

.address_type{
    background-color: #3E7116!important;
    border: 1px solid #3E7116!important;
}
.ui-dialog-content .address_type{
    background-color: #782B0B!important;
    border: 1px solid #782B0B!important;
}

.loading {
    background: url(../images/loaders/old/arrows.gif) no-repeat scroll center 0;
    display: inline-block;
    height: 22px;
    width: 22px;
}
.loading:before{content:"";}

@-webkit-keyframes blink {
    0% {
        background: rgba(255,0,0,0.5);

    }

    50% {
        background: rgba(255,0,0,0);

    }

    100% {
        background: rgba(255,0,0,0.5);

    }
}

@keyframes blink {
    0% {
        background: rgba(255,0,0,0.5);

    }

    50% {
        background: rgba(255,0,0,0);

    }

    100% {
        background: rgba(255,0,0,0.5);

    }
}


.animate {    
    background: rgba(255,0,0,1);
}

.animate {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease;
    animation-direction: normal;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: blink;
    animation-timing-function: ease;
}


div.handle {
    background: rgba(0, 0, 0, 0) url("../images/drag_arrow.png") no-repeat scroll 0 3px;
    cursor: move;
    display: inline-block;
    float: left;
    height: 25px;
    margin: 0 7px;
    width: 11px;
}




@-webkit-keyframes blink_orange {
    0% {
        background: rgb(255, 159, 17);

    }

    50% {
        background: rgb(255, 255, 255);

    }

    100% {
        background: rgb(255, 159, 17);

    }
}

@keyframes blink_orange {
    0% {
        background: rgb(255, 159, 17);

    }

    50% {
        background: rgb(255, 255, 255);

    }

    100% {
        background: rgb(255, 159, 17);

    }
}
.animate_green {    
    background: orange;
}
.animate_green {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink_orange;
    -webkit-animation-timing-function: ease;
    animation-direction: normal;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: blink_orange;
    animation-timing-function: ease;
}

.notification.modules.multiples, #total_web_enquiry_counter {
    right: 0;
    /*top: -12px;*/
}


.supplier_notification .dropdown-menu1 .menu li.header{
    border-bottom: 1px solid #ebebeb;
    line-height: 14px;
    margin: 0;
    /*padding-bottom: 8px;*/
    padding: 8px 0px 10px 5px;
    width: 100%;
}

.supplier_notification .dropdown-menu1 li.menu ul.messages li.enquiry{
    border-bottom: 1px solid #ebebeb !important;
    border-left: 1px solid #ebebeb !important;
    border-right: 1px solid #ebebeb  !important;
    /*line-height: 14px;*/
    margin: 0;
    /*    padding-bottom: 8px;
        padding-top: 10px;*/
    padding: 10px;
    width: 100%;

}

.supplier_notification .dropdown-menu1 .menu li.enquiry a{
    padding-left: 8px;
    color: #000000;
}
.supplier_notification .dropdown-menu1 .menu li.enquiry a:hover{
    padding-left: 8px;
    color: #000000;
    /*    background : #FFFFFF;
        box-shadow : #FFFFFF;
        border-color : 0 1px 2px rgba(0, 0, 0, 0), 0 0 3px rgb(255, 255, 255) inset;*/
}

.supplier_notification .dropdown-menu1 .name{
    /*float: left;*/
    width: 195px;
    color: #000000;
}

.supplier_notification .dropdown-menu1 .messages .time {
    float: right;
    font-size: 8px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
    color: #000000;
}

.supplier_notification .dropdown-menu1 .messages .msg {
    color: #000000;
}


.supplier_notification .dropdown-menu1 {
    font-size: 12px;
    position: absolute;
    /*top: 0px;*/
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 75px;
    padding: 4px;
    margin: 0;
    list-style: none;
    /*background: #efefef;*/
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #FFFFFF;
}

.supplier_notification .dropdown-menu1 .loading {
    background: url(../images/loading.gif) no-repeat scroll center 0;
    height: 25px;
    width: 195px;
}

.supplier_notification .dropdown-menu1 li.menu ul.messages li.enquiry{width:90%;background-color:#fff;}
.supplier_notification .dropdown-menu1 .menu li.header{width:100.1%;font-size:18px;padding-left:0;}
.supplier_notification .dropdown-menu1{box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-ms-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);}
.supplier_notification .dropdown-menu1 .menu li.enquiry:hover{
    background-image: linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -o-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -moz-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -webkit-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -ms-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -webkit-gradient(
        linear,
        bottom left,
        top left,
        color-stop(0.18, rgb(84, 92, 112)),
        color-stop(0.68, rgb(50, 110, 151))
        );}
.supplier_notification .dropdown-menu1 li.menu ul.messages li.enquiry + li.header{padding-top:20px;}
.supplier_notification .dropdown-menu1 .menu li.header{background-color:transparent;border-bottom:0;}
.supplier_notification .dropdown-menu1 .menu li:hover a{background-color:transparent;}
.supplier_notification .dropdown-menu1 .menu li:hover .name, .supplier_notification .dropdown-menu1 .menu li:hover .time, .supplier_notification .dropdown-menu1 .menu li:hover .msg{color:#fff;}
.dropdown-menu1 .menu ul{color:#fff;}
.supplier_notification .dropdown-menu1 .menu li.enquiry{border:1px solid #fff;margin-bottom:3px !important;padding:4px 10px !important;}
.supplier_notification .dropdown-menu1 .menu li.enquiry a:hover{box-shadow:none;background:none;}

.supplier_notification .dropdown-menu1, .supplier_notification .dropdown-menu1 > .menu, .supplier_notification .dropdown-menu1 .menu ul{background-image: linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                        background-image: -o-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                        background-image: -moz-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                        background-image: -webkit-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                        background-image: -ms-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                        background-image: -webkit-gradient(
                                                                                                                                            linear,
                                                                                                                                            left bottom,
                                                                                                                                            left top,
                                                                                                                                            color-stop(0.5, rgb(84, 92, 112)),
                                                                                                                                            color-stop(0.79, rgb(50, 110, 151))
                                                                                                                                            );}
/*.supplier_notification .dropdown-menu1, .supplier_notification .dropdown-menu1 > .menu,.supplier_notification .dropdown-menu1 .menu ul{background-image: linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -o-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -moz-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -webkit-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -ms-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.5, rgb(123,168,55)),
                color-stop(0.79, rgb(160,202,83))
        );}*/
.supplier_notification .dropdown-menu1 .name, .supplier_notification .dropdown-menu1 .messages .msg, .supplier_notification .dropdown-menu1 .messages .time{color:#222;font-size: 10px}	
.supplier_notification .dropdown-menu1 .name strong{letter-spacing:0.6px;}
#header .navbar .nav li.supplier_notification {
    /*position: absolute;*/
    /*left: -61px;*/
    top: 0;

}





.supplier_shipment_notification .dropdown-menu1 .menu li.header{
    border-bottom: 1px solid #ebebeb;
    line-height: 14px;
    margin: 0;
    /*padding-bottom: 8px;*/
    padding: 8px 0px 10px 5px;
    width: 100%;
}

.supplier_shipment_notification .dropdown-menu1 li.menu ul.messages li.enquiry{
    border-bottom: 1px solid #ebebeb !important;
    border-left: 1px solid #ebebeb !important;
    border-right: 1px solid #ebebeb  !important;
    /*line-height: 14px;*/
    margin: 0;
    /*    padding-bottom: 8px;
        padding-top: 10px;*/
    padding: 10px;
    width: 100%;

}

.supplier_shipment_notification .dropdown-menu1 .menu li.enquiry a{
    padding-left: 8px;
    color: #000000;
}
.supplier_shipment_notification .dropdown-menu1 .menu li.enquiry a:hover{
    padding-left: 8px;
    color: #000000;
    /*    background : #FFFFFF;
        box-shadow : #FFFFFF;
        border-color : 0 1px 2px rgba(0, 0, 0, 0), 0 0 3px rgb(255, 255, 255) inset;*/
}

.supplier_shipment_notification .dropdown-menu1 .name{
    /*float: left;*/
    width: 195px;
    color: #000000;
}

.supplier_shipment_notification .dropdown-menu1 .messages .time {
    float: right;
    font-size: 8px;
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
    color: #000000;
}

.supplier_shipment_notification .dropdown-menu1 .messages .msg {
    color: #000000;
}


.supplier_shipment_notification .dropdown-menu1 {
    font-size: 12px;
    position: absolute;
    /*top: 0px;*/
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 75px;
    padding: 4px;
    margin: 0;
    list-style: none;
    /*background: #efefef;*/
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #FFFFFF;
}

.supplier_shipment_notification .dropdown-menu1 .loading {
    background: url(../images/loading.gif) no-repeat scroll center 0;
    height: 25px;
    width: 195px;
}

.supplier_shipment_notification .dropdown-menu1 li.menu ul.messages li.enquiry{width:90%;background-color:#fff;}
.supplier_shipment_notification .dropdown-menu1 .menu li.header{width:100.1%;font-size:18px;padding-left:0;}
.supplier_shipment_notification .dropdown-menu1{box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);-ms-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);}
.supplier_shipment_notification .dropdown-menu1 .menu li.enquiry:hover{
    background-image: linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -o-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -moz-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -webkit-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -ms-linear-gradient(top, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
    background-image: -webkit-gradient(
        linear,
        bottom left,
        top left,
        color-stop(0.18, rgb(84, 92, 112)),
        color-stop(0.68, rgb(50, 110, 151))
        );}
.supplier_shipment_notification .dropdown-menu1 li.menu ul.messages li.enquiry + li.header{padding-top:20px;}
.supplier_shipment_notification .dropdown-menu1 .menu li.header{background-color:transparent;border-bottom:0;}
.supplier_shipment_notification .dropdown-menu1 .menu li:hover a{background-color:transparent;}
.supplier_shipment_notification .dropdown-menu1 .menu li:hover .name, .supplier_shipment_notification .dropdown-menu1 .menu li:hover .time, .supplier_shipment_notification .dropdown-menu1 .menu li:hover .msg{color:#fff;}
.dropdown-menu1 .menu ul{color:#fff;}
.supplier_shipment_notification .dropdown-menu1 .menu li.enquiry{border:1px solid #fff;margin-bottom:3px !important;padding:4px 10px !important;}
.supplier_shipment_notification .dropdown-menu1 .menu li.enquiry a:hover{box-shadow:none;background:none;}

.supplier_shipment_notification .dropdown-menu1, .supplier_shipment_notification .dropdown-menu1 > .menu, .supplier_shipment_notification .dropdown-menu1 .menu ul{background-image: linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                                                   background-image: -o-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                                                   background-image: -moz-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                                                   background-image: -webkit-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                                                   background-image: -ms-linear-gradient(bottom, rgb(84, 92, 112) 18%, rgb(50, 110, 151) 68%);
                                                                                                                                                                   background-image: -webkit-gradient(
                                                                                                                                                                       linear,
                                                                                                                                                                       left bottom,
                                                                                                                                                                       left top,
                                                                                                                                                                       color-stop(0.5, rgb(84, 92, 112)),
                                                                                                                                                                       color-stop(0.79, rgb(50, 110, 151))
                                                                                                                                                                       );}
/*.supplier_shipment_notification .dropdown-menu1, .supplier_shipment_notification .dropdown-menu1 > .menu,.supplier_shipment_notification .dropdown-menu1 .menu ul{background-image: linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -o-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -moz-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -webkit-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -ms-linear-gradient(bottom, rgb(123,168,55) 50%, rgb(160,202,83) 79%);
        background-image: -webkit-gradient(
                linear,
                left bottom,
                left top,
                color-stop(0.5, rgb(123,168,55)),
                color-stop(0.79, rgb(160,202,83))
        );}*/
.supplier_shipment_notification .dropdown-menu1 .name, .supplier_shipment_notification .dropdown-menu1 .messages .msg, .supplier_shipment_notification .dropdown-menu1 .messages .time{color:#222;font-size: 10px}	
.supplier_shipment_notification .dropdown-menu1 .name strong{letter-spacing:0.6px;}
#header .navbar .nav li.supplier_shipment_notification {
    /*position: absolute;*/
    /*left: -61px;*/
    top: 0;

}

.forcelogout_message{clear: both; color: black; width: 100%; font-size: 30px; position: relative; top: 0px; background: red none repeat scroll 0px 0px; z-index: 5000; padding: 12px; opacity: 1; pointer-events: none; text-shadow:3px 3px 3px rgba(0,0,0,0.4);-webkit-text-shadow:3px 3px 3px rgba(0,0,0,0.4);text-align:center;color:#fff;line-height:32px;}
.pending_adjustments{}
#header{position: relative!important;height: auto; }
#content{padding-top: 0px!important;}
.pending_adjustments{clear: both; color: black; width: 100%; top: 0px; background: red none repeat scroll 0px 0px; z-index: 5000;  opacity: 1; text-shadow:3px 3px 3px rgba(0,0,0,0.4);-webkit-text-shadow:3px 3px 3px rgba(0,0,0,0.4);text-align:center;color:#fff;line-height:32px;padding:8px;font-weight: bold;font-size: 14px;z-index: -1;}
.pending_adjustments a {cursor: pointer}
.remaining-time{font-weight:700;font-size:40px}


td.highlight_td {
    background-color: #aa3b3b !important;
    /*border: 1px solid #aa3b3b !important;*/
    color: white;
}
td.highlight_td_yellow {
    background-color: #F2F822 !important;
    /*border: 1px solid #F2F822 !important;*/
    /*color: white;*/
}


.row-fluid .span8.suggest_div{margin-left:0;position:relative}	
.suggest_div input.text{width:100%;}
/*.suggest_div input.text{background:url(../images/loaders/circular/003.gif) no-repeat calc(100% - 10px) center / 20px auto}*/
.suggest_div input.load_duplicates{background:url(../images/loaders/circular/003.gif) no-repeat calc(100% - 10px) center / 20px auto;padding-right:40px;}

/*.suggest_div .duplicate_results{position:absolute;left:0;right:0;top:100%;background-color:#fff;z-index:99;box-shadow:0 0 5px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);max-height:309px;overflow:auto;}*/
.suggest_div .duplicate_results{position:absolute;left:0;right:0;top:100%;
                                /*background-color:#fff;*/
                                z-index:99;
                                box-shadow: 0 0px 15px 0px rgb(243, 58, 0);                               
                                /*-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
                                max-height:309px;overflow:auto;
                                background: #ededed;
                                -webkit-box-shadow:0 0px 15px 0px rgb(243, 58, 0);
}
.duplicate-title{padding: 5px;
                 font-weight: 600;
                 border-bottom: 1px solid #333;
                 color: #333;}
.suggest_div .duplicate_results ul{margin:0;list-style:none;padding:0 4px;}
.suggest_div .duplicate_results ul li{margin:0;line-height:20px;}
.suggest_div .duplicate_results ul li a{padding:3px 7px 4px;display:block;color:#666;min-height:1em;}
.suggest_div .duplicate_results ul li a:hover{background-color:#3875d7;color:#fff;}

.row-fluid label.span4 + .span8.suggest_div, .row-fluid label.span2 + .span8.suggest_div{width:48.7179%}


/*.suggest_div .duplicate_results ul li ~ li{border-top:1px solid #dfdfdf;}*/

input.percent-icon{background: url(../images/percent-icon.png) no-repeat 4px 50%; padding-right: 20px;background-color: #FFFFFF;background-position: 95% center;text-align: right;}

@-webkit-keyframes blink_red {
    0% {
        background: rgb(252, 7, 7);

    }

    50% {
        background: rgb(255, 255, 255);

    }

    100% {
        background: rgb(252, 7, 7);

    }
}

@keyframes blink_red {
    0% {
        background: rgb(200, 63, 57);
        color:white;
    }

    50% {
        background: rgb(255, 255, 255);
        color:black;
    }

    100% {
        background: rgb(200, 63, 57);
        color:white;
    }
}
.animate_red {    
    background: red;
    /*color:white;*/
}
.animate_red {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink_red;
    -webkit-animation-timing-function: ease;
    animation-direction: normal;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: blink_red;
    animation-timing-function: ease;
}
.unit_price_changed{background-color: yellow}
.no-stock-message{
    position: relative; margin-top: 2px;background: #40aaed;padding: 6px;border: 1px solid #e47517;border-radius: 9px;color: rgb(255, 255, 255);font-weight: bolder;width: 264px;text-align: center;
    background: rgb(255,48,25); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(193,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(193,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(193,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#c10000',GradientType=0 ); /* IE6-9 */
}

.no-stock-message-container{position: absolute;line-height: 37px;}
.no-stock-message-main{line-height: 26px;height: 34px;}

.web-order-menu{width:165px!important;}
.web-order-menu ul{left:163px!important;}
.web-order-menu ul ul{left:223px!important;}
/*.navbar .dropdown-menu::before, */.dropdown .dropdown-menu.docket-dispatch-pdf:before{width: 41px !important;}
.highlight_yellow{ background-color: rgb(255, 5, 5) !important;}
.exceeded_credit_limit_txt{
    text-align: center;padding: 15px;font-size: 20px;color: #fde3e3;margin: 0;width: 90%;
}

#header .navbar .nav li.scaffsafe_ERP a{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f7cb1e73;
    *background-color: #f7cb1e73;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7cb1e73), to(#37362b));
    background-image: -webkit-linear-gradient(top,  #f7cb1e73, #37362b);
    background-image: -o-linear-gradient(top,  #f7cb1e73, #37362b);
    background-image: linear-gradient(to bottom,  #f7cb1e73, #37362b);
    background-image: -moz-linear-gradient(top,  #f7cb1e73, #37362b);
    background-repeat: repeat-x;
    border-color: #f7cb1e73 #f7cb1e73 #f7cb1e73;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f7cb1e73', endColorstr='#37362b', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

