/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);*/
@font-face {
  font-family: 'Poppins';
  src: url('/res/fonts/poppins-v15-latin-regular.eot');
  src: url('/res/fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('/res/fonts/poppins-v15-latin-regular.woff2') format('woff2'), url('/res/fonts/poppins-v15-latin-regular.woff') format('woff'), url('/res/fonts/poppins-v15-latin-regular.ttf') format('truetype'), url('/res/fonts/poppins-v15-latin-regular.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('/res/fonts/poppins-v15-latin-500.eot');
  src: url('/res/fonts/poppins-v15-latin-500.eot?#iefix') format('embedded-opentype'), url('/res/fonts/poppins-v15-latin-500.woff2') format('woff2'), url('/res/fonts/poppins-v15-latin-500.woff') format('woff'), url('/res/fonts/poppins-v15-latin-500.ttf') format('truetype'), url('/res/fonts/poppins-v15-latin-500.svg#robotoregular') format('svg');
  font-weight: 500;
  font-style: normal;
}
/**
 * Variables
 */
/**
 * Base  
 */
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus,
a:link,
a:visited {
  outline: 0;
  outline: 0 !important;
  outline-style: none;
  text-decoration: none;
}
a:hover {
  color: #00232d;
}
button,
object,
embed {
  outline: 0;
}
input::-moz-focus-inner {
  outline: 0;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  outline: 0;
}
html,
body {
  height: 100%;
}
body {
  background-color: #eaeff4;
  /*@grey-light-color;*/
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  padding: 62px 0 0 0;
}
@media (min-width: 992px) {
  body {
    overflow: hidden;
    padding: 70px 0 0 250px;
  }
  body.noleftmenu {
    padding: 70px 0 0 0;
  }
  body.menu-sticky {
    padding-left: 50px;
  }
}
body.login {
  padding: 0;
  background-color: #fbfbfb;
}
body .txt-focus {
  color: #57717d;
}
body .align-center {
  text-align: center;
}
body .danger {
  color: #d9534f;
}
body .bullet {
  display: table;
  float: left;
  height: 19px;
  overflow: hidden;
  font-size: 60px;
  line-height: 1px;
  width: 20px;
  height: 100%;
  min-height: 19px;
  margin-right: 5px;
}
body .bullet span {
  display: table-cell;
  vertical-align: middle;
}
body .bullet span.green {
  color: #5cb85c;
}
body .bullet span.red {
  color: #c7254e;
}
body .bullet span.yellow {
  color: #f0ad4e;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #57717d;
  font-weight: bold;
}
label {
  color: #748a9d;
  font-weight: 400;
  margin-bottom: 8px;
}
.font-icon {
  position: relative;
  top: 3px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn {
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  height: 45px;
  padding: 10px 20px;
  line-height: 26px;
}
.btn.btn-default {
  width: auto;
  padding-right: 1em;
  padding-left: 1em;
  border: none;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  background-color: transparent;
  box-shadow: none;
  color: #2eb085;
}
.btn.btn-primary {
  color: #f0f4f8;
  background-color: #2eb085;
  text-transform: uppercase;
}
.btn.btn-primary:hover {
  background-color: #207257;
  color: #f0f4f8;
}
.btn.btn-primary.action {
  height: 35px;
  padding: 5px 10px;
  min-width: 100px;
  background-color: #00232d;
}
.btn.btn-primary.action:hover {
  background-color: #3c545c;
}
.btn.btn-secondary {
  color: #748a9d;
  background-color: #f0f4f8;
}
.btn.btn-secondary:hover {
  color: #fff;
  background-color: #abb9c7;
}
.btn:hover {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 176, 133, 0.25);
}
.btn:focus,
.btn:active:focus {
  border: none;
  outline: 0;
}
/**
 * Utilities
 */
.spacer {
  height: 20px;
}
.circular {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/**
 * Header 
 */
#uiheader {
  z-index: 10;
  height: 70px;
  background-color: #f7f7f8;
  background-color: #2EB085;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #e6e6e6;
}
@media (max-width: 992px) {
  #uiheader {
    height: 62px;
  }
}
#uiheader .page-header {
  margin: 6px 0 0 255px;
  float: left;
  border: 0;
  padding: 0;
}
#uiheader .page-header.all-left {
  margin: 5px 0 0 16px;
}
#uiheader .page-header h1 {
  color: #ffffff;
}
@media (max-width: 992px) {
  #uiheader .page-header {
    position: absolute;
    margin: 0;
    top: 3px;
    left: 80px;
  }
  #uiheader .page-header h1 {
    font-size: 115%;
  }
  #uiheader .page-header.sel-acccount {
    left: 0;
    margin: 0;
    text-align: center;
    width: 100%;
  }
}
#uiheader .navbar-brand {
  position: fixed;
  top: 0;
  left: 0;
  height: 69px;
  width: 266px;
  background-color: #00232D;
  border-right: 1px solid #CCCCCC;
  display: table;
  padding: 12px 11px;
}
@media (min-width: 992px) {
  #uiheader .navbar-brand.weak {
    height: 70px;
  }
  #uiheader .navbar-brand.weak img {
    height: 38px;
    width: 38px;
  }
}
@media (max-width: 992px) {
  #uiheader .navbar-brand {
    height: 37px;
    width: auto;
    padding: 5px 10px;
  }
}
#uiheader .navbar-brand img {
  float: left;
  margin: 0 10px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
@media (max-width: 992px) {
  #uiheader .navbar-brand img {
    width: 51px;
    height: 51px;
    margin: 0;
  }
}
#uiheader .navbar-brand .brand {
  width: 100%;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}
#uiheader .navbar-brand .brand span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 992px) {
  #uiheader .navbar-brand .brand {
    display: none;
  }
}
#uiheader .navbar-nav {
  padding: 10px 0 0 0;
}
#uiheader .navbar-nav > li {
  float: left;
  display: block;
}
#uiheader .navbar-nav > li > a {
  background: none;
  font-size: 12px;
  color: #ffffff;
  /*
				&:hover{
					color:@green-color
				}
				*/
}
#uiheader .navbar-nav > li > a span {
  font-size: 17px;
}
#uiheader .navbar-nav > li .font-icon {
  font-size: 20px;
  top: -2px;
}
#uiheader .navbar-nav > li .badge {
  position: absolute;
  top: 7px;
  right: 5px;
  background-color: #2eb085;
  display: block;
  padding: 2.5px 5px;
  color: #ffffff;
  z-index: 10;
  font-size: 12px;
}
#uiheader .navbar-nav > li .img-user {
  float: left;
  color: #57717d;
  font-size: 13px;
  color: #ffffff;
}
#uiheader .navbar-nav > li .img-user img {
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  margin: -7px 5px 0 0;
}
#uiheader .navbar-nav > li .user-btn:hover {
  /*
					color:@green-color;
					p{
						color:@green-color;
					}
					*/
}
#uiheader .navbar-nav > li .user {
  top: 59px;
  text-align: center;
  color: #57717d;
  padding: 5px 10px;
}
#uiheader .navbar-nav > li .user a {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  text-align: left;
  padding: 5px;
}
#uiheader .navbar-nav > li .user a:hover {
  color: #2eb085;
}
#uiheader .icon-hamburger {
  margin: 3px 0 0 0;
  font-size: 25.5px;
  color: #ffffff;
}
#uiheader .icon-hamburger:hover {
  color: #ffffff;
}
#uiheader .navbar-collapse {
  background-color: #333333;
  padding: 0;
  max-height: calc(100vh - 60px);
}
#uiheader .navbar-collapse ul {
  margin: 0;
  padding: 0;
}
#uiheader .navbar-collapse ul > li {
  border-top: 1px solid #57717d;
  padding: 0;
  margin: 0;
}
#uiheader .navbar-collapse ul > li > a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 0 15px 16px;
}
#uiheader .navbar-collapse ul > li > a:hover,
#uiheader .navbar-collapse ul > li > a.active,
#uiheader .navbar-collapse ul > li > a:focus {
  padding-left: 10px;
  border-left: 6px solid #57717d;
  background-color: #2d3b42;
}
#uiheader .navbar-collapse ul > li > a .label-menu {
  margin: 0 0 0 5px;
}
#uiheader .navbar-collapse ul > li > a .arrow {
  float: right;
  margin: 2.5px 10px 0 0;
}
#uiheader .navbar-collapse ul > li .submenu {
  display: none;
  margin: 0;
  padding: 0 0 10px 32px;
  background-color: #2d3b42;
  border-left: 6px solid #57717d;
}
#uiheader .navbar-collapse ul > li .submenu li {
  display: block;
  padding: 0 0 10px 0;
  border: 0;
}
#uiheader .navbar-collapse ul > li .submenu li.separator {
  margin-left: -40px;
  padding: 5px;
  padding-left: 18px;
  margin-bottom: 5px;
  color: #ffffff;
  border: 1px solid #57717d;
  border-left: none;
  border-right: none;
  border-bottom: none;
  text-transform: uppercase;
  margin-top: 1em;
}
#uiheader .navbar-collapse ul > li .submenu li.separator:first-child {
  margin-top: 0;
}
#uiheader .navbar-collapse ul > li .submenu li a {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
}
#uiheader .navbar-collapse ul > li .submenu li a:hover,
#uiheader .navbar-collapse ul > li .submenu li a.active,
#uiheader .navbar-collapse ul > li .submenu li a:focus {
  color: #00a7a9;
  background-color: transparent;
  border: none;
  padding: 0;
}
/**
 * Sidebar
 */
