/*

  Contents:

  General
  Admin Menu
  Dashboard
  CMS Edit Pages
  Utility
  Theme
  Responsive

/*

/*****************************
General
*****************************/

#wrapper {
  overflow: auto;
}

select {
  cursor: pointer;
}

.empty-label {
  display: block;
  min-height: 20px;
}

.w-100 {
  width: 100%;
}

/*****************************
Admin Menu
*****************************/

/* Logo */

.pharmabox-logo {
  max-width: 139px;
  width: 100%;
}

.enlarged .pharmabox-logo {
  display: none;
}

/* /Logo */

/* Menu */

.navbar-default {
  background: #40b0a7;
}

.side-menu.left {
  background: #fff;
  box-shadow: 33px 0 33px -28px rgba(171,171,171,.35)
}


#sidebar-menu > ul > li > a,
#sidebar-menu > ul > li > a:hover,
#sidebar-menu .subdrop,
#sidebar-menu ul ul a:hover {
  color: #666 !important;
}

#sidebar-menu > ul > li > a:hover,
#sidebar-menu ul ul a:hover {
  background: #eee;
}

#sidebar-menu ul li .menu-arrow:before {
  content: "\f2fb";
}

#sidebar-menu ul li .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform .15s;
  position: absolute;
  right: 20px;
  display: none;
  font-family: 'Material-Design-Iconic-Font';
  text-rendering: auto;
  line-height: 26px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #9a9da0;
}

#sidebar-menu ul li a.subdrop .menu-arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.has_sub .menu-item {
  display: inline-block;
}

.enlarged .menu-arrow {
  display: none !important;
}

/* /Menu */

/* Notifications */

#notifications {
  height: auto !important;
  margin-top: 19px;
}

.nav #notifications > div > small {
  margin: 0;
  top: -11px;
  right: -12px;
  font-size: 10px;
  width: auto;
  height: auto;
  padding: 3px 5px;
}

.nav #notifications > div > ol {
  right: -89px;
}

/* /Notifications */


/*****************************
DASHBOARD
*****************************/

/* Dashboard */

.dashboard-box {
  height: 100%;
}

.dashboard-box .row {
  width: 100%;
}

.dashboard-icons {
  font-size: 3.5em;
  width: 100%;
}


/* Edit Profile */

.edit-profile-submit {
  max-width: 200px;
}

/* /Edit Profile */

/*****************************
CMS EDIT PAGEs
*****************************/

/* Tabs */

.tab-background {
  background: #f9f9f9;
}

/* /Tabs */

/* Accordion */

.accordion-toggle {
  margin: 0;
  background: #eee;
  border: 1px solid #ddd;
  padding: 25px;
  margin-bottom: 15px;
  cursor: pointer;
}

.accordion-content {
  display: none;
}

/* /Accordion */

/*****************************
CMS My Profile PAGE
*****************************/
.myprofile-line {
	    border-top: 1px solid #CCC;
}

/*Images*/
.profile_picture {
	width: 100%;
	float: left;
}

/*/Images*/

/*labels*/

.label.myprofile-label {
	background : #40b0a7;
	font-size: 16px;
	color: #fff;
}

.myprofile-detail-label {
	font-size: 16px;

}

label[for=AddressAddress1] {
	color:#797979;
}

/*/labels*/

/*Font*/

.profile-address {
	font-size: 16px;
}

/*/Font*/

/*Buttons */

#getaddress_input {
	background-color: #ffffff !important;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  color: #435966;
  padding: 7px 12px;
  height: 38px;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

#getaddress_button {
	border-radius: 2px;
  padding: 6px 14px;
	background-color: #45b0e2 !important;
  border: 1px solid #45b0e2 !important;
	position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	margin-top: 5px;
	margin-bottom: 11.5px;
	color: #fff;

}

#findAddress button {
    margin-bottom: 13px;
}

/*/Buttons */

/*****************************
CMS All Users
*****************************/
.search-panel input  {
 background-color: #ffffff !important;
 border: 1px solid #dcdcdc;
 border-radius: 4px;
 color: #435966;
 padding: 7px 12px;
 height: 38px;
 width: 100% !important;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}

.search-panel select  {
 background-color: #ffffff !important;
 border: 1px solid #dcdcdc;
 border-radius: 4px;
 color: #435966;
 padding: 7px 12px;
 height: 38px;
 width: 100% !important;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}

.search-panel select#searchPageLimit {
  background-color: #ffffff !important;
 border: 1px solid #dcdcdc;
 border-radius: 4px;
 color: #435966;
 padding: 7px 12px;
 height: 38px;
 max-width: 100% !important;
 -webkit-box-shadow: none;
 box-shadow: none;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
 width: auto !important;

}

.pagination {
  width: 100%;
}

/*****************************
CMS Group Permissions Matrix
*****************************/

.permissions-table .checkbox label::before {
    margin-left: 0px;
}

.permissions-table .checkbox.checkbox-header label::before {
    margin-left: -20px;
}

.permissions-table .checkbox label::after {
    margin-left: 0px;
}

.permissions-table .checkbox.checkbox-header label::after {
    margin-left: -20px;
}

.controller-table {
  max-height: 400px;
  overflow-y:auto;
}

/*****************************
/CMS Group Permissions Matrix
*****************************/

/*****************************
/CMS All Users
*****************************/

/*****************************
CMS Online Users
*****************************/

/*****************************
/CMS Online Users
*****************************/

/*****************************
Utility
*****************************/

table th {
  color: #40b0a7;
}

/*****************************
/Utility
*****************************/

.flex-middle {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

/*****************************
Theme
*****************************/

.enlarged .logo {
  display: none;
}

/*****************************
Responsive
*****************************/

@media (max-width: 992px) {

  .icing-modal {
    display: none !important;
  }

}

@media (max-width: 768px) {

  .topbar-left .logo {
    display: none;
  }

}
