
/*!
* direction.less v0.1.0
*/
:-moz-placeholder {
  color: '#333843';
}
::-moz-placeholder {
  color: '#333843';
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: '#333843';
}
::-webkit-input-placeholder {
  color: '#333843';
}
.placeholder {
  color: '#333843';
}
html {
  /* font-size: 100%; */
  height: 100%;
}
body {
  direction: ltr;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  height: 100%;
  background:#1c2329;
}
.authenticate_btn{
  padding:9px 12px !important;
  color:#fff !important;
  font-size:16px !important;
  line-height:1.33333 !important;
}

.white-bg{
	background:#fff;
}
.dropdown-toggle::after{
	border:none;
}
.active-color{
  color:#c2002e !important;
  font-weight: 600;
	/*color:#ff006f !important;atlers*/
}
body.condense-menu .header-seperation {
  display: none;
}
body.condense-menu .page-content {
  margin-left: 50px;
}
body.condense-menu .footer-widget {
  display: none;
}
body.condense-menu .scrollup {
  left: 34px;
}
body.hide-top-content-header .header {
  width: auto;
}
body.hide-top-content-header .header-quick-nav {
  display: none;
}
body.hide-top-content-header .page-content .content {
  padding-top: 25px;
}
body.hide-top-content-header .page-sidebar.mini .page-sidebar-wrapper > ul {
  padding: 0;
}
body.hide-sidebar .header-seperation {
  display: none;
}
body.hide-sidebar .page-sidebar {
  display: none;
}
body.hide-sidebar .page-content {
  margin-left: 0;
}
body.hide-sidebar .scrollup {
  left: 34px;
}
body.menu-non-fixed .page-sidebar {
  position: absolute;
}
body.right-side-bar .page-content {
  margin-right: 250px;
  margin-left: 0;
}
body.right-side-bar .page-content.condensed {
  margin-left: 0;
  margin-right: 50px;
}
body.right-side-bar .page-sidebar {
  right: 0;
}
body.right-side-bar .header .header-seperation {
  float: right;
}
body.right-side-bar .footer-widget {
  right: 0;
}
body.bottom-header .header {
  bottom: 0;
}
body.bottom-header .page-content .content {
  padding-top: 25px;
  padding-bottom: 83px;
}
body.open-menu-right-desktop .page-container {
}
body.open-menu-right-desktop .header {

}
body.open-menu-right-desktop .fonter-widget {
  display: none;
}
body.modal-open .page-container {
  position: inherit;
}
body.modal-open .page-content {
  position: inherit;
}
body.modal-open .chat-window-wrapper {
  display: none;
}
.navbar,
.navbar-inverse {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px;
}
.navbar .nav > li > .dropdown-menu::before {
  position: absolute;
  top: -11px;
  right: 40%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.navbar .nav > li > .dropdown-menu::after {
  position: absolute;
  top: -10px;
  right: 40%;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #242b32;
  border-left: 8px solid transparent;
  content: '';
}
.navbar .notifications {
  background-color: #1B1E24;
  display: block;
  float: left;
  left: 0;
  margin: 0 10px 0 0;
  padding-top: 5px;
  position: relative;
}
.header-seperation {
background:#242b32;


/*
background: rgba(248,0,124,1);
background: -moz-linear-gradient(left, rgba(248,0,124,1) 0%, rgba(233,1,152,1) 36%, rgba(217,1,185,1) 66%, rgba(203,2,210,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,0,124,1)), color-stop(36%, rgba(233,1,152,1)), color-stop(66%, rgba(217,1,185,1)), color-stop(100%, rgba(203,2,210,1)));
background: -webkit-linear-gradient(left, rgba(248,0,124,1) 0%, rgba(233,1,152,1) 36%, rgba(217,1,185,1) 66%, rgba(203,2,210,1) 100%);
background: -o-linear-gradient(left, rgba(248,0,124,1) 0%, rgba(233,1,152,1) 36%, rgba(217,1,185,1) 66%, rgba(203,2,210,1) 100%);
background: -ms-linear-gradient(left, rgba(248,0,124,1) 0%, rgba(233,1,152,1) 36%, rgba(217,1,185,1) 66%, rgba(203,2,210,1) 100%);
background: linear-gradient(to right, rgba(248,0,124,1) 0%, rgba(233,1,152,1) 36%, rgba(217,1,185,1) 66%, rgba(203,2,210,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8007c', endColorstr='#cb02d2', GradientType=1 );
*/
}
.header {
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  transition: transform 0.3s ease,left  0.3s ease, right  0.3s ease;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  z-index: 98;
  min-height: 60px;
  box-shadow: 0 0px 3px #000;/*atlers*/
  left: 0;
  -webkit-backface-visibility: hidden;
}
.header .navbar-inner {
  background-image: none !important;
  background-color: #1c2329 !important;
  width: 100%;
  margin: 0;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  border-radius: 0px;
}
.header .navbar-inner [class*="span"] {
  min-height: 58px !important;
}
.header .btn-navbar {
  background-color: #1f1f1f !important;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 6px;
  background-image: none;
  box-shadow: none;
  color: #ffffff;
  border: 0;
}
.header .btn-navbar:hover {
  text-decoration: none;
}
.header .nav {
  display: block;
}
.header .nav li.dropdown .dropdown-toggle i {
  color: #eff4f8 !important;
}
.header .nav li.dropdown.user .dropdown-toggle i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 16px;
  color: #808080 !important;
}
.header .nav > li {
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  float: left;
}
.header .nav > li.dropdown .dropdown-toggle {
  margin: 0px;
}
.header .nav > li.dropdown .dropdown-toggle i {
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}
.header .nav > li.dropdown .dropdown-toggle .badge {
  position: absolute;
  font-size: 10px !important;
  font-weight: 700;
  top: 0px;
  right: 2px;
  text-align: center;
  background-color: #f35958;
  padding: 4px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
  color: #ffffff;
}
.header .nav > li.dropdown .active {
  background-color: #0d0f12;
}
.header .nav > li.dropdown.user .dropdown-toggle {
  padding: 8px 4px 7px 9px;
}
.header .nav > li.dropdown.user .dropdown-toggle:hover {
  text-decoration: none;
}
.header .nav > li.quicklinks i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 14px;
  color: #656565 !important;
}
.header .nav > li.quicklinks > a {
  padding:11px 20px !important
}
.header .nav .h-seperate {
  height: 6px;
  width: 2px;
  margin: 0px 10px 0px 10px;
  border-left: 1px solid #e1e1e1;
  display: inline;
  position: relative;
  top: 2px;
}
.header .nav .dropdown-menu {
  margin-top: 3px;
}
.header .header-seperation {
  width: 250px;
  display: block;
  float: left;
  height: 80px;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgb(36, 43, 50);
}
.header .header-seperation .notifcation-center {
  margin-right: 15px !important;
}
.header .header-quick-nav {
  /*padding-right: 10px;*/
  height: 60px;
  -webkit-transition-duration: 1;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
  display:flex;
}