#uisidebar {
  display: none;
}
#uisidebar .menu .font-icon {
  top: 3px;
}
#uisidebar .menu > li {
  z-index: 30;
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #57717d;
  background-color: #00232d;
}
#uisidebar .menu > li:last-child {
  margin: 10px 0 0 0;
  border: 0;
}
#uisidebar .menu > li:last-child > a {
  text-transform: none;
}
#uisidebar .menu > li:last-child > a:hover {
  border-left: 6px solid transparent;
  background-color: transparent;
}
#uisidebar .menu > li > a {
  z-index: 35;
  padding: 15px 0 15px 16px;
  text-transform: upercase;
  color: #ffffff;
  text-transform: uppercase;
}
#uisidebar .menu > li > a.active {
  padding-left: 10px;
  border-left: 6px solid #2eb085;
  background-color: #2d3b42;
}
#uisidebar .menu > li > a.active:hover,
#uisidebar .menu > li > a.active:focus {
  border-left: 6px solid #2eb085;
  background-color: #2d3b42;
}
#uisidebar .menu > li > a.active .label-menu {
  background-color: #2d3b42;
}
#uisidebar .menu > li > a.active.open {
  padding-bottom: 5px;
}
#uisidebar .menu > li > a.open {
  padding-left: 10px;
  border-left: 6px solid #2d3b42;
  background-color: #2d3b42;
}
#uisidebar .menu > li > a.open:hover {
  border-left: 6px solid #2d3b42;
  background-color: #2d3b42;
}
#uisidebar .menu > li > a.open .label-menu {
  background-color: #2d3b42;
}
#uisidebar .menu > li > a.openSticky {
  padding-bottom: 6px;
}
#uisidebar .menu > li > a:hover,
#uisidebar .menu > li > a:focus {
  padding-left: 10px;
  border-left: 6px solid #2eb085;
  background-color: #2d3b42;
}
#uisidebar .menu > li > a:hover .label-menu,
#uisidebar .menu > li > a:focus .label-menu {
  background-color: #2d3b42;
}
#uisidebar .menu > li > a .label-menu {
  margin: 0;
  background-color: transparent;
}
#uisidebar .menu > li > a .arrow {
  float: right;
  margin: -5px 10px 0 0;
}
#uisidebar .menu > li > a .font-icon {
  font-size: 16px;
  color: #f0f4f8;
}
#uisidebar .menu > li.ctn-submenu > a.active {
  /*padding-bottom:5px;*/
}
#uisidebar .menu > li .submenu {
  display: none;
  margin: 0;
  padding-bottom: 10px;
  background-color: #2d3b42;
  border-left: 6px solid #2d3b42;
  padding-left: 25px;
}
#uisidebar .menu > li .submenu.withSeparators {
  padding-left: 40px;
}
#uisidebar .menu > li .submenu li {
  display: block;
  padding: 5px 0;
  margin-left: -5px;
}
#uisidebar .menu > li .submenu li a {
  color: #ffffff;
  text-transform: uppercase;
}
#uisidebar .menu > li .submenu li a:hover,
#uisidebar .menu > li .submenu li a.active,
#uisidebar .menu > li .submenu li a:focus {
  color: #2eb085;
}
#uisidebar .menu > li .submenu li.separator {
  margin-left: -40px;
  padding-left: 20px;
  color: #ffffff;
  border: 1px solid #57717d;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
  text-transform: uppercase;
  margin-top: 1em;
}
#uisidebar .menu > li .submenu li.separator:first-child {
  margin-top: 0;
}
#uisidebar .menu > li .submenu li.separator .line {
  border-top: 2px solid #fff;
  width: 90%;
  padding-bottom: 20px;
}
#uisidebar .menu > li .submenu li.separator:first-child .line {
  display: none;
}
#uisidebar .menu > li .submenu li.separator.active {
  color: #2eb085;
}
#uisidebar .menu > li .submenu.active {
  border-left: 6px solid #2eb085;
}
#uisidebar .menu > li .submenu.open {
  border-left: 6px solid #2d3b42;
}
#uisidebar .menu > li .submenu.open:hover {
  border-left: 6px solid #2d3b42;
}
@media (min-width: 992px) {
  #uisidebar {
    background-color: #00232d;
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    width: 250px;
    height: 100%;
    padding: 0 0 16px 0;
    z-index: 2;
  }
  #uisidebar.sticky {
    top: 54px;
    width: 45px;
    z-index: 10;
  }
  #uisidebar.sticky .menu > li {
    z-index: 3;
  }
  #uisidebar.sticky .menu > li.ctn-submenu {
    z-index: 101;
  }
  #uisidebar.sticky .menu > li > a {
    z-index: 3;
  }
  #uisidebar.sticky .menu > li > a .label-menu {
    display: none;
  }
  #uisidebar.sticky .menu > li > a .label-menu.visible {
    display: block;
    position: absolute;
    top: -1px;
    left: 33px;
    width: 200px;
    background-color: #2d3b42;
    padding: 16px 0 16px 0;
    border-right: 1px solid #57717d;
    border-top: 1px solid #57717d;
    border-bottom: 1px solid #57717d;
    z-index: 100;
  }
  #uisidebar.sticky .menu > li > a .arrow {
    float: none;
    font-size: 90%;
    position: absolute;
    top: 36px;
    right: 15px;
    margin: 0;
  }
  #uisidebar.sticky .menu > li > a:hover .label-menu,
  #uisidebar.sticky .menu > li > a.openSticky .label-menu {
    display: block;
    position: absolute;
    top: -1px;
    left: 33px;
    width: 200px;
    background-color: #2d3b42;
    padding: 16px 0 16px 0;
    border-right: 1px solid #57717d;
    border-top: 1px solid #57717d;
    border-bottom: 1px solid #57717d;
    z-index: 100;
  }
  #uisidebar.sticky .menu > li:last-child > a:hover .label-menu {
    background-color: #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
  #uisidebar.sticky .menu > li .submenu {
    width: 244px;
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 9999;
    border-right: 1px solid #57717d;
    border-bottom: 1px solid #57717d;
  }
}
/**
 * Ui content
 */
