/** Reset browsers settings **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}
body {
    background: #3b3e40;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}
.link { cursor: pointer; }
.link:hover { color: #83d4c9; }
.link.inactive, .link.inactive > a { cursor: default !important; }
a:link, a:visited { text-decoration: none; color: #3b3e40; }
ul { list-style: none; }
hr {
  margin: 6px 0;
  height: 1px;
  border: none;
  background-color: #ccc;
}
/************ settings ************/
.row-fluid [class*="span"] { margin: 0 0 2% 2%; }
.row-fluid [class*="span"]:first-child { margin-left: 0; }
.row-fluid:before{ clear: both; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.block {display: block; }
.reset-size { font-size: 1em !important; }
.spacer { display: block; height: 4px; }
.spacer2x { display: block; height: 8px; }
.spacer3x { display: block; height: 12px; }
.breadcrumb {
  margin-top: 8px;
  font-weight: 400;
  font-size: 0.9em;
}
.breadcrumb > li > a { font-size: 0.95em; }
.breadcrumb > li > a:hover { text-decoration: underline; }
.breadcrumb > li > span { margin: 0 8px; }
/** input / buttons / selects **/
input.form, select.form, textarea.form {
  padding: 8px;
  border: 1px solid #CFD5D9;
  font-size: 0.9em;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}
textarea.form {
  margin: 4px 0;
  resize: vertical;
  padding: 4px;
}
select.form { padding: 4px 8px; }
input.form:focus, select.form:focus, textarea.form:focus {
  border: 1px solid #787d80;
  transition: border 0.5s ease-out;
}
input.form:not(focus), select.form:not(focus), textarea.form:not(focus) { /* focusout */
  border: 1px solid #CFD5D9;
  transition: border 0.5s ease-out;
}
button.form, a.button {
  padding: 10px 8px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  font-size: 1em;
  text-shadow: 1px 1px 0 #eaeff2;
  background-color: #ccd2d6;
  transition: background-color 0.3s ease-out;
}
button.form:hover, button.form:focus, a.button:hover, a.button:focus {
  background-color: #b9bdc0;
  transition: background-color 0.3s ease-out;
}
button.form.forward, a.button.forward {
  color: #fff;
  text-shadow: 1px 1px 0 #559f95;
  background-color: #83d4c9;
  transition: background-color 0.3s ease-out;
  
}
button.form.forward:hover, button.form.forward:focus, a.button.forward:hover, a.button.forward:focus {
  background-color: #71bdb3;
  transition: background-color 0.3s ease-out;
}

/** message div **/
#successMsg, #errorMsg {
  margin-top: 16px;
  padding: 4px 8px;
  font-size: 0.8em;
  color: #3B3E40;
  border-radius: 4px;
}
#successMsg i, #errorMsg i {
  display: inline-block;
  margin-right: 6px;
}
#successMsg {
  background-color: #E4E8BB;
  border-left: 4px solid #A7AD05;
  border-right: 4px solid #A7AD05;
}
#successMsg i { color: #A7AD05; }
#errorMsg {
  background-color: #fcd5d0;
  border-left: 4px solid #ad1505;
  border-right: 4px solid #ad1505;
}
#errorMsg i { color: #ad1505; }
.advice {
  padding: 6px 8px;
  border: 1px solid #99C4EA;
  background-color: #d1e4f3;
  border-radius: 3px;
}
.advice span { line-height: 1.8em; }
.advice i {
  font-size: 1.6em;
  color: #5887b0;
}
.advice a { line-height: 26px; }

/** font size **/
.size075em { font-size: 0.75em }
.size08em { font-size: 0.8em }
.size085em { font-size: 0.85em }
.size09em { font-size: 0.9em }
.size1em { font-size: 1em }
.size11em { font-size: 1.1em }
.size12em { font-size: 1.2em }

/** font-weight **/
.light-font { font-weight: 300; }
.light-italic-font { font-style: italic; font-weight: 300; }
.normal-font { font-weight: 400; }
.normal-italic-font { font-style: italic; font-weight: 400; }
.medium-font { font-weight: 600; }
.bold-font { font-weight: 700; }