.header .notifcation-center {
  background-color: #242b32;
  margin-top: 12px;
  margin-right: 15px !important;
  display: inline-flex;
  display: -ms-flexbox;
  direction: ltr;
}
.header .notifcation-center li {
  min-width: 30px !important;
}
.header .notifcation-center li a {
  padding: 10px !important;
  min-height: 17.5px;
}
.header .notifcation-center li a i {
  font-size: 13px !important;
}
.header a {
  text-decoration: none;
}
.header .chat-toggler {
  position: relative;
  /* top: 10px; */
  top:0px;
  margin-right: 5px;
  display: inline-block;
  float: left;
}
.header .chat-toggler .user-details {
  display: inline-block;
  float: left;
  line-height: 35px;
  padding-left:8px;
}
.header .chat-toggler .user-details .username a {
  color: #1b1e24;
  font-size: 15px;
}
.header .chat-toggler .user-details .company a {
  color: #8b8f92;
  font-weight: 400;
  text-align: right;
  font-size: 12px;
}
.header .chat-toggler .iconset {
  display: inline-block;
float: left;
margin: 15px 0px 0 5px;
}
.header .chat-toggler .profile-pic {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  float: left;
}
.header .chat-toggler a {
  color: #808080;
  /*font-size: 15px;*/
  /*display: inline-block;
  float: left;*/
}
.header .chat-toggler > i {
  color: #808080;
  text-align: right;
  font-size: 20px;
  position: relative;
  padding: 8px;
  top: 8px;
}
.header .chat-toggler .message-count {
  display: inline-block;
  float: left;
}
.header .chat-toggler .message-count .badge {
  position: absolute;
  float: left;
  right: 0;
  top: 0;
}
.header .chat-message-preview {
  border-left: 1px solid #e5e9ec;
  border-right: 1px solid #e5e9ec;
  padding: 4px 15px;
  margin-right: 12px;
}
.header .chat-message-preview .user-details {
  display: inline-block;
  float: left;
}
.header .chat-message-preview .user-details .username a {
  color: #22262e;
  font-weight: 600;
  text-align: right;
}
.header .chat-message-preview .profile-pic {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-left: 10px;
}
.header .chat-message-preview a {
  color: #6F7B8A;
}
.header .chat-message-preview .chat-message {
  color: #8b8f92;
  background-color: #e5e9ec;
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
}
.header .quick-section {
  display: inline-block;
  float: left;
  direction: ltr;
  position:relative;
  height: 80px;
}
.header .search-form {
  display: inline-block;
  float: left;
  position: relative;
  height:80px;
}
.header .search-form input[type="text"]{
	height:80px;
}
.header .search-form input[type="text"]:focus,.header .search-form input[type="text"]:active{
	background:#fff;
}
.search-form .input-focus{
	background:none !important;
}
.header .search-form span.add-on{
	height: 80px;
    padding: 28px 0 0 15px !important;
}
.header .popover-title {
  border-bottom: 0px;
  padding-top: 14px;
}
.menu-title {
  color: #808285;
  font-size: 10.5px;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.menu-title a {
  color: #808285;
}
.menu-title a:hover {
  text-decoration: none;
}
.menu-title i {
  font-size: 10px;
  font-weight: normal;
}
.page-sidebar {
  /* height: 100%; */
  /*background:#fff;*/
  background:#242b32;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  flex-shrink: 0;

}
.page-sidebar.full-length {
  padding-bottom: 57px;
}
.page-sidebar .outer-tab-nav-section {
  display: inline-block;
  width: 45px;
  position: absolute;
  height: 100%;
  background-color: #0aa699 !important;
}
.page-sidebar .inner-menu {
  display: inline-block;
  width: 200px;
}
.page-sidebar .inner-menu ul {
  width: 200px;
}
.page-sidebar .page-sidebar-wrapper {
	overflow:visible !important;
}
.page-sidebar .page-sidebar-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.page-sidebar .page-sidebar-wrapper > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > a {
  /*color: #424242; atlers*/
  color:#dadbdd;
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 11.5px 31px 11.5px 31px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display:flex;
  align-items:center;
}
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover {
	/*background-color:#ff006f !important;
	background:#ff006f !important;*/
	background-color:#c2002e !important;
	background:#c2002e !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > a.active {
	background-color:#c2002e !important;
	background:#c2002e !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > a.open {
  background: #313131;
}
.page-sidebar .page-sidebar-wrapper > ul > li > a i {
  font-size:20px;
  margin-right: 15px;
  text-shadow: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 3px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li:last-child > a {
  border-bottom: 1px solid transparent !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li a i {
  /*color: #424242;*/
  color:#FFF;
  width: 20px;
  text-align: center;
  display: inline-block;
}
.page-sidebar .page-sidebar-wrapper > ul > li.active > a {
  border-top-color: transparent !important;
  color: #ffffff;
  border: none;
  text-shadow: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li.active > a i {
  color: #ffffff;
}
.page-sidebar .page-sidebar-wrapper > ul > li.active i {
  color: #ffffff;
}
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu {
  display: block;
}
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu > li ul.sub-menu {
  display: block;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px;
  background-color: #22262e;
  padding: 8px 0px 10px 0px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a {
  margin-left: 0px;
  padding-left: 5px;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 53px !important;
  color: #e1eaf1;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300;
  background: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
  background: #1b1e24 !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding-left: 0;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  margin-left: 70px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 80px;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 20px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 18px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a {
  display: block;
  padding: 5px 0px;
  color: #ccc;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a > i {
  font-size: 13px;
}
.page-sidebar .page-sidebar-wrapper > ul > li.start > a {
  border-top-color: transparent !important;
}
.page-sidebar.mini {
  width: 50px;
  overflow: visible !important;
  background-color: #0aa699 !important;
  height: 100%;
  margin-top: 0;
  position: fixed;
  z-index: 90;
}
.page-sidebar.mini .page-sidebar-wrapper > ul {
  width: 50px;
  padding: 60px 0 0;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li > ul.sub-menu {
  position: absolute;
  margin-top: -46px;
  margin-left: 50px;
  width: auto;
  z-index: 110;
  min-width: 250px;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a {
  padding: 13px;
  color: #ffffff;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li a i {
  color: #ffffff;
}
.page-sidebar.mini .page-sidebar-wrapper > p {
  display: none;
}
.page-sidebar.mini .page-sidebar-wrapper > .side-bar-widgets {
  display: none;
}
.page-sidebar.mini .user-info {
  display: none;
}
.page-sidebar.mini .status-widget {
  display: none;
}
.page-sidebar.mini .notification-alert {
  display: none;
}
.page-sidebar.mini ul li span.title {
  display: none;
}
.page-sidebar.mini ul li span.arrow {
  display: none;
}
.page-sidebar.mini ul li span.badge {
  display: none;
}
.page-sidebar.mini ul li ul li span.title {
  display: inline;
}
.page-sidebar.mini ul li ul li span.arrow {
  display: inline;
}
.page-sidebar.mini ul.big-items span.badge {
  display: inline-block;
}
.page-sidebar.mini ul.small-items span.badge {
  display: inline-block;
}
.page-sidebar.mini .profile-wrapper {
  display: none;
}
.page-sidebar.mini .footer-widget {
  display: none;
}
.page-sidebar ul.folders {
  list-style: none;
  margin: 0px;
  padding: 0;
}
.page-sidebar ul.folders > li {
  border: 0 none;
  display: block;
  margin: 0;
  padding: 0;
}
.page-sidebar ul.folders > li > a {
  padding: 5px 31px;
  font-size: 13px;
  color: #ffffff;
  display: block;
  position: relative;
}
.page-sidebar ul.folders > li > a:hover {
  text-decoration: none;
}
.page-sidebar ul.folders > li > input {
  margin: 5px 31px;
  font-size: 13px;
  width: 150px;
}
.page-sidebar ul > li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 5px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
}
.nav-collapse.collapse {
  height: 100%  !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
  background: #1b1e24;
  color: #ffffff;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li a > .label {
  display: none;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
  background: #0b9c8f;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
  background: #0b9c8f;
}
.page-sidebar.mini .page-sidebar-wrapper > ul > li.active > a i,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a i {
  color: #ffffff !important;
}
.page-sidebar .page-sidebar-wrapper ul > li > a > .arrow:before,
.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
  color: #919091 !important;
}
.page-sidebar .page-sidebar-wrapper ul > li.active > a .arrow:before,
.page-sidebar .page-sidebar-wrapper > ul > li.active > a .arrow.open:before {
  color: #ffffff !important;
}
.page-sidebar .page-sidebar-wrapper ul > li.open > a i,
.page-sidebar .page-sidebar-wrapper > ul > li.open > a i {
  color: #ffffff !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
  color: #ffffff !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li.active > a,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a {
  color: #ffffff !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow:before,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow.open:before {
  color: #919091  !important;
}
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a {
  font-weight: 600;
}
.header .nav > li.dropdown,
.header .nav > li.dropdown > a {
  text-align: center;
}
.header .nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #1c2329;
}
.open {
  position: relative;
}
.navbar .pull-right > li.open > .dropdown-menu,
.navbar .nav > li.open > .dropdown-menu.pull-right {
 margin-right: 0px;
margin-top: 10px;
width: 100%;
}
.pace .pace-activity {
  top:34px;
  border-top-color: #c2002e;/*#ff006f;*/
  border-left-color: #c2002e;/*#ff006f;*/
  left: 50%;
}
.pace .pace-progress {
  background: #c2002e;/*#ff006f;*/
  right: auto;
  left: 0;
}
.pace .pace-progress-inner {
  box-shadow: 0 0 10px #0aa699, 0 0 5px #0aa699;
}
.no-top .pace .pace-activity {
  top: 10px;
}
.loading-animator {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
  border-image: none;
  border-radius: 10px 10px 10px 10px;
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
  display: block;
  height: 14px;
  margin-left: 40%;
  width: 14px;
  z-index: 2000;
}
.page-container {
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  transition: transform 0.3s ease, left  0.3s ease, right  0.3s ease;
  margin: 0px;
  padding: 0px;
  /*position: relative;*/
  left: 0;
  z-index: 10;
}
.chat-window-wrapper {
  

}
.right-fixed-chat{
  font-size: 13px;
  position:fixed;
  top:80px;
  right: 0;
  width:70px;
  height:100%;
  /*background-color: #212121; atlers*/
  background:#242b32;
  z-index:99;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.single-window-bottom{
	position: fixed;
bottom: 0;
right: 80px;
z-index: 99;
 width:100%;
overflow:hidden;
  
}
.sticky-chat{
	top:0 !important;
}
@keyframes sticky-chat {
  from {
    transform: translate3d(0, 10%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.sticky-chat {
   animation-name: sticky-chat;
  webkit-animation-name: sticky-chat; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .5s; /* Safari 4.0 - 8.0 */
    animation-name: sticky-chat;
    animation-duration:.5s;
}
.chat-full-view{
	width: 230px;
}
.chat-full-view .user-details{
	display:inline-block !important;
}
.chat-full-view .chat-bootom-option a,.chat-full-view .chat-bootom-option span.menu-divider,.chat-full-view .chat-bootom-option a.search-chat-botom{
	display:inline-block;
	margin-left:0;
}
.chat-bootom-option a,.chat-bootom-option span.menu-divider{
	display:none;
}
.chat-bootom-option a.search-chat-botom{
	display:inline-block;
	margin-left:15px;
}
.search-chat{
	position:absolute;
	bottom:100px;
}
.chat-window-wrapper2{
    display: block;
	/* background:#fafafa; */
	background:#2b333b;
	width:300px;
	height:400px;
	float:right;
	margin-left:20px;
  position:relative;
  box-shadow:rgb(28, 35, 41, 1.0) 0px 0px 10px;
  margin-top:3px;
}
.chat-bootom-option{
	/*background: #424242; atlers*/
	background:#242b32;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 12px 0px;
}
.chat-bootom-option a{
	/*display: inline-block;*/
    color: #a7a7a7;
    padding:0 10px 0 10px;
}
.chat-bootom-option span.menu-divider{
	color: #a7a7a7;
}
.chat-bootom-option a.active{
	color: #fff;
}
.chat-window-wrapper .inner-content {
  height: 100%;
  /*overflow: hidden;*/
}
.chat-window-wrapper .chat-header {
   padding: 16px 0;
}
.chat-window-wrapper .side-widget {
  /*margin-top: 15px;*/
  display: block;
}
.chat-window-wrapper .side-widget-title {
  color: #808285;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-left: 51px;
  padding-right: 51px;
  text-transform: uppercase;
}
.chat-window-wrapper .side-widget-content {
  display: block;
}
.chat-window-wrapper .side-widget-content ul.groups {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding-left: 0;
}
.chat-window-wrapper .side-widget-content ul.groups li {
  line-height: 25px;
}
.chat-window-wrapper .side-widget-content ul.groups > li > a {
  color: #ffffff;
  font-size: 13px;
  padding: 5px 31px;
}
.chat-window-wrapper .side-widget-content ul.groups > li > a:hover {
  text-decoration: none;
}
.chat-window-wrapper .user-details-wrapper {
  display: block;
 /* margin: 8px;*/
  padding: 10px;
  outline:0;
}
.chat-window-wrapper .user-details-wrapper .status-icon {
  margin-right: 0px;
}
.chat-window-wrapper .user-details-wrapper.active {
  background-color: #372b32;
}
.chat-window-wrapper .user-details-wrapper.active:hover {
  background-color: #482f36;
  cursor: pointer;
}
.chat-window-wrapper .user-details-wrapper:hover {
  background-color: #22262e;
  cursor: pointer;
}
.chat-window-wrapper .user-details-wrapper > .user-profile {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  height: 45px;
  overflow: hidden;
  width: 45px;
  /* margin-right:13px; */
}
.chat-window-wrapper .user-details-wrapper > .user-profile-other {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  height: 50px;
  overflow: hidden;
  width: 50px;
}
.chat-window-wrapper .user-details-wrapper > .user-details {
  /*display: inline-block;*/
  float: left;
}
.chat-window-wrapper .user-details-wrapper > .user-details > .user-name {
  display: block;
  color: #ffffff;
}
.chat-window-wrapper .user-details-wrapper > .user-details > .user-more {
  display: block;
  color: #747b89;
  font-size: 11px;
  width: 120px;
}
.chat-window-wrapper .chat-messages {
  position: relative;
  overflow: auto;
  height: calc(100% - 99px);
}
.chat-window-wrapper .chat-messages .user-details-wrapper {
  /* padding: 6px; */
  padding:0px 0px 0px 0px;
  clear:both;
  margin-bottom:5px;
}
.chat-window-wrapper .chat-messages .user-details-wrapper:hover {
  /*background-color: #fff;*/
  background-color: #2b333b;
/*cursor: auto;*/
}
.chat-window-wrapper .user-details-status-wrapper {
  display: inline-block;
  float: left;
  min-width: 32px;
  margin-top: 8px;
}
.chat-window-wrapper .user-details-count-wrapper {
	display: inline-block;
	float: left;
	right: 13px;
	position:absolute;
	margin-top:-4px;
}
.sidr {
  background-color: #1b1e24;
  box-shadow: none;
}
.sidr ul.chat-window li {
  border: 0px;
}
.sidr ul.chat-window li:nth-child(odd) {
  background-color: #ffffff;
}
.sidr ul.chat-window li:nth-child(even) {
  background-color: #f5f6f8;
}
.sidr ul.chat-window li:hover > a,
.sidr ul.chat-window li:hover > span,
.sidr ul.chat-window li.active > a,
.sidr ul.chat-window li.active > span,
.sidr ul.chat-window li.sidr-class-active > a,
.sidr ul.chat-window li.sidr-class-active > span {
  box-shadow: none;
  background-color: #fed8db;
  line-height: 16px;
}
.scrollup {
  background: url('../img/pullup.png') no-repeat;
  background-position: 0px 0px;
  width: 27px;
  height: 27px;
  position: fixed;
  bottom: 92px;
  left: 235px;
  display: none;
  text-indent: -9999px;
  z-index: 101;
}
.scrollup:hover {
  background-position: -30px 0px;
}
.scrollup.to-edge {
  left: 35px;
}
.footer-widget {
  position: fixed;
  bottom: 0px;
  left: 0;
  padding: 11px 21px;
  background-color: #22262e;
  width: 250px;
  clear: both;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.footer-widget .progress {
  position: relative;
  top: 15px;
  width: 70%;
}
.footer-widget a {
  color: #8b91a0;
}
.footer-widget i {
  font-size: 14px;
  color: #5e646d;
}
.footer-widget .details-status {
  background-color: #2d3139;
  border-radius: 3px 3px 3px 3px;
  color: #8B91A0;
  display: inline-block;
  font-size: 11px;
  padding: 6px;
  left: -22px;
  position: relative;
}
.footer-widget a:hover,
.footer-widget a:hover i {
  color: #8B91A0;
  text-decoration: none;
}
.chat-window-wrapper input[type="text"],
.chat-window-wrapper input[type="password"],
.chat-window-wrapper input[type="date"],
.chat-window-wrapper input[type="datetime"],
.chat-window-wrapper input[type="email"],
.chat-window-wrapper input[type="number"],
.chat-window-wrapper input[type="search"],
.chat-window-wrapper input[type="tel"],
.chat-window-wrapper input[type="time"],
.chat-window-wrapper input[type="url"],
.chat-window-wrapper textarea,
.chat-window-wrapper select {
  background-color: #0d0f12;
  height: 28px;
}
.chat-header input[type="text"] {
  margin: 15px 0 15px 14px;
  width: 195px;
  border: transparent;
}
.chat-header .iconset {
  margin:0px 15px;
}
.chat-messages-header {
  /*background-color: #ea0066;atlers*/
  /* background-color:#811fd5; */
  background-color:#242b32;
  color: #fff;
  padding: 8px;
  padding-left: 21px;
}
.chat-messages-header .status {
  height: 10px;
  width: 10px;
  border-radius: 8px;
  background-color: #e5e9ec;
  display: inline-block;
  margin-right: 12px;
}
.chat-messages-header .status.online {
  background-color: #0aa699;
}
.chat-messages-header .status.busy {
  background-color: #f35958;
}
.chat-messages-header .status.away {
  background-color: #0aa699;
}
.chat-messages-header a > i {
  color: #fff;
  font-size: 15px;
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}
.chat-footer {
  position: absolute;
  bottom: 0px;
  background-color: #e5e9ec;
  padding: 10px;
  padding-bottom: 0px;
  width: 92.6%;
}
.bubble {
  position: relative;
  width:250px;
  /* box-shadow: 0 1px 2px #ddd; */
  min-height:24px;
  padding: 0px;
  /* background: #fff; */
  background: #242b32;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* color: #000; */
  /*color: #a3a6a8;*/
  color:#fff;
  font-size: 14px;
  padding:8px 10px;
  cursor: pointer;
  overflow-wrap:break-word;
}
.bubble.old {
  background: #0d0f12;
  color: #4c5264;
}
.bubble.old:after {
  border-color: transparent #0d0f12;
}
.bubble.sender {
  /* background: #c2002e; */
  background: #4b5055;/*#ff006f;*/
  /* color: #ffffff; */
  /*color: #b1b4b6;*/
  color:#fff;
  margin-right:10px;
}
.bubble.purple {
	background:#a200ff;
	color: #ffffff;
  margin-right:10px;
  padding-right: 45px !important;
  padding-top: 25px !important;

}
.bubble.purple:after {
  border-color: transparent #a200ff;
  border-width: 9px 0 9px 7px;
  right: -7px !important;
  left: auto;
}
.bubble.sender:after {
  /*border-color: transparent #c2002e;/*#ff006f;*/
  border-width: 9px 0 9px 7px;
  right: -7px !important;
  left: auto;
}
.bubble:after {
  /*content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  border-color: transparent #e5e9ec;
  display: block;
  width: 0;
  z-index: 1;
  left: -7px;
  top: 12px;*/
}
.chat-messages .sent_time {
  width: 100%;
  /* color: #4c5264; */
  color: #b0b3b6;
  /* text-align: center; */
  text-align: left;
  /* margin-top: 25px; */
  /* margin-top: 10px; */
  font-weight: 600;
  /* padding-left: 60px; */
}
.chat-messages .sent_time_right {
  width: 100%;
  /* color: #4c5264; */
  color: #b0b3b6;
  /* text-align: center; */
  text-align: right;
  /* margin-top: 25px; */
  font-weight: 600;
  padding-right: 70px;
}
.chat-messages .sent_time.off {
  /* display: none; */
}
.chat-input-wrapper {
  position: absolute;
  bottom: 0;
  /*background-color: #1b1e24;*/
  background-color: #242b32;
  width:100%;
  padding: 7px;
  z-index: 110;
  height:50px;
}
.chat-input-wrapper textarea {
  /* background-color: #fff; */
  background-color: #242b32;
  border:none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-height:60px;
  /* padding-right:90px !important; */
  padding-left: 45px !important;
  padding-right: 45px !important;
}
.user-chat-wrapper {
  display: block;
  padding: 10px 15px;
}
.user-chat-wrapper .profile-wrapper {
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin: 0px 10px 0 0px;
}
.user-chat-wrapper .user-chat {
  display: inline-block;
  float: left;
}
.user-chat-wrapper .user-chat .user-name {
  color: #22262e;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-chat-wrapper .user-chat .user-chat-preview {
  display: block;
  float: left;
}
.user-chat-wrapper .user-chat .more-details {
  display: inline-block;
  float: left;
  color: #8b8f92;
  margin-right: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ie8 .page-sidebar {
  position: absolute;
  width: 225px;
}
.ie8 .page-sidebar ul {
  width: 225px;
}
.ie8 .page-content {
  margin-left: 225px;
  margin-top: 0px;
}
.page-content {
  margin-top: 0px;
  padding: 0px 0 0px;
  overflow: auto;
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 6;
  width:100%;
}
.page-content.condensed {
  margin-left: 50px;
}
.page-content.condensed .admin-bar-inner {
  margin-right: 50px !important;
}
.page-content.condensed-layout {
  margin-left: 50px !important;
}
.page-content .admin-bar {
  -moz-box-sizing: border-box;
  bottom: -115px;
  right: 0;
  left: 0;
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-content .admin-bar .admin-bar-inner {
  background: none repeat scroll 0 0 padding-box #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.08);
  padding: 30px 35px 30px 40px;
  text-align: right;
}
.page-content .header {
  padding: 20px !important;
}
.page-content .header h3 {
  font-size: 20px;
  display: inline;
}
.page-content .header i {
  font-size: 18px;
}
.page-content .breadcrumb {

}
.page-content .breadcrumb a {
  margin-left: 10px;
}
.page-content .breadcrumb li p {
  font-size: 12.5px !important;
  font-weight: 400;
  color: #7b7d82;
}
.page-content .breadcrumb li .active {
  font-weight: 600;
  font-size: 14px;
  color: #c2002e;/*#ff006f;*/
}
.page-content .content {
  padding-left: 15px;
  padding-right: 24px;
  padding-top: 15px;
}
.inner-menu {
  display: inline-block;
  position: absolute;
  width: 200px;
  background-color: #1b1e24;
  height: 100%;
}
.inner-menu .inner-wrapper {
  padding: 20px 20px 0;
}
.inner-menu .inner-wrapper .menu-title {
  padding-left: 0px;
}
.inner-menu .inner-wrapper .menu-title i {
  padding-right: 0px;
}
.inner-menu .inner-menu-content {
  margin-top: 50px;
}
.inner-menu .menu-title {
  padding-right: 23px;
}
.inner-menu ul.big-items {
  list-style: none outside none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}
.inner-menu ul.big-items li {
  text-align: right;
  padding: 8px 25px;
}
.inner-menu ul.big-items li a {
  color: #8b91a0;
  font-size: 18px;
}
.inner-menu ul.big-items li a:hover {
  text-decoration: none;
  color: #e5e9ec;
}
.inner-menu ul.big-items li:hover {
  background-color: #22262e;
}
.inner-menu ul.big-items li.active {
  background-color: #22262e;
}
.inner-menu ul.big-items li.active a {
  background-color: #22262e;
  color: #e5e9ec;
}
.inner-menu ul.big-items li .badge {
  position: relative;
  top: -2px;
}
.inner-menu ul.small-items {
  list-style: none outside none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
}
.inner-menu ul.small-items li {
  text-align: right;
  padding: 8px 25px;
}
.inner-menu ul.small-items li a {
  color: #8b91a0;
  font-size: 14px;
}
.inner-menu ul.small-items li a:hover {
  text-decoration: none;
  color: #e5e9ec;
}
.inner-menu ul.small-items li:hover {
  background-color: #22262e;
}
.inner-menu ul.small-items li.active {
  background-color: #22262e;
}
.inner-menu ul.small-items li.active a {
  background-color: #22262e;
  color: #e5e9ec;
}
.inner-menu ul.small-items li .badge {
  position: relative;
  top: -1px;
}
.user-info-wrapper {
  display: block;
  margin: 20px 13px;
  margin-bottom: 0px;
  position: relative;
}
.user-info-wrapper .profile-wrapper {
  height: 77px;
  width: 77px;
  border: 5px solid #1c2329;
  border-radius: 100px;
  overflow: hidden;
  display: inline-block;
  margin-right: 11px;
  float: left;
}
.user-info-wrapper .profile-wrapper .status-icon{
	border: 3px solid #1c2329;
border-radius: 50%;
position: absolute;
    top: 6px;
    left: 61px;
width:20px;
height:20px;
}
.change-profile-pic{
	position: absolute;
top: 58px;
    left: 25px;
background: #1c2329;
border-radius: 50%;
padding: 8px;
}
.change-profile-pic i{
	color: #fff;
display: block;
font-size: 13px;
cursor:pointer;
}
.user-info-wrapper .user-info {
  display: flex;
  flex-direction:column;
}
.user-info-wrapper .user-info .status {
  color: #929fa5;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 2px;
  font-weight: normal;
}
.user-info-wrapper .user-info .profile {
  float: right;
  display: inline;
}
.user-info-wrapper .user-info .btn-set {
  margin-top: 10px;
}
.user-info-wrapper .user-info .username {
  font-size: 16px;
  /*color: #ff006f;atlers*/
  color: #c2002e;
  font-weight: 600;
  min-width:0;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
}
.user-info-wrapper .user-info .greeting {
    font-size: 13px;
	color:#cecfd1;
    position: relative;
    top: 4.5px;
}
.user-info-wrapper .user-info a {
  color: #ffffff;
}
.user-info-wrapper .user-info a:hover {
  text-decoration: none;
}
.user-info-wrapper .user-info .status-icon {
  margin: 0px 5px;
}
.user-info-wrapper .user-info .collapse {
  width: 18px;
  height: 18px;
  background-color: #50545c;
  position: absolute;
  right: 15px;
  margin-top: 10px;
}
.user-info-wrapper .user-info .collapse i {
  position: relative;
  margin-top: -8px;
  top: -2px;
  left: 3px;
}
.user-info-wrapper .user-info .collapse:hover {
  background-color: #000000;
}
.side-panel {
  border-width: 0;
  display: block;
  max-height: none;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 17em;
  background: linear-gradient(#f9f9f9, #eeeeee) repeat scroll 0 0 #f9f9f9;
  border: 1px solid #AAAAAA;
  color: #959799;/*#333333;*/
  text-shadow: 0 1px 0 #ffffff;
  float: right;
  right: 0;
  z-index: 1200;
}
.status-widget {
  margin-bottom: 9px;
  padding: 0 31px;
  animation-duration: 0.3s !important;
}
.status-widget .title {
  color: #ffffff;
  font-size: 13px;
}
.status-widget .title i {
  float: right;
  font-size: 7px;
  margin-top: 6px;
  margin-right: 6px;
  color: #8b8f92;
}
.status-widget p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  color: #808285;
}
.status-widget .progress {
  height: 10px;
  background-color: #2a2e36;
  background-image: -moz-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a2e36), to(#2a2e36));
  background-image: -webkit-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: -o-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: linear-gradient(to bottom, #2a2e36, #2a2e36);
  background-repeat: repeat-x;
  margin-bottom: 5px;
  -webkit-transition: width 30.0s ease !important;
  -moz-transition: width 30.0s ease !important;
  -o-transition: width 30.0s ease !important;
  transition: width 30.0s ease !important;
}
.status-widget-wrapper {
  font-size: 13px;
}
.status-widget .title a:hover,
.status-widget .title a:active {
  text-decoration: none;
}
.status-icon {
  background: url('../img/icon/status.png') no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 2px;
}
.status-icon.green {
  background-position: -2px -2px;
  width: 14px;
  height: 14px;
  border: 1px solid #1c2329;
  border-radius: 50%;
}
.status-icon.red {
  background-position: -17px -1px;
  width: 14px;
  height: 14px;
}
.status-icon.blue {
  background-position: -33px -1px;
  width: 14px;
  height: 14px;
}
.status-icon.yellow {
  background-position: -48px -1px;
  width: 15px;
  height: 14px;
}
.status-icon.grey {
  background-position: -64px -1px;
  width: 14px;
  height: 14px;
}
.status-icon.greyfilled {
  background-position: -81px -2px;
  width: 14px;
  height: 14px;
  border: 1px solid #1c2329;
  border-radius: 50%;
}
.user-info img {
  float: left;
  margin-right: 5px;
}
.user-info .details {
  display: inline-block;
}
.user-info .label {
  font-weight: 300;
  font-size: 11px;
}
.mini .page-sidebar-wrapper {
  overflow: visible !important;
}
.mini .scroll-element {
  visibility: hidden;
}
.container {
  height: 100%;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.horizontal-menu .header-seperation {
  display: none;
}
.horizontal-menu .bar {
  width: 100%;
  background-color: #f4f5f7;
  position: fixed;
  margin-top: 56px;
  display: table;
  z-index: 50;
}
.horizontal-menu .bar-inner {
  display: table-cell;
  width: 100%;
}
.horizontal-menu .bar-inner > ul {
  margin: 0;
  padding: 0;
}
.horizontal-menu .bar-inner > ul > li {
  display: inline-block;
  padding: 10px 15px;
  vertical-align: middle;
}
.horizontal-menu .bar-inner > ul > li.classic {
  position: relative;
}
.horizontal-menu .bar-inner > ul > li.open > a {
  opacity: 1;
}
.horizontal-menu .bar-inner > ul > li.mega.open,
.horizontal-menu .bar-inner > ul > li.horizontal.open {
  position: inherit;
}
.horizontal-menu .bar-inner > ul > li > a {
  color: #1b1e24;
}
.horizontal-menu .bar-inner > ul > li > a > .arrow {
  display: inline-block;
}
.horizontal-menu .bar-inner > ul > li > a > .arrow:before {
  float: right;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
  margin-left: 8px;
  opacity: 0.5;
  position: relative;
  top: 6px;
}
.horizontal-menu .bar-inner > ul > li a {
  opacity: 0.7;
}
.horizontal-menu .bar-inner > ul > li a .description {
  opacity: 0.7;
  transition: opacity 0.1s linear 0s;
}
.horizontal-menu .bar-inner > ul > li a:hover {
  opacity: 1;
}
.horizontal-menu .bar-inner > ul > li a:hover .description {
  opacity: 1;
}
.horizontal-menu .bar-inner > ul > li.open {
  background: #fff;
}
.horizontal-menu .bar-inner > ul > li.open > .classic {
  max-height: 999px;
}
.horizontal-menu .bar-inner > ul > li.open > .classic > li {
  opacity: 1;
}
.horizontal-menu .bar-inner > ul > li.open > .mega,
.horizontal-menu .bar-inner > ul > li.open > .horizontal {
  display: block;
}
.horizontal-menu .bar-inner > ul > li > .classic {
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  left: 0;
  right: 0;
  top: 40px;
  min-width: 220px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.horizontal-menu .bar-inner > ul > li > .classic > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: #22262e;
  opacity: 0;
  -webkit-transition: all 0.1s linear 0.1s;
  transition: all 0.1s linear 0.1s;
}
.horizontal-menu .bar-inner > ul > li > .classic > li a {
  color: #1b1e24;
}
.horizontal-menu .bar-inner > ul > li > .classic > li a .description {
  display: block;
  font-size: 12px;
  color: #6f7b8a;
}
.horizontal-menu .bar-inner > ul > li > .classic > li:last-child {
  border-bottom: 0;
}
.horizontal-menu .bar-inner > ul > li > .horizontal {
  margin: 0;
  top: 40px;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #e5e9ec;
}
.horizontal-menu .bar-inner > ul > li > .horizontal li {
  margin: 15px;
  color: #1b1e24;
  display: inline-block;
}
.horizontal-menu .bar-inner > ul > li > .horizontal li a {
  color: #1b1e24;
}
.horizontal-menu .bar-inner > ul > li > .horizontal li a .description {
  display: block;
  font-size: 12px;
  color: #6f7b8a;
}
.horizontal-menu .bar-inner > ul > li > .mega {
  margin: 0;
  top: 40px;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e9ec;
}
.horizontal-menu .bar-inner > ul > li > .mega > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: #1b1e24;
}
.horizontal-menu .bar-inner > ul > li > .mega > li a {
  color: #1b1e24;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu-heading {
  font-size: 14px;
  color: #1b1e24;
  margin-bottom: 10px;
  margin-top: 20px;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li {
  padding-left: 0;
  padding-bottom: 5px;
}
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a {
  color: #1b1e24;
}
@media (min-width: 980px) {
  .horizontal-menu .page-content {
    margin-left: 0;
  }
  .horizontal-menu .page-content .content {
    padding-top: 123px;
  }
}
.h-ribbon {
  width: 100%;
  height: 4px;
  background-color: #f35958;
}
.h-ribbon .red {
  background-color: #f35958 !important;
}
.notification-alert {
  width: 29px;
  height: 29px;
  background-image: url("../img/notification-alert.png");
  position: absolute;
  float: right;
  right: -15px;
  z-index: 9999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight:400;
/*  color: #2f2f2f;*/
color:#fff;
}
h1 {
  line-height: 43px;
}
h2 {
  line-height: 35px;
}
h3 {
  line-height: 30px;
}
h4 {
  line-height: 22px;
}
h3 small,
h4 small,
h5 small {
  font-weight: 300;
  color: #444;
}
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-bottom: 10px;
}
a {
  text-shadow: none !important;
  color: #0d638f;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.1s linear 0s !important;
}
a.icon:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .4;
}
a,
a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
i {
  font-size: 14px;
}
label {
  display: block;
  margin-bottom: 5px;
}
label.inline {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 13px;
}
label.done {
  color: #0090d9 !important;
  text-decoration: line-through;
}
ul > li {
  padding-left: 6px;
  line-height: 20px;
}
ul.progress-list {
  list-style: none;
  margin: 10px 5px 23px 0;
  padding: 0;
}
ul.progress-list li .details-wrapper {
  display: inline-block;
  float: left;
}
ul.progress-list li .details-wrapper .name {
  display: block;
  color: #000;
  font-size: 13px;
}
ul.progress-list li .details-wrapper .description {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
}
ul.progress-list li .details-status {
  display: inline-block;
  background-color: #e5e9ec;
  color: #5c6370;
  font-size: 11px;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul.progress-list li .progress {
  margin-top: 10px;
}
ul.my-friends {
  margin: 0px;
  margin-top: 16px;
  padding: 0;
}
ul.my-friends li {
  float: left;
  display: inline;
  margin-right: 5px;
  margin-bottom: 8px;
}
ul.my-friends li .profile-pic {
  border-radius: 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
}
address {
  margin-bottom: 0px;
}
blockquote {
  padding: 0 0 0 18px;
  border-left: 5px solid #EEEEEE;
}
blockquote p {
  font-size: 16px;
}
blockquote small {
  line-height: 29px;
  color: #8b91a0;
}
blockquote small:before {
  content: "";
}
blockquote.pull-right small:after {
  content: "";
}
.logo {
  margin: 15px 4px;
}
.normal {
  font-weight: normal;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: bold;
}
.all-caps {
  text-transform: uppercase;
}
.light {
  font-weight: 300 !important;
}
.text-extra-small {
  font-size: 10.5px !important;
}
.small-text {
  font-size: 12px !important;
}
.normal-text {
  font-size: 13px !important;
}
.large-text {
  font-size: 15px !important;
}
.center-text {
  text-align: center !important;
}
.muted {
  color: #b6bfc5;
}
.bg-blue {
  background-color: #0090d9 !important;
}
.bg-red {
  background-color: #f35958 !important;
}
.bg-yellow {
  background-color: #fbb05e !important;
}
.bg-green {
  background-color: #0aa699 !important;
}
.bg-purple {
  color: #735f87 !important;
}
.bg-grey {
  color: #8b91a0 !important;
}
.text-black {
  color: #1b1e24 !important;
}
.text-purple {
  color: #735f87 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-grey {
  color: #8b91a0 !important;
}
.text-success {
  color: #0aa699 !important;
}
.text-info {
  color: #0090d9 !important;
}
.text-warning {
  color: #fbb05e !important;
}
.text-error {
  color: #f35958 !important;
}
.text-white-opacity {
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.color-bands {
  display: inline-block;
  width: 80px;
  height: 4px;
  margin-right: 2px;
  margin-bottom: 8px;
}
.color-bands.green {
  background-color: #0aa699;
}
.color-bands.purple {
  background-color: #735f87;
}
.color-bands.red {
  background-color: #f35958;
}
.color-bands.blue {
  background-color: #0090d9;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE;
}
.icon-custom-2x {
  font-size: 0.9em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  /* background: none !important; */
}
.page-title {
  padding: 0px;
    letter-spacing: -1px;
    display: block;
    color: #666;
	
    margin: 0 0 0px;
}
.page-title h3 {
  word-spacing:3px;
    display: inline-block;
    top: 0px;
    position: relative;
    font-weight: 400;
	color:#ecedee;
    font-size: 18px;
}
.page-title p {
  color: #63696d;
  letter-spacing: 0.5px;
}
.page-title i {
  display: inline-block;
  color: #73777c;
  font-size: 30px;
  margin-right: 12px;
  position: relative;
  top: 7px;
  float: left;
}
.page-title small {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #888;
}
.page-title .actions {
}
.page-content .breadcrumb a,
.page-content .breadcrumb i,
.page-content .breadcrumb span,
.page-content .breadcrumb li {
  color: #515050;
  font-weight: 300;
  text-shadow: none;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #515050;
  font-family: FontAwesome;
  content: "\f105";
}
.well {
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background-image: none;
}
.well.well-large {
  padding: 24px;
  width: auto;
}
.well.well-small {
  padding: 13px;
  width: auto;
}
.well.green {
  background-color: #0aa699;
  color: #ffffff;
  border: none;
}
span.iconset {
  display: block;
}
.iconset {
  background: url("../img/icon/top-tray.png") no-repeat;
  position: relative;
  top: 1px;
}
.iconset.top-home {
  background-position: -6px -7px;
  width: 16px;
  height: 14px;
  top: -1px;
}
.iconset.top-settings {
  background-position: -35px -6px;
  width: 16px;
  height: 16px;
  top: 1px;
}
.iconset.top-messages {
  background-position: -63px -8px;
  width: 16px;
  height: 12px;
  top: 1px;
}
.iconset.top-back {
  background-position: -92px -8px;
  width: 15px;
  height: 14px;
}
.iconset.top-forward {
  background-position: -121px -8px;
  width: 15px;
  height: 14px;
}
.iconset.top-reload {
  background-position: -147px -6px;
  width: 18px;
  height: 16px;
}
.iconset.top-settings-dark {
  background-position: -176px -6px;
  width: 17px;
  height: 16px;
}
.iconset.top-tiles {
  background-position: -206px -7px;
  width: 14px;
  height: 14px;
  top: 1.5px;
}
.iconset.top-down-arrow {
  background-position: -238px -12px;
  width: 7px;
  height: 5px;
}
.iconset.top-search {
  background-position: -261px -6px;
  width: 16px;
  height: 16px;
  top: 5px;
}
.iconset.top-menu-toggle-dark {
  background-position: -288px -7px;
  width: 18px;
  height: 15px;
}
.iconset.top-menu-toggle-white {
  background-position: -315px -7px;
  width: 18px;
  height: 15px;
}
.iconset.top-chat-dark {
  background-position: -341px -6px;
  width: 21px;
  height: 16px;
}
.iconset.top-chat-white {
  background-position: -369px -6px;
  width: 21px;
  height: 16px;
}
.iconset .badge {
  top: -12px;
  right: -10px;
  position: relative;
  padding: 4px 6px;
  font-size: 10px;
}
.iconplaceholder {
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background-color: #e5e9ec;
  padding: 3px;
  display: inline-block;
  margin-right: 5px;
  direction: ltr;
}
.iconplaceholder i {
  font-size: 10px;
  color: #656c78;
  position: relative;
  left: 4px;
  top: -3px;
}
.blog-bar {
  border-top: 1px solid #d7dbe0;
  margin-top: 18px;
  padding: 10px;
}
.blog-bar a {
  color: #8b91a0;
  margin-right: 8px;
  text-decoration: none;
}
.blog-bar a:hover {
  color: #d7dbe0;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.spacing-bottom {
  margin-bottom: 20px;
}
.load-more-models{
	margin: 30px auto;
    text-align: center;
    max-width: 200px;
}
.inherit-size {
  width: inherit;
  height: inherit;
}
.inherit-height {
  height: inherit;
}
.v-align-bottom {
  vertical-align: bottom;
  display: table-cell;
}
.v-align-top {
  vertical-align: top;
  display: table-cell;
}
.v-align-middle {
  vertical-align: middle;
  display: table-cell;
}
.h-align-middle {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-r-55 {
  padding-right: 55px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-r-75 {
  padding-right: 75px;
}
.p-l-75 {
  padding-left: 75px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-r-85 {
  padding-right: 85px;
}
.p-l-85 {
  padding-left: 85px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-r-90 {
  padding-right: 90px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-r-95 {
  padding-right: 95px;
}
.p-l-95 {
  padding-left: 95px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-l-100 {
  padding-left: 100px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.hide {
  display: none;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.inline {
  display: inline-block !important;
}
.b-blank {
  border-color: #000;
}
.b-r {
  border-right: 1px solid;
}
.b-l {
  border-left: 1px solid;
}
.b-t {
  border-top: 1px solid;
}
.b-b {
  border-bottom: 1px solid;
}
.b-a {
  border-width: 1px solid;
}
.b-transparent {
  border-color: rgba(0, 0, 0, 0.4);
}
.b-grey {
  border-color: #e5e9ec;
}
.visible-xlg {
  display: none;
}
.hidden-xlg {
  display: block;
}
.image-responsive-width {
  width: 100%;
}
.box-250 {
  width: 250px;
  height: 250px;
}
.overlayer {
  position: absolute;
  display: block;
  z-index: 80;
}
.overlayer.fullwidth {
  width: 100%;
}
.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 9999;
}
.demo-map {
  width: 100%;
}
.overlay-fixed {
  top: auto !important;
}
.top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.top-right {
  position: absolute;
  top: 1px;
  right: 0;
}
.bottom-left {
  position: absolute;
  bottom: 1px;
  left: 0;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pull-down {
  vertical-align: bottom;
  display: table-cell;
}
.pull-up {
  vertical-align: top;
  display: table-cell;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.scroller {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.popover-content {
  font-size: 13px;
}
.popover-content .scroller {
  padding-right: 0px !important;
}
.toggle-button,
.toggle-button label {
  margin-top: 3px;
  background-image: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: 1px solid #eee !important;
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.toggle-button span.labelRight,
.toggle-button span.primary,
.toggle-button span.labelLeft,
.toggle-button span.info,
.toggle-button span.success,
.toggle-button span.warning,
.toggle-button span.danger {
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  background-image: none !important;
}
.toggle-button span.labelRight {
  background-color: #eee;
}
.dataTable {
  clear: both;
  margin-top: 5px;
}
.dataTables_filter label {
  line-height: 32px !important;
}
.DTTT_dropdown li {
  position: relative;
}
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: 150px;
  text-align: center;
  border: 0px;
  z-index: 999;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
.invoice-button-action-set {
  position: absolute;
}
.login-container {
  margin-top: 13%;
}
.lockscreen-wrapper {
  position: relative;
  margin-top: 20%;
}
.lockscreen-wrapper .profile-wrapper {
  border-radius: 100px;
  float: left;
  height: 65px;
  margin-right: 11px;
  margin-top: 9px;
  overflow: hidden;
  width: 65px;
  display: inline-block;
}
.lockscreen-wrapper .user {
  text-align: left;
}
.lockscreen-wrapper .user-form {
  margin-top: -10px;
  display: inline-block;
  float: left;
  min-width: 320px;
}
.lockscreen-wrapper .user-form input,
.lockscreen-wrapper .user-form button {
  float: left;
  margin-right: 10px;
}
.calender-options-wrapper {
  padding: 13px;
  padding: 20px;
}
.calender-options-wrapper .events-wrapper {
  margin-top: 50px;
}
.calender-options-wrapper .events-heading {
  font-size: 13px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.calender-options-wrapper .external-event {
  font-size: 12px;
  color: #ffffff;
  background-color: #d44443;
  display: block;
  padding: 5px 8px;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 8px;
  cursor: move;
}
.fc-view {
  margin-top: 15px;
}
.fc td,
.fc th {
  vertical-align: middle;
}
.fc-grid th {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.fc-grid .fc-day-number {
  padding: 25px 10px;
}
.fc-border-separate th,
.fc-border-separate td {
  border-width: 0px;
  border-bottom: 1px solid #e5e9ec;
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-right-width: 0px;
}
.fc-border-separate td.fc-last {
  border-right-width: 0px;
}
.fc-border-separate tr.fc-last td {
  border-bottom-width: 0px;
}
.fc-state-highlight {
  background-color: transparent;
}
.fc-state-highlight .fc-day-number {
  background-color: #f35958;
  border-radius: 999px;
  padding: 5px 11px;
  color: #ffffff;
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  margin-top: 10px;
}
.fc table thead tr th {
  font-size: 0.9em;
}
.bordered-circle .owl-controls {
  text-align: left;
}
.bordered-circle .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  border: 1px solid #333333;
  opacity: 1;
  background-color: transparent;
}
.bordered-circle .owl-theme .owl-controls .owl-page.active span,
.bordered-circle .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #333333;
}
.hashtags {
  display: inline-block;
  border: 2px solid #e5e9ec;
  background-color: transparent;
  color: #b9bec2;
  padding: 2px 8px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 12px;
}
.hashtags:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.4);
}
.hashtags.transparent {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.hashtags.transparent:hover {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
/** Global Profile pics **/
.user-profile img {
  border-radius: 100px 100px 100px 100px;
}
/** Small Gutter **/
.sm-gutter [class^="col-"],
.sm-gutter [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.sm-gutter .row {
  margin-right: -5px;
  margin-left: -5px;
}
/**** Notification Widget List ***/
.overlap-left-10 {
  position: relative;
  left: -10px;
}
.rickshaw_graph {
  overflow: hidden;
}
/** Group List **/
.dark .dd-handle {
  background: none repeat scroll 0 0 #d1dade;
}
.carousel {
  height: 100%;
  width: 100%;
}
.demo-center-logo {
  left: 0;
  display: block;
  position: absolute;
  text-align: center;
  right: 0;
}
.input-birthday input[type="text"]{
	background:#fff;
}
.input-failure,.input-failure placeholder{
	border-color:#e50d56 !important;
	/*color:#ff006f !important;*/
	color:#c2002e !important;
}
.form-status-sign{
	position: absolute;
	right: -30px;
	top: 8px;
}
.form-success i{
	font-size: 21px;
	color: #0de594;
}
.form-failure i{
	font-size: 21px;
	color: #e50d56;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
}
.edit-profile input[type="text"],
.edit-profile input[type="text"],
.edit-profile input[type="password"],
.edit-profile input[type="datetime"],
.edit-profile input[type="datetime-local"],
.edit-profile input[type="date"],
.edit-profile input[type="month"],
.edit-profile input[type="time"],
.edit-profile input[type="week"],
.edit-profile input[type="number"],
.edit-profile input[type="email"],
.edit-profile input[type="url"],
.edit-profile input[type="search"],
.edit-profile input[type="tel"],
.edit-profile input[type="color"] {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  min-height:40px;
}
.uneditable-input,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-appearance: none !important;
  /*color: #282323;*/
  color:white;
  outline: 0;
  height: 16px;
  padding: 6px 11px !important;
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: top;
  background-color: #2b333b;
  
  min-height: 37px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d3d6d8;
  transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
  background-color: #2b333b;
  border-color: #2b333b;
  color: white;
  padding: 6px 15px !important;
}
input {
  border: 1px solid #cecece;
}
input.no-boarder {
  border: none;
}
input.dark {
  background-color: #e5e9ec;
  border: none;
}
input.error {
  border: 1px solid #f35958;
}
textarea {
  height: auto;
  padding-left: 12px !important;
  padding-top: 10px !important;
}
.uneditable-input.focus,
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.m-uneditable-input:focus {
  border-color: #f1f1f1;
  background-color: #f4f5f7;
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #2b333b;
  border-color: #2b333b;
  /* padding: 6px 15px !important; */
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select,
input[type="file"] {
  height: 34px !important;
  line-height: 30px;
}
select {
  width: 220px;
  background-color: #ffffff;
  background-image: none !important;
  border: 1px solid #e5e5e5;
  outline: none;
  min-height: 35px;
}
select.xsmall {
  width: 64px !important;
}
select.small {
  width: 134px !important;
}
select.medium {
  width: 220px !important;
}
select.large {
  width: 334px !important;
}
select[multiple],
select[size] {
  height: auto !important;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
input[class*="span"] {
  float: none;
  height: 34px !important;
  margin-left: 0;
}
select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-lg {
  border-radius: 3px !important;
  font-size: 18px !important;
  height: 45px !important;
  line-height: 1.33 !important;
}
.input-sm {
  font-size: 13px !important;
  min-height: 29px !important;
}
.input-prepend,
.input-append {
  border: 0;
  display: inline-block;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}
.input-append .add-on > .halflings-icon,
.input-prepend .add-on > i,
.input-prepend .add-on > .fa {
  margin-top: 5px;
  margin-left: 3px;
}
.input-append .add-on > .halflings-icon .input-append .add-on > i,
.input-append .add-on > .fa {
  margin-top: 5px;
  margin-left: 0px;
}
.input-append,
.input-append :focus {
  border-right: 0 !important;
}
.input-append input[class*="span"],
.input-prepend input[class*="span"],
.input-append input,
.input-prepend input {
  display: inline-block !important;
  width: 100%;
  float: left;
}
.xsmall {
  width: 50px !important;
}
.small {
  width: 120px !important;
}
.medium {
  width: 206px !important;
}
.large {
  width: 320px !important;
}
.huge {
  width: 480px !important;
  font-size: 24px !important;
  height: 36px !important;
  line-height: 36px !important;
  padding: 22px 8px !important;
}
.radio,
.checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0px;
}
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
}
.radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 2.1px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 99px;
  /* box-shadow: 0px 0px 11px #ccc; */
  box-shadow: 0px 0px 5px #ccc;
}
.radio label:after {
  font-size: 13px;
  content: "";
  text-align: center;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 99px;
  left: 1px;
  top: 1.875px;
  background-color: #6f7b8a;
  border: 1px solid #6f7b8a;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}
.radio.radio-success label:after {
  background-color: #c2002e;/*#ff006f;*/
  border: 1px solid #c2002e;/*#ff006f;*/
  
}
.radio.radio-success input[type=radio]:checked + label:before {
  /* border: 1px solid #c2002e; */
  border: 1px solid #343b41;/*#ff006f;*/
  /* box-shadow: 0px 0px 11px #ccc; */
  box-shadow: 0px 0px 5px #ccc;
}
.radio.radio-primary label:after {
  background-color: #0aa699;
  border: 1px solid #0aa699;
  
}
.radio.radio-primary input[type=radio]:checked + label:before {
  border: 1px solid #0aa699;
}
.radio.radio-info label:after {
  background-color: #1f3853;
  border: 1px solid #1f3853;
}
.radio.radio-info label input[type=radio]:checked + :before {
  border: 1px solid #1f3853;
}
.radio.radio-warning label:after {
  background-color: #fbb05e;
  border: 1px solid #fbb05e;
}
.radio.radio-warning input[type=radio]:checked + label:before {
  border: 1px solid #fbb05e;
}
.radio.radio-danger label:after {
  background-color: #F35958;
  border: 1px solid #F35958;
}
.radio.radio-danger input[type=radio]:checked + label:before {
  border: 1px solid #F35958;
}
.radio input[type=radio]:checked + label {
  color: #4d5056;
}
.radio input[type=radio]:checked + label:after {
  -o-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -webkit-transform: scale(0.63);
  transform: scale(0.63);
  line-height: 18px;
  -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.radio input[type=radio]:checked + label:before {
  border: 1px solid #8e9095;
}
.checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3;
}
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  margin-bottom: 10px;
  direction: ltr;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 1.4px;
  /*background-color: #ffffff;*/
  background-color: #4b5054;
  /*border: 1px solid #c2c6cb;*/
  border: 1px solid #4b5054;
  border-radius: 3px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.2px;
  top: 0px;
  font-size: 11px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.checkbox label:after {
  border-radius: 3px;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}
.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}
.checkbox input[type=checkbox]:checked + label {
  color: #4d5056;
}
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
}
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}
.checkbox.check-success input[type=checkbox]:checked + label:before {
  /*background-color: #0090d9;*/
  background-color: #c2002e;
  /*border: 1px solid #0090d9;*/
  border: 1px solid #ffffff;
}
.checkbox.check-success input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-primary input[type=checkbox]:checked + label:before {
  background-color: #0aa699;
  border: 1px solid #0aa699;
}
.checkbox.check-primary input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-info input[type=checkbox]:checked + label:before {
  background-color: #1f3853;
  border: 1px solid #1f3853;
}
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-warning input[type=checkbox]:checked + label:before {
  background-color: #fbb05e;
  border: 1px solid #fbb05e;
}
.checkbox.check-warning input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
.checkbox.check-danger input[type=checkbox]:checked + label:before {
  background-color: #f35958;
  border: 1px solid #f35958;
}
.checkbox.check-danger input[type=checkbox]:checked + label::after {
  color: #ffffff;
}
table td .checkbox label {
  padding-left: 0px;
}
table th .checkbox label {
  padding-left: 0px;
}
table.fc-border-separate {
  margin-top: 20px;
}
.star label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  margin-bottom: 10px;
}
.star label:before {
  font-family: 'FontAwesome';
  content: "\F005";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 18px;
  color: #97a3b3;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}
.star input[type=checkbox] {
  display: none;
}
.star input[type=checkbox]:checked + label:before {
  color: #ffd200;
}
.wysihtml5-toolbar li {
  padding-left: 0px;
}
.bootstrap-tagsinput {
  border: 1px solid #dddddd;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  transition: background 0.2s linear 0s;
}
.bootstrap-tagsinput.active-element {
  background-color: #f4f5f7;
}
.bootstrap-tagsinput input {
  border: none;
  margin-bottom: 0px;
  min-height: 25px;
}
.bootstrap-tagsinput .tag {
  vertical-align: middle;
  padding: 4px 9px;
  margin-top: 3px;
  display: inline-block;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active,
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: none;
}
form {
  margin: 0;
}
form legend {
  margin: 15px 0px 10px 0px !important;
}
.column-seperation > div[class*="col-"] {
  border-right: 1px solid #ddd;
}
.column-seperation > div[class*="col-"]:last-child {
  border-right: 0px;
}
.form-no-horizontal-spacing .row-fluid .side-label {
  border-right: 1px solid #dddddd;
}
.form-no-horizontal-spacing .error {
  margin-bottom: 10px;
}
input.placeholder,
textarea.placeholder {
  color: #aaa !important;
}
.help-block {
  margin-top: 10px;
}
.form-inline input {
  margin-bottom: 0px !important;
}
.form-label {
  margin-top: 2px;
}
.form-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}
.help-inline {
  margin-top: 6px;
}
.help-small {
  font-size: 12px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.success .help-inline.ok:before {
  content: "\f00c";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
form legend,
.form-view legend {
  margin-bottom: 15px !important;
}
.controls > .radio .checker,
.controls > .checkbox .checker {
  margin-right: 2px !important;
}
.controls > .radio,
.controls > .checkbox {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 8px !important;
  margin-right: 15px !important;
}
.controls > .radio.line,
.controls > .checkbox.line {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 5px !important;
}
.controls .inline {
  margin-top: 8px;
}
.form-view .control-group {
  margin-top: 0px;
  margin-bottom: 5px;
}
.uploader {
  margin-top: 2px !important;
}
.hint {
  padding: 5px 0px 0px 10px;
}
.form form {
  margin: 0px !important;
  padding: 0px !important;
}
.form .form-actions {
  background-color: #f6f7f8 !important;
  margin-top: 0px !important;
  margin-top: 40px;
  padding-left: 190px;
}
.form-actions {
  background-color: #f6f7f8;
  border: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 19px 20px 20px;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  content: "";
  display: table;
  line-height: 0;
}
.form-horizontal {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -4px;
}
.form-horizontal.form-bordered .control-group {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.form-horizontal.form-bordered .control-group:first-child {
  border-bottom: 1px solid #eee !important;
}
.form-horizontal.form-bordered .control-group.last {
  border-bottom: 0;
}
.form-horizontal.form-bordered .control-group .controls {
  padding: 10px;
  position: relative;
  border-left: 1px solid #eee;
}
.form-horizontal.form-bordered .control-group .controls .chosen-container {
  min-height: 32px;
}
.form-horizontal.form-bordered .control-group .controls .chosen-container .help-block {
  clear: both;
  padding-top: 10px !important;
}
.form-horizontal.form-bordered .control-group .control-label {
  margin-top: 10px;
}
.form-horizontal.form-bordered.form-row-stripped .control-group:nth-child(even) {
  background-color: #fcfcfc;
}
.form-horizontal.form-bordered.form-row-stripped .m-wrap {
  background: #ffffff !important;
}
.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) {
  background-color: #fcfcfc;
}
.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) .controls {
  background-color: #ffffff;
}
.form-horizontal.form-bordered .help-inline,
.form-horizontal.form-bordered .help-block {
  padding-left: 0;
}
.grid.box .form .form-actions,
.grid.solid .form .form-actions {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: -10px !important;
}
.wizard-steps {
  display: block;
  list-style: none outside none;
  padding: 0;
  position: relative;
  width: 100%;
}
.wizard-steps li {
  display: block;
  float: left;
  max-width: 25%;
  min-width: 25%;
  text-align: center;
  padding-left: 0;
}
.wizard-steps li:before {
  border-top: 6px solid #55606E;
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  top: 13px;
  right: 1px;
  width: 100%;
  z-index: 1;
}
.wizard-steps li:first-child:before {
  left: 50%;
  max-width: 50%;
}
.wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.wizard-steps li.complete .step {
  background-color: #0aa699;
  padding: 1px 6px;
  border: 4px solid #55606e;
}
.wizard-steps li .step {
  background-color: #d1dade;
  border-radius: 32px 32px 32px 32px;
  color: #ffffff;
  display: inline;
  font-size: 15px;
  font-weight: bold;
  line-height: 12px;
  padding: 4px 9px;
  position: relative;
  text-align: center;
  z-index: 2;
  transition: all 0.2s linear 0s;
}
.wizard-steps li .step i {
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -1.5px;
}
.wizard-steps li .title {
  color: #B1BCC5;
  display: block;
  font-size: 13px;
  line-height: 15px;
  max-width: 100%;
  position: relative;
  table-layout: fixed;
  text-align: center;
  top: 20px;
  word-wrap: break-word;
  z-index: 104;
}
.wizard-steps a:hover,
.wizard-steps a:active,
.wizard-steps a:focus {
  text-decoration: none;
}
.wizard-steps li.active .step,
.wizard-steps li.active.complete .step {
  background-color: #0090d9;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 15px;
  border: none;
  font-size: 16px;
}
.wizard-steps li.complete .title,
.wizard-steps li.active .title {
  color: #2B3D53;
}
.step-content {
  margin-left: 60px;
  margin-top: 40px;
}
.step-content .step-pane {
  display: none;
  min-height: 267px;
}
.step-content .active {
  display: block;
}
.wizard-actions {
  display: block;
  list-style: none outside none;
  padding: 0;
  position: relative;
  width: 100%;
}
.wizard-actions li {
  display: inline;
}
.tab-content {
  overflow: auto;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 18px;
}
.tab-content.transparent {
  background-color: transparent;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .form-label {
  /* color: #55606e; */
  color: #ffffff;
  display: inline-block;
  margin-right: 8px;
}
.form-group .help {
  color: #A7ABB1;
  font-size: 12px;
}
.form-group .controls {
  margin-top: 8px;
}
.form-control {
  border: 1px solid #E5E9EC;
  font-size: 13px;
}
.form-row input,
.form-row select,
.form-row textarea,
.form-row select2 {
  margin-bottom: 10px;
}
.form-row .radio {
  margin-bottom: 7px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.slide-primary,
.slide-success {
  display: inline-block;
}
.slide-primary .ios-switch .on-background {
  background-image: none;
  background-color: #0aa699;
}
.slide-success .ios-switch .on-background {
  background-image: none;
  background-color: #0090d9;
}
.select2-container .select2-choice {
  background-image: none;
  border-radius: 2px;
  border: 1px solid #dddddd;
  padding:5px 15px;
  transition: border 0.2s linear 0s;
  height:40px;
  border-radius:6px;
}
.select2-container .select2-choice .select2-arrow {
  background: transparent;
  border-left: 0px;
}
.select2-container .select2-choice .select2-arrow b {
  background: none;
}
.select2-container .select2-choice .select2-arrow b:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: relative;
  top: 6px;
  right: 5px;
  font-size: 12px;
}
.select2-container.select2-drop-above .select2-choice {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
 /* border: 1px solid #e5e9ec; */
 background: #f4f5f7;	  
 border: 1px solid #2b333b;
 /* background: #f4f5f7; */
 background: #2b333b;
 color: white;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.select2-drop.select2-drop-above {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none;
  border: 1px solid #e5e9ec;
  background: #f4f5f7;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.select2-search {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
}
.select2-search input {
  background: #ffffff !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  border: 1px solid #999999;
}
.select2-results {
  margin: 3px 10px 10px 3px;
}
.select2-results li {
  color: #6F7B8A;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #282323;
}
.select2-results .select2-highlighted {
  background: #c2002e;/*#ff006f;*/
  border-radius: 3px;
}
.select2-results .select2-highlighted .select2-result-label {
  color: #ffffff;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: none;
  color: #6F7B8A;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 0px;
  position: relative;
  top: -5px;
}
.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-top: none;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
}
.select2-container-multi .select2-choices {
  background-image: none;
  /* border: 1px solid #dae0e4; */
  border: 1px solid #2b333b;
  border-radius: 2px;	 
  background-color: #2b333b;
}
.select2-container-multi .select2-choices .select2-search-choice {
  /* background-color: #e8edf1; */
  background-color: #2b333b;
  background-image: none;
  border: none;
  box-shadow: none;
  color: #fff;
  border-radius: 8px;
  margin: 8px -5px 7px 10px;
  padding: 4px 8px 4px 21px;
  direction: ltr;
  border:1px solid #ecec;
}
.select2-container-multi.select2-container-active .select2-choices {
  /* border: 1px solid #dae0e4; */
  border: 1px solid #2b333b;
  box-shadow: none;
}
.select2-container-multi.select2-container-active .select2-search-choice {
  /* background-color: #ffffff !important; */
  background-color: #2b333b !important;
}
.select2-container-multi .select2-search-choice-close {
  left: 6px;
}
.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0;
}
.select2-search-choice-close:hover {
  text-decoration: none;
}
.select2-search-choice-close:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 12px;
  color: #94a1b2;
}
.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
  top: 0px;
}
.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0;
  height:auto;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 2px 2px 0;
}
.input-prepend.inside .add-on:first-child,
.input-prepend .btn:first-child {
  background-color:#373e45; /*#ffffff;atlers*/
  border: 1px solid #e5e9ec;
  position: relative;
  left: 3px;
  border-radius: 2px;
  padding-left: 8px;
  padding-right: 4px;
  padding-top: 4px;
  top: 0px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
  color: #9ea9b2;
}
.input-prepend.inside.no-boarder .add-on:first-child,
.input-prepend.no-boarder .btn:first-child {
  border: none;
}
.input-append .add-on,
.input-prepend .add-on {
  position: absolute;
  background-color: #d1dade;
  color: #5E5E5E;
  text-shadow: none;
  border: #d1dade;
  border-radius: 0 2px 2px 0;
  height: 37px;
  min-width: 34px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px;
}
.input-append .add-on .arrow {
  background-color: transparent !important;
  position: absolute;
  left: -6px;
  color: #d1dade;
  z-index: 100;
  font-size: 26px;
}
.input-append .add-on .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0d9 ";
}
.input-append.primary .add-on .arrow {
  color: #0aa699;
}
.input-append.success .add-on .arrow {
  color: #c2002e;/*#ff006f;*/
}
.input-append.info .add-on .arrow {
  color: #1f3853;
}
.input-append.warning .add-on .arrow {
  color: #fbb05e;
}
.input-append.danger .add-on .arrow {
  color: #f35958;
}
.input-append input[class*="span"] {
  padding-left: 16px;
  border-right: 0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-append .form-control {
  display: inline-block;
}
.input-append.primary .add-on,
.input-prepend .add-on {
  background-color: #0aa699;
  color: #ffffff;
}
.input-append.success .add-on,
.input-prepend .add-on {
  background-color: #c2002e;/*#ff006f;*/
  color: #ffffff;
  display: inline-block;
  float: left;
}
.input-append.info .add-on,
.input-prepend .add-on {
  background-color: #1f3853;
  color: #ffffff;
}
.input-append.warning .add-on,
.input-prepend .add-on {
  background-color: #fbb05e;
  color: #ffffff;
}
.input-append.danger .add-on,
.input-prepend .add-on {
  background-color: #f35958;
  color: #ffffff;
}
.input-focus {
  background-color: #f4f5f7 !important;
  color: #56646e !important;
}
.no-boarder .input-focus {
  border: none !important;
}
.input-prepend input[class*="span"] {
  padding-left: 16px;
  border-left: 0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-with-icon {
  position: relative;
}
.input-with-icon input {
  padding-left: 32px !important;
}
.input-with-icon i {
  color: #e5e9ec;
  display: block;
  position: absolute;
  margin: 9px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}
.input-with-icon.right input {
  padding-left: 12px !important;
  padding-right: 33px !important;
}
.input-with-icon.right i {
  right: 8px;
  float: right;
}
.input-group-addon {
  border: 1px solid #E5E9EC;
  color: #9EA9B2;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
}
.input-group-addon i {
  position: relative;
  top: 1px;
}
.input-group-addon.primary {
  background-color: #0aa699;
  border: 1px solid #0aa699;
  color: #ffffff;
}
.input-group-addon.primary .arrow {
  color: #0aa699;
}
.input-group-addon.success {
  background-color: #0090d9;
  color: #ffffff;
}
.input-group-addon.success .arrow {
  color: #0090d9;
}
.input-group-addon.info {
  background-color: #1f3853;
  color: #ffffff;
}
.input-group-addon.info .arrow {
  color: #1f3853;
}
.input-group-addon.warning {
  background-color: #fbb05e;
  color: #ffffff;
}
.input-group-addon.warning .arrow {
  color: #fbb05e;
}
.input-group-addon.danger {
  background-color: #f35958;
  color: #ffffff;
}
.input-group-addon.danger .arrow {
  color: #f35958;
}
.input-group-addon .arrow {
  position: relative;
  right: -6px;
  color: #d1dade;
  z-index: 100;
}
.input-group-addon .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 23px;
  position: absolute;
  left: 17px;
  top: -2px;
}
.input-group-addon:last-child .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0d9";
  font-size: 23px;
  position: absolute;
  left: -23px;
  top: -2px;
}
.input-group-addon:last-child input {
  border-left: 0px;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-left: 0;
}
.transparent .input-group-addon {
  background-color: #ffffff;
  padding: 8px 1px 10px 9px;
}
.transparent.input-group .form-control:first-child,
.transparent .input-group-addon:first-child,
.transparent .input-group-btn:first-child > .btn,
.transparent .input-group-btn:first-child > .dropdown-toggle,
.transparent .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0px;
  border-left: 1px solid #e5e9ec;
}
.transparent .input-group .form-control:last-child,
.transparent .input-group-addon:last-child,
.transparent .input-group-btn:last-child > .btn,
.transparent .input-group-btn:last-child > .dropdown-toggle,
.transparent .input-group-btn:first-child > .btn:not(:first-child) {
  padding: 6px 10px;
}
.datepicker {
  padding: 10px 16px;
  border-radius: 2px;
  font-size: 12px;
}
.datepicker thead tr .datepicker-switch {
  color: #6f7b8a;
  font-size: 13px;
}
.datepicker thead tr .prev {
  color: #0090d9;
  content: '';
  font-size: 0px;
}
.datepicker thead tr .prev:before {
  color: #0090d9;
  font-family: 'FontAwesome';
  content: "\f053";
  font-size: 13px;
}
.datepicker thead tr .next {
  color: #0090d9;
  content: '';
  font-size: 0px;
}
.datepicker thead tr .next:before {
  color: #0090d9;
  font-family: 'FontAwesome';
  content: "\f054";
  font-size: 13px;
}
.datepicker thead tr .dow {
  color: #0090d9;
  text-transform: uppercase;
  font-size: 11px;
}
.datepicker tbody tr .odd {
  color: #d0d3d8;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  opacity: 0.65;
}
.datepicker table tr td span {
  border-radius: 4px 4px 4px 4px;
}
.datepicker th,
.datepicker td {
  padding: 5.5px !important;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #d0d3d8;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  text-shadow: none;
  font-weight: 600;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #e5e9ec;
  background-image: none;
  color: #ffffff;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #0090d9;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-image: none;
  border: none;
  text-shadow: none;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #0090d9;
}
.datepicker-inline {
  width: auto;
}
.error {
  font-size: 12px;
  color: #f35958;
  display: block;
}
.error-control input {
  border: 1px solid #f35958;
}
.error-control select {
  border: 1px solid #f35958;
}
.error-control textarea {
  border: 1px solid #f35958;
}
.error-control .select2-container .select2-choice {
  border: 1px solid #f35958;
}
.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before {
  content: "\f12a";
  color: #f35958;
}
.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.error-control i {
  color: #f35958;
}
.success-control input {
  border: 1px solid #0aa699;
}
.success-control select {
  border: 1px solid #0aa699;
}
.success-control textarea {
  border: 1px solid #0aa699;
}
.success-control .select2-container .select2-choice {
  border: 1px solid #0aa699;
}
.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before {
  content: "\f00c";
  color: #0aa699;
}
.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.success-control i {
  color: #0aa699;
}
.clockpicker-popover {
  z-index: 10;
}
.grid {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}
.grid.closed .grid-body {
  display: none;
  overflow: hidden;
}
.grid.box {
  padding: 0px !important;
}
.grid.box .form-horizontal.form-bordered .control-group {
  margin-left: -10px;
  margin-right: -10px;
}
.grid.box .form-horizontal.form-bordered .control-group:first-child {
  margin-top: -10px;
}
.grid.box .grid-title {
  padding: 8px 10px 2px 10px;
  border-bottom: 1px solid #eee;
  color: #ffffff !important;
  margin-bottom: 0px;
}
.grid.box .grid-title > .actions > .btn > i {
  color: #ffffff !important;
}
.grid.box .grid-title .tools {
  margin-top: 3px;
}
.grid.box .grid-title .tools a {
  background: url(@{base-img-url}/icon/portlet-tray.png) no-repeat;
  width: 23px;
  height: 23px;
}
.grid.box .grid-body {
  background-color: #ffffff;
  padding: 10px;
}
.grid.box.blue {
  border: 1px solid #b4cef8;
  border-top: 0;
}
.grid.box.blue .grid-title {
  background-color: #58acf3;
}
.grid.box.red {
  border: 1px solid #f35958;
  border-top: 0;
}
.grid.box.red .grid-title {
  background-color: #f35958;
}
.grid.box.yellow {
  border: 1px solid #fccb7e;
  border-top: 0;
}
.grid.box.yellow .grid-title {
  background-color: #ffb848;
}
.grid.box.green {
  border: 1px solid #0aa699;
  border-top: 0;
}
.grid.box.green .grid-title {
  background-color: #0aa699;
}
.grid.box.purple {
  border: 1px solid #af5cc1;
  border-top: 0;
}
.grid.box.purple .grid-title {
  background-color: #852b99;
}
.grid.box.grey {
  border: 1px solid #9d9c9c;
  border-top: 0;
}
.grid.box.grey .grid-title {
  background-color: #555555;
}
.grid.box.light-grey {
  border: 1px solid #eee;
  border-top: 0;
}
.grid.box.light-grey .grid-title {
  background-color: #aaa;
}
.grid .simple .form-actions {
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: -20px !important;
}
.grid .solid .grid-title {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
}
.grid.solid .grid-title {
  margin-bottom: 5px;
  border: 0px;
  padding: 13px 15px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
}
.grid.solid .grid-title .tools {
  margin-top: 2px;
  border: 0px;
}
.grid.solid .grid-title h4 {
  color: #ffffff;
}
.grid.solid .grid-body {
  color: #ffffff;
  padding: 20px;
}
.grid.solid .grid-body h3 {
  color: #ffffff;
}
.grid.simple {
  padding: 0px !important;
}
.grid.simple .grid-title {
  padding: 14px 15px 7px 15px;
  border-bottom: 1px solid #eee;
  color: #282323 !important;
  background-color: #ffffff;
  margin-bottom: 0px;
  border: 1px solid #dddddd;
  border-bottom: 0px;
}
.grid.simple .grid-title > .actions > .btn > i {
  color: #ffffff !important;
}
.grid.simple .grid-title .tools {
  margin-top: 0px;
  position: relative;
}
.grid.simple .grid-title.no-border {
  border: 0px;
  border-bottom: 0px;
}
.grid.simple .form-actions {
  margin-right: -26px !important;
  margin-left: -26px !important;
  margin-bottom: -26px !important;
}
.grid.simple.transparent .grid-body {
  background-color: transparent !important;
  border: none;
}
.grid.simple.transparent .grid-title {
  border: none;
  border-bottom: 1px solid #D7DBE0;
  background-color: transparent;
}
.grid.simple .grid-body {
  background-color: #ffffff;
  padding: 26px;
  border: 1px solid #dddddd;
  color: #6f7b8a;
}
.grid.simple .grid-body.no-padding {
  padding: 0px;
}
.grid.simple .grid-body .wrap-body {
  padding: 0 26px;
  padding-top: 10px;
}
.grid.simple .grid-body.no-border {
  border: 0px;
  padding-top: 1px;
}
.grid.simple .grid-body h4 {
  color: #282323;
}
.grid.simple .grid-body h3 {
  color: #282323;
}
.grid.simple .grid-body.invoice-body {
  padding: 30px;
}
.grid.simple .grid-body.invoice-body .invoice-logo {
  margin-bottom: 18px;
}
.grid.simple.vertical.green {
  border-left: 4px solid #0aa699;
  border-top: none !important;
}
.grid.simple.vertical.red {
  border-left: 4px solid #f35958;
  border-top: none !important;
}
.grid.simple.vertical.purple {
  border-left: 4px solid #736086;
  border-top: none !important;
}
.grid.simple.vertical.blue {
  border-left: 4px solid #0090d9;
  border-top: none !important;
}
.grid.simple.horizontal.red .grid-title {
  border-top: 4px solid #f35958;
}
.grid.simple.horizontal.yellow .grid-title {
  border-top: 4px solid #ffb848;
}
.grid.simple.horizontal.green .grid-title {
  border-top: 4px solid #0aa699;
}
.grid.simple.horizontal.purple .grid-title {
  border-top: 4px solid #852b99;
}
.grid.simple.horizontal.grey .grid-title {
  border-top: 4px solid #555555;
}
.grid.simple.horizontal.light-grey .grid-title {
  border-top: 4px solid #aaa;
}
.grid:after,
.grid:before {
  display: table;
}
.grid-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.grid-title h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-title h4 i {
  font-size: 14px;
  margin-right: 5px;
  color: #666;
}
.grid-title.descriptive {
  padding-left: 23px !important;
  padding-top: 20px !important;
}
.grid-title.descriptive .actions {
  margin-right: 14px;
  margin-top: -16px;
}
.grid-title.descriptive .actions a {
  color: #4c5264;
}
.grid-title.descriptive .actions a:hover {
  opacity: 0.5;
}
.grid-title.descriptive .actions i {
  font-size: 22px;
  margin-right: 10px;
}
.grid-title.descriptive p {
  display: inline-block;
  width: 60%;
  white-space: nowrap;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7a7d82;
  font-size: 12px;
}
.grid-title.clickable {
  cursor: pointer;
}
.grid-title .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
}
.grid-title .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .6;
}
.grid-title .dropdown-menu i {
  color: #000;
}
.grid-title .actions > .btn-group {
  margin-top: -12px;
}
.grid-title .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}
.grid-title .actions > .btn {
  padding: 4px 10px;
  margin-top: -13px;
}
.grid-title .actions > .btn.mini {
  margin-top: -12px;
  padding: 4px 10px;
}
.grid-title .pagination.pagination-small {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -2px;
}
.grid-title .tools,
.grid-title .actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}
.grid-body {
  padding: 0;
}
.grid-body .btn-toolbar {
  margin: 0px !important;
  padding: 0px !important;
}
.grid-body .slimScrollBar {
  margin-right: 0px !important;
}
.grid-body:before {
  display: table;
  content: " ";
}
.grid-body:after {
  clear: both;
  display: table;
  content: " ";
}
.grid-body.light-blue,
.grid.light-blue {
  background-color: #bfd5fa  !important;
}
.grid-body.blue,
.grid.blue {
  background-color: #58acf3 !important;
}
.grid-body.red,
.grid.red {
  background-color: #f35958 !important;
}
.grid-body.yellow,
.grid.yellow {
  background-color: #ffb848 !important;
}
.grid-body.green,
.grid.green {
  background-color: #0aa699 !important;
}
.grid-body.purple,
.grid.purple {
  background-color: #852b99 !important;
}
.grid-body.light-grey,
.grid.light-grey {
  background-color: #fafafa !important;
}
.grid-body.dark-grey,
.grid.dark-grey {
  background-color: #555555 !important;
}
.sortable .grid .grid-title {
  cursor: move;
}
.ui-sortable {
  min-height: 10px !important;
}
.ui-sortable-placeholder {
  border: 1px dotted black;
  visibility: visible !important;
  height: 100% !important;
}
.ui-sortable-placeholder * {
  visibility: hidden;
}
.sortable-box-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #DDDDDD;
  display: block;
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}
.sortable-box-placeholder * {
  visibility: hidden;
}
.grid.simple .grid-title .tools a,
.grid.solid .grid-title .tools a {
  position: relative;
  background: url('../img/icon/portlet-tray.png') no-repeat;
  transition: all 0.1s linear 0s;
}
.grid.simple .grid-title .tools > a.remove,
.grid.solid .grid-title .tools > a.remove {
  background-position: -66px -38px;
  width: 10px;
  height: 10px;
  top: -5px;
}
.grid.simple .grid-title .tools > a.config,
.grid.solid .grid-title .tools > a.config {
  background-position: -3px -32px;
  width: 22px;
  height: 22px;
}
.grid.simple .grid-title .tools > a.reload,
.grid.solid .grid-title .tools > a.reload {
  background-position: -37px -38px;
  width: 12px;
  height: 10px;
  top: -5px;
}
.grid.simple .grid-title .tools > a.expand,
.grid.solid .grid-title .tools > a.expand {
  background-position: -123px -40px;
  width: 10px;
  height: 6px;
  top: -5px;
}
.grid.simple .grid-title .tools > a.collapse,
.grid.solid .grid-title .tools > a.collapse {
  background-position: -95px -40px;
  width: 9px;
  height: 7px;
  top: -5px;
}
.alert {
  color: #ce8f22;
  background-color: #fffcee;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 19px 9px 15px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #F0DBB4;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.alert .link {
  color: #ce8f22;
  font-weight: bold;
}
.alert .alert-heading {
  color: #ce8f22 !important;
  margin-bottom: 5px;
  font-weight: 600;
}
.alert .btn-small {
  position: relative;
  top: -3.5px;
}
.alert .button-set .btn {
  position: relative;
  top: 8px;
}
.alert .close {
  background: url("../img/icon/noti-cross.png") no-repeat scroll 0 0 transparent;
  background-position: -9px -10px;
  width: 10px;
  height: 9px;
  position: relative;
  opacity: 0.8;
  top: 4.5px;
  float: right;
  margin-left: 20px;
}
.alert .close:hover {
  opacity: 1;
}
.alert-success {
  color: #438a85;
  background-color: #f3faf8;
  border-color: #bfd1cf;
}
.alert-success .link {
  color: #438a85;
}
.alert-success .alert-heading {
  color: #438a85 !important;
}
.alert-success .close {
  background-position: -38px -10px !important;
}
.alert-info {
  color: #246a8e;
  background-color: #ebf6fb;
  border-color: #bfd4de;
}
.alert-info .link {
  color: #246a8e;
}
.alert-info .alert-heading {
  color: #246a8e !important;
}
.alert-info .close {
  background-position: -67px -10px !important;
}
.alert-danger,
.alert-error {
  color: #e76e70;
  background-color: #fff6f4;
  border-color: #f8cdcd;
}
.alert-danger .link,
.alert-error .link {
  color: #e76e70;
}
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #e76e70 !important;
}
.alert-error .close,
.alert .alert-danger .close {
  background-position: -95px -10px !important;
}
.alert-block {
  padding: 15px 19px 15px 17px;
}
.popover-content .notification-messages {
  padding: 15px 18px 15px;
}
.notification-messages {
  font-family: 'Arial';
  background-color: #eef9f8;
  padding: 15px 18px 10px;
  display: block;
  color: #fff;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.notification-messages.success {
  background-color: #eef9f8;
}
.notification-messages.success:hover {
  background-color: #d9edf1;
  cursor: pointer;
}
.notification-messages.success .iconholder i {
  color: #f35958;
}
.notification-messages.danger {
  background-color: #fef2f2;
}
.notification-messages.danger:hover {
  background-color: #fae1e1;
  cursor: pointer;
}
.notification-messages.danger .iconholder i {
  color: #f35958;
}
.notification-messages.info {
  background-color: #373e45;
}
.notification-messages.info:hover {
  background-color: #1c2329;
  cursor: pointer;
}
.notification-messages.info .iconholder i {
  color: #f35958;
}
.notification-messages .message-wrapper {
  display: inline-block;
  width: 70%;
  float: left;
}
.notification-messages .message-wrapper .heading {
  display: block;
  float: left;
  text-align: left;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 100%;
  margin: 0;
  line-height: 19px;
  font-weight: 600;
}
.notification-messages .message-wrapper .description {
  display: block;
  float: left;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 11px;
  width: 100%;
  line-height: 19px;
}
.notification-messages .date {
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  opacity: 0.4;
}
.notification-messages .user-profile {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-right: 10px;
  margin-top: 2px;
}
.notification-messages .iconholder {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.notification-messages .iconholder i {
  font-size: 28px;
}
.tooltip-inner {
  padding: 6px 9px;
  background-color: #c2002e;/*#ff006f;*/
}
.progress {
  height: 12px;
  background-color: #e9ecee;
  background-image: none;
  box-shadow: none;
  filter: none;
}
.progress.no-radius {
  border-radius: 0px;
}
.progress.no-radius .progress-bar {
  border-radius: 0px;
}
.progress.transparent {
  background-color: rgba(0, 0, 0, 0.28);
}
.progress.progress-small {
  height: 4px;
}
.progress.progress-large {
  height: 20px;
}
.progress-bar {
  box-shadow: none;
  border-radius: 3px;
  background-color: #c2002e;/*#ff006f;*/
  background-image: none;
  -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  float: left;
  filter: none;
}
.progress-bar-success {
  background-color: #0aa699;
  background-image: none;
}
.progress-bar-info {
  background-color: #0090d9;
  background-image: none;
}
.progress-bar-warning {
  background-color: #fdd01c;
  background-image: none;
}
.progress-bar-danger {
  background-color: #f35958;
  background-image: none;
}
.progress-bar-white {
  background-color: #ffffff;
  background-image: none;
}
.progress-bar-black {
  background-color: #1b1e24;
  background-image: none;
}
.progress-info .bar,
.progress .bar-info {
  background-color: #1f3853;
  background-image: none;
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #fdd01c;
  background-image: none;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #f35958;
  background-image: none;
}
.progress-white .bar,
.progress .bar-white {
  background-color: #ffffff;
  background-image: none;
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #0090d9;
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #1f3853;
}
.details-status-single {
  display: inline-block;
  background-color: #e5e9ec;
  color: #5c6370;
  font-size: 11px;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label {
  padding: 3px 9px;
  font-size: 11px;
  text-shadow: none;
  background-color: #d1dade;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #5E5E5E;
}

.badge {
  text-shadow: none;
  font-family: 'Open Sans';
  font-weight: 600;
  background-color: #d1dade;
  font-size: 9px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  color: #5E5E5E;
}
.label-primary,
.badge-primary {
  background-color: #0090d9;
  color: #ffffff;
}
.label-success,
.badge-success {
  background-color: #0aa699;
  color: #ffffff;
}
.label-warning,
.badge-warning {
  background-color: #fdd01c;
  color: #ffffff;
}
.label-important,
.badge-important {
  background-color: #c2002e;/*#ff006f;*/
  color: #ffffff;
}
.label-danger,
.badge-danger {
  background-color: #f35958;
  color: #ffffff;
}
.label-info,
.badge-info {
  background-color: #c2002e;/*#ff006f;*/
  color: #ffffff;
}
.label-inverse,
.badge-inverse {
  background-color: #1f3853;
  color: #ffffff;
}
.label-white,
.badge-white {
  background-color: #ffffff;
  color: #5E5E5E;
}
.label-white,
.badge-disable {
  background-color: #2a2e36;
  color: #8b91a0;
}
.popover {
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  max-width: 350px;
}
.popover.right .arrow {
  border-right-color: rgba(0, 0, 0, 0.08);
}
.popover.left .arrow {
  border-right-color: rgba(0, 0, 0, 0.08);
}
.popover.top .arrow {
  border-right-color: rgba(0, 0, 0, 0.08);
}
.popover.bottom .arrow:after {
  top: 0;
  margin-left: -11px;
}
.popover .arrow:after {
  border-width: 11px;
}
.popover-title {
  background-color: #ffffff;
  margin: 0 5px;
  font-weight: bold;
  color: #505458 !important;
  text-align: center;
}
.modal {
  border-radius: 3px;
}
.modal-header {
  text-align: center;
}
.modal-header p {
  color: #8b91a0;
}
.modal-body {
  background-color: #e5e9ec;
}
.modal-content {
  border: 0;
}
.modal-footer {
  border-top: none;
  box-shadow: none;
  background-color: #F3F5F6;
  margin-top: 0;
  text-align: right;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.tiles-container {
  margin-left: 0px;
  margin-right: 0px;
}
.tiles {
  background-color: #bcbcbc;
  color: #ffffff;
  position: relative;
}
.tiles.overflow-hidden {
  overflow: hidden;
}
.tiles.full-height {
  height: 100%;
}
.tiles.added-margin {
  margin-right: -10px;
}
.tiles.no-margin {
  margin-right: 0;
}
.tiles.margin-reset {
  margin-left: 37px;
}
.tiles .tiles-title {
  font-size: 10.5px;
  font-family: 'Open Sans';
  letter-spacing: 0.5px;
  font-weight: 600;
}
.tiles .tiles-body {
  /*padding: 19px 18px 15px 24px;atlers*/
  padding: 19px 18px 0px 24px;
}
.tiles .controller {
  position: relative;
  display: inline-block;
  float: right;
}
.tiles .controller a {
  position: relative;
  background: url('../img/icon/portlet-tray.png') no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}
.tiles .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.tiles .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.tiles .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.tiles .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}
.tiles .controller a:hover.collapse {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}
.tiles .controller a:hover.remove {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.tiles .controller a:hover.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.tiles .controller a:hover.reload {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.tiles .controller a:hover.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}
/*atlers*/
.tiles.dark {
  background-color: #242b32;
  color: #8b91a0;
}
.tiles.white {
  background-color: #242b32;
  color: #8b91a0;
}
.tiles.white .controller a.remove:hover {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
  opacity: 0.6;
}
.tiles.white .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
  opacity: 0.6;
}
.tiles.white .controller a.reload:hover {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
  opacity: 0.6;
}
.tiles.white .controller a.expand:hover {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
  opacity: 0.6;
}
.tiles.white > .tile-footer {
  background-color: #eceff1;
  color: #d1d3d9;
  font-size: 13px;
  padding: 8px 15px;
}
.tiles.white.borderall {
  border: 1px solid #e5e9ec;
}
.tiles.white.border-left {
  border-left: 1px solid #e5e9ec;
}
.tiles.white.border-right {
  border-right: 1px solid #e5e9ec;
}
.tiles.white.border-top {
  border-top: 1px solid #e5e9ec;
}
.tiles.white.border-bottom {
  border-bottom: 1px solid #e5e9ec;
}
.tiles.white hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #f2f3f5;
}
.tiles.white label {
  color: #9aa0ad;
}
.tiles.white > .tiles-body > .heading {
  color: #000;
}
.tiles.white .tiles-body > .description {
  color: #8b91a0;
}
.tiles .settings-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 4px;
}
.tiles .heading {
  font-size: 25px;
  display: block;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 4px 0px;
}
.tiles .heading .icon-grid {
  top: 1px;
  font-size: 31px;
  position: relative;
}
.tiles p {
  margin: 0 0 5px;
}
.tiles hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #2b3038;
}
.tiles .tiles-body-overlay {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px;
  width: auto;
}
.tiles .progress {
  width: 70%;
  margin-bottom: 15px;
}
.tiles .iconplaceholder {
  background-color: rgba(0, 0, 0, 0.28);
}
.tiles .iconplaceholder i {
  color: #ffffff;
}
.tiles > .tiles-body > .description {
  font-size: 12px;
  display: block;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.tiles .description i {
  font-size: 21px;
  color: #ffffff;
}
.tiles .description .mini-description {
  position: relative;
  top: -5px;
}
.tiles label {
  color: #ffffff;
}
.tiles.red {
  background-color: #f35958;
}
.tiles.red .button {
  background: #bf3938;
  color: #f7bebe;
}
.tiles.purple {
  background-color: #735f87;
}
.tiles.purple .button {
  background: #736086;
  color: #d7d5d7;
}
.tiles.blue {
  background-color: #0090d9;
}
.tiles.green {
  background-color: #c2002e;/*#ff006f;*/
}
.tiles.black {
  background-color: #22262e;
}
.tiles.black .blend {
  color: #8b91a0;
}
.tiles.black input {
  background-color: rgba(0, 0, 0, 0.35);
  border: 0;
}
.tiles.dark-blue {
  background-color: #365d98;
}
.tiles.light-blue {
  background-color: #00abea;
}
.tiles.light-red {
  background-color: #f96773;
}
.tiles.grey {
  background-color: #e9ecee;
}
.tiles.gradient-grey {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(131, 131, 131, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
}
.tiles.gradient-black {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.tiles .blend {
  color: rgba(0, 0, 0, 0.42);
}
.tiles .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 12px;
}
.tile-more-content {
  background-color: #ffffff;
}
.tile-more-content .tiles-body {
  padding: 19px 18px 17px 24px;
}
.row-fluid.side-content .tiles,
.row-fluid .tile-content {
  margin: 0;
}
.tile-footer {
  background-color: rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 13px;
  padding: 8px 15px;
}
.chart-wrapper {
  padding-top: 40px;
}
.tiles.red .settings-box,
.tiles.red .button {
  background: #bf3938;
  color: #f35958;
}
.tiles.purple .settings-box,
.tiles.red .button {
  background: #08897e;
  color: transparent;
}
.tiles-chart {
  position: relative;
}
.tiles-chart .tiles-body {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px;
}
.tiles-chart .tiles-body .heading {
  color: #0aa699;
}
.tiles-chart .controller {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}
.tiles-overlay {
  width: 100%;
  height: 100%;
}
.tiles-overlay.auto {
  width: auto;
  height: auto;
}
.tiles-overlay.green {
  background-color: rgba(10, 166, 153, 0.8);
}
.tiles-overlay.blue {
  background-color: rgba(0, 144, 217, 0.8);
}
.widget-item {
  position: relative;
}
.widget-item.narrow-margin {
  margin-right: -10px;
}
.widget-item .controller {
  position: absolute;
  display: block;
  z-index: 201;
}
.widget-item .controller.right {
  right: 20px;
  top: 20px;
}
.widget-item .controller.left {
  left: 10px;
  top: 10px;
}
.widget-item .controller a {
  position: relative;
  background: url('../img/icon/portlet-tray.png') no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}
.widget-item .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.widget-item .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.widget-item .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.widget-item .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}
.widget-item .controller a:hover.collapse {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}
.widget-item.white .controller a.remove:hover {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
  opacity: 0.6;
}
.widget-item.white .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
  opacity: 0.6;
}
.widget-item.white .controller a.reload:hover {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
  opacity: 0.6;
}
.widget-item .controller a:hover.remove,
.widget-item .controller a:hover.config,
.widget-item .controller a:hover.reload,
.widget-item .controller a:hover.expand,
.widget-item .controller a:hover.collapse {
  opacity: 0.50;
}
.widget {
  display: block;
  margin-right: -10px;
}
.widget .widget-title {
  display: block;
  padding: 10px;
  padding-bottom: 14px;
  background-color: #ffffff;
  color: #e5e9ec;
  text-align: center;
  font-weight: bold;
}
.widget .widget-title.dark {
  background-color: #1b1e24;
  color: #ffffff;
}
.widget .widget-title.dark .controller a.remove {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.widget .widget-title.dark .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.widget .widget-title.dark .controller a.reload {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.widget .widget-title.blue {
  background-color: #0090D9;
  color: #ffffff;
}
.widget .widget-title.red {
  background-color: #F35958;
  color: #ffffff;
}
.widget .widget-title.green {
  background-color: #0aa699;
  color: #ffffff;
}
.widget .widget-title.purple {
  background-color: #736086;
  color: #ffffff;
}
.widget .widget-body {
  display: block;
  background-color: #ffffff;
  padding: 15px 25px;
}
.widget .controller {
  position: relative;
  display: inline-block;
  float: right;
  top: 6px;
  margin-right: 8px;
}
.widget .controller a {
  position: relative;
  background: url('../img/icon/portlet-tray.png') no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}
.widget .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.widget .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.widget .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.widget .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}
.widget .controller a:hover.collapse {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}
.widget .controller a:hover.remove {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}
.widget .controller a:hover.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}
.widget .controller a:hover.reload {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}
.widget .controller a:hover.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}
.widget .widget-title.dark .controller a.reload:hover,
.widget .widget-title.dark .controller a.remove:hover {
  opacity: 0.5;
}
.weather-widget {
  overflow: hidden;
}
.weather-widget .big-icon {
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 23px;
  margin-bottom: 8px;
}
.weather-widget .small-text-description {
  position: relative;
  top: -9px;
}
.weather-widget-big-text {
  font-size: 54px !important;
}
.widget-stats {
  padding-left: 0;
  display: inline-block;
}
.widget-stats .wrapper {
  margin: 5px 0 5px 0;
  border-right: 1px solid #363a41;
  margin-right: 7px;
  padding-right: 7px;
}
.widget-stats .wrapper.transparent {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.widget-stats .wrapper.last {
  border: 0;
}
.widget-stats .item-title {
  font-size: 12px;
}
.widget-stats .item-count {
  font-size: 15px;
  color: #ffffff;
  display: block;
  font-weight: bold;
}
.market-share-widget-innerscroller {
  height: calc(100% - 110px);
}
.sales-graph-heading {
  padding-left: 45px;
  padding-top: 35px;
}
/* Metro JS */
.live-tile,
.list-tile,
.copy-tile {
  height: 100%;
}
.live-tile,
.list-tile,
.copy-tile,
.tile-strip .flip-list > li {
  margin: 0;
  width: 100%;
}
.live-tile p,
.list-tile p,
.copy-tile p {
  padding: 0;
}
h4.custom-line-height {
  line-height: 25px;
}
.hover-effect-img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tiles:hover .hover-effect-img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: contrast(130%);
  -webkit-filter: contrast(130%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tiles.adjust-text p {
    font-size: 10px;
  }
  .tiles.adjust-text h3 {
    font-size: 20px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tiles.adjust-text p {
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  padding: 9px 12px;
  padding-top: 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  background-image: none !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.12s linear 0s !important;
}
.btn:focus {
  outline: none;
}
.btn .caret {
  margin-left: 3px;
}
.btn .caret.single {
  margin-left: 0px;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #424242;
  color: #fff;
}
.btn-cons {
  margin-right: 5px;
  min-width: 120px;
  margin-bottom: 8px;
}
.btn-demo-space {
  margin-bottom: 8px;
}
.demo-placeholder {
  width: 100%;
  height: 250px;
}
.btn-social {
  font-size: 20px;
  margin: 10px;
}
.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active,
.btn-social.disabled,
.btn-social[disabled] {
  color: #2d8ebf;
  text-decoration: none;
}
.upgrade-membership .btn-upgrade-memership:hover{
  background-color: #c2002e;
  box-shadow:none !important;
}
.upgrade-membership .btn-upgrade-memership{
  background-color: #373e45;
  color:#fff;
  padding:9px 12px;
}

.upgrade-membership .btn-primary {
  color: #ffffff;
  /*background-color: #ff006f; atlers*/
  background-color:#c2002e;
}
.btn-primary {
  color: #ffffff;
  /*background-color: #ff006f; atlers*/
  background-color:#373e45;
}
.btn-primary.mroon{
  color: #ffffff;
  /*background-color: #ff006f; atlers*/
  background-color:#c2002e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #c2002e !important;

}
.btn-secondary{
	/*background:#a200ff;atlers*/
	background:#37414c;
	color:#fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  background: #9800ef;
  color:#fff;
}
.btn-success {
  color: #ffffff;
  background-color: #0090d9;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #0082d4;
  
}
.btn-info {
  color: #ffffff;
  background-color: #1f3853;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #1b3148;
}
.btn-warning {
  color: #ffffff;
  background-color: #fbb05e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #faa652;
}
.btn-danger {
  color: #ffffff;
  background-color: #f35958;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #f14d4d;
}
.btn-danger-dark {
  color: #ffffff;
  background-color: #b94141;
}
.btn-danger-dark:hover,
.btn-danger-dark:focus,
.btn-danger-dark:active,
.btn-danger-dark.active,
.btn-danger-dark.disabled,
.btn-danger-dark[disabled] {
  background-color: #e94847;
  color: #ffffff;
}
.btn-dark {
  color: #ffffff;
  background-color: #616161;
}
.btn-white {
  color: #5e5e5e;
  background-color: #ffffff;
  border: 1px solid #e5e9ec;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.disabled,
.btn-white[disabled] {
  background-color: #fbfcfd;
  border: 1px solid #b4b9be;
}
.btn-link {
  color: #5e5e5e;
  background-color: transparent;
  border: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
  background-color: transparent;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 3px 12px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 9px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0aa699;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #fbb05e;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #f35958;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #0090d9;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #1f3853;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn-group.open .btn-white.dropdown-toggle {
  background-color: #fbfcfd;
}
.btn-group > .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 1px #f7f7f7 solid;
  padding-right: 10px;
  border-left: 1px solid #E5E9EC;
}
.btn-group > .btn.btn-mini + .dropdown-toggle {
  padding-right: 8px;
}
.btn-group > .dropdown-menu {
  font-size: 13px;
}
.btn-group > .dropdown-menu li {
  padding-left: 0px;
}
.btn-block + .btn-block {
  margin-top: 8px;
}



.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  
  border: none;
  border-radius: 3px;
  padding: 0px;
  font-size: 13px;
  background-color: #2b333b !important;
}
.dropdown-menu .divider {
  background-color: #eaedf0;
  height: 1px;
  margin: 3px 0;
  border-bottom: 0px;
}
.dropdown-menu > li > a {
  line-height: 25px;
  /* color: #2a2e36; */
  color: #808080;
  margin: 4px;
  border-radius: 3px;
  text-align: left;
}
.dropdown-menu li {
  padding-left: 0px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #1b1e24;
  text-decoration: none;
  background-color: #eff2f3;
  background-image: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #1b1e24;
  text-decoration: none;
  background-color: #eff2f3;
  background-image: none;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 0;
}
.btn-group > .btn.btn-white:hover,
.btn-group > .btn.btn-white:focus,
.btn-group > .btn.btn-white:active,
.btn-group > .btn.btn-white.active {
  border: 1px solid #E5E9EC;
}
code,
pre {
  border: none;
}
code {
  background-color: #f3f6f9;
}
code:hover {
  background-color: #e8edf3;
}
.single-colored-widget {
  height: auto;
}
.single-colored-widget h3 {
  font-size: 22px;
  line-height: 32.5px;
}
.single-colored-widget .heading {
  padding: 8px 15px;
  padding-bottom: 4px;
  background-color: #ffffff;
}
.single-colored-widget .heading h4 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.single-colored-widget .content-wrapper {
  padding: 15px 27px;
  padding-bottom: 20px;
}
.single-colored-widget .content-wrapper i {
  color: #ffffff;
}
.single-colored-widget .content-wrapper.red {
  background-color: #f35958;
}
.single-colored-widget .content-wrapper.red p {
  color: #832929;
}
.single-colored-widget .content-wrapper.green {
  background-color: #0aa699;
}
.single-colored-widget .content-wrapper.green p {
  color: #505458;
}
.single-colored-widget .content-wrapper.blue {
  background-color: #0090d9;
}
.single-colored-widget .content-wrapper.blue p {
  color: #0a5174;
}
.single-colored-widget .content-wrapper .mini-logo {
  margin-bottom: 15px;
}
.single-colored-widget .content-wrapper .h3 {
  margin-bottom: 15px;
}
.the-icons {
  padding-top: 17px;
}
.the-icons i {
  color: #505458;
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.the-icons a {
  color: #505458;
  font-size: 14px;
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 32px;
}
.the-icons a:hover {
  text-decoration: none;
}
.the-icons [class*="span"]:first-child {
  margin-left: 2.5641%;
}
.the-icons a:hover .fa,
.the-icons a:hover [class*="fa"] {
  font-size: 28px;
  vertical-align: -5px;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: "";
  display: table;
  line-height: 0;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0 none;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
  padding: 15px;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
  padding: 19px;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #DDDDDD;
}
.tabs-below > .nav-tabs > li {
  margin-bottom: 0;
  margin-top: -1px;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: rgba(0, 0, 0, 0) #dddddd #dddddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-bottom: 3px;
  margin-right: 0;
  min-width: 74px;
}
.tabs-left > .nav-tabs {
  border-right: 1px solid #DDDDDD;
  margin-right: 19px;
  float: left;
  margin-right: 0px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE;
}
.tabs-right > .nav-tabs {
  border-left: 1px solid #DDDDDD;
  margin-left: 19px;
  float: right;
  margin-left: 0px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD;
}
.nav > .disabled > a {
  color: #999999;
}
.nav .tools {
  float: right;
  position: relative;
  right: 10px;
  top: 10px;
}
.nav .tools a {
  position: relative;
  background: url('../img/icon/portlet-tray.png') no-repeat;
  transition: all 0.1s linear 0s;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  background-color: rgba(0, 0, 0, 0);
  cursor: default;
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 0px;
  background-color: #d1dade;
  padding: 0;
}
.nav-tabs > li {
  margin-bottom: -3px;
  padding-left: 0;
}
.nav-tabs > li > a {
  border-radius: 0;
  border: 0px;
  padding: 15px 20px;
  color: #8e9aa2;
  min-width: 70px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-width: 0px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 0px;
  color: #505458;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #505458;
}
.nav .tools > a.remove,
.nav .tools > a.remove {
  background-position: -66px -38px;
  width: 10px;
  height: 10px;
}
.nav .tools > a.config,
.nav.tools > a.config {
  background-position: -3px -32px;
  width: 22px;
  height: 22px;
}
.nav .tools > a.reload,
.nav .tools > a.reload {
  background-position: -37px -38px;
  width: 12px;
  height: 10px;
}
.nav .tools > a.expand,
.nav .tools > a.expand {
  background-position: -123px -40px;
  width: 10px;
  height: 6px;
}
.nav .tools > a.collapse,
.nav.tools > a.collapse {
  background-position: -95px -40px;
  width: 9px;
  height: 7px;
}
.nav-pills {
  margin-bottom: 10px;
}
.nav-pills > li > a {
  padding: 8px 12px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #0090d9;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  margin-right: 0px;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  background-color: #C1CACE;
}
.accordion-group {
  border: 0px;
}
.accordion-heading {
  background-color: #d1dade;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 35px;
}
.accordion-heading a {
  color: #505458;
}
.accordion-heading a.collapsed {
  color: #8E9AA2;
}
.accordion-heading a:hover.collapsed {
  color: #505458;
}
.accordion-heading .collapsed {
  background-color: #d9e0e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.accordion-heading .collapsed i {
  font-family: 'FontAwesome';
  float: right;
  position: relative;
  top: 4px;
}
.accordion-heading .collapsed i:before {
  content: "\f055";
}
.accordion-heading i {
  font-family: 'FontAwesome';
  float: right;
  position: relative;
  top: 4px;
}
.accordion-heading i:before {
  content: "\f056";
}
.accordion-heading .accordion-toggle {
  padding: 12px 18px;
}
.panel {
  background-color: transparent;
  box-shadow: none;
}
.panel-default {
  border: 0px;
}
.panel-default > .panel-heading {
  background-image: none;
  background-color: #d1dade;
  border-radius: 2px;
  box-shadow: none;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel-heading.collapsed {
  background-color: #d1dade;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}
.panel-group .panel-heading .panel-title > a {
  color: #505458;
  font-size: 13px;
  font-weight: normal;
  display: block;
}
.panel-group .panel-heading .panel-title > a:hover {
  color: #505458 !important;
}
.panel-group .panel-heading .panel-title > a:hover:after {
  color: #505458 !important;
}
.panel-group .panel-heading .panel-title > a:after {
  font-family: 'FontAwesome';
  content: "\f056";
  float: right;
  color: #505458;
}
.panel-group .panel-heading .panel-title > a.collapsed {
  color: #8E9AA2;
}
.panel-group .panel-heading .panel-title > a.collapsed:after {
  content: "\f055";
  color: #8E9AA2;
}
.panel-group .panel + .panel {
  margin-top: 2px;
}
.slider {
  display: block;
  margin: 5px 0px;
  direction: ltr;
}
.slider.primary .slider-track {
  background: #0aa699;
  background-image: none;
}
.slider.sucess .slider-track {
  background: #0090d9;
  background-image: none;
}
.slider.info .slider-track {
  background-color: #1f3853;
  background-image: none;
}
.slider.warning .slider-track {
  background: #fbb05e;
  background-image: none;
}
.slider.danger .slider-track {
  background: #f35958;
  background-image: none;
}
.slider.white .slider-track {
  background: #ffffff;
  background-image: none;
}
.slider.slider-vertical {
  margin: 0 10px;
}
.slider.slider-vertical .slider-handle {
  margin-left: -10px !important;
}
.slider.slider-vertical .slider-track {
  width: 5px !important;
}
.slider.slider-horizontal .slider-handle {
  margin-top: -5px !important;
}
.slider.slider-horizontal .slider-track {
  height: 5px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
  box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
}
.slider-handle.round {
  opacity: 1;
  background: #c2002e;/*#ff006f;*/
  background: -moz-linear-gradient(top, #f8f9fa 13%, #ffffff 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #f8f9fa), color-stop(97%, #ffffff));
  /* background: -webkit-linear-gradient(to bottom, #ff006f 13%, #ff006f 102%);
  background: -o-linear-gradient(to bottom, #ff006f 13%, #ff006f 102%);
  background: -ms-linear-gradient(to bottom, #ff006f 13%, #ff006f 102%);
  background:linear-gradient(to bottom, #ff006f 13%, #ff006f 102%); */

  background: -webkit-linear-gradient(to bottom, #bb022d 13%, #bb022d 102%);
  background: -o-linear-gradient(to bottom, #bb022d 13%, #bb022d 102%);
  background: -ms-linear-gradient(to bottom, #bb022d 13%, #bb022d 102%);
  background:linear-gradient(to bottom, #bb022d 13%, #bb022d 102%);
  /* border:2px solid #fff; */
  border:1px solid #fff;
  width:15px;
  height:15px;
}
.slider-selection {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
}
.blue .slider-selection {
  background-image: none !important;
  background-color: #0a6ea0!important;
}
.red .slider-selection {
  background-image: none !important;
  background-color: #000!important;
}
.green .slider-selection {
  background-image: none !important;
  background-color: #0aa699 !important;
  cursor: point2;
}
.table > thead > tr > th {
  border-bottom: 0px;
}
.table th {
  border-top: 1px solid #e8edf1;
  padding: 10px 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.table th.medium-cell {
  width: 112px;
}
.table th.big-cell {
  width: 200px;
}
.table tr.row_selected td {
  background-color: #ffffcc !important;
}
.table tr.row_selected .progress {
  background-color: #ffffff;
}
.table td {
  border-top: 1px solid #e8edf1;
  vertical-align: top;
  padding: 10px 12px !important;
  color: #576475;
  font-size: 13px;
}
.table td.no-border {
  border: none;
}
.table td:first-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table td:last-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.table td .progress {
  margin-bottom: 0px;
}
.table td .muted {
  color: #95989a;
}
.table td.clickable {
  cursor: pointer;
}
.table .checkbox {
  margin-left: 3px;
}
.table .star {
  margin-left: 3px;
}
th {
  text-align: left;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px;
}
.table th input[type="radio"],
input[type="checkbox"],
.table td input[type="radio"],
input[type="checkbox"] {
  margin-top: -2px;
}
.table td.small-cell,
.table th.small-cell {
  width: 40px;
}
.table-fixed-layout {
  table-layout: fixed;
}
.table-fixed-layout td {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 9px;
}
.table-condensed th .checkbox {
  margin-left: 4px;
}
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e8edf1;
}
.table-striped tbody > tr:nth-child(2n+1) > td,
.table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #ecf0f2;
  border: none;
}
.table-striped tbody > tr > td {
  border: 0px;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #e2e8eb;
}
.table-hover tbody tr.row_selected:hover > td {
  background-color: #fef8ae !important;
}
.table-hover tbody tr:hover > td .progress {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 10px 5px;
}
.table-tools-actions {
  margin: 0px 5px;
}
.inner-table td {
  background-color: transparent !important;
}
.table-bordered {
  border-color: #e8edf1 !important;
}
.table-bordered th {
  background-color: #ecf0f2;
  border: 0 !important;
}
.table-bordered td {
  border: 1px solid #e8edf1 !important;
}
.table-bordered td:first-child {
  border-radius: 0px;
}
.table-bordered td:last-child {
  border-radius: 0px;
}
.dataTables_wrapper .pagination ul {
  box-shadow: none;
  font-size: 12px;
  padding: 0;
}
.dataTables_wrapper .pagination ul > li {
  display: inline-block;
  padding-left: 0px;
}
.dataTables_wrapper .pagination ul > li > a {
  padding: 5px 10px;
}
.dataTables_wrapper .pagination ul > li.next > a:hover {
  background-color: #ffffff;
  color: #000;
}
.dataTables_wrapper .pagination ul > li.next.disabled > a:hover {
  color: #C2C6CB;
  opacity: 0.65;
  background-color: #ffffff;
}
.dataTables_wrapper .pagination ul > li.prev > a:hover {
  background-color: #ffffff;
  color: #000;
}
.dataTables_wrapper .pagination ul > li.prev.disabled > a:hover {
  color: #C2C6CB;
  opacity: 0.65;
  background-color: #ffffff;
}
.dataTables_wrapper .pagination ul > li:last-child > a,
.dataTables_wrapper .pagination ul > li:last-child > span {
  margin-left: -8px;
}
.dataTables_wrapper .pagination ul > li > a,
.pagination ul > li > span {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  color: #6F7B8A;
}
.dataTables_wrapper .pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #C2C6CB !important;
  opacity: 0.65 !important;
  background-color: #ffffff !important;
}
.dataTables_wrapper .pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #F3F6F9;
  font-weight: 600;
}
.dataTables_wrapper .pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #e8edf3;
}
.easy-pie-custom {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
}
.easy-pie-custom canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.easy-pie-percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.easy-pie-percent :after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.mini-chart-wrapper {
  display: block;
  width: 100%;
  padding: 19px 9px 0;
}
.mini-chart-wrapper .chart-details-wrapper {
  display: inline-block;
  margin: 8px;
}
.mini-chart-wrapper .chart-details-wrapper .chartname {
  display: block;
  font-size: 10.5px;
  text-transform: uppercase;
  color: #9A9A9A;
}
.mini-chart-wrapper .chart-details-wrapper .chart-value {
  display: block;
  font-size: 14px;
  color: #000000;
}
.mini-chart-wrapper .mini-chart {
  display: inline-block;
  position: relative;
  top: -10px;
}
.mini-chart-wrapper.donut .chart-details-wrapper {
  float: left;
  margin-top: 0;
}
.mini-chart-wrapper.donut .mini-chart {
  float: left;
}
.legendColorBox > div {
  border: 0px !important;
}
.legendLabel {
  line-height: 20px !important;
}
.rickshaw_legend {
  display: block;
  border-radius: 0px;
  background-color: transparent;
}
.rickshaw_legend .line {
  margin-bottom: 10px;
}
.rickshaw_legend .line .swatch {
  margin: 0 8px;
}
.rickshaw_legend .label {
  color: #6F7B8A;
}
.rickshaw_legend ul {
  margin: 15px 16px;
}
.profile-img-wrapper {
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.profile-img-wrapper.big {
  height: 68px;
  width: 68px;
}
.profile-img-wrapper.with-left-space-custom {
  margin-left: 7px;
}
.user-comment-wrapper {
  display: block;
  margin-bottom: 9px;
  padding: 0 14px;
}
.user-comment-wrapper .profile-wrapper {
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin: 6px 8px 0 0px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.user-comment-wrapper .comment {
  display: inline-block;
  float: left;
}
.user-comment-wrapper .comment .user-name {
    color: #fff;
    font-size: 22px;
    line-height:22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-comment-wrapper .location-wrapper{
	color:#fff;
	padding-top: 6px;
}
.user-comment-wrapper .location-wrapper i{
	margin-right:5px;
}
.user-comment-wrapper .comment .more-details-wrapper {
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.user-comment-wrapper .comment .preview-wrapper {
  display: block;
  color: #71798a;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.user-comment-wrapper .comment .more-details {
  display: inline-block;
  float: left;
  color: #bfbfbf;
  margin-right: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-status {
  width: 14px;
  height: 14px;
  position: relative;
  border-radius: 14px;
  background-color: #c5c8cb;
  display: inline-block;
  float: left;
  margin-right: 3px;
  top: 3px;
}
.user-status.busy {
  background-color: #fb3c4a;
}
.user-status.away {
  background-color: #c5c8cb;
}
.user-status.available {
  background-color: #0aa699;
}
.user-status:before {
  width: 5px;
  height: 5px;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  display: inline-block;
}
.blog-post-controls-wrapper {
  display: block;
  margin-top: 4px;
  margin-bottom: 15px;
}
.blog-post-control {
  display: inline-block;
  float: left;
  margin-right: 8px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.7;
}
.content-loading-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.content-loading {
  position: relative;
  left: 45%;
  top: 45%;
}
.simple-chat-popup {
  margin-top: 3px;
  padding: 5px 0;
  left: -77.5px;
  top: 25px;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
}
.simple-chat-popup .simple-chat-popup-arrow {
  border-bottom-color: #292b2e;
  border-width: 0 5px 5px;
  left: 74%;
  margin-left: -5px;
  top: 0;
}
.simple-chat-popup-arrow {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}
.simple-chat-popup-inner {
  background-color: #000000;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  padding: 8px;
  text-align: right;
  text-decoration: none;
  background-color: #292b2e;
  font-size: 12px;
}
.simple-chat-popup-inner .message {
  color: #bfc0c1;
  font-size: 11px;
  margin-top: -4px;
}
.side-bar-widgets {
  position: relative;
  display: block;
}
.cover-pic-wrapper {
  max-height: 250px;
  position: relative;
  overflow: hidden;
}
.user-profile-pic {
  width: 100%;
  text-align: right;
  margin-top: -77px;
  position: relative;
  z-index: 200;
}
.user-profile-pic img {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 140px;
  overflow: hidden;
  width: 140px;
  border: 5px solid #2D343B;
  background-color: #2D343B;
}
.model-profile-pic{
	position:relative;
}
.model-profile-pic .status-icon{
	border: 4px solid #fff;
border-radius: 50%;
box-shadow: -1px 5px 3px #b3b3b3;
position: absolute;
top: 8px;
width: 20px;
height: 20px;
right: 10px;
background-position: -2px -2px;
}
.user-mini-description {
  margin-right: 10px;
}
.user-mini-description h3 {
  margin: 5px 0;
  margin-bottom: 0px;
  text-align: right;
}
.user-mini-description h5 {
  margin: 0px;
  font-size: 13px;
  color: #8B91A0;
  text-align: right;
}
.user-description-box {
  background-color: #f2f4f6;
  margin: 10px 15px;
  padding: 20px;
}
.user-description-box p {
  margin: 0 0 10px;
  font-size: 12px;
}
.user-description-box p i {
  width: 25px;
  font-size: 14px;
}
.user-description-box p:last-child {
  margin: 0px;
}
.progressbar{
	float:right;
	position:relative;
	top:-20px;
	max-width: 200px;
}
.friend-list {
  color: #414243;
  margin: 15px 0;
}
.friend-list .friend-details-wrapper {
  display: inline-block;
  float: left;
}
.friend-list .friend-profile-pic {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.friend-list .friend-name {
  display: block;
  font-size: 13px;
}
.friend-list .friend-description {
  display: block;
  font-size: 12px;
  color: #767e84;
}
.friend-list .action-bar {
  display: inline-block;
  margin-left: 10px;
  margin-top: 8px;
  float: left;
}
.user-profile-pic-normal {
  border-radius: 100px 100px 100px 100px;
  height: 35px;
  overflow: hidden;
  width: 35px;
}
.user-profile-pic-2x {
  border-radius: 100px 100px 100px 100px;
  height: 50px;
  overflow: hidden;
  width: 50px;
}
.user-profile-pic-2x.white-border {
  border: 5px solid #ffffff;
}
.user-status-box {
  border: none;
  border-radius: 0;
  margin: 0;
}
.post {
  display: block;
}
.post .info-wrapper {
  display: inline-block;
  float: left;
  width: 80%;
}
.post .info-wrapper.small-width {
  width: 70%;
}
.post .username {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.post .info {
  display: block;
}
.post .user-profile-pic-wrapper {
  display: inline-block;
  float: left;
  margin-right: 16px;
}
.post .more-details {
  display: block;
  float: left;
}
.post .post-links {
  margin: 4px 0 0;
  list-style: none;
  font-size: 11px;
  padding: 0;
}
.post .post-links li {
  display: inline;
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 8px;
}
.post .post-links li:after {
  color: #999999;
  content: "ï¿½";
  padding-left: 8px;
}
.post .post-links li:last-child:after {
  content: "";
}
.post .dark-text {
  color: #2a2e36;
}
.post .action-bar {
  display: block;
  list-style: none;
  margin: 13px 0 37px;
  font-size: 12px;
  padding: 0;
}
.post .action-bar li {
  display: inline;
  float: left;
  position: relative;
  padding-right: 8px;
}
.post-input {
  padding-left: 14px !important;
  padding-top: 18px !important;
  font-size: 14px;
}
.comments-section {
  margin-top: 12px;
}
#Parks {
  margin-bottom: 30px;
}
.img_wrapper {
  position: relative;
  background: #d1dade;
  overflow: hidden;
}
.img_wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  transition: opacity 150ms;
}
.img_wrapper.loaded img {
  opacity: 1;
}
.jvectormap-zoomin {
  bottom: 15px;
  top: auto;
}
.jvectormap-zoomout {
  bottom: 15px;
  left: 35px;
  top: auto;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  background-color: #0090d9;
  padding: 8px 10px;
  height: auto;
  width: auto;
}
.craft-map-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
}
.overlap-left-10 {
  position: relative;
  left: -10px;
}
.mapplic-container {
  background-color: transparent;
}
.mapplic-element.mapplic-loading {
  background-image: none;
  opacity: 0.7;
}
.mapplic-element.mapplic-loading:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #000;
  border-left-color: #000;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.error-body {
  background-color: #e5e9ec !important;
  font-family: 'Open Sans';
  height: 100%;
}
.error-wrapper {
  min-height: 100%;
  height: auto;
  margin: 0 auto -130px;
  padding: 0 0 60px;
  height: 624px;
}
.error-wrapper:after {
  content: "";
  display: block;
}
.wrappers {
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: text-top;
  width: inherit;
  height: inherit;
}
.error-container {
  font-family: 'Open Sans';
}
.error-container .error-number {
  color: #22262e;
  font-size: 120px;
  text-align: center;
  font-weight: 600;
  line-height: 130px;
}
.error-container .error-description {
  color: #22262e;
  font-size: 32px;
  text-align: center;
  font-weight: 300;
}
.error-container .error-description-mini {
  color: #22262e;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}
.error-container .input-prepend.inside .add-on {
  background-color: #ffffff;
  padding-top: 6px;
  color: #a1a1a1;
}
.error-container ul.footer-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.error-container ul.footer-links li {
  display: inline;
  border-right: 1px solid #000;
  padding: 0px 10px;
}
.error-container ul.footer-links li a {
  color: #22262e;
  font-size: 12px;
}
.error-container ul.footer-links li:last-child {
  display: inline;
  border-right: none;
  padding: 0px 10px;
}
.error-container ul.footer-links.small-links li {
  border-right: 1px solid #616a7b;
}
.error-container ul.footer-links.small-links li a {
  color: #616a7b;
  font-size: 11px;
}
.error-container ul.footer-links.small-links li:last-child {
  border-right: none;
}
.error-container .copyright {
  font-size: 12px;
  text-align: center;
}
.error-main {
  text-align: center;
  position: absolute;
  margin-top: 18%;
}
#footer {
  height: 130px;
}
#gmaps_context_menu {
  text-align: center;
}
#gmaps_context_menu a {
  color: #8b91a0;
}
#gmaps_context_menu a:hover {
  color: #1b1e24;
  text-decoration: none;
}
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.cbp_tmtimeline li {
  position: relative;
}
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #f2f4f6;
  left: 20%;
  margin-left: -10px;
}
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
  text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime .date {
  font-size: 1.2em;
  color: #505458;
  margin-bottom: 5px;
  display: block;
}
.cbp_tmtimeline > li .cbp_tmtime .time {
  font-size: 1.5em;
  color: #505458;
  display: block;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #505458;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #ffffff;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #ffffff;
  border-width: 10px;
  top: 10px;
}
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 37px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #7c8694;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #ffffff;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px;
  font-size: 1.3em;
}
.cbp_tmtimeline > li .cbp_tmicon.success {
  background: #0090d9;
  box-shadow: 0 0 0 8px #2ba3df;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmicon.primary {
  background: #0aa699;
  box-shadow: 0 0 0 8px #33b5aa;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmicon.warning {
  background: #fbb05e;
  box-shadow: 0 0 0 8px #fcbd79;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmicon.danger {
  background: #f35958;
  box-shadow: 0 0 0 8px #455a70;
  color: #ffffff;
}
.cbp_tmtimeline > li .cbp_tmicon.info {
  background: #1f3853;
  box-shadow: 0 0 0 8px #455a70;
  color: #ffffff;
}
.cbp_tmtimeline .action-links {
  margin: 4px 0 0;
  list-style: none;
  font-size: 13px;
  padding: 0;
  float: left;
}
.cbp_tmtimeline .action-links li {
  display: inline;
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 8px;
  color: #8b91a0;
}
.cbp_tmtimeline .action-links li:after {
  color: #999999;
  content: "ï¿½";
  padding-left: 8px;
}
.cbp_tmtimeline .action-links li:last-child:after {
  content: "";
}
/* Media Queries */
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  .cbp_tmtimeline > li .cbp_tmtime {
    text-align: left;
  }
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #fff;
    top: -20px;
  }
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #fff;
  }
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}
/*** Search Results ***/
#Parks {
  margin-bottom: 30px;
}
#Parks ul {
  padding-left: 0px;
}
/* IMAGES */
.img_wrapper {
  position: relative;
  background: #d1dade;
  overflow: hidden;
  float: left;
  direction: ltr;
}
.img_wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  transition: opacity 150ms;
}
.img_wrapper.loaded img {
  opacity: 1;
}
/* FAIL ELEMENT */
#Parks {
  position: relative;
  margin: 0px;
}
.fail_element {
  position: absolute;
  opacity: 0;
  top: 100px;
  text-align: center;
  width: 50%;
  left: 25%;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 300;
}
.fail .fail_element {
  opacity: 1;
}
/* LIST VIEW STYLES */
#Parks.list .list_header {
  height: 38px;
  line-height: 38px;
  background: #d1dade;
  text-align: right;
  color: #59514c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#Parks.list .meta {
  display: inline-block;
  width: 205px;
  text-align: center;
  line-height: 99px;
  border-left: 1px solid #d7dbe0;
  height: 100%;
  vertical-align: top;
}
#Parks.list .list_header .meta {
  line-height: 38px;
  border: 0 none;
  margin-top: -8px;
  vertical-align: inherit;
}
#Parks.list .meta.name {
  float: left;
  text-align: left;
  width: auto;
  border-left: 0 none;
}
#Parks.list .list_header .meta.name {
  padding-left: 15px;
}
#Parks.list .list_header .meta span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 7px 0 0;
  cursor: pointer;
  top: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#Parks.list .list_header .meta span:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  border: 5px solid transparent;
}
#Parks.list .list_header .meta span.asc:after {
  border-top: 7px solid #8E9AA2;
}
#Parks.list .list_header .meta span.desc:after {
  top: 4px;
  border-bottom: 7px solid #8e9aa2;
}
#Parks.list .list_header .meta span:hover {
  background: #b8bbbe;
}
#Parks.list .list_header .meta span.asc:hover:after {
  border-top-color: #e5e9ec;
}
#Parks.list .list_header .meta span.desc:hover:after {
  border-bottom-color: #e5e9ec;
}
#Parks.list .list_header .meta span.active.asc:after {
  border-top-color: #505458;
}
#Parks.list .list_header .meta span.active.desc:after {
  border-bottom-color: #505458;
}
#Parks.list .mix {
  display: none;
  opacity: 0;
  padding: 18px 0 14px;
  border-bottom: 1px solid #d7dbe0;
  text-align: right;
  height: 135px;
  width: 100%;
  line-height: 99px;
  vertical-align: top;
  font-weight: 300;
}
#Parks.list .mix .meta * {
  line-height: 1;
}
#Parks.list .mix .meta p,
#Parks.list .mix .meta ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
#Parks.list .mix .meta li {
  margin-bottom: 5px;
}
#Parks.list .img_wrapper {
  display: inline-block;
  width: 177px;
  height: 95px;
  vertical-align: top;
  margin-right: 30px;
}
#Parks.list .titles {
  display: inline-block;
  vertical-align: middle;
}
#Parks.list .titles h2 {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #47a497;
  letter-spacing: 2px;
  margin-bottom: 3px;
  line-height: 1.2 !important;
}
#Parks.list .titles p {
  text-indent: -2px;
}
#Parks.grid {
  text-align: justify;
}
#Parks.grid .list_header {
  display: none;
}
#Parks.grid .meta {
  display: none;
}
#Parks.grid .meta.name {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
}
#Parks.grid .mix {
  display: none;
  opacity: 0;
  position: relative;
  width: 48.5%;
  padding-top: 26%;
  margin-bottom: 3%;
}
#Parks.grid .img_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}
#Parks.grid .titles {
  position: relative;
  width: 90%;
  max-width: 400px;
  height: auto;
  margin-top: 75%;
  margin: 53.5% auto 0;
  top: -80px;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#Parks.grid .titles h2 {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #47a497;
  letter-spacing: 2px;
  margin-bottom: 3px;
}
#Parks.grid .titles p {
  font-weight: 300;
  text-indent: -2px;
}
@media (max-width: 500px) {
  #Parks.grid .mix {
    width: 100%;
    padding-top: 53%;
  }
  .drop_down {
    display: none;
  }
}
@media (max-width: 1000px) {
  #Parks.list .meta {
    width: 150px;
  }
}
@media (max-width: 840px) {
  #Parks.list .meta.region,
  #Parks.list .meta.rec {
    display: none;
  }
}
@media (max-width: 540px) {
  #Parks.list .meta.area {
    display: none;
  }
  #Parks.list .titles {
    max-width: 37%;
  }
}
body.rtl .breadcrumb > li + li:before {
  display: none;
}
body.rtl .breadcrumb > li + li:after {
  padding: 0 5px;
  color: #515050;
  font-family: FontAwesome;
  content: "\f104";
}
body.rtl .chat-window-wrapper {
  left: 0;
  right: auto;
}
body.rtl #header_task_bar {
  display: none;
}
body.rtl.open-menu-left .page-content {
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
}
body.rtl.open-menu-left .header {
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
}
body.rtl.open-menu-right .page-content {
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
}
body.rtl.open-menu-right .header {
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
}
body.rtl .header {
  right: 0;
}
body.rtl .footer-widget {
  right: 0;
  left: auto;
}