#uicontent {
  z-index: 1;
  padding: 30px 10px;
}
#uicontent.large {
  width: 100%;
  clear: both;
  float: left;
}
@media (min-width: 992px) {
  #uicontent {
    height: 100%;
    overflow: auto;
  }
}
.nav-tabs > li > a {
  font-size: 14px;
  background-color: #ffffff;
  color: #57717d;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #999;
  margin: 1px 10px 0 0;
  margin: 0;
  background-color: #f0f4f8;
  border: solid 1px #dddddd;
  margin-bottom: -1px;
  font-size: 16px;
  border-right: none;
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .nav-tabs > li > a {
    padding: 10px 5px;
    margin-right: 5px;
    font-size: 13px;
  }
}
.nav-tabs > li > a:hover {
  background-color: #f0f4f8;
  border: solid 1px #dddddd;
  border-right: none;
}
.nav-tabs > li > a:last-child {
  border-right: solid 1px #dddddd;
}
.nav-tabs > li.active > a {
  border-right: none;
  color: #2eb085;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  color: #2eb085;
  border-right: none;
}
.nav-tabs > li.active > a:last-child {
  border-right: solid 1px #dddddd;
}
.nav-tabs.switch {
  border: 0;
}
.nav-tabs.switch > li {
  padding: 0 10px 0 0;
}
.nav-tabs.switch > li > a {
  font-size: 26px;
  background-color: transparent;
  color: #748a9d;
  border: 0;
  padding: 8px 0 0 0;
  margin: 0;
}
@media (max-width: 767px) {
  .nav-tabs.switch > li > a {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.nav-tabs.switch > li > a:hover {
  border: 0;
  margin: 0;
  color: #2eb085;
}
.nav-tabs.switch > li.active > a {
  border: 0;
  margin: 0;
  color: #57717d;
}
.nav-tabs.switch > li.active > a:hover,
.nav-tabs.switch > li.active > a:focus {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: #57717d;
}
/* Navbar Breadcrumb */
.navbar-breadcrumb {
  margin: 0;
}
.navbar-breadcrumb .btn {
  min-width: 100px;
  margin-top: -7px;
}
@media (max-width: 480px) {
  .navbar-breadcrumb .pull-right {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .navbar-breadcrumb .btn {
    min-width: 100%;
    display: block;
    margin: 0 0 5px 0;
  }
}
.navbar-breadcrumb a:hover {
  color: #2eb085;
}
/* Navbar Pagination */
.nav-pagination .pagination {
  float: left;
  width: auto;
  margin-top: 0;
}
.nav-pagination .pagination li a {
  margin-right: 10px;
  color: #000;
  border-color: #8b9dad;
  border-radius: 4px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.nav-pagination .pagination li a span {
  font-weight: bold;
}
.nav-pagination .pagination .font-icon {
  font-size: 16px;
}
.nav-pagination p {
  float: left;
  padding: 10px 0 0 0;
}
.nav-pagination select {
  height: 38px !important;
  background-position-y: 5px !important;
}
/* Modal */
.modal .modal-header {
  background-color: #00232d;
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal .modal-header h1 {
  color: #ffffff !important;
  font-weight: normal;
}
.modal .modal-header .close {
  color: #ffffff !important;
  opacity: 1;
  font-size: 20px;
}
.modal .modal-header .modal-title {
  color: #fff;
}
.modal .modal-content {
  border-radius: 4px;
  overflow: hidden;
}
.modal .modal-content .row.filter {
  padding-left: 8px;
  padding-right: 8px;
}
.modal .modal-footer {
  background-color: #fff;
  text-align: right;
  border-top: none;
}
.modal .panel {
  border: none;
}
/**
 * Panel
 */
.panel {
  box-shadow: none;
  border-radius: 6px;
  border-color: #cccccc;
  padding-top: 6px;
  padding-bottom: 20px;
}
.panel .panel-preHeading {
  padding: 15px;
  border-bottom: 2px solid #ddd;
}
.panel .panel-heading {
  padding: 6px 20px 20px 20px;
  margin-bottom: 0px;
  background-color: #ffffff;
  border-bottom: none;
}
@media (max-width: 768px) {
  .panel .panel-heading .pull-right {
    float: none !important;
    display: block;
    padding: 0 0 10px 0;
  }
  .panel .panel-heading .pull-right .btn {
    width: 100%;
  }
}
.panel .panel-heading.variant {
  border-top: 2px solid #57717d;
  border-top: none;
  border-radius: 0;
}
.panel .panel-heading.variant img {
  border: 1px solid #333333;
  width: 100px;
  height: 100px;
  margin: 20px 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.panel .panel-heading.variant .panel-title {
  font-weight: bold;
}
.panel .panel-heading.variant .panel-title.normal {
  font-weight: normal;
}
.panel .panel-heading .panel-title {
  color: #2eb085;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
  font-weight: normal;
}
.panel .panel-heading .panel-title .font-icon {
  margin: 0 5px 0 0;
}
.panel .panel-heading .panel-title.subtitle {
  font-size: 18px;
  font-weight: bold !important;
  padding: 0;
}
.panel > .panel-body {
  padding: 0 20px 10px 20px;
  /*panel in panel*/
}
.panel > .panel-body.focus {
  padding-left: 10px;
  padding-right: 10px;
}
.panel > .panel-body.border {
  border: 1px solid #dddddd;
  margin: 0 15px;
  padding: 15px;
}
.panel > .panel-body.pad-top {
  padding-top: 20px;
}
@media (max-width: 992px) {
  .panel > .panel-body.focus {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.panel > .panel-body .logo-social {
  width: 50px;
}
.panel > .panel-body .table-responsive {
  border: 0;
}
.panel > .panel-body .m-2top {
  margin-top: 22px;
  margin-top: 29px;
}
@media (max-width: 768px) {
  .panel > .panel-body .m-2top {
    margin-top: 0;
  }
}
.panel > .panel-body .panel-phone {
  border: 1px solid #dddddd;
}
@media (max-width: 480px) {
  .panel > .panel-body .panel-phone {
    margin: 0 0 15px 0;
  }
}
.panel > .panel-body .panel-phone .iframe {
  height: 458px;
}
@media (max-width: 480px) {
  .panel > .panel-body .panel-phone .iframe {
    height: 353px;
  }
}
.panel > .panel-body .panel-box {
  border: 1px solid #dddddd;
  margin: 0 0 15px 0;
}
.panel > .panel-body .panel-box > .panel-body {
  padding-top: 0;
  padding: 0px 20px 20px 20px;
}
.panel > .panel-body .qr-code {
  padding: 0 0 10px 0;
}
.panel > .panel-body .qr-code img {
  width: 80%;
  margin: auto;
  display: block;
}
.panel > .panel-body .note {
  margin: 5px 0 0 0;
  font-size: 11px;
}
.panel > .panel-body .image-preview {
  width: 50%;
  text-align: center;
}
.panel > .panel-body .image-preview img {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  .panel > .panel-body .image-preview {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .panel > .panel-body .image-preview {
    width: 100%;
  }
}
.panel > .panel-body > .oneLineSummaryData {
  width: 100%;
  overflow: auto;
  margin-bottom: 0;
}
.panel > .panel-body > .oneLineSummaryData .dataTable {
  display: table;
  width: 100%;
  overflow: hidden;
}
.panel > .panel-body > .oneLineSummaryData .row {
  display: table-row;
}
.panel > .panel-body > .oneLineSummaryData .row > div {
  display: table-cell;
  vertical-align: top;
  border-left: 1px solid #ddd;
  float: left;
  padding: 10px;
  padding-left: 20px;
  width: 19%;
}
.panel > .panel-body > .oneLineSummaryData .row > div h3 {
  margin: 0px;
}
.panel > .panel-body > .oneLineSummaryData .row > div .data {
  font-size: 25px;
}
.panel > .panel-body .navbar-btn {
  padding-left: 10px;
}
.panel > .panel-body .panel {
  padding: 0 10px;
  border: none;
}
.panel > .panel-body .panel .panel-heading {
  padding: 0 0 20px 0;
  margin: 0;
}
.panel > .panel-body .panel .panel-heading h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.panel > .panel-body .panel > .panel-body {
  padding: 0;
}
.panel .panel-footer {
  border-top: 0;
  padding: 10px 0 20px 0;
}
@media (max-width: 480px) {
  .panel .panel-footer .btn {
    width: 90%;
  }
}
.panel.panel-tabs {
  border: 1px solid #dddddd;
  border-top-left-radius: 0;
}
.panel.panel-tabs .panel-heading .panel-title {
  font-weight: normal;
}
.panel.panel-tabs .space {
  margin: 15px 15px 0 15px;
}
.panel.panel-tabs.switch {
  border: 0;
}
.panel.panel-user {
  background-color: #fff;
}
.panel.panel-user .panel-heading {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .panel.panel-user .panel-heading {
    margin: 0 0 10px 0;
  }
}
.panel.panel-user .panel-heading img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  margin: 0 5px 0 0;
}
@media (max-width: 768px) {
  .panel.panel-user .panel-heading img {
    width: 50px;
    height: 50px;
  }
}
.panel.panel-user .panel-heading .panel-title {
  padding: 6px 0 0 0;
  font-size: 22.1px;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 768px) {
  .panel.panel-user .panel-heading .panel-title {
    padding: 18px 0 13px 0;
  }
}
@media (max-width: 1200px) {
  .panel.panel-user .panel-heading .panel-title {
    font-size: 17px;
  }
}
.panel.panel-user p {
  padding: 38px 0 0 0;
  text-align: left;
}
@media (max-width: 768px) {
  .panel.panel-user p {
    padding: 0;
    text-align: left;
  }
}
.panel.panel-user .main-actions {
  background-color: transparent;
  text-align: right;
  padding-right: 20px;
  padding-top: 12px;
}
.panel.panel-user .main-actions button {
  background-color: transparent;
  border: none;
  color: #57717d;
  font-size: 30px;
}
.panel.panel-user .main-actions ul a {
  padding: 10px 15px;
}
.panel.panel-user .main-actions ul a:hover {
  background: none;
  color: #2eb085;
  cursor: pointer;
}
.panel.panel-user .alignment {
  float: right;
}
.panel.panel-user .alignment .form-group {
  float: left;
  margin: 0 0 0 10px;
}
@media (max-width: 768px) {
  .panel.panel-user .alignment {
    float: none;
    width: 100%;
  }
  .panel.panel-user .alignment .form-group {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .panel.panel-user .alignment .form-group .btn {
    width: 100%;
  }
}
.panel.panel-user.panel-small {
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .panel.panel-user.panel-small .panel-heading {
    margin: 0 0 10px 0;
  }
}
.panel.panel-user.panel-small .panel-heading img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.panel.panel-user.panel-small .panel-heading .panel-title {
  margin-left: 10px;
  font-size: 17px;
  padding: 6px 0 0 10px;
}
@media (max-width: 768px) {
  .panel.panel-user.panel-small .panel-heading .panel-title {
    padding: 18px 0 13px 0;
  }
}
.panel.panel-user.panel-small p {
  padding: 15px 0 0 0;
}
@media (max-width: 768px) {
  .panel.panel-user.panel-small p {
    padding: 0;
  }
}
.panel.panel-user.panel-small .panel-body {
  padding-bottom: 0;
}
.panel.panel-info {
  padding-bottom: 2px;
}
.panel.panel-info .panel-heading {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .panel.panel-info .panel-heading {
    margin: 0 0 10px 0;
  }
}
.panel.panel-info .panel-heading img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.panel.panel-info .panel-heading .panel-title {
  margin-left: 0px;
  font-size: 16px;
  padding: 15px 0 0 10px;
  color: #57717d;
}
@media (max-width: 768px) {
  .panel.panel-info .panel-heading .panel-title {
    padding: 18px 0 13px 0;
  }
}
.panel.panel-info p {
  padding: 12px 0 0 0;
}
@media (max-width: 768px) {
  .panel.panel-info p {
    padding: 0;
  }
}
.panel.panel-info .panel-body {
  padding-bottom: 0;
}
.panel.panel-conversation-info {
  padding-top: 20px;
  padding-bottom: 0;
}
.panel.panel-store-order {
  background-color: #fff;
}
.panel.panel-store-order .panel-heading {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .panel.panel-store-order .panel-heading {
    margin: 0 0 10px 0;
  }
}
.panel.panel-store-order .panel-heading img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  margin: 0 5px 0 0;
}
@media (max-width: 768px) {
  .panel.panel-store-order .panel-heading img {
    width: 50px;
    height: 50px;
  }
}
.panel.panel-store-order .panel-heading .panel-title {
  padding: 6px 0 0 0;
  font-size: 22.1px;
  color: #000000;
  font-weight: bold;
}
@media (max-width: 768px) {
  .panel.panel-store-order .panel-heading .panel-title {
    padding: 18px 0 13px 0;
  }
}
@media (max-width: 1200px) {
  .panel.panel-store-order .panel-heading .panel-title {
    font-size: 17px;
  }
}
.panel.panel-store-order p {
  padding: 38px 0 0 0;
  text-align: left;
}
@media (max-width: 768px) {
  .panel.panel-store-order p {
    padding: 0;
    text-align: left;
  }
}
.panel.panel-store-order .main-actions {
  background-color: transparent;
  text-align: right;
  padding-right: 20px;
  padding-top: 12px;
}
.panel.panel-store-order .main-actions button {
  background-color: transparent;
  border: none;
  color: #57717d;
  font-size: 30px;
}
.panel.panel-store-order .main-actions ul a {
  padding: 10px 15px;
}
.panel.panel-store-order .main-actions ul a:hover {
  background: none;
  color: #2eb085;
  cursor: pointer;
}
.panel.panel-store-order .alignment {
  float: right;
}
.panel.panel-store-order .alignment .form-group {
  float: left;
  margin: 0 0 0 10px;
}
@media (max-width: 768px) {
  .panel.panel-store-order .alignment {
    float: none;
    width: 100%;
  }
  .panel.panel-store-order .alignment .form-group {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .panel.panel-store-order .alignment .form-group .btn {
    width: 100%;
  }
}
.panel.panel-store-order.panel-small {
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .panel.panel-store-order.panel-small .panel-heading {
    margin: 0 0 10px 0;
  }
}
.panel.panel-store-order.panel-small .panel-heading img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.panel.panel-store-order.panel-small .panel-heading .panel-title {
  margin-left: 10px;
  font-size: 17px;
  padding: 6px 0 0 10px;
}
@media (max-width: 768px) {
  .panel.panel-store-order.panel-small .panel-heading .panel-title {
    padding: 18px 0 13px 0;
  }
}
.panel.panel-store-order.panel-small p {
  padding: 15px 0 0 0;
}
@media (max-width: 768px) {
  .panel.panel-store-order.panel-small p {
    padding: 0;
  }
}
.panel.panel-store-order.panel-small .panel-body {
  padding-bottom: 0;
}
.panel.panel-store-order p {
  text-align: left;
}
.panel.unformatted {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  border: none;
  padding: 0;
}
.panel.unformatted > .panel-body {
  padding: 0;
}
.panel.unformatted > .panel-body .chat-preview {
  height: 503px;
  padding: 20px 10px 20px 20px;
  border: 1px solid #ccc;
}
.panel.unformatted > .panel-body .chat-preview .box-scroll {
  height: 455px;
  overflow: auto;
  padding: 0 20px 0 0;
}
.panel.unformatted > .panel-body .chat-preview .box-scroll .btn.large {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 16px;
}
.panel.unformatted > .panel-body .chat-preview .panel-body {
  padding: 20px;
}
.panel.unformatted > .panel-body .chat-text {
  height: 456px;
  overflow: hidden;
  padding: 10px;
}
.panel.unformatted > .panel-body .chat-text .iframe {
  height: 370px;
  border-bottom: 10px solid #f7f7f8;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .panel.unformatted > .panel-body .chat-text .iframe {
    height: 340px;
    margin-bottom: 10px;
  }
}
.panel.unformatted > .panel-body .button-action {
  padding: 10px;
}
.panel.unformatted > .panel-body .rich-preview {
  height: 456px;
  overflow: hidden;
  padding: 0;
}
.panel.unformatted > .panel-body .rich-preview .msg-preview .ctn {
  border: 0;
  width: 100%;
  position: inherit;
  top: 0;
  background-color: transparent;
  max-height: 456px;
  height: 456px;
}
@media (max-width: 480px) {
  .panel.unformatted > .panel-body .rich-preview .msg-preview .ctn {
    top: 0;
    width: 100%;
    max-height: 456px;
    height: 456px;
  }
}
.panel.unformatted > .panel-body .rich-preview .msg-preview .ctn .preview {
  margin-bottom: 0;
}
.panel.unformatted > .panel-body .rich-preview .msg-preview .ctn .list {
  margin: 5px;
  margin-top: 0;
  padding-top: 5px;
}
.panel.unformatted > .panel-body .rich-preview .msg-preview .ctn .list li {
  background-color: #ffffff;
}
.panel.unformatted > .panel-body .rich-preview .msg-preview .ctn .conversation li .box {
  float: right;
  width: 87%;
}
.panel.unformatted > .panel-body .rich-preview .msg-preview .ctn .conversation li .box.large {
  width: 100%;
}
.panel.unformatted > .panel-body .rich-preview .msg-preview .ctn .conversation li .box.large p {
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .panel.unformatted > .panel-body .rich-preview .msg-preview .ctn .conversation li .box {
    width: 78%;
  }
}
@media (max-width: 768px) {
  .panel.unformatted > .panel-body .rich-preview .msg-preview .ctn .conversation li .box {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .panel.unformatted > .panel-body .rich-preview .msg-preview .ctn .conversation li .box {
    width: 84%;
  }
}
.panel.unformatted > .panel-body .rich-preview .msg-preview .ctn .conversation li.inbox .box {
  float: right;
  background-color: #ffffff;
}
.panel.unformatted .nav-tabs > li > a {
  font-size: 14px;
  padding: 12px 12px;
}
.panel.unformatted .tab-content {
  border: 1px solid #ccc;
}
.panel .row {
  /*
		&.filter, &.actions{
			padding-left:10px;
			padding-right:10px;
		}
		*/
}
.panel .row hr {
  display: none;
}
@media (max-width: 480px) {
  .panel .row hr {
    display: block;
    clear: both;
    border: 0;
    height: 1px;
    line-height: 1px;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.panel .step {
  margin: 15px auto;
  width: 93%;
  position: relative;
  z-index: 1;
}
.panel .step > li {
  background: transparent url(../img/back-step.png) center 42% repeat-x;
  width: 31%;
  margin: 0;
}
@media (max-width: 768px) {
  .panel .step > li {
    background-position: center 50%;
  }
}
.panel .step > li:first-child {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.panel .step > li:first-child > .badge {
  width: 80px;
}
@media (max-width: 768px) {
  .panel .step > li:first-child {
    width: 40px;
  }
  .panel .step > li:first-child > .badge {
    width: 40px;
  }
}
.panel .step > li:nth-child(2) {
  margin-left: 60px;
}
.panel .step > li:nth-child(2) > .badge .label {
  margin-left: -20%;
}
@media (max-width: 768px) {
  .panel .step > li:nth-child(2) {
    margin-left: 20px;
  }
}
.panel .step > li:last-child {
  width: 29%;
}
.panel .step > li:last-child > .badge {
  width: 80px;
}
@media (max-width: 768px) {
  .panel .step > li:last-child > .badge {
    width: 40px;
  }
}
.panel .step > li.active {
  background: transparent url(../img/back-step-active.png) center 42% repeat-x;
}
@media (max-width: 768px) {
  .panel .step > li.active {
    background-position: center 50%;
  }
}
.panel .step > li.active > .badge .font-icon {
  background-color: #2eb085;
}
.panel .step > li > .badge {
  display: block;
  float: right;
  padding: 0;
  width: 80px;
  border: 0;
  text-align: center;
  background-color: transparent;
}
@media (max-width: 768px) {
  .panel .step > li > .badge {
    width: 40px;
  }
}
.panel .step > li > .badge .font-icon {
  display: block;
  font-size: 36px;
  line-height: 80px;
  color: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: auto;
  background-color: #cccccc;
}
@media (max-width: 768px) {
  .panel .step > li > .badge .font-icon {
    width: 40px;
    height: 40px;
    font-size: 21.6px;
    line-height: 1.85714286;
  }
}
.panel .step > li > .badge .label {
  display: block;
  color: #000000;
  padding: 10px 0 0 0;
  font-size: 13px;
  font-weight: normal;
  margin-left: -5%;
}
@media (max-width: 768px) {
  .panel .step > li > .badge .label {
    display: none;
  }
}
.panel .media-list.navigation {
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  border: none;
  padding: 10px 0;
  padding: 0;
  color: #57717d;
  font-size: 13px;
}
.panel .media-list.navigation > .media {
  margin-top: 0;
}
.panel .media-list.navigation > .media > .media-left:first-child {
  color: #57717d;
  font-size: 120%;
  padding-right: 10px;
  padding-top: 0;
}
.panel .media-list.navigation .media .media-left {
  font-size: 110%;
  padding-right: 5px;
  padding-top: 13px;
  color: #e6e6e6;
}
.panel .media-list.navigation .media .media-body {
  padding-top: 3px;
}
.panel .media-list.navigation .media .media-body > .media {
  margin-top: 0;
  clear: both;
}
.panel .media-list.navigation .media .media-body .icon {
  float: right;
}
.panel .media-list.navigation .media .media-body .icon .btn {
  font-size: 110%;
}
.panel .media-list.navigation .media .media-body .icon .form-group {
  width: 70px;
  display: inline;
  margin: 0;
}
@media (max-width: 768px) {
  .panel .media-list.navigation .media .media-body .icon {
    float: none;
    clear: both;
    padding: 5px 0 10px 0;
  }
  .panel .media-list.navigation .media .media-body .icon .form-group {
    float: none;
    display: block;
    width: 100%;
    margin: 5px 0 0 0;
  }
}
.panel .media-list.navigation .font-icon {
  color: #748a9d !important;
  opacity: 1;
  font-size: 16px;
}
.panel .media-list.navigation .font-icon:hover {
  color: #f00;
}
.panel .media-list.navigation .icon {
  padding: 0;
}
.panel .media-list.navigation .icon .font-icon {
  font-size: 22px;
}
.panel .media-list.navigation .icon a:hover .font-icon,
.panel .media-list.navigation .icon button:hover .font-icon {
  color: #2eb085 !important;
}
.panel .media-list.navigation .page-name {
  font-size: 14px;
  float: left;
  padding-top: 0px;
  margin-top: 13px;
}
.panel .media-list .media {
  margin-bottom: 0;
  position: relative;
}
.panel .media-list .media .media-left a {
  color: #e6e6e6;
}
.panel .media-list .media .media-left a .media-object {
  font-size: 17px;
}
.panel .media-list .media .media-left a:hover {
  color: #000000;
}
.panel .media-list .media .media-left .font-icon {
  font-size: 22px;
}
.panel .media-list .media .media-body .media-heading {
  font-size: 18px;
  padding: 2.5px 0 0 0;
}
.panel .media-list .media .close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #57717d;
  opacity: 1;
  filter: alpha(opacity=100);
}
.panel .media-list .media .close:hover {
  color: #000000;
}
.panel .box-listing {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 0 5px 0;
  list-style-type: none;
}
.panel .box-listing.media li .box {
  border: solid 1px #cccccc;
  border-radius: 4px;
  padding: 0;
}
.panel .box-listing.media li .box .icon {
  padding: 5px 0 0 0;
  text-align: center;
}
.panel .box-listing.media li .box .icon a {
  font-size: 20px;
  padding: 5px;
}
.panel .box-listing.media li .box p {
  height: 4em;
  padding: 0;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  padding-top: 1em;
}
.panel .box-listing.media li .bg-editor-image {
  height: 150px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.panel .box-listing.media li .bg-editor-image img {
  height: 86%;
  width: auto;
  display: block;
  margin: 4% auto;
}
.panel .box-listing.media li .bg-editor-image .font-icon {
  font-size: 400%;
  margin-top: 50px;
  display: inline-block;
}
.panel .box-listing li {
  display: block;
  float: left;
  width: 18%;
  margin: 0 1% 0 1%;
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
@media (max-width: 992px) {
  .panel .box-listing li {
    width: 31%;
  }
}
@media (max-width: 480px) {
  .panel .box-listing li {
    width: 100%;
  }
}
.panel .box-listing li .box {
  margin: 0 5px 10px 0;
  border: 1px solid #e6e6e6;
  padding: 5px;
}
.panel .box-listing li .box img {
  width: 100%;
  display: block;
}
.panel .box-listing li .box p {
  text-align: center;
  margin: 5px 0;
}
.panel .panel-intro {
  border: none;
  margin: 0;
}
.panel .panel-intro > .panel-body {
  padding-bottom: 0;
  padding-top: 20px;
}
/* NavBar Btn*/
.navbar-btn .btn {
  border-radius: 4px;
  min-width: 150px;
}
@media (max-width: 480px) {
  .navbar-btn .btn {
    display: block;
    width: 100%;
    margin: 0 auto 5px auto !important;
  }
}
/* Login */
.login {
  width: 420px;
  color: #57717d;
  margin: 10px auto;
}
@media (max-width: 992px) {
  .login {
    width: 100%;
  }
}
.login .login-head h1 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  padding: 0;
}
.login .login-head p {
  margin-bottom: 20px;
}
.login .panel-body {
  padding: 40px 20px 20px 20px;
}
.login .panel-body .btn {
  width: 100%;
}
.login .footer {
  background-color: #fbfbfb;
  position: inherit;
  padding: 0;
  color: #57717d;
  border: none;
}
.login .footer h2 {
  color: #57717d;
  font-size: 280%;
}
.login .footer h2 span {
  font-weight: normal;
}
/**
 * Table
 */
.table > thead > tr:first-child > th {
  font-size: 16px;
  vertical-align: middle !important;
  color: #748a9d;
  padding-top: 0px;
  padding-bottom: 12px;
}
.table > thead > tr:first-child > th a {
  display: table;
  color: #333333;
}
.table > thead > tr:first-child > th a span {
  font-size: 80%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 10px;
}
.table > thead > tr:first-child > th.active {
  background-color: transparent;
}
.table {
  border-bottom: 1px solid #dddddd;
}
.table > tbody > tr > td,
.table > thead > tr > th {
  padding-left: 11px;
  padding-right: 11px;
}
.table > thead > tr > th {
  white-space: nowrap;
}
.table > tbody > tr > td.nopadding,
.table > tbody > tr > th.nopadding {
  padding-left: 0;
  padding-right: 0;
}
.table > tbody > tr > td.right,
.table > tbody > tr > th.right {
  text-align: right;
}
.table > tbody > tr > td.icon,
.table > thead > tr > th.icon {
  width: 38px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
}
.table > tbody > tr > td.icon img,
.table > thead > tr > th.icon img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 10px 0 10px 0;
}
.table > tbody > tr > td.icon .btn,
.table > thead > tr > th.icon .btn {
  font-size: 20px;
  padding: 8px 10px;
}
@media (max-width: 992px) {
  .table > tbody > tr > td.icon,
  .table > thead > tr > th.icon {
    padding-left: 4px;
  }
  .table > tbody > tr > td.icon img,
  .table > thead > tr > th.icon img {
    width: 35px;
    height: 35px;
  }
}
.table > tbody > tr > td.icon label.check-container,
.table > thead > tr > th.icon label.check-container {
  display: inline;
}
.table > tbody > tr > td.icon > .font-icon,
.table > thead > tr > th.icon > .font-icon {
  font-size: 20px;
  color: #57717d;
}
.table > tbody > tr > td.icon .btn,
.table > thead > tr > th.icon .btn {
  display: inline-block;
}
.table > tbody > tr > td.icon .btn.selected,
.table > thead > tr > th.icon .btn.selected {
  background-color: #00232d;
  color: #fff !important;
}
.table > tbody > tr > td.icon .btn.selected .font-icon,
.table > thead > tr > th.icon .btn.selected .font-icon {
  color: #fff !important;
}
.table > tbody > tr.active > th {
  background-color: #ff0;
  padding-ight: 20px;
}
.table > tbody > tr.active > td .btn-default {
  background-color: #f5f5f5;
}
.table th.sortable {
  cursor: pointer;
}
.table th .sort-label {
  margin-right: 0px;
}
.table th i,
.table th .sortindicator {
  margin: 0;
  line-height: 20px;
  vertical-align: middle;
}
.table .badge {
  background-color: #2eb085;
}
.table .form-group {
  margin: 0;
}
.table > tbody > tr > td {
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 44px;
}
.table > tbody > tr > td .btn-txt {
  min-width: 100%;
}
.table.headless {
  border: 0 !important;
}
.table.nomargin {
  margin-bottom: 0;
}
.table .th-hide {
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  white-space: nowrap;
}
.table.detailTable tr.detailRow td {
  background-color: #ecf0f6;
  border-bottom: 1px solid #333;
}
.table.detailTable tr.detailRow td ul {
  list-style: none;
  margin: 0 0 0 0.5em;
  padding: 0 0 0.5em 0;
}
.table-followers {
  color: #57717d;
}
.table-followers .table {
  width: auto;
}
.dropdown-menu > li > span {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
/**
 * File input
 */
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/*Modal*/
.modal-dialog .modal-footer {
  clear: both;
}
.modal-dialog .img {
  width: 100%;
}
.modal-dialog.no-title .modal-header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.modal-dialog.no-title .modal-header .close {
  margin-top: 0;
}
/**
 * Form
*/
.btn-group.open > .dropdown-toggle.btn-default {
  background: none;
}
.btn-group .dropdown-menu a {
  padding: 10px 15px;
}
.btn-group .dropdown-menu a:hover {
  background: none;
  color: #2eb085;
  cursor: pointer;
}
.form-group {
  margin-bottom: 26px;
}
.form-group input,
.form-group select,
.form-group textarea {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  border-color: #8b9dad;
  border-radius: 4px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 14px;
  height: 46px;
}
.form-group select {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path fill='none' d='M0 0h24v24H0z'/><path d='M12 16l-6-6h12z'/></svg>") !important;
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 9px;
  padding-right: 28px;
}
.form-group select:focus {
  border-color: #8b9dad;
}
.form-group input:focus {
  border-color: #8b9dad;
  box-shadow: 0 0 0 0.2rem rgba(139, 157, 173, 0.25);
}
@media (max-width: 480px) {
  .form-group .pull-right,
  .form-group .btn-group {
    width: 100%;
  }
  .form-group .btn {
    width: 100% !important;
    display: block;
    margin: 0 0 5px 0;
  }
}
.form-group .btn-group.btn-select {
  position: relative;
  width: 100%;
}
.form-group .btn-group.btn-select .btn,
.form-group .btn-group.btn-select .dropdown-menu {
  text-align: left;
  width: 100%;
}
.form-group .btn-group.btn-select .btn .caret,
.form-group .btn-group.btn-select .dropdown-menu .caret {
  position: absolute;
  top: 13px;
  right: 10px;
}
.form-group .btn-group.btn-select button:hover {
  background-color: transparent;
}
.form-group .noresize {
  resize: none;
}
.form-group .checkbox-inline input,
.form-group .radio-inline input {
  margin-top: 1px;
}
.form-group .text-link {
  margin: 10px 0 0 10px;
}
.form-group .form-control {
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group textarea {
  border: 1px solid #8b9dad;
  width: 100%;
  resize: none;
  height: 100px;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.form-group textarea.chat {
  height: 375px;
}
.form-group .btn-file {
  position: relative;
  overflow: hidden;
}
.form-group .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.form-group.has-error .text-danger {
  display: block;
  padding: 10px 0 0 0;
  padding: 3px 0 0 0;
}
.form-group .text-danger {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.form-group .font-icon.ri-calendar-line {
  font-size: 16px;
  top: 2px;
}
.link-add {
  float: right;
  padding: 35px 0 0 30px;
  text-transform: uppercase;
}
.link-add.left {
  float: none;
  padding: 0;
}
/* Msg preview */
.msg-preview.bg {
  background-color: #f7f7f8;
  padding: 5px;
}
.msg-preview.bg .ctn {
  background-color: #f7f7f8;
}
.msg-preview.bg .ctn .conversation li {
  padding: 20px;
}
.msg-preview.bg .ctn .conversation li.inbox .box {
  background-color: #ffffff;
}
.msg-preview.box-phone {
  background: transparent url(../img/back-phone-big.png) top center no-repeat;
  width: 345px;
  height: 529px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .msg-preview.box-phone {
    width: 260px;
    height: 399px;
    background-size: 260px 399px;
  }
}
.msg-preview .ctn {
  border: 1px solid #dddddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 316px;
  position: absolute;
  top: 75px;
  left: 2px;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  height: 460px;
}
@media (max-width: 480px) {
  .msg-preview .ctn {
    top: 45px;
    width: 240px;
    height: 357px;
  }
}
.msg-preview .ctn .preview {
  margin: 7px;
  position: relative;
}
.msg-preview .ctn .preview img {
  width: 100%;
}
.msg-preview .ctn .preview .panel-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 10px 5px;
  width: 100%;
  background-color: #000000;
  opacity: 0.80;
  filter: alpha(opacity=80);
}
.msg-preview .ctn .preview .panel-heading h3 {
  font-size: 15px;
  padding: 0;
  color: #ffffff;
}
.msg-preview .ctn .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.msg-preview .ctn .list li {
  text-align: right;
  list-style-type: none;
  margin: 0;
  background-color: #ffffff;
  padding: 5px;
  border-top: 1px solid #dddddd;
  display: block;
  width: 100%;
  float: left;
}
.msg-preview .ctn .list li .panel-heading {
  margin: 0;
  padding: 10px 5px 5px 5px;
  float: left;
  width: 80%;
}
@media (max-width: 480px) {
  .msg-preview .ctn .list li .panel-heading {
    padding: 5px 5px;
  }
}
.msg-preview .ctn .list li .panel-heading h4 {
  font-size: 13px;
  padding: 0;
  color: #000000;
  text-align: left;
}
.msg-preview .ctn .list li img {
  width: 20%;
}
.msg-preview .ctn .conversation {
  padding: 5px;
}
.msg-preview .ctn .conversation li .box {
  width: 84%;
  padding: 5px;
  margin-bottom: 0;
}
.msg-preview .ctn .conversation li .box p {
  margin-bottom: 0;
}
.msg-preview .ctn .conversation li .box.large {
  width: 100%;
}
.msg-preview .ctn .conversation li .box.large p {
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .msg-preview .ctn .conversation li .box {
    width: 77%;
  }
}
/* Conversation InBox OutBox */
.conversation {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.conversation li {
  padding: 0 0 10px 0;
  display: block;
  float: left;
  width: 100%;
  /*
			 * float:right; width:100%; text-align:right;padding-right:40px;font-size:10px;color:@default-font-color;margin-bottom:15px;
			 */
}
.conversation li > img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.conversation li .box {
  width: 60%;
  margin-bottom: 5px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #000;
}
.conversation li .box > a {
  background-color: #fff;
  display: block;
}
.conversation li .box > a p {
  padding: 0 10px;
}
.conversation li .box > a p:last-child {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.conversation li .box a.download {
  background-color: #e6e6e6;
  display: inline;
  width: auto;
  color: #57717d;
}
.conversation li .box a.download:hover {
  background-color: #fff;
}
.conversation li .box.large {
  width: 100%;
}
.conversation li .box.large p {
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .conversation li .box {
    width: 80%;
  }
}
.conversation li .box img {
  width: 100%;
  display: block;
  margin: auto;
}
.conversation li .box .audio {
  font-size: 17px;
  line-height: 1.28571429;
}
.conversation li .box .thumb-video {
  position: relative;
}
.conversation li .box .thumb-video span {
  text-align: center;
  font-size: 42.5px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 45%;
  margin: auto;
  color: #ffffff;
}
@media (max-width: 480px) {
  .conversation li .box .thumb-video span {
    top: 40%;
    font-size: 30.6px;
  }
}
.conversation li .box .card {
  padding: 0;
}
.conversation li .box .card .img {
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 10px;
  background-color: #e6e6e6;
  overflow: hidden;
}
.conversation li .box .card .text {
  float: left;
}
.conversation li .box .card p {
  float: left;
  padding: 15px;
  margin: 0;
  width: 100%;
  clear: both;
}
.conversation li .box .card p.info {
  border-top: 1px solid #57717d;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  font-size: 12px;
}
.conversation li .box .card p .title {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
}
.conversation li .box .card p .brand {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  font-size: 12px;
  color: #555555;
}
.conversation li .box .rich-media .preview {
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}
.conversation li .box .rich-media .preview img {
  width: 100%;
}
.conversation li .box .rich-media .preview .panel-heading {
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  padding: 10px 5px;
  width: 100%;
  background-color: #000000;
  opacity: 0.80;
  filter: alpha(opacity=80);
}
.conversation li .box .rich-media .preview .panel-heading h3 {
  font-size: 15px;
  padding: 0;
  color: #ffffff;
}
.conversation li .box .rich-media .list {
  list-style-type: none;
  margin: 0;
  padding: 15px 0 0 0 ;
  background-color: #fff;
}
.conversation li .box .rich-media .list li {
  text-align: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  padding: 2%;
  float: left;
  background-color: #ffffff;
  border-bottom: solid 1px #e6e6e6;
}
.conversation li .box .rich-media .list li:first-child {
  border-top: solid 1px #e6e6e6;
}
.conversation li .box .rich-media .list li:last-child {
  border: none;
}
.conversation li .box .rich-media .list li .panel-heading {
  margin: 0;
  padding: 0;
  width: 80%;
  float: left;
}
@media (max-width: 1200px) {
  .conversation li .box .rich-media .list li .panel-heading {
    padding: 5px 5px;
    width: 70%;
  }
}
.conversation li .box .rich-media .list li .panel-heading h4 {
  font-size: 15px;
  padding: 0;
  color: #000000;
  text-align: left;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
.conversation li .box .rich-media .list li .img {
  height: 60px;
  width: 60px;
  border-radius: 0;
  display: table-cell;
  vertical-align: middle;
  margin: 3.33333333px;
  background-size: cover;
  background-position: center center;
}
.conversation li .sendingInfo {
  float: left;
  width: 100%;
  text-align: left;
  padding-left: 40px;
  font-size: 12px;
  color: #57717d;
  margin-bottom: 25px;
}
.conversation li.inbox .box {
  float: left;
  background-color: #f7f7f8;
}
.conversation li.inbox > img {
  float: left;
  margin: 0 5px 0 0;
}
.conversation li.outbox .box {
  float: right;
  background-color: #f7f7f8;
  background-color: #8fe967;
  /*color:@color-white;*/
}
.conversation li.outbox > img {
  float: right;
  margin: 0 0 0 5px;
}
.conversation li.outbox .sendingInfo {
  float: right;
  text-align: right;
  padding-left: 0px;
  padding-right: 40px;
}
.conversation.previous {
  border-bottom: 2px solid #dddddd;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0;
}
/* Web pages preview */
.web-pages-preview.box-phone {
  background: transparent url(../img/back-phone-big.png) top center no-repeat;
  width: 345px;
  height: 529px;
  margin: auto;
  position: relative;
}
@media (max-width: 480px) {
  .web-pages-preview.box-phone {
    width: 230px;
    height: 353px;
    background-size: 250px 353px;
  }
}
.web-pages-preview.box-phone .ctn {
  position: absolute;
  width: 316px;
  top: 76px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  max-height: 453px;
  overflow: auto;
}
@media (max-width: 480px) {
  .web-pages-preview.box-phone .ctn {
    top: 48px;
    width: 210px;
    max-height: 300px;
  }
}
/* Pagination */
.pagination .disabled a {
  opacity: 0.50;
  filter: alpha(opacity=50);
  cursor: default;
}
.pagination .next {
  margin-left: 10px;
}
.pagination .prev {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .pagination {
    width: 100%;
  }
  .pagination .page-item {
    display: none;
  }
  .pagination .page-item.page-item:first-child {
    display: inline-block;
    float: left;
  }
  .pagination .page-item.page-item:last-child {
    display: inline-block;
    float: right;
  }
}
/*Alert*/
@media (max-width: 480px) {
  .alert .alert-link.pull-right {
    float: none !important;
    display: block;
  }
}
.alert.alert-info {
  color: #abb7c3;
  background-color: #f0f4f8;
  border: 1px solid #c3cbd3;
}
.alert.alert-danger {
  color: #f01615;
  background-color: rgba(240, 22, 21, 0.24);
  border: 1px solid #f01615;
}
.alert.alert-warning {
  color: #d59e2e;
  background-color: rgba(240, 147, 21, 0.24);
  border: 1px solid #d59e2e;
}
.alert.alert-success {
  color: #abb7c3;
  background-color: #f0f4f8;
  border: 1px solid #c3cbd3;
}
/*Error form*/
.has-error label {
  color: #a94442;
}
/* Loading */
.loading {
  text-align: center;
  background-color: transparent;
  padding: 25px;
}
.loading .spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: #0000;
  border-radius: 50%;
  width: 2.8125rem;
  height: 2.8125rem;
  border-width: 2px;
  border-color: #2eb085;
  border-right-color: transparent;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
/*Checkbox and radio*/
/* Customize the label (the container) */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* On mouse-over, add a grey background color 
	&:hover input ~ .checkmark {
 		background-color: #ccc;
	}*/
  /* When the checkbox is checked, add a background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: solid 1px #8b9dad;
  border-radius: 4px;
}
.check-container .radiomark {
  border-radius: 50%;
}
.check-container input:checked ~ .checkmark {
  background-color: #00232d;
}
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-container input:checked ~ .checkmark:after {
  display: block;
}
.check-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check-container.inline-form {
  margin-top: 10px;
  margin-bottom: 0;
}
/* Footer */
.footer {
  position: fixed;
  bottom: 0px;
  right: 0px;
  color: #57717d;
  background-color: #f0f4f8;
  padding: 5px 15px;
  border: 1px solid #cccccc;
  border-bottom: none;
  border-right: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.footer span {
  padding-right: 15px;
}
.footer .logo {
  width: 120px;
}
@media (max-width: 992px) {
  .footer {
    width: 100%;
    text-align: center;
    border-left: none;
  }
}
.footer .public-footer-logo {
  width: 202px;
  margin: 30px 0;
}
/* PG */
.pg-media-editor .pg-media-cont {
  display: block;
  margin-bottom: 10px;
}
.pg-media-editor .pg-media-cont.image {
  width: 100px;
  height: 100px;
  overflow: hidden !important;
  border: 1px solid #ddd;
  display: table;
}
.pg-media-editor .pg-media-cont .inner {
  width: 100px;
  height: 100px;
  float: left;
}
.pg-media-editor .pg-media-cont .inner.image {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.pg-media-editor .pg-media-cont .inner.image img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.pg-media-editor .pg-media-cont .inner.image .progress {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  height: 10px;
  position: relative;
  top: 45%;
}
.pg-media-editor .pg-media-cont .inner audio,
.pg-media-editor .pg-media-cont .inner video {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pg-media-editor .pg-media-cont .inner video {
  width: 200px;
  height: 110px;
}
/*PG EDITOR BUTTONS*/
.pg-ui-editor {
  /*
	
	.btn{
		height: 35px;
    	padding: 5px 10px;
    	min-width: 100px;
    	background-color: @dark-font-color;
    	color:#fff;
		.glyphicon{
			display:none;
		}
	}
	
	.btn-default{
		color:#fff;
		&:hover, &:focus{
			background-color: #3c545c !important;
			color:#fff !important;
		}
	}
	
	.btn-primary{
		color:#fff;
		&:hover, &:focus{
			background-color: #3c545c !important;
			color:#fff !important;
		}
	}
	
	.btn-secondary{
		
	}
	
	
	
	.btn-group.open > .dropdown-toggle.btn-default{
		background-color: @dark-font-color !important;
		color:#fff !important;
	}
	*/
}
.pg-ui-editor .btn {
  height: 35px;
  padding: 5px 10px;
  min-width: 100px;
}
.pg-ui-editor .btn-primary {
  background-color: #00232d;
  color: #fff;
}
.pg-ui-editor .btn-primary:hover,
.pg-ui-editor .btn-primary:focus {
  background-color: #3c545c !important;
  color: #fff !important;
}
.pg-ui-editor .note-editor {
  border: solid 1px #cccccc !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 !important;
}
.pg-ui-editor .note-toolbar {
  padding-bottom: 0 !important;
  border-bottom: solid 2px #cccccc !important;
}
.pg-ui-editor .note-toolbar .btn-default {
  width: auto;
  min-width: 20px;
}
.pg-ui-editor .note-toolbar .note-btn-group {
  margin-top: 0 !important;
}
.pg-ui-editor .nav-tabs li a {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.pg-ui-editor .nav-tabs li a.active {
  border: none;
}
.pg-ui-editor .nav-tabs li.active a {
  border: none;
  border-bottom: 3px solid #2eb085;
  padding-bottom: 13px;
}
.pg-ui-editor .font-icon {
  font-size: 22px !important;
  color: #00232d !important;
  opacity: 1 !important;
  font-weight: normal !important;
}
.pg-fileinput-button {
  position: relative;
  overflow: hidden;
}
.pg-fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.nav-stacked {
  overflow: auto;
}
.ms-container {
  background: transparent url('../img/switch.png') no-repeat 50% 50%;
  width: 100%;
}
.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden;
}
.ms-container .ms-selectable,
.ms-container .ms-selection {
  background: #fff;
  color: #57717d;
  float: left;
  width: 45%;
}
.ms-container .ms-selection {
  float: right;
}
.ms-container .ms-list {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto;
}
.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
}
.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.ms-container .ms-optgroup-container {
  width: 100%;
}
.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999;
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #57717d;
  font-size: 14px;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #08c;
}
.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text;
}
.bg-editor-image,
.pg-media-editor .pg-media-cont.image {
  /*background: #fff url('../img/bg-editor-image.png') repeat;*/
  background-color: #eaeaea;
}
/*** FROM FEB ***/
.chips {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.chips li {
  white-space: nowrap;
  user-select: none;
  border: 1px solid #dddddd;
  border-radius: 12px;
  display: block;
  float: left;
  position: relative;
  margin: 0 10px 10px 0;
  padding: 5px 15px 5px 15px;
}
.chips li .remove {
  display: none;
  position: absolute;
  right: 10px;
  top: 8px;
  padding: 0 2px 0 2px;
  border-radius: 5px;
  cursor: pointer;
}
.chips li .remove span {
  margin: 0;
  line-height: 15px;
  font-size: 16px;
}
.chips li .remove:hover {
  background-color: #none;
  color: #2eb085;
}
.chips li.over {
  background-color: #eee;
}
.chips.disposable li {
  padding-right: 40px;
}
.chips.disposable li .remove {
  display: block;
}
.chips .placeholder {
  border: none;
}
.btn.selected {
  background-color: #fff;
  border-color: #009900;
}
.btn.selected * {
  color: #009900;
}
/* multiselect */
.enhancedselect {
  width: auto;
  display: inline-block;
}
.enhancedselect select {
  display: none;
}
.enhancedselect .selectlabel {
  min-width: 100%;
  width: 100%;
  display: inline-block;
  height: 20px;
  padding: 0 30px 0 0;
  overflow: hidden;
}
.enhancedselect .dropdown-menu {
  padding: 0;
  margin-bottom: 10px;
  min-width: 100%;
  max-height: 275px;
  overflow: auto;
  width: auto !important;
}
.enhancedselect .dropdown-toggle {
  position: relative;
}
.enhancedselect .dropdown-toggle .reset {
  position: absolute;
  cursor: pointer;
  right: 8px;
  top: 0;
  font-size: 16px;
  display: none;
  color: #BDBDBD;
}
.enhancedselect .dropdown-toggle .caret {
  position: absolute;
  top: 15px;
  right: 8px;
}
.enhancedselect .search {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  padding: 0;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-left: 8px;
  line-height: 30px;
}
.enhancedselect .search input {
  border: 0;
  width: 100%;
}
.enhancedselect .item {
  height: 30px;
  padding-right: 20px;
  line-height: 30px;
}
.enhancedselect .item span {
  line-height: 20px;
}
.enhancedselect .item input {
  margin-right: 10px;
}
.enhancedselect .item a {
  padding: 0 10px 0 10px;
  line-height: 30px;
}
.enhancedselect .item a .only {
  display: block;
  margin-top: -3px;
  visibility: hidden;
}
.enhancedselect .item a:hover {
  color: inherit;
}
.enhancedselect .item a:hover .only {
  visibility: visible;
}
.enhancedselect .item .form-group {
  margin: 0 !important;
  padding: 0;
}
.enhancedselect .item.selected {
  background-color: #f29d39;
}
.enhancedselect .item.selected span {
  color: #fff;
}
.enhancedselect .item:hover {
  background-color: #f5f5f5;
  color: #444;
}
.enhancedselect .item:hover.selected {
  background-color: #f29d39;
}
.enhancedselect .item:hover.selected span {
  color: #fff;
}
.enhancedselect .button button {
  width: 100%;
  margin: 5px 0 0 0;
}
.enhancedselect .emptysearch {
  text-align: center;
  font-style: italic;
  display: none;
  padding-bottom: 10px;
}
.actiontoolbar {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: visible;
  padding: 0 30px 0 15px;
}
@media (min-width: 1200px) {
  .actiontoolbar {
    padding: 0 30px 0 265px;
  }
}
.actiontoolbar .cont {
  padding: 10px 20px 40px 10px;
  height: 75px;
  background-color: #f7f7f8;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-shadow: 3px 3px 7px -1px #aaaaaa;
  -moz-box-shadow: 3px 3px 7px -1px #aaaaaa;
  box-shadow: 3px 3px 7px -1px #aaaaaa;
}
.actiontoolbar .cont .navbar-btn {
  display: inline-block;
  float: right;
}
.actiontoolbar .cont .icons {
  float: left;
  padding: 15px 0 0 10px;
}
.actiontoolbar .cont .icons a {
  margin-right: 8px;
}
.actiontoolbar .cont .icons a .font-icon {
  font-size: 20px;
}
.hasactiontoolbar {
  padding-bottom: 120px;
}
.pg-cms-ce-propertylabel {
  padding-top: 3px;
  font-size: 14px;
}

.pg-media-editor .pg-media-cont .inner{
	width:auto;
	height:auto;
	float: none;
}

.enhancedmultiselect {
  width: 100%;
  position: relative;
  height: 46px;
}
.enhancedmultiselect .label {
  color: #000;
  display: block;
  overflow: hidden;
  border: 1px solid #8b9dad;
  text-align: left;
  border-radius: 4px;
  padding: 6px 0 6px 12px !important;
  line-height: 32px;
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path fill='none' d='M0 0h24v24H0z'/><path d='M12 16l-6-6h12z'/></svg>") !important;
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 9px;
}
.enhancedmultiselect .label span {
  display: block;
  width: 85%;
  overflow: hidden;
}
.enhancedmultiselect select {
  min-width: 100%;
  width: auto;
  position: absolute;
  height: auto;
  left: 0;
  top: 49px;
  background-image: none !important;
  background-color: #fff;
  z-index: 10;
}