/** colors **/
.colorwhite { color: #fff; }
.colorgrey1 { color: #3B3E40; }
.colorgrey2 { color: #565656; }
.colorgreen1 { color: #9bac00; }
.colorgreen2 { color: #b3c048; }
.colorgreen3 { color: #5b9400; }

/** text decoration */
.underline { text-decoration: underline !important; }
.blink { text-decoration: blink !important; }

/* Mirror */
.mirror {
  display: inline-block; 
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform:matrix(-1, 0, 0, 1, 0, 0);
}

/** spans **/
.span1 { width: 8.33333333333333%; }
.span2 { width: 16.66666666666666%; }
.span3 { width: 23.5%; }
.span4 { width: 33.33333333333332%; }
.span5 { width: 41.66666666666665%; }
.span6 { width: 49% !important; }
.span7 { width: 58.33333333333331%; }
.span8 { width: 66.66666666666664%; }
.span9 { width: 74.99999999999997%; }
.span10 { width: 83.3333333333333%; }
.span11 { width: 91.66666666666663%; }
.span12 { width: 100%; }
/** cols **/
.cols { width: 100%; }
.col2 { width: 50% }
.col3 { width: 33.33% }
.col4 { width: 25%; }
.col2_3 { width: 66.66%; }
.col3_4 { width: 75%; }
.borderleft { border-left: 1px solid #ccc; }
.borderright { border-right: 1px solid #ccc; }

.pointer{ cursor: pointer; }
/** align **/
.aligncenter{ text-align: center !important; }
.alignleft { text-align: left !important; }
.alignright { text-align: right !important; }
.aligntop { vertical-align: top !important; }
.alignbottom { vertical-align: bottom !important; }
.alignmiddle { vertical-align: middle !important; }

/** padding **/
.padding4 { padding: 0 4px; }
.padding8 { padding: 0 8px; }
.padding16 { padding: 0 16px; }
.padding24 { padding: 0 24px; }
.padding32 { padding: 0 32px; }

.relative { position: relative; }
.inline { display: inline; }
.inline-block { display: inline-block; }

.headline {
  padding-bottom: 4px;
  border-bottom: 1px solid #CFD5D9;
}
.headline.background {
  padding: 4px 0;
  background-color: #eceff1;
  text-shadow: 1px 1px 0 #fff;
}
/** caption **/
.caption {
  border: 1px solid #CFD5D9;
  border-radius: 3px;
}
.caption .title {
  padding: 8px 16px;
  font-size: 1.1em;
  font-weight: 300;
  text-shadow: 1px 1px 0 #fff;
  border-bottom: 1px solid #CFD5D9;
  background-color: #F1F4F5;
}
.caption .title i { color: #34383F; }
.caption .data { padding: 8px 16px; }
.caption .data ul li {
  padding: 3px 6px;
  font-size: 0.85em;
  color: #34383F;
}

/** tooltip **/
.tooltip {
  position: absolute;
  right: auto;
  margin-top: -8px;
  z-index: 101;
  display: none;
}
.tooltip .pointer {
  line-height: 14px;
  text-align: center;
  color: #2C3032;
}
.tooltip .tip {
  padding: 7px 10px;
  background: none repeat scroll 0 0 #2C3032;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  font-size: 0.75em;
  white-space: nowrap;
  box-shadow: 0 0 3px 0 #555555;
}

/** forms **/
label.error {
  padding: 4px;
  display: block;
  border: none;
  font-size: 0.85em;
  text-align: left;
  color: #AD1505;
  background: none;
}
input.error, select.error, textarea.error {
  border-color: #AD1505 !important;
  transition: border-color 0.4s ease-out;
}

ul.form { list-style: none; }
ul.form li { padding: 4px 0; }
ul.form li label { white-space: pre-wrap; }
ul.form li span i.required { color: #99C4EA; }


/** tables **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  overflow: auto;
}
table.responsive {
  position: relative;
  /* display: block; */
}
/* common styles */
table tr.selected { background-color: #fff7b4 !important; }
table tbody td.checkbox , table tbody td.star , table tbody td.starred, table tbody td.attachment { text-align: center; font-size: 0.9em; }
table tbody td.checkbox { cursor: default; }

/* border style */
table.bordered {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #cfd5d9;
  background-color: #fff; 
}
table.bordered thead th:first-child, table.bordered thead th:last-child { padding: 12px 16px; }
table.bordered thead th:first-child { border-radius: 4px 0 0 4px; }
table.bordered thead th:last-child { border-radius: 0 4px 4px 0; }
table.bordered thead th {
  padding: 12px 4px;
  font-weight: 700;
  color: #3b3e40;
}
table.bordered td {
  max-width: 80px;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3b3e40;
} /* <!--[if IE]> table { table-layout: fixed; width: 100px; } */
table.bordered th, table.bordered td {
  padding: 10px 6px;
  vertical-align: middle;
  text-align: center;
  font-size: 0.75em;
  overflow: hidden;
  empty-cells: hide;
}
table.bordered tbody tr:nth-child(2n+1) { background-color: #f1f4f5; }
table.bordered tbody tr:hover { background-color: #fbfeb0; }
table.bordered th, table.bordered td { border-right: 1px solid #cfd5d9; }
/*  */
table thead th.p1, table tbody td.p1 { width: 20px; }
table thead th.p2, table tbody td.p2 { width: 30px; }
table thead th.p3, table tbody td.p3 { width: 40px; }
table thead th.p4, table tbody td.p4 { width: 60px; }
table thead th.p5, table tbody td.p5 { width: 80px; }
table thead th.p6, table tbody td.p6 { width: 100px; }
table thead th.p7, table tbody td.p7 { width: 130px; }
table thead th.p8, table tbody td.p8 { width: 160px; }
table thead th.p9, table tbody td.p9 { width: 190px; }
table thead th.p20, table tbody td.p20 { width: 20%; }
table thead th.p80, table tbody td.p80 { width: 80%; }

/** table options **/
.th-options {
  margin: 0 4px 8px 4px;
  padding: 7px;
  border-radius: 4px;
  background-color: #eceff1;
}
.th-options > ul > li {
  margin-right: 4px;
  border-radius: 4px;
}
.th-options > ul > li span {
  line-height: 2.2em;
  font-size: 0.9em;
}
.th-options > ul > li > a {
  display: block;
  padding: 2px 8px;
  font-size: 1.2em;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}
.th-options > ul > li:last-child > a { margin-right: 0; }
.th-options > ul > li.link:hover {
  background-color: #ccd2d6;
  color: #181d20;
}
.th-options > ul > li.active > a { color: #181d20; background-color: #ccd2d6; }
.th-options > ul > li.inactive > a { color: #888d90; cursor: default; }

/** navigation **/
.row-list {
  position: relative;
  display: block;
  list-style: none;
  float: left;
}
ul.list-option > li { margin-left: 12px; }
ul.list-option > li > a {
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.9em;
  color: #3B3E40;
  cursor: pointer;
  display: block;
}
ul.list-option > li > a:hover, ul.list-option > li > a:active { background-color: #ccd2d6; }
ul.list-option > li > a.active{ background-color: #ccd2d6; }
ul.list-option > li > a > i { font-size: 1.3em; line-height: 25px; }
/* pagination */
.paginator {
  width: 100%;
  text-align: center;
}
.paginator ul { display: inline-block; }
.paginator ul li { line-height: 24px; margin-left: 2px; }
.paginator ul li a {
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.9em;
  color: #3B3E40;
  cursor: pointer;
  display: block;
}
.paginator ul li a:hover { background-color: #ccd2d6; }
.paginator ul li a i { font-size: 1.1em; }
.paginator ul li input {
  font-weight: 600;
  font-size: 1em !important;
  text-align: center;
  padding: 3px !important;
  width: 40px;
}
/* dropdown-menu */
.dropdown {
  margin-top: 4px;
  position: absolute;
  z-index: 99;
  left: auto;
  right: 0;
  display: none;
}
.active .dropdown { display: block; } /* show menu */
.dropdown .pointer{
  position: absolute;
  left: auto;
  right: 16px;
  top: -18px;
  z-index: 99;
  cursor: default;
  color: #fff;
  text-shadow: 0 -1px 0 #bfc4c7;
}
.dropdown-toggle i { margin: 0 4px 0 2px; }
.dropdown-menu {
  padding: 10px 0;
  float: right;
  min-width: 150px;
  border: 1px solid #bfc4c7;
  box-shadow: 0 0 3px 0 #ccc;
  background: #fff;
  font-size: 0.85em;
}
.dropdown-menu li.divider {
  margin-top: 10px;
  padding-top: 1px;
  border-top: 1px solid #bfc4c7;
}
.dropdown-menu li > a, .dropdown-menu li > a {
  padding: 8px 12px;
  display: block;
  color: #2f3335;
}
.dropdown-menu li > a i{ margin-right: 8px; }
.dropdown-menu li > a:hover { background-color: #e3e6e8; color: #000; }
.dropdown-menu li.title {
  text-align: center;
  border-bottom: 1px solid #bfc4c7;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.dropdown-menu li.form { padding: 10px 16px; }
.dropdown-menu li.form label { display: block; margin-bottom: 6px; }

/** modal box **/
#phpCloudWindowFarmaPremium {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: url("/img/phpCloud/ajaxWindowBG.png") repeat 0 0;
}
#phpCloudWindowFarmaPremium .ajaxWindowContainer {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px 5px #000;
}
#ajaxWindowContainerDiv .ajaxWindowTitle {
  padding: 8px 16px;
  color: #fff;
  border-radius: 6px 6px 0 0;
  text-shadow: 1px 1px 0 #000;
  background-color: #9bac00;
}
#ajaxWindowContainerDiv .ajaxWindowContents {
  border-top: 1px solid #768300;
  padding: 0 6px 8px;
}

/* headings */
h1 {  }
h2 { font-size: 1.8em; font-weight: 300; letter-spacing: -1px; line-height: 37px; }
h3 { font-size: 1.25em; font-weight: 300; letter-spacing: -1px; line-height: 33px; }
h4 { font-size: 1.1em; font-weight: 300; line-height: 24px; }
h2 em { font-size: 0.7em; }


/*********** containers ***********/
/** LOGIN FORM **/
#login-form {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background-color: #3B3E40;
}
#login-form .content {
  position: relative;
  margin: 0 auto;
  padding: 20px 24px;
  width: 1000px;
  top: 30%;
  border: 1px solid #1B1B1B;
  background-color: #202427;
  color: #C2C8CC;
  box-shadow: 0 0 10px -2px #222;
  -moz-box-shadow: 0 0 10px -2px #222;
  -webkit-box-shadow: 0 0 10px -2px #222;
  -o-box-shadow: 0 0 10px -2px #222;
}
#login-form .content .box-inner form { padding-top: 16px; }
#login-form .content .box-inner form tr td {
  width: 100%;
  padding: 4px 0;
  font-size: 0.8em;
}
#login-form .content .box-inner form tr td.header {
  font-size: 1em;
  font-weight: 300;
  padding: 0 0 12px;
  color: #fff;
}
#login-form .content .box-inner form tr td input {
    width: 500px;
    padding: 3px;
    /* font-size: 1em; */
    font-size: 40px;
    padding: 6px;
}
#login-form .content .box-inner form tr td label {
  display: block;
  padding-right: 10px;
  text-align: right;
}
#login-form .content .box-inner form tr td.reset { text-align: right; }
#login-form .content .box-inner form tr td.reset a { color: #C2C8CC; }
#login-form .content .box-inner form p { padding-top: 16px; }

/** header **/
.header {
  width: 100%;
  position: static;
  top: 0;
  overflow: visible;
  z-index: 102;
}
.header .nav {
  height: 50px;
  background-color: #202427;
}
.header .nav .logo {
  padding: 12px 0 0 20px;
}
.header .nav .profile { margin-right: 20px; }
.header .nav .profile .dropdown { right: 20px; }
.header .nav .profile > a {
  padding: 15px 10px;
  line-height: 20px;
  font-size: 0.85em;
  color: #c2c8cc;
}
.header .nav .profile > a:hover, .header .nav .profile > a.active { background-color: #2f3335; }
/** End header **/

.page-container {
  width: 100%;
  position: relative;
}
/** sidebar **/
.page-sidebar {
  position: absolute;
  width: 280px;
  background-color: #3b3e40;
  z-index: 100;
}
/* minimized sidebar menu */
.page-sidebar.min { width: 60px; }
.page-sidebar.min .sidebar-menu > li > a { padding: 12px 0 12px 18px; }
.page-sidebar.min .sidebar-menu > li > a i { margin-right: 0; }
.page-sidebar.min .sidebar-menu li a span.text-menu {
  display: none;
}
.page-sidebar.min .sidebar-menu > li:hover .submenu {
  display: block;
}
.page-sidebar.min .sidebar-menu > li .submenu {
  min-width: 120px;
  display: none;
  left: 60px;
  margin: -43px 0 0;
  padding-left: 3px;
  position: absolute;
  background-color: #fff;
}
.page-sidebar.min .sidebar-menu > li.active .submenu {
  margin: -46px 0 0 0;
  padding-left: 3px;
  border: 0;
  background-color: #fff;
  text-shadow: 1px 1px 0 #999;
}
.page-sidebar.min .sidebar-menu > li .submenu li { margin: 0; }
.page-sidebar.min .sidebar-menu > li .submenu li a {
  color: #fff; padding: 10px 16px;
  background-color: #3b3e40;
}
.page-sidebar.min .sidebar-menu > li.active .submenu li a {
  background-color: #83d4c9;
}
.page-sidebar.min .sidebar-menu > li .submenu li.active a {
  font-weight: 600;
  background: #9fa500;
}
.page-sidebar.min .sidebar-menu > li.active .submenu li a:hover { background-color: #9fa500; }
/* END minimized sidebar menu */

.page-content.max{ /* maximized page content */
  margin-left: 60px;
}
.page-sidebar #hide-sidebar {
  margin: 10px 10px 12px;
  padding: 4px 12px 10px;
  display: block;
  border-radius: 4px;
  line-height: 22px;
  font-weight: 300;
  font-size: 1.8em;
  text-align: right;
  color: #C2C8CC;
}
.page-sidebar #hide-sidebar:hover{ background-color: #595C5E; }
.page-sidebar .sidebar-search {
  margin: 0 20px;
  padding: 3px 7px;
  border-left: 1px solid #2c3032;
  border-right: 1px solid #2c3032;
  border-bottom: 1px solid #2c3032;
}
.page-sidebar .sidebar-search form input {
  border: none;
  background: none;
  color: #c2c8cc;
  font-size: 0.8em;
  font-weight: 400;
}
.page-sidebar .sidebar-search form input:focus { font-style: normal; }
.page-sidebar .sidebar-search form input.search-text {
  float: left;
  height: 26px; 
  width: 190px;
}
.page-sidebar .sidebar-search form input.search-icon {
  padding: 2px 3px;
  float:right;
  cursor: pointer;
  border-radius: 3px;
  font-size: 1em;
}
.page-sidebar .sidebar-search form input.search-icon:hover, .page-sidebar .sidebar-search form input.search-icon:focus { background-color: #2c3032; }
/** sidebar menu **/
.page-sidebar .sidebar-menu > li{ border-bottom: 1px solid #2c3032; }
.page-sidebar .sidebar-menu > li:last-child { border-bottom: none; } /* last-child selector doesn't work on IE8 and early */
.page-sidebar .sidebar-menu > li > a:hover { background-color: #2c3032; }

.page-sidebar .sidebar-menu > li.active > a {
    position: relative;
    color: #34383f;
    font-weight: 600;
    font-size: 24px;
    padding: 16px;
    height: 47px;
    line-height: 43px;
    background-color: #83d4c9 !important;
}
.page-sidebar .sidebar-menu > li.active > a i { color: #fff; font-size: 1.7em; }
.page-sidebar .sidebar-menu > li.active > a .sidebar-pointer {
  position: absolute;
  right: 0;
  color: #fff;
  z-index: 115;
}
.page-sidebar .sidebar-menu > li.active > a .sidebar-pointer i { margin: 0; font-size: 1.2em; }
.page-sidebar .sidebar-menu > li.active .submenu .sidebar-pointer{ display: none; }
.page-sidebar .sidebar-menu > li > a, .page-sidebar .sidebar-menu > li > ul.submenu li > a {
  display: block;
  line-height: 15px;
  font-weight: 300;
  font-size: 0.9em;
  color: #c2c8cc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-sidebar .sidebar-menu > li > a {  font-weight: 600;
    font-size: 24px;
    padding: 16px;
    height: 47px;
    line-height: 43px; }
.page-sidebar .sidebar-menu > li > a i { margin-right: 8px; font-size: 1.3em; }
.page-sidebar .sidebar-menu > li > ul.submenu li > a { padding: 9px 0; }
/* submenu */
.page-sidebar .sidebar-menu > li > ul.submenu { margin: 10px 0; }
.page-sidebar .sidebar-menu > li > ul.submenu li { border-bottom: none; margin-top: 1px; }
.page-sidebar .sidebar-menu > li > ul.submenu li.active > a { background-color: #595c5e; }
.page-sidebar .sidebar-menu > li > ul.submenu li > a { padding-left: 50px;    }
.page-sidebar .sidebar-menu > li > ul.submenu li a:hover { background-color: #595c5e; }


/** content **/
.page-content {
  min-height: 780px;
  margin-left: 280px;
  padding: 20px;
  background-color: #fff;
}
.page-content .page-title{ margin: 4px 0 24px; }
.page-content .page-title h2 {
  padding-bottom: 8px;
  color: #4b4e50;
  border-bottom: 1px solid #e3e6e8;
}
.page-content .page-title i { margin-right: 10px; }

/*********** widgets ***********/
.widget-title{
  margin-bottom: 16px;
}
/** Monthly summary **/
.monthly-summary {
  padding: 12px 20px;
  background-color: #eceff1;
}
.monthly-summary h3 {
  display: block;
  text-shadow: 1px 1px 1px #fff;
  color: #3b3e40;
}
.monthly-summary .widget-content .stats { width: 96%; }
.monthly-summary .widget-content .sales { background-color: #e79e48; }
.monthly-summary .widget-content .points { background-color: #78c1ca; }
.monthly-summary .widget-content .products { background-color: #b3c048; }
.monthly-summary .widget-content .customers { background-color: #cb8bb5; }
.monthly-summary .widget-content .stats-title {
  padding: 12px 14px;
  font-weight: 400;
  font-size: 0.95em;
  text-shadow: 1px 1px 1px #555555;
  color: #fff;
}
.monthly-summary .widget-content .stats-content { padding: 10px 14px; }
.monthly-summary .widget-content .average {
  font-size: 3em;
  font-weight: 300;
  color: #2c3032;
}
.monthly-summary .widget-content .average b{ font-weight: 600; }
.monthly-summary .widget-content .info {
  font-weight: 400;
  font-size: 0.9em;
  color: #2c3032;
}
.monthly-summary .widget-content .pharmacy-percent, .monthly-summary .widget-content .farmapremium-percent{
  display: block;
  line-height: 16px;
}
/* colorbars */
.monthly-summary .widget-content .sales .stats-content{ border-top: 1px solid #FEBA6A; }
.monthly-summary .widget-content .sales .stats-content.bottom{ border-bottom: 1px solid #E48A20; }
.monthly-summary .widget-content .sales .stats-title{ background-color: #e57c00; border-bottom: 1px solid #C66B00; }
.monthly-summary .widget-content .sales .pharmacy-percent{ background-color: #ffdeb8; }
.monthly-summary .widget-content .sales .farmapremium-percent{ background-color: #e57c00; }
.monthly-summary .widget-content .points .stats-content{ border-top: 1px solid #94d8e0; }
.monthly-summary .widget-content .points .stats-content.bottom{ border-bottom: 1px solid #43b3c0; }
.monthly-summary .widget-content .points .stats-title{ background-color: #46aeba; border-bottom: 1px solid #2297a5; }
.monthly-summary .widget-content .points .pharmacy-percent{ background-color: #cff1f5; }
.monthly-summary .widget-content .points .farmapremium-percent{ background-color: #46aeba; }
.monthly-summary .widget-content .products .stats-content{ border-top: 1px solid #cdd870; }
.monthly-summary .widget-content .products .stats-content.bottom{ border-bottom: 1px solid #a0ad30; }
.monthly-summary .widget-content .products .stats-title{ background-color: #9bac00; border-bottom: 1px solid #849200; }
.monthly-summary .widget-content .products .pharmacy-percent{ background-color: #e4e8bb; }
.monthly-summary .widget-content .products .farmapremium-percent{ background-color: #9bac00; }
.monthly-summary .widget-content .customers .stats-content{ border-top: 1px solid #e5aad0; }
.monthly-summary .widget-content .customers .stats-content.bottom{ border-bottom: 1px solid #c873aa; }
.monthly-summary .widget-content .customers .stats-title{ background-color: #bd609b; border-bottom: 1px solid #ae3e85; }
.monthly-summary .widget-content .customers .pharmacy-percent{ background-color: #fce4f3; }
.monthly-summary .widget-content .customers .farmapremium-percent{ background-color: #bd609b; }

/* widget */
.widget{
  padding-top: 24px;
}
.widget .widget-title {
  padding: 8px 16px;
  background-color: #eceff1;
}

/***** footer *****/
.footer {
  padding: 16px 0;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  color: #83d4c9;
}

/** pharmacy **/
.pharmacy-image, .pharmacy-user { position: relative; }
.pharmacy-image { padding-right: 16px; }
.pharmacy-user { padding: 16px; background-color: #ddd; }
.pharmacy-data { position: relative;}
.image-content .image {
  min-width: 120px;
  height: 236px;
  border: 10px solid #ddd;
  background-color: #ddd;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.image-content .image div { position: relative; top: 44%; }
.image-content .image img { vertical-align: middle; width: 100%; }
.pharmacy-submit { position: relative; }
#geoCords { margin: 8px 0; }

/** customers **/
.stats > div div {
  margin-left: 16px;
  color: #3B3E40;
}
.stats > div div i { font-size: 1.5em; }
.stats > div div b { font-size: 1.3em; }
ul.cutomer-details li span.name {
  width: 200px;
  margin-right: 8px;
  display: inline-block;
  font-size: 0.85em;
  font-weight: 600;
}
ul.cutomer-details li span.data {
  font-size: 0.85em;
}

/** reports **/
table.breadcrumb-report {
  table-layout: fixed;
  position: relative;
  font-size: 0.85em;
}
table.breadcrumb-report td { vertical-align: middle; }
table.breadcrumb-report tr th {
  text-align: left;
  text-shadow: 1px 1px 0 #fff;
  border-radius: 3px 3px 0 0;
  font-weight: 400;
}
table.breadcrumb-report tr th.added { padding: 4px 0 4px 16px; }
table.breadcrumb-report tr th.selected { padding: 4px 16px 4px 16px; }
table.breadcrumb-report tr th.added:hover, table.breadcrumb-report tr th.selected {
  cursor: default;
  background-color: #cfd1d6;
}
table.breadcrumb-report tr td {
  line-height: 40px;
  font-weight: 300;
  text-shadow: 1px 1px 0 #000;
  color: #fff;
  white-space: nowrap;
  background: url('/img/layout/background-breadcrumb.png') repeat-x;
}
table.breadcrumb-report tr td.added { padding-left: 0; }
table.breadcrumb-report tr td.added div.text { cursor: pointer; }
table.breadcrumb-report tr td.bc0 {
  padding: 0  2px 0 12px;
  line-height: 38px;
  border-left: 1px solid #41454e; 
  background-position: 0 0;
}
/* background */
table.breadcrumb-report tr td.bc1 { background-position: 0 -40px; }
table.breadcrumb-report tr td.bc2 { background-position: 0 -80px; }
table.breadcrumb-report tr td.bc3 { background-position: 0 -120px; }
table.breadcrumb-report tr td.bc4 { background-position: 0 -160px; }
table.breadcrumb-report tr td.bc5 { background-position: 0 -200px; }
table.breadcrumb-report tr td.bc6 { background-position: 0 -240px; }
table.breadcrumb-report tr td.bc7 { background-position: 0 -280px; }
table.breadcrumb-report tr td.select {
  color: #3B3E40;
  text-shadow: none;
  background-position: 0 -320px;
}
/* closers */
table.breadcrumb-report tr td .closer, table.breadcrumb-report tr td .end {
  display: block;
  width: 24px;
  height: 40px; 
  background: url('/img/layout/pointer-breadcrumb.png') no-repeat;
}
table.breadcrumb-report tr td .closer { background: url('/img/layout/closer-breadcrumb.png') no-repeat; }
table.breadcrumb-report tr td .end { background: url('/img/layout/end-breadcrumb.png') no-repeat; }
table.breadcrumb-report tr td.bc1 .closer { background-position: 0 0; }
table.breadcrumb-report tr td.bc1.select .closer { background-position: 0 -40px; }
table.breadcrumb-report tr td.bc2 .closer { background-position: -26px 0; }
table.breadcrumb-report tr td.bc2.select .closer { background-position: -26px -40px; }
table.breadcrumb-report tr td.bc3 .closer { background-position: -52px 0; }
table.breadcrumb-report tr td.bc3.select .closer { background-position: -52px -40px; }
table.breadcrumb-report tr td.bc4 .closer { background-position: -78px 0; }
table.breadcrumb-report tr td.bc4.select .closer { background-position: -78px -40px; }
table.breadcrumb-report tr td.bc5 .closer { background-position: -104px 0; }
table.breadcrumb-report tr td.bc5.select .closer { background-position: -104px -40px; }
table.breadcrumb-report tr td.bc6 .closer { background-position: -130px 0; }
table.breadcrumb-report tr td.bc6.select .closer { background-position: -130px -40px; }
table.breadcrumb-report tr td.bc7 .closer { background-position: -156px 0; }
table.breadcrumb-report tr td.bc7.select .closer { background-position: -156px -40px; }
table.breadcrumb-report tr td.bc8 .closer { background-position: -182px 0; }
table.breadcrumb-report tr td.bc8.select .closer { background-position: -182px -40px; }
/* end */
table.breadcrumb-report tr td.bc0 .end { background-position: 0 0; }
table.breadcrumb-report tr td.bc1 .end { background-position: -26px 0; }
table.breadcrumb-report tr td.bc2 .end { background-position: -52px 0; }
table.breadcrumb-report tr td.bc3 .end { background-position: -78px 0; }
table.breadcrumb-report tr td.bc4 .end { background-position: -104px 0; }
table.breadcrumb-report tr td.bc5 .end { background-position: -130px 0; }
table.breadcrumb-report tr td.bc6 .end { background-position: -156px 0; }
table.breadcrumb-report tr td.bc7 .end { background-position: -182px 0; }
table.breadcrumb-report tr td.select .end { background-position: -208px 0; }

#dropdown-breadcrumb, #close-breadcrumb {
  position: relative;
  float: right;
  width: 16px;
  height: 16px;
  padding: 0 8px;
  cursor: pointer;
  overflow: hidden;
  color: #565656;
}
#close-breadcrumb { visibility: hidden; }
table.breadcrumb-report tr th.added:hover #close-breadcrumb { visibility: visible; }
#dropdown-breadcrumb:hover, #close-breadcrumb:hover { color: #222; }
#add-breadcrumb {
  position: relative;
  top: 26px;
  width: 40px; height: 40px;
  cursor: pointer;
  background: url('/img/layout/add-breadcrumb.png') no-repeat 0 0;
}
#add-breadcrumb:hover { background: url('/img/layout/add-breadcrumb.png') no-repeat 0 -40px; }
.report-preview { margin-top: 32px }
.report-preview i {
  font-size: 24em;
  color: #eee;
}

/********************** media queries ************************/
/** Internet Explorer 9+, Firefox 3.5+, Safari 3+, Opera 7+ **/
@media (min-width: 1281px) {
  .page-sidebar { width: 280px; }
  .page-content{ margin-left: 280px; }
  .row-fluid [class*="span"] { margin-left: 2%; }
  .widget:nth-child(2){  margin-left: 2%; }
}
@media (max-width: 1280px) {
  .page-sidebar { width: 280px; }
  .page-content{ margin-left: 280px; }
  .page-sidebar .sidebar-menu > li > a { padding: 12px 0 12px 12px; }
  .page-sidebar .sidebar-menu > li > ul.submenu li > a { padding-left: 42px; }
  .row-fluid [class*="span"] { margin-left: 2%; }
  .row-fluid [class*="span"]:nth-child(3) { margin-left: 0; }
  .page-sidebar .sidebar-search form input.search-text { width: 94px; }
  /* .span1 { width: 15%; } */
  .span3 { width: 49%; }
  .span6 { width: 100%; }
  .span6 { width: 100%; margin: 0 !important; }
}
@media (max-width: 1024px) {
  .page-sidebar { width: 280px; }
  .page-content{ margin-left: 280px; }
  .row-fluid [class*="span"] { margin: 0 0 8px 8px; }
  .row-fluid [class*="span"]:nth-child(3) { margin-left: 0; }
  .page-sidebar .sidebar-search form input.search-text { width: 94px; }
  .span1 { width: 15%; }
  .span3 { width: 49%; }
  .span6 { width: 100%; }
  .span6 { width: 100%; margin: 0 !important; }
}
@media (max-width: 768px) {
  /** horizontal bar **/
  .sidebar-tools{ display: none; }
  .page-sidebar, .page-sidebar.min { 
    position:static;
    width: 100%;
    /* height: 47px; Quitamos para poder mostrar todos los menus correctamente*/
    overflow: hidden;
    z-index: 101;
  }
  .page-sidebar ul li, .page-sidebar.min ul li { 
    display: block;
    float: left;
  }
  .page-sidebar .sidebar-menu, .page-sidebar.min .sidebar-menu { margin: 0; }
  .page-sidebar .sidebar-menu li, .page-sidebar.min .sidebar-menu li { border: none; }
  .page-sidebar .sidebar-menu > li > a, .page-sidebar.min .sidebar-menu > li > a  {
    padding: 16px;
    line-height: 12px;
    font-size: 0.85em;
  }
  .page-sidebar .sidebar-menu > li.active > a, .page-sidebar.min .sidebar-menu > li.active > a  { padding: 15px; }
  .page-sidebar .sidebar-menu > li.active > a .sidebar-pointer, .page-sidebar.min .sidebar-menu > li.active > a .sidebar-pointer { display: none;  }
  /* submenu */
  .page-sidebar .sidebar-menu li .submenu, .page-sidebar.min .sidebar-menu li .submenu { display: none; }
  .page-sidebar .sidebar-menu li:hover .submenu, .page-sidebar.min .sidebar-menu li:hover .submenu {
    display: block;
  }
  .page-sidebar .sidebar-menu li .submenu, .page-sidebar.min .sidebar-menu li .submenu {
    position: absolute;
    right: auto;
    display: none;
    margin: 0 !important;
    z-index: 10;
    background-color: #3B3E40;
  }
  .page-sidebar .sidebar-menu li.active .submenu, .page-sidebar.min .sidebar-menu li.active .submenu { background-color: #83d4c9; }
  .page-sidebar .sidebar-menu .submenu li, .page-sidebar.min .sidebar-menu .submenu li { float: none; }
  .page-sidebar .sidebar-menu .submenu li a, .page-sidebar.min .sidebar-menu .submenu li a  {
    margin: 3px 4px 4px;
    border-radius: 4px;
    color: #fff !important;
  }
  .page-sidebar .sidebar-menu .submenu li a:hover, .page-sidebar.min .sidebar-menu .submenu li a:hover { background-color: #2c3032 !important; }
  .page-sidebar .sidebar-menu li.active .submenu li a:hover, .page-sidebar.min .sidebar-menu li.active .submenu li a:hover { background-color: #ced250 !important; }
  .page-sidebar .sidebar-menu .submenu li.active a, .page-sidebar-min .sidebar-menu .submenu li.active a {
    text-shadow: 1px 1px 0 #83d4c9; 
    font-weight:600 !important;
    background: #ced250 !important;
  }
  .page-sidebar .sidebar-menu > li > ul.submenu li > a, .page-sidebar.min .sidebar-menu > li > ul.submenu li > a { padding: 10px 16px; }
  .page-sidebar .sidebar-menu > li.active > .sidebar-pointer:before, .page-sidebar.min .sidebar-menu > li.active > .sidebar-pointer:before, ul.submenu .sidebar-pointer {
    position: relative;
    margin-top: -14px;
    float: none;
    display: block !important;
    font-size: 1.3em;
    line-height: 8px;
    text-align: center;
    color: #FFFFFF;
  }
  ul.submenu .sidebar-pointer{ display: none !important; }
  /** reset minimized settings **/
  .page-sidebar.min .sidebar-menu > li.active .submenu{ border: none; margin: 0; text-shadow: none; }
  .page-sidebar.min .sidebar-menu > li > a i { margin-right: 8px; }
  .page-sidebar.min .sidebar-menu > li .submenu { left: inherit; border: none; }
  .page-sidebar.min .sidebar-menu > li .submenu li a { background-color: transparent; }
  .page-sidebar.min .sidebar-menu li a span.text-menu { display: inline; }
  /** END horizontal bar **/
  
  .page-content.max { margin: 0; } /* when sidebar menu has minimized */
  .page-content{ margin:0; }
  .row-fluid [class*="span"] { margin: 0 0 8px 8px; }
  .row-fluid [class*="span"]:nth-child(3) { margin-left: 0; }
  .span1 { width: 15%; }
  .span3 { width: 49%; }
  .span6 { width: 100%; margin: 0 !important; }
  .dropdown-menu { box-shadow: none; }
  
  /***** tables *****/
  .table { overflow: inherit; }
  * html .cf { zoom: 1; }
  *:first-child+html .cf { zoom: 1; }
  table.responsive { border: none !important; }
  table.responsive thead { float: left; }
  table.responsive tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive thead tr {
    margin: 0;
    vertical-align: top;
    background-color: #666666;
    border-right: 1px solid #494949;
  }
  table.responsive tbody tr { display: inline-block; vertical-align: top; }
  table.responsive thead th {
    display: block;
    text-align: left;
    width: auto !important; 
    margin: 0;
    vertical-align: top;
  }
  table.responsive tbody td {
    display: block;
    margin: 0;
    min-height: 17px;
    text-align: left;
    vertical-align: top;
  }
  /* style */
  table.bordered td { max-width: none; }
  table.bordered tbody td { border-bottom: 1px solid #cfd5d9; }
  table.bordered thead th:first-child, table.bordered thead th:last-child { border-radius: 0; }
  table.bordered thead th:first-child { border-top: none; padding: 0; }
  table.bordered thead th.checkbox { line-height: 21px; }
  table.bordered thead th { min-height: 17px; padding: 10px 16px !important; border-top: 1px solid #494949; color: #fff !important; font-weight: 600 !important; }
  table.bordered th + th, table.bordered td + td, table.bordered th + td, table.bordered td + th { border-right: none; }
  /** END tables **/
}
@media (max-width: 600px) {
  .row-fluid [class*="span"] { margin-left: 0; }
  ul.list-option > li { margin-left: 4px; }
  /* .span1 { width: 50%; } */
  .span3 { width: 100%; }
  .span6 { width: 100%; }
  h3 { font-size: 1.2em; }
  .list-option{ font-size: 0.9em; }
  
  .page-sidebar .sidebar-menu li a span.text-menu, .page-sidebar.min .sidebar-menu li a span.text-menu { display: none; }
  .page-sidebar .sidebar-menu > li > a, .page-sidebar.min .sidebar-menu > li > a { padding: 16px; }
  .page-sidebar .sidebar-menu > li.active > a .sidebar-pointer, .page-sidebar.min .sidebar-menu > li.active > a .sidebar-pointer { line-height: 8px; }
}
@media (max-width: 480px) {
  h3 { font-size: 1.2em; }
  .list-option{ font-size: 0.85em; }
  /* profile menu */
  .header .nav .profile > a { font-size: 0.8em; padding: 15px 6px; }
  /* submenu */
  .page-sidebar .sidebar-menu .submenu, .page-sidebar.min .sidebar-menu .submenu { font-size: 0.85em; }
  .page-sidebar .sidebar-menu > li > ul.submenu li > a, .page-sidebar.min .sidebar-menu > li > ul.submenu li > a { padding: 10px 8px; }
}
.processing-message{font-size: 12px;position: relative;display: inline;top: -20px;}
.btn-edit-option{
    border: 1px solid #6bbab0 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 6px 12px #94f7eb, inset -1px -10px 5px #6bbab0, 1px 2px 1px #4b827b ;
    -moz-box-shadow: inset 1px 6px 12px #94f7eb, inset -1px -10px 5px #6bbab0, 1px 2px 1px #4b827b;
    box-shadow: inset 1px 6px 12px #94f7eb, inset -1px -10px 5px #6bbab0, 1px 2px 1px #4b827b;
    background-color: #83d4c9 !important;
    font-size: 40px !important;
    padding: 20px !important;
}
.btn-save-option{
    border: 1px solid #6bbab0 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 6px 12px #94f7eb, inset -1px -10px 5px #6bbab0, 1px 2px 1px #4b827b ;
    -moz-box-shadow: inset 1px 6px 12px #94f7eb, inset -1px -10px 5px #6bbab0, 1px 2px 1px #4b827b;
    box-shadow: inset 1px 6px 12px #94f7eb, inset -1px -10px 5px #6bbab0, 1px 2px 1px #4b827b;
    background-color: #83d4c9 !important;
    font-size: 60px !important;
    padding: 20px !important;
}
.btn-add-option{      
    border: 1px solid darkgreen !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 6px 12px lightgreen, inset -1px -10px 5px darkgreen, 1px 2px 1px #003f00 ;
    -moz-box-shadow: inset 1px 6px 12px lightgreen, inset -1px -10px 5px darkgreen, 1px 2px 1px #003f00;
    box-shadow: inset 1px 6px 12px lightgreen, inset -1px -10px 5px darkgreen, 1px 2px 1px #003f00;
    background-color: green !important;
    font-size: 40px !important;
    padding: 20px !important;    
  }
.btn-damage-option{      
    border: 1px solid #ff1a1a !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 6px 12px #ff9999, inset -1px -10px 5px #ff4d4d, 1px 2px 1px #003f00 ;
    -moz-box-shadow: inset 1px 6px 12px #ff9999, inset -1px -10px 5px #ff4d4d, 1px 2px 1px #003f00;
    box-shadow: inset 1px 6px 12px #ff9999, inset -1px -10px 5px #ff4d4d, 1px 2px 1px #003f00;
    background-color: #ff8080 !important;
    font-size: 40px !important;
    padding: 20px !important;    
  }
.btn-print-option{
    border: 1px solid #9786b7 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 6px 12px #c0ace5, inset -1px -10px 5px #9786b7, 1px 2px 1px #73668c ;
    -moz-box-shadow: inset 1px 6px 12px #c0ace5, inset -1px -10px 5px #9786b7, 1px 2px 1px #73668c;
    box-shadow: inset 1px 6px 12px #c0ace5, inset -1px -10px 5px #9786b7, 1px 2px 1px #73668c;
    background-color: #B19CD9 !important;
    font-size: 40px !important;
    padding: 20px !important;
}
.btn-print-option-sm{
    border: 1px solid #9786b7 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 6px 12px #c0ace5, inset -1px -10px 5px #9786b7, 1px 2px 1px #73668c ;
    -moz-box-shadow: inset 1px 6px 12px #c0ace5, inset -1px -10px 5px #9786b7, 1px 2px 1px #73668c;
    box-shadow: inset 1px 6px 12px #c0ace5, inset -1px -10px 5px #9786b7, 1px 2px 1px #73668c;
    background-color: #B19CD9 !important;
    font-size: 25px !important;
}
.btn-add-option:active,.btn-edit-option:active,.btn-print-option:active {  
    position: relative;  
    top: 1px;  
    left: 1px;  
    border-color: #e5e5e5;  
    cursor: pointer;  
  } 
.btn-upload-option{
  cursor: pointer;
    padding: 14px;
    border-radius: 7px;
    font-size: 16px;
    color: black;
}  
.order-count-notification{
  border: 1px solid #a94442;padding: 0px 16px 0px 16px;font-size: 20px !important; border-radius: 22px;background: #a94442;color: white;float: right;margin-top: -5px;margin-right: 57px !important;
}
.btn-sidebar-reload-page{
  font-size: 43px;color: #fff;cursor: pointer;text-decoration: none;
}
.btn-sidebar-go-back{
  font-size: 43px;color: #fff;cursor: pointer;text-decoration: none;
}
.btn-sidebar-divider{
  border-left: 2px solid #fff;margin-left: 20px;m;margin-right: 30px;font-size: 41px;
}
#zebra-sidebar-modal div.modal-dialog{
  width: 1000px !important;height: 650px !important;
}
#zebra-sidebar-modal div.modal-body p{
  font-size: 30px !important;
}
#zebra-sidebar-modal div.modal-body ul{
  padding: 10px !important; font-size: 35px !important;
}
#zebra-sidebar-modal div.modal-body ul li{
  margin-bottom: 15px !important;width: 870px !important;
}
#zebra-sidebar-modal div.modal-body ul li p{
  margin-bottom: 20px !important;
}
#zebra-sidebar-modal div.modal-footer button.next-step{
  font-size: 35px !important;margin-right: 10px !important;
}
#zebra-sidebar-modal div.modal-footer button.prev-step{
  font-size: 35px !important;float: left !important;
}
#zebra-sidebar-modal h3.modal-title{font-size: 45px;}
#zebra-sidebar-modal i.icon-alert{color: red;margin-right: 10px;font-size: 35px;}
#zebra-sidebar-modal button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size:50px;
}
.red-note-span{
  color: #f00 !important;
}