/*----------------- Search Profile ----------------*/
.upgrade-membership-banner{
	clear:both;
	padding:30px 15px;
}
.upgrade-membership-banner img{
	max-width:100%;
}
.chat-settings{
	/*height: 40px;*/
}
.chat-settings ul.dropdown-menu{
	right:0;
	left:auto;
	top:20px;
}
.chat-header span.label-chat{
	font-size: 16px;
    padding:0px 0 0 13px;
    display: inline-block;
    color: #fff;
}
.chat-settings .top-settings-dark{
	top:0px;
	float: right;
	margin-right:12px;
	cursor:pointer;
}
.search-chat .iconset{
	margin:20px auto;
}
.main-menu-wrapper{
	margin-right:0;
}
.right-space-chat{
	margin-right:60px;
}
.chat-window-wrapper .user-details{
	display:none ;
}
.chat-window-wrapper2 .user-details{
	display:inline-block;
}
.container-box{
	/*background: #fff;*/
    /*padding-bottom: 40px;*/
	background:#242b32; /*atlers*/
    /*box-shadow: 0px 1px 7px #e6e6e6; atlers*/
	/*box-shadow: 0px 1px 3px #000;*/
    margin-bottom: 20px;
	border-radius:4px;
}
.btn-see-all:hover{
  background:#c2002e;
}
.wrap-content{
	padding:1px 20px 20px;
}
.chat-toggler .popover{
	background:#fff;
}
.chat-toggler .popover-content {
    padding: 9px 14px;
}
.user-profile-cover{
	background-size: cover;
    height: 200px;
    background-position: center center !important;
}
.add-description{
	position:relative;
}
.add-description input[type="text"]{
	width:100%;
}
.add-description:hover .add-text,.add-description input[type="text"]:focus.add-text{
	background:#c2002e;/*#ff006f;*/
	color:#fff;
}
.add-description .add-text{
	position: absolute;
    right: 1px;
    background: none;
    border: none;
    font-size: 20px;
    top: 0px;
    font-weight: 600;
    color: #777;
    padding: 8px 10px;
}
.clear{
	clear:both;
}
.membership-info{
    text-align: center;
    max-width: 170px;
    font-size: 11px; 
	color:#cecfd1;/*atlers*/
}
.membership-info span{
	display:block;
	font-weight: 700;
}
.membership-info div{
	float: left;
	text-align:center;
}
.membership-info div.credit-score{
	border-right:1px solid #ddd;
  padding-right:12px;
  font-size:12px;
}
.membership-info div.current-membership{
  padding-left:10px;
  font-size:12px;
}
.profile-completion{
	color: #777;
    font-size: 12px;
    padding-top: 19px;
}
.bottom-content{
	padding: 22px 0 0 0;
}
.bottom-content ul{
	margin: 0;
    padding: 0;
}
.bottom-content ul li{
	display:inline-block;
	padding-right:8px;
}
.bottom-content ul li i{
	margin-right:5px;
}
.bottom-content ul li a{
	color:#fff;
}
.bottom-content ul li a:hover{
	color:#c2002e !important;/*#ff006f;*/
}
.breadcrumb-main{
	background: #242b32;
    width: 100%;
    padding: 12px 6px 12px 9px;
    margin-bottom: 5px;
    border-radius: 4px;
    /*box-shadow: 0px 0 2px #DED;*/
    border-bottom: 2px solid #3f454c;
}
.breadcrumb-main ul.breadcrumb{
	background: none;
    margin: 0;
    padding: 0;
}
.breadcrumb-main ul.breadcrumb li,.breadcrumb-main ul.breadcrumb li i{
	color:#c2002e;/*#ff006f;*/
}
.breadcrumb-main ul.breadcrumb li i{
}
.breadcrumb-main ul.breadcrumb li,.breadcrumb-main ul.breadcrumb li a{
	font-weight:400;
}
.top-small-space{
	/*padding-top:10px;*/
}
.top-large-space{
	padding-top:25px;
}
.bottom-large-space{
	padding-bottom:25px;
}
.top-quicklinks{
	float: left;
	border-left: 1px solid #3e444b;
    border-right: 1px solid #3e444b;
	/*
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
    height: 80px;
    margin: 0;
    padding: 0 20px;
}
.top-quicklinks li:first-child{
 /* padding-top: 8px !important; */
}
.top-quicklinks li.quicklinks .badge{
  position: absolute;
  left: 22px;
  top: 23px;
  border: 1px solid #fff;
}
.top-quicklinks li.quicklinks{
	float: left;
  /* padding-top: 17px; */
  padding-right:5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-quicklinks li.quicklinks .chat-toggler{
	margin-right:0;
}
.top-quicklinks li.quicklinks a{
  font-size:20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-quicklinks li.quicklinks a:hover{
  color: #c2002e;
}

/*----------------- Edit Profile ----------------*/

.form-categorie{
	/*padding-top:20px;*/
	padding-bottom:50px;
}
.form-categorie h3{
	/* border-bottom: 1px solid #eaeaea; */
	border-bottom: 2px solid #383f47;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
	
}
.form-categorie label.form-label{
	text-transform: uppercase;
	padding-top: 11px;
	vertical-align: middle;
	font-size:13px;
}
.form-categorie .form-group{
	clear: both;
	padding-top: 13px;
}


/*----------------- Live Models ----------------*/

.search-models-list-col{
	/*box-shadow:0px 0px 5px #efefef;*/
  /*box-shadow:0px 0px 3px #000;*/
  background:#373e45;
  border-radius:5px !important;
	padding:10px;
	margin:10px 0;
}
.model-list-header{
	padding-bottom:10px;
}
.model-content-wrap{
    height: 150px;
    overflow: hidden;	
}
.model-content-wrap img{
	transition-duration:1s;
	transition-property:all;	
}
.model-content-wrap img:hover{
	-webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.model-list-bottom{
	padding-top:5px;
}
.model-list-bottom .model-location{
  color:#777;
  display:flex;
  align-items:center;
}
.model-location-city{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
}
.model-location-country{
text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  min-width:55px;
}
.model-list-bottom .model-location i,.model-location i{
	padding-right:5px;
}
.model-list-bottom h3{
	display: inline-block;
    margin: 0;
    padding: 0;
    font-size:16px;/*atlers*/
    font-weight: 400; /*atlers*/
	color:#ecedee;/*atlers*/
}

/*---------------- Profile Details ---------------*/

.column-two{
	float: left;
	width: 50%;
	overflow: hidden;
	height: 100%;
	padding: 2px;
}
.column-two img,.column-one img{
	max-width:102%;
}
.column-two,.column-one,.private-photo-content{
	border-radius:6px;	
}
.column-one{
	float: left;
	width: 100%;
	overflow: hidden;
	height: 100%;
	margin-top: 1px;
	padding: 1px 0px 0 0px;
	position:relative;
}
.gallery-over{
	position: absolute;
	display:block;
right: 20px;
bottom: 20px;
background: #fff;
width: 40px;
border-radius: 50%;
height: 40px;
text-align: center;
padding-top:11px;
box-shadow:0 1px 2px #ccc;
}
.gallery-over i{
	font-size: 19px;
color: #b4b4b4;
}
.gallery-over:hover,.gallery-over:hover i{
	background:#c2002e;/*#ff006f;*/
	color:#fff;
}
.private-photo-content{
  height: 356px;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 3px;
}
.private-photo-content img{
	filter:blur(15px)
}
.overlay-blanket{
	background:rgba(0,0,0,.60);
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.membership-message-on-videos-photos{
  position:absolute;
  top:50%;
  width:100%;
  text-align: center;
  transform: translateY(-50%);
  height: 100%;
  align-items: center;
}
.membership-message-on-videos-photos p{
	color:#fff;/*#ff006f;*/
	font-size:16px;
}
.membership-message-on-videos-photos p span{
	color:#fff;
}
.credit-message{
  position: absolute;
  z-index: 9;
  top: 50%;
  width: 100%;
  text-align: center;
  padding:15px;
  align-items: center;
  height: 100%;
  transform: translateY(-50%);
}

}
.credit-message p{
	color:#fff;/*#ff006f;*/
	font-size:15px;
}
.credit-message p span{
	color:#c2002e;
}
.profile-match-result{
	box-shadow: 10px -10px 0px #c2002e;/*#ff006f;*/
    clear: both;
    margin-top: 51px;
	border-radius:6px;
    padding: 12px;
}
.match-result-body ul{
	margin:0;
	padding:0;
}
.match-title{
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.match-result-body li{
	clear:both;
	padding-top:10px;
	padding-left: 20px;
}
.match-result-body li.last{
  padding-bottom:10px;
}
.match-result-body .match-for{
	color:#c2002e; /*#ff006f;*/
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.match-result-body .matched i{
	color:#c2002e;/*#ff006f;*/
}
.match-result-body .not-matched i{
	color:#ccc;
}
.match-result-body{
	padding: 8px;
	
}
.match-result-shadow{
	box-shadow: -20px 0px 17px #f5f5f5;
}
.bottom-user-personal-info{
	border-top:1px solid #ddd;
	margin-top:20px;
}
.bottom-user-personal-info ul{
	padding:0;
	margin:0;
}
.bottom-user-personal-info ul li{
	padding:5px 0 10px;
}
.bottom-user-personal-info h3{
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3c3c3c;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding-right: 6px;
}
.bottom-user-personal-info ul div.info-title{
	color:#c2002e; /*#ff006f;*/
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.interest-tag-input button{
	background: #242b32;
    box-shadow: 0 0 5px #131618;
    border: none;
    display: inline;
    padding: 4px 20px;
    margin-right: 8px;
    margin-bottom: 11px;
    color:#fff;
}
.interest-tag-input button:hover{
	background:#c2002e;/*#ff006f;*/
	color:#fff;
}

/*----------------- Dashboard ----------------*/

.dashboard-swipe-match-game{
	text-align:center;
}
.swipe-head-thumb{
	padding-top:20px;
}
.swipe-head-thumb img{
	max-width:100%;
}
.swipe-head-thumb,.dash-swipe-info{
	padding-bottom:20px;
}
.dash-swipe-info span{
	color: #777;
    display: block;
    line-height: 14px;
}
.dash-swipe-info button{
	border-radius:20px;
	width:70%;
	margin-top:20px;
}
.dashboard-swipe-match-game,.dash-profile-match-details,.match-image-pane{
	height:300px;
	overflow:hidden;
}
.match-carousel-content{
	position: absolute;
    bottom:0px;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 100%;
    padding: 17px;
}
.match-carousel-content h3{
	color:#fff;
	font-size:18px;
	margin:0;
	font-weight: 600;
}
.match-carousel-content .model-location{
	font-style: italic;
	font-size: 13px;
}
.match-image-pane{
	overflow: hidden;
    width: 100%;
    position: relative;
}
.bookmark-model-slider{
	position: absolute;
	top: 20px;
	right: 20px;
}
.bookmark-model-slider .heart{
	width:15px;
	height:15px;
}
.dash-profile-match-details .carousel .carousel-control{
	bottom: 0 !important;
	right: 1vw !important;
	background-image: none;
	height:75px;
	top: auto;
	left: auto;
	z-index:999;
}
.dash-profile-match-details .carousel .carousel-control span{
	font-size:14px;
}
.dash-profile-match-details .carousel .carousel-control.right{
	   right: -10px !important;
}
.dash-mach-info{
}
.match-details-list ul{
	float:left;
	margin:0;
	padding:0 12px 0 0;
}
.match-details-list ul li{
	padding:2px 0 0;
	color: #f8f7f7;/*#484848;*/
}
.match-details-list ul li .item-matched-sign i{
	color:#41eaab;
}
.match-details-list ul li .item-not-matched-sign i{
	color:#e82b6b;
}
.user-description{
  display:flex;
  widows: 10px;
  padding:0px;
}

.user-description p{
	font-size:13px;
	font-style:italic;
	color:#7b8082;/*atlers*/
}
.dash-mach-info{
    padding: 10px; 
}
.match-details-list .match-title{
	text-align:left;
	border:none;
	color:#c2002e;/*#ff006f;*/
	padding-bottom:5px;
	font-weight:600;
}
.bottom-call-to-action{
	bottom:12px;
    position: absolute;
    right: 14px;
    display:flex;
}
.mobile-bottom-call-to-action{
  display:none;
}
.match-percent-count{
	position: absolute;
  top: 18px;
  right: 0px;
  text-align: center;
}
.match-percent-count span{
	display: block;
text-align: center;
line-height: 15px;
font-size:13px;
color:#86888E;/*atlers*/
text-transform: uppercase;
}
.match-percent-count strong{
	color:#c2002e; /*#ff006f;*/
    font-size: 24px;
    font-weight: 600;
}
.bottom-call-to-action button.btn-primary i{
	margin-right:5px;
}
/* .bookmark-models i{
   color:#E6E6E6; 
  color:#5b6c7e;
} */
.list-content-hover{
	position:relative;
}
.best-match-over{
	  position: absolute;
    left: 50%;
    top: 25%;
    background: rgba(0,0,0,.8);
    padding: 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    color:#fff;
    transform:translateX(-50%);
}
.best-match-over .percent-count{
	/*color: #c1002e;*/
	color: #c2002e;
	font-size: 19px;
	font-weight: 600;
	line-height: 16px;
	padding-top: 12px;
}
.link-outline-btn{
	padding-top:10px;
}
.link-outline-btn button{
	/*border:1px solid #ddd;
	background:#fff; atlers*/
	border:1px solid #37414c;
	background:#37414c;
	border-radius:4px;
	padding:4px 18px;
	color:#c1c3c5;
}

/*---------- For Carousel Fadein ---------------*/

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 
.carousel-caption {
    text-shadow: 0 1px 4px rgba(0,0,0,.9);
  font-size:17px
}
.carousel-caption h3 {
  font-size: 30px;
}
/*--------------- Registration ----------------*/

.registration-step1{
	background:url(../../images/header-bg.jpg) no-repeat;
	background-size: cover;
	height:100%;
	position:absolute;
	width:100%;
	min-height:550px;
	
}
.registration-step2{
	background:url(../../images/header-bg.jpg) no-repeat;
	background-size: cover;
	height:100%;
	position:absolute;
	width:100%;
	min-height:550px;
	background-position-x: -400px;
	
}
.top-brand{
	text-align:center;
	padding-top:30px;
}
.container-centre{
	text-align: center;
	color: #fff;
	padding: 80px 12px 0px;
	max-width: 470px;
	margin: 0 auto;
}
.container-centre h3{
	color:#fff;
}
#user-type{
	padding:30px 0;
}
#user-type li{
	float:left;
	width:50%;
}
#user-type li a{
	display:block;
}
#user-type li i{
	display:none;
}
#user-type ul{
	padding:0;
	margin:0;
}
#user-type li button{
	border:1px solid #ccc;
	background:none;
	width:100%;
	padding:10px;
}
#user-type li button:focus,
#user-type li button:active,
#user-type li button.active,
#user-type li button.disabled,
#user-type li button[disabled] {
	border-color:#fff ;
	color:#000;
}
#user-type li.current button{
	background:#fff;
	color:#777;
}
#user-type li.current i{
	display:inline;
}
.registration-guide{
	font-style: italic;
	font-size: 13px;
}
.model-client-link{
	color:#c2002e;/*#ff006f;*/
	text-decoration:underline;
	padding-top:5px
}
.model-client-link:hover{
	color:#c2002e;/*#ff006f;*/
	text-decoration:none;
}
.bottom-step-btn{
	position:absolute;
	right:50px;
	bottom:50px;
}
.registration-right-pane .registration-step1{
	position: relative;
}
.registration-right-pane .registration-step2{
	position: relative;
}
/*------------- Registration Steps ---------------*/

.header-steps{
	box-shadow:2px 2px 8px rgba(0,0,0,.08);
	padding: 13px 0;
}
.steps-space{
	padding: 40px 20px 0 70px;
}
.textarea-description{
	width: 100%;
	min-height: 240px;
	max-width: 800px;
}
.row-call-to-action{
	max-width:800px;
	width:100%;
}
.letter-count{
	padding-top: 10px;
	display: block;
	color: white;
}
.upload-photo{
	max-width:500px;
	margin:40px auto 0;
}
.upload-action-btn button{
	width:49.5%;
	border-radius:0;
	padding:12px 0;
}
.right-pane-steps-btn{
	position:absolute;
	bottom:30px;
	padding:40px;
	width:100%;
}
.right-pane-steps-btn button{
	width:100%;
	text-align:center;
	display:block;
	margin-bottom:10px;
}
.reg-steps-back{
	position: absolute;
    left: 28px;
    top: 24px;
    color: #777;
    display: block;
}
.reg-steps-back i{
	margin-right: 5px;
}
/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    overflow: hidden;
    counter-reset: step;
    padding: 0;
    margin-left: 90px;
}

#progressbar li {
    list-style-type: none;
text-transform: uppercase;
font-size:11px;
/*width:32%;*/
width:100%;
float: left;
position: relative;
letter-spacing: 1px;
text-align: center;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 22px;
    display: block;
    font-size: 12px;
    color: #fff;
    /* background:#5f5f5f; */
    background:#343b43;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    /* background: #ccc; */
    background: #343b43;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
  /* background: #ee0979; */
  background: #be022e;
    color: white;
}
#progressbar li.active{
	/* color:#ee0979; */
	color:#bb022d;
}
/*---------------- Membership Plan ------------------*/
.membership-plan .modal,.credit-plan .modal{
	/*position:absolute;*/
	/* min-height: 860px; */
}
.model-header{
	color:#fff;
	margin:0;
	/* text-transform:uppercase; */
}
.membership-wrap{
	padding:0px 70px 0;
	flex-direction:row;
}
.membership-plan .modal-content{
	max-width:779px;
	margin:0 auto;
}
.membership-description p{
  color: #848484;
  text-align: center;
  padding: 15px 70px;
  font-size: 15px;
  line-height: 21px;
}
.membership-plan .modal-dialog,.credit-plan .modal-dialog{
	max-width:none;
	width:100%;
	/* margin: 14px auto; */
}
.membership-plan .modal-body,.membership-plan .modal-header,.credit-plan .modal-body,.credit-plan .modal-header{
	background: #242B32;
	border-bottom-color: #242B32;
	padding: 0px;
}
.membership-plan .modal-header{
	padding: 14px 20px !important;
}
.memmership-plans-column{
	float: left;
	width: 46.4%;
	background-color: #2B333B;
	border-radius: 5px;
	margin: 0 7px;
	position: relative;
	padding-bottom:45px;
	box-shadow: 0 0 4px rgba(0,0,0,.3);
}
.popular-plan{
	background-color:#2B333B;
}
.cd-header {
  height: 100px;
  line-height: 170px;
  position: relative;
}
.cd-price{
	color:#fff;
	text-align:center;
	padding-top: 24px;
}
.small-header{
	position:absolute;
	top:-2px;
	left:0;
	text-align:center;
	padding:9px 0;
	background:#C2002E;
	width:100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.popular-plan .plan-icons i{
	color:#fff;
}
.popular-plan .cd-price{
	padding-top:7px;
}
.plan-icons i{
	color:#c2002e;
	font-size:30px;
}
.membership-modal-footer{
	border-top: none;
    box-shadow: none;
    background-color: #242b32;
    margin-top: 0;
    text-align: right;
    position: relative;
    bottom: 0px;
    height:55px;
    width: 100%;
    left: 0;
}
.membership-plan .modal-header .close{
	color:#fff;
	margin-top:0px;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 160px;
    line-height: 280px;
  }
  .cd-header h1 {
    font-size: 3.6rem;
    font-weight: 300;
  }
}

.cd-pricing-container {
  width:100%;
  max-width: 1200px;
  margin:0px auto 55px;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-container {

  }
  .cd-pricing-container.cd-full-width {
    width: 100%;
    max-width: none;
  }
}

.cd-pricing-switcher {
    text-align: center;
    position: absolute;
    bottom: 4px;
    z-index: 999;
    left: 75px;
    top: unset;
}
.cd-pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 0px;
    border-radius: 50em;
    background: #3a424a;
       
}
.cd-pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.cd-pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 20px;
    height: 13px;
    line-height: 30px;
    cursor: pointer;
    color: #FFFFFF;
}
.cd-pricing-switcher .cd-switch {
  /* floating background */
 	position: absolute;
    top: 0px;
    left: 0px;
    height: 18px;
    width: 20px;
    background-color: #fff;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}
.cd-pricing-switcher input[type="radio"]:checked + label + .cd-switch,
.cd-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .cd-switch {
  /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  background: #c2002e;/*#ff006f;*/
}
.cd-pricing-switcher + .fieldset,
.cd-pricing-switcher input[type="radio"]:checked + .fieldset {
	border:1px solid #000;
}
.no-js .cd-pricing-switcher {
  display: none;
}

.cd-pricing-list {
  margin:0;
  padding:0;
}
.cd-pricing-list > li {
  position: relative;
  margin-bottom: 1em;
  padding-left:0;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-has-margins .cd-pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

.cd-pricing-wrapper {
  /* this is the item that rotates */
  position: relative;
  margin:0;
  padding:0;
}
.cd-pricing-wrapper li {
	padding-left:0;
}
.touch .cd-pricing-wrapper {
  /* fix a bug on IOS8 - rotating elements dissapear*/
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.cd-pricing-wrapper.is-switched .is-visible {
  /* totate the tables - anticlockwise rotation */
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 0.5s;
  -moz-animation: cd-rotate 0.5s;
  animation: cd-rotate 0.5s;
}
.cd-pricing-wrapper.is-switched .is-hidden {
  /* totate the tables - anticlockwise rotation */
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse 0.5s;
  -moz-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
  opacity: 0;
}
.cd-pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-visible {
  /* invert rotation direction - clockwise rotation */
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: cd-rotate-back 0.5s;
  -moz-animation: cd-rotate-back 0.5s;
  animation: cd-rotate-back 0.5s;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-hidden {
  /* invert rotation direction - clockwise rotation */
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse-back 0.5s;
  -moz-animation: cd-rotate-inverse-back 0.5s;
  animation: cd-rotate-inverse-back 0.5s;
  opacity: 0;
}
.cd-pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}
.cd-pricing-wrapper > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Firefox bug - 3D CSS transform, jagged edges */
  outline: 1px solid transparent;
}
.cd-pricing-wrapper > li::after {
  /* subtle gradient layer on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #FFFFFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.cd-pricing-wrapper > li.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  display: none;
}
.cd-pricing-wrapper .is-visible {
  /* the front item, visible by default */
  position: relative;
  z-index: 5;
}
.cd-pricing-wrapper .is-hidden {
  /* the hidden items, right behind the front one */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cd-pricing-wrapper .is-selected {
  /* the next item that will be visible */
  z-index: 3 !important;
}
@media only screen and (min-width: 768px) {
  .cd-pricing-wrapper > li::before {
    /* separator between pricing tables - visible when number of tables > 3 */
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  .cd-pricing-wrapper > li::after {
    /* hide gradient layer */
    display: none;
  }
  .cd-popular .cd-pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #e97d68;
  }
  .cd-has-margins .cd-pricing-wrapper > li, .cd-has-margins .cd-popular .cd-pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  .cd-secondary-theme .cd-pricing-wrapper > li {
    background: #3aa0d1;
    background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
    background: linear-gradient(to top, #3aa0d1, #3ad2d1);
  }
  .cd-secondary-theme .cd-popular .cd-pricing-wrapper > li {
    background: #e97d68;
    background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
    background: linear-gradient(to top, #e97d68, #e99b68);
    box-shadow: none;
  }
  :nth-of-type(1) > .cd-pricing-wrapper > li::before {
    /* hide table separator for the first table */
    display: none;
  }
  .cd-has-margins .cd-pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  .cd-has-margins .cd-pricing-wrapper > li::before {
    display: none;
  }
}
@media only screen and (min-width: 1500px) {
  .cd-full-width .cd-pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

.no-js .cd-pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .cd-popular .cd-pricing-wrapper > li::before {
    /* hide table separator for .cd-popular table */
    display: none;
  }

  .cd-popular + li .cd-pricing-wrapper > li::before {
    /* hide table separator for tables following .cd-popular table */
    display: none;
  }
}
.cd-pricing-header {
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 1em;
  pointer-events: none;
  color: #FFFFFF;
}
.cd-pricing-header h3 {
  color:#fff;
  font-size:13px;
}
.cd-popular .cd-pricing-header {
  background-color: #e97d68;
}
  .cd-pricing-header {
    height: auto;
    padding: 42px 0 4px 0;
    pointer-events: auto;
    text-align: center;
    background-color: transparent;
  }
  .cd-popular .cd-pricing-header {
    color: #e97d68;
    background-color: transparent;
  }
  .cd-secondary-theme .cd-pricing-header {
    color: #FFFFFF;
  }
  .cd-pricing-header h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
  }
.cd-currency, .cd-value {
  font-size: 2rem;
  font-weight: 600;
}
.previous-price{
  display: block;
  color: #c2002e;
  padding-bottom: 7px;
  font-weight: 600;
  font-size: 17px;
  text-decoration:line-through;

}
.cd-duration {
  display: block;
  color: #fff;
}
.cd-popular .cd-duration {
  color: #f3b6ab;
}
  .cd-currency, .cd-duration {
  }
  .cd-currency {
    display: inline-block;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
  }

.cd-pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.is-switched .cd-pricing-body {
  /* fix a bug on Chrome Android */
  overflow: hidden;
}

  .cd-pricing-body {
    overflow-x: visible;
  }


.cd-pricing-features {
  padding:0;
}
.cd-pricing-features:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pricing-features li {
  width: 100px;
  color:#fff;
  float: left;
  padding: 1.6em 1em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cd-pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
  .cd-pricing-features {
    width: auto;
  }
  .cd-pricing-features li {
    float: none;
    width: auto;
    padding: 8px;
  }
  .cd-popular .cd-pricing-features li {
    margin: 0 3px;
  }
  .cd-pricing-features li:nth-of-type(2n+1) {
    background-color:#242B32;
  }
  .cd-pricing-features em {
    display: inline-block;
    margin-bottom: 0;
  }
  .cd-has-margins .cd-popular .cd-pricing-features li, .cd-secondary-theme .cd-popular .cd-pricing-features li {
    margin: 0;
  }
  .cd-secondary-theme .cd-pricing-features li {
    color: #FFFFFF;
  }
  .cd-secondary-theme .cd-pricing-features li:nth-of-type(2n+1) {
    background-color: transparent;
  }


.cd-pricing-footer {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
}
.cd-pricing-footer::after {
  /* right arrow visible on mobile */
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
  .cd-pricing-footer {
  }
  .cd-pricing-footer::after {
    /* hide arrow */
    display: none;
  }
  .cd-has-margins .cd-pricing-footer {
    padding-bottom: 0;
  }

.popular-plan .cd-select {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #C2002E;
  text-indent: 0;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  padding:7px 0;

    
  }
.cd-select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  /* hide button text on mobile */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.cd-select:hover{
  color:white !important;
  background-color:#4B5055;
}
.cd-select:focus{
  color:white !important;
}
  .cd-select {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #4B5055;
    text-indent: 0;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    padding:7px 0;
  }
  .no-touch .cd-select:hover {
    background-color: #181818;
	color:#fff;
  }
  .cd-popular .cd-select {
    background-color: #e97d68;
  }
  .popular-plan .cd-select:hover{
	  background-color: #c90057;
  }
  .no-touch .cd-popular .cd-select:hover {
    background-color: #ec907e;
  }
  .cd-secondary-theme .cd-popular .cd-select {
    background-color: #0c1f28;
  }
  .no-touch .cd-secondary-theme .cd-popular .cd-select:hover {
    background-color: #112e3c;
  }
  .cd-has-margins .cd-select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
  }


/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}
@-moz-keyframes cd-rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}
@keyframes cd-rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@-webkit-keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}
@keyframes cd-rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}
@-webkit-keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes cd-rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes cd-rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}


/*----------------- Buy Credit ----------------*/
.credit-plan .modal-dialog{
	max-width:none;
	width:800px;
}
.credits-column{
  text-align: center;
  color: #fff;
  float: left;
  width: 31%;
  background-color: #2B333B;
  border-radius: 5px;
  margin: 25px 7px 0px;
  position: relative;
}
.popular-credit{
	background-color: #2b333b;
}
.popular-credit .credit-header{
	border-bottom-color: #de0061;
    padding-top: 49px;
}
.popular-credit .credit-header img{
}
.popular-credit .credit-body .previous-credit-price{
	/* color:#fff; */
}
.popular-credit .cd-select{
	/* background-color:#c90057; */
}
.popular-credit .cd-select:hover{
	background-color:#a90049;
}
.cd-select:hover {
  background-color: #6a6e73;
}
.credit-header{
    padding: 27px 0 10px;
    height: 134px;
}
.credit-header .total-credit{
  text-transform: uppercase;
  font-size: 14px;
  margin-top:6px;
  display:inline-block;
}
.credit-header img{
	margin: 0 auto;
    text-align: center;
    display: block;
}
.credit-body{
	padding:14px 0;
}
.credit-body .previous-credit-price{
	display:block;
  color:#FF003D;
	text-decoration:line-through;
	font-size:16px;
}
.credit-body .current-credit-price{
	display:block;
  font-size:25px;
	font-weight:600;
}
.credit-plan h3.model-header hr,.membership-plan h3.model-header hr{
	position: relative;
    top:15px;
    text-align: center;
    height: 0px;
    width: 60px;
    display: block;
    margin: 0 auto;
    border-bottom: none;
}


/*--------------------- Heart Button --------------*/
.buy-credit-switch-text{
	color: #fff;
    vertical-align: top;
    margin: 1px 0 0 10px;
    display: inline-block;
}
.heart {
  background: #ccc;
  /* background: #c2002e; atlers */
  margin-top:6px;
  cursor: pointer;
  height: 10px;
  width: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  transform: rotate(45deg);
}
.heart.liked {
  background: #c2002e;/*#ff006f;*/
}
.heart.liking {
 animation-name: pump;
  webkit-animation-name: pump; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .6s; /* Safari 4.0 - 8.0 */
    animation-name: pump;
    animation-duration:.6s;
}
.span-heart.liked {
  color: #c2002e;/*#ff006f;*/
}
.fa-heart.liked {
  color: #c2002e;/*#ff006f;*/
}
.fa-heart.liking {
 animation-name: fapump;
  webkit-animation-name: fapump; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: .6s; /* Safari 4.0 - 8.0 */
    animation-name: fapump;
    animation-duration:.6s;
}
.heart:hover {
  background: #c2002e;/*#ff006f;*/
  transform: rotate(45deg) scale(1.0);
}
.heart::before, .heart::after {
  content: "";
  height: inherit;
  width: inherit;
  border-radius: 50%;
  background: inherit;
}
.heart::before {
  position: absolute;
  top: 0;
  left: -6.3px;
}
.heart::after {
  position: absolute;
  top: -6.3px;
}
@keyframes pump {
  0% {
    transform: rotate(45deg) scale(1.2);
    background: #c2002e;/*#ff006f;*/
  }
  50% {
    transform: rotate(45deg) scale(1.2);
    background: #c2002e;/*#ff006f;*/
  }
  100% {
    transform: rotate(45deg) scale(1);
    background: #c2002e;/*#ff006f;*/
  }
}
@keyframes fapump {
  0% {
    transform: scale(1.2);
    color: #c2002e;/*#ff006f;*/
  }
  50% {
    transform: scale(1.2);
    color: #c2002e;/*#ff006f;*/
  }
  100% {
    transform: scale(1);
    color: #c2002e;/*#ff006f;*/
  }
}

/*-------------------- Chat -----------------*/
.scroll-hidden{
	overflow:hidden;
}
.chat-page{
	margin: 20px 20px 20px 20px;
    background-color: #242b32;
}
.chat-page .chat-window-wrapper{
	position:inherit !important;
	width:100%;
	background-color:#242b32;
}
.chat-left-list{
  overflow-x: hidden;
  overflow-y: hidden;
  height: 88vh;
  width: 310px;
  float: left;
  background: #242b32;
  margin-bottom: 20px;
}
.chat-left-list:hover{
	
}
.right-chat-conrersation{
	height:82vh;
	overflow:hidden;
	padding-left: 0px;
}
.chat-page .user-details{
     display: block; 
}
.chat-page .user-details-wrapper > .user-details > .user-name {
     color: #000; 
	 font-size: 15px;
	 font-weight: 600;
}
.chat-left-list .user-details-wrapper{
  position: relative;
  padding: 16px 10px !important;
  margin:-1px;
  border-top: 1px solid #3b4047;
  border-bottom: 1px solid #3b4047;
}
.chat-left-list .user-details-wrapper .status-icon {
	position: absolute;
    left: 44px;
    top: 14px;
}
.chat-left-list .user-details-wrapper.active,.chat-left-list .user-details-wrapper:hover {
	border-left:2px solid #c2002e;/*#ff006f;*/
	cursor:pointer;
	
}
.right-chat-conrersation .user-details-wrapper:hover{
  /*background-color: #fafafa !important;*/
  background-color: #242b32 !important;
}

.right-chat-conrersation .user-details-wrapper{
	clear:both;
	padding:0px 10px;
	margin:0;
}
.sent_time{
	color: #fff;
	font-size: 12px;
	padding-top:4px;
}
.sent_time_right{
	color: #fff;
	font-size: 12px;
	padding-top:4px;
}
.chat-header-search{
	height:50px;
}
.chat-header-search .search-user{
  position: relative;
  width: 350px;
  z-index: 9;
}
.chat-header-search input[type="text"]{
	background: #fff;
    width: 100%;
	height: 50px;
    border: none;
    text-indent: 30px;
    border-radius: 0;
}
.chat-header-search button.search-trigger{
	position: absolute;
    top:6px;
    background: none;
    border: none;
    padding: 5px;
    left: 9px;
}
.chat-extra-info{
	float: right;
    text-align: right;
    padding-right: 18px;
}
.chat-extra-info .chat-time{
    text-align: right;
	color: #777;
    font-size: 11px;
	display:block;
}
.chat-extra-info .user-chat-setting{
	color:#000;
}
.right-chat-conrersation .chat-messages-header{
    background-color: #fff;
    background-color: #242b32;
	color: #000;
	padding: 16px 16px;
   /* color: #000;
    position: fixed;
    width: 50%;*/
    z-index: 999;
}
.right-chat-conrersation .chat-messages-header .chat-options i{
	color:#000;
	font-size:18px;
	padding-top:7px;
}
.right-chat-conrersation .chat-input-wrapper{
	position:relative;
	padding:0;
	background-color: #242b32;
}
.right-chat-conrersation .chat-input-wrapper textarea{
	height: 60px;
/*background-color: #fff;*/
background-color: #242b32;
border: none;
font-size: 16px;
line-height: 13px;
}
.right-chat-conrersation .inner-scroll-content{
	padding:10px;
}
.chat-container-scroll{
	height: 62vh;
	overflow-y:scroll;
}
.chat-container-scroll:hover{
	
}
.chat-triger-pane{
	position: absolute;
right: 16px;
top: 14px;
}
.chat-moticon{
	padding-right:10px;
}
.chat-moticon i{
	font-size:24px;
	color:#777;
}
.chat-trigger-btn{
	background:url(../../images/fly.png);
	background-size: 80%;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	border: none;
	vertical-align:top;
}
.right-chat-conrersation .chat-messages-header .status-icon{
	margin-left:-10px;
}

/*-------------------- LIve Stream -----------------*/

.livestream-left-column{
    padding-right: 490px;
	width:100%;
}
.livestream-right-column{
	max-width:420px;
	float:right !important;
	min-width: 420px;
	position:  absolute;
	right:  0;
	height: 100%;
}
.stream-wrap{
	/* padding-left:50px; */
}
.live-stream-chat .chat-messages-header{
  /*background-color: #fff;*/
  background-color: #1c2329;
	color: #fff;
	box-shadow: 0px 2px 6px rgba(0,0,0,.2);
	/* border:none; */
}
.live-stream-chat .bubble{
  width: 185px;
  background-color: #1c2329;
}
.live-stream-chat .bubble:hover {
  background-color: #811fd5;
}	}
.stream-dropdown{
	padding-top: 11px;
	display:  inline-block;
}
.live-stream-chat .chat-page{
	background:none;
	box-shadow:none;
	margin:0;
}
.live-stream-chat .chat-page .chat-container-scroll{
	height:78vh;
	/* background: #fafafa; */
}
.live-stream-chat .right-chat-conrersation{
	height:auto;
}
.cam-single-user{
	height:75vh;
	overflow:hidden;
	margin-bottom:30px;
	border-radius:8px;
}
.request-private-show{
	position: absolute;
    /*left: 40%;*/
    bottom: 0;
	width:100%;
}
.request-private-show button{
	background: #c2002e;
    border-radius: 30px;
    border: 8px solid #1c2329;
    padding: 10px 30px;
    color: #fff;
    text-transform: uppercase;
	margin: 0 auto;
	display: block;
}
.stream-user{
	font-size:18px;
}
.live-stream-chat .chat-page .chat-input-wrapper{
	box-shadow: 0px 0px 20px rgba(0,0,0,.55);
}
.live-stream-chat .chat-page .chat-input-wrapper .chat-moticon i{
	font-size:34px;
}
.live-stream-chat .chat-page .chat-trigger-btn{
	background-size:100%;
}
.cam-single-user img,.cam-multi-user img{
	/*width:100%;*/
	border-radius:8px;
}
.cam-multi-user{
	border-radius:8px;
}
.live-stream-header{
  padding:16px 0 16px;
  align-items:center;
  display:flex;
  position:relative;
}
.top-stream-optons{
	float:right;
}
.top-stream-optons a{
	padding-right:20px;
	display:inline-block;
	color:#777;
}
.top-stream-optons a:hover{
  /*color:#000;*/
  color:#fff;
}
.top-stream-optons a span{
	padding-left:5px;
}
.streaming-logo{
	float:left;
}
.streaming-logo .label-live{
	vertical-align:top;
	color:#a6072e;
	text-transform:uppercase;
}

/*------------------- Range Slider ---------------------*/

.asRange {
  position: relative;
  width: 331px;
  height: 8px;
  background-color: #cfcdc7;
  border-radius: 8px;
}
.asRange .asRange-pointer {
  position: absolute;
  left: 30%;
  z-index: 2;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border-radius: 9px;
}
.asRange .asRange-pointer:before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: "";
  background: #6ba1ad;
  border-radius: inherit;
}
.asRange .asRange-pointer:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #fff;
  border-radius: inherit;
}
.asRange .asRange-pointer.start {
  left: 0;
  margin-left: 4px;
}
.asRange .asRange-pointer.stop {
  left: 100%;
  margin-left: -12px;
}
.asRange .asRange-pointer .asRange-tip {
  position: absolute;
  top: -33px;
  left: 0;
  width: 36px;
  height: 20px;
  margin-left: -15px;
  font-family: Bpreplay;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #5d5c58;
  border: 1px solid #5d5c58;
  border-radius: 3px;
  -webkit-transition: opacity .3s ease-in-out 0s;
  transition: opacity .3s ease-in-out 0s;
}
.asRange .asRange-pointer .asRange-tip:before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  content: "";
  background-color: #5d5c58;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.asRange .asRange-selected {
  position: absolute;
  left: 30%;
  z-index: 1;
  width: 40%;
  height: 8px;
  background-color: #7ebdcb;
  border-radius: 9px;
}
.asRange .asRange-scale {
  display: none;
}

.asRange-scale {
  position: relative;
  width: 331px;
  height: 8px;
  background-color: #cfcdc7;
  border-radius: 8px;
}
.asRange-scale .asRange-pointer {
  position: absolute;
  left: 30%;
  z-index: 2;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border-radius: 9px;
}
.asRange-scale .asRange-pointer:before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: "";
  background: #6ba1ad;
  border-radius: inherit;
}
.asRange-scale .asRange-pointer:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #fff;
  border-radius: inherit;
}
.asRange-scale .asRange-pointer.start {
  left: 0;
  margin-left: 4px;
}
.asRange-scale .asRange-pointer.stop {
  left: 100%;
  margin-left: -12px;
}
.asRange-scale .asRange-pointer .asRange-tip {
  position: absolute;
  top: -33px;
  left: 0;
  width: 36px;
  height: 20px;
  margin-left: -15px;
  font-family: Bpreplay;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #5d5c58;
  border: 1px solid #5d5c58;
  border-radius: 3px; 
  -webkit-transition: opacity .3s ease-in-out 0s; 
  transition: opacity .3s ease-in-out 0s;
}
.asRange-scale .asRange-pointer .asRange-tip:before {
  position: absolute;
  bottom: -3px;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  content: "";
  background-color: #5d5c58;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.asRange-scale .asRange-selected {
  position: absolute;
  left: 30%;
  z-index: 1;
  width: 40%;
  height: 8px;
  background-color: #7ebdcb;
  border-radius: 9px;
}
.asRange-scale .asRange-scale {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: url("../image/scale.png") no-repeat 0 center transparent;
}
.asRange-scale .asRange-scale li {
  position: absolute;
  top: 18px;
  width: 30px;
  height: 20px;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  text-align: center;
}
.asRange-scale .asRange-scale li:first-child {
  left: 0;
}
.asRange-scale .asRange-scale li:nth-child(2) {
  left: 33.3%;
}
.asRange-scale .asRange-scale li:nth-child(3) {
  left: 66.6%;
}
.asRange-scale .asRange-scale li:last-child {
  left: 100%;
}
/*----------------- Search Model -----------------*/

.search-tags{
	cursor:auto;
	margin-left:6px;
}
.search-tags span{
	cursor:pointer;
}
.search-tags i{
	float:none;
	font-size: 20px;
	margin-right: 0;
	position: inherit;
	padding-left: 14px;
	color:#fff;
}
/*--------------------------Profile Gallery --------------------*/
.my-pictre ul.list-inline li img{
	border:none;
	/*width:100%;*/
	
}
.my-pictre ul.list-inline li{
	width:19%;
	overflow:hidden;
}
.gallery-modal .modal-content,.gallery-modal .modal-body{
	background: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.gallery-modal .modal-content .close{
	top: 40px;
    float: right;
    text-align: right;
    position: relative;
    right: 20px;
    z-index: 9;
    color: #fff;
    opacity: 1;
	font-size: 16px;
	text-shadow: 1px 0px 2px #000;
}
.blurbg-open{
  -webkit-filter: blur(3px);
  filter:blur(3px);
}
/*----------------------- Match Game ---------------------------*/

.match-game-popup .modal-body,.match-game-popup .modal-header{
	background: #212121;
	border-bottom-color: #313131;
	padding: 8px;
	color:#fff;
}
.game-last-step{
	text-align:center;
	padding:20px 0 30px;
}
.match-game-popup .step-number{
	display:inline-block;
}
.match-game-popup .modal-body{
	box-shadow: 0px -2px 3px rgba(0,0,0,.30);
}
.match-game-popup .modal-header{
	line-height:26px;
	padding: 8px 20px;
}
.match-game-popup .modal-dialog{
	width:auto;
	max-width:644px;
}

#incoming_call_popup .modal-dialog{
	width:auto;
	max-width:400px;
}

#calling_popup .modal-dialog{
	width:auto;
	max-width:400px;
}

.game-last-step button{
	/*border-radius: 52px;
	border: 4px solid #3c3c3c;
	padding: 10px 50px;
	margin-top:10px;*/
}
.match-game-popup .modal-header .close{
	color:#fff;
	opacity:1;
	margin-top:0;
}
.back-link{
	display: inline-block;
	float: left;
}
.back-link a{
	color:#fff;
}
.match-progressbar{
	height: 3px;
	background: #c2002e;/*#ff006f;*/
	position: absolute;
	top: -4px;
	left: 0;
}

/* reg 2 customization */
#user_birthday {
  background-color: #343b41;
  border-color: #343b41;
  color: #ffffff;
}

.reg2-calendar-icon {
  background-color: #343b41;
  border-color: #343b41;
  color: #ffffff;
}

.select2, 
.select2-search, 
.select2-search input, 
.select2-results, 
.select2-container 
.select2-choice, 
.select2-drop-active,
#user_description,
#user_area_code
#user_headline_description {
  background-color: #343b41 !important;
  border-color: #343b41 !important;
  color: white;
}

.radio label:before {
  background-color: #1e252d;
  border-color: #343b41;
}

.slider-selection {
  background-color: #bb022d !important;
}

.slider-track {
  background-color: #343b41 !important;
  background-image: none !important;
}

.update-button {
  background-color: #e10234; 
  color: white;
}
.cancel-button:hover{
  background-color: #29313a !important;
}

.reg2-label {
  padding-left: 0 !important;
  
}
.check-success {
  display: inherit !important;
}
.headline {
  width: 100%;
  background: #343b41;
  border-color: #343b41;
  min-height: 250px;
  margin-top: 10px;
  margin-bottom:10px;
  color: white;
}

.headline:focus {
  color: black;
}

.headline-label-mt {
  width: 100%;
  word-wrap: break-word;
  margin-top: 20px;
  color: white;
}

.headline-label {
  width: 100%;
  word-wrap: break-word;
  color: white;
}

.controls {
  padding-left: 0;
  padding-top: 0 !important;
  padding-right:0;
}

.bottom-space {
  margin-bottom: 40px;
}

.btn_match_not{
	width:100%;
	border-radius:3px;
	background:#343B41;
	border:none;
	height:auto;
	font-size:15px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:5px 2px;
	margin-top:0px;
	margin-left:0px;
}
.btn_match_hot:hover{
  background:rgb(209, 1, 50);
}
.btn_match_hot:focus{
  background:rgb(209, 1, 50);
}
.btn_match_hot{
	width:100%;
	border-radius:3px;
	background:#C2002E;
	border:none;
	height:auto;
	font-size:15px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:5px 2px;
	margin-top:0px;
	margin-left:8px;
}
.chat-input-wrapper textarea:focus {
  background-color: #242b32;
  color: white;
}

.chat-emoji-pane {
  position: absolute;
  left: 16px;
  top: 14px; 
}

.datetimepicker {
  background-color: #2b333b;
}

.dow,
.day,
.switch,
.today,
.month,
.year,
.prev,
.next {
  color: white;
}

.dow:hover,
.day:hover,
.switch:hover,
.today:hover,
.month:hover,
.year:hover,
.prev:hover,
.next:hover {
  color: black;
}

.white-color {
  color: white !important;
}
.dropdown-menu > li > a:hover {
  background-color: #c2002e;
  color: white;
}

#s2id_user_language .select2-default {
  color: white !important;
}

.select2-default {
  color: white !important;
}

.live-stream-chat-receiver {
  float: right;
  padding-right: 70px;
}

.live-stream-chat-sender {
  padding-right: 60px;
}
.cardholder_name_input{
  background:#242b32 !important;
  border:none !important;
  border-bottom:1px solid #c2002e !important;
  color:#fff !important;
}
.cardholder_name_input:focus{
  background:#242b32;
}

.chat-window-wrapper2 .emoji-wysiwyg-editor {
  padding: 10px 17px 10px 40px !important;
}


/* For Chrome */
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #242b32; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4b4b4b; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4b4b4b; 
}

.membership_rightside_description{
  color:#fff;
  font-size:16px;
}
md-virtual-repeat-container {
  z-index: 999 !important;
  background: #2b333b !important; 
}

md-autocomplete-wrap > button {
  display: none;
}
ul.md-autocomplete-suggestions li:not(.md-nav-item) {
  padding: 10px !important;
  margin-left: 0px !important;
  color: white !important;
  border-top: 1px solid #373e45;
}

ul.md-autocomplete-suggestions li:not(.md-nav-item):hover {
  background-color: #c2002e !important;
  color: white !important;
}

ul.md-autocomplete-suggestions li:not(.md-nav-item).selected {
  background-color: #c2002e !important;
  color: white !important;
}
.search_filter_btn{
  background:#373e45;
  /* margin-bottom:7px; */
  margin-right:3px;
}
.user-show-options {
  display: none;  
  width: 86%;
  height: 31%;
  margin-top: 31%;
  margin-left: 7%;
  z-index: 999;
  background-color: #20282d;
  border-radius: 5px;
  flex-direction: row;
}

.parent-over {
  position: absolute;
  top: 0px;
  height: 0px;
  width: 100%;
  -webkit-transition: height .5s;
  transition: height .5s;
  display: block; 
  background-color: rgba(0,0,0,.5);
}

.model-list-content {
  position: relative;
}

.profile-option-icon {
  /* color: white !important;  */
  color:#929497;

  margin-top: 34%; 
  margin-left: 34%;
}
.profile-option-icon:hover {
  /* color: white !important;  */
  color: #c2002e !important;

  margin-top: 34%; 
  margin-left: 34%;
}

.video-link {
  width: 33.333333%; 
  border-right: 1px solid #373e45; 
  float: left; 
  height: 100%;
}

.video-link:hover {
  background-color: #c2002e;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.gift-link {
  width: 33.333333%; 
  border-right: 1px solid #373e45; 
  float: left; 
  height: 100%;
}

.gift-link:hover {
  background-color: #c2002e;
}

.comment-link {
  width: 33.333333%; 
  float: left; 
  height: 100%;
}

.comment-link:hover {
  background-color: #c2002e;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.gift-over {
  position: absolute;
  top: 0px;
  height: 0px;
  width: 89%;
  margin-top: 8px;
  -webkit-transition: height .2s;
  transition: height .2s;
  display: block; 
  background-color: rgba(0,0,0,.8);
}

.gift-information {
  display: none;
}
.btn-notification-see-all{
  background-color:#4a545f;
  color:#fff;
}
.btn-notification-see-all:hover{
  background-color:#a35958;
}
.btn-clear-all-notifications{
  background-color:#f35958;
}
.btn-clear-all-notifications:hover{
  background-color:#a35958;
}
.btn-clear-all-notifications:focus{
  background-color:#a35958 !important;
}
.btn-clear-all-notifications:active{
  background-color:#a35958 !important;
}
.btn-clear-all-notifications:disabled{
  background-color:#a35958 !important;
}



/* The popup bubble styling. */
.gm-style .gm-style-iw-c {
  /* Position the bubble centred-above its parent. */
  background-color: #242c32 !important;
  padding: 12px !important;
}

.gm-style-iw-d {
  overflow: unset !important;
}

.gm-ui-hover-effect {
  color: white;
  opacity: 1 !important;
}

.gm-style .gm-style-iw-t::after {
  background: #242c32 !important;
  box-shadow: -2px 2px 2px 0 #242c32 !important;
}

.gm-ui-hover-effect img {
  display: none !important;
} 

.controls > .radio.radio-button-highlight {
  border: 1px solid #fc006e;
  padding: 8px 0px 3px 10px !important;
  border-radius: 5px;
}

.footer-pane ul li {
  margin: 5px;
}

.footer-pane ul li a:hover {
  color: #C2002E;
  font-size: 105%;
}

.center-wrap.privacy {
  max-width: 990px;
}

ul.privacy-blog {
  text-align: left;
}

ul.privacy-blog li {
  color: white;
  list-style: disc;
  margin: 5px;
}

ul.privacy-blog li:hover {
  color: #C2002E;
  font-size: 110%;
  cursor: pointer;
}
ul.cookie-one li {
  list-style: disc;
  margin: 5px;
}

ul.cookie-two li {
  list-style: decimal;
  margin: 5px;
}

ul.cookie-three li {
  list-style: square;
  margin: 5px;
}

.account-password.error-express {
  border: 1px solid #fc006e;
}

.top-l-topics-first{
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}
.top-l-topics-last{
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  border-bottom: none !important;
}
.btn-create-new-forum:hover, .btn-create-new-forum:focus, .btn-create-new-forum:active{
  background-color:#98102f !important;
  color:#fff !important;
}
.forum-list-odd{
  background:#1A1A1A;
}
.forum-list-odd:hover{
  box-shadow:inset 0px 0px 1px 2px #f35958;
}
.forum-list-even{
  background:#242b32;
}
.forum-list-even:hover{
  box-shadow:inset 0px 0px 1px 2px #f35958;
}
.btn-write-comment{
  background:#870020;
  color:#fff;
  font-size:11px;
}
.btn-write-comment:hover, .btn-write-comment:focus, .btn-write-comment:active{
  background-color:#98102f !important;
  color:#fff !important;
}

.pagination a {
  color: black;
  float: left;
  padding: 2px 14px;
  text-decoration: none;
  transition: background-color .3s;
  background-image: linear-gradient(#ededed, #6b6c6d);
  border-radius: 5px;
  margin-left: 10px;
}

.pagination a.active {
  background-image: linear-gradient(#b5022b, #4b0d1c);
  border-radius: 5px;
  color: white;
}

.pagination a.active:hover {
  background-image: linear-gradient(#89011f, #310711);
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.pagination a:hover:not(.active) {
  background-image: linear-gradient(#bcbfc0, #3f4344);
  box-shadow: 1px 1px 1px #212223;
  cursor: pointer;
}

.pagination a.movebutton:hover {
  background-image: linear-gradient(#f2f2f5, #898f91);
  color: #7a6f6e;
  cursor: not-allowed;
}
.whatsnew-button {
  background-color: #3c4248; 
  color: white; 
  border-radius: 5px; 
  width: 100%; 
  padding: 8px 0px;
  font-size: 12px;
  margin-bottom: 0px;
}

.whatsnew-button-icon {
  margin-right: 8px; 
  font-size: 12px;
}

ul.camera-menu {
  margin-top: 10px;
  background-color: #1c2329 !important;
  border-radius: 5px;
  padding-bottom: 20px;
}

ul.camera-menu li {
  background-color: #2b333b;
  margin: 15px 20px 15px 20px;
  border-radius: 2px;
  padding: 2px 0px;
}

ul.camera-menu li:hover {
  background-color: #be012f;
}

ul.camera-menu li a {
  display: flex;
  align-items: center;
  color: white;
}


ul.camera-menu li a {
  display: flex;
  align-items: center;
  color: white;
}

.camera-capture {
  background-color: #1c2329; 
  width: 300px; 
  padding: 15px;
}

.camera-capture:hover {
  background-color: #be012f;
  color: white;
  transition-delay: initial;
}

.camera-capture-cancel {
  background-color: transparent; 
  border: 1px solid #c2002e; 
  color: #c2002e; 
  width: 300px; 
  padding: 13px;
}

.camera-capture-cancel:hover {
  background-color: #be012f; 
  border: 1px solid #be012f; 
  color: white;
  transition-delay: initial;
}

.gallery-each {
  padding-left: 20px;
  padding-right: 20px;
}

.change-profile-pic:hover {
  background: #be012f;
}
.btn-close-reply-comment{
  background:#333c44;
  color:#fff;
  font-size:11px;
}
.btn-close-reply-comment:hover{
  background:#1c2329;
}
.modal-gallery-upload {
  width: 120px; 
  padding: 12px; 
  background-color: #c2002e;
  /* margin-right: 22px; */
}

.modal-gallery-upload:hover {
  background-color: #be012f;
}

.btn-model-start-stream{
  background-color:#e10234 !important;
  color:white !important;
  box-shadow:none;
  font-size:14px;
}
.btn-model-start-stream:hover, .btn-model-start-stream:active, .btn-model-start-stream:focus{
  background-color:#a50327 !important;
  box-shadow:none;
}
.btn-define-price{
  background-color:#e10234 !important;
  color:white !important;
  box-shadow:none;
  font-size:14px;
}
.btn-define-price:hover, .btn-define-price:active, .btn-define-price:focus{
  background-color:#a50327 !important;
  box-shadow:none;
}
.btn-cancel-price{
  background-color:transparent !important;
  color:white !important;
  box-shadow:none;
  font-size:14px;
  border:1px solid #e10234 !important;
  margin-right:15px;
}
.btn-cancel-price:hover, .btn-cancel-price:active, .btn-cancel-price:focus{
  background-color:#37404a !important;
  box-shadow:none;
}
.tab_models_category_content{
  display:flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;
  outline:0;
}
.tab_models_type{
  display:flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;
  outline:0;
}
.tab_models_type.active{
  background:#c2002e;
}
.menu-icon {
  display: none !important;
}
.home-create-account {
  background-color:#c2002e;
}

.curousel-meet-button {
  display: none;
}
.btn-stream-model-action{
  color:#777;
  outline:0;
}
.btn-stream-model-action:hover{
  color:#c2002e !important;
}

.login-components {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.login-box {
  position: absolute;
  top: 0px;
  height: 0px;
  width: 100%;
  transition: height .2s;
  display: block; 
  background-color: rgba(36, 44, 50, 1);
  z-index: 999;
  margin-top: 74px;
  margin-left: -10px;
}
.footer-home-pane {
  display: block;
}
.btn-stream-model-detail-action{
  color:#707070;
  outline:0;
}
.btn-stream-model-detail-action:hover{
  color:#c2002e !important;
}

.story-item {
  display: flex;
  flex-direction: row;
  background-color: #232a31;
  margin-top: 2px;
  padding: 15px;
  align-items: center;
}

.story-item img {
  width: 40px; 
  height: 40px; 
  border-radius: 50%;
}

.story-item.item-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.story-item.item-bottom {
  height: 80px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.suggestion-item {
  display: flex;
  flex-direction: row;
  background-color: #232a31;
  margin-top: 2px;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
}

.suggestion-item img {
  width: 40px; 
  height: 40px; 
  border-radius: 50%;
}

.suggestion-item.item-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.suggestion-item.item-bottom {
  height: 80px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.suggestion-item button {
  width: 70px; background-color: #c2002e;
  padding: 5px;
  font-size: 12px;
}

.story-item-detail {
  margin-left: 20px;
}

.story-item-detail span {
  color: #b4b5b6;
  font-size: 10px;
}

.story-item-detail h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.post-comment {
  display: flex;
  margin-top: 10px;
}

.post-comment img {
  width: 30px; 
  height: 30px; 
  border-radius: 50%;
}

.post-comment-content {
  display: flex;
  flex-direction: row;
  background-color: #1c2329;
  border-radius: 7px;
  padding: 8px 13px;
  align-items: center;
  margin-left: 20px;
}

.post-comment-content span {
  color: #b3b3b3;
  margin-left: 20px;
}

.post-comment-action {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 25px;
}

.post-comment-action span {
  color: #575a5d;
  font-size: 12px;
  margin-left: 20px;
  margin-top: 3px;
}

.post-comment-input-wrapper {
  position: relative;
  width: 100%;
  padding: 0px;
  z-index: 110;
  height: 35px;
  border-radius: 5px;
}

#post_new_comment {
  background-color: #1c2329;
  border-color: #1c2329;
  width: 100%;
  margin-top: 2px;
  border-radius:10px;
  resize:none;
}

.post-new-comment {
  margin-bottom: 50px;
}

.post-new-comment .chat-triger-pane {
  right: 8px;
  top: 10px;
}

.fa-close {
  cursor: pointer;
}

.post-image {
  display: none;
  width: 50px;
  height: 50px;
}

.image-capture-options {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.post-camera-capture {
  background-color: #1c2329; 
  width: 150px; 
  padding: 10px;
}

.post-camera-capture:hover {
  background-color: #be012f;
  color: white;
  transition-delay: initial;
}

.post-camera-capture-cancel {
  background-color: transparent; 
  border: 1px solid #c2002e; 
  color: #c2002e; 
  width: 150px; 
  padding: 8px;
}

.post-camera-capture-cancel:hover {
  background-color: #be012f; 
  border: 1px solid #be012f; 
  color: white;
  transition-delay: initial;
}

.post-title {
  width: 90%; 
  background-color: #232a31 !important; 
  border-color: #232a31 !important;
  margin-left: 25px;
}

.post-title::placeholder {
  color: white;
  font-size: 18px;
}
.match-value{
  color:#fff;
}
.emoticon-trigger {
  opacity: 0;
}

.post-create-emoticon .emoji-menu {
  position: relative !important;
  left: unset !important;
  bottom: unset !important;
  margin-left: 5% !important;
  width: 90%;	  width: 90% !important;
  height: 129px !important;
  display: block !important;
  opacity: 1 !important;
}

#selected_emotions_show {
  margin-left: 35px;
}
/*jquery.picEyes*/

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 450px; }

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

.img-thumbnail { cursor: pointer; }
.like_btn{
  cursor:pointer;
}
.like_btn:hover{
  text-decoration: underline;
}
.reply_btn{
  cursor:pointer;
}
.reply_btn:hover{
  text-decoration: underline;
}
ul.small-chat-custom-menu li {
  display: flex;
  justify-content: center;
  margin: 7px 10px;
}

ul.small-chat-custom-menu li a {
  margin: unset;
}
.btn-social-buttons-post{
  background:#232a31 !important;
  background-color:#232a31 !important;
  outline:0;
  color:#fff;
}
.btn-social-buttons-post:hover{
  background:#232a31 !important;
  background-color:#232a31 !important;
  outline:0;
  color:#c2002e !important;
}
.btn-social-buttons-post:active{
  background:#232a31 !important;
  background-color:#232a31 !important;
  outline:0;
  color:#c2002e;
}
.btn-social-buttons-post:focus{
  background:#232a31 !important;
  background-color:#232a31 !important;
  outline:0;
  color:#c2002e;
}
.ui-view-class{
  width:calc(100% - 250px);
}
#main-menu-toggle-wrapper{
  display:none;
}
.mobile_menu_profile_user{
  display:none;
}
ul.user_menu li{
  line-height:20px;
}
#main-menu{
  display : block;
}
.parent-user-card {
  width:100%;
}
.each-gift-image {
  width: 24.7%; 
  padding: 8px !important; 
  position: relative;
}
.stream-each-gift-image{
  width: 24.7%;
  padding: 8px !important; 
  position: relative;
}
.gift-card-content {
  padding-left: 20px; 
  padding-right: 13px;
  display:flex;
  justify-content:center;
}
.parent-user-card {
  width: 100%;
}
.game-last-step {
  height:420px;
}
.match-game-user-profile-info{
  justify-content:flex-start;
  text-align:left;
  width:auto;
  margin-left:0px;
  margin-right:0px;
}
.match-game-user-info{
  margin-bottom:0px;
}
.profile-details-row{
  padding-left:40px;padding-right:40px;
}
.profile-detail-btn-chat{
  width:auto;
}
.col-lg-profile-detail-photo-video{
  display:flex;
  flex-direction: row;
}
.row-bottom-user-personal-info{
  padding-left:40px;padding-right:40px;
}
.mobile-header-quick-nav{
  display:none;
}
.btn-search-for-user{
  width:auto;
}
.mobile-forum-content{
  padding-left:15px;
  padding-right:24px;
}
.mobile-forum-container-box{
  padding:20px 20px !important;
}
.span_comment_length{
  text-align:left;
  margin-bottom:8px;
}
.forum-latest-topic-list{
  padding:6px 20px;
}
.forum-latest-topic-col{
  padding-left:21px !important;
}
.whatsnew-left {
  width: 65%;
}
.whatsnew-right {
  width: 34%; 
  margin-left: 20px;
  display: block;
}
.mobile-chat-window-wrapper{
  display:none !important;
}
.chat-window-wrapper{
  display:block !important;
  z-index:97;
}
.mobile-favorite-row{
  padding-left:40px;
  padding-right:40px;
}
/** File drag and drop */
.zone {
  margin: 0px;
  background: #1c2329;
  width: 100%;
  height: 50%;
  border: 2px dashed white;
  text-align: center;
  color: white;
  z-index: 20;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
}
.zone .btnCompression .active {
  background: #EB6A5A;
  color: white;
}
.zone i {
  text-align: center;
  font-size: 5em;
  color: #fff;
  margin-top: 50px;
}
.zone .selectFile {
  margin: 20px auto 50px auto;
}
.zone label,
.zone input {
  cursor: pointer;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 5px;
}
.zone label {
  background: #fff;
  color: #EB6A5A;
  display: inline-block;
  font-size: 1.2em;
  line-height: 50px;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 400;
  box-shadow: 0 1px 1px gray;
}
.zone input[type=file] {
  opacity: 0;
}
.zone.in {
  color: white;
  border-color: white;
  background: radial-gradient(ellipse at center, #eb6a5a 0, #c9402f 100%);
}
.zone.in i {
  color: #fff;
}
.zone.in label {
  background: #fff;
  color: #EB6A5A;
}
.zone.hover {
  color: gray;
  border-color: white;
  background: #fff;
  border: 2px dashed gray;
}
.zone.hover i {
  color: #c2002e;
}
.zone.hover label {
  background: #fff;
  color: #c2002e;
}
.zone.fade {
  transition: all 0.3s ease-out;
  opacity: 1;
}

.image-upload-capture {
  background-color: #be012f; 
  width: 25%; 
  padding: 10px;
}

.image-upload-capture:hover {
  background-color: #be012f;
  color: white;
  transition-delay: initial;
}

.image-upload-capture-cancel {
  background-color: transparent; 
  border: 1px solid #c2002e; 
  color: #c2002e;  
  width: 25%; 
  padding: 8px;
  margin-left: 10px;
}

.image-upload-capture-cancel:hover {
  background-color: #be012f; 
  border: 1px solid #be012f; 
  color: white;
  transition-delay: initial;
}

.profile-sub-menu-atag:hover {
  background-color: #c2002e;
  color: white;
}

.profile-sub-menu-atag.active {
  background-color: #c2002e;
}
.stream_control_box{
  min-height:250px;
  height:250px;
  margin-bottom:0px;
  padding:20px;
}
/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa-lock {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .fa  { 
  left:  9px;
  top: 9px;
  color: white;
}
.right-addon .fa-lock { 
  right: 5px;
  top: 3px;
  color: #242b32;
}
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; } 
/* add padding  */
.stream-control-default-row{
  padding:0px 20px;
}
.stream-control-default-div{
  padding:30px;
}
.btn-price-select{
  padding-right:0px;
}
.btn-play-duration{
  padding-right:5px !important;
}
.desktop-statistics{
  display:flex;
  width:100%;
  margin-right:5px !important;
  margin-left:5px !important;
}
.mobile-statistics{
  display:none;
}
.mobile-registration-hr {
  display: none;
}
.unblock-button{
  background-color:#98102f !important;
  color:#fff !important;
} 
.mobile-receive-user-details{
  margin-left:0px;
}

.swinger-content {
  margin-right: 60px;
}
.swinger-content-wrapper {
  padding: 25px;
  background-color: #242b32;
  width: 100%;
  border-radius:5px;
}
.club-details ul {
  padding-left: 0;
}
.club-details ul li {
  color: white;
  display: flex;
  align-items: center;
}
.club-details ul li img {
  width: 10px; 
  height: 10px; 
  margin-right: 10px;
}
.club-date th,
.club-date td {
  color: white;
  padding: 5px 15px 5px 0px;
}
.club-date td.club-date-day {
  color: #a8072e;
  text-align:center;
}
.opening-hours td {
  color: white;
  padding: 5px 15px 5px 0px;
}
.opening-hours td.opening-time {
  color: #a8072e;
} 
.post_image_item_in_list{
  margin-left:13px;
}
.comment-box{
  width:70%;
}
.forum_content_header{
  display:block;
}
.forum-content-table{
  margin-top:40px;
}
.create-forum-col{
  justify-content:flex-end;
  margin-top:0px;
}
.forumlist-wrap-content{
  padding: 20px 20px !important;
}

.gallery-modal-body {
  /* padding-left: 34px; */
  margin-left:0px;
  margin-right:0px;
}
.img-thumbnail{
	background:rgb(55, 62, 69);
}
/* .wrap-content {
    padding: 1px 0px 20px 0px;
} */
.my-pictre ul.list-inline li {
    width: auto;
    overflow: hidden;
}
.btn-accept-vcall{
  background:#0DE594;
  color:#fff;
  width:auto;
}
.btn-accept-vcall:hover{
  background:#0DE594;
  color:#fff;
}
.btn-accept-vcall:focus{
  background:#0DE594;
  color:#fff;
}
.btn-accept-vcall:active{
  background:#0DE594;
  color:#fff;
}
.btn-decline-vcall{
  width:auto;
  background:#C2002E;
  color:#fff;
}
.btn-decline-vcall:hover{
  background:#C2002E;
  color:#fff;
}
.btn-decline-vcall:focus{
  background:#C2002E;
  color:#fff;
}
.btn-decline-vcall:active{
  background:#C2002E;
  color:#fff;
}
.mobile-incoming-view-controls{
  position:inherit;
}
.incoming_call_user_avatar{
  width:40px;
  height:40px;
  border-radius: 100%;
}
.incoming-call-background{
  display:none;
}
.mobile-video-call-col{
  padding-left:30px;
  padding-right:50px;
}
.mobile-stream-wrap-col{
  padding-right:0px;
}
.swinger-club-info {
  width:50%;
  visibility: hidden;
  position: absolute; 
  top: 15px; 
  left: 15px; 
  z-index: 2; 
  background-color: #242b32; 
  padding: 10px;
}
.mobile-notification-container-box{
  display:none;
}
.desktop-notification-container-box{
  display:block;
}
.limit {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.limit img {
  width: 100%; 
  height: 100%; 
  border-radius: 5px;
}
.limit-small {
  width: 60px;
  height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.limit-small img {
  width: 100%; 
  height: 100%; 
  border-radius: 5px;
}
.updateClubMap {
  position: absolute; 
  top: 25px; 
  right: 145px; 
  z-index: 1;
}
.dropdown-menu.camera-menu.profile-cover-menu {
  left: unset;
  right: 0;
}
.widget-item.profile-cover-widget .controller a {
  position: relative;
  background: unset;
  transition: all 0.1s linear 0s;
  display: inline-block;
}
.swinger-club-detail-d-info{
  padding-left:30px !important;
}
.mobile-view-filter-models-on-live{
  display:none;
}
.tiles.gradient-black.my-profile-tiles {
  background: transparent;
}
#user_profile_cover {
  width: 100%;
  position: absolute;
  max-width: 100%;
  left: 0;
  height:100%;
}
#user_profile_cover:hover{
  cursor: grab;
}
.btn-cover-save{
  width:87px;
  background:#c2002e;
}
.btn-cover-cancel{
  width:87px;
  margin-right:7px;
  background:#c2002e;
}
.btn-user-card-action{
  color:#777;
}
.btn-user-card-action:hover{
  color:#c2002e;
}
.mobile-swinger-page-content{
  display:none;
}
.desktop-swinger-page-content{
  display:block;
}
.div-start-stream{
  margin-right:0px;
}
.favorite_item{
  background:#2B333B;
  padding:10px 0px;
  width:100%;
  display:flex;
  justify-content: space-between;
  padding-left:15px;
  padding-right:15px;
  cursor:pointer;
  outline:0;
}
.favorite_item:focus{
  background:#1c2329;
}
.favorite_item:active{
  background:#1c2329;
}
.favorite_item:hover{
  background:#1c2329 !important;
}
.category_item{
  background:#242b32;
  padding:10px 0px;
  width:100%;
  display:flex;
  justify-content: space-between;
  padding-left:15px;
  padding-right:15px;
  cursor:pointer;
  outline:0;
}
.category_item:focus{
  background:#242b32;
}
.category_item:active{
  background:#242b32;
}
.category_item:hover{
  background:#242b32 !important;
}
.post-comment-input-wrapper .emoji-wysiwyg-editor {
  background-color: #1c2329;
  border-radius: 5px;
  padding: 13px 40px;
}
.post-comment-input-wrapper .emoji-picker-icon {
  top: 10px;
}
.map_pin_item{
  background:#242c32;
  cursor:pointer;
}
.map_pin_item:hover{
  background:#21272b;
}
.label_public_stream_define_price{
  display:flex;
  justify-content: flex-end;
}
.label_private_stream_define_price{
  display:flex;
  justify-content: flex-end;
}
.label_donation_credit{
  display:flex !important;
  justify-content: flex-end;
}
.label_challenge_credit{
  display:flex !important;
  justify-content: flex-start;
}
.btn-pyp-withdraw-btn{
  background-color: #c2002e;
  padding: 6px 15px;
}
.btn-pyp-withdraw-btn:hover{
  background-color: #8e0025 !important;
}
.btn-tw-withdraw-btn{
  background-color: #c2002e;
  padding: 6px 15px;
}
.btn-tw-withdraw-btn:hover{
  background-color: #8e0025 !important;
}
.models_on_live_wrap_content{
  padding:15px 15px;
}
.send_gift_stream{
  color: white;
  font-size: 18px;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  border: 1px solid #2f373e;
  background: #3d4852;
}
.send_donate_stream{
  color: white;
  font-size: 18px;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  border: 1px solid #2f373e;
  background: #3d4852;
  outline:0;
}
.send_challenge_stream{
  color: white;
  font-size: 18px;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  border: 1px solid #2f373e;
  background: #3d4852;
  outline:0;
}
.send_gift_stream:hover{
  background: #2f373e;
}
.send_donate_stream:hover{
  background: #2f373e;
}
.send_challenge_stream:hover{
  background: #2f373e;
}
.btn-filter-view-post{
  color:#c2002e;
}
.btn-filter-view-post:hover{
  background:#c2002e !important;
  color:#fff !important;
}
.social-acccount-type-step{
  min-height:300px;
}
.btn_request_private_show{
  position: absolute;
  bottom: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 29px;
  background: #e62424;
  border-radius: 24px;
  border: 3px solid #211f1f;
  color: #fff;
  font-size:15px;
  cursor:pointer;
}
.btn_request_private_show:hover{
  background: #f00;
  border: 3px solid #464242;
}
.benefit_model{
	position:absolute;
	right:0px;
	bottom: 28px;
	z-index:9999;
}
.video_controls{
  display:none;
  position: absolute;
  bottom:22px;
  justify-content: center;
  align-items: center;
  width:100%;
  z-index:1;
}
.select_type_mobile_view{
  display:none;
}
.close-login-desktop{
  padding:20px 20px 0 0 !important;
}
.language_item{
  color:#fff;
  font-size:16px;
  cursor:pointer;
  outline:0;
}
.language_item:hover{
  color:#c2002e !important;
  font-weight:bold !important;
  text-decoration: underline !important;
}
.login-btn-guest{
  margin-right:10px;
}
.guest-login-mobile{
  display:none !important;
  right: 11px;
  position: absolute;
  color: #c2002e;
  font-weight: 100;
  font-size: 18px;
  background: #c2002e;
  color: #fff;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding: 5px 10px;
}
.guest-login-mobile:hover{
  background: #a2002e;
}
.mobile-age-sticker{
  display:none !important;
}
.model-info{
	display:flex;
	position:relative;
	outline:0;
}
.model-info-stream{
	display:flex;
	position:relative;
	outline:0;
	position:absolute;
	bottom:0px;
	align-items:center;
	padding-left:10px;
	padding-right:10px;
	width:100%;
}